* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
   
}

#parte1 {
    background-color: aqua;
    width: 100%;
    height: 100vh;
    display: flex;
}

#menu {
    width: 5%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
}

.div01 {
    width: 100%;
    height: 10vh;
    background-color: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div01 input{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 5%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

.div01 input:checked + .menuclick { 
    display: block;
}

.menuclick {
    width: 20%;
    height: 190vh;
    background-color: aquamarine;
    position: absolute;
    display: none;
}

.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;
}
#toggle {
display: none;
}

.content {
margin-top: -4.6%;
display: none;
width: 14.1%;
height: 100%;
background-color: white;
position: absolute;
}

#toggle:checked + .content {
display: block;
}

.label1 {
width: 100%;
height: 9.3vh;
background-color: #0f0f0f;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.label2 {
width: 33.3%;
height: 9.3vh;
background-color: #0f0f0f;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

.btnelogo{
width: 100%;
display: flex;
}

.logotulen{
background-color: #2916e0;
display: flex;
justify-content: center;
align-items: center;
width: 185%;
height: 9.3vh;
font-size: 14px;
}
.tulenbt{
    text-decoration: none;
    color: #ffffff;
}

.botoes{
width: 42%;
text-align: center;
}

.a1{
font-size: 30px;
font-weight: 600;
color: #2916e0;
font-family: "Montserrat", sans-serif;
text-decoration: none;
}

.a2{
font-size: 30px;
font-weight: 600;
color: #b2b2b2;
font-family: "Montserrat", sans-serif;
text-decoration: none;
}

.a2:hover{
transition: 0.5s;
color: #2916e0;
}


.li1{
margin-bottom: 3vh;
list-style: none;
}

.tudo{
width: 100%;
height: 47vh;
display: flex;
justify-content: center;
margin-top: 25.5vh;
}

.alinhamentoicones{
display: flex;
justify-content: center;
height: 4.4vh;
}

.dicons{
padding: 0px  20px;    
}

.alinhamentopalavras{
width: 100%;
font-size: 16px;
color: #636363;
line-height: 1.8;
font-family: "Montserrat", sans-serif;
font-weight: 700;
text-align: center;
}
.iconses{

    height: 90.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.distanciaicon{
    margin-bottom: 5vh;
}
.a3{
text-decoration: none;    
color: #b2b2b2;
font-family: "Montserrat", sans-serif;
}
.a3:hover{
    transition: 0.4s;
    color: #007bff;
}

#parte2 {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: rgb(116, 116, 116);
    overflow-y: hidden;
}

.imgCalango {
    background-image: url(imagens/5.jpg.webp);
    flex-grow: 7;
    background-color: #ffffff;
}

.imgMoca {
    background-image: url(imagens/1.jpg.webp);
}

.imgCao {
    background-image: url(imagens/2.jpg.webp);
}

.imgPraia {
    background-image: url(imagens/3.jpg.webp);
}

.imgCarro {
    background-image: url(imagens/4.jpg.webp);
}
#item-gal{
   flex-grow: 1;
    background-position: 25% center;
    background-size: cover;
    background-color: rgb(0, 0, 0, 0.4);
    background-blend-mode: multiply;

}
#item-gal:hover {
    flex-grow: 7;
    transition: 0.7s;
    background-color: #ffffff;
}
#item-gal~.imgCalango{
    flex-grow: 1;
      background-color: rgb(0, 0, 0, 0.4);
}
.pp{
    font-size: 12px;
    color: #2916e0;
    border-radius: 2px;
    background: #fff;
    width: 90px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
