/* Reset CSS (2157 começa cs para disp. moveis)*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

/* Estilos Globais */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background-color: #2c2b3d;
}

/* Cabecalho */
header {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 22vh;
    background-color: #0c1018;
    /* Alteração: tom mais suave de preto */
    color: #5ddabd;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-direction: row-reverse;
    gap: 90px;
}

.me {
    text-transform: uppercase;
    font-weight: bold;
    color: #5ddabd;
    transition: color 0.3s ease-in-out;
}

.me:hover {
    color: #4ac8a0;
    /* Alteração: cor de hover para um tom mais suave */
    font-size: 1.02rem;
}

.me-simbolo img {
    width: 70px;
    height: 70px;
    background-color: #5ddabd;
    border-radius: 5px;
    padding: 5px;
    transition: background-color 0.3s ease;
}

.me-simbolo img:hover {
    width: 71px;
    height: 71px;
    background-color: #4ac8a0;
    /* Alteração: hover com tom mais escuro */
    border-radius: 3px;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Menu */
.container-menu {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 15vh;
    background-color: #089f81;
    /* Alteração: tom mais escuro de verde-água */
    color: #f1f1f1;
    /* Alteração: texto em cinza-claro */
    align-items: center;
    text-transform: none;
    padding: 30px 20px;
}

.item-container-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
}

.item-container-menu a {
    color: #f1f1f1;
    /* Alteração: texto cinza-claro para melhor contraste */
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: inset 0 0 0 0 #0acb9f;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
   
}

.item-container-menu a:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #4ac8a0;
    /* Alteração: cor de hover com tom mais escuro */
    padding: 0.3rem .6rem;
    border-radius: .3rem;
}

.ocultar-icone .fa-clock {
    display: none;
}

.menu-toggle {
    display: none;
}

.menu-text {
    display: none;
    /* Oculta o texto por padrao */
}

/* Conteudo Principal */
main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
}

.col-left {
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 47%;
    height: auto;
    line-height: 34px;
    text-indent: 20px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin: 30px;
    background-color: hsl(160, 100%, 80%);
    font-size: 16px;
}

.col-left p::first-letter {
    font-size: 130%;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    color: #090000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 2px;
}

.f_letter p::first-letter {
    font-size: 130%;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    color: #000903;
    box-shadow: 0 0 10px rgba(15, 51, 0, 1);
    padding: 5px;
    border-radius: 0 10px 0 0;
    background-color: #08c89c;
    line-height: 50px;
}


#minuto::first-letter {
    font-size: 130%;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 5px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 4px;
    border-radius: 5px;
    background-color: #018e6d;
    box-shadow: 1px 1px 2px #000000;
}

.col-right {
    flex: 1;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#total {
    padding: 4px;
    margin-top: 13px;
    color: #5ddabd;
}

.counter-big {
    font-size: 14px;
    padding: 2px;
    font-weight: bold;
    text-shadow: .1px .1px #000;
}

.col-right-below {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
}

.socrates {
    width: 400px;
    height: 400px;
    max-width: 70%;
    /* opcional: para garantir que a imagem não ultrapasse o tamanho original */
    max-height: 70%;
    background-color: #060606;
    margin-top: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

#conhece {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 25px;
    color: #00d084;
    padding-bottom: 0;
    width: 100%;
    margin-left: -10px;
    margin-bottom: -10px;
}

#conhece-litle {
    text-align: center;
    font-size: 12px;
    color: #1a8a61;
    line-height: 5px;
    margin-bottom: 20px;
    margin-left: -18px;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

#fig-caption {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    color: #0c201c;
    display: flex;
    justify-content: center;
}

#fig-caption-atenas {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #08c89c;
}

#fig-caption-Hannah {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #08c89c;
    margin-left: -15px;
}

#tirinha {
    color: #000;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tirinha {
    max-width: 100%;
    height: auto;
    margin-bottom: 3px;
    transition: all ease 0.3s;
    border-radius: 10px;
}

.text-start {
    font-size: 16px;
}

.text-start-min {
    font-size: 14px;
}

#acro {
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
    padding: 30px;
    line-height: 30px;
    text-indent: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#jornada {
    color: #070c15;
    font-size: 16px;
    word-spacing: 2px;
    letter-spacing: 3px;
    transition: background-color 0.2s ease;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00d084;
    border-radius: 5px;
    margin-top: 5rem;
}

#jornada:hover {
    color: #070c15;
    background-color: #5ddabd;
}

/* About */
.container-about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
}

.back-about {
    background-color: #fff;
}

