@media screen and (max-width: 1680px) {
    .conteudo2 img{
        width: 30%;
        height: 48%;
    }
    .conteudo2{
        height: 650px;
       
    }
    .conteudo2 h1{
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
    }
    .conteudo2 p{
        font-size: 16px;
    }
    .elementoPrincipal{
        height: 100%;
        width: 70%;
    }
    .btnContatoPrincipal{
        width: 190px;
        padding: 8px 27px;
        font-size: 14px;
    }
    .btnMaisPrincipal{
        padding: 8px 27px;
        font-size: 14px;
    }  

    /*conteudo 3*/
    .conteudo3 h1{
        font-size: 35px;
    }

    /*conteudo 4*/
   .vantagemCard{
        box-sizing: border-box;
        width: 340px;
        height: 370px;
    }
    .vantagemCard img{
        margin-top: 50px;
        text-align: center;
        width: 110px;
    }
    .conteudo4 h1{
        font-size: 40px;
    }
    .conteudo4 p{
        margin-top: 15px; 
        font-size: 14px;
    }
    .vantagemCard h2{
        margin-top: 10px;
        font-size: 20px;
    }
    /*conteudo 5*/
    .molduraCelular{
        height: 90%; 
    }
    .textContent5{
        height: 50%;
        width: 50%;
        margin-left: 10%;
    }
    .textContent5 h1{
        font-size: 30px;
    }
    
    .textContent5 p{
        font-size: 14px;
        margin-left: 10%;

    }
    .btnChamarAgoraWhatsapp{
        margin-left: 10%;
    }
    /*conteudo 6*/
    .contend6{
        width: 65%;
    }
    .contend6 h1{
        font-size: 40px;
    }
    .titleCard6{
        font-size: 22px;
    }
    .textCard6{
        font-family:'Raleway', sans-serif;
        font-weight: 400;
        font-size: 13px;
        margin: 0% 15%;
        text-align: center;
    }
    
    .itemsCard6{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .itemsCard6 img{
        margin-top: 8%;
        margin-bottom: 8%;
    }
     /*conteudo 7*/

     #conteudo7{
        margin-top: 5%;
        width: 40%;
       
    }
    #conteudo7 h1{
        font-size: 35px;
    }
    /*footer*/

    #footer{
        width: 100%; 
        height: 410px;
    }
    #footer h1{
        font-size: 35px;
    }
    #footer h2{
        font-size: 20px;
    }
    #footer h3{
        font-size: 14px;
    }

    /*btn whats*/
    .conteudoBtnWhats{
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 200px;
        float: right;
        bottom: 2%;
        right: 2%; 
    }
    .btnWhatsapp{
        width: 50px;
        height: 50px;
    }
    @keyframes btnWhats {
        from{filter: drop-shadow(0 0 20px rgb(32, 124, 9));}
        to{filter: drop-shadow(0 0 25px rgb(40, 170, 8));}
    }

}
@media screen and (max-width: 1300px) {
    .Menu{
        display: none;
    }
    .creditos{
        font-size: 10px;
    }
    .conteudo2 img{
        width: 18%;
        height: 36%;
    }
    .conteudo2{
        display: flex;
        height: 100%;
    }
    .conteudo2 h1{
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
    }
    .conteudo2 p{
        font-size: 14px;
    }
    .elementoPrincipal{
        height: 100%;
        width: 85%;
        padding-top: 8%;
        margin: auto;
        padding: 8% 0;
    }
    /*conteudo 3*/
    .conteudo3 h1{
        font-size: 30px;
    }

    /*conteudo 4*/
    .conteudo4{
        margin-top: 80px;
    }
    .vantagemCard{
        box-sizing: border-box;
        width: 310px;
        height: 310px;
    }
    .vantagemCard img{
        margin-top: 25px;
        text-align: center;
        width: 100px;
    }
    .conteudo4 h1{
        font-size: 30px;
    }
    .conteudo4 p{
        margin-top: 15px; 
        font-size: 13px;
    }
    .vantagemCard h2{
        margin-top: 10px;
        font-size: 18px;
    }
    /*conteudo 5*/
    .conteudo5{
        margin-top: 80px;
        width: 70%;
        height: 100%;
        margin-bottom: 120px;
        padding: 10% 0;
    }
    .molduraCelular{
        height: 60%; 
    }
    .textContent5{
        height: 50%;
        width: 60%;
        margin-left: 10%;
    }
    .textContent5 h1{
        font-size: 30px;
        letter-spacing: 2px;
    }
    
    .textContent5 p{
        font-size: 14px;
        margin-left: 5%;

    }
    .btnChamarAgoraWhatsapp{
        margin-left: 5%;
        font-size: 12px;
        width: 170px;
        padding: 8px ;
    }
    /*conteudo 6*/
    #conteudo6{
        height: 450px;
    }
    .contend6{
        width: 70%;
        margin-top: 20px;
    }
    .contend6 h1{
        font-size: 40px;
    }
    .titleCard6{
        font-size: 22px;
    }
    .textCard6{
        font-family:'Raleway', sans-serif;
        font-weight: 400;
        font-size: 13px;
        margin: 0% 15%;
        text-align: center;
    }
    
    .itemsCard6{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .itemsCard6 img{
        margin-top: 8%;
        margin-bottom: 8%;
    }
     /*conteudo 7*/

     #conteudo7{
        margin-top: 5%;
        width: 50%;
    }
    #conteudo7 h1{
        font-size: 35px;
    }
    /*footer*/

    #footer{
        width: 100%; 
        height: 410px;
        margin-top: 80px;
    }
    #footer h1{
        font-size: 35px;
    }
    #footer h2{
        font-size: 20px;
    }
    #footer h3{
        font-size: 14px;
    }
    .map{
        height: 240px;
        width: 450px;
        border: solid 5px #1c8b06;
        border-radius: 10px;
    }

    /*btn whats*/
    .conteudoBtnWhats{
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 200px;
        float: right;
        bottom: 2%;
        right: 2%; 
    }
    .btnWhatsapp{
        width: 60px;
        height: 60px;
    }

}
@media screen and (max-width: 1100px) {

    header{
        width: 90%;
        height: 80px;
        display: flex;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        justify-content: space-between;
        align-items: end;
        margin: auto;
        margin-bottom: 30px;
    }
    header img{
        width: 253px;
        height: 79px;
        margin-top: 5px;
        margin-right: 9px;
    }
    .conteudo2 img{
        display: none;
    }

    .conteudo2 h1{
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
    }
    .conteudo2 h2{
        font-size: 12px;
    }
    .conteudo2 p{
        font-size: 12px;
    }
    .btnContatoPrincipal{
        width: 140px;
        padding: 4px 20px;
        font-size: 12px;
    }
    .btnMaisPrincipal{
        padding: 4px 20px;
        font-size: 12px;
    }  
    
    /*conteudo 3*/
    .conteudo3{
        height: 150px;
        margin-top: 50px;
    }
    .imagensCont3{
        display: flex;
        justify-content:space-around;
        width: 100%;
        height: 70%;
    }
    .imagem1Cont3{
        width: 98px;
        height: 42px;
    }
    .imagem2Cont3{
        width: 94px;
        height: 42px;
    }
    .imagem3Cont3{
        width: 84px;
        height: 32px;
    }
    .conteudo3 h1{
        font-size: 25px;
    }

    /*conteudo 4*/
    .conteudo4{
        height: 1300px;
        margin-top: 100px;
        width: 100%;
    }
    .vantagensBox{
        display: flex;
        height: 95%;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .vantagemCard{
        box-sizing: border-box;
        width: 320px;
        height: 330px;
    }
    .vantagemCard img{
        margin-top: 50px;
        text-align: center;
        width: 100px;
    }
    .conteudo4 h1{
        font-size: 40px;
    }
    .conteudo4 p{
        margin-top: 15px; 
        font-size: 13px;
    }
    .vantagemCard h2{
        margin-top: 10px;
        font-size: 16px;
    }
    /*conteudo 5*/
    .conteudo5{
        margin-top: 100px;
        width: 90%;
        margin-bottom: 80px;
    }
    .molduraCelular{
        display: none;
    }
    .textContent5{
        height: 70%;
        width: 80%;
        margin-left: 10%;
    }
    .textContent5 h1{
        font-size: 20px;
    }
    
    .textContent5 p{
        font-size: 12px;
    }
    /*conteudo 6*/
    .contend6{
        width: 97%;
    }
    .contend6 h1{
        font-size: 30px;
    }
    .titleCard6{
        font-size: 12px;
    }
    .textCard6{
        font-family:'Raleway', sans-serif;
        font-weight: 400;
        font-size: 9px;
        margin: 0% 15%;
        text-align: center;
    }
    
    .itemsCard6{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .itemsCard6 img{
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .itemsCard6 img{
        width: 80px;
    }
    .gallery-cell {
        width: 31%;
        height: 230px;
    }
     /*conteudo 7*/

     #conteudo7{
        margin-top: 1%;
        width: 93%;
    }
    #conteudo7 h1{
        font-size: 30px;
    }
    /*footer*/

    #footer{
        width: 100%; 
        height: 330px;
    }
    #footer h1{
        font-size: 27px;
    }
    #footer h2{
        font-size: 12px;
    }
    #footer h3{
        font-size: 8px;
    }
    .map{
        height: 140px;
        width: 130px;
    }
    .listFooter{
        justify-content: space-around;
    }

    /*btn whats*/
    .conteudoBtnWhats{
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        float: right;
        bottom: 2%;
        right: 2%; 
    }

}
@media screen and (max-width: 600px) {
    .conteudo2 h1{
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .conteudo2 h2{
        font-size: 12px;
        letter-spacing: 1px;
    }
    .gallery-cell {
        width: 32%;
        height: 235px;
    }
    .textCard6{
        font-size: 8px;
        margin: 0% 5%;
        text-align: center;
    }
    .titleCard6{
        font-size: 9px;
    }
    
    .map{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .conteudo2{
        width: 90%;
    }
    .elementoPrincipal{
        width: 90%;
        padding-top: 30px;
        padding-bottom: 40px;
    }   
    .conteudo2 p{
        margin-top: 15px;
    }
    .btnContatoPrincipal{
        margin-top: 25px;
    }
    .btnMaisPrincipal{
        margin-top: 25px;
    }
    .textContent5 h1{
        font-size: 16px;
    }
    .textContent5 p{
        font-size: 12px;
    }
}
