*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    color:#fff;
}

/* Fazendo layout */

body{
    background-color: #333333;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header{
    width: 100%;
    min-width: auto;
    text-align: center;
    margin-top: 5%;
}

.icon-wap{
    position: fixed;
    bottom: 10%;
    right: 2%;
}

.icon-wap:hover , .icon-wap:focus{
  font-size: 140px;
}

.nav{
    margin: 0 25%;
}

.ul-header{
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-transform: uppercase;
    margin-top: 5%;
}

#section1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap:1% ;
    margin-top: 3.25%;
}

.section1-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section1-container2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section1-container2 img {
    max-width: 100%;
    max-width:500px ;
    border-radius: 15px;
}

.container-post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1%;
}

.section2-container, .section3-container, .section4-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#form{
    margin-left:35%;
}

.rodape-total{
    margin-top: 10%;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.rodape-contato{
    margin-left:20%;
}

.rodape-links{
margin-left: 10%;
}

.item-contato .item{
    margin: 0 0 3%;
}

.rodape-contato .item{
    display: flex;
}

.item-redes{ 
    margin-top: 5%;
}

.copy{
  display: flex;
  justify-content: center;
  margin-top: 8%;
}

/* Estização header*/
.ul-header a{
    text-decoration: none;
    font-weight: bolder;
    font-size: 2rem;
}

.ul-header a:hover{
    background-color:orangered;
    border-radius:20px;
    opacity: 100%;
}

/* Estilização section1*/
.section1-container h1{
    font-size: 3.8em;
    font-style: oblique;
    margin-top:5% ;
}

.name{
    color: #2465B8;
}

.section1-container p{
    font-size: 2em;
    margin-left:5%;
    margin-top: 5%;
}

.call-1 h2{
    font-size: 2.5rem;
    margin-top: 8%;
}

.call-2{
    margin-left: 25%;
}

.call-2 button{
    width: 50vh;
    height: 10vh;
    font-style: italic;
    font-weight: bolder;
    font-size: 2.5rem;
    outline: none;
    border: none;
    border-bottom: none;
    background-color: #FF000080;
    cursor:pointer;
    margin-top: 8%;
}

.call-2 button:hover{
   opacity: 50%; 
}

.section1-container2{
    margin: auto;
    
}




/* Estilização Serviços*/ 

.container-post{
    margin-top: 10%;
   
}

.container-post img{
    max-width: 98%;
}


.container-post h1{
    font-size: 3rem;
}

.container-post p{
    font-size:1.8rem;
    max-width: 95%;
}

.btnLeiamais button{
    width: 35vh;
    height: 7vh;
    font-weight: bolder;
    font-size: 2rem;
    color:#2465B8;
    background-color:#FFE18D;
    border: 5px solid #FFE18D;
    border-bottom: none;
    border-radius: 7%;
    outline: none;
    cursor:pointer;    
}

#mais, #mais1 , #mais2,  #mais3,  #mais4,  #mais5 {
    display: none;
}

/* Estilização formulário*/ 

#form{ 
   text-align: center;
   margin-left: 0;
   margin-top: 10%;
}

.title{ 
font-size: 3rem;
margin-bottom: 2%;
}

#form .item{
   margin-bottom: 2.5%;
}

#campo,#msg, .submit{
outline: unset;
height: 10vh;
width: 100vh;
border: 2px solid #4169E1;
border-radius: 20px;
background-color: transparent;
font-size: 2.5rem;
padding-left: 2%;
}

#campo::placeholder, #msg::placeholder{
    vertical-align: middle ;
    line-height: 2;
}

#campo:hover, #msg:hover{
 border-color: orangered;
}

#campo:focus, #msg:focus{
border-color: rgba(255, 68, 0, 0.6);
}

.submit:hover{
   background-color:rgb(23, 238, 23);
}

.submit{
    font-weight:bolder;
    font-size: 2em;
}