.left-section {
    flex: 1;
    padding: 20px;
    text-align: justify;
    background-color: #fff;
    text-indent: 20px;
    padding-top: 10px;
    box-shadow: 5px 5px 10px rgba(8, 200, 156, 0.5);
}


.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 30px auto;
}

img {
    max-width: 30em;
    max-height: 30em;
    width: auto;
    /* Defina a largura como "auto" */
    height: auto;
    /* Defina a altura como "auto" */
    box-shadow: -2px -2px 4px rgba(8, 200, 156, 0.05),
        2px -2px 4px rgba(8, 200, 156, 0.05),
        -2px 2px 4px rgba(8, 200, 156, 0.05),
        2px 2px 4px rgba(8, 200, 156, 0.05);

    padding: 2px;
    margin: 5px;
    margin-top: 10px;
}

.eu {
    width: 50%;
    height: 50%;
    border: none;
    box-shadow: none;
    border-radius: 0 0 50% 50%;
}


.eu_min {
    position: relative;
    float: left;
    margin-right: -10px;
    max-width: 40px;
    /* Ajuste a largura máxima da imagem conforme necessário */
    border-radius: 50%;
    /* Adicione borda arredondada à imagem */
    box-shadow: none;
}

.eu_min:hover {
    max-width: 42px;
    /* Ajuste a largura máxima da imagem conforme necessário */
    border-radius: 50%;
    /* Adicione borda arredondada à imagem */
    box-shadow: -5px -5px 2px rgba(255, 247, 2, 0.1),
        5px -5px 2px rgba(255, 247, 2, 0.1),
        -5px 5px 2px rgba(255, 247, 2, 0.1),
        5px 5px 2px rgba(255, 247, 2, 0.1);
}


/* Mensagem em js */
.message-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
}

.message {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}


#frase {
    display: flex;
    width: 50%;
    height: auto;
    font-family: 'Great Vibes', cursive;
    color: #02271e;
    font-size: 1em;
    padding-top: 20px;
    text-align: center;
    text-shadow: 0 0 1px #b6b4b4;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.3;
}

h2 {
    padding: 15px;
    color: #08c89c;
    font-weight: 900;
    text-shadow: 0 0 2px #ffffff;
}

#sign {
    text-align: center;
    font-weight: bold;
}

.p-about {
    line-height: 25px;
}

.container-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.item-container-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    letter-spacing: 2px;
    text-indent: 20px;
    background-color: #f5f5f6;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, .5);
}

.item-container-article-semana {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: justify;
    text-indent: 10px;
    background: radial-gradient(circle, #00cc00, #5ddabd);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
}

/*Ordenar edições */
#sortOptions {
    margin: 25px 0;
    /* Margem superior e inferior para separação */
    text-align: center;
    /* Alinhe o elemento ao centro */
}

#sortOptions label {
    font-weight: bold;
    /* Deixa o rótulo em negrito */
    margin-right: 10px;
    /* Espaço entre o rótulo e o seletor */
    color: #5ddabd;
    font-size: 15px;
}

#sortOrder {
    padding: 5px;
    /* Espaçamento interno do seletor */
    border: 1px solid #ccc;
    /* Borda fina ao redor do seletor */
    border-radius: 0;
    /* Cantos arredondados */
    background-color: #92f5d1;
}

#edicoesAntigas ul li a {
    color: #fff;
    /* Defina a cor do texto como branco */
    font-size: 14px;
}

#edicoesAntigas ul li a:hover {
    color: #00d084;
    /* Defina a cor do texto como branco */
}

/* Fim */

#semanal {
    font-size: 15px;
    line-height: 30px;
    text-transform: none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

#inicio-semana {
    font-size: 2rem;
    color: #018e6d;
    margin: 0 auto;
    padding-bottom: 15px;
    line-height: 28px;
    font-weight: 900;
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#minuto {
    font-size: .9rem;
    line-height: 1.8em;
    text-transform: none;
    color: #000;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    align-self: flex-start;
    text-indent: 30px;
}

