@media(max-width: 992px){
    /* header */
    .navbar-brand img{
        width: 70%;
        padding: 10px 0;
    }

    .space-menu{
        height: 77px;
    }

    #header.scrolled .navbar-brand img{
        width: 70%;
    }

    .nav-item{
        padding: 0 20px;
    }

    .nav-item:last-child{
        padding: 0 20px;
    }

    .nav-item .btn.btn--white{
        font-weight: 400;
        border-radius: 15px;
        padding: 6px 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    /* -----botão área de serviço mobile------- */

/*     .nav-item:last-child a{
        font-weight: 400;
        border-radius: 15px;
        padding: 6px 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        display: inline-block;
        border-radius: 15px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        line-height: 1.5;
        color: var(--main-blue);
        font-size: 16px;
        background: #fff;
    } */

    .services-types{
        margin: 90px 0 50px 0;
    }

    .services-types__content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .services-types__txt {
        width: unset;
        position: unset;
        padding: 30px;
        height: 480px;
    }
    .services-types__txt p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .services-types__img {
        width: unset;
        z-index: 1;
        height: unset;
        width: 90%;
        margin-top: -100px;
    }
}

@media(max-width: 768px){
    /* homepage */
    #main-banner{
        height: 70vh;
    }

    .banner__txt--subtitle, 
    .banner__txt--citation{
        font-size: 14px;
        line-height: 17.07px;
    }

    .main-banner__txt h1{
        font-size: 28px;
        line-height: 34.13px;
    }

    .title h2,
    .home-contact__txt p{
        font-size: 26px;
        line-height: 31.69px;
    }

    .about__txt p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .about__img{
        margin-top: 25px;
    }

    .services-slick a{
        text-decoration: none;
    }

    .services-slick .services__item{
        margin: 0 10px;
    }

    .services-slick .slick-dots li button:before{
        font-size: 10px;
        color: var(--main-blue);
    }

    .services-slick .slick-dots{
        bottom: -30px;
    }

    .home-contact__txt{
        padding-left: 0;
        padding-top: 30px;
    }

    .home-contact__txt li {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }

    .contact__form {
        padding: 20px;
        margin-top: 20px;
    }

    /* internas */

    .page-intern-title{
        padding: 60px 0;
    }

    .page-intern-title h1{
        font-size: 30px;
        line-height: 36.57px;
    }

    .page-navigation, 
    .page-navigation a{
        font-size: 16px;
        line-height: 19.5px;
    }

    .contact-intern .home-contact__txt{
        padding: 0;
    }

    .contact-intern .contact__form{
        margin-top: 30px;
        border-radius: 0;
    }

    .services.single .service-image{
        margin-bottom: 20px;
    }

    /* footer */
    .main-footer__item.nav-footer h3{
        margin-bottom: 0;
    }

    .main-footer__item.social {
        justify-content: center;
    }

    .footer__copyright {
        display: block;
        text-align: center;
    }

    .footer__copyright p:last-child{
        margin-top: 20px;
    }
}

@media(min-width: 768px) and (max-width: 992px){
    .contact-intern .home-contact__txt ul{
        padding: 0;
    }

    .contact__form{
        margin-top: -15px;
    }
}