@media (max-width: 575px){
    .header__infos{
        padding: 0;
    }
}

@media (max-width: 767px){
    
    .header{
        min-height: auto;
    }

    .info-topo{
        margin-bottom: 0;
    }

    .info-topo > [class^=col-]{
        margin-bottom: 1rem;
        text-align: center;
    }

    .home__topicos-item{
        margin-bottom: 2rem;
    }

    .home__newsletter-link{
        margin-top: 2rem;
        text-align: center;
    }

    .home__newsletter-texto{
        padding: 0 2rem;
        text-align: center;
    }

    .home__newsletter-redes {
        text-align: center;
        margin-top: 2rem;
    }

    .footer{
        text-align: center;
    }

    .footer__empresa{
        margin: auto;
        margin-bottom: 4rem;
    }

    .home__empresa-imagem{
        margin-top: 2rem;
    }

    .home__empresa > .container > .row{
        flex-flow: wrap-reverse;
    }

    .empresa__escolher-imagem img{
        width: 100%;
        margin-top: 2rem;
    }

    .contato__form {
        margin-top: 4rem;
        padding: 0;
    }
    
    .servicos__hover{
        visibility: visible;
        opacity: 1;

    }

    .servico__form {
        margin-top: 8rem;
    }
}

@media (max-width: 991px){

    .form{
        width: 100%;
    }
    .header__logo{
        padding: 2rem 1rem;
        flex: 0 0 100%;
    }

    .header__infos-details-item{
        margin-bottom: 2rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .header__infos-details{
        justify-content: space-around;
        flex: 0 0 100%;
    }


    .header__nav{
        display: none;
    }


    .home__servicos-itens::before{
        display: none;
    }
    
    .home__intro-content {
        width: 70%;
    }

    .menu__mobile-btn {
        float: right;
    }

    .nav{
        display: none;
    }

    .menu__mobile-btn{
        display: block;
    }

    .home__casos-nome-box{
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }


}

@media (max-width: 1199px){
    
    
}

@media (max-width: 1399px){
    
}