﻿.bannerSec{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Personas/Paginas/PROMOCIONES/2025/GAMMIFICATION/debitoGanadorOnline/assets/img/Digital-First-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;
}

.btn-azul{
    background: #003b79;
    color: #fff !important;
    border-radius: 30px;
    padding: 22px 40px;
    display: inline-block !important;
    font-size: 16px;
    line-height: 1;
    font-family: roboto !important;
    font-weight: 500;
}

.btn-azul:hover{
    background: #00356e;
}

.textoAzulBanner{
    color: #003b79 !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/debitoGanadorOnline/assets/img/Digital-First-Banner-Tablet.webp');
        height: 510px;
    }
}

@media (max-width: 500px) {
    .bannerSec{
        background-image: url('/Personas/Paginas/PROMOCIONES/2025/GAMMIFICATION/debitoGanadorOnline/assets/img/Digital-First-Banner-Mobile.webp');
        height: 450px;
    }

    .contenidoBannerSec p{
    font-size: 16px !important;
    color: white !important;
    margin-top: 20px !important;
}

.contenidoBannerSec {
    width: 80%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}

.contenidoBannerSec h1 {
    text-align: left;
    width: 100%;
    color: white;
    text-transform: none;
    font-size: 28px;
}

.textoBannerMobile{
    display: block;
    width: 75%;
}

.textoBannerDesktop{
    display: none;
}
}

