
* {
    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 {
    color: #636363;
    font-size: 18px;
}

.nav p a {
    color: #b2b2b2;
    text-decoration: none;
}

.nav p a:hover {
    color: blue;
}

.mudanca { 
    margin-top: 60px;
    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 5vh 0;
}

.botaoazu {
    text-decoration: none;
    font-size: 30px;
    color: #b2b2b2;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 5vh 0;
}
.branca{width: 100%;
    height: 8vh;
}

.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: 129vh;
    background-color: #ffffff;
    padding: 90px 0 0 90px;
}

.menuc {
    width: 100%;
    height: 90px;
    margin-top: -90px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly
}

.gall {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 330px;  
}

.gall div {
    margin: 1%;
}

.img1 {
    background-image: url(imagens/1.jpg.webp);
    background-size: cover;
    background-position: 20% 1%;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #2916e0;
}

.img2 {
    background-image: url(imagens/4.jpg.webp);
    background-size: cover;
    grid-row-start: 1;
    grid-column-start: 3;
    background-color: aqua;
}

.img3 {
    background-image: url(imagens/31.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 1;
    grid-column-start: 4;
    background-color: rgb(0, 255, 64);
}

.img4 {
    background-image: url(imagens/41.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 5;
    background-color: rgb(128, 127, 231);
}

.img5 {
    background-image: url(imagens/3.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 5;
    background-color: #ebe8ff;
}

.img6 {
    background-image: url(imagens/5.jpg.webp);
    background-size: cover;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #dbffc7;
}

.img7 {
    background-image: url(imagens/7.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 3;
    grid-column-start: 5;
    background-color: #4d2e30;
}

.img8 {
    background-image: url(imagens/8.jpg.webp);
    grid-row-start: 4;
    grid-column-start: 1;
    background-color: #464646;
}

.img9 {
    background-image: url(imagens/9.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 4;
    grid-column-start: 2;
    background-color: #ff0cd6;
}

.img10 {
    background-image: url(imagens/10.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 4;
    grid-column-start: 3;
    grid-column-end: 5;
    background-color: #ca7d19;
}

.img11 {
    background-image: url(imagens/11.jpg.webp);
    background-size: cover;
    background-position: center;
    grid-row-start: 4;
    grid-column-start: 5;
    background-color: #ffc5c9;
}
.btns{
    margin-left: 50%;
    width: 40%;
    font-family: "Montserrat", sans-serif;
    display: flex;
   justify-content: space-evenly;
   font-size: 18px;
}
.btnlt{
    text-decoration: none;
    color: #252525;
}
.btnlt1{
    text-decoration: none;
    color: #2916e0;
}
.galle{
    right: 85%;
    position: absolute;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
}
.gallet{
text-decoration: none;
color: #252525;
}