.comentario-ma {
    font-size: .8rem;
    text-align: justify;
    line-height: 1.8em;
    color: #2e2e2c;
    background-color: #e6e3dc;
    margin-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 10%;
    text-indent: 30px;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comentario {
    font-size: .9rem;
    line-height: 1.8em;
    text-transform: none;
    color: #000;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 1rem;
    text-align: justify;
    align-self: flex-start;
    text-indent: 30px;
}

.comentario-sem-margem {
    font-size: .9rem;
    line-height: 1.8em;
    text-transform: none;
    color: #000;
    padding-left: 70px;
    padding-right: 70px;
    text-align: justify;
    align-self: flex-start;
    text-indent: 30px;
}

.estoicismo {
    font-size: .8em;
    line-height: 1.6em;
    text-align: justify;
    color: #4a4949;
    padding-left: 30%;
    padding-right: 30%;
    margin: 10px auto;
    text-indent: 30px;
    padding-top: 20px;
}

.citacao-minuto {
    font-size: .8em;
    line-height: 1.5em;
    text-align: justify;
    color: #7e7e7e;
    padding-right: 70px;
    margin-left: 70px;
    margin-right: 50%;
    text-indent: 30px;
    padding-top: 10px;
}

.citacao-minuto-autor {
    font-size: .8em;
    line-height: 1.5em;
    text-align: justify;
    color: #6c6969;
    padding-right: 70px;
    margin-left: 70px;
    margin-right: 50%;
    text-indent: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.algumas-meditacoes {
    font-size: 1.2rem;
    text-align: center;
    color: #04a369;
    font-weight: 700;
    text-transform: none;
}

.algumas-meditacoes::before,
.algumas-meditacoes::after {
    content: "";
    height: 4px;
    width: 50%;
    background: #04a369;
    display: block;
    margin: 12px auto 12px;
}

#data-hora-publicacao {
    font-size: .8em;
    text-align: center;
    line-height: 1rem;
    padding: 2px;
    margin-top: 10px;
}

.destaque {
    background-color: #fbff02;
    letter-spacing: 4px;
}

.sub-title {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: -20px;
    text-transform: none;
    color: #04a369;
    text-align: center;
    display: flex;
    /* Adiciona o display flex */
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    align-items: center;
    /* Centraliza o conteúdo verticalmente */
}

.imagem_do_minuto {
    margin-bottom: 30px;
}

#big-clock {
    font-size: 80px;
    color: #08c89c;
    text-shadow: 2px 2px 4px #000;
}

.back-button,
.back-button-edicoes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.back-button a,
.back-button-edicoes a {
    padding: 10px 40px;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-bottom: 10px;
    text-align: center;
}

.back-button a {
    background-color: #5ddabd;
    color: #000;
    text-decoration: none;
}

.back-button a:hover {
    background-color: #4ca2a0;
}

.back-button-edicoes a {
    background-color: #00FF00;
    color: #000;
    text-decoration: none;
}

/* Formulário Receba */
.receba {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.formulario-receba {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    text-align: center;
}

.formulario-receba label {
    color: #018e6d;
    width: 100%;
}

.formulario-receba input {
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.formulario-receba button {
    padding: 10px 42%;
    background-color: #5ddabd;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.formulario-receba button:hover {
    background-color: #4ca2a0;
}

#preocupe {
    font-size: 11px;
    color: #08c89c;
    padding-top: 15px;
    text-shadow: 1px 1px 1px #141414;
}

.barra {
    width: 100%;
    height: 1px;
    background-color: #00d084;
}

/* Rodapé */
.container-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #089f81;
    color: #f1f1f1;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.footer-text {
    font-size: 13px;
    margin: 3px 0;
    font-weight: lighter;
}

.footer-text-small {
    font-size: 13px;
}

#sign {
    font-size: 12px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #08c89c;
}

.social-icons {
    margin-top: 5px;
}

.social-icons a {
    color: #e1306c;
    text-decoration: none;
    margin: 0 5px;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #c13584;
}

/* Menu Hamburguer */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.978);
    border: solid 1px #000;
    padding: 2px;
}

.bar {
    width: 26px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
}

.icone-instagram img,
.icone-facebook img,
.icone-whats img {
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-right: 6px;
}

/* Formulario Comentario */

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    background-color: #08c89c;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 5px;
}

label,
textarea,
input,
button {
    margin: 5px 0;
    width: 90%;
}

label {
    color: #000;
    margin-top: 10px;
}

textarea,
input {
    width: 90%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.captcha {
    display: flex;
    align-items: center;
}

.captcha-operation {
    font-weight: bold;
    margin-right: 10px;
}

input[type="submit"] {
    background-color: #018e6d;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 30px;
    transition: background-color 0.2s ease;
}

input[type="submit"]:hover {
    background-color: #06a36a;
}

#opinion {
    text-align: center;
    color: #018e6d;
    font-size: 22px;
    margin-top: 20px;
}

.container-resultado {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 5px;
}

#resultado-cadastro {
    color: #00d084;
    font-size: 18px;
}

#msg-erro {
    color: #f80404;
}

.strong-color {
    color: #f80404;
}

#contador {
    font-size: 18px;
}