/* Estilização do rodape*/
 .rodape-contato, .rodape-links{
    font-size: 1.8em;
    margin-top: 5%;
 }  

 .rodape-contato a, .rodape-links a{
    text-decoration: none;
 }  

 .rodape img{
    margin-left: 5% ;
 }
 
 .copy{
    font-size: 1.8em;
    margin-bottom: 2%;
 }

 /* Responsive header*/
 
  html{
    font-size: 62.5%;
  }


 /* media queries*/

 @media (max-width:1160px){
    .call-1 h2{
        font-size: 2.3rem;
    }

    .call-2{
        margin-left: 15% ;
        box-sizing: 2.3;
    }

 .section1-container2 img {
    max-width: 100%;
    min-width:450px;
    margin-bottom: 10%;
  }

  .section1-container h1{
    font-size: 3.4em;
}

 }

 @media (max-width:1080px){
    .call-1 h2{
        font-size: 2.2rem;
    }
    .section1-container2 img {
        max-width: 100%;
        min-width:450px;
        margin-bottom: 10%;
      }
      .section1-container h1{
        font-size: 3.2em;
    }
 }

 @media (max-width:1024px ){
    .section1-container2 img {
        max-width: 100%;
        min-width:400px;
        margin-bottom: 20%;
    }

    .call-1 h2{
        margin-top: 10%;
        font-size: 2.1rem ;
    }

    .call-2{
        margin-left: 10%;
    }
 }

 @media (max-width:980px){
    .section1-container2 img {
        max-width: 100%;
        min-width:350px;
        margin-bottom: 20%;
    }

    .call-1 h2{
        font-size: 1.8rem;
    }

    .rodape-contato, .rodape-links{
        font-size: 1.8em;
     }
 }

 @media (max-width: 940px){
    .section1-container2 img {
        max-width: 100%;
        min-width:400px;
        margin-bottom: 20%;
    }

    .section1-container h1{
        font-size: 3em;
    }

    .section1-container p{
        font-size: 1.8em;
    }
    .call-2 button{
        box-sizing: 2rem;
    }
     .rodape-contato, .rodape-links{
        font-size: 1.5em;
     }
 }

 @media (max-width:890px){
   
    section1-container2 img {
        max-width: 100%;
        min-width:350px;
        margin-bottom: 20%;
    }
   
 }

 @media (max-width: 867px){
    .section1-container2 img{
        max-width: 100%;
        min-width: 300px;
        margin-bottom: 20%; 
    }

    .call-1 h2{
        margin-left: 20%;
        font-size: 2.4rem ;
    }

    .call-2{
        margin-left: 20%;
    }
  
    .container-post{
       grid-template-columns: 1fr 1fr;
       row-gap: 3%;
   }

    #form{
        margin-top: 15%;
    }

    .rodape-contato, .rodape-links{
        font-size: 1.2rem;
    }

    .rodape img{
        max-width: 100%;
        min-width: 80%;
    }
 }

 @media (max-width:745px){
    .section1-container h1{
        margin-left: 10%;
        font-size: 3rem;
    }

    .section1-container2 img{
        margin-bottom: 30%;
        max-width: 100%;
        min-width:300px ;
    }
 }

 @media (max-width:680px){
    #section1{
        grid-template-columns: 1fr;
        row-gap: 5%;
    }

    .section1-container h1{
        font-size: 4rem;
    }
  
   .call-1 h2{
    margin-left: 0;
   }

   .call-2{
    margin-left: 0 auto;
   }
 }

 @media (max-width:645px){
    
    .ul-header a{
        font-size: 1.8rem; 
    }

    .container-post{
        grid-template-columns: 1fr;
    }

    .container-post-duplicado{
        margin-top: 30%;
    }

    .container-post p{
        max-width: 75%;
    }

    #form{
        margin-top: 30%;
    }

    .title{
        font-size: 4rem;
    }
}

   @media(max-width: 630px){
    .ul-header{
    display: none;
   }

 .header{
    display: flex;
    justify-content:space-between;
 }
   .one,.two,.three{ 
    background-color: #fff;
    height: 5px;
    width: 100%;
    margin: 6px auto;
    transition: duration 0.3s; 
   }
   .img-topo img{
    width: 70%;
   }

   .img-topo{
    position: absolute;
    left: 0;
    top: 0;
   }

   .section1-container{
    margin-top: 10%;
   }

   .toggle{
    width: 35px;
    min-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right:20px ;
   }

   .container-post p{
    max-width: 80%;  
   }

   .container-post-duplicado{
    margin-top: 40%;
}

   #call{
    border-radius: 50px;
    max-width: 80%;
   }

   .rodape-total{
     grid-template-columns: 1fr 1fr;
     grid-template-areas:" b c "
                          "a a "
   } 

   .rodape img{ 
    grid-area: a;
    margin: 0 50%;
    margin-top: 20%;
   }

   .rodape-contato{
    grid-area: b;
    font-size: 1.8rem;
   }

   .rodape-links{
    grid-area: c;
    font-size: 1.8rem;
   }

   /* full screen menu toogle*/
   .on{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #4169E1;
    display: flex;
    align-items: center;
    justify-content: center;
     z-index: 10; 
}

