nav{
    position: unset !important;
}

body{
    background-color: rgb(53, 78, 53);
}
#container{
    max-width: 900px;
    margin: auto;
    padding-top: 3vh;
    padding-bottom: 6vh;
    background-color: white;
}
#nome-popular,#nome-cientifico{
    margin: auto;
    max-width: 700px;
    text-align: center;
    padding: 5px;
    font-size: 2.3em;
}
#nome-cientifico{
    font-size: 1.2em;
}

#imagem{
    max-width: 600px;
    width: 95%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;

}
#imagem img{
    width: 100%;
    max-height: 700px;
}

#informacoes{
    margin-top: 35px;
}
.titulo{
    width: 100%;
    border-top: 1px solid rgba(0, 59, 8, 0.705);
    font-size: 1.6em;
    text-align: center;
    padding: 10px;
    padding-bottom: 8px;
}
.texto-info{
    text-align:justify;
    padding: 10px;
}
.texto-info p{
    width: fit-content;
    max-width: 95%;
    margin: auto;
}
#parte-utilizada{
    margin-top: 0px;
    border: 1px solid rgba(0, 59, 8, 0.705);
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px;
    font-size: 1.2em;
    box-sizing: border-box;
}
#familia{
    margin-bottom: 0px;
    border: 1px solid rgba(0, 59, 8, 0.705);
    border-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px;
    font-size: 1.2em;
}

@media screen and (min-width:900px){
    #container{
        margin-top: 3vh;
        margin-bottom: 6vh;
        border-radius: 10px;
    }
    .texto-info p{
        max-width: 90%;
    }

}


/*---------FOOTER---------*/
footer{
    width: 100%;
    padding: 30px;
    background-color: rgba(1, 27, 1, 0.705);
}
#footer-logo{
    width: 100%;
}
.logo{
    width: 60%;
    max-width:280px;
    margin: auto;
}
.logo img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#footer-subtext{
    width: fit-content;
    color: white;
    margin: auto;
    text-align: center;
    margin-top: 8px;
    font-family: 'Grandesign Neue Roman Regular',Verdana, sans-serif;
}

#transition{
    display: none;
}

@media screen and (min-width:900px){
    footer{
        display: block;
    }
    #transition{
        display: block;
        height:15vh !important;
        background-image: linear-gradient(rgb(53, 78, 53),rgba(1, 27, 1, 0.705)) !important;
    }
}


