
html{scroll-behavior:smooth !important;}



body, html {


    font-weight: 500;
    font-family: 'Neo Sans Std  TR', sans-serif;

    /* margin: 0;
    padding: 0; */
}

/* Seccion 1 */
.seccion_inicio {
    height: 100vh;
    background-image: url("../images/fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fila_barra {
    height: 7vh;
    padding-top: 1%;
}

.logo_col {
    margin-left: 8%;
}

.logo_primax {
    width: 178.929px;
    height: 51.019px;
    /* flex-shrink: 0; */
}

.nav_col {
    margin-right: 8%;
}

.nav_texto {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    font-family: Neo Sans Std;
}

.nav_texto:hover {
    color: #FF6900;
}

.btn_codigo {

    height: 42px;
    /*flex-shrink: 0;*/
    border-radius: 10px;
    background: #FFF;
    /*Texto*/
    color: #FF6900;
    font-size: 14px;
    font-weight: 700;
}

.btn_codigo:hover {
    color: #FFF;
    background: linear-gradient(269deg, #FF6900 35.15%, #F83600 102.66%);
}

.fila_vacia {
    height: 91vh;
}

.fila_registro {
    height: 75vh;
}

.form_registro {
    /*max-width: 380px;*/
    /*max-height: 455px;*/
    /*flex-shrink: 0;*/
    /*width: 350px;*/
    border-radius: 30px;
    background: #FFF;
    backdrop-filter: blur(92px);
    /*padding: 2% 3%;*/
    /*margin-top: 0;*/
    /*margin-right: 8%;*/
}

.registrate {
    color: #FF6900;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 140% */
    letter-spacing: 0.3px;
    text-align: left;
    margin-bottom: 0;
}

.linea_registrate {
    width: 86px;
    border: none;
    background-color: #FF6900;
    height: 3px;
    opacity: 100;
    border-radius: 25px;
    margin-bottom: 8%;
    margin-top: 1%;
}

.form-label {
    color: #FF6900;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1%;
}


p.error{
    margin-bottom: 0px;
    text-align: right;
    color: red;
    margin-right: 10px;
    visibility: hidden;
}

.input-group{
    margin-bottom: 0px !important;
}

.form-control {
    /*width: 358px;*/
    /*width: 100;*/
    height: 50px;
    /*flex-shrink: 0;*/
    border-radius: 10px;
    border: 2px solid #929292;
    background: rgba(146, 146, 146, 0.00);
    /*margin-bottom: 4%;*/
    transition: none;
    /*font-weight: normal;*/

    font-weight: 500;
    font-family: Neo Sans Std;
}

.fecha p {
    margin-bottom: 7%;
}

.fecha {
    position: relative;
}

/* .pass-icon {
    position: absolute;
    top: 48px;
    right: 15px;
    cursor: pointer;
} */

.enlaces_registro {
    margin: 2% auto 2% auto;
}

/* .circulo{
    width: 2px;
    height: 4px;
    background-color: #FF6900;
}

.circulo:hover{
    background-color: #F83600;
} */

.link {
    margin-top: 1%;
    margin-bottom: 1%;
}

.link_circulo {
    background-color: #929292;
    border-radius: 50%;
    color: transparent;
    margin: 1% 1%;
    line-height: 70%;
     width: 11px;
}

.link_circulo.active {
    background-color: #FF6900;
}

.link_circulo:active {
    background-color: #FF6900;
}

.link_circulo:hover {
    background-color: #F83600;
}

.btn_siguiente {
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(269deg, #FF6900 35.15%, #F83600 102.66%);
    /*Texto*/
    color: #FFF;
    font-size: 15px;
    /*font-style: normal;*/
    font-weight: 700;
    line-height: normal;
    margin-top: 3%;
    margin-bottom: 3%;
}

.btn_siguiente:hover {
    color: #FFF;
    background: linear-gradient(269deg, #F83600 102.66%, #FF6900 35.15%);
}

.flecha_der {
    width: 11px;
    height: 11px;
}


.link_inicia {
    color: #929292;
    font-style: normal;
    font-weight: 700;
}

.col_promo {
    /* padding: auto; */
    justify-content: center;
    margin: auto;
    /* padding-top: 10%;
    padding-bottom: 50%; */
    margin-bottom: 2%;
    /* margin-left: 25%; */
    text-align: center;
}

.col_promo img {
    margin-left: 1%;
    /* align-self: center; */
}

.img_texto {
    height: 63px;
    width: 140px;
}

.img_lineavert {
    height: 63px;
}

.col_tamex {
    padding-left: 13%;
    margin-bottom: 1%;
}

.col_tprimax {
    padding-right: 13%;
    margin-bottom: 1%;
}

.cinco {
    width: 58px;
    height: 68px;
    /* flex-shrink: 0; */
}

.tamex {
    width: 90px;
    height: 63px;
    margin-right: 1%;
    margin-left: 1%;
    /* margin-top: 1%; */
}

.tprimax {
    width: 90px;
    height: 59px;
    margin-right: 1%;
    margin-left: 1%;
    /* margin-top: 1%; */
}

.tamex_texto, .tprimax_texto {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.linea_tarjetas {
    /* /color: white; */
    /* border: none; */
    /* background-color: #696969; */
    /* height: 4px; */
    /* opacity: 100; */
    /* border-radius: 25px; */
    /* height: auto; */
    /* width: 2px; */
}

/* Seccion 2 */
.participa {
    padding: 6% 8%;
}

.fila1 {
    margin-bottom: 2%;
}

.participa_p1 {
    color: #FF6900;
    font-style: normal;
    font-size: 60px;
    font-weight: 900;
    white-space: nowrap !important;

}

.linea1 {
    border: none;
    background-color: #FF6900;
    height: 4px;
    opacity: 100;
    border-radius: 25px;
    width: auto;
}

.pasos {
    border-radius: 20px;
    background: linear-gradient(180deg, #FF6900 0%, #F83600 100%);
    height: 160px;
    /* width: 305px; */
    padding: 2% 4%;
}


.pasos_texto {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 24.4px; 152.5% */
    justify-content: center;
}

.enlace_paso2 {
    color: #FFF;
}

.flecha {
    margin-left: auto;
    margin-right: auto;
}

.fila_ticket {
    margin-top: 2%;
    margin-bottom: 1%;
}

.participa_p2 {
    color: #696969;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0px;
    /*  line-height: 60.4px; 302% */
}

.linea2 {
    border: none;
    background-color: #696969;
    height: 2px;
    opacity: 100;
    border-radius: 25px;
    width: auto;
}

.bloque1 {
    /* width: 546.302px; */
    height: 174px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #1B29A2 0%, #152189 100%);
}

.logo_gprix {
    padding-left: 9%;
    padding-right: 9%;
}

.bloque1_p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 25px; 156.25% */
    padding-right: 4%;
    margin-right: 1%;
}

.bloque2 {
    /* width: 546.302px; */
    height: 174px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #FB1D89 0%, #D61673 100%);
}

.logo_bgye {
    padding-left: 9%;
    padding-right: 9%;
}

.bloque2_p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-right: 4%;
    /* line-height: 25px; 156.25% */
}

/* Seccion 3 */
.fechas_c2 {
    background: linear-gradient(109deg, #FF6900 -1.09%, #F83600 101.13%);
    padding-top: 7%;
    padding-bottom: 4%;
    padding-left: 5%;
}

.fechas_titulo {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 60.4px; 151% */
}

.linea3 {
    border: none;
    background-color: #FFF;
    height: 2px;
    opacity: 100;
    border-radius: 25px;
    width: 305px;
}

.fechas_sorteo {
    background-color: #FFF;

    max-width: 500px;
    min-width: 100%;
    /* width: 100; */
    border-radius: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-right: 12%;
}

.sorteo {
    color: #FF6900;
    font-size: 24.353px;
    font-style: normal;

    line-height: 0px; /* 0% */
    letter-spacing: 0.487px;
    /*font-weight: lighter;*/
    font-family: 'Neo Sans Std  TR';
}

.dia {
    color: #FF6900;
    font-size: 46.82px;;
    font-style: normal;
    font-weight: 700;
    line-height: 74.4px; /* 158.906% */
    letter-spacing: -0.936px;
}

/* Seccion 4 */
.estaciones {
    background-image: url("../img/fondo_estaciones.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 75vh;
}

.estaciones_c2 {
    padding-right: 180px;
    padding-left: 20px;
}

.estaciones_texto, .estaciones_texto_1linea {
    color: #FF6900;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 112.5% */
    letter-spacing: 0.4px;
}

.linea4 {
    border: none;
    background-color: #FF6900;
    width: 305px;
    height: 4px;
    opacity: 100;
    border-radius: 25px;
    margin-top: 5%;
    margin-bottom: 5%;
}

/* hr { height: 0px; border: none; border-bottom: 3px solid #FF6900; } */

.estaciones_subtexto {
    color: #404040;
    font-size: 20px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: 30px; /* 150% */
    /* font-variant: all-small-caps; */
    margin-bottom: 6%;
    font-family: 'Neo Sans Std  TR';


}

.btn_estaciones {
    width: 305px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(93deg, #FF6900 3.4%, #F83600 94.69%);
    border: none;
    /* texto */
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn_estaciones:hover {
    color: #FFF;
    background: linear-gradient(269deg, #FF6900 35.15%, #F83600 102.66%);
}

/* Seccion 5 */
.tanquea {
    /* height: 463px; */
}

.cuadrante_1 {
    color: white;
    background: linear-gradient(109deg, #FF6900 -1.09%, #F83600 101.13%);
    padding: 7% 2% 7% 7%;
}

.texto_1 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 45px;  */
}

.linea_tanquea {
    width: 305px;
    border: none;
    border-bottom: 3px solid #FFF;
    opacity: 100;
    border-radius: 25px;
}

.subtexto_1 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: lighter;
     line-height: 30px;
    /* font-variant: all-small-caps; */
}

/* Seccion 6*/
.cuadrante_3 {
    padding: 7% 2% 5% 7%;
}

.texto_2, .texto_2_1linea {
    color: #FF6900;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 64px; */
}

.linea_duda {
    width: 305px;
    border: none;
    background-color: #FF6900;
    width: 305px;
    height: 4px;
    opacity: 100;
    border-radius: 25px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.subtexto_2 {
    color: #696969;
    font-size: 17px;
    font-style: normal;
    font-family: 'Neo Sans Std TR';
    font-weight: 500;
    /* line-height: 30px; */
    margin-bottom: 5%;
}

.col_redes {
    margin-right: 20%;
}

.bi_redes {
    color: #FF6900;
    font-size: 25px;
}

.cuadrante_4 {
    padding: 50px 75px 60px 0px;
}

/* .bi-plus-lg{
    color: #F83600;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
} */

/* Acordeon */
.accordion-button.collapsed::after {
    background: url("../img/cross_open.png");
    position: absolute;
    background-repeat: no-repeat;
    left: 7px;
    padding-right: 10px;
    top: 28px;
    /* box-shadow: none !important; */
}

.accordion-button:not(.collapsed)::after {
    background: url("../img/cross_close.png");
    position: absolute;
    background-repeat: no-repeat;
    left: 2px;
    padding-right: 12px;
    top: 20px;
    color: #FF6900;
    /* box-shadow: none !important; */
}

/* .accordion-button.collapsed{
    box-shadow: none;
} */
/* .accordion{
    box-shadow: none;
    border-style: none;
} */
.accordion-header {
    position: relative;
    /* border-bottom-style: 2px solid #696969; */
}

.accordion-button {
    padding-left: 30px;
}

.preguntas {
    color: #696969;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 118.75% */
}

.respuesta1 {
    color: #FF6900;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 118.75% */
    margin-left: 2%;
}

.respuestas {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
    /* font-variant: all-small-caps; */
    margin-left: 2%;
    font-family: "Neo Sans Std";
}

.escribenos {
    color: #FF6900;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* font-variant: all-small-caps; */
}

/* .check{
    padding-left: 10px;
}
.aceptacion{
    font-size: 11px;
    font-weight: bold;
    color: #F83600;
}
.subaceptacion{
    font-size: 12px;
} */

/* Pie de pagina */
.pie {
    background-image: linear-gradient(75deg, #FF6900 19.27%, #F83600 79.09%);
    /* height: 15vh; */
}

.terminos p {
    font-size: 12px;
    margin-bottom: 0;
}

.terminos a {
    color: white;
    font-style: italic;
}

.icono_redes {
    width: 15px;
}

@media (max-width: 992px) {
    .fila_barra {
        height: 9vh;
    }

    .col_tamex {
        padding-left: 12%;
    }

    .col_tprimax {
        padding-right: 12%;
    }

    .tamex_texto, .tprimax_texto {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }

    .bloque1_p, .bloque2_p {
        font-size: 15px;
        font-weight: 700;
    }

    .fechas_titulo {
        font-size: 30px;
    }

    .linea3 {
        width: 190px;
    }

    .linea4 {
        width: 255px;
    }

    .estaciones_subtexto {
        font-size: 15px;
        font-weight: lighter;
    }

    .texto_1 {
        font-size: 28px;
    }

    .linea_tanquea {
        width: 180px;
    }

    .subtexto_1 {
        font-size: 15px;
    }

    .texto_2, .texto_2_1linea {
        font-size: 30px;
    }

    .linea_duda {
        width: 152px;
    }

    .subtexto_2 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .seccion_inicio {
        height: 200vh;
    }

    .logo_col {
        margin: auto;
        margin-top: 10%;
    }

    .logo_primax {
        margin: auto;
    }

    .fila_registro {
        order: 1;
    }

    .form_registro {
        /*margin: auto;*/
        /*margin-top: 0;*/
        /*width: 375px;*/
        /*height: 448px;*/
        /* flex-shrink: 0; */
        border-radius: 15px;
        /*padding: 6% 5% 7% 5%;*/
    }

    .registrate {
        font-size: 25px;
        font-weight: 700px;
    }

    .linea_registrate {
        width: 152px;
        margin-bottom: 4%;
    }

    .form-label {
        font-size: 12px;
        font-weight: 500;
    }

    .form-control {
        /* height: 38px; */
    }

    .btn_siguiente {
        margin-top: 4%;
    }

    .fila_tarjetas {
        margin-bottom: 2%;
    }

    .col_tamex {
        /* margin: auto; */
        justify-content: center;
        /* padding: auto; */
        padding-left: 5%;
        margin-bottom: 3%;
    }

    .col_tprimax {
        /* margin: auto; */
        justify-content: center;
        /* padding: auto; */
        padding-right: 0;
    }

    .tamex {
        margin-right: 5%;
        margin-left: 5%;
    }

    .tprimax {
        margin-right: 5%;
        margin-left: 5%;
    }

    .cuadrante_4 {
        padding-left: 50px;
    }

    .participa {
        /* padding: auto 30%; */
        padding-left: 10%;
        padding-right: 10%;
    }

    .fila1 {
        margin-top: 3%;
        margin-bottom: 8%;
    }

    .participa_p1 {
        font-size: 38px;
        white-space: nowrap !important;
        /* line-height: 60.4px; 172.571% */
        /* margin-bottom: 15%; */
    }

    .pasos {
        margin-bottom: 5%;
        padding-right: 15%;
        padding-left: 15%;
    }

    .pasos_texto {
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }

    .enlace_paso2 {
        justify-content: center;
    }

    .flecha {
        transform: rotateZ(90deg);
        margin-bottom: 5%;
    }

    .participa_p2¨ {
        font-size: 18px;
    }

    .bloque1, .bloque2 {
        /* width: 304px; */
        height: 227px;
        padding-right: 12%;
        padding-left: 12%;
    }

    .bloque1_p, .bloque2_p {
        font-size: 16px;
    }

    .logo_gprix {
        margin-top: 10%;
    }

    .logo_bgye {
        margin-top: 15%;
    }

    .fechas_c2 {
        /* padding-right: auto;
        padding-left: auto; */
        /* justify-content: center; */
        padding-top: 18%;
        padding-bottom: 10%;
        padding-right: 10%;
        padding-left: 15%;
    }

    .fechas_sorteo {
        height: 119px;
    }

    .fechas_titulo {
        font-size: 28px;
    }

    .linea3 {
        width: 100px;
    }

    .sorteo {
        font-size: 18px;
    }

    .img_sorteo {
        width: 18px;
        height: 20px;
        margin-top: -10px;
    }

    .dia {
        font-size: 42px;
    }

    .estaciones {
        height: 670px;
        background-image: url("../images/estaciones_mobile.jpg");

    }

    .estaciones_c2 {
        padding-top: 15%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
    }

    .estaciones_texto, .estaciones_texto_1linea {
        font-size: 25px;
        margin-bottom: auto;
    }

    .linea4 {
        width: 152px;
        margin-top: 0;
        margin-bottom: 4%;
    }

    .btn_estaciones {
        width: 100%;
        height: 50px;
        font-size: 14px;
    }

    .cuadrante_1 {
        padding: 14% 15% 10% 10%;
    }

    .texto_1 {
        font-size: 25px;
    }

    .linea_tanquea {
        width: 152px;
    }

    .subtexto_1 {
        font-size: 14px;
    }

    .cuadrante_3 {
        padding: 14% 15% 10% 10%;
    }

    .texto_2, .texto_2_1linea {
        font-size: 25px;
    }

    .linea_duda {
        width: 152px;
    }

    .subtexto_2 {
        font-size: 14px;
        margin-bottom: 7%;
    }

    .bi_redes {
        font-size: 25px;
    }

    .cuadrante_4 {
        /* margin-top: 5%; */
        /* padding-top: 5%; */
        padding: 3% 6% 18% 6%;
    }

    .preguntas, .respuestas, .escribenos {
        font-size: 14px;
    }

    .pie {
        /* height: 20vh; */
        padding: 10% 12% 5% 12%;
    }

    .terminos {
        margin-top: 4%;
        margin-bottom: 3%;
    }

    .pie_redes {
        /* margin-top: 2%; */
        margin-bottom: 5%;
    }

    .pie_col_redes {
        margin-right: 6%;
    }

    .icono_redes {
        width: 18px;
        height: 18px;
    }
}


/* Ajustes a los componentes de Bootstrap */
.form-control:enabled {
    box-shadow: none;
    border: 2px solid #929292;
    color: #929292;
}

.fecha {
    position: relative;
}

.campo_fecha {
    background: url('../images/calendar.png');
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: center;
    background-size: 17px;
}

.campo_fecha::-webkit-calendar-picker-indicator {
    /* display: none; */
    opacity: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #FF6900;
    /* box-shadow: none !important; */
}

.accordion-button {
    border-bottom: 2px solid #696969;
}

.accordion-button:enabled {
    box-shadow: none;
    border-bottom: 2px solid #696969;
}


.box_gradiente_naranja {
    border-radius: 20px;
    background: linear-gradient(180deg, #FF6900 0%, #F83600 100%);
    height: 160px;
    padding: 2% 4%;
    padding-right: 15%;
    padding-left: 15%;
    color: white !important;
    font-size: 18px;

}

.box_gradiente_azul {
    border-radius: 20px;
    background: linear-gradient(180deg, #1B29A2 0%, #152189 100%);
    height: 160px;
    padding: 2% 4%;
    padding-right: 15%;
    padding-left: 15%;
    color: white !important;
    font-size: 18px;

}

.box_gradiente_rosa {
    border-radius: 20px;
    background: linear-gradient(180deg, #FB1D89 0%, #D61673 100%);
    height: 160px;
    padding: 2% 4%;
    padding-right: 15%;
    padding-left: 15%;
    color: white !important;
    font-size: 18px;

}

.img_sorteo {
    width: 18px;
    height: 20px;
    margin-top: -10px;
}


#home {
    background-image: url('../img/fondoV2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center
}


.white_box {
    background-color: white;
    border-radius: 20px;
}

.form-control {
    font-family: 'Neo Sans Std  TR' !important;
}

.registro_p {
    font-family: 'Neo Sans Std  TR' !important;
    color: #929292;

}


.text-orange {
    color: #FF6900;
}

.text_gris {
    color: #5B5B5B;
    text-decoration: none;
}

.edit-field-icon {
    width: 12px;
    height: 12px;
    margin-top: 7px;
}


.footer_app {
    background-image: linear-gradient(75deg, #FF6900 19.27%, #F83600 79.09%);
    height: 15vh;
}


.mobile_codigo {
    border-right: 0 !important;
}


.btn-registrar-codigo {
    background-color: transparent;
    padding: 0 !important;
    padding-right: 2px !important;

    border-top: 2px solid #929292;
    border-right: 2px solid #929292;
    border-bottom: 2px solid #929292;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {

    background-image: linear-gradient(75deg, #FF6900 19.27%, #F83600 79.09%) !important;


}


.icon_canje {
    width: 100px;
    margin-bottom: 10px;
}


.col-form-label {
    padding-top: 0px;
}

.editable-click {

}


.editableform .form-control {
    height: 35px;
}

.editable-clear-x {
    margin-top: -10px;
}


.font-bold{
    font-family: Neo Sans Std,sans-serif !important;
}

.font-bolder{
    font-family: Neo Sans Std,sans-serif !important;
    font-weight: 800 !important;
}


.form-terminos{
    color: #5B5B5B !important;
    font-size: 12px;
}


.x-edit-text{
    width: 100%;
}




.pass_icon{
    position: absolute;
    top: 49px;
    right: 15px;
    cursor: pointer;
}


.login_input{
    /*width: 358px;*/

}

.login_input:enabled{
    box-shadow: none;
    border: 2px solid #929292;
    color: #929292;
}


.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-selection__arrow {
    height: 49px !important;
}

@media (max-width: 768px) {

    /* Seccion 4 */
    .estaciones {
        background-image: url("../img/estaciones_mobile.jpg");
    }

    #home {
        background-image: url('../img/fondo_mobile2.jpg');
        background-position: -100px 0px;

    }

}


.legal{
    color: #5B5B5B !important;

}