/* Responsividade menu.css */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Merriweather:wght@300;400;700&display=swap');

@media screen and (min-width: 1200px){
    .img_mim_mobile{
        display: none;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
    /* Section 1*/
    .section{
        min-height: 120.9vh;
    }
    #h1_start{
        font-size: 4rem;
    }
    h3{
        font-size: 2.5rem;
    }
    #a_start a{
        font-size: 2rem;
    }
    .menu ul li a{
        font-size: 2rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 115vh;
    }
    .img_mim_mobile{
        display: none;
    }
    .h1_mim h1{
        font-size: 4rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 2rem;
        padding: 0.3rem;
    }
    .img_mim img{
        height: 40rem;
    }

    /* Section 3*/
    .section_psico{
        min-height: 135vh;
    }
    .psicoterapia{
        background-position: center;
    }
    .psicoterapia h1{
        font-size: 4rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 2rem;
        padding: 0.3rem;
    }
    .psicoterapia_img img{
        width: 9rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 2rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 80vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 4rem;
    }
    .etapas_img img {
        width: 10rem;
        padding-top: 5rem;
        margin-bottom: 1rem;
    }
    .etapas_img h2{
        font-size: 2rem;
    }

    .etapas_img p{
        font-size: 1.5rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 85vh;
    }
    .consulta h1 {
        font-size: 4rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 2rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 2rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 45vh;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 2rem;
    }
    .contato h5 {
        font-size: 1.3rem;
    }

    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 15%;
        width: 15rem;
    }

    .contato_img{
        display: flex;
        position: absolute;
        bottom: 8%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 4rem;
    }

}

@media screen and (min-width: 850px) and (max-width: 1000px){
    /* Section 1*/
    .section{
        min-height: 91vh;
     }
    #h1_start{
        font-size: 4rem;
    }
    h3{
        font-size: 2.5rem;
    }
    #a_start a{
        font-size: 2rem;
    }
    .menu ul li a{
        font-size: 2rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 110vh;
    }
    .img_mim_mobile{
        display: none;
    }
    .h1_mim h1{
        font-size: 4rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 2rem;
        padding: 0.3rem;
    }
    .img_mim img{
        height: 40rem;
    }

    /* Section 3*/
    .section_psico{
        min-height: 135vh;
    }
    .psicoterapia{
        background-position: center;
    }
    .psicoterapia h1{
        font-size: 4rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 2rem;
        padding: 0.3rem;
    }
    .psicoterapia_img img{
        width: 9rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 2rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 80vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 4rem;
    }
    .etapas_img img {
        width: 10rem;
        padding-top: 5rem;
        margin-bottom: 1rem;
    }
    .etapas_img h2{
        font-size: 2rem;
    }

    .etapas_img p{
        font-size: 1.5rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 75vh;
    }
    .consulta h1 {
        font-size: 4rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 2rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 2rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 35vh;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 3.5rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 2rem;
    }
    .contato h5 {
        font-size: 1.3rem;
    }

    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 15%;
        width: 15rem;
    }

    .contato_img{
        display: flex;
        position: absolute;
        bottom: 8%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 4rem;
    }
}

@media screen and (min-width: 700px) and (max-width: 850px){

    /* Section 1*/
    .section{
        min-height: 90vh;
     }

    #h1_start{
        font-size: 3rem;
    }
    h3{
        font-size: 2rem;
    }
    #a_start a{
        font-size: 2rem;
    }
    .menu ul li a{
        font-size: 1.4rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 100vh;
    }
    .img_mim_mobile{
        display: none;
    }
    .h1_mim h1{
        font-size: 3rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 1.5rem;
        padding: 1rem;
    }
    .img_mim img{
        margin-top: 25%;
        height: 35rem;
    }

    /* Section 3*/
    .psicoterapia{
        max-height: 115vh;
        background-position: right;
    }
    .psicoterapia h1{
        font-size: 3rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 1.6rem;
        padding: 1rem;
    }
    .psicoterapia_img img{
        width: 9rem;
        padding-top: 3rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1.5rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 85vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 3rem;
    }
    .etapas_img img {
        width: 10rem;
        padding-top: 5rem;
        margin-bottom: 1rem;
    }
    .etapas_img h2{
        font-size: 2rem;
    }
    
    .etapas_img p{
        font-size: 1.5rem;
        text-align:center
    }

    /* Section 5*/
    .section_4 {
        min-height: 80vh;
    }
    .consulta h1 {
        font-size: 3rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 2rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 1.5rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 40vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 2rem;
    }
    .contato h5 {
        font-size: 1.6rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 12%;
        width: 16rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 5rem;
    }
}

