﻿.bannerSec{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 425px;
    padding: 80px 0px;
    overflow: hidden;
}

.imagenBanner{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerContenido{
    margin-left: 150px;
    width: 30%;
}

.bannerContenido h1{
    color: white !important;
    font-size: 38px !important;
    margin-bottom: 30px !important;
}

.bannerContenido p{
    color: white !important;
    text-align: justify !important;
    font-size: 22px !important;
}

.textoBold{
    font-family: VAGRoundedLTProBold !important;
}

@media (min-width: 1367px) {
    .bannerSec{
        background-image: url('/Pages/es/integracionViaAPI/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 1366px) and (min-width: 851px){
    .bannerSec{
        background-image: url('/Pages/es/integracionViaAPI/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: 0px 0px;
        overflow: hidden;
    }

    .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: 19px !important;
    }
}

@media (max-width: 1199px) {
    .imagenBanner img{
        width: 65%;
    }
}

@media (max-width: 850px) {
    .bannerSec{
        background-image: url('/Pages/es/integracionViaAPI/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 750px;
        padding: 80px 0px;
        overflow: hidden;
    }

    .imagenBanner img {
        width: 40%;
        margin-top: 40px;
    }

    .bannerContenido h1 {
        color: white !important;
        font-size: 30px !important;
        margin-bottom: 5px !important;
    }

    .bannerContenido {
        margin-left: 0px;
        width: 60%;
    }
}

@media (max-width: 480px) {
    .bannerSec{
        background-image: url('/Pages/es/integracionViaAPI/assets/imgs/Fondo-Link-Pagos-Azul.webp');
        background-size: cover;
        background-repeat: no-repeat;
        display: flex
    ;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 100%;
        height: 715px;
        padding: 30px;
    }

    .imagenBanner img
{
        width: 65%;
        margin-top: 30px;
    }

    .bannerContenido {
        margin-left: 0px;
        width: 80%;
    }

    .bannerContenido h1 {
        color: white !important;
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }

    .bannerContenido p {
        color: white !important;
        text-align: justify !important;
        font-size: 15px !important;
    }

}
