@media (max-width:1200px) {
    footer{
        display: flex;
        flex-direction: column;
        
    }
    
    footer .boxs{
        width: 800px;
    }

    .text{
        top: 50%;
    }
    
}


@media (max-width:999px){
    

    .menu{
        display: block;
        position: fixed;
        width: 50%;
        top: 90px;
        right: 0px;
        background-color: #06d351;
        border-radius: 20px;
        height: 0px;
        transition: .6s;
        z-index: 103;
        visibility: hidden;
        overflow-y: hidden ;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #nav.active .menu{
        height: calc(80vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }
    .menu a{
        padding: 1rem 0;
        margin: 0 1rem;
        
        border-bottom: 2px solid rgba(0, 0, 0, 0.05 );
    }

    #btn-mobile{
        display: flex;
        padding: .5rem 0rem;
        font-size: 30px;
        border: 1rem;
        background:none;
        cursor: pointer;
        gap: .5rem;
    }

    #hamburger{
       
        width: 30px;
        border-top: 2px solid;
    }
    #hamburger::after, #hamburger::before{
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: currentColor;
        margin-top: 10px;
        transition: .3s;
        position: relative;
    }

    #nav.active #hamburger{
        border-top-color: transparent;
    }

    #nav.active #hamburger::before{
        transform: rotate(135deg);
    }

    #nav.active #hamburger::after{

        transform: rotate(-135deg);
        top: -12px;

    }
    .paragrafo1{
        text-align: center;
        width: 100%;
    }
    .obra{
        width: 70%;
        margin:auto ;
    }
    .home-content1 p{
        text-align: left;
        justify-content: center;
        align-items: center;
        text-indent: 0;
        padding: 10px;
    }

    .home2 h1{
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .home2 p{
        text-align: center;
        text-indent: 0;
        margin: 0 auto;
    }

    #logo img{
        width: 60%;
    }

    .slide img{
        height: 500px;
    }

   .text{
    position: absolute;
    top:30%;
    font-size: 10px;
    display: block;
    
   }

   .text h1{
    font-size: 30px;
   }

   .cliente-2 .caixa2{
    flex-wrap: wrap;
    width: 280px;
    height: auto;
   }

   .portifolio-2 .card-2{
    width: 300px;
    height: auto;
   }
   .portifolio-2 .card-2 p, .card-2-buttonbutton{
    display: none;
   }

   
   .obra{
    width: 250px;
    height: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    float: center;
   }
   .obra-body h1{
    text-transform: uppercase;
    margin-right: 50px;
    font-size: 20px;
    font-weight: 650;
   }

   .container-3{
    float: center;
    margin: 0 auto;
   }

   
   footer{
    display: flex;
    flex-direction: column;
    
}

    footer .boxs{
        width: 900px;
    }
   

}

@media (max-width: 950px) {

    footer{
        display: flex;
        flex-direction: column;
        
    }

    footer .boxs{
        width:100%;
    }

 

    .sociais a{
        font-size: 28px;
    }

    .home p{
        font-size: 20px;
    }
    .home {
        text-align: center;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
}


@media (max-width:600px){
    .slide img{
        height: 400px;
    }

   .text{
    position: absolute;
    top:50%;
    font-size: 10px;
    display: block;
    
   }

}



@media (max-width:550px){
    .slide img{
        height: 300px;
    }

   .text{
    position: absolute;
    top: 30%;
    font-size: 4px;
    display: block;
    
   }

   .text h1{
    font-size: 30px;
   }

   .text p{
    font-size: 20px;
   }

   .text a{
    
    font-size: 15px;
   }



}

@media (max-width:450px){
    .slide img{
        height: 300px;
    }


   .text{
    position: absolute;
    top:20%;
    font-size: 4px;
    display: block;
    
   }
}

@media (max-width:400px){


    footer{
        display: flex;
        flex-direction: column;
        
    }


    .portifolio-2 .card-2{
        width: 200px;
        height: auto;
       }
       .portifolio-2 .card-2 p, .card-2-buttonbutton{
        display: none;
       }

       .cliente-2 .caixa2{
        flex-wrap: wrap;
        width: 100%;
        height: auto;
       }
       .caixa2 img{
        width: 150px;
       }
}

@media (max-width:360px) {

    footer .boxs p{
        font-size: 15px;
    }
   

    .caixa-img{
        width: 90px;
    }

    


    .container .card img{
        width: 80px;
        height: 80px;
    }

    .slides img{
       
        width: 10%;
    }

    .text h1{
        font-size: 25px;
    }

    .obra{
        width: 200px;
    }

    .obra h1{
        font-size: 15px;
    }
    
}

@media (max-width:320px) {
    
    .card-1 .container{
        width: 290px;
        height: auto;
    }
    

    #btn-mobile{
        font-size: 20px;
    }

    #hamburger{
       
        width: 20px;
        border-top: 2px solid;
    }
    #hamburger::after, #hamburger::before{
        
        width: 20px;
    }

    #btn-mobile{
      
        font-size: 20px;
      
    }

    .boxs p{
        text-align: left;
        margin: 5px 0px;
        width: 100%;
        text-align: justify;
        
    }
    .footer{
        height: 100%;
       
    }

}