﻿/* Estilos para infinia */

#banner {
    background: linear-gradient(50deg, #012169 0%, #012169 20%, #00C1D5 100%);
}

#contenedorQR {
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px 0;
    display: flex;
}

.botonDescarga {
    padding-top: 0;
}

#banner .contenedorTarjeta {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.contenedorTarjeta {
    display: flex;
    justify-content: flex-end;
}

.contenedorTarjeta img {
    max-width: 95%;
}

.cifrasGrandes {
    font-size: 70px;
}
.contenedorTarjeta{
    display: flex;
    justify-content: center;
}


#escaneaQR {
    background: url("/Personas/Paginas/tarjetas/content-sections/infinia/img/banner.webp") no-repeat;
    background-size: cover;
}

.detalleProducto .cuadroSombreado {
    height: 100%;
}

#escaneaQR .escaneaText {
    font-size: 37px;
}

.cuotasPopular .descripcionDetalles {
    display: flex;
    margin-right: 20px;
}

.cuotasPopular .descripcionDetalles i.fa-check {
    margin-right: 10px;
    margin-top: 10px;
}

.enlacesDescargaRequisitos a {
    margin-right: 20px;
}

/* toolltip */

.tooltip,
.tooltip-inner,
.tooltip-arrow {
    background-color: #012169;
    border-bottom-color: #012169;
}

.tooltip {
    border-radius: 10px;
}

.tooltipBeneficios {
    font-size: 20px;
}

/* Calendario */
#calendarioCashback {
    padding-right: 50px;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 15px;

}

#sliderContenedor {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-right: -15px;
}


#cashbackSlide {
    padding: 50px;
}

.devolucionCashback {
    margin-top: 15px;
    margin-bottom: 15px;
}

#calendarioCashback h4 {
    margin-top: 20px;
}

#cashbackSlide .splide__arrow {
    background-color: transparent;
    border: none;
}


/* helpers */

.alignCenter {
    align-items: center;
    display: flex;
    justify-content: center;
}


/* Responsive md Tablet */

@media(min-width:1200px) {
    #banner .row {
        display: flex;
        align-items: center;
    }

    #banner .contenedorTarjeta {
        margin-top: 0;
    }
}

@media(max-width:1024px) {
    #contenedorQR {
        padding: 15px !important;
    }
}

@media(max-width:767px) {
  

    .botonDescarga p {
        margin-bottom: 30px;
    }
}

@media(max-width: 998px) {
    #calendarioCashback {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        margin-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #calendarioCashback span#selector {
        position: relative;
        top: 72px;
        z-index: 2;
    }

    #selector::after {
        content: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #EAF5FF;
        margin-top: 20px;
    }

 

    /* #sliderContenedor .splide__arrow--prev {
        left: -3em;
    }

    #sliderContenedor .splide__arrow--next {
        right: -2em;
    } */

    #sliderContenedor {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* Responsive xs mobile */

@media(max-width: 768px) {

    #banner #imgProductoMobile {
        width: 100%;
    }

    #cashbackSlide {
        padding: 50px 0 50px 0;
        
    }
    .text-sm-mobile {
        font-size: 20px !important;
    }
    

}