.on .ul-header{
    display: block;
}

.on .ul-header li a{
    transition-duration: 1s;
    font-size: 3rem;
    line-height: 15rem;  
 }

 .on .one{
    transform: rotate(45deg) translate(7px, 7px);
    transition: 0.3s;
 }

 .on .toggle .two{
   opacity: 0;
 }

.on .toggle .three{
    transform: rotate(-45deg) translate(8px, -9px);
    transition: 0.3s;
 }


}

@media(max-width:560px){
    #form{
        margin-top: 50%;

      
    }
    .rodape-contato {
        font-size: 1.2rem;
        padding-right: 10%;
    
    }

    .rodape-links {
        font-size: 1.2rem;
        padding-left: 10%;
    }
    
    #campo, #msg, .submit{
       max-width: 80%
    }
}

@media(max-width:534px){

    .toggle{
        position:absolute;
        margin-right: 10px;
    }

    .section1-container h1 {
        margin-top: 12%;
    }

    .call-1 h2{
        font-size:2rem;
    } 

    .container-post-duplicado{
        margin-top: 55%;
    }
}

@media(max-width:446px){
    .section1-container h1{
        font-size: 2.7rem ;
        margin-left: 0;
        margin-top: 15%;
    }

    .section1-container p{
        font-size: 1.5rem;
    }

   .call-1  h2{
    font-size: 1.65rem;
   }

   .section1-container{
    align-items: center;
   }
}

@media(max-width:420px){

    .toggle{
        position:absolute;
        margin-right: 1%;
    }

    .rodape-total{
        grid-template-columns: 1fr;
        grid-template-areas:" b "
                             "c"
                             "a";
      } 

      .rodape-total img{
        margin: 5% 10%;
        max-width: 70%;
        max-height: 70%;
      }
}

@media(max-width:375px){
    .img-topo img{
    max-height: 60%;
    max-width: 60%;

    }

    #call{
        max-height: 60%;
        max-width: 60%;
        margin-top: 10%;
        margin-left: 5%;
        font-size: 2rem;
      }

      .call-1 h2{
        font-size: 1.5rem;
      }

      #form .title{
        margin-top:70% ;
    }

    .rodape-links, .rodape-contato{
        font-size: 1.8rem;
    }

    .copy{
        font-size: 1.5rem;
    }

}

@media(max-width:336px){
    .on .ul-header li a{
        font-size: 2rem;
    }

    .container-post-duplicado h1{
        font-size:  2.5em; 
    }


    .container-post-duplicado{
        margin-top: 70%;
    }
}

