.section_4 {
    min-height: 100vh;
    background-color: rgba(102, 48, 35, 1);
}

.consulta {
    text-align: center;
}

.consulta h1 {
    font-size: 5rem;
    padding-top: 5rem;
    font-family: "Merriweather", serif;;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

.consulta_agende {
    align-items: center;
    width: 50%;
    margin-left: 25%;
}

.consulta p{
    text-align: justify;
    width: 50%;
    margin-left: 25%;
    padding-top: 10rem;
    font-size: 2.5rem;
}

#comece_consulta {
    align-items: center;
    width: 100%;
    padding-top: 5rem;
}

#comece_consulta a{
    border: 0.1rem solid white;
    padding: 1.2rem;
    font-size: 2rem;    
    text-decoration: none;
    color: white;
    border-radius: 1rem;
    background-color: rgba(181, 106, 89, 1);
}

#comece_consulta a:hover{
    background-color: (181, 106, 89, 1);
    color: black;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
