﻿.bannerSec {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 540px;
}

.imagenBanner{
    width: 50%;
    display: flex
;
    justify-content: end;
    align-items: center;
}

.imagenBanner img{
    width: 70%;
}

.bannerContenido {
    margin-left: 215px;
    width: 25%;
}

.bannerContenido h1{
    color: white !important;
    font-size: 38px !important;
    margin-bottom: 30px !important;
}

.bannerContenido p{
    color: white !important;
    text-align: justify !important;
    font-size: 24px !important;
}

.textoBold{
    font-family: VAGRoundedLTProBold !important;
}

@media (min-width: 1367px) {
    .bannerSec{
        background-image: url('/Pages/es/paginaPago/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 1366px) and (min-width: 821px){
    .bannerSec{
        background-image: url('/Pages/es/paginaPago/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 430px;
        padding: 80px 0px;
    }

    .bannerContenido {
        margin-left: 110px;
        width: 40%;
    }    

    .bannerContenido h1 {
        color: white !important;
        font-size: 35px !important;
        margin-bottom: 30px !important;
    }

    .bannerContenido p {
        color: white !important;
        text-align: justify !important;
        font-size: 24px !important;
    }
}

@media (max-width: 820px) {
    .bannerSec {
        background-image: url('/Pages/es/paginaPago/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex
;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 740px;
        padding: 80px 0px;
    }

    .bannerContenido h1 {
        color: white !important;
        font-size: 27px !important;
        margin-bottom: 5px !important;
    }

    .bannerContenido {
        margin-left: 0px;
        width: 100%;
        height: 190px;
        text-align: center;
    }

    .bannerContenido p{
        color: white !important;
        text-align: center !important;
        font-size: 18px !important;
    }

    .imagenBanner {
        width: 90%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .bannerSec{
        background-image: url('/Pages/es/paginaPago/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 500px;
        padding: 30px 0px;
        background-position: center;
    }

    .bannerContenido {
        margin-left: 0px;
        width: 80%;
        height: 160px;
        text-align: center;
    }

    .bannerContenido h1 {
        color: white !important;
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    .bannerContenido p {
        color: white !important;
        text-align: center !important;
        font-size: 15px !important;
        line-height: 1.0 !important;
    }

}