@media(max-width:320px){

    .section1-container h1{
        font-size: 2.8rem;
    }

        .one,.two,.three{ 
            height: 0.45rem;
            width: 80%;
    }

    .section1-container p{
        font-size: 1.3rem;
    }

    #form .title{
        margin-top: 75%; 
    } 

    .container-post-duplicado{
        margin-top: 63%;
    }
}

@media(max-width:290px){
    .section1-container2 img{
        display:none;
    }
    .menu-section .on nav .ul-header  {
        font-size: 1rem;
    }

    .section1-container h1{
        font-size:  2.6rem;
        margin-top: 15%;
        }

    #call{
        max-height: 40%;
        max-width: 40%;
        margin-top: 10%;
        margin-left: 15%;
        font-size: 1.2rem;
        border-radius:5px ;
    }
    .container-post{
        margin-top: 20%;
    }
    .container-post h1{
        font-size: 2.8rem;
       
       }

    .container-post p{
     font-size: 1.5rem;
     max-width: 90%;
    }

    #form{
        margin-top: 70%;
    }

    #campo, #msg, .submit{
        font-size: 1.8rem;
       
       }

       .container-post-duplicado h1{
        font-size:  2.3em; 
    }

       .container-post-duplicado{
        margin-top: 65%;
    }
}

@media(max-width:270px){

    .on{
        width: 110vw;
        height: 110vh;

    }

    .toggle{
        margin-right: 5%;
    }

    #campo, #msg, .submit{
        max-width: 100%;
       
       }

       .container-post-duplicado h1{
        font-size:  2.2em; 
    }
}

@media(max-width:260px){

   body{
     font-size: 50%;
   }
    .section1-container h1{
        font-size: 2rem;
    }

    .img-topo img{
        max-width: 40%;
        max-height: 20%;
    }

    .section1-container{
        max-width: 88%;
        max-height: 110%;
    }  
    
    .call-1 h2{
        font-size:1.2rem;
        margin-left: 20%;
        margin-right: 20%;
    }

    #call{
        max-height: 10%;
        max-width: 30%;
        margin-top: 10%;
        margin-left: 20%;
        font-size: 1rem;
        border-radius:5px;
    }

    .container-post{
       align-items: center;
    }

    .container-post h1{
        font-size: 2rem;
    }   
}

@media(max-width:236px){
    
    body{
        font-size: 40%;
    }

   .toggle{
    left: 0;
   }

   .header .img-topo{
    display: none;
   }

    #form .title{
        font-size: 3rem;
        margin-top:100%;
    }

     
  #form{
    margin-left: 25%;
    margin-top: 110%;
  }
   
   #campo, #msg, .submit{
    max-width: 100%;
   
   }

   .on{
    width: 110vw;
    height: 120vh;
   }

   .container-post-duplicado{
    margin-top: 97%;
}

}


@media(max-width:208px){
    .on{
        width: 135vw;
        height: 135vh;
       } 

       .container-post-duplicado{
        margin-top: 97%;
    }
}

@media(max-width:170px){
   
   .container-post{
    column-gap: 0;
   }
   
    #form .title{
        margin-top: 180%; 
        margin-bottom: 5%;
        font-size: 3rem;
      }

      #campo, #msg, .submit{
        max-width: 150%;
       }

    .on{
        width: 190vw;
        height: 190vh;
    }

    .container-post-duplicado{
        margin-top: 140%;
    }
}

@media(max-width:120px){
    #form .title{
   margin-top: 180%; 
 }
 
 #campo, #msg, .submit{
    max-width: 150%;
   }

   .on{
    width: 290vw;
    height: 290vh;
   }

   .container-post-duplicado{
    margin-top: 100%;
}

.container-post-duplicado{
    margin-top: 210%;
}
}

@media(max-width:80px){
    #form .title{
      margin-top: 350%; 
    }

    .on{
        width: 350vw;
        height: 350vh;
    }

    .container-post-duplicado{
        margin-top: 350%;
    }
}