@media screen and (min-width: 650px) and (max-width: 700px){

    /* Section 1*/
    .section {
        min-height: 90vh;
    }
    #h1_start{
        font-size: 2.5rem;
    }
    h3{
        font-size: 1.5rem;
    }
    #a_start a{
        font-size: 1.5rem;
    }
    .menu ul li a{
        font-size: 1.2rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 90vh;
    }
    .img_mim_mobile{
        display: none;
    }
    .h1_mim h1{
        font-size: 2.2rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 1.2rem;
        padding: 0.3rem;
    }
    .img_mim img{
        margin-top: 25%;
        height: 30rem;
    }

    /* Section 3*/
    .section_psico{
        min-height: 100vh;
    }
    .psicoterapia{
        max-height: 20vh;
        background-position: right;
    }
    .psicoterapia h1{
        font-size: 2.2rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 1.3rem;
        padding: 0.3rem;
    }
    .psicoterapia_img img{
        width: 9rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1.2rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 70vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 2.2rem;
    }
    .etapas_img img {
        width: 8rem;
        padding-top: 5rem;
        margin-bottom: 1rem;
    }
    .etapas_img h2{
        font-size: 1.5rem;
    }
    
    .etapas_img p{
        font-size: 1.2rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 65vh;
    }
    .consulta h1 {
        font-size: 2.2rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 1.4rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 1.2rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 30vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 1.4rem;
    }
    .contato h5 {
        font-size: 1rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 15%;
        width: 13rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 3rem;
    }
}

@media screen and (min-width: 530px) and (max-width: 650px){

    /* Section 1*/
    .section{
       min-height: 61.2vh;
    }
    #h1_start{
        font-size: 2.2rem;
    }
    h3{
        font-size: 1.2rem;
    }
    #a_start a{
        font-size: 1.2rem;
    }
    #a_start{
        margin-top: 0;
    }
    .menu ul li a{
        font-size: 1rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 90vh;
    }
    .grid_mim{
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0rem;
        margin-top: 2rem;
    }
    .h1_mim h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 1.2rem;
        padding: 0 6rem;
    }
    .img_mim img{
        display: none;
    }
    .img_mim_mobile img{
        height: 25rem;
        margin-bottom: 2%;
    }

    /* Section 3*/
    .section_psico{
        max-height: 100vh;
    }
    .psicoterapia h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 1.2rem;
        padding: 0.3rem;
    }
    .psicoterapia_img img{
        width: 7rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 70vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 2rem;
    }
    .grid_etapas{
        grid-template-columns: repeat(1, 1fr);
    }
    .etapas_img img {
        width: 7rem;
        padding-top: 3em;
    }
    .etapas_img h2{
        font-size: 1.2rem;
    }
    
    .etapas_img p{
        font-size: 1rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 65vh;
    }
    .consulta h1 {
        font-size: 2rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 1.2rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 1rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 30vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 1.2rem;
    }
    .contato h5 {
        font-size: 1rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 2%;
        width: 13rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 3rem;
    }
}

@media screen and (min-width: 376px) and (max-width: 530px){

    /* Section 1*/
    .section{
        min-height: 47vh;
    }
    #h1_start{
        font-size: 2rem;
    }
    h3{
        font-size: 1.1rem;
    }
    .start hr {
        margin-top: 0.5rem;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 1rem;
    }
    #a_start a{
        font-size: 1.2rem;
    }
    #a_start{
        margin-top: 0;
    }
    .menu ul li a{
        font-size: 1rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 90vh;
        margin-top: 1%;
    }
    .grid_mim{
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0rem;
        margin-top: 2rem;
    }
    .h1_mim h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 1.2rem;
        padding: 0 6rem;
    }
    .img_mim img{
        display: none;
    }
    .img_mim_mobile img{
        height: 25rem;
        margin: 1rem 0rem;
    }

    /* Section 3*/
    .section_psico{
        max-height: 150vh;
    }
    .psicoterapia h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 1.2rem;
        padding: 0.3rem;
    }
    .grid_psicoterapia{
        grid-template-columns: repeat(2, 1fr);
    }
    .psicoterapia_img img{
        width: 5rem;
        padding-top: 1rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 70vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 2rem;
    }
    .grid_etapas{
        grid-template-columns: repeat(1, 1fr);
    }
    .etapas_img img {
        width: 7rem;
        padding-top: 3em;
    }
    .etapas_img h2{
        font-size: 1.2rem;
    }
    
    .etapas_img p{
        font-size: 1rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 70vh;
    }
    .consulta h1 {
        font-size: 1.7rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 1.3rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 1rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 35vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 1.2rem;
    }
    .contato h5 {
        font-size: 1rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 2%;
        width: 12rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 2.5rem;
    }
}

