* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

#parte1 {
    background-color: aqua;
    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;
}







#parte2 {
    width: 100%;
    height: 160vh;
    display: flex;
}

#divisao1 {
    width: 50%;
    height: 171vh;
    background-color: blue;
    display: grid;
    grid-template-rows: 1fr 150px 1fr;
    text-align: center;
    overflow-y: hidden;
    padding-left: 90px;
}

#divisao1 img {
    border-radius: 50%;
    margin-top: 15%;
    text-align: center;
}

.texto01 {
    text-align: left;
    padding: 6vh 8% 0;
}

.org01 {
    display: flex;
}

.texto01 p {
    font-size: 36px;
    color: white;
    font-family: "Montserrat", sans-serif;
    margin-right: 3%;
}

.maiusculo {
    font-weight: 600;
}

.texto02 {
    color: white;
    text-align: left;
    padding: 0 8%;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 4vh;
}

.botoes {
    display: flex;
    margin-top: 5vh;
}

.btn01 {
    padding: 1.5vh 7%;
    color: white;
    text-decoration: none;
    border: 2px rgb(137, 136, 202) solid;
    border-radius: 50px;
    font-size: 18px;
}

.btn02 {
    padding: 1.5vh 7%;
    color: white;
    font-size: 18px;
}

#divisao2 {
    width: 55%;
    height: auto;
    background-color: white;
    padding: 0 1%;
}

#divisao2 h2 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    margin-top: 11vh;
}

.org02 {
    width: 28%;
}

.org02 div {
    height: 6vh;
}

.org02 hr {
    color: blue;
    border: solid 0.3vh blue;
    margin-top: 1vh;
    margin-bottom: 4vh;
    width: 86%;
}

#divisao2 p {
    color: #636363;
    font-size: 20px;
    line-height: 3.5vh;
    margin-bottom: 2vh;
}

.org03 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.grafico {
    width: 150px;
    height: 15vh;
    border-radius: 50%;
    border: blue 1vh solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org04 {
    width: 17%;
    text-align: center;
}

.org04 h4 {
    font-size: 19px;
}

.org04 h3 {
    font-size: 23px;
    margin-top: 3vh;
}

@media (max-width: 1200px) {

    #parte2 {
        display: block;
    }

    #divisao1 {
        width: 100%;
    }

    #divisao2 {
        width: 100%;
        padding-left: 90px;
    }

    .grafico {
        border-radius: 50%;
    }
    
}
