@charset "utf-8";

@font-face {
    font-family: 'isidora-400';
    src: url(../fonts/Isidora-Regular.otf);
}

@font-face {
    font-family: 'isidora-500';
    src: url(../fonts/Isidora-Medium.otf);
}

@font-face {
    font-family: 'isidora-600';
    src: url(../fonts/Isidora-SemiBold.otf);
}

/* selectores */


  
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'isidora-400' !important;
    font-style: normal;
    background: rgb(255, 255, 255);

}

body a {
    font-family: 'isidora-400';
    font-size: 0.875em;
    color: rgb(46, 46, 46);
}

h2 {
    font-family: 'isidora-600';
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

h3 {
    font-family: 'isidora-600';
    font-size: 1.625em;
    line-height: 32px;
    color: rgb(46, 46, 46);
    letter-spacing: -0.5px;
}

h4 {
    font-family: 'isidora-600';
    font-size: 1.625em;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

h5 {
    font-family: 'isidora-400';
    font-size: 1.875em;
    line-height: 2.25;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

p {
    font-family: 'isidora-400';
    font-size: 1em;
    line-height: 25px;
    color: rgb(46, 46, 46);
}

span {
    font-family: 'isidora-400';
    font-size: 1em;
    line-height: 25px;
    color: rgb(46, 46, 46);
}

ul {
    padding-left: 0px;
    margin-top: 1.563em;
}

ul li {
    font-family: 'isidora-400';
    color: rgb(46, 46, 46);
    line-height: 25px;
    font-size: 1.125em;
}

strong {
    font-family: 'isidora-600';
}

.bck_white-2 {
    background: rgb(255, 255, 255);
}

.linea-horizontal-1 {
    width: 100%;
    height: 1px;
    background-color: hsl(210, 26%, 91%);
}

.visibleMobile {
    display: none;
}

/* fin selectores */

/* cabezote */

.cabezote {
    width: 100%;
    height: 90px;
    background-color: rgb(146, 120, 209);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.cabezote .bgtrHead {
    width: 25%;
    height: 100%;
    background-color: rgb(73, 39, 89);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cabezote .bgtrHead::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -40px;
    border-top: 120px solid transparent;
    border-left: 25px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 50px solid rgb(146, 120, 209);
    transform: rotate(0.75turn);
    z-index: 1;
}

.cabezote .contentHead {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cabezote img {
    width: 200px;
    position: relative;
    z-index: 2;
    padding-left: 0;
}

.espacio_interna {
    padding-top: 75px;
}

/* fin cabezote */


.carousel-control-prev-icon {
    display: none;
}

.carousel-control-next-icon {
    display: none;
}

/* PAGINA HOME */





/* slide */

.slide_home-02 {
    background-image: url(../images/bg_landing-01.jpg);
    background-color: white;
    min-height: 375px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -20px;
}

.posicion_logos-textos-slide {
    margin-top: 30px;
}

.sldtex-d {
    position: relative;
    margin-top: 80px;
}

.sldtex-d h1 {
    color: rgb(255, 255, 255);
    font-size: 2.25em;
    line-height: 2.625em;
    letter-spacing: -0.5px;
}

.sldtex-d p {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    margin-right: 280px;
    margin-top: -15px;
}



.text_pres {
    color: rgb(255, 255, 255);
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 25px;
    letter-spacing: -0.25px;
    position: relative;
    left: 35px;

}

.text_aplica-t-c {
    color: rgb(255, 255, 255);
    font-family: 'isidora-400';
    font-size: 14px;
    line-height: 18px;
}


/* fin slide */








/*  seccion formularios ingresa aqui  */

.formularios_droguerias h2 {
    font-size: 1.625em;
    line-height: 2em;
    letter-spacing: -0.5px;
}

.formularios_droguerias input {
    background: rgb(255, 255, 255);
    border: 1px solid hsl(0, 0%, 90%);
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'isidora-400';
    font-size: 0.875em;
    line-height: 1em;
    color: hsl(0, 0%, 46%);
    padding: 12px;
}

.box_formulario-droguerias {
    background: rgb(255, 255, 255);
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px;
    min-height: 345px;
    text-align: center;
    position: relative;
}

.box_formulario-droguerias form {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
}


.formularios_droguerias2 h2 {
    font-size: 1.625em;
    line-height: 2em;
    letter-spacing: -0.5px;
}

.formularios_droguerias2 input {
    background: rgb(255, 255, 255);
    border: 1px solid hsl(0, 0%, 90%);
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'isidora-400';
    font-size: 0.875em;
    line-height: 1em;
    color: hsl(0, 0%, 46%);
    padding: 12px;
}

.box_formulario-droguerias2 {
    background: rgb(255, 255, 255);
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px;
    height: 620px;
    position: relative;
}

.icon-back {
    background-image: url(../images/hoja.svg);
    background-repeat: no-repeat;
    padding-left: 25px;

}

.number {
    border-color: #00005b;
    font-size: 18;
    padding: 5px;
}

.numeracion {
    display: flex;
    justify-content: center;
}

.btn_ingresar {
    background: rgb(73, 39, 89);
    border-radius: 12px;
    font-family: 'isidora-600';
    font-size: 1.25em;
    letter-spacing: -0.5px;
    color: rgb(255, 255, 255);
    border: none;
    display: block;
    padding: 10px;
}

.btn_ingresar:hover {
    background: hsl(241, 41%, 57%);
    color: rgb(255, 255, 255);
}

.generar_reportes .btn:not(:disabled):not(.disabled):active {
    background-image: none !important;
}

.generar_reportes .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: rgb(255, 255, 255) !important;
    background-color: hsl(241, 41%, 57%) !important;
    border-color: none !important;
}

.generar_reportes p {
    text-align: left;
    font-family: 'isidora-400';
    font-size: 0.875em;
    line-height: 18px;
    color: hsl(0, 0%, 46%);
    position: relative;
    top: 5px;
}

.btn_r-aqui {
    background-color: rgb(73, 39, 89);
    font-family: 'isidora-600';
    font-size: 1em;
    line-height: 25px;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 60px;
    cursor: pointer;
}

.btn_r-aqui:hover {
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    background-color: #66669d !important;
    border-color: #66669d !important;
}

.btn_r-aqui-2 {
    border: 1px solid rgb(73, 39, 89);
    background-color: rgb(255, 255, 255);
    font-family: 'isidora-600';
    font-size: 1em;
    line-height: 25px;
    color: rgb(73, 39, 89);
    border-radius: 30px;
    padding: 12px 75px;
    cursor: pointer;
    position: relative;
    top: 15px;
}

.btn_r-aqui-2:hover {
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    background-color: #66669d !important;
    border-color: #66669d !important;
}

.registrate-aqui {
    display: flex;
    flex-direction: row;
    margin-top: 36px;
    justify-content: center;
}

.registrate-aqui p {
    color: rgb(46, 46, 46);
}

.btn_r-aqui-3 {
    font-family: 'isidora-600';
    font-size: 1em;
    line-height: 25px;
    color: rgb(73, 39, 89);
    display: block;
    margin-left: 10px;
}

.btn_r-aqui-3:hover {
    text-decoration: none;
    color: hsl(241, 41%, 57%);
}

.box_formulario-consulta {
    background: rgb(255, 255, 255);
    border: 1px solid hsl(210, 26%, 91%);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px;
    min-height: 345px;
    text-align: center;
    position: relative;
}

.box_formulario-consulta form {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
}


.buscador_num-documento label {
    font-size: 0.875em;
    line-height: 16px;
    color: hsl(0, 0%, 46%);
}

.buscador_num-documento input {
    margin-top: -10px;
    width: 73%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.buscador_num-documento .buscador_btn {
    float: right;
    width: 135px;
    margin-top: -44px !important;
    height: 44px;
    border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    background-color: hsl(56, 100%, 50%);
    border: none;
    color: rgb(73, 39, 89);
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.buscador_num-documento {
    top: 35px;
    position: relative;
}

.buscador_num-documento .form-control:focus {
    border-color: hsl(0, 0%, 90%);
    box-shadow: 0 0 0 0rem rgba(0, 0, 0);
}

.buscador_num-documento .btn:not(:disabled):not(.disabled):active {
    background-image: none;
}


/*  fin seccion formularios ingresa aqui  */










/*  seccion  aniversario */

.seccion_aniversario-1 h5 {
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.25px;
}

.seccion_aniversario-1 p {
    font-size: 0.875em;
    line-height: 18px;
    margin: 0px 10px;
}

.seccion_aniversario-1 img {
    width: 36px;
    margin: auto;
    display: block;
}

/* fin seccion  aniversario */









/*  seccion participar facil */

.linea_vertical-1 {
    background: #E2E8EE;
    width: 1px;
    height: 160px;
    margin-left: -1px;
    position: relative;
}

.seccion_participar-facil img {
    width: 36px;
    margin-left: 12px;
}

.seccion_participar-facil p {
    font-size: 1.125em;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin: 0px 60px 0px 15px;
}

/* fin seccion participar facil */








/*  seccion video */

.seccion_video iframe {
    margin: auto;
    display: block;
}

.seccion_video .ytp-cued-thumbnail-overlay-image {
    background-image: url(../images/video-youtube.jpg);
}

/* fin seccion video */





/* seccion ranking */

.seccion_ranking h5 {
    font-family: 'isidora-600';
    font-size: 1.25em;
    color: rgb(255, 255, 255);
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 0px;
}

.box_ranking-1 {
    background-color: rgb(73, 39, 89);
    padding: 15px 35px;
}

.box_ranking-2 {
    padding: 15px 35px;
}

.box_ranking-3 {
    background: hsl(230, 50%, 98%);
    padding: 15px 35px;
}

.box_ranking-4 {
    background: rgb(255, 255, 255);
    padding: 15px 35px;
}

.ranking-pos {
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 0px;
}

.ranking-part {
    font-size: 1em;
    line-height: 25px;
    background-image: url(../images/icon-persona-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    padding: 0px 0px 0px 35px;
    margin-bottom: 0px;
    text-transform: uppercase !important;
}

.ranking-camb-1 {
    font-size: 1em;
    line-height: 25px;
    background-image: url(../images/icon-flecha-verde-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    padding: 0px 0px 0px 35px;
    margin-bottom: 0px;
}

.ranking-camb-2 {
    font-size: 1em;
    line-height: 25px;
    background-image: url(../images/icon-flecha-roja-2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    padding: 0px 0px 0px 35px;
    margin-bottom: 0px;
}

.ranking-camb-3 {
    font-size: 1em;
    line-height: 25px;
    background-image: url(../images/icon-guion-3.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    padding: 0px 0px 0px 35px;
    margin-bottom: 0px;
}

.ranking-cod {
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 0px;
}


.btn_ranking a {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 1px solid rgb(73, 39, 89);
    padding: 10px 100px;
    font-family: 'isidora-600';
    font-size: 1.25em;
    letter-spacing: -0.25px;
    color: rgb(73, 39, 89);
    margin: auto;
    display: table;
}

.btn_ranking a:hover {
    text-decoration: none;
}





/* fin seccion ranking */






/*  seccion super sale */

.seccion_super-sale {
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    background-image: url(../images/super-sale.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 357px;
    padding: 40px;
}

.seccion_super-sale h2 {
    color: rgb(255, 255, 255);
    margin-top: 70px;
}

.seccion_super-sale p {
    color: rgb(255, 255, 255);
    font-family: 'isidora-400';
    font-size: 1.25em;
    line-height: 24px;
    margin-right: 140px;
}

/* fin seccion super sale */







/* seccion tus amigos */

.seccion_box-tus-amigos {
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 13px hsl(210, 26%, 91%);
    padding: 20px;
}

.seccion_box-tus-amigos h3 {
    text-align: center;
}

.seccion_box-tus-amigos p {
    text-align: center;
}

.buscador_email .form-control {
    margin-top: -10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: rgb(255, 255, 255);
    border: 1px solid hsl(0, 0%, 90%);
    font-family: 'isidora-400';
    font-size: 0.875em;
    line-height: 1em;
    color: hsl(0, 0%, 46%);
    padding: 12px;
    width: 478px;
    background-image: url(../images/icon-email-gris.svg);
    background-size: 20px;
    background-position: 95% center;
    background-repeat: no-repeat;
}

.buscador_email label {
    font-size: 0.875em;
    line-height: 16px;
    color: hsl(0, 0%, 46%);
}

.buscador_email .buscador_btn {
    width: 135px;
    margin-top: -10px !important;
    height: 44px;
    font-family: 'isidora-600';
    font-size: 1r em;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(73, 39, 89);
    z-index: 1;
    margin-left: auto !important;
    border: 1px solid rgb(73, 39, 89);
    margin-right: -20px;
}

.buscador_email {
    margin: 0px auto;
    width: 600px;
    /*top: 35px;
    position: relative;*/
}

/* fin seccion tus amigos */







/* fin seccion terminos y condiciones */

.list-01 {
    list-style: none;
    margin-left: 16px;
}

.btn-help-1 {
    background-color: transparent;
    color: #00005b;
    border-color: transparent;
    font-family: 'isidora-600';
    margin-left: -10px;
    background-image: url(../images/flecha-boton-02.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 70px;
    background-position-y: 8px;
    padding: 0px 18px 0px 10px;
}

.btn-help-2 {
    background-color: transparent;
    color: #00005b;
    border-color: transparent;
    font-family: 'isidora-600';
    margin-left: -10px;
    background-image: url(../images/flecha-boton-03.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 88px;
    background-position-y: 6px;
    padding: 0px 18px 0px 10px;
    margin-top: -10px;
}

/* seccion terminos y condiciones */







/* footer */

.foot-conocenos {
    background: hsl(203, 43%, 88%);
    padding: 10px 0px 10px 0px;
    margin-top: -5px;
}

.text-conocenos_l {
    font-size: 2.25em;
    line-height: 2em;
    letter-spacing: -0.5px;
    color: rgb(46, 46, 46);
}

.foot-conocenos a {
    line-height: 1.125em;
    align-items: center;
    margin-right: 15px;
}

.foot-conocenos img {
    width: 30px;
    float: right;
    margin: -10px 10px;
}

.vigi_lado img {
    width: 150px;
}

.vigi_lado p {
    float: right;
    font-size: 12px;
}

.con-veni_os {
    margin: 0px 5px;
}

.con-veni_os img {
    opacity: 0.5;
    width: 100px;
    float: right;
}

.ico_youtube {
    width: 34px !important;
    margin-top: -7px !important;
}

.poscicion_redes-sociales {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.posicion_ilustracion-footer {
    top: 1.25em;
    position: relative;
}

/* fin footer */





/* separadores */

.texto_centrado {
    text-align: center;
}

.separador-a {
    padding: 5px;
}

.separador-c {
    padding: 10px;
}

.separador-h {
    padding: 15px;
}

.separador-k {
    padding: 20px;
}

.separador-b {
    padding: 25;
}

.separador-r {
    padding: 30px;
}

.separador-m {
    padding: 40px;
}

.separador-n {
    padding: 50px;
}

.separador-x {
    padding: 60px;
}

/* fin separadores */


.desktop-title-ranking {
    display: block;
}

.mobil-title-ranking {
    display: none;
}

/* 5 columna */

@media (max-width: 768px) {

    .owl-carousel-home {
        margin-top: 55px;
    }

    .desktop-title-ranking {
        display: none;
    }

    .mobil-title-ranking {
        display: block;
    }

    .col-md-15 {
        width: 90%;
        float: none;
        margin: 10px 1.25 10px 1.25;
    }

    .desktop-visible {
        display: none !important;
    }

    .mobil-visible {
        padding: 0;
    }

    .mobil-visible .navbar.navbar-expand-lg {
        background-color: transparent !important;
        padding: 0 15px;
    }

    .mobil-visible .navbar.navbar-expand-lg img {
        width: 140px;
        margin: 0;
        position: relative;
        left: 0;
        top: 8px;
        float: none;
    }

    .mobil-visible .navbar-collapse {
        background: rgb(146, 120, 209);
        padding: 1rem;
        position: relative;
        top: 20px;
        width: 100%;
    }

    .mobil-visible .navbar-collapse .navbar-nav {
        margin-top: 0;
    }

    .seccion_super-sale {
        height: auto !important;
        background-size: 100% !important;
    }

    .mobil-visible .group-right-header {
        margin: 0;
        position: relative;
        right: 0;
    }

    .mobil-visible .group-right-header .btn-ingreso-cod img {
        width: 20px !important;
        margin: 4px 0 !important;
        float: left !important;
        margin-right: 10px !important;
    }

}

@media (min-width: 768px) {
    .mobil-visible {
        display: none !important;
    }

    .col-sm-15 {
        width: 18%;
        float: left;
        margin-right: 2%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 18%;
        float: left;
        margin-right: 2%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 18%;
        float: left;
        margin-right: 2%;
    }
}

/* fin 5 columna */




/* 7 columna */

@media (min-width: 768px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        flex: auto;
        max-width: none;
    }
}

@media (min-width: 992px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
    }
}

/**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */
@media (min-width: 1200px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
    }
}

/* fin 7 columna */

.account-session.group-right-header .btn-ingreso-cod img {
    left: 0 !important;
}

.desktop-slider,
.desktop-vis-bo {
    display: block;
}

.mobil-slider,
.mobil-vis-bo {
    display: none !important;
}

.owl-carousel-home .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
}

.owl-carousel-home .owl-nav button {
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 3rem !important;
    outline: none !important;
}

.owl-carousel-home .owl-nav button span {
    line-height: 1;
    height: 40px;
    display: block;
    position: relative;
    top: -7px;
}

.owl-carousel-home .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel-home .owl-nav button.owl-next {
    right: 10px;
}

/* movil */

.cabezote .bgtrHead {
    width: 35%;
    height: 100%;
    background-color: rgb(73, 39, 89);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1100px) {

    .cabezote .bgtrHead {
        width: 40%;
    }

}

@media screen and (max-width: 768px) {

    .desktop-slider,
    .desktop-vis-bo {
        display: none !important;
    }

    .mobil-slider,
    .mobil-vis-bo {
        display: block !important;
    }

    .session-user-out .box_formulario-droguerias2 {
        height: auto;
        margin-bottom: 20px;
    }

    .session-user-out {
        margin-top: 55px;
    }

    .sec-participar {
        display: block !important;
    }

    .slide_home-01 {
        margin-top: 55px;
    }

    .btn_terminos_pdf {
        width: 100%;
        display: block;
    }

    .btn_terminos_pdf a {
        padding: 10px !important;
        display: block;
        font-size: 0.9rem !important;
        width: 100%;
    }

    .btn_terminos_pdf img {
        display: none;
    }

    .visibleDesktop {
        display: none;
    }

    .visibleMobile {
        display: block;
    }

    h1 {
        font-family: 'Source Sans Pro', sans-serif !important;

        font-size: 1.625em;
        line-height: 2em;
        text-align: center;
        color: rgb(46, 46, 46);
    }

    h2 {

        font-size: 1.625em;
        line-height: 26px;
    }

    p {
        font-size: 1em;
        line-height: 1.563em;
    }

    .cabezote {
        height: 60px;
    }

    .cabezote img {
        width: 150px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        float: left;
    }

    p {
        font-size: 1em;
    }

    .espacio_interna {
        padding-top: 0px;

    }

    .slide_home-02 {
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 54px;
        background-position-y: 0px;
        background-position-x: right;
    }


    .logo_ img {
        float: none;
        position: relative;
        top: -292px;
        width: 100px !important;
        margin-left: 30px;
    }

    .sldtex-d {
        margin-top: 110px;
    }


    .sldtex-d h1 {
        font-size: 28px;
        line-height: 36px;
        position: relative;
        top: 20px;
        text-align: left;
    }


    .btn_slide-q {
        top: -1.125em;
        position: relative;
    }

    .buscador_email {
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

    .buscador_email .form-control {
        width: 100%;
        margin: 0;
        padding: 12px 2px;
    }

    #formMailOfertas {
        display: block;
        width: 100%;
    }

    .buscador_email .buscador_btn {
        margin-top: 35px !important;
        height: 40px;
        margin-right: 0;
    }

    .buscador_email .form-control {
        font-size: 10px;
    }

    .foot-conocenos {
        text-align: center;
    }

    .foot-conocenos a {
        margin-right: 5px;
        font-size: 10px;
        display: inline-block;
    }

    .foot-conocenos img {
        float: none;
        margin: 20px 0px 0px 0px;
    }

    .vigi_lado img {
        width: 150px;
        display: block;
        margin: auto;
        padding-bottom: 10px;
    }

    .vigi_lado p {
        float: none;
        font-size: 10px;
        text-align: center;
    }

    .con-veni_os img {
        opacity: 0.5;
        width: 57px;
        float: none;
        padding-bottom: 20px;
    }

    .poscicion_redes-sociales {
        position: relative;
        bottom: auto;
        right: 0;
    }

    .posicion_ilustracion-footer {
        display: none;
    }

    .sec-participar {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .registrate-aqui p {
        font-size: 12px;
    }

    .btn_r-aqui-3 {
        font-size: 12px;
        line-height: initial;
    }

    .foot-conocenos {
        margin-top: -60px;
    }

    .cabezote {
        background: url(../images/bgHeaderMobile.jpg) no-repeat center left;
        background-size: cover;
    }

    .cabezote .navbar-light .navbar-toggler {
        position: relative;
        top: 10px;
    }

    .cabezote .imgIco img {
        top: 0 !important;
    }

    .group-right-header .btn-ingreso-cod span {
        font-size: 0.75rem;
    }

    .grafico-fondo img {
        min-height: auto;
    }

    .imagen .vig img {
        margin-top: 50px;
    }

    .separador-c-movil {
        padding: 10px;
    }

    .separador-x-movil {
        padding: 20px;
    }

    .separador-e-movil {
        padding: 10px;
    }

    .separador-x {
        display: none;
    }

    .separador-r {
        padding: 20px !important;
    }

    .separador-m {
        padding: 20px !important;
    }

    .separador-k {
        padding: 10px !important;
    }

}

/* fin movil */



/* FIN PAGINA HOME */




/* Nuevos estilos */

.sec-participar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.info-participar {
    padding: 0 20px;
    display: block;
}

.info-participar img {
    width: 38px;
    margin-bottom: 15px;
}

.bg-gray {
    background-color: hsl(230, 50%, 98%);
    padding: 50px 0;
}

.group-right-header {
    width: min(100%, 370px);
    position: absolute;
    right: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
}

.group-right-header .btn-registro {
    width: 100%;
    max-width: fit-content;
    height: 48px;
    background-color: rgb(73, 39, 89);
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
    font-family: 'isidora-600';
    text-decoration: none !important;
    position: relative;
    padding-inline: 2rem;
    display: grid;
    place-items: center;
}

.group-right-header .btn-ingreso-cod {
    color: rgb(73, 39, 89);
    padding: 0;
    font-size: 1rem;
    font-family: 'isidora-600';
    text-decoration: none !important;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.group-right-header .btn-ingreso-cod span {
    font-family: 'isidora-600';
    color: rgb(255, 255, 255);
    margin-right: 8px;
}

.group-right-header .btn-ingreso-cod img {
    width: 18px;
    position: relative;
    left: inherit;
    top: inherit;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(100%) contrast(100%);
}

.btn_send_default.disabled {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

#loaderPage {
    position: fixed;
    background: hsl(0deg 0% 95% / 90%);
    width: 100%;
    height: 100%;
    z-index: 99991;
    text-align: center;
}

#loaderPage img {
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 250px;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 55%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 8px;
    border: 6px solid rgb(73, 39, 89);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(73, 39, 89) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 26px;
}

.lds-ellipsis div {
    position: absolute;
    top: 14px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.msg-alert-msg-ofertas-succes {
    font-size: 0.8rem;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    width: 78.5%;
    text-align: center;
}

.msg-alert-msg-ofertas-danger {
    font-size: 0.8rem;
    display: inline-block;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    padding: 2px 10px;
    border-radius: 5px;
    width: 78.5%;
    text-align: center;
}

.msg-alert-msg-ofertas-info {
    font-size: 0.8rem;
    display: inline-block;
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
    padding: 2px 10px;
    border-radius: 5px;
    width: 78.5%;
    text-align: center;
}

#btn-invitar.disabled {
    background: #c3c3c3;
    line-height: 2;
}

.number-text-item {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1.5rem;
}

.btn_terminos_pdf a {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 1px solid rgb(73, 39, 89);
    padding: 10px 40px;
    font-family: 'isidora-600';
    font-size: 1.1em;
    letter-spacing: -0.25px;
    color: rgb(73, 39, 89);
    margin-top: 1rem;
    display: block;
    text-decoration: none !important;
}

.imagen .vig img {
    mix-blend-mode: multiply;
    margin-top: 45px;
}

.imagen {
    overflow: visible;
}