@import url(./style.css);

@import url(./pagina-galeria/galeria.css);

@import url(./pagina-psicoterapia/psicoterapia.css);

@import url(./pagina-coaching-pessoal/coaching-pessoal.css);

@import url(./pagina-hipnose-clinica/pagina-hipnose-clinica.css);








/* SEM RESOLUCAO */ 



.semresolucao h3{
    display: none;
    color: black;
    position:absolute;
    top: 320px;
    left: 20px;
    display: block;
   
}

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

    main,section,footer,header,article {
        display: none !important;
        
    }


    body {
        position: relative;
        background: #CAC531; 
        font-family: 'Montserrat',Arial, Helvetica, sans-serif;
        font-size: 12px;  
    }



}



/* INDEX */




@media (max-width: 640px) {
         
    .servicos-decorado {
        font-size: 10px;

    }



}





@media (max-width: 640px) {
    .secao {

        display: flex;
        align-items: center;
        flex-direction: column;
        border: 1px solid gray;
        height: 100%;
        padding: 30px;
        cursor: default;
        max-height: 400px;
    
    }
}


@media (max-width: 660px) {

    .container2 {
        max-height: 460px;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .imagempsi  img {
        border-bottom: 2px solid rgb(89, 6, 100);
        width: 81%; ; 
    }

    .sobrepsi p {
        padding: 20px;
        font-size: 15px;
    }

    }




@media (max-width: 868px)  {
    .centralizado {
        display: flex;
        flex-direction: column;
    }
}



@media (max-width: 590px) {

    .titulo-e-texto h1 {
        padding-top: 10px;
        font-size: 30px;
        text-align: center;
    }

    .titulo-e-texto p {
        text-align: center;
        padding: 20px;
        line-height: 30px;
        padding-top: 20px;
    
    }

    .consultorio h1 {
        font-size: 20px;
        padding: 20px;
        border-radius: 50px;
        border: 1px solid black;
    
    }

}


@media (max-width: 590px) {
    .onde-estamos {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        align-items: center;
        flex-direction: column;
    
    }

    .onde-estamos iframe {
        width: 100%;
      }
}


@media (max-width: 675px) {



footer {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    background-color:#3f3e3e;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
   }

}





/*  PÁGINA GALERIA */ 


@media (max-width: 675px)  {

    .centro-banner-galeria h1 {
        font-size: 30px;
        color: black;
        display: flex;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 2px 15px 8px rgba(0,0,0,0.34); 
        box-shadow: 0px 10px 13px -7px #000000, 5px 2px 15px 8px rgba(0,0,0,0.34);
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 30px;
        position: relative;
        height: 100px;
    }
}



/* Psicoterapia */ 

@media (max-width: 680px) {


    .beneficios-coaching {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .pra-quem {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .container-article {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .primeiro-paragrafo {
        display: flex;
        flex-direction: column;
        text-align: center;

    }

    .oque-e-a-psicoterapia {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .momento-da-vida {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .primeira-parte-pessoal {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .coaching-educacional {
        display: flex;
        flex-direction: column;
        text-align: center;

    }
    .texto-pessoal {
        display: flex;
        flex-direction: column;
        text-align: center;

    }
    .texto-hipnose {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .container-terapia-floral  {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .atendimento-online-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .texto-segunda-secao-quando-buscar {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .segundo-texto-segunda-secao {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .segunda-parte-carencia {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .segunda-parte-conflito {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .segunda-parte-inseguranca {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    
}











