body {
    background-color: #ffffff;
    font-family: "Montserrat-Regular", sans-serif;
}
.navbar.menu-scroll {
    background-color: #004383;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgb(50 50 50 / 75%);
    transition: 0.5s;
}
.navbar-toggler {
    border: 2px solid rgb(255 255 255 / 10%);
    height: 45px;
    width: 56px;
}
.navbar-toggler-icon {
    background-image: none;
    background-color: #ffffff;
    display: block;
    margin: 5px 0;
    height: 3px;
    width: 30px;
}
a.nav-link {
    color: #ffffff;
    font-family: "Montserrat-Semibold", sans-serif;
    font-size: 15px;
}
.navbar-nav .nav-item .nav-link:hover {
    background-color: #fff;
    color: #004383;
}
.navbar-nav .sociais a.nav-link {
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 40px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 40px;
}
.navbar-nav .sociais a.nav-link:hover {
    background-color: #ffffff;
    color: #054a8d;
}
.navbar-nav .sociais a.nav-link .fa-brands {
    font-size: 22px;
}
.slick-prev {
    background-image: url("/engequimica/assets/img/layout/seta-left.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    left: -55px;
}
.slick-prev:hover, .slick-prev:focus {
    background-image: url("/engequimica/assets/img/layout/seta-left.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
}
.slick-next {
    background-image: url("/engequimica/assets/img/layout/seta-right.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
    right: -55px;
}
.slick-next:hover, .slick-next:focus {
    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: "";
}
.carousel.home .img-topo-pagina, .carousel img.img-topo-pagina {
    filter: brightness(0.7);
}
.resp-email {
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/* AREA CLIENTE */

section.area-cliente {
    background-color: #004383;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.area-cliente h2 {
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
    font-size: 38px;
}
section.area-cliente a {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #004383;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    height: 57px;
    line-height: 44px;
    margin-left: 20px;
    text-transform: uppercase;
    width: 250px;
    margin-bottom: 21px;
}
section.area-cliente a:hover {
    background-color: #0a58a3;
    color: #fff;
    transition: 0.4s;
}
footer {
    background-color: #575757;
}
footer h2 {
    color: #b0b0b0;
    font-family: "Montserrat-semibold", sans-serif;
    font-size: 17px;
}
footer p {
    color: #a4a4a4;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 15px;
}
footer ul {
    color: #a4a4a4;
}
footer ul li a.nav-link {
    color: #b0b0b0;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 17px;
    padding: 2.5px 0 2.5px 0;
    cursor: pointer;
}
footer ul li a.nav-link:hover, footer ul li a.nav-link:focus {
    color: #080808;
}
/*footer ul li a.nav-link i {
    color: #b0b0b0;
    padding: 2.5px 0 2.5px 0;
    cursor: pointer;
}*/

footer form input.form-control {
    width: 100%;
    height: 45px;
    background-color: #4a4a4a;
    border: 0px;
    border-radius: 0px;
}
footer input::placeholder {
    color: #afafaf;
}
footer #button {
    width: 140px;
    height: 38px;
    color: #ffffff;
    background-color: #004383;
    border: none;
    border-radius: 0;
    font-family: "Montserrat-Medium", sans-serif;
}
footer #button:hover {
    background-color: #0063c7;
    transition: 0.7s;
}
#logo {
    max-width: 1920px !important;
    max-height: 634px !important;
}
footer p.copy-right {
    font-size: 14px;
    font-family: "Montserrat-regular", sans-serif;
}
@media (max-width: 991.8px) {
    .fixed-top {
        position: static;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #004383;
    }
}
@media (max-width: 767.8px) {
    .navbar-brand {
        display: inline-block;
        width: 74%;
    }
    section.area-cliente h2 {
        font-size: 31px;
    }
    section.area-cliente a {
        font-size: 14px;
        height: 50px;
        line-height: 41px;
        margin-left: -10px;
        width: 212px;
    }
}
@media (max-width: 568px) {
    section.area-cliente h2 {
        font-size: 22px;
    }
    section.contato {
        background-color: #f5f5f5;
        padding: 70px 0;
    }
    footer p.copy-right {
        font-size: 10px;
    }
}