/* Banner */
.banner {
    margin-top: -95px;
}
.banner .swiper-slide img {
    height: 540px;
    object-fit: cover;
}
.banner .swiper-slide .swiper-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 120px auto 0;
    padding: 0 0.75rem;
}
.banner .swiper-slide.swiper-slide-active .swiper-content {
    animation: fadeInUp 1.5s;
}
.banner .swiper-slide .swiper-content h1 {
    font-family: "ParaCaps Bold";
    font-size: 3rem;
    line-height: 1;
    color: #FF4E18;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: 2rem;
    max-width: 350px;
}
.banner .swiper-slide .swiper-content h5 {
    font-family: "Montserrat Medium";
    font-size: 1.15rem;
    line-height: 1.5;
    color: #FFFFFF;
    max-width: 300px;
    margin-bottom: 1rem;
}
.banner .swiper-slide .swiper-content .btn-orange {
    width: 100%;
    max-width: 220px;
    height: 38px;
}
@media(min-width: 576px) {
    .banner .swiper-slide .swiper-content {
        max-width: 540px;
    }
}
@media(min-width: 768px) {
    .banner .swiper-slide img {
        object-position: right;
    }
    .banner .swiper-slide .swiper-content h1 {
        font-size: 3.25rem;
    }
}
@media(min-width: 992px) {
    .banner {
        margin-top: -136px;
    }
    .banner .swiper-slide img {
        height: 600px;
    }
    .banner .swiper-slide .swiper-content {
        max-width: 720px;
        margin: 136px auto 0;
    }
    .banner .swiper-slide .swiper-content h1 {
        font-size: 4rem;
        max-width: 450px;
    }
    .banner .swiper-slide .swiper-content h5 {
        font-size: 1.25rem;
        max-width: 350px;
    }
}
@media(min-width: 1200px) {
    .banner .swiper-slide img {
        height: auto;
        min-height: 700px;
    }
    .banner .swiper-slide .swiper-content {
        max-width: 960px;
    }
    .banner .swiper-slide .swiper-content h1 {
        font-size: 4.5rem;
    }
    .banner .swiper-slide .swiper-content h5 {
        font-size: 1.425rem;
    }
}

/* Sobre Nós */
.about {
    position: relative;
    padding: 7rem 0;
}
.about::before {
    content: "";
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.about h2 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 2.25rem;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-left: 95px;
}
.about h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 75px;
    height: 25px;
    background: #fb4516;
}
.about .about-content {
    font-family: "Montserrat";
    text-align: justify;
    color: #474747;
    margin-bottom: 1.5rem;
}
.about .btn-outline-orange {
    width: 100%;
    max-width: 142px;
    height: 38px;
}
@media(min-width: 992px) {
    .about::before {
        background-size: inherit;
        background-position: bottom;
    }
}

/* Eficiência, Dados Detalhados e Precisão */
.efficiency {
    position: relative;
    padding: 7rem 0 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.efficiency::after {
    content: "";
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.efficiency h2 {
    font-family: "Montserrat SemiBold";
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 540px;
    height: 260px;
    background-color: rgb(18, 18, 18);
}
.efficiency .btn-orange {
    width: 100%;
    max-width: 200px;
    height: 38px;
}
@media(min-width: 992px) {
    .efficiency h2 {
        font-size: 2.25rem;
    }
}

/* Nossos Serviços */
.services {
    padding: 5rem 0;
}
.services .swiper-container {
    position: relative;
    margin-bottom: 2rem;
}
.services .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}
.services .swiper-container .swiper-slide .swiper-image {
    width: 220px;
    height: 220px;
    margin: 6px 0;
    border-radius: 50%;
    background-color: #fb4516;
}
.services .swiper-container .swiper-slide .swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: -3px;
}
.services .swiper-container .swiper-slide .title {
    font-family: "Montserrat SemiBold";
    font-size: 1.25rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.services .swiper-container .swiper-slide .subtitle {
    color: #474747;
    text-align: center;
    max-width: 300px;
}
.services .swiper-container .swiper-button-prev,
.services .swiper-container .swiper-button-next {
    display: none;
}
@media(min-width: 360px) {
    .services .swiper-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .services .swiper-container .swiper-button-prev {
        left: 0;
    }
    .services .swiper-container .swiper-button-next {
        right: 0;
    }
    .services .swiper-container .swiper-button-prev,
    .services .swiper-container .swiper-button-next {
        display: flex;
        width: 40px!important;
        height: 52px!important;
    }
    .services .swiper-container .swiper-button-prev.swiper-button-disabled,
    .services .swiper-container .swiper-button-next.swiper-button-disabled {
        opacity: inherit;
        background: rgba(0,0,0,0.2)!important;
        color: #000000!important;
    }
}
@media(min-width: 992px) {
    .services .swiper-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .services .swiper-container .swiper-button-prev,
    .services .swiper-container .swiper-button-next {
        width: 50px!important;
        height: 62px!important;
    }
}
@media(min-width: 1200px) {
    .services .swiper-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(min-width: 1400px) {
    .services .swiper-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}
