@charset "utf-8";

/*
Theme Name: lnascimento
Author: Diego Maia
Author URI: www.diegomaia.dev
Description: Tema desenvolvido para o site "Lígia Nascimento"
Version: 1.0
*/


/* Containers */

.container {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto;
}

.subcontainer {
    max-width: 1185px;
    width: 100%;
    margin: 0 auto;
}

/* Media Query´s */

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }

    .subcontainer {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 769px) {
    .container {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }

    .subcontainer {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }
}



/* -------------------------------------------------------------------Body--------------------------------------------------------------- */

body,
html {
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}


body {
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

/* Define as margens padrão para títulos e parágrafos */
h1,
h2,
h3,
p {
    margin: 0px;
}

/* Remove as margens e os preenchimentos padrão de listas */
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Garante que as imagens não ultrapassem a largura do seu contêiner pai */
img {
    max-width: 100%;
    display: block;
}

/* -------------------------------------------------------------------Header--------------------------------------------------------------- */


.cabecalho {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.logo {
    width: 221px;
    margin-top: 23px;
}

.menu {
    display: inline-flex;
}

.menu li {
    font-family: 'Inter', sans-serif;
    margin-right: 55px;
    color: #134C39;
    font-weight: 300;
    letter-spacing: 5.2px;
}

.menu li a {
    text-decoration: none;
    /* Remove o sublinhado */
    color: inherit;
    /* Mantém a cor do texto do item do menu */
}


.icones-redes {
    display: inline-flex;
}

.icones-redes img {
    width: 22px;
    height: 22px;
    padding: 10px;
}

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

    .cabecalho {
        flex-direction: row;
        align-items: center;
        height: 200px;
    }

    .logo {
        width: 50%;
        padding: 20px 0;
    }

    .menu {
        flex-direction: column;
        row-gap: 11px;
        text-align: end;
        margin-right: -174px;
        margin-top: -32px;
    }

    .menu li {
        font-size: 12px;
        letter-spacing: 3.2px;
    }

    .icones-redes {
        display: flex;
        flex-direction: row;
        margin-top: 138px;
        margin-right: 12px;
        width: 118px;
    }

}



/* -------------------------------------------------------------------Página Home--------------------------------------------------------------- */

/* ------------------------------------------------------------------Imagem 1 Home --------------------------------------------------------- */

.imagem-home-1 img {
    display: block !important;
}

.imagem-home-mobile {
    display: none !important;
}

@media only screen and (max-width: 769px) {
    .imagem-home-1 {
        display: none !important;
    }

    .imagem-home-mobile {
        display: block !important;
        width: 100%;
        /* Ajuste conforme necessário */
        margin: 0 auto;
    }
}

/* --------------------------------------------------------------------- Citação ----------------------------------------------------------*/

.citacao img {
    margin-right: 108px;
    width: 40%;
    padding: 110px;
}

#quote-box-citacao {
    background-color: #ffffff;
    /* Fundo branco */
    padding: 30px 20px;
    /* Espaçamento interno */
    margin: 20px auto;
    /* Margem automática para centralização */
    height: 400px;
    max-width: 600px;
    /* Largura máxima */
    text-align: center;
    /* Centraliza o texto */
    position: relative;
    /* Para posicionar as aspas */
    margin-top: 83px;
}

#quote-text-citacao {
    width: 80%;
    margin: 0 auto;
    color: #35725F;
    /* Cor das aspas */
    margin-top: 50px;
    font-family: 'Inter', sans-serif;
    /* Fonte do texto */
    font-size: 25px;
    text-transform: uppercase;
    /* Transforma o texto em maiúsculas */
    position: relative;
    /* Para permitir posicionamento absoluto do pseudo-elemento */
    display: inline-block;
    /* Permite que o span das aspas seja posicionado corretamente */
    letter-spacing: 5px;
    font-weight: 200;
}

