.servicios-mty{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1rem;
    max-width: 1500px;
    margin: auto;
}
.servicio-mty-ind{
    width: clamp(350px,calc(32% - 1rem),100%);
    box-sizing: border-box;
    padding: 0 2rem;
    flex-grow: 1;
    text-align: center;
}
.figure-mty figcaption h2{
    width: 90%;
    margin: 0 auto 1rem;
    color: inherit;
}
.figure-mty img{
    width: 100%;
    max-width: 130px;
    margin-bottom: 1rem;
}
.titulo-rervicios-mty{
    margin-bottom: 3rem;
    text-align: center;
    color: inherit;
}
.serv-container-m{
    padding: 5rem 0 8rem;
}
footer{
    margin-top: 0!important;
}
.mapa-mty iframe{
    margin-top: 3rem;
    width: 100%;
}
.fondoAzul-serv{
    color: white;
    background-color: var(--azul);
}



/* * Contacto ------------------------------------------------------- */
.containerFormulario{
    position: relative;
    z-index: 5;
    max-width: 1750px;
    margin: auto;
}
.g-recaptcha{
    width: fit-content;
    margin-left: auto;
}
form{
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 45vw;
    position: relative;
    min-width: 35em;
    max-width: 45em;
}
input, textarea{
    border: solid var(--azul) 1px;
    padding: 0.5em 1em;
    font-size: 1.2rem;
}
.btn_enviar{
    width: 10rem;
    font-size: 1.2rem;
    aspect-ratio: 1;
    color: white;
    padding: 0.5em 0;
    background-color: var(--azul);
    border: none;
    align-self: flex-end;
}
.tituloContacto{
    color: var(--azul);
}
.tituloContacto h1{
    font-size: 2.3em;
    text-align: center;
    border-bottom: var(--rojo) solid 5px;
    width: 45vw;
    text-align: center;
    margin: 1.5em auto;
}
.txt-form{
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 2em;
}
.container_txtForm{
    width: 35%;
    padding: 4em 2em 0;
}
.container_txtForm p{
    font-family: 'LoH-li';
    font-weight: bold;
    text-align: center;
}
.adornoContacto{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}


@media (min-device-width:600px) and (max-device-width:1100px){
    .txt-form{
        display: block;
    }
    .container_txtForm{
        width: 90%;
        padding: 0;
        margin: auto;
    }
    .container_txtForm p{
        margin-bottom: 2.5em;
    }
    form{
        margin: auto;
    }
    .tituloContacto h1{
        width: 70%;
    }
}
@media (min-device-width:250px) and (max-device-width:599px){
    .tituloContacto h1{
        width: 90%;
    }
    .txt-form{
        display: block;
    }
    .container_txtForm{
        width: 90%;
        padding: 0;
        margin: auto;
    }
    .container_txtForm p{
        margin-bottom: 2.5em;
    }
    form{
        width: 90%;
        min-width: auto;
        margin: auto;
    }
    .complementarioHeader{
        width: auto;
        height: auto;
        padding: 5em 1rem 2rem;
    }
    .txt_header{
        width: auto;
    }
    .txt_header h1{
        font-size: 2.5em;
    }
    .adornoContacto{
        width: 55vw;
    }
}