body {
   width: 100vw;
   height: 100vh;
   justify-content: center;
   align-items: center;
   margin: 0px;
   padding: 0px;
}

input {
    width: 85%;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius:3px;
    
}

textarea {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    height: 300px;
    justify-content: center;
    border: none;
    
        
    
}
label{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(80, 78, 78);
}


button:hover {
    background-color: rgb(20, 121, 189);
    cursor: pointer;
}

 #img01 {
top: 0;
left: 0;
width: 100%;
height: 150%;
background-image: url(../img/backgroundwhite.jpg);
background-position: center;
background-size: cover;
background-attachment: fixed;
overflow-y: hidden;


}
section {
   
}
form {
position: relative;
background-color:  #206e9f65;
padding: 50px;
border-radius: 10px;
width: 80%;
max-width: 600px;
margin: 100px auto;
text-align: center;
overflow: hidden;
border: 1px solid white;

}



input {
     width: 95%;
     height: 30px;
     margin-top: 15px;
     margin-bottom: 15px;
     padding: 10px;
     border: none;
 }



button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     background-color: rgb(20, 121, 189);
     color: white;
     padding: 15px 1px;
     border: none;
     width:99%;
     font-size: large;
 }
 
 button:hover {
     background-color: white;
     cursor: pointer;
     color: #084b86;
 
 }
    
/*---------------------MENU------------------------------*/
  a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    
}
#logo {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.582);
    margin-right: 1%;
    padding-left: 10px;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.250);
    
    
}
#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu {
    display: flex;
    list-style: none;
    gap:.8rem;
    font-weight: 600;
}
#menu a {
    display: block;
    padding: .5rem;
    text-align: center;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.250);
    
    
}
.hidden {
    visibility: hidden;
}
#menu a:hover {
    display: block;
    color: #205575;
    
}
#menuborda>a {
    background-color: #206E9F;
    border-radius: 5px;
    border: 2px solid #206e9f;
}
#menuborda>a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #206E9F;
    border: 2px solid #206e9f;
    
    
}
#btn-mobile {
    display: none;
}
#quem, #soft {
  border-radius: 5px;
  background-color:#206e9f65;
  color: #ffffff;
  border: 2px solid #206e9f;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.250);
}

#quem:hover, #soft:hover {
    border-radius: 5px;
    background-color:white;
    color: #ffffff;
    border: 2px solid #206e9f;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.350);
  }
#quemsomos{
    margin: auto;
    padding: 0px;
    width: 300px;
    
    
    
}
#whatsapp {
    margin-left: 20px;
    list-style: none;  
}
#whatsapp:hover {
    margin-left: 20px;
    list-style: none;
    padding-top: 1px; 
}

#whats>a {
    background-color: #359f20;
    border-radius: 5px;
    border: 2px solid #1f5c13;
    display: none;
}
#whats>a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #1f5c13;
    border: 2px solid #359f20; 
}
/*-------------------menu hamburguer------------------*/
@media (max-width:1019px) {
    header > a > img {
        width: 300px;
      }
      #whats>a {
        display: block;
    }
    #whatsapp {
        
        list-style: none;
        display: none;  
    }

   #quem,#soft{
    background-color: rgb(138, 161, 211);
    color: black;
    
   }
    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background-color: #ffffff00;
        z-index: 1000;
        transition: 0.6s;
        height: 0;
        visibility: hidden;
        overflow-y: auto;

    }
    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
    }
    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(rgba(0, 0, 0, .05));
    }
    #btn-mobile {
        display: flex;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
        color: #084b86;
    }
    #hamburger {
        border-top: 2px solid;
        width: 20px;
        display: block;
    }
    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: currentColor;
        margin-top: 5px;
        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: -7px;
    }
}
/* ------------------footer---------------------- */
footer {
    display: flex;
    padding: 30px;
    background-color: rgba(46, 46, 51, 0.849);
   justify-content: center;
}

footer>ul {
    display: block;
    text-align: left;
    list-style: none;
    
}
footer>ul>img {
    display: flex; 
}

footer>ul>li {
    display: block;
    color: white;
    padding: 5px;
}
footer>ul>li>a:hover {
    color: #206E9F;
    
}
footer>div>img {
    display: none;
    align-items: center;
    margin: auto;
}

/*-----------------------RODAPÉ-------------------------------*/
#menufooter{
    color: white;
    font-family: sans-serif;
    margin: auto;
    font-weight: 100;
   }
   .mt{
       padding: 5px;
      cursor: pointer;
      border-top: 1px solid white
   }
   .mb {
    padding: 5px;
      cursor: pointer;
      border-bottom: 1px solid white;
   }
   .mf {
    padding: 5px;
      cursor: pointer;
     
   }
   .mf:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }
   .mt:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }
   .mb:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }

div.rodape {
margin-top: 0px;
max-width: 300px;
display: inline-block;
margin-right: 00px;
margin: auto;

}

div#contatos {

display: inline-block;

margin-left: 30px;
text-align: center;
}

div.endereco {
max-width: 400px;
display: inline-block;

margin-left: 15px;
cursor: pointer;
}
div.email {
max-width: 400px;
display: inline-block;
margin-top: 10px;

}

.imgrodape {
position: relative;
}

footer {
background-color: #084b86;
color: white;
text-align: center;
font-size: 1.0em;
padding: 50px;
justify-content: space-around;

}

footer a {
color: white;
text-decoration: none;
font-family: sans-serif;
}

footer a:hover {
text-decoration: solid;
color: rgb(184, 187, 216);
}
@media (max-width:785px) {

    form {
        position: relative;
        background-color: #206e9f65;
        padding: 50px;
        border-radius: 10px;
        width: 70%;
        max-width: 600px;
        margin: 100px auto;
        text-align: center;
        
        }
    #img01 {
   
        top: 0;
        left: 0;
        width: 100%;
        height: 110%;
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        overflow-y: hidden;
        
        }
   footer>img {
        display: none;
       
    }
    
    .mt{
        padding: 5px;
       cursor: pointer;
       border-top: 1px solid white;  
    }
    .mb {
     padding: 5px;
       cursor: pointer;
       border-bottom: 1px solid white;
    }
    .mf {
     padding: 5px;
       cursor: pointer;
      
    }
    .mf:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    .mt:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    .mb:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    div.endereco {
        max-width: 400px;
        display: inline-block;
        margin-top: 20px;
        margin-left: 0px;
        cursor: pointer;
        }
    div#contatos {

        display: inline-block;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
        }
   
    footer {
   
    color: white;
    text-align: center;
    display: block;
    margin: auto;
    
    }
}