*{
    margin: 0;
    box-sizing: border-box;
    transition: 0.6s;
    font-family: Arial, Helvetica, sans-serif;

}

body{
    display: grid;
    height: 100vh;
    grid-template-columns: 90px 1fr;
}

.naveg{
    display: grid;
    grid-template-rows: 90px 1fr;
}
a {
    text-decoration: none;
}

svg {
    background-color: white;
}

.svg1 {
    background-color: black;
}

.menu {
    position: fixed;
    width: 11.5vh;
    height: 100vh;
    background-color: white;
    display: inline-grid;
    grid-template-rows: 39.5vh 10vh 10vh 10vh;
    justify-items: center;
}

.openMenu {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vh;
    width: 11.5vh;
    cursor: pointer;
}

.menuAberto {
    position: fixed;
    top: 0;
    width: 0vh;
    height: 100%;
    transition: 0.6s;
    background-color: white;
    overflow: hidden;
    z-index: 99;
}

.menu00 {
    position: fixed;
    left: 0;
    z-index: 100;
    height: 11.5vh;
    width: 11vh;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.menu00:checked ~ .menuAberto {
    position: fixed;
    top: 0;
    width: 35vh;
    height: 100%;
    transition: 0.6s;
}

.sairMenu {
    width: 11.2vh;
    height: 11vh;
    background-color: black;
}

.tulenMenu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: blue;
    width: 24vh;
    height: 11vh;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding-top: 3vh;
    padding-left: 6vh;
}

.listaMenu {
    display: flex;
    flex-direction: column;
    list-style: none;
    background-color: white;
    margin-top: 20vh;
    margin-right: 6vh;
}

.listaMenu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: white;
    margin: 0;
    padding-top: 5vh;
    font-size: 35px;
    font-weight: 600;
    color: #b2b2b2;
}

.listaMenu li:hover {
    color: blue;
    transition: 0.4s;
}
.barras{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: #ffffff;
    height: 35%;
}

.menu{
    background-color: rgb(12, 12, 12);
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

aside{
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -335px;
    background-color: #ffffff;
    z-index: 99;
    transition: 0.5s;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: 90px 1fr 150px;
}

.sair{
    display: grid;
    background-color: #121212;
    height: 90px;
}

.tulen{
    background-color: #2916e0;
    position: relative;
}

.tulen h1{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.6rem;
    letter-spacing: 3px;
}

.check{
    width: 100%;
    height: 100%;
    opacity: 0; 
}

.check:checked+aside{
    left: 0;
}

.check2{
    width: 90px;
    height: 90px;    
    z-index: 100;
    opacity: 0;
}

.x{
    position: absolute;
    height: 35px;
    fill: #ffffff;
    top: 3%;
    left: 10%;
    cursor: pointer;
}

.lista{
    font-family: "Questrial", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;  
    list-style: none;  
    margin-top: 40%;
    line-height: 3;
    color: #b2b2b2;
    text-align: center;
    grid-column: 1/3;
    padding: 3%;
    padding-top: 0;
}

.lista li a:hover{
    color: #2916e0;
}

.lista li a{
    color: #b2b2b2;
    text-decoration: none;
}

.principal{
    color: #2916e0;
    font-weight: 700;
}

.redes{
    grid-column: 1 / 3;
    color: #b2b2b2;
    text-align: center;
}
.redes svg{
    height: 15%;
    fill: #b2b2b2;
    margin: 5%;
}
div span{
    padding: 5%;
}

.sociais div{
    margin-left: 40%;
    margin-top: 210%;
    width: 20%;
    height: 50%;
}

.sociais div svg{
    margin-bottom: 340%;
}

.maps{
    height: 100vh;
    width: 100%;
    position: relative;
}
.maps iframe{
    height: 100vh;
    width: 100%;
}

.infos{
    background-color: #ffffff;
    z-index: 1;
    height: 25vh;
    width: 70%;
    border-radius: 10px;
    position: absolute;
    left: 20%;
    top: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.infos div svg{
    height: 5vh;
    fill: #2916e0;
}

.infodiv h2{
    width: 100%;
    display:flex ;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.svgdiv{
    display:flex ;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 10vh;
}

h2 span{
    color: #b2b2b2;
    font-weight: 400;
}

.loc{
    padding: 5%;
}