section.header-servico img{
    filter: brightness(0.7);
}
section .carousel .carousel-inner .carousel-caption h1 {
    font-size: 60px;
    font-family: "Montserrat-semibold", sans-serif;
    padding-bottom: 8%;
}
section.servicos h2 {
    color: #004383;
    font-family: "Montserrat-semibold", sans-serif;
    font-size: 38px;
}
section.servicos p {
    font-size: 20px;
    font-family: "Montserrat-Regular", sans-serif;
}
/* BANNER */
section.servicos .banner {
    box-shadow: 2px 4px 6px 0 rgba(32, 33, 36, 0.28);
    position: relative;
}
section.servicos .banner .btn {
    background-color: #004383;
    box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: "Montserrat-Medium";
    font-size: 16px;
    height: 63px;
    text-transform: uppercase;
    width: 25%;
    cursor: pointer;
    position: absolute;
    left: 37%;
    bottom: -31px;
    z-index: 1;
}
section.servicos .banner .btn:hover {
    background-color: #0c355c;
}
section.servicos .banner i {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}
/*  CARDS */
section.servicos .slick-slide {
    padding: 0 1rem;
}
section.servicos .Card-slick .slick-prev {
    left: -40px;
    transform: rotate(180deg);
}
section.servicos .Card-slick .slick-next {
    right: -40px;
}
section.servicos .Card-slick .slick-prev,
section.servicos .Card-slick .slick-next {
    background-image: url("/engequimica/assets/img/layout/seta-right.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #004383;
    content: "";
}
section.servicos .card {
    box-shadow: 2px 4px 6px #b6b5b5;
    -webkit-transition: box-shadow 0.6s ease-in;
    transition: 0.3s;
    margin: 0 0 10px 0;
}
section.servicos .card,
section.servicos .card a img {
    border: 0;
    background-color: #f5f5f5;
    --bs-card-inner-border-radius: 0;
    --bs-card-inner-border-radius: 0;
    --bs-card-border-radius: 0;
}
/* section.servicos .card:hover {
    box-shadow: 2px 4px 6px #b6b5b5;
    -webkit-transition: box-shadow 0.6s ease-in;
    transition: 0.3s;
} */
section.servicos .card a {
    color: #000;
    text-decoration: none;
}
section.servicos .card a:hover .card-body {
    background-color: #1f4580;
    transition: 0.5s;
    color: #fff;
}
section.servicos .card-body {
    width: 100%;
}
section.servicos .card-body h5 {
    font-size: 22px;
    font-family: "Montserrat-semibold", sans-serif;
    margin: 0;
}
/* section.servicos .card-body h5:hover {
    color: #fff;
} */
/* MEDIA */
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 35px;
        padding-bottom: 4%;
    }
    section.servicos h2 {
        font-size: 32px;
    }
    section.servicos p {
        font-size: 19px;
    }
    section.servicos .banner .btn {
        bottom: -22;
        font-size: 13px;
        height: 50px;
        width: 40%;
        left: 35%;
    }
    section .carousel .carousel-inner .carousel-caption {
        font-size: 16px;
    }
    section.servicos .card .card-body h5 {
        font-size: 16px;
    }
    section.servicos .Card-slick .slick-prev {
        left: -28px;
   
    }
    
    section.servicos .Card-slick .slick-next {
        right: -28px;
        transform: rotate(1deg);
    }
    
    section.servicos .Card-slick .slick-prev,
    section.servicos .Card-slick .slick-next {
        height: 35px;
        width: 35px;
    }
    @media (max-width: 767.98px) {
        /* SOBRE */
        section .carousel .carousel-inner .carousel-caption h1 {
            font-size: 40px;
            font-family: "Montserrat-semibold", sans-serif;
            padding-bottom: 0%;
        }
    }
}
/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
section.servicos .slick-slider{
    margin: 0 auto;
    width: 85%;
  }
}
@media (max-width: 575.98px) {
    section .carousel .carousel-inner .carousel-caption {
        bottom: 0;
    }
    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 30px;
        font-family: "Montserrat-semibold", sans-serif;
        padding-bottom: 0%;
    }
    section.servicos h2 {
        font-size: 24px;
    }
    section.servicos .Card-slick .slick-prev,
    section.servicos .Card-slick .slick-next {
        width: 35px;
        height: 35px;
    }
    section.servicos .Card-slick .slick-prev {
        left: -22px;
    }
    section.servicos .Card-slick .slick-next {
        right: -22px;
        transform: rotate(360deg);
    }
    section.servicos .banner .btn {
        left: 25%;
        width: 50%;
        font-size: 10px;
        height: 40px;
        bottom: -22px;
    }
    section form.form-contato button.btn-enviar {
        font-size: 13px;
        height: 50px;
    }
}