#quote-end-citacao {
    font-size: 8em;
    /* Tamanho das aspas finais */
    color: #35725F;
    /* Cor das aspas */
    font-family: 'Times New Roman', Times, serif;
    /* Fonte específica para as aspas */
    position: absolute;
    /* Posicionamento absoluto */
    right: -36px;
    /* Distância do lado direito */
    bottom: -10px;
    /* Distância do fundo */
    transition: opacity 0.5s ease;
    /* Efeito de transição */
}

#quote-start-citacao {
    content: '“';
    /* Aspas iniciais estilizadas */
    font-size: 8em;
    /* Tamanho das aspas */
    color: #35725F;
    /* Cor das aspas */
    position: absolute;
    /* Posicionamento absoluto */
    left: 40px;
    /* Distância do lado esquerdo */
    top: -10px;
    /* Distância do topo */
    font-family: 'Times New Roman', Times, serif;
    /* Fonte específica para as aspas */
}


#quote-author-citacao {
    font-size: 1em;
    /* Tamanho da fonte para o autor */
    color: #35725F;
    /* Cor das aspas */
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    margin-top: 10px;
    /* Margem acima do autor */
    width: 448px;
    margin: 0 auto;
    padding-top: 30px;
}

@media only screen and (max-width: 769px) {
    #quote-box-citacao {
        display: block;
        height: 354px;
        margin-top: 0px;
    }

    #quote-author-citacao {
        padding: 30px;
        font-size: 14px;
        width: 60%;
        font-family: 'Inter', sans-serif;
    }

    #quote-text-citacao {
        font-size: 1em;
        padding: 40px;
        margin-top: 0;
        padding-bottom: 0px;
    }

    #quote-text-citacao:before {
        content: "“";
        /* Aspas de abertura */
        font-size: 35px;
        /* Ajuste o tamanho se necessário */
        position: relative;
        top: 5px;
        /* Ajuste o deslocamento vertical se necessário */
    }

    #quote-text-citacao:after {
        content: "”";
        /* Aspas de fechamento */
        font-size: 35px;
        /* Ajuste o tamanho se necessário */
        position: relative;
        top: 5px;
        /* Ajuste o deslocamento vertical se necessário */
    }

    /* Ajusta o tamanho e posição das aspas finais */
    #quote-end-citacao {
        display: none !important;
        font-size: 96px;
        right: 20px;
        top: 1182px;
    }

    /* Ajusta o tamanho e posição das aspas iniciais */
    #quote-start-citacao {
        display: none !important;
        font-size: 96px;
        left: 10px;
        top: 920px;
    }
}

/* --------------------------------------------------------------Introdução Home ----------------------------------------------------------*/

.introducao-home {
    display: flex;
    width: 100%;
    background-color: #35725F;
}

.intro {
    align-items: center;
    padding: 50px;
    height: auto;
    width: 473px;
    margin-left: 59px;
}

.foto-ligia {
    margin-left: 170px;
    width: 300px;
    height: 300px;
    margin-top: 224px;
}

.ilustracao {
    margin-left: 37px;
    width: 25%;
    margin-top: -31px;
    margin-bottom: 200px;
    overflow: hidden;
}

.intro h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    width: 118%;
    color: white;
    font-size: 29px;
    margin-top: 174px;
    letter-spacing: 10px;
}

.texto-intro {

    font-family: 'Inter', sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
}


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

    .intro {
        display: block;
        width: 86%;
        height: auto;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        padding-top: 90px;
    }

    .texto-intro {
        width: 100%;
        font-family: 'Inter', sans-serif;
        color: white;
        font-size: 14px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 1px;
    }

    .introducao-home {
        display: block;
    }

    .intro h2 {
        margin: 0 auto;
        text-align: center;
        font-size: 19px;
        width: 100%;
    }

    .foto-ligia {
        display: flex;
        /* Define o layout como Flexbox */
        justify-content: center;
        /* Centraliza horizontalmente */
        align-items: center;
        /* Centraliza verticalmente */
        margin: 0 auto;
        padding-top: 90px;
    }

    .ilustracao {
        display: none;
    }
}

