.div-com-linha {
    background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
    /* background-color: rgb(223, 223, 223); */
    height: 2px; /* Ajuste a altura da linha conforme necessário */
    
    width: 90%;
    margin: auto;
    display: block;
  }
  
.card-section{
    height: fit-content;
    margin-top: 200px;
    margin-bottom: 50px;
}

.container-card{
    
    height: fit-content;
    width: 80%;
    margin:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom:200px;

}

#beneficios-terapia{
    margin-bottom: 120px;
    font-size: 4em;
    font-family: var(--font-embed);
}

.card{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 390px;
    height: 420px;
    /* background-color: rgba(255, 192, 203, 0.288); */
    margin: 15px auto;
    
    padding: 20px;
    border-radius: 5px;

}




.card h4{
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 70px;
    font-family: var(--font-embed);

}

.card p {
    
    text-align: center;
    font-family: var(--font-roboto);
    line-height: 1.1; 
    font-weight: 300;

}

#card1 p{
    font-size: 1.4em;
}

#card2 p{
    font-size: 1.4em;
}

#card3 p{
    font-size: 1.3em;
}

.botao-chamativo-container{
    align-items: center;
    margin-bottom: 160px;
}

.botao-chamativo-container a{
    text-decoration: none;
    display: block;   
    margin: auto;
    
}

.botao-chamativo{
    padding: 20px;
    margin-top: 30px;
    background-color: rgb(109, 218, 109);
    font-weight: 500;
    font-family: var(--font-embed);
    font-size: 1.6em;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    width: fit-content;
    box-shadow: 2px 2px 2px gray;
    transition: 0.3 ease-in-out;
    margin-bottom: 30px;
}


#botao-ajuda-extra{
    font-size: 1.6em;
    width: 400px;
    font-weight: 300px;
    font-family: var(--font-cursive-02);
    text-align:center;

    
}

.botao-chamativo:hover{
    box-shadow: 0px 0px 0px;
    background-color: rgb(118, 230, 118);
}



@media screen and (max-width: 1068px){

    .card-section{
        height: fit-content;
        margin-top: 180px;
        margin-bottom: 50px;
    }
    

    #beneficios-terapia{
        width: 90%;
        margin-bottom: 40px;
        font-size: 2.3em;
        font-family: var(--font-embed);
    }

    .container-card{
        height: fit-content;
        margin: auto;
        margin-bottom: 40px;
        padding: 20px 0px;
    }
    .card{
        height: fit-content;
        padding:60px 0px;
        margin: 40px 0px;
        margin: auto;
    }

   #botao-ajuda-extra{
    font-size: 1.3em;
    width: 280px;
    font-family: var(--font-cursive-02);
   }
    /* .container-in-card{
        height: fit-content;
        width: fit-content;
        margin: auto;
    } */

    #card1 p{
        font-size: 1.5em;
    }
    
    #card2 p{
        font-size: 1.5em;
    }
    
    #card3 p{
        font-size: 1.5em;
    }

}


