/*-----------------------------------------------------*/
/*-----------------BANNER PROLEGIS-----------------------*/
/*-----------------------------------------------------*/
#banner-prolegis{
    width: 100%;
    background-color: #243B87;
}

#banner-prolegis .carousel-item{
    display: flex;
    align-items: center;
    min-height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.overlay-banner-prolegis{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,32,90,.94) 0%, rgba(20,32,90,.8) 40%, rgba(20,32,90,.35) 70%, rgba(20,32,90,.1) 100%);
}

#banner-prolegis .informacoes{
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: white;
}

#banner-prolegis .informacoes h1{
    color: white;
    font-size: 2.4rem;
    font-weight: 400;
}
#banner-prolegis .informacoes h1:before{
    display: none;
}
#banner-prolegis .informacoes h1 strong{
    font-family: 'FontSensationBold' !important;
}

#banner-prolegis .informacoes p{
    color: #E4E8F5;
    margin: 25px 0;
}
#banner-prolegis .informacoes p strong{
    font-family: 'FontSensationBold' !important;
    color: white;
}

#btn-veja-comparativo{
    background-color: #57CC99;
    color: #14392B;
    font-family: 'FontSensationBold' !important;
    padding: 10px 24px;
    border: 2px solid transparent;
    border-radius: 8px;
    gap: 8px;
    transition: 300ms;
}
#btn-veja-comparativo:hover{
    background-color: white;
    color: #243B87;
    border-color: #243B87;
}

@media(max-width:992px){
    #banner-prolegis{
        padding: 20px 15px;
    }
    #banner-prolegis .carousel-item{
        align-items: flex-start;
        aspect-ratio: 390 / 620;
        min-height: unset;
        border-radius: 20px;
        overflow: hidden;
    }
    #banner-prolegis .carousel-item .container{
        padding-top: 32px;
    }
    .overlay-banner-prolegis{
        background: linear-gradient(180deg, rgba(20,32,90,.92) 0%, rgba(20,32,90,.72) 38%, rgba(20,32,90,.15) 62%, rgba(20,32,90,0) 78%);
    }
    #banner-prolegis .informacoes{
        max-width: 100%;
    }
    #banner-prolegis .informacoes h1{
        font-size: 1.4rem;
    }
}
/*-----------------------------------------------------*/
/*-----------------BANNER PROLEGIS-----------------------*/
/*-----------------------------------------------------*/