/* ------------------------------------------------------------------- Popup --------------------------------------------------------------- */

.link-saiba-mais {
    display: inline-block;
    /* Para poder aplicar padding e margin */
    margin-top: 15px;
    /* Espaço acima do link */
    font-family: 'Inter', sans-serif;
    color: white;
    /* Cor do texto */
    text-decoration: none;
    /* Remove o sublinhado */
    font-weight: 200;
    font-size: 14px;
    transition: background-color 0.3s;
    /* Transição suave na cor de fundo */
    text-decoration: underline;
}

.link-saiba-mais:hover {
    background-color: #0056b3;
    /* Cor ao passar o mouse */
}

.popup {
    display: none;
    /* Oculto por padrão */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fundo semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #35725F;
    padding: 20px;
    width: 80%;
    text-align: center;
    position: relative;
    color: white;
    height: 90%;
}

.popup-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    padding: 40px;
    color: white;
    font-size: 14px;
    text-align: left;
    text-indent: 20px;
    letter-spacing: 2px;
    height: 375px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

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

    .popup-content {
        height: 400px;
    }

    .link-saiba-mais {
        margin-left: inherit;
        margin-top: 50px;
    }

    .popup-content p {
        max-height: 300px;
        /* Altura máxima para ativar o scroll */
        overflow-y: auto;
        /* Scroll vertical */
        letter-spacing
    }

    /* Personalizando a barra de rolagem */
    .popup-content p::-webkit-scrollbar {
        width: 8px;
        /* Largura da barra de rolagem */
    }

    .popup-content p::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* Cor do trilho da barra */
    }

    .popup-content p::-webkit-scrollbar-thumb {
        background-color: #35725F;
        /* Cor da barra de rolagem */
        border-radius: 10px;
        /* Arredonda a barra */
        border: 2px solid #ffffff;
        /* Cor de borda ao redor da barra */
    }

    .popup-content p::-webkit-scrollbar-thumb:hover {
        background-color: #285848;
        /* Cor da barra ao passar o mouse */
    }

    .close-popup {
        font-size: 34px;
        margin-right: 32px;
    }
}


/* ------------------------------------------------------------------- Carrosel --------------------------------------------------------------- */

.carousel-container,
.carousel-content,
.carousel-content img {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    /* Garante que o padding e margin não afetem a largura */
}

.titulo-carrossel h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: white;
    font-size: 35px;
    background-color: #35725F;
    padding-left: 157px;
    padding-top: 71px;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    /* Defina a altura da imagem ou ajuste conforme necessário */
}

.carousel-content {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 200%;
    /* Ajuste para o tamanho real da imagem */
    background-color: #35725F;
}

.carousel-content img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.carousel-content img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}



.carousel-arrow {
    position: absolute;
    top: 95%;
    margin-right: 51px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.carousel-arrow.right {
    right: 80px;
}

.carousel-arrow.left {
    right: 228px;
    padding-bottom: 12px;
}

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


    .carousel-content {
        overflow-x: auto;
        /* Permite scroll horizontal */
        display: flex;
        align-items: center;
        white-space: nowrap;
        /* Evita quebra de linha no conteúdo */
        padding-right: 379px;
    }

    #carousel-image {
        min-width: 500%;
        /* Define uma largura maior que o contêiner para garantir o scroll */
    }

    .titulo-carrossel h2 {
        padding-left: 0px;
        text-align: center;
    }

    .carousel-arrow.right {
        pointer-events: auto;
        margin-right: -6px
    }
	
	.carousel-arrow.left {
    right: 150px;
    padding-bottom: 12px;
	}
}


/* ------------------------------------------------------------------- Atuação --------------------------------------------------------------- */

