#banner.swiper-container {
    width: 100%;
    height: 200vh;
    max-height: 100vh;
}

#banner.swiper-container .container-fluid {
    max-width: calc(100% - 80px);
}

#banner .swiper-slide {
    background-position: bottom center;
    background-size: cover;
}

#banner h1 {
    font-size: 3.75vw;
}

#banner .icone {
    max-width: fit-content;
    width: 6vw;
}

#banner .swiper-slide .mobileBG {
    display: none !important;
    background-position: center center;
    background-size: cover;
}

@media (min-width:992px) {
    #banner .swiper-slide .mobileBG {
        background: none !important;
    }
}

@media (max-width:991px) {

    .swiper-button-prev,
    .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(27px / 2);
    height: calc(44px / 2);
    margin-top: calc(-22px / 2);
    z-index: 10;
    cursor: pointer;
    background-size: calc(27px / 2) calc(44px / 2);
    background-position: center;
    background-repeat: no-repeat;
    }

    #banner.swiper-container {
        height: calc(100vw * 0.5);
    }
    
    #banner h1 {
        font-size: 10.75vw;
    }
    #banner .icone {
        max-width: fit-content;
        width: 21vw;
    }

    #banner .setas img {
        /* max-width: fit-content; */
        width: 18px;
    }
}


/*  

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 75px;
    height: 75px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background: none !important;
    transform: translate(0, -50%);
}

.swiper-button-prev {
    left: 25px;
    right: auto;
}

.swiper-button-next {
    right: 25px;
    left: auto;
}

*/


/*  

.imagem-banner {
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}




#banner h1 {
    font-size: 3.75vw;
}

#banner .icone {
    max-width: fit-content;
    width: 6vw;
}

.imagem-banner-mobile {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width:767px) {
    #banner h1 {
        font-size: 11.75vw;
    }
    #banner .icone {
        max-width: fit-content;
        width: 21vw;
    }
}

*/

.parceiro img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.5;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.parceiro img:hover {
    opacity: 1;
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.formNewsletter input {
    width: 100%;
    border: none;
    margin: 0.1em 0;
    padding: 0.2em 0.4em;
}

.formNewsletter button {
    height: 100%;
}

#newsletter .border {
    border-width: 4px !important;
}

#newsletter .border,
#newsletter .border .btTrabalhe {
    border-radius: 8px;
}