.top{
    background: url('assets/superior.jpg') no-repeat;
    background-size: cover;
    
} 

.mid1{
    background: url('assets/meio1.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

.button{
    position: absolute;
    z-index: 1;
    left: 29.162%;
    top: 90.9%;
    width: 15.5%;
    height: 3.8%;
}

.mid2{
    background: url('assets/meio2.jpg') no-repeat;
    background-size: cover;
}

.inferior{
    background: url('assets/inferior.jpg') no-repeat;
    background-size: cover;
}
.contato{
    background: url('assets/contato.jpg') no-repeat;
    background-size: cover;
}
img{
    display: inline-block;
}

html,body,div, h1, h4{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}
h4{
    display: inline;
    font-size: 18px;
    margin: 10px;
    
}
.header{
    background-color: black;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 50px;
    height: 100px;
}
.header2{
    text-align: end; 
    position: fixed; 
    padding-top: 35px;
    height: 100px;
    color: white;
    top: 0;
    right: 5%;
    left: 40%;

}
a{
    text-decoration: solid !important;
    color: white !important;
}
a:hover{
   color: #65A656 !important;
}
label{
    margin: 3px !important;
}
input{
    background-color: white !important;
    border: 0px !important;
}
textarea{
    background-color: white !important;
    border: 0px !important;
}

button:hover{
    color: #65A656 !important;
}
::selection {
    background: black !important;
    color: white !important;
}
#map {
    height: 100%;
  }
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }