@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

.banbif-family-roboto {
    font-family: 'Roboto Slab', serif;
}

.banbif-fondo {
    background-image: url('../images/fondo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.banbif-bold {
    font-weight: 700;
}

.banbif-regular {
    font-weight: 400;
}

.banbif-medium {
    font-weight: 500;
}

.banbif-semibold {
    font-weight: 600;
}

.banbif-pl-5 {
    padding-left: 5px;
}

.banbif-pr-40 {
    padding-right: 40px;
}

.banbif-pr-80 {
    padding-right: 80px;
}

.banbif-pb-24 {
    padding-bottom: 24px;
}

.banbif-pb-60 {
    padding-bottom: 60px;
}

.banbif-pb-80 {
    padding-bottom: 80px;
}

.banbif-pb-120 {
    padding-bottom: 120px;
}

.banbif-mt-10 {
    margin-top: 10px;
}

.banbif-mt-14 {
    margin-top: 14px;
}

.banbif-mt-16 {
    margin-top: 16px;
}

.banbif-mt-24 {
    margin-top: 24px !important;
}

.banbif-mt-34 {
    margin-top: 34px;
}

.banbif-mt-50 {
    margin-top: 50px;
}

.banbif-mt-96 {
    margin-top: 96px;
}

.banbif-ml-12 {
    margin-left: 12px;
}

.banbif-ml-16 {
    margin-left: 16px;
}

.banbif-ml-60 {
    margin-left: 60px;
}

.banbif-ml-45 {
    margin-left: 45px;
}

.banbif-mr-8 {
    margin-right: 8px;
}

.banbif-mr-28 {
    margin-right: 28px;
}

.banbif-mb-0 {
    margin-bottom: 0 !important;
}

.banbif-mb-4 {
    margin-bottom: 4px !important;
}

.banbif-mb-8 {
    margin-bottom: 8px !important;
}

.banbif-mb-10 {
    margin-bottom: 10px !important;
}

.banbif-mb-24 {
    margin-bottom: 24px;
}

.banbif-mb-34 {
    margin-bottom: 34px;
}

.banbif-mb-44 {
    margin-bottom: 44px;
}

.banbif-mb-60 {
    margin-bottom: 60px;
}

.banbif-mr-30 {
    margin-right: 30px;
}

.banbif-size-12 {
    font-size: 12px;
}

.banbif-size-14 {
    font-size: 14px;
}

.banbif-size-16 {
    font-size: 16px !important;
}

.banbif-size-24 {
    font-size: 24px;
    line-height: 28px;
}

.banbif-size-26 {
    font-size: 26px;
}

.banbif-size-18 {
    font-size: 18px;
}

.banbif-size-52 {
    font-size: 52px;
}

.banbif-size-36 {
    font-size: 36px !important;
}

.banbif-background-cyan {
    background-color: rgba(32, 166, 255, 0.08);
}

.banbif-background-purple {
    background-color: #F7F4FB;
}

.banbif-color-cyan {
    color: #20A6FF;
}

.banbif-color-blue {
    color: #162C56;
}

.banbif-color-gray {
    color: #5B5B5B;
}

.banbif-width-530 {
    max-width: 530px;
}

.banbif-lh-1-2 {
    line-height: 1.2;
}

.banbif-lh-18 {
    line-height: 18px;
}

.banbif-lh-16 {
    line-height: 16.8px;
}

.banbif-lh-19 {
    line-height: 19.2px;
}

.banbif-card-informativo {
    max-width: 446px;
    margin-left: auto;
}

.banbif-card-purple {
    padding-top: 30px;
    padding-bottom: 14px;
    border-radius: 8px;
}

.banbif-link {
    color: #162C56;
}

.banbif-width-320 {
    max-width: 320px;
}

.banbif-width-340 {
    max-width: 340px;
}

.banbif-height-122 {
    height: 122px;
}

.banbif-conent-first {
    float: right;
    margin-top: 60px;
}

.form-group > label {
    bottom: 34px;
    left: 10px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    transition: 0.3s;
    pointer-events: none;
    color: #A1A1A1;
    font-size: 14px;
}

.form-control:focus ~ label {
    bottom: 59px;
    color: #20A6FF;
}

.form-control:valid ~ label {
    bottom: 59px;
}

.form-control:focus {
    color: #162C56;
    background-color: #ffffff;
    border-color: #20A6FF !important;
    outline: 0;
    box-shadow: none;
}

.form-control {
    border-color: #A1A1A1;
    padding: 10px 10px !important;
    border-radius: 8px;
    color: #162C56;
}

.banbif-btn-degradado {
    color: #ffffff;
    border: 1px solid transparent;
    background-image: linear-gradient(279deg, #20a6ff 0%, #ad96dc 100%);
}

    .banbif-btn-degradado:hover {
        border: 1px solid #ffffff;
        background-image: linear-gradient(279deg, #20a6ff 0%, #ad96dc 100%);
        color: #ffffff;
        -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 14%), 0 3px 1px rgb(0 0 0 / 10%), 0 1px 5px rgb(0 0 0 / 18%);
        box-shadow: 0 2px 2px rgb(0 0 0 / 14%), 0 3px 1px rgb(0 0 0 / 10%), 0 1px 5px rgb(0 0 0 / 18%);
    }

.banbif-btn {
    padding: 19px 25px;
    font-size: 16px;
    outline: 0;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.banbif-btn-link {
    color: #20A6FF;
    border: none;
    background-color: #ffffff;
    font-size: 14px;
    padding: 11px 10px;
    text-decoration: none;
}

.banbif-view-mobile {
    display: none;
}

.banbifCard {
    margin: 10px;
    box-shadow: 0px 6px 9px 0px rgb(42 71 126 / 8%);
    border-radius: 14px;
    padding: 18px 12px;
    background-color: #ffffff;
}

.banbifCard--small {
    margin: 10px 0;
    box-shadow: 0px 6px 9px 0px rgb(42 71 126 / 10%);
    border-radius: 14px;
    padding: 16px 26px 4px 32px;
    max-width: 256px;
    margin: auto;
    background-color: #ffffff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.carousel-inner {
    max-width: 90%;
    margin: auto;
}

    .carousel-inner .banbifCard div {
        height: 60px;
    }

.carousel-control-next {
    right: -10px;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-indicators {
    bottom: -32px;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 11px;
        height: 11px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: initial;
        border: 0;
        border-top: none;
        border-bottom: none;
        opacity: 1;
        transition: initial;
        border-radius: 50%;
        border: 1px solid #20A6FF;
    }

    .carousel-indicators .active {
        opacity: 1;
        border: 1px solid #20A6FF;
        background-color: #20A6FF !important;
    }

.carousel-control-next-icon {
    background-image: url('../images/icons_chevron-rigth.svg');
}

.carousel-control-prev-icon {
    background-image: url('../images/icons_chevron-left.svg');
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
    width: 12%;
}

.banbif-content-first--respuesta {
    max-width: 900px;
    margin: auto;
}

.banbif-content-second--respuesta {
    max-width: 900px;
    margin: auto;
}

.banbif-content-second--respuesta-mobile {
    display: none;
}

.banbif-logo {
    width: 140px;
}

.banbif-btn-linkImage {
    border: none;
    background: #fff;
    text-decoration: none;
}

.banbif-input-error {
    border-color: #F87777 !important;
}

    .banbif-input-error:focus {
        border-color: #F87777 !important;
    }

        .banbif-input-error:focus ~ label {
            color: #F87777;
        }

    .banbif-input-error:valid ~ label {
        color: #F87777;
    }

.banbif-error {
    color: #F87777;
    font-size: 12px;
    margin-bottom: 0 !important;
    position: relative;
    top: -21px;
    left: 4px;
}

.content-next {
    max-width: 340px;
}

.banbif-none {
    display: none;
}

.banbif-block {
    display: block;
}

.banbif-btn-deshabilitado:disabled {
    opacity: 0.5;
    border: none;
    background-image: linear-gradient(279deg, #20a6ff 0%, #ad96dc 100%);
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.banbif-content-first--content-mobile {
    display: none;
}
/* estilos del checkbox */
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label {
        min-height: 20px;
        padding-left: 28px;
        margin-bottom: 0;
        cursor: pointer;
        position: relative;
    }

.d-terminos p {
    font-size: 12px !important;
    text-align: left;
    line-height: 16px;
    margin-bottom: 10px !important;
}

.control input:checked ~ .control__indicator {
    background: #20a6ff;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    border-radius: 4px;
    width: 20px;
    border: 1px solid #20a6ff;
}

    .control__indicator:after {
        content: "";
        position: absolute;
        display: none;
    }

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox p a {
    text-decoration: none !important;
    color: #20A6FF;
}
/* estilos del modal */
.modal-dialog--check {
    max-width: 340px !important;
}

.modal-body--check {
    color: #162C56 !important;
    font-size: 14px !important;
}

.moda--button--close {
    text-align: right;
}

.btn-close--check {
    border: none;
    background: #ffffff;
}

.modal-header--check {
    display: block !important;
    padding: 3px 3px 0 0 !important;
    border-bottom: none !important;
}

.modal-body--check {
    padding-top: 0px !important;
}

.banbif-content-second {
    margin-left: 38px;
}

.mobile-legal-block {
    display: none;
}

@media (max-width: 1250px) {
    .banbif-conent-first .banbif-conent-first--img img {
        width: 50%;
    }

    .banbif-conent-first .banbif-conent-first--img p {
        font-size: 18px;
    }

    .banbif-conent-first .banbif-conent-first--img h1 {
        font-size: 40px;
    }

    .banbif-conent-first .banbif-conent-first--img strong {
        font-size: 24px !important
    }
}

@media (max-width: 870px) {
    .banbif-logo {
        width: 120px;
        margin-left: 30px;
    }

    .banbif-title {
        font-size: 20px;
    }

    .banbif-card {
        width: 50px;
    }

    .banbif-conent-first .banbif-conent-first--img p {
        font-size: 16px;
    }

    .banbif-conent-first .banbif-conent-first--img h1 {
        font-size: 30px;
    }

    .banbif-conent-first--img strong {
        font-size: 20px !important;
    }

    .banbif-card-purple {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .banbif-conent-first {
        display: none;
    }

    .banbif-content-second {
        max-width: 94%;
        margin: auto;
    }

    .banbif-second-title {
        text-align: center;
    }

    .banbif-logo {
        width: 90px;
        margin-top: 18px;
        margin-bottom: 18px;
        margin-left: initial !important;
    }

    .banbif-card {
        width: 42px;
    }

    .banbif-title {
        font-size: 18px;
        max-width: 300px;
    }

    .banbif-afiliate {
        height: 72px !important;
    }

    .banbif-view-mobile {
        display: block;
    }

    .banbif-width-340 {
        max-width: 100%;
    }

    .banbif-recuerda {
        display: none;
    }
}

@media (max-width: 870px) {
    .banbifCard--small .banbif-height-122 {
        height: 132px;
    }
}

@media (max-width: 767px) {
    .banbif-content-first--respuesta {
        display: initial !important;
    }

        .banbif-content-first--respuesta h2 {
            font-size: 24px !important;
        }

        .banbif-content-first--respuesta p {
            font-size: 16px;
            text-align: center;
        }

    .banbif-content-first--img {
        text-align: center;
        padding-top: 8px;
    }

        .banbif-content-first--img img {
            width: 192px;
        }

    .banbif-content-second--respuesta {
        display: none;
    }

    .banbif-content-second--respuesta-mobile {
        display: block;
    }

        .banbif-content-second--respuesta-mobile .banbif-mt-96 {
            margin-top: 44px !important;
            text-align: center;
        }

        .banbif-content-second--respuesta-mobile .banbifCard--small {
            padding: 12px 16px 6px 16px;
            max-width: 94%;
        }

            .banbif-content-second--respuesta-mobile .banbifCard--small .banbif-height-122 {
                height: initial !important;
            }

    .content-next {
        max-width: 100%;
    }

    .banbif--carrusel {
        max-width: 94%;
        margin: auto;
    }

    .banbif-pb-80 {
        padding-bottom: initial;
    }

    .banbif-pb-120 {
        padding-bottom: initial;
    }

    .banbif-content-first--content, .banbif-content-first--content-mobile {
        max-width: 94%;
        margin: auto;
    }

    .banbif-content-first--respuesta .banbif-content-first--content {
        display: none;
    }

    .banbif-content-first--content-mobile {
        display: block;
    }

    .banbif-card-parrafo {
        height: 52px;
    }

    .modal-dialog--check {
        padding: 0 12px;
        margin: auto;
        max-width: 94% !important;
    }
}

@media (max-width: 767px) {
    .banbif-fondo {
        background-image: url('../images/fondo-mobile.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        height: initial;
    }

    .mobile-legal-none {
        display: none;
    }

    .mobile-legal-block {
        display: block !important;
    }

    .content-mobile-legal {
        display: flex !important;
        justify-content: center !important;
    }

        .content-mobile-legal img:nth-child(1) {
            margin-right: 16px;
        }

        .content-mobile-legal img:nth-child(2) {
            margin-left: 16px;
        }
}


.legal {
    padding: 20px 20px;
    font-family: "lato";
}

.legal__ejemplo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

    .legal__ejemplo img {
        margin-bottom: 10px;
        height: 64px;
    }

    .legal__ejemplo p {
        font-size: 12px;
        text-align: justify;
        margin-bottom: 20px;
        grid-column-end: span 2;
        color: #696F72;
        font-family: 'Lato', sans-serif;
    }

.legal__texto {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 15px;
    color: #A1A1A1;
    font-family: 'Lato', sans-serif;
}

    .legal__texto strong {
        font-size: 14px;
    }

@media (min-width: 768px) {
    .legal__ejemplo {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }

        .legal__ejemplo img {
            height: 70px;
            width: auto;
            margin: 0;
        }

    .legal__trea {
        order: 1;
    }

    .legal__ejemplo p {
        order: 2;
        text-align: justify;
        margin: 0 20px;
        font-size: 12px;
    }

    .legal__compromiso {
        order: 3;
    }
}