.imagem-desktop {
    width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 120px;
}

.titulo-atuacao {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #35725F;
    padding-left: 157px;
    font-size: 35px;
    margin-bottom: 200px;
    margin-top: 122px;
}

.imagem-home-2 {
    width: 100%
}

/* Estilo padrão para ocultar a imagem móvel em desktop */
.imagem-mobile {
    display: none;
}

.imagem-mobile-2 {
    display: none;
}

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

    .titulo-atuacao {
        padding-left: 80px;
    }

    /* Oculta o conteúdo original em dispositivos móveis */
    .imagem-desktop {
        display: none;
    }

    /* Mostra a imagem móvel */
    .imagem-mobile {
        display: block;
        text-align: center;
        margin-top: -119px;
    }

    .imagem-mobile-2 {
        display: block;
        text-align: center;
    }

    .imagem-mobile img {
        width: 100%;
        /* Ajusta o tamanho conforme necessário */
        margin-bottom: 100px;
    }

    .imagem-mobile-2 img {
        width: 100%;
        /* Ajusta o tamanho conforme necessário */
    }

    .imagem-home-2 {
        display: none;
    }
}


/*------------------------------------------------------------------- Publicações ---------------------------------------------------------- */

.postagens {
    display: inline-flex;
    margin-left: 156px;
    margin-bottom: 90px;
    width: auto;
    gap: 44px;
}

.titulo-posts h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #35725F;
    padding-left: 155px;
    font-size: 35px;
    margin-top: 130px;
    margin-bottom: 90px;
}

.postagem-1,
.postagem-2,
.postagem-3,
.postagem-4 {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    width: 20%;
}

.p1,
.p2,
.p3,
.p4 {}

.postagens a {
    text-decoration: none;
}

.autores-1,
.autores-2,
.autores-3,
.autores-4 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.postagens a {
    text-decoration: none;
    color: inherit;
    /* Isso garante que o link herde a cor do texto ao invés de ficar com a cor padrão do link */
}

.article-link:hover {
    text-decoration: underline;
    /* Adiciona o sublinhado ao passar o mouse */
}


.curriculo a {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    text-decoration: none;
    color: #35725F;
}

.curriculo p {
    font-family: 'Inter', sans-serif;
    margin-left: 155px;
    margin-top: 50px;
    font-weight: 800;
    margin-top: 21px;
    letter-spacing: 1px;
}

.postagem-link-3 {
    pointer-events: none;
    /* Desativa o link */
    cursor: default;
    /* Altera o cursor para o padrão */
    text-decoration: none;
    /* Remove sublinhado (opcional) */
    color: inherit;
    /* Mantém a cor original (opcional) */
}



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

    .ilustracao-mobile {
        width: 16%;
        padding: 40px;
    }

    .titulo-posts h2 {
        text-align: center;
        padding: 0;
    }

    .postagens {
        display: block;
        width: 70%;
    }

    .postagem-1,
    .postagem-2,
    .postagem-3,
    .postagem-4 {
        font-family: 'Inter', sans-serif;
        width: 100%;
        margin-left: -96px;
        text-align: center;
        margin-bottom: 50px;
    }

    .curriculo p {
        font-size: 13px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
}

/* Esconde a imagem em telas maiores que 768px */
@media only screen and (min-width: 769px) {
    .ilustracao-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------------- Contato --------------------------------------------------------------- */

.contact-content h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #35725F;
    padding-left: 115px;
    font-size: 35px;
    margin-top: 130px;
    margin-bottom: 90px;
    white-space: nowrap;
    /* Evita quebra de linha */
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #ffffff;
    margin-top: -186px;
}

.email {
    letter-spacing: 2px;
    color: #134C39;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    text-decoration: none !important;
}

.telefone {
    letter-spacing: 2px;
    color: #134C39;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
    text-decoration: none;
}

