@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --cyan: #20a6ff;
    --gris: #868686;
    --morado: #ad96dc;
    --amarillo: #ffb81c;
    --rosa: #e4a9bb;
    --celeste: #f3faff;
    --grisuave: #f7f7f7;
    --helvetica-light: 'HelveticaNeueLT Std';
    --helvetica-bold: 'HelveticaRounded LT Std Bd';
}
@font-face {
    font-family: 'HelveticaRounded LT Std Bd';
    src: url(../fonts/HelveticaRoundedLTStd-Bd.woff);
}
@font-face {
    font-family: 'HelveticaNeueLT Std';
    src: url(../fonts/Helvetica-Light.woff);
}
.font-open {
    font-family: 'Open Sans';
}
.centrado2 {
    max-width: 938px;
    width: 98%;
    margin: 0 auto;
    position: relative;
    min-height: 0;
}
.home__container {
    height: 100%;
    background-color: #20a6ff;
}
#carousel-inicio .owl-carousel {
    display: flex !important;
    justify-content: center;
}

.banbif-dots {
    background: white !important;
    width: 40px !important;
    height: 5px !important;
    border-radius: 2px !important;
    border: none;
    opacity: 0.8;
    margin: 10px 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: visible;
}
.banbif-dots.active {
    background-color: white !important;
    width: 40px !important;
    height: 5px !important;
    border-radius: 2px !important;
    border: none;
    opacity: 1;
}
.owl-dots {
    position: absolute !important;
    bottom: 5px;
}
.owl-item {
    height: 450px !important;
}
.pt-1 {
    padding-top: 10px;
}
.mensaje-superior {
    background-color: #c9e9ff;
    padding: 10px;
    height: 100%;
    width: 100%;
    font-family: var(--helvetica-light);
}
.mensaje-superior p,
.mensaje-superior a {
    color: #005dcb;
    font-size: 12px !important;
    line-height: 15px;
    font-family: var(--helvetica-light);
}
.mensaje-superior a {
    vertical-align: top;
}
.font-digital {
    font-size: 18px;
    font-family: 'HelveticaNeueLT Std' !important;
    color: #fff !important;
    margin: 0;
    line-height: 20px;
}
.hola-eslogan {
    height: 35px;
    width: auto !important;
    margin: 10px 0;
}

.tituloSlider {
    font-size: 22px !important;
    color: white;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'HelveticaRounded LT Std Bd';
}
.slider-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 40px;
}
.slider-contenido {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: space-between;
}
.carousel-home p {
    font-family: 'HelveticaNeueLT Std';
}
.texto-base {
    font-size: 14px !important;
}
.slider__boton--blanco {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    background-color: white;
    color: #20a6ff;
    text-decoration: none;
    outline: none;
    border-radius: 3px;
    font-family: 'HelveticaNeueLT Std';
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.slider__boton--blanco:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.slider__imagen {
    height: 100%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.slider__imagen img {
    width: 90%;
    height: auto;
    max-width: 240px;
}
.vigencia-sorteo {
    font-size: 12px;
}
/* -------------------------------- RESPONSIVE ----------------------------------- */
@media (min-width: 768px) {
    .slider__imagen img {
        max-width: 300px;
    }
}
@media (min-width: 1024px) {
    #carousel-inicio {
        margin-top: 115px;
    }
    .slider-contenido {
        flex-direction: row;
        align-items: flex-start;
        max-height: 350px;
        height: 350px;
    }
    .slider-text {
        align-items: flex-start;
        text-align: left;
        max-width: 50%;
        padding-right: 20px;
    }
    .tituloSlider {
        font-size: 32px !important;
        line-height: 1.2;
        margin-bottom: 10px !important;
        width: 100%;
    }
    .font-digital {
        font-size: 20px;
        line-height: 1.2;
    }
    .texto-base {
        font-size: 14px !important;
    }
    .slider__boton--blanco {
        margin-top: 30px;
    }
    .vigencia-sorteo {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .slider__imagen {
        width: 50% !important;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .slider__imagen img {
        width: 100% !important;
        max-width: 450px;
    }
    .owl-item {
        height: 350px !important;
    }
}

/* EDITABLES */
#bxie .slider__imagen img {
    width: 80% !important;
}