.container-resultado a {
    padding: 10px 30px;
    background-color: #018e6d;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    margin-top: 20px;
}

.container-resultado a:hover {
    background-color: #06a36a;
}

.mensagem {
    font-size: 12px;
    color: #00d084;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

/* Feedback */

/* Estilos para o container dos cards */
.opinioes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

/* Estilos para os cards das opinioes */
.opiniao-item {
    flex: 0 0 calc(33.333% - 20px);
    /* 3 cards por linha com margem de 20px entre eles */
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.opiniao-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.opiniao-item p:first-of-type {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    /* Necessário para posicionamento */
    padding-left: 15px;
    /* Espaçamento para a aspas */
}

.opiniao-item p:first-of-type::before {
    content: "\201C";
    /* Código Unicode para aspas curvas “ */
    font-size: 38px;
    /* Tamanho da aspas */
    color: #555;
    /* Cor da aspas */
    position: absolute;
    left: 0;
    top: -10px;
    /* Ajuste vertical da aspas */
}

.opiniao-item .data {
    font-size: 12px;
    color: #777;
    margin-left: 15px;
}

/* Estilos para a mensagem de "Nenhum feedback disponivel" */
.opiniao-item-sem-opiniao {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

/* Estilos para a paginacao */
.pagination-buttons {
    text-align: center;
    margin-top: 20px;
}

.pagination-buttons a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #018e6d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 5px;
    margin: 10px;
    margin-bottom: 20px;
}

.pagination-buttons a:hover {
    background-color: #00d084;
    color: #000;
}

/*Estilos para envio de email */

.mensagem-agradecimento,
.mensagem-erro {
    display: none;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    color: #333;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.mensagem-erro {
    background-color: #f10808;
}

.fechar-botao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 5px;
}

.fechar-botao button {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: .8em;
}

/* Estilos para os artigos */

.artigos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    max-width: 90%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 10px;
}

.artigos ul li a {
    color: #fff;
    line-height: 32px;
    transition: color 0.2s ease;
}

.artigos ul li a:hover {
    color: #00d084;
    font-size: 18px;
}

#book {
    padding: 10px;
    color: #00d084;
}

#video {
    padding: 15px;
    color: #cc0000;
}

.welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

/* Estilizacao do botao */
#mostrarMensagem {
    background-color: #06a36a;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
    /* Tamanho menor para o botÃ£o */
    display: block;
    /* Para centralizar o botÃ£o */
    margin: 0 auto;
    width: 5%;
    /* Centralizar o botÃ£o horizontalmente */
}

/* Estilizacao do botao de fechar */
#fecharMensagem {
    background-color: #cc0000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
    width: 20%;
    border-radius: 5px;
    margin-top: 15px;
    /* Tamanho menor para o botÃ£o */
}

/* Estilizacao do container da mensagem */
#mensagem {
    text-align: center;
    /* Centralizar o texto na mensagem */
    display: none;
    margin: 20px auto;
    /* Centralizar a mensagem horizontalmente */
    max-width: 80%;
    /* Define a largura maxima para a mensagem */
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}

#msgArtigos {
    line-height: 25px;
    letter-spacing: 2px;
    font-size: 12px;
}

#carinhaFeliz {
    font-size: 20px;
    color: #ffaa00;
}

.face-happy {
    font-size: 1.2em;
}

#btnTopo {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    padding: 10px;
    background-color: #018e6d;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 4.2%;
    transition: background-color 0.2s ease;
}

#btnTopo:hover {
    background-color: #4ca2a0;
    color: #000;
}

#btnTopo i {
    margin-right: 2px;
}

/*CSS para cidades-estados */

.principais-cidades-estados {
    font-size: 20px;
    margin-top: 30px;
    color: #018e6d;
    text-align: center;
}

.principais-cidades-estados::before {
    content: "";
    height: 4px;
    width: 40%;
    background: currentColor;
    display: block;
    margin: 8px auto 8px;
}

.principais-cidades-estados::after {
    content: "";
    height: 4px;
    width: 40%;
    background: currentColor;
    display: block;
    margin: 8px auto 8px;

}

.cidade-estado-titulo {
    font-size: 16px;
    font-weight: bold;
    color: #018e6d;
    padding: 1rem;
    cursor: pointer;
    transition: font-size 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cidade-estado-titulo:hover {
    font-size: 18px;
    color: #FF0000;
}

.imagem-circular {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

#verIlustracao {
    font-size: .7rem;
    text-transform: lowercase;
    font-weight: bold;
    padding: 5px;
    color: #FF0000;
    text-align: center;
}

#europa {
    font-size: 11px;
    font-style: italic;
}