.contact-content {
    flex: 1;
    padding-right: 20px;
}

.contact-info {
    display: flex;
    gap: 75px;
    margin-left: 116px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #2f665a;
    font-size: 14px;
}

.contact-item a {
    text-decoration: none;
}

.contact-item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.contact-pattern img {
    max-width: 49%;
    height: auto;
    margin-top: 140px;
    margin-left: 454px;
}

@media only screen and (max-width: 769px) {
    .contact-pattern img {
        display: none;
    }

    .contact-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin-top: 0;
    }

    .contact-content h2 {
        font-size: 24px;
        padding-left: 30px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 70px;
        max-width: 90%;
        /* Limita a largura para forçar a quebra de linha */
        word-break: break-word;
        /* Permite a quebra de palavras longas */
        white-space: normal;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 62px;
        /* Espaçamento entre os itens de contato */
        align-items: center;
        margin-left: 0;
        /* Remove margem à esquerda */
        margin-bottom: 80px;
    }

    .contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item .icon {
        width: 60px;
        /* Aumenta o tamanho dos ícones para melhor visibilidade */
        height: 60px;
        margin-bottom: 10px;
    }

    .email,
    .telefone {
        font-size: 14px;
        color: #2f665a;
        letter-spacing: 1px;
        text-decoration: none;
    }
}




/* ------------------------------------------------------------------ Rodapé --------------------------------------------------------------- */

.rodape {
    display: inline-flex;
    gap: 290px;
    width: 100%;
    height: 90px;
    background-color: #35725F;
    align-items: center;

}

.endereco {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: white;
    margin-left: 150px;
}

.crp {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: white;
    margin-left: 120px;
}

@media only screen and (max-width: 769px) {
    .rodape {
        display: block;
        width: 100%;
        height: 226px;
    }

    .endereco {
        margin: 0 auto;
        width: 310px;
        text-align: center;
        padding-top: 60px;
        letter-spacing: 3px;
    }

    .crp {
        letter-spacing: 3px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        padding-top: 50px;
    }
}


/* Página Psicoterapia

.titulo-psicoterapia h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #35725F;
    padding-left: 100px;
    font-size: 35px;
	margin-top: 130px;
    margin-bottom: 90px;
}

.texto-psicoterapia {
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    padding: 90px;
    gap: 40px;
    margin-bottom: 90px;
}*/

/* Página Neuropsicologia

.titulo-neuropsicologia h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 10px;
    color: #35725F;
    padding-left: 100px;
    font-size: 35px;
	margin-top: 130px;
    margin-bottom: 90px;
}

.texto-neuropsicologia {
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    padding: 90px;
    gap: 40px;
    margin-bottom: 90px;
}*/


/*------------------------------------------------------------------------ Pagina Posts -----------------------------------------------------*/

.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    /* Para centralizar os posts */
    margin-top: 120px;
    margin-bottom: 200px;
}

.post-item {
    background-color: white;
    padding: 20px;
    width: 80%;
    /* Ajuste para mostrar 3 posts por linha */
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out;
}

.post-title a {
    color: black;
    text-decoration: none;
    font-size: 35px;
    margin-bottom: 50px;
}

.post-title a:hover {
    text-decoration: underline;
}

.post-meta {
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 40px;
    margin-top: 10px;
}

.post-excerpt {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

.item-posts h3 {
    text-decoration: none;
}

.item-posts a {
    text-decoration: underline;
    color: black;
}

.item-posts p {
    margin-top: 20px;
}

/*------------------------------------------------------------------------ Seta Voltar ao Topo ------------------------------------------------*/

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    /* Ajuste o tamanho para manter um círculo */
    height: 50px;
    font-size: 24px;
    background-color: #35725F;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    /* Define o formato circular */
    z-index: 1000;
    text-align: center;
    /* Centraliza a seta dentro do círculo */
    line-height: 50px;
    /* Alinha verticalmente a seta */
}