
.introdução{
    margin: auto;
    max-width: 1600px;
    width: 95%;
    min-height: 78vh;
}

#historico-medicinal{
    text-align: center;
    font-size: clamp(2.2em, 1vw, 3.5em );
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;
}

#container-texto-image{
    display: flex;
    justify-items: center;
}

.texto{
    width: 50%;
    height: fit-content;
    text-align: justify;
    color: rgb(0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
    font-size: clamp(0.8em, 0.9vw, 1.05em );
}



#section-image{
    width: 48%;
    margin-top: 60px;
}

.imagem img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}
#frase-poeta{
    width: 90%;
    max-width: 650px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: clamp(0.8em, 0.9vw, 0.65vw );

}

@media screen and (max-width:1200px){
    .introdução{
        min-height: unset;
    }
    #historico-medicinal{
        margin-top: 30px;   
    }

    #container-texto-image{
        display: block;
    }
    
    .texto{
        margin: auto;
        width: 95%;
        max-width: 800px;
        font-size: unset;
    }

    #section-image{
        width: 100%;
        margin: auto;
        max-width: 700px;
    }
    
}


#setaBaixo{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;

    width: 10%;
    max-width:55px;
    min-width: 45px;
}
#setaBaixo img{
    width: 100%;
}


#plantas-index{
    width: 100%;
    background-color: rgba(4, 29, 4, 0.849);
    padding-top: 15px;
    padding-bottom: 80px;
}
#text-canteiro{
    width: fit-content;
    padding-top: 20px;
    padding-bottom: 15px;

    border-bottom: 3px solid rgb(255, 255, 255);
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    font-size: 2.1em;
    color: rgb(255, 255, 255);
}

#placar-plantas-index{
    margin: auto;
    max-width: 1500px;
}

#card-texts{
    text-align: center;
    background-color: rgb(238, 240, 235);
    border-radius: 20px !important;
}
#card-texts h5{
    font-size: 1.6em;
    margin-bottom: 5px;
}
#card-texts p{
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
#card-texts a{
    width: 80%;
    height: 40px;
}
.card img{
    height: 38vh;
    max-height: 360px;
    min-height: 250px;
}
.card{
    max-width: 450px;
    margin: auto;
    transition: all 0.4s;
    border:rgba(255, 255, 255, 0) !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;


}

.card:hover{
    transform: scale(1.03);
}

@media screen and (min-width:400px){
    .card img{
        height: 48vh;
    }
}
@media screen and (min-width:765px){
    .card img{
        height: 35vh;
    }
    .card{
        min-width: 240px;

    }
}

@media screen and (min-width:1000px){
    .introdução{
        margin-top: 50px;
    }
    #funcoes{
        margin-top: 20px;
    }

    .conteudo{
        margin-top: 10vh;
    }

    .card img{
        max-height: 400px;
        height: 42vh;
    }
    
}


/*------------- PREPAROS --------------*/

#preparos-bg{
    background-color: #011b01b4;
    padding-top: 25px;
    padding-bottom: 20px;
}


#funcoes{
    margin: auto;
    width: 95%;
    background-color: white;
    border: 2px solid rgba(4, 126, 0, 0.521);
    border-bottom: 0px;
    border-radius: 16px;
    padding-bottom: 30px;
}
#modos-de-preparo{
    width: 100% !important;
    margin: 0px !important;
}


#titulo-medicina{
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    font-family: Verdana, Arial, sans-serif;
}

.conteudo-e-imagens{
    display: flex;
    align-content:space-between;
}

.imagens-do-conteudo{
    width: 14%;
    max-width: 100px;
    margin-left: 6%;
    margin-right: 6%;
}

.imagens-do-conteudo img{
    width: 100%;
}

@media screen and (max-width:700px){
    #sumir-celular{
        display: none;
    }

    .conteudo-e-imagens{
        display: block;
        align-items: unset;
    }

    .imagens-do-conteudo{
        width: 50%;
        max-width: 150px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 50px;

    }
    
}



.texto-medicina{
    width: 90%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    height: fit-content;
    text-align: justify;
    color: rgb(0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
}





#titulo-principal-preparos{
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 15px;
    border-top: 2px solid rgb(6, 192, 0);
    font-family: Verdana, Arial, sans-serif;

}
.texto-preparos{
    width: 90%;
    max-width: 900px;
    margin: auto;
    margin-top: 0px;
    height: fit-content;
    text-align: justify;
    color: rgb(0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
}

#titulo-principal-preparos-subtext{
    text-align: center;
    margin-top: 20px;
}

.modo-preparo{
    width: 100%;
    margin-top: 300px;
    padding: 0px !important;
    padding-top: 40px !important;
}
.titulo-preparos{
    width: 90%;
    text-align: center;
    font-size: 1.6em;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 150, 0);
    border: 1px solid gray;
    max-width: 600px;
    border-radius: 10px;
    transition: transform 0.3s;
    font-family: Verdana, Arial, sans-serif;    
}
.titulo-preparos:hover{
    cursor: pointer;
    transform: scale(1.035);
    border: 1px solid rgb(21, 255, 0);
    box-sizing: border-box;
}

.conteudo-preparos{
    max-width: 600px;
    display: none;
    margin: auto;
}
.text-preparos{
    text-align: justify;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}
.imagem-preparo{
    width: 85%;
    margin: auto;
    margin-top: 10px;
}
.imagem-preparo img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media screen and (min-width:1000px){
    .conteudo-preparos{
        max-width: none;
        width: 100%;
    }

    #preparos-bg{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #funcoes{
        width: 90%;
        max-width: 1600px;
    }
    

    .modo-preparo{
        min-height: 500px;
    }
    .titulo-preparos{
        width: 95%;
    }
    .text-preparos{
        width: 90%;
    }
    .imagem-preparo{
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }
    .imagem-preparo img{
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    
}
@media screen and (min-width:765px){
    #titulo-principal-preparos-subtext{
        display: none;
    }
    .conteudo-preparos{
        display: block;
    }
    #modos-de-preparo{
        margin-top: 30px;
    }
}

#transition2{
    height:10vh;
    background-image: linear-gradient(rgba(1, 27, 1, 0.705), rgba(4, 29, 4, 0.849));
}


#jogo-memoria{
    text-align: center;
    font-size: 2em;
    margin: auto;
    margin-top: 20px;
    max-width: 1400px;
    width: 98%;
    border-radius: 10px;
    padding: 20px;
    color: white;
    background-color: rgb(0, 172, 0);
    transition: all 0.4s;
}
#jogo-memoria:hover{
    transform: scale(1.02);
    transform: rotate(360);
    animation: giro 1s linear;
    background-color: rgb(0, 172, 0);

}

@keyframes giro {
    from {
        transform:rotateX(0deg);
    }

    to {
        transform: rotateX(360deg);
    }
}
a{
    text-decoration: none !important;
}

/*---------FOOTER---------*/
#transition{
    height:14vh;
    background-image: linear-gradient(rgba(4, 29, 4, 0.849),rgba(1, 27, 1, 0.705));
}
footer{
    width: 100%;
    padding: 30px;
    background-color: rgba(1, 27, 1, 0.705);
}
#footer-logo{
    width: 100%;
}
.logo-footer{
    width: 85%;
    max-width:280px;
    margin: auto;
}
.logo-footer 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;
}