.carousel-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.carousel-slide {
    max-width: 100%;
    height: auto;
    display: none;
    text-align: center;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
}

.carousel-slide.active {
    display: flex;
}

#semana-perguntas {
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
    background-color: #56fec1;
    padding: 1em 2em;
    box-shadow: 0 0 20px #2e2e2c;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    border-radius: 30px 0 30px 0;
    width: auto;
}

#semana-reflexao {
    font-size: .9em;
    line-height: 1.5em;
    color: #000;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: justify;
    margin: 20px;
    padding: 30px;
    text-transform: none;
    color: #000;
    background-color: #56fec1;
    transition: all ease 0.3s;
    border-radius: 20%;
}

#semana-reflexao:hover {
    background-color: #80f2c8;
    box-shadow: 0 0 20px #2e2e2c;
    font-size: .91em;
}

.img-semana img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
    transition: all ease 0.2s;
    border-radius: 10px;
}

.FotoHenrique {
    max-width: 100%;
    width: auto;
    height: auto;
    box-shadow: none;
}

#sono {
    color: #018e6d;
    font-weight: bold;
    font-style: italic;
}

.rotate-left {
    transform: rotate(-45deg);
    font-size: 20px;
    color: #018e6d;
    padding-left: 10px;
    padding-top: 10px;
    padding: 0;
}

.scan-me {
    width: 200px;
    height: 200px;
    margin-top: 2em;
    box-shadow: none;
}

.natal img {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    box-shadow: none;
    border-radius: 0 30% 0 0;
    margin: 0 auto;
}

.feliz-natal {
    margin-top: 1.3em;
    margin-bottom: 2.3em;
    box-shadow: -10px -10px 10px rgba(0, 128, 0, 0.5),
        10px -10px 10px rgba(0, 128, 0, 0.5),
        -10px 10px 10px rgba(0, 128, 0, 0.5),
        10px 10px 10px rgba(0, 128, 0, 0.5);
    transition: all .2s ease-in-out;
}

.feliz-natal:hover {
    box-shadow: -20px -20px 20px rgba(255, 223, 0, 0.5),
        20px -20px 20px rgba(255, 223, 0, 0.5),
        -20px 20px 20px rgba(255, 223, 0, 0.5),
        20px 20px 20px rgba(255, 223, 0, 0.5);
}

/* Acordeon */

.accordion-section {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    width: 52%;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    background-color: #05885a;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.accordion-content {
    padding: 10px;
    display: none;
    text-align: justify;
    background-color: #0DD48E;
    line-height: 1.6rem;
}

.accordion-header i {
    color: #ffffff !important;
    font-size: 10px;
}


#acontece {
    font-size: 1em;
    text-align: center;
    letter-spacing: 3px;
    background-color: #317b6a;
    color: #fff;
    text-transform: none;
    font-weight: 100;
}

#acontece-misao {
    font-size: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #5ddabd;
    color: #333;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

#icon1,
#icon2,
#icon3 {
    color: #018e6d;
}

#logoAqui {
    padding-top: 30px;
    font-size: 14px;
    text-transform: none;
}

#flashcard-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin-top: 20px;
    max-width: 90%;
}

.flashcard {
    width: 370px;
    height: 400px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 20px;
}

.card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #000;
}

.front p,
.back p {
    margin: 0;
    line-height: 1.5;
    box-sizing: border-box;
}

.front p {
    text-align: center;
    font-size: .7em;
}

.front {
    color: #08c89c;
    background-color: #141414;
    box-shadow: 0 0 15px #04a369;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.back {
    background-color: #000;
    color: #fff;
    transform: rotateY(180deg);
    border: solid 1px #04a369;
}

#click {
    font-size: 14px;
    color: #00FF00;
    text-transform: lowercase;
    padding-top: 20px;
    letter-spacing: 2px;
}

#exemplo {
    color: #00FF00;
}

#exemplo-fa {
    color: #f80404;
    font-family: bold;
}

.exemplo-falacia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    max-width: 100%;
    background-color: #141414;
    padding: 25px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #08c89c;
    width: 90%;
}

.title-falacia {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #fdd900;
    background-color: #141414;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    max-width: calc(360px - 20px);
    width: 100%;
    padding: 10px;
}

#saudacao {
    text-align: center;
    font-size: 16px;
    color: #5ddabd;
    padding-top: 15px;
}

/* Relogio em JS */
#clock {
    width: 130px;
    height: 130px;
    border: 3px solid #000;
    border-radius: 50%;
    position: relative;
    background: radial-gradient(circle, #00cc00, #5ddabd);
    padding: 5px;
}

