.col3{
width: 33%;
}

.col33{
    min-width: 40%;
    max-width: 50%;
}

.col2{
width: 50%;
min-width: 400px;
}

.flex{
    display: flex;
}

.flex2{
    justify-content: space-between;
}

.flex3{
    display: flex;
    justify-content: right;
    align-items: center;
}

.containerheader{
margin-left: 2.5%;
margin-right: 2.5%;
}

.texto{
text-align: right;
text-decoration: none;
color: #000000;
font-size: 30px;
}

.image{
    max-width: 150px;
}

.truefirstseparation{
    margin-bottom: 1.5%;
}

.firstseparation{
    margin-top: 10%;
    margin-bottom: 7.5%;
}

.secondseparation{
    margin-top: 2.5%;
    margin-bottom: 5%;
}

.thirdseparation{
    margin-bottom: 2.5%;
}

.containerimagem{
    background-image: url(imagens/higurama2.jpg);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center;
}


.titulo{
    font-size: 100px;
}

@font-face{
    font-family: roboto;
    src: url("tipos/roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf");
}

.roboto{
    font-family: roboto;
}

@font-face{
    font-family: lobster;
    src: url("tipos/lobster/Lobster-Regular.ttf");
}

.lobster{
    font-family: lobster;
}

.stupid{
    max-height: 100px;
    
}

.hidenav{
    @media (max-width:600px) {
        display:none;
    }
}

#burger {
    display: none;
    @media (max-width:600px) {
        display: block;
    }
    max-width: 50px;
}

#menumobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    transition: top 0.5s;
    top: -120%;
    left: 0;
    z-index: 1000;
    background-color: #7bff00;
    /*background-image: url(imagens/lol.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    
}

.X{
    width: 15%;
    margin-left: 80%;
    margin-top: 2%;
}

.menutext{
    font-size: 250%;
}

.menudiv{
    display: flex;
    flex-direction: column;
    margin-top: 7%;
    margin-bottom: 7%;
}