@media screen and (min-width: 260px) and (max-width: 376px){

    /* Section 1*/
    .section{
        min-height: 64vh;
    }
    #h1_start{
        font-size: 2rem;
    }
    h3{
        font-size: 1.1rem;
    }
    .start hr {
        margin-top: 0.5rem;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 1rem;
    }
    #a_start a{
        font-size: 1.2rem;
    }
    #a_start{
        margin-top: 0;
    }
    .menu ul li a{
        font-size: 1rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 90vh;
        margin-top: 1%;
    }
    .grid_mim{
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0rem;
        margin-top: 2rem;
    }
    .h1_mim h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 1.2rem;
        padding: 0 6rem;
    }
    .img_mim img{
        display: none;
    }
    .img_mim_mobile img{
        height: 25rem;
        margin: 1rem 0rem;
    }

    /* Section 3*/
    .section_psico{
        max-height: 150vh;
    }
    .psicoterapia h1{
        font-size: 2rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 1.2rem;
        padding: 0.3rem;
    }
    .grid_psicoterapia{
        grid-template-columns: repeat(2, 1fr);
    }
    .psicoterapia_img img{
        width: 5rem;
        padding-top: 1rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 70vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 2rem;
    }
    .grid_etapas{
        grid-template-columns: repeat(1, 1fr);
    }
    .etapas_img img {
        width: 7rem;
        padding-top: 3em;
    }
    .etapas_img h2{
        font-size: 1.2rem;
    }
    
    .etapas_img p{
        font-size: 1rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 70vh;
    }
    .consulta h1 {
        font-size: 1.7rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 1.3rem;
    }
    #comece_consulta a {
        padding: 1.5rem;
        font-size: 1rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 35vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 1.2rem;
    }
    .contato h5 {
        font-size: 1rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 2%;
        width: 12rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 2.5rem;
    }
}

@media screen and (min-width: 200px) and (max-width: 260px){

    /* Section 1*/
    .section{
        min-height: 60vh;
    }
    #h1_start{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.1rem;
    }
    .start hr {
        margin-top: 0.5rem;
        width: 60%;
        margin-left: 20%;
        margin-bottom: 1rem;
    }
    #a_start a{
        font-size: 1.2rem;
    }
    #a_start{
        margin-top: 0;
    }
    .menu ul li a{
        font-size: 1rem;
    }

    /* Section 2*/
    .section_2 {
        min-height: 90vh;
        margin-top: 1%;
    }
    .grid_mim{
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0rem;
        margin-top: 2rem;
    }
    .h1_mim h1{
        font-size: 1.5rem;
        padding-top: 5rem;
    }
    .p_mim p{
        font-size: 0.9rem;
        padding: 0 2rem;
    }
    .img_mim img{
        display: none;
    }
    .img_mim_mobile img{
        height: 25rem;
        margin: 1rem 0rem;
    }

    /* Section 3*/
    .section_psico{
        max-height: 150vh;
    }
    .psicoterapia h1{
        font-size: 1.5rem;
        padding-top: 5rem;
    }
    .psicoterapia p{
        font-size: 0.9rem;
        padding: 0 0.3rem;
    }
    .grid_psicoterapia{
        grid-template-columns: repeat(2, 1fr);
    }
    .psicoterapia_img img{
        width: 5rem;
        padding-top: 1rem;
    }
    .psicoterapia_img p{
        font-weight: bold;
        font-size: 1rem;
        color: rgba(0, 1, 71, 1);
    }

    /* Section 4*/
    .section_3{
        min-height: 70vh;
    }
    .etapas h1{
        padding-top: 5rem;
        font-size: 2rem;
    }
    .grid_etapas{
        grid-template-columns: repeat(1, 1fr);
    }
    .etapas_img img {
        width: 7rem;
        padding-top: 3em;
    }
    .etapas_img h2{
        font-size: 1.2rem;
    }
    
    .etapas_img p{
        font-size: 1rem;
    }

    /* Section 5*/
    .section_4 {
        min-height: 70vh;
    }
    .consulta h1 {
        font-size: 1.7rem;
    }
    .consulta p{
        text-align: justify;
        width: 50%;
        padding-top: 5rem; 
        font-size: 0.9rem;
    }
    #comece_consulta a {
        padding: 1.2rem;
        font-size: 1rem;
    }

    /* Section 6*/
    .section_5{
        min-height: 40vh;
        background-color: rgba(2, 71, 78, 1);
        position: relative;
    }
    .contato {
        padding-top: 3rem;
    }
    .contato h1 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .contato h3 {
        font-size: 1.2rem;
    }
    .contato h5 {
        font-size: 1rem;
    }
    
    .contato_logo {
        display: flex;
        position: absolute;
        bottom: 30%;
        left: 2%;
        width: 8rem;
    }
    
    .contato_img{
        display: flex;
        position: absolute;
        bottom: 10%;
        right: 15%;
        flex-direction: column;
    }

    .contato_img img{
        width: 2rem;
    }
}