.hand {
    position: absolute;
    transform-origin: 50% 100%;
    left: 50%;
    transform: translateX(-50%);
}

.number {
    position: absolute;
    color: #000;
    font-size: 12px;
}

#number-60 {
    left: 45%;
    top: 2px;
    transform: translateX(-50%);
}

#number-15 {
    right: 2px;
    /* Ajustado para 5px para que o número não fique grudado na borda */
    top: 50%;
    transform: translateY(-50%);
}

#number-30 {
    bottom: 2px;
    left: 45%;
    transform: translateX(-50%);
}

#number-45 {
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

#second-hand {
    width: .05rem;
    height: 50px;
    background-color: #000;
    bottom: 50%;
    transform-origin: 50% 100%;
}

.meio-termo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    height: auto;
    border: solid 1px #00d084;
    padding: 10px;
    line-height: 30px;
    margin: 15px;
}

.extremos {
    font-size: .9em;
    color: #333;
    text-indent: 15px;
    text-align: justify;
}

.virtudes {
    font-size: .9em;
    text-transform: uppercase;
    color: #018e6d;
    margin: 0 auto;
    text-shadow: .2px .2px .2px #00FF00;
}

.etica {
    font-size: 1em;
    text-transform: uppercase;
    color: #018e6d;
    font-weight: bold;
    margin: 12px;
    text-align: center;
}

.p-m-t {
    font-size: .9em;
    color: #fff;
    text-indent: 15px;
    text-align: justify;
    margin: 10px;
    padding: 10px;
    border-radius: 15% 0 0 0;
    background-image: linear-gradient(to right top, #800080, #6a0080, #4d004d, #330033, #000000);
}

.empatia,
.minuto {
    font-size: 1.6rem;
    color: #018e6d;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.minuto h2 {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.carousel-citacao {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.quote {
    text-align: center;
    padding: 20px;
    border: 2px solid #018e6d;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 2.5rem;
}

.slick-dots li button {
    background-color: #07fd13 !important;
    margin-top: -1px;
}

.citacoes-famosas {
    font-size: 1.3rem;
    color: #00FF00;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 5s;
}

#toggleSoundButton {
    padding: 3px;
    font-size: 11px;
    width: 6%;
    cursor: pointer;
    background-color: #919191;
    color: #fff;
    border: none;
    border-radius: 5px;
}

#toggleSoundButton:hover {
    background-color: #bbb7b7;
}

#toggleSoundButton.sound-off {
    background-color: #00d084;
}

#toggleSoundButton.sound-off:hover {
    background-color: #12e497;
}

.link-especial {
    color: #018e6d;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    transition: background-color 0.3s, color 0.3s;
    align-items: center;
    justify-content: center;
}

.link-especial:hover {
    color: #f00d0d;
    text-decoration: underline;
    background-color: #d3faec;
    opacity: 0.8;
    border-radius: 8px;
}

.pesquisa {
    width: 30%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 15px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid #038d03;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.4);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        font-size: 0;
    }

    100% {
        opacity: 1;
        font-size: 16px;
        color: #018e6d;
    }
}

#saiba_mais {
    animation: blink 1.2s infinite, fadeIn 1.2s ease-in-out;
}

#mostrarMaisButton {
    width: 12%;
    padding: 6px;
    border: 1px solid #00d084;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 1.8rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#mostrarMaisButton:hover {
    background-color: #00d084;
    color: #ffffff;
}

.quemeh {
    margin-top: -15px;
    box-shadow: none;
    border-bottom: solid 1px #00d084;
}

.timeLine {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    /* Altura desejada */
    width: 50%;
    margin: 0 auto;
    padding: 2rem;
    margin-bottom: 1rem;
}

.timeLine video {
    max-width: 100%;
    /* Garante que o vídeo não ultrapasse a largura da div pai */
    max-height: 100%;
    /* Garante que o vídeo não ultrapasse a altura da div pai */
    border-radius: 10px;
}

#timeLine {
    font-size: 1rem;
    color: #04a369;
    text-align: center;
    padding-top: 1rem;
    letter-spacing: .1rem;
}

.obrigado img {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 20%;
    margin-top: 40px;
}

#confira {
    text-decoration: none;
    color: #ff0505;
    transition: color 0.3s ease;
}

#confira:hover {
    color: #c20c0c;
    text-decoration: underline;
}

/* Estilos semana 20 Freud */
.list-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    /* Define a largura em porcentagem */
    max-width: 400px;
    /* Define uma largura máxima */
    margin: 0 auto;
}

