* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

@font-face {
    font-family: roboto;
    src: url(tipos/roboto/static/Roboto-Medium.ttf);
}

@font-face {
    font-family: lobster;
    src: url(tipos/Lobster/Lobster-Regular.ttf);
}

#logo{
    width: 100px;
}



#opcoes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: chocolate;
    
}

nav{
    display: flex;
    justify-content: center;
   
}

.bot{ 
    padding-right: 45px;
    font-family: Roboto;
    text-decoration-line: none;
    -webkit-text-fill-color: indigo;
}

#cont{
    display: flex;
    padding-top: 30px;
}

#texta{
    display: flex;
    flex-direction: column;
    width: 500px;
}

h1{
    background-color: khaki;
    font-family: Roboto;
    width: 500px;
    margin-bottom: 15px;
    margin-left: 10px;
}

p{
    font-family: lobster;
    width: 500px;
    margin-bottom: 10px;
    margin-left: 20px;
   
}

#pais{
    width: 100%;
    margin-bottom: 30px;
}


#lara{
    display: block;
    display: none;
}

#pedro{
    margin-left: 50%;
}




@media only screen and (max-width: 460px)
{
    nav{
        width: 100%;
    }

    #pais{
        width: 100%;
        margin: 20px 0 30px 0;
    }

    h1{
        width: 100%;
        margin-bottom: 15px;
    }


    p{
        width: 100%;
    }


    .bot{
        display: none;
    }


    #lara{
        display: block;
    
    }

    nav{
        justify-content: end;
        padding-right: 15px;
    }


h1{
    width: 70%;
    justify-self: center;
}

p{
    width: 70%;
    justify-self: center;
}

#pedro{
    margin-left: 0%;
}

}

#woo{
    transition: .5s;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    top: -120%;
    left: 0;
    background-color: cadetblue;
}

#verde{
    width: 50px;
}

#diluc{
    margin-top: 30px;
    width: 100px;
    align-items: center;
    font-family: Roboto;
    text-decoration-line: none;
    justify-self: center;
}

.peri{
    display: block;
    text-align: center;
    padding-bottom: 20px;
    text-decoration-line: none;
    -webkit-text-fill-color: rgb(0, 0, 0);
}