.sin_margen { margin-right:0px; margin-left:0px; }
.sin_padding { padding-left:0px; padding-right:0px;  }
.sin_flex { display:inherit; }

.sin_padding_der { padding-right:0px; }
.sin_padding_izq { padding-left:0px; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }


body {
    font-family: 'Open Sans', sans-serif;
}

/*
Quiche Sans Thin
font-family: "quiche-sans", sans-serif;
font-weight: 100;
font-style: normal;

*/

/********************************************** MENU ************************************************************/

.barra_menu {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    z-index: 9;
}

.barra_menu:before {
    content:'';
    position: absolute;
    top: 100px;
    left: 2.5%;
    width: 95%;
    height: 1px;
    background-color: #FFF;
}

.menu_der {
    padding-left: 10px;
}

.menu_der span {
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.menu_izq {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
}

.menu_izq span {
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.bot_wsp_menu {
    color: #667835;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: #FFF;
    font-size: 14px;
    transition: .4s all ease-in-out;

    i {
        color: #667835;
        margin-left:5px;
        margin-right: 5px;
        transition: .4s all ease-in-out;
    }

    &:hover {
        background-color:#667835;
        color:#FFF;

        i {
            color:#FFF;
        }
    }
}

.bot_management {
    background-color: #667835;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    color: #FFF;
    font-size: 14px;
    vertical-align: super;

    i {
        color: #FFF;
        margin-left:5px;
        margin-right: 5px;
    }
}


.logo {
    max-width: 180px;
    margin-top: -10px;
}

.navbar-brand {
    position:relative;
}
.navbar-brand:before {
    content:'';
    position:absolute;
    width: 1px;
    height: 30px;
    background-color: #FFF;
    right: -15px;
    top: 30px;
}

/********************************************** BANNER HOME ************************************************************/

.banner_home {
    position: relative;
    min-height: 650px;
    max-height: 650px;
    height: 100%;
    padding-top: 180px;

    .container {
        position: relative;
        z-index: 5;
    }


    &::before {
        content:'';
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(122, 117, 89, 0.48) 22%, rgba(0, 0, 0, 1) 85%);
        mix-blend-mode: multiply;
    }
}

.video_banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.badge_banner {
    background-color:#E7DFB9;
    border-radius:15px;
    color:#2C2C2C;
    padding: 5px 20px;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 700;
}

.tit_banner {
    font-family: "quiche-sans", sans-serif;
    font-weight: 900;
    font-size: 80px;
    color:#FFF;
    line-height: 1;
    max-width: 800px;
    margin-bottom: 30px;
}

.texto_banner {
    color:#FFF;
    font-size: 24px;
    max-width: 850px;
}

.flecha_banner {
    margin-top: 170px;
    max-width: 50px;
}

.cont_sobre {
    background-image: url('../imagenes/bg_sobre.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 120px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}


.img_sobre {
    margin-top: 80px;
}

.ico_estrella {
    max-width: 30px;
    margin-bottom: 10px;
}

.tit_sobre {
    font-family: "quiche-sans", sans-serif;
    color:#2C2C2C;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.texto_sobre {
    color:#2C2C2C;
    line-height: 1.3;
    max-width: 500px;
}

.margen_negativo_problema {
    margin-top: -140px;
}

.linea_estrellas {
    max-width: 300px;
    margin-bottom: 70px;
    width: 100%;
}

.ico_problema {
    max-width: 20px;
    margin-bottom: 5px;
}

.tit_problema {
    color:#2C2C2C;
    font-family: "quiche-sans", sans-serif;
    font-size: 30px;
}

.texto_problema {
    color:#2C2C2C;
    max-width: 390px;
    margin-bottom: 70px;
}

.ico_p {
    max-height: 50px;
    width: 100%;
    display: block;
    margin:0 auto;
}

.desc_p {
    color:#2C2C2C;
    font-size: 15px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.parallax {
    min-height: 500px;
    width: 100%;
    border-radius:188px 188px 0 0;
    background-image:url('../imagenes/bg_parallax.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
    margin-top: 50px;
}

/* 🟢 Agrega este parche para iOS */
@supports (-webkit-touch-callout: none) {
    .parallax {
        background-attachment: scroll;
    }
}

.bg_serv {
    background-image:url('../imagenes/bg_servicios.svg');
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 600px;
    position: relative;
    z-index: 1;
    margin-top: -240px;

    &::after {
        content:'';
        position: absolute;
        bottom:-120px;
        right: 20%;
        background-image:url('../imagenes/graf_serv.svg');
        background-repeat:no-repeat;
        background-size:contain;
        width: 120px;
        height: 160px;
        mix-blend-mode: multiply;
    }
}

.ico_serv {
    max-width: 30px;
    display: block;
}

.tit_serv {
    font-family: "quiche-sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color:#E7DFB9;
    border-bottom: 1px solid #E7DFB9;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 50px;
    padding-right: 100px;
    line-height: 1.1;
}

.linea_estrellas_serv {
    max-width: 350px;
    width: 100%;
}

.item_serv {
    position: relative;
    margin-bottom: 40px;

    img {
        max-width: 20px;
        margin-bottom: 3px;
    }

    p {
        font-family: "quiche-sans", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color:#FFF;
        margin-bottom: 10px;
    }

    span {
        display: block;
        max-width: 260px;
        color:#FFF;
        line-height: 1.2;
        font-size: 15px;
    }
}

.img_serv {    
    margin-bottom: -150px;
}

.bg_hoteles {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ico_hoteles {
    max-width: 30px;
    display: block;
    margin-bottom: 20px;
}

.tit_hoteles {
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color:#2C2C2C;
    line-height: 1;
    max-width: 550px;
}

.linea_estrellas_hoteles {
    max-width: 350px;
    margin-top: 60px;
    width: 100%;
}

.carousel_hoteles {

    img {
        height: 100%;
    }

    .col-lg-3 {
        padding: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
    }

    .carousel-control-prev-icon {
        background-image:url('../imagenes/flecha_izq.svg');
    }

    .carousel-control-next-icon {
        background-image:url('../imagenes/flecha_der.svg');
    }
}

.bg_gestion {
    background-image:url('../imagenes/bg_gestion_2.svg');
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 730px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;

    &::after {
        content:'';
        position: absolute;
        bottom:-80px;
        right: 12%;
        background-image:url('../imagenes/graf_gestion.svg');
        background-repeat:no-repeat;
        background-size:contain;
        width: 60px;
        height: 140px;
        mix-blend-mode: multiply;
    }
}

.ico_gestion {
    max-width: 30px;
    display: block;
    margin-bottom: 10px;
}

.tit_gestion {
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color:#2C2C2C;
    line-height: 1;
    margin-bottom: 20px;
}

.linea_estrellas_gestion {
    max-width: 350px;
    margin-top: 40px;
    width: 100%;
}

.texto_gestion {
    color:#2C2C2C;
    line-height: 1.3;
    max-width: 550px;
    margin-bottom: 100px;
}

.linea_gestion {
    background-color:#2C2C2C;
    height: 1px;
    width: 100%;
    margin:30px auto;
}

.cont_num_gestion {
    color:#2C2C2C;
    padding-left: 15px;
    padding-right: 15px;
    h3 {
        font-family: "quiche-sans", sans-serif;
        font-weight: 500;
        font-size: 80px;
        line-height: 1;        
    }

    .porcentaje {
        &::after {
            content:'%';
            color:#2C2C2C;
            font-family: 'Open Sans', sans-serif;
            font-size: 40px;
            vertical-align: top;
            line-height: 1.9;
        }
    }

    .porc_mas {
        &::before {
            content:'+';
            color:#2C2C2C;
            font-family: 'Open Sans', sans-serif;
            font-size: 40px;
            vertical-align: top;
            line-height: 1.9;
        }
        &::after {
            content:'%';
            color:#2C2C2C;
            font-family: 'Open Sans', sans-serif;
            font-size: 40px;
            vertical-align: top;
            line-height: 1.9;
        }
    }

    p {
        font-weight: 700;
        font-size: 22px;
    }
}

.bordes_gestion {
    border-right:1px solid #2C2C2C;
    border-left:1px solid #2C2C2C;
}

.bordes_gestion_der {
    border-right:1px solid #2C2C2C;
}

.bg_trabajo {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0 0 188px 188px;
}

.ico_trabajo {
    max-width: 30px;
    display: block;
    margin-bottom: 10px;
}

.tit_trabajo {
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color:#2C2C2C;
    line-height: 1;
    margin-bottom: 20px;
}

.linea_estrellas_trabajo {
    max-width: 350px;
    margin-top: 40px;
    width: 100%;
}

.texto_trabajo {
    color:#2C2C2C;
    line-height: 1.3;
    max-width: 550px;
    margin-bottom: 70px;
}

.ico_d_trabajo {
    display: block;
    margin:0 auto;
}

.flecha_verde_abajo {
    display: block;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tit_d_trabajo {
    color:#667835;
    font-weight: 800;
    margin-bottom: 10px;
}

.texto_d_trabajo {
    font-weight: 300;
    color:#2C2C2C;
    line-height: 1.3;
    max-width: 200px;
    margin:0 auto;
    margin-bottom: 50px;
}

.bg_contacto {
    background-image:url('../imagenes/bg_contacto.svg');
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top: 120px;
    padding-bottom: 80px;
}

.tit_contacto {
    color:#FFF;
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.texto_contacto {
    color:#FFF;
    margin-bottom: 40px;
}

.img_contacto {
    width: 100%;
}

.tit_form {
    color:#FFF;
    margin-bottom: 3px;
}

.input {
    width: 100%;
    border-radius:8px;
    margin-bottom: 10px;
    padding: 3px;
}

.select {
    width: 100%;
    border-radius:8px;
    margin-bottom: 10px;
    padding: 3px;
}

.textarea {
    width: 100%;
    border-radius:8px;
    margin-bottom: 10px;
    padding: 3px;
}

.bot_enviar {
    color:#667835;
    padding: 6px 30px;
    border-radius:20px;
    background-color:#FFF;
    border:none;
}

.linea_estrellas_contacto {
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.datos_contacto {
    max-width: 500px;
    a {
        color:#FFF;
        display: block;
        margin-bottom: 7px;
        text-decoration: none;
        i {
            color:#FFF;
            margin-right: 5px;
        }
    }
}

.input_h { background-color:transparent; padding:0px; width:100%; visibility: hidden; height: 0; }

.banner_form {
    background-image: url('../imagenes/banner_nuevo_form.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.tit_principal_1 {
    background-color:#E7DFB9;
    font-size: 20px;
    font-weight: 700;
    color:#000;
    padding: 10px 35px;
    border-radius:25px;
    display: inline-block;
    margin-bottom: 20px;
}

.logo_hoteles {
    margin-top: 120px;
}


/********************************************** FOOTER ************************************************************/

.footer {
    background-color: #141414;
    padding-top: 3%;
    padding-bottom: 2%;
}

.logo_footer {
    max-width: 170px;
    margin-top: -20px;
}

.redes_footer {
    color: #FFF;
}

.redes_footer p {
    font-size: 14px;
}

.redes_footer i {
    font-size: 18px;
    color: #FFF;
}

.redes_footer a {
    margin-right: 8px;
}

.link_mas_info_footer p{
    color: #FFF;
    margin-bottom: 4px;
    font-size: 14px;
}

.link_mas_info_footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.bot_wsp_menu_footer {
    color: #FFF;
    border-radius: 20px;
    padding: 4px 10px;
    text-decoration: none;
    display: inline-block;   
    background-color: transparent;
    border:1px solid #FFF;
    margin-top: 10px;
    font-size: 14px;
}

.bot_wsp_menu_footer i {
    color: #FFF;
    margin-left:5px;
    margin-right: 5px;
}

.info_contacto_footer {
    color: #FFF;
    line-height: 1;
    font-size: 15px;
}

.info_contacto_footer a {
    color: #FFF;
    font-size: 15px;
}

.info_contacto_footer i {
    margin-right: 4px;
}

.borde_izq_footer {
    border-left: 1px solid #FFF;
    padding-left: 30px;
}

.borde_abajo_footer {
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
}

.derechos {
    font-size: 12px;
    margin-top: 40px;
    color:#FFF;
}




.show_desk {

}

.show_resp {
    display: none;
}

.copy {
    font-size: 12px;
    color:#FFF;
    margin-top: 40px;
    display: inline-block;
}

/************************************************************************************************************************************/
/********************* RESPONSIVE ***************************************************************************************************/

@media (max-width: 1515px) { 

    .cont_sobre {
        padding-top: 40px;
    }

}

@media (max-width: 1366px) { 

    .menu_izq {
        margin-right: 10px;
        padding-right: 10px;
    }

    .menu_izq span {
        font-size: 12px;
    }

    .bot_wsp_menu {
        padding: 4px 6px;
        font-size: 12px;
    }

    .bot_management {
    padding: 4px 6px;
    font-size: 12px;
    }

    .tit_banner {
        font-size: 70px;
    }

    .texto_banner {        
        font-size: 22px;        
    }

    .img_sobre {
        margin-top: 45px;
    }

    .bg_serv {
        border-radius:188px 188px 0 0;
        background-size:contain;
        background-color:#2C2C2C;
    }

    .bg_gestion {
        background-size: contain;
        background-position:center bottom;
        background-color: #E7DFB9;
        border-radius:0 0 188px 188px;
    }


    .cont_num_gestion {

        h3 {
            font-size: 64px;
        }

        .porcentaje {
            &::after {
                font-size: 30px;
            }
        }

        .porc_mas {
            &::before {
                font-size: 30px;
            }
            &::after {
                font-size: 30px;
            }
        }

        p {
            font-weight: 700;
            font-size: 18px;
        }
    }

    .info_contacto_footer a {
        font-size: 12px;
    }


}

@media (max-width: 1280px) { 

    .bg_serv {
        padding-top: 80px;
    }

}

@media (max-width: 767px) { 
    
    .show_desk {
        display: none;
    }

    .show_resp {
        display: block;
    }

    .borde_izq_footer {
        margin-bottom: 20px;
    }

    .borde_izq_footer {
        border-top: 1px solid #FFF;
        text-align: center;
        border-left: none;
        padding-top: 20px;
        
    }

    .borde_abajo_footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo_footer {
        margin-top: 0;
        max-width: 160px;
        margin-bottom: 20px;
    }

    .redes_nav_resp {
        color: #FFF;
    }

    .redes_nav_resp p {
        font-size: 14px;
    }

    .redes_nav_resp i {
        font-size: 18px;
        color: #FFF;
    }

    .redes_nav_resp a {
        margin-right: 8px;
    }

    .navbar-brand:before {        
        display: none;
    }

    .logo {
        max-width: 150px;
    }

    .navbar-toggler-icon {
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .barra_menu:before {
        top: 80px;
        left: 5%;
        width: 90%;
    }

    .menu_izq {
        border: none;
        max-width: 300px;

        span {
            display: block;
            margin-bottom: 10px;
            margin-right: 0;
            br {
                display: none;
            }
        }
    }

    .menu_der {
        padding-left: 0;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom:1px solid #FFF;
        margin-bottom: 15px;
        max-width: 300px;
    }

    .navbar-collapse {
        background-color: rgba(1, 1, 1, 0.8);
        backdrop-filter: blur(5px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 20px;

        .menu_izq:nth-child(2){
            border-top:1px solid #FFF;
            padding-top: 15px;
            margin-top: 15px;
        }
    }

    .banner_home {
        padding-top: 130px;
        text-align: center;
    }

    .tit_banner {
        font-size: 56px;
        line-height: 1.3;
    }

    .texto_banner {
        font-size: 20px;
    }

    .flecha_banner {
        margin-top: 20px;
        max-width: 50px;
    }

    .cont_sobre {
        background-image: url('../imagenes/bg_sobre_resp.svg');
        border-radius: 0 0 80px 80px;
        background-size:cover;
        margin-bottom: 100px;
    }

    .tit_sobre {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .ico_estrella {
        max-width: 30px;        
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .img_sobre {
        margin-top: 45px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: -150px;
    }

    .margen_negativo_problema {
        margin-top: 0;
        text-align: center;
    }

    .linea_estrellas {
        max-width: 340px;
        margin:0 auto;
        margin-bottom: 70px;        
    }

    .texto_problema {
        max-width: 360px;
        margin:0 auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .tit_problema {
        margin:0 auto;
        font-size: 30px;
        max-width: 190px;
        font-weight: 700;
        line-height: 1.2;
    }

    .parallax {
        border-radius:80px 80px 0 0;
        min-height: 450px;
    }

    .bg_serv {
        border-radius:80px 80px 0 0;
        padding-top: 40px;
        background-image:url('../imagenes/bg_servicios_resp.svg');

        .row:first-child {
            text-align: center;
        }

        .row:nth-child(2) {
            padding-left: 25px;
            padding-right: 25px;
        }

        &::after {
            display: none;
        }
    }

    .tit_serv {
        font-size: 34px;
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 20px;
        padding-right: 0px;
    }

    .ico_serv {
        margin:0 auto;
    }

    .linea_estrellas_serv {
        max-width: 350px;
        width: 100%;
        margin-bottom: 30px;
    }

    .img_serv {    
        margin-bottom: 30px;
    }

    .bg_hoteles {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ico_hoteles {
        max-width: 30px;
        display: block;
        margin:0 auto;
        margin-bottom: 20px;
    }

    .linea_estrellas_hoteles {
        display: none;
    }

    .carousel_hoteles {

        .carousel-control-next, .carousel-control-prev {
            width: 9%;
        }
    }

    .bg_gestion {
        background-image:url('../imagenes/bg_gestion_resp.svg');
        background-position:center top;
        background-repeat:no-repeat;
        background-size:cover;
        padding-top: 60px;
        padding-bottom: 80px;        
        margin-bottom: 50px;
        border-radius:0 0 80px 80px;


        &::after {
            bottom:-70px;
            right: 50%;
            width: 45px;
            transform: rotate(90deg);
        }
    }

    .ico_gestion {
        max-width: 30px;
        display: block;
        margin:0 auto;
        margin-bottom: 10px;
    }

    .texto_gestion {
        color:#2C2C2C;
        line-height: 1.3;
        max-width: 350px;
        margin:0 auto;
        margin-bottom: 30px;
    }

    .linea_estrellas_gestion {
        max-width: 350px;
        margin-top: 0px;
        width: 100%;
        margin-bottom: 80px;
    }

    .t_estrellas {
        font-size: 54px !important;
        /*&::after{
            content:'Estrellas';
            font-size: 18px;
            vertical-align: super;
            margin-left: 5px;
        }*/
    }

    .align_resp_gestion {
        text-align: center;
    }
    
    .linea_gestion {
        display: none;
    }

    .cont_num_gestion {
        border-bottom:1px solid #2C2C2C;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .bg_gestion {
        .row:last-child {
            .col-lg-4:last-child {
                .cont_num_gestion {
                    border:none;
                }
            }
        }
    }

    .bg_trabajo {
        text-align: center;
    }

    .ico_trabajo {
        max-width: 30px;
        display: block;
        margin:0 auto;
        margin-bottom: 10px;
    }

    .texto_trabajo {
        margin-bottom: 00px;
    }

    .linea_estrellas_trabajo {
        margin:0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }


    .img_contacto {
        margin-top: 40px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bg_contacto {
        background-image:url('../imagenes/bg_contacto_resp.svg');
        background-position:center top;
        background-repeat:no-repeat;
        background-size:contain;
        padding-top: 60px;
        padding-bottom: 60px;
        background-color:#2C2C2C;
    }

    .tit_contacto {
        text-align: center;
    }

    .texto_contacto {
        max-width: 250px;
        margin:0 auto;
        text-align: center;
        margin-bottom: 40px;
    }

    .form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .linea_estrellas_contacto {
        max-width: 350px;
        margin:0 auto;
        display:block;
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
    }

    .datos_contacto {
        padding-left: 20px;
        
        a {       
            font-size: 14px;
        }
    }

    .info_contacto_footer a {
        font-size: 14px;
    }

    .link_mas_info_footer p {
        br {
            display: none;
        }
    }

    .borde_izq_footer {
        padding-left: 15px;
    }

    .derechos {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .copy {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-top: 0;
    }


}


@media (max-width: 394px) { 

    .tit_banner {
        font-size: 54px;
        line-height: 1.3;
    }

    .t_estrellas {
        font-size: 48px !important;        
    }

}

@media (max-width: 360px) { 

    .tit_banner {
        font-size: 50px;
        line-height: 1.3;
    }

    .t_estrellas {
        font-size: 44px !important;        
    }


}