.list-container ul {
    list-style-type: none;
    padding: 0;
}

.list-container li {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #aff2ba;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
    line-height: 1.8em;
    text-align: justify;
}

.freud {
    border-radius: 20%;
}

.divide {
    width: 40%;
    height: 1px;
    background-color: #00d084;
    margin-left: -49.6%;
    margin-top: .5rem;
    margin-bottom: 1.4rem;
    text-align: left !important;
}

/* Estilo para acesso TCC*/

.container-tcc a {
    color: blue;
    text-decoration: none;
}

.container-tcc a:hover {
    text-decoration: underline;
}

.minuto-alerta {
    color: #cc0000;
    letter-spacing: 4px;
    font-weight: 900;
    background-color: #fbff02;
    border-radius: 8px;
    padding: .5rem;
    margin: .3rem;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9999;
    color: #038d03;
    padding: 10px;
    font-size: 18px;
    font-weight: 900;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    padding-bottom: 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.smaller-text {
    font-size: 1em;
}

/* Tooltip for the footer */
.tooltip {
    visibility: hidden;
    width: 4rem;
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.4s;
}

.social-icons a {
    position: relative;
}

.social-icons a:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

section ol li {
    font-size: 14px;
}

section h2,
section p {
    margin-left: 0;
    padding-left: 0;
}

.home-link {
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;
    font-size: 12px;
    font-weight: lighter;
    margin: 5px 2px;
    border-radius: 4px;
}

.home-link:hover {
    color: #333;
    text-decoration: none;
}

.sitemap {
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #089f81;
    padding-bottom: 20px;
}

#colorSpan {
    color: #e1306c;
    font-size: 20px;
    margin-right: 3px;
}

.fist_class_above {
    margin-top: 2rem;
}

#data-hora {
    font-size: .8rem;
    font-weight: normal;
    margin: 10px 0;
    text-align: center;
    background-color: hsl(160, 100%, 80%);
    color: #1a8a61;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    /* Sombra sutil no texto */
}


#data-hora:hover {
    transform: scale(1.03);
    /* Aumenta 3% */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    /* Sombra suave e delicada */
}


.ano_novo {
    display: flex;
    justify-content: center;
    /* Alinha a imagem horizontalmente */
    align-items: center;
    /* Alinha a imagem verticalmente */
}

img {
    max-width: 100%;
    /* Garante que a imagem não ultrapasse o tamanho do container */
    height: auto;
    /* Mantém a proporção da imagem */
}

/* Imagem responsiva */
.img-responsiva {
    width: 100%;
    max-width: 300px;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Estilos para dispositivos móveis (tamanho maximo de 768px) */
@media screen and (max-width: 768px) {

    /* Menu Hamburguer */
    .menu-toggle {
        display: flex;
        align-items: center;
    }

    .menu-text {
        display: flex;
        font-size: 11px;
    }

    .bar.active:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .bar.active:nth-child(2) {
        opacity: 0;
    }

    .bar.active:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }

    .item-container-menu {
        display: none;
    }

    .item-container-menu.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 7px;
    }

    /* Header */
    header {
        flex-direction: column;
        /* Altera para coluna em telas menores */
        text-align: center;
        /* Alinhamento de texto centralizado em telas menores */
        gap: 15px;
        /* Espacamento entre elementos aumentado */
        font-size: 12px;
        height: auto;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .me-simbolo img {
        width: 65px;
        /* Reduz o tamanho da imagem em telas menores */
        height: 65px;
    }

    .me-simbolo img:hover {
        width: 66px;
        height: 66px;
        background-color: #5ddabd;
    }

    .me:hover {
        color: #5ddabd;
        font-size: .76rem;

    }

    .container-menu {
        flex-direction: column;
        height: auto;
        gap: 15px;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        padding: 12px;
        box-sizing: border-box;
    }

    .item-container-menu a {
        color: #3D3D3D;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px;
        font-weight: bold;
    }

    .item-container-menu a:hover {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        background-color: transparent;
    }

    #minuto {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 16px;
    }

    #big-clock {
        font-size: 30px;
    }

    .sub-title {
        font-size: 12px;
    }

    .item-container-article {
        width: 100%;
        padding: 6px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        margin: auto 0;
    }

    .item-container-article-semana {
        width: 100%;
        padding: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        margin: 0;
    }

    #semanal {
        color: #000;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }

    #inicio-semana {
        font-size: 20px;
        font-weight: 900;
    }

    .footer-text,
    .footer-text-small {
        font-size: clamp(0.725rem, 1vw + 0.25rem, 1rem);
    }

    #design {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;

    }

    .col-right-above {
        display: none;
    }

    /* Conteudo principal */
    main {
        flex-direction: column;
        /* Coloca as colunas uma abaixo da outra em telas menores */
    }

    .col-left,
    .col-right {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .col-right {
        margin-bottom: 30px;
    }

    .socrates {
        max-width: 100%;
        /* Garante que a imagem se ajuste ao tamanho da coluna */
        height: auto;
    }

    #fig-caption {
        font-size: 11px;
        text-align: center;
        margin: 0 auto;
        /* Tamanho da legenda reduzido em telas menores */
    }

    #acro {
        font-size: 14px;
        padding: 20px 0;
    }

    #jornada {
        font-size: 12px;
        padding: 10px 15px;
        letter-spacing: .8px;
    }

    .container-about {
        flex-direction: column;
        align-items: center;
    }

    .left-section,
    .right-section {
        max-width: 100%;
    }

    .back-about {
        background: linear-gradient(to bottom, rgb(255, 255, 255), #fff);
    }

    img {
        max-width: 17em;
        max-height: 17em;
        width: auto;
        /* Defina a largura como "auto" */
        height: auto;
        /* Defina a altura como "auto" */
        border-radius: 5px;
        box-shadow: -5px -5px 5px rgba(8, 200, 156, 0.5),
            5px -5px 5px rgba(8, 200, 156, 0.5),
            -5px 5px 5px rgba(8, 200, 156, 0.5),
            5px 5px 5px rgba(8, 200, 156, 0.5);
        padding: 1px;
        margin: 1px;
        margin-top: 10px;
    }

    #frase {
        font-size: 1.2em;
        width: 70%;
        margin-bottom: 10px;
    }

    .form {
        font-size: 14px;
        padding: 10px;
    }

    .opiniao-item {
        flex: 0 0 calc(90% - 10px);
        margin: 10px auto;
    }

    .welcome {
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .counter-big {
        font-size: 12px;
        padding: 2px;
        font-weight: bold;
        text-shadow: .1px .1px #000;
    }

    .artigos {
        margin: 5px;
        padding: 5px;
        width: 100%;
    }

    .artigos ul li a {
        font-size: 12px;
        color: #00d084;
    }

    #book {
        padding: 10px;
        color: #ffaa00;
    }

    #video {
        padding: 10px;
        color: #cc0000;
    }

    #fecharMensagem {
        width: 60%;
        font-size: 11px;
    }

    #mostrarMensagem {
        width: 20%;
        font-size: 11px;
    }

    .artigos ul li a:hover {
        color: #fff;
        font-size: 12px;
    }

    #carinhaFeliz {
        font-size: 16px;
    }

    .back-button {
        padding: 10px;
    }

    #btnTopo {
        position: fixed;
        bottom: 2%;
        right: 2%;
        padding: 5px;
        width: auto;
        font-size: 12px;
    }

    .back-button-edicoes {
        font-size: 12px;
        padding: 10px;
    }

    #destaque-minuto {
        color: #cc0000;
        font-weight: 400;
    }

    #destaque-minuto:hover {
        color: #cc0000;
        font-weight: 500;
    }

    .distance {
        padding-right: 3px;
    }

    .ocultar-icone .fa-clock {
        display: inline-block;
    }

    #conhece {
        font-size: 20px;
    }

    .accordion-section {
        width: 90%;
    }

    .accordion-header {
        flex-direction: row;
        /* Altera a direção do flex para empilhar verticalmente */
    }

    .accordion-content {
        text-align: justify;
    }

    #acontece {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
    }

    .estoicismo {
        text-indent: 30px;
        font-size: .7em;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 2px;
    }

    .comentario-ma,
    .comentario {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .comentario-sem-margem {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .citacao-minuto-autor,
    .citacao-minuto {
        padding-right: 20px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .empatia {
        font-size: 1rem;
        text-align: center;
    }

    .carousel-citacao {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    #toggleSoundButton {
        width: 22%;
        padding: 2px;
    }

    .pesquisa,
    .coruja {
        width: 90%;
    }

    #mostrarMaisButton {
        width: 50%;
        margin-left: 1.2rem;
        padding: 4px;
    }

    #mostrarMaisButton:hover {
        background-color: #ffaa00;
        color: #ffffff;
    }

    .timeLine {
        height: 100%;
        width: 100%;
    }

    .minuto {
        font-size: 1.2rem;
    }

    .divide {
        display: none;
    }

    #acontece-misao {
        font-size: 1.3rem;
    }
}