* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
   
}

#parte1 {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100vh;
    display: flex;
}

#menu {
    width: 90px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    position: fixed;
}

#toggle {
    display: none;
}

.menuGrande {
    display: none;
    width: 270px;
    height: 100vh;
    margin-top: -90px;
    background-color: rgb(255, 255, 255);
    text-align: center;

}

#toggle:checked + .menuGrande {
    display: block;
    position: absolute;
    transition: 0.7s;
}

.menuClick {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menuback {
    width: 100%;
    height: 90px;
    cursor: pointer;
    background-color: black;
    display: flex;
    justify-content: center;
}

.cabeca {
    width: 100%;
    height: 90px;
    display: flex;
}

.menuVolta {
    width: 90px;
    height: 90px;
    background-color: black;
    display: flex;
    justify-content: center;
}

.logo {
    width: 180px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
}

.nav {
    width: 80%;
    margin: 0 10%;
}

.nav p {
 font-size: 15px;
    color: #636363;
   font-family: "Montserrat", sans-serif;
}

.nav p a {
    color: #b2b2b2;
    text-decoration: none;
}

.nav p a:hover {
    color: blue;
}

.mudanca { 
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 12vh;
}
.botaoaz{
  text-decoration: none;
    font-size: 30px;
    color: #2916e0;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 3vh 0;
}

.botaoazu {
    text-decoration: none;
    font-size: 30px;
    color: #b2b2b2;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 3vh 0;
}
.branca{width: 100%;
    height: 14vh;
}

.botaoazu:hover {
    color: blue;
    transition: 0.4s;
}

.redesSociais {
    width: 100%;
    display: flex;
    margin: 1vh 0 3vh;
}

.redesSociais a {
    margin: -4vh -2%;
}

.redes {
    width: 100%;
    height: 90vh;
    background-color: white;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
}

.redes div {
    display: flex;
    justify-content: center;
}
.map0{
    margin-left: 5%;
    margin-top: 35%;
width: 100%;
height: 23vh;
}
.map1{
    border-radius: 1%;
   position: absolute;
   bottom: 10%;
   left: 23%;
  background-color: #ffffff;
  width: 57%;
  height: 22vh;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  align-items: center;
  font-size: 18px;
  text-align: center;
  color: #b2b2b2;
font-family: sans-serif;
}
.map1 b{
    color: #252525;
    
}
.googlem{
margin-top: -670px;
}