﻿.bannerSec{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Personas/Paginas/PROMOCIONES/2025/GAMMIFICATION/debitoGanador/assets/img/Cashlover-Banner-Desktop.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.contenidoBannerSec{
    width: 80%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.contenidoBannerSec h1{
    text-align: left;
    width: 100%;
    color: white;
    text-transform: none;
    margin-top: 0px !important;
}

.textoAzulBanner{
    color: #00c1d6 !important;
    margin-bottom: 20px !important;
}

.contenidoBannerSec p{
    font-size: 18px !important;
    color: white !important;
    margin-top: 20px !important;
}

.textoBannerDesktop{
    display: block;
}

.textoBannerMobile{
    display: none;
}

@media (max-width: 1366px) {
    .bannerSec{
        background-image: url('/Personas/Paginas/PROMOCIONES/2025/GAMMIFICATION/debitoGanador/assets/img/Cashlover-Banner-Tablet.webp');
        height: 510px;
    }
}

@media (max-width: 500px) {
    .bannerSec{
        background-image: url('/Personas/Paginas/PROMOCIONES/2025/GAMMIFICATION/debitoGanador/assets/img/Cashlover-Banner-Mobile.webp');
        height: 450px;
    }

    .contenidoBannerSec p{
    font-size: 16px !important;
    color: white !important;
    margin-top: 20px !important;
}

.contenidoBannerSec h1 {
    text-align: left;
    width: 100%;
    color: white;
    text-transform: none;
    font-size: 28px;
}

.textoBannerMobile{
    display: block;
    width: 75%;
}

.textoBannerDesktop{
    display: none;
}
}

