:root{
    --color_one: rgba(164,159,148,1);
    --color_two: rgba(10,10,10,1);
    --color_three: rgba(231,223,207,1);
    --color_four: rgba(181,181,181,1);
    --color_five: rgba(231,223,207,1);
    --color_six: rgba(55,54,52,1);
    --color_seven: rgba(237,232,221,1);
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'vincentioregular';
    src: url('../fonts/vincentio-webfont.woff2') format('woff2'),
         url('../fonts/vincentio-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dm_serif_displayregular';
    src: url('../fonts/dmserifdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/dmserifdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*====================== NAV ======================================*/
body{
    margin: 0;
}

header{
    position: relative;
    background-color: var(--color_three);
}

.nav{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1800px;
    margin: auto;
    align-items: center;
    border-bottom: 1px solid var(--color_one);
}

.nav ul{
    display: flex;
}

.nav ul li{
    padding: 2rem 3rem 2rem 1rem;
    list-style: none;
}

.nav ul li a{
    color: var(--color_two);
    text-decoration: none;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    letter-spacing: 3px;
    transition: .3s;
}

.nav ul li a:hover{
    color: rgba(90, 90, 90, 1);
    transition: .3s;
}

.nav ul button{
    width: 11.3rem;
    height: 3.5rem;
    margin: auto;
    border-radius: 2rem;
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat-Bold';
    letter-spacing: 1px;
    transition: .3s;
}

.nav ul button:hover{
    color: rgba(200, 200, 200, 1);
    transition: .3s;
}
.bars,
.circle{
    display: none;
}
.logo_mobile{
    display: none;
}
.btn_inicio{
    position: sticky;
    width: 4rem;
    margin: auto;
    bottom: 2rem;
    right: 5rem;
    cursor: pointer;
    z-index: 100;
    top: 85%;
    display: inline-block;
    left: 93%;
}
.btn_inicio img{
    width: 100%;
}
/*====================== HEAD ======================================*/
.container_gris{
    height: 45rem;
    background-color: var(--color_three);
}

.titulo{
    /*height: 45rem;*/
    height: 87rem;
    background-color: white;
    margin-top: -68px;
}

.titulo .titulo_container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    max-width: 59rem;
    width: 100%;
    padding: 0 0 0 10%;
}

.titulo .titulo_container h1{
   /* width: 60rem;*/
    font-family: "DM Serif Display", serif;
    font-size: 84px;
    line-height: 80px;
    font-weight: normal;
}

.titulo .titulo_container span{
    width: 28rem;
    position: absolute;
    bottom: 74px;
    right: -145px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.titulo .titulo_img{
    max-width: 1400px;
    margin: 0 0 0 8rem;
    position: relative;
}

.titulo .titulo_img img{
    /*width: 100%;*/
    position: relative;
}

.titulo .sello{
    position: absolute;
    left: -2.6rem;
    bottom: -5rem;
}

.titulo .titulo_img--gris{
    position: absolute;
    /*bottom: -26.5rem;*/
    bottom: -21rem;
    width: 61%;
    right: 0rem;
}

.titulo .titulo_img--gris span{
    font-family: "DM Serif Display", serif;
    font-size: 33px;
    position: absolute;
    top: 5rem;
    left: 5rem;
    width: 34rem;
}
/*=========================== NOSOTROS =====================*/

.nosotros{
    /*height: 75rem;*/
    height: 30rem;
    display: flex;
    align-items: flex-end;
}

.nosotros article{
    width: 100%;
    height: 32rem;
    max-width: 72rem;
    margin: 0 auto 1rem 8rem;
    border-bottom: 1px solid var(--color_four);

}

.nosotros article h2{
    font-family: "DM Serif Display", serif;
    font-size: 58px;
    margin-bottom: -11px;
    font-weight: normal;
}

.nosotros article p{
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: var(--color_two);
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 2rem;
    opacity: 0.7;
}

/*=================================== SERVICIOS ==========================*/

.servicio{
    width: 100%;
    height: 70rem;
    max-width: 72rem;
    margin: 0 auto 1rem 8rem;
    border-bottom: 1px solid var(--color_four);
    position: relative;
}

.servicio > h3{
    font-family: "DM Serif Display", serif;
    font-size: 58px;
    font-weight: normal;
}

.servicio > p{
    margin: auto;
    width: 59rem;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 34px;
}

.servicio_linea{
    position: absolute;
    top: 29rem;
    right: 12rem;
    width: 48em;
}

.servicio_linea img{
    width: 100%;
}

.servicio_list{
    height: 23rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5rem 0 0 0;
}

.servicio_list .servicio_list--item{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    opacity: 0.5;
}

.servicio_list .servicio_list--item:hover{
    opacity: 1;

}

.opacity{
    opacity: 1 !important;
    transition: 1s !important;
}

.servicio_list .servicio_list--item div{
    height: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*opacity: 0.5;*/
    transition: .6s;
}

.servicio_list .servicio_list--item div:hover{
    opacity: 1;
    transition: .6s;
}

.servicio_list .servicio_list--item div h3{
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 34px;
    margin: 0;
}

.servicio_list .servicio_list--item div p{
    font-family: 'Montserrat-Regular';
    font-size: 17px;
    width: 15rem;
    text-align: center;
    margin: 0;
    line-height: 25px;
    letter-spacing: 1px;
}

.servicio_list .servicio_list--item div .item_p--tres{
    margin-bottom: -21px;
}

.servicio_oferta{
    width: 100%;
    height: 10rem;
    background-image: url(../images/img_blanco_item.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7rem;
}

.servicio_oferta p{
    width: 62%;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 22px;
}
.glide__bullet--active {
    background-color: black !important;
}
/*
.glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid black;
    background-color: black;
}*/
.glide__bullet {
    background-color: rgb(231, 223, 207);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.1);
    margin: 0 0.25em;
}
.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 4em;
    left: 80%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%);
    width: 2.5rem;
    justify-content: space-between;
}
/*============================== INDUSTRIA ===================*/

.industria{
    display: flex;
    justify-content: space-evenly;
    padding: 4rem 4rem 4rem 0rem;
    position: relative;
}

.industria article{
    width: 36rem;
}

.industria article h4{
    font-family: "DM Serif Display", serif;
    font-size: 58px;
    font-weight: normal;
    margin-bottom: 2rem;
}

.industria article p{
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: var(--color_six);
    line-height: 30px;
    opacity: 0.8;
}

.container_frase{
    position: absolute;
    bottom: 0;
}

.container_frase p{
    font-family: "DM Serif Display", serif;
    font-size: 34px;
    width: 38rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

/*============================= METODOLOGIA ====================*/

.industria.metodologia{
    flex-direction: row-reverse;
}

.industria.metodologia article{
    width: 31rem;
}

/*=========================== EQUIPO ====================*/

.equipo{
    height: 57rem;
    background-color: var(--color_five);
    margin-top: -6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.equipo_title{
    width: 92%;
    max-width: 72rem;
    margin: auto;
}

.equipo h5{
    font-family: "DM Serif Display", serif;
    font-size: 58px;
    font-weight: normal;
}

.equipo .equipo_container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 7rem;
}

.equipo_container--perfil{
    margin-left: -12rem;
    margin-right: -12rem;
}

.equipo_container--perfil div{
    display: flex;
    justify-content: center;    
}

.equipo_container--perfil span{
    display: block;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-size: 28px;
    margin-top: 2rem;
}

.equipo_container--perfil p{
    width: 18rem;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--color_two);
    opacity: 0.7;
}

.equipo_container--perfil ul{
    display: flex;
    padding: 0;
    justify-content: center;
}

.equipo_container--perfil ul a{
    list-style: none;
    padding: 10px;
}
/*============================== PERSONAS =====================*/

.personas{
    height: 38rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.personas_container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.line{
    border-bottom: 1px solid var(--color_four);
    width: 80%;
    position: absolute;
    bottom: 2rem;
}

.personas_text{
    width: 55%;
    max-width: 37rem;
    margin-right: 0rem;
    position: relative;
}

.container_personas{
    display: flex;
    justify-content: space-around;
    max-width: 75rem;
    margin: auto;
    width: 90%;
}


.personas_text p{
    font-family: "DM Serif Display", serif;
    font-size: 34px;
}

.container_prueba{
    width: 15rem;
}

.personas_text span{
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

.puntos{
    display: flex;
    position: absolute;
    right: -4rem;
    bottom: 1rem;
    margin: 0;
    padding: 0;
    width: 2.5rem;
    justify-content: space-between;
}

.puntos li{
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
}
.puntos li:nth-child(2){
    background-color: rgba(231, 223, 207, 1);
}
/*================================== CONFIANZA ===================*/

.confianza{
    height: 70rem;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.confianza > h6{
    font-family: "DM Serif Display", serif;
    font-size: 58px;
    line-height: 65px;
    letter-spacing: 1px;
    margin-top: 1rem;
    font-weight: normal;
}

.confianza_logos{
    width: 41rem;
    height: 47rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.confianza_logos div{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_form{
    width: 62rem;
    position: absolute;
    bottom: -9rem;
}

.container_form img{
    width: 100%;
}

.container_form form{
    width: 39rem;
    height: 20rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -5rem;
}

.container_form form h6{
    font-family: "DM Serif Display", serif;
    font-size: 34px;
    font-weight: normal;
    margin: 2rem -1rem 2rem 2rem;
    text-align: end;
}

.form_input{
    height: 9.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form_input input,
.form_input textarea{
    border: none;
    height: 3.9rem;
    border-radius: 35px;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    padding-left: 1.5rem;
}

.form_input textarea{
    resize: none;
    padding-top: 1.5rem;
    height: 2.5rem;
}

.btn{
    position: absolute;
    right: -12rem;
    top: 9rem;
}

.btn button{
    border: none;
    background-color: black;
    color: rgba(231, 223, 207, 1);
    width: 10rem;
    height: 4.2rem;
    border-radius: 35px;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
}

/*================================= FOOTER =================*/

footer{
    height: 42rem;
    background-color: var(--color_two);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 0rem;
}

.direccion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 14rem;
    margin-bottom: -2rem;
}

.direccion p{
    color: rgba(237, 232, 221, 1);
    text-align: center;
    line-height: 21px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    margin: 4rem 0 0rem 0;
    line-height: 23px;
    text-decoration: none;
}

.footer p{
    color: rgba(237, 232, 221, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
    letter-spacing: 1px;
}

.footer{
    width: 80%;
    border-top: 1px solid var(--color_six);
    margin: 0 auto -5rem auto;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer p{
    color: var(--color_seven);
}

.footer a{
    position: absolute;
    right: 0;
}


@media (min-width: 1400px){
    /*
    .nosotros {
        height: 70rem;
    }
    */
    .nosotros article {
        height: 30rem;
        margin: auto auto 0 auto;
    }
    .servicio {
        margin: auto;
    }
}


@media (max-width: 1400px){
    .titulo .titulo_img img{
        width: 100%;
        height: 100%;
        /*display: none;*/
    }
    .titulo .titulo_img {
        height: 48rem;
        margin: 0 0 0 4rem;
    }
    
    .titulo .titulo_img {
        width: 90%;
        height: 48rem;
        margin: 0 0 0 5rem;
        background-image: url(../images/img1.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top-left-radius: 57px;
        background-position: center;
    }
}

@media (max-width: 1280px){
    .nav ul li a {
        font-size: 12px;
    }
    .nav ul li {
        padding: 2rem 1rem 2rem 1rem;
    }
    .nosotros article {
        width: 90%;
        margin: 0 auto 1rem 3rem;
    }
    .servicio {
        width: 90%;
        margin: 0 auto 1rem 3rem;
    }
    .servicio_linea {
        right: 15%;
    }
    .titulo .titulo_container h1 {
        font-size: 62px;
        line-height: 68px;
    }
    .titulo .titulo_container span {
        bottom: 57px;
        right: 25px;
        font-size: 20px;
        line-height: 30px;
    }
    .titulo .titulo_img--gris {
        position: absolute;
        bottom: -18.5rem;
        width: 37rem;
        right: 0rem;
    }
    .titulo .titulo_img--gris span {
        font-size: 26px;
        top: 5rem;
        left: 5rem;
        width: 27rem;
    }
    .titulo .titulo_img--gris img{
        width: 100%;
    }
    /*
    .nosotros {
        height: 67rem;
    }
    */
    .equipo_container--perfil {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .equipo_title {
        width: 83%;
    }
    .container_form {
        position: absolute;
        bottom: -9rem;
        width: 86%;
    }
    .container_form form h6 {
        font-family: "DM Serif Display", serif;
        font-size: 27px;
        font-weight: normal;
        margin: 2rem 0rem 2rem 0rem;
        text-align: end;
    }

    .container_form form {
        width: 55%;
        height: 20rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: -5rem;
    }
    .container_form img{
        width: 100%;
    }
}

.container_form form h6.TitleGracias {
        margin: 8rem 0rem 2rem 0rem;
    }

@media (max-width: 1104px){
    .titulo{
        margin-top: -68px;
    }
}

@media (min-width: 981px){
    #menu {
        display: flex !important;
    }
    #close_menu {
        display: none;
    }
    .header__hamburguer {
        display: none;
    }
}

@media (max-width: 980px){
    .nav {
        height: 6rem;
    }
    .nav ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -120%;
        height: 100vh;
        background: rgb(237, 232, 221);
        top: 0;
        margin: 0;
        width: 18rem;
        width: 100%;
        justify-content: flex-start;
        z-index: 100;
        transition: .9s;
    }
    .bars {
        display: block;
        font-size: 26px;
        margin-right: 15px;
        cursor: pointer;
    }
    .nav ul li a {
        font-size: 19px;
    }
    .nav ul li {
        padding: 2rem 1rem 3rem 1rem;
        text-align: center;
    }
    .logo_mobile {
        display: block;
    }
    .circle {
        display: block;
        position: absolute;
        top: 5%;
        right: 10%;
        font-size: 25px;
        cursor: pointer;
    }
    .servicio > p {
        width: 100%;
        font-size: 29px;
    }
    .servicio_linea {
        right: 0%;
        top: 27rem;
        width: 100%;
    }
    .servicio_list .servicio_list--item div h3 {
        font-size: 28px;
    }
    .servicio_oferta p {
        width: 62%;
        font-size: 19px;
    }
    .industria article {
        width: 50%;
        margin: 0 1rem 0 2rem;
    }
    .industria > div img{
        width: 100%;
    }
    .industria {
        padding: 4rem 0rem 4rem 3rem;
    }
    .industria article h4 {
        font-family: "DM Serif Display", serif;
        font-size: 40px;
    }
    .industria article p {
        font-size: 15px;
        line-height: 30px;
    }
    .container_frase p {
        font-family: "DM Serif Display", serif;
        font-size: 26px;
        width: 80%;
        position: absolute;
        top: 0.5rem;
        left: 5rem;
    }
    .container_frase{
        width: 60%;
    }
    .container_frase img{
        width: 100%;
    }
    .industria.metodologia {
        height: 50rem;
        padding: 10rem 0rem 4rem 3rem;
    }
    .container_frase p {
        font-family: "DM Serif Display", serif;
        font-size: 25px;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .personas_text {
        width: 50%;
        margin-right: 0rem;
    }
    .personas_text p {
        font-family: "DM Serif Display", serif;
        font-size: 25px;
    }
    .puntos {
        right: 2rem;
        bottom: 0.5rem;
    }
    .confianza {
        height: 80rem;
        justify-content: flex-start;
        flex-direction: column;
        padding-left: 5rem;
    }
    .confianza > h6 {
        margin: 0;
    }
    .container_form form h6 {
        text-align: center;
    }
    .titulo .titulo_img {
        width: 90%;
        height: 48rem;
        margin: 0 0 0 3rem;
        background-image: url(../images/img1.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .titulo .titulo_img img{
        /*display: none;*/
    }
    .titulo .titulo_container span {
        bottom: 20px;
        right: 25px;
        font-size: 20px;
        line-height: 30px;
    }
    .titulo .titulo_container {
        width: 90%;
        padding: 0 0 0 8%;
        height: 20rem;
    }
    .titulo .titulo_container h1 {
        font-size: 55px;
        line-height: 57px;
    }
    .titulo .titulo_img--gris {
        /*bottom: -18.5rem;*/
        bottom: -13rem;
        width: 55%;
        right: 1rem;
    }
    .titulo .titulo_img--gris span {
        font-size: 21px;
        top: 3rem;
        left: 1rem;
        width: 94%;
    }
}

@media (max-width: 780px){
    #close_menu {
        margin-bottom: 2rem;
    }
    .titulo{
        margin-top: -68px;
    }
    .logo_mobile {
        display: block;
        position: absolute;
        /* top: 3rem;
        left: 54%;
        transform: translate(-50%); */
        top: -1rem;
        left: 50%;
        transform: translate(-30%);
    }
    .ppal{
        display: none !important;
    }
    .nosotros article {
        height: 35rem;
    }
    .servicio {
        height: 105rem;
    }
    .servicio_list {
        height: 55rem;
        flex-direction: column;
    }
    .servicio_list .servicio_list--item {
        height: 15rem;
        
    }
    .servicio_linea {
        display: none;
    }
    .industria {
        padding: 0rem 0rem 4rem 3rem;
        flex-direction: column-reverse;
    }
    .industria > .industria_img{
        background-image: url(../images/servicio_img.png);
        height: 35rem;
        width: 20rem;
        background-size: cover;
    }
    .industria > .industria_img img{
        display: none;
    }
    .industria article {
        width: 90%;
        margin: 0 0rem 0 0rem;
    }
    .container_frase {
        width: 85%;
        margin-left: 2rem;
    }
    .container_frase p {
        font-size: 24px;
    }
    .industria.metodologia div{
        width: 23rem;
        height: 36rem;
        background-image: url(../images/img_meto.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .industria.metodologia div img{
        display: none;
    }
    .industria.metodologia {
        height: 75rem;
        padding: 3rem 0rem 4rem 3rem;
        flex-direction: column-reverse;
    }
    .industria.metodologia article {
        width: 90%;
    }
    .equipo {
        height: 95rem;
    }
    .equipo .equipo_container {
        flex-direction: column;
        align-items: center;
    }
    .personas {
        height: 50rem;
    }
    .container_personas {
        display: flex;
        justify-content: space-around;
        max-width: 75rem;
        margin: auto;
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        height: 45rem;
    }
    .personas_container {
        width: 100%;
        height: 100%;
        flex-direction: column-reverse;
    }
    .line {
        bottom: 1rem;
    }
    .confianza_logos {
        width: 95%;
        justify-content: space-evenly;
    }
    .confianza_logos div {
        width: 34%;
    }
    .confianza > h6 {
        font-size: 43px;
        line-height: 50px;
    }
    .personas_text {
        width: 75%;
    }

    .confianza > h6 {
        margin-top: 3rem;
    }
    .confianza_logos {
        margin-top: 4rem;
    }
    .confianza {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .nav {
        height: 6rem;
    }
    /*
    .nav ul {
        display: none;
    }
    */
    .nav ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -120%;
        height: 100vh;
        background: rgb(237, 232, 221);
        top: 0;
        margin: 0;
        /*width: 18rem;*/
        width: 100%;
        justify-content: center;
        z-index: 100;
        transition: .9s;
    }
    .header_menu--visible {
        right: 0% !important;
        transition: .8s;
    }
    .bars{
        display: block;
        font-size: 26px;
        margin-right: 15px;
        cursor: pointer;
    }
    .circle{
        display: block;
        position: absolute;
        top: 5%;
        right: 10%;
        font-size: 25px;
        cursor: pointer;
    }
    .nav ul li {
        text-align: center;
    }
    .container_form {
        bottom: -9rem;
        height: 28rem;
    }
    .container_form form {
        width: 69%;
        height: 20rem;
        top: 46%;
        left: 68%;
        transform: translate(-50%, -50%);
        margin-left: -5rem;
    }
    .btn {
        position: absolute;
        right: 0rem;
        top: 19rem;
    }
    .confianza {
        height: 88rem;
    }
    .container_form img {
        width: 100%;
        height: 100%;
    }
    .titulo .titulo_img {
        height: 35rem;
    }
    .titulo .titulo_img--gris {
        bottom: -10.5rem;
        width: 23rem;
        /*
        bottom: -2.5rem;
        width: 55%;
        */
        right: 1rem;
    }
    .titulo .sello {
        position: absolute;
        left: -2rem;
        bottom: -5rem;
    }
    .nosotros {
        height: 56rem;
    }
    .nav ul li a {
        font-size: 19px;
    }
    .nav ul button {
        width: 14.5rem;
        height: 4rem;
        font-size: 19px;
    }
    .btn_contacto{
        padding-right: 0rem;
        padding-top: 2rem;
    }
    .nav ul li {
        padding: 2rem 1rem 2rem 1rem;
    }
}

@media (max-width: 490px){
    .logo_mobile {
        top: 0rem;
    }
    .titulo {
        height: 62rem;
        margin-top: -44px;
    }
    .nav ul li a {
        font-size: 16px;
    }
    .nav ul button {
        font-size: 17px;
    }
    .btn_inicio {
        width: 2.5rem;
        bottom: 1rem;
        right: 1rem;
        top: 94%;
        left: 85%;
    }
    .industria.metodologia div {
        width: 20rem;
    }
    .confianza {
        padding-left: 1rem;
        padding-right: 0rem;
    }
    .confianza > h6 {
        padding-left: 20px;
        font-size: 38px;
        line-height: 43px;
    }
    .confianza_logos div {
        width: 40%;
    }
    .confianza_logos div img{
        width: 100%;
    }
    .personas_text {
        width: 85%;
    }
    .personas_text p {
        font-size: 21px;
    }
    .personas_text span {
        font-size: 12px;
    }
    .personas {
        height: 40rem;
    }
    .puntos {
        bottom: 0.2rem;
    }
    .confianza {
        height: 74rem;
    }
    .nosotros article {
        height: auto;
        margin-bottom: -5rem;
        margin: 0 auto -4rem 1rem;
    }
    .nosotros article h2 {
        font-size: 45px;
    }
    .servicio {
        height: 100rem;
        margin: 9rem auto 1rem 1rem;
    }
    .servicio > h3 {
        font-size: 45px;
    }
    .nosotros article p {
        font-size: 15px;
    }
    .industria > .industria_img {
        background-image: url(../images/servicio_img.png);
        height: 29rem;
        width: 16rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .container_frase p {
        font-size: 15px;
        left: 50%;
    }
    .industria {
        padding: 0rem 0rem 4rem 1rem;
    }
    .container_frase {
        margin-left: 1rem;
    }
    .industria.metodologia {
        padding: 3rem 0rem 4rem 1rem;
    }
    .servicio > p {
        font-size: 20px;
    }
    .servicio_oferta p {
        width: 74%;
        font-size: 15px;
    }
    .servicio_oferta {
        margin-top: 7rem;
    }
    .equipo h5 {
        font-size: 45px;
        margin-bottom: 0;
    }
    .equipo_container--perfil div {
        width: 13rem;
        display: flex;
        justify-content: center;
    }
    .equipo_container--perfil div img{
        width: 100%;
    }
    .equipo_container--perfil {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .equipo_title {
        width: 83%;
        margin: 0rem 2rem 5rem 2rem;
    }
    .form_input input, .form_input textarea {
        height: 2.9rem;
    }
    .form_input textarea {
        resize: none;
        padding-top: 1rem;
        height: 1.9em;
    }
    .form_input {
        height: 7.5rem;
    }
    .btn button {
        width: 8rem;
        height: 3rem;
        font-size: 14px;
    }
    .container_form form h6 {
        font-size: 21px;
    }
    .container_form {
        width: 92%;
        bottom: -12rem;
        height: 23rem;
        background: rgb(237, 232, 221);
        border-top-right-radius: 55px;
        border-bottom-left-radius: 55px;
    }
    .container_form img {
        display: none;
    }
    .container_form form {
        width: 69%;
        height: 20rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0rem;
    }
    .btn {
        top: 17rem;
    }
    .footer a {
        position: relative;
        right: 0;
    }
    .titulo .titulo_container h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 0;
    }
    .titulo .titulo_container span {
        bottom: 35px;
        right: 0px;
        font-size: 17px;
        line-height: 30px;
        width: 90%;
    }
    .titulo .titulo_img {
        width: 88%;
        height: 33rem;
        background-position: 80%;
    }
    .titulo .titulo_img--gris {
        /*bottom: -12.5rem;*/
        bottom: -8rem;
        width: 19rem;
        right: 0rem;
    }
    .titulo .titulo_img--gris span {
        font-size: 17px;
        top: 2rem;
    }
    .nosotros {
        height: 35rem;
    }
    .container_personas{
        height: 35rem;
    }
    .personas_img{
        width: 17rem;
    } 
    .personas_img img{
        width: 100%;
    }
    .glide__bullets {
        bottom: 22em;
        left: 85%;
    }
    .titulo .titulo_container {
        width: 90%;
        padding: 3rem 0 0 8%;
        height: 16rem;
        align-items: start;
    }
    .servicio_list .servicio_list--item div {
        height: 9rem;
    }
    .nav ul {
        width: 100%;
    }
}

.wrapper_header_end {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.header__hamburguer {
    cursor: pointer;
    width: 25px;
    height: 23px;
    margin-left: 15px;
}

.header__hamburguer span {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
}

.header__hamburguer span:nth-child(1) {
    -webkit-animation: outT 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    animation: outT 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.header__hamburguer span:nth-child(2) {
    margin: 7px 0;
    -webkit-animation: outM 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    animation: outM 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.header__hamburguer span:nth-child(3) {
    -webkit-animation: outBtm 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    animation: outBtm 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

#close_menu {}
#close_menu img {
    margin-left: auto;
    display: block;
}

.btn_idioma {
    color: #000;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    text-decoration: none;
}

.btn_idioma i {
    margin-left: 8px;
}

.BoxIdioma {
    display: none;
}

.BoxIdioma.Active {
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 22px;
    left: -10px;
    z-index: 1;
}

.BoxIdioma .link_idiomas {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #000;
    padding: 7px 10px;
    display: block;
}