html, body {
overflow-x: hidden;
}
a{
color:black;
}
a:hover {
color:#d6c47c !important;
text-decoration: underline;
}
.text-primary {
color: black !important;
}
.imprensa-box {
background: #f2f2f2;
display: flex;
color: #575756;
justify-content: space-between;
align-items: center;
padding:1em;
}
.section-mais-sobre{
padding:1em;
}
.imprensa-title {
color: #777;
font-weight: normal;
font-size: 18px;
}

.imprensa-email {
font-size: 18px;
margin-top: 10px;
display: flex;
align-items: center;
gap: 8px;
}

.email-icon {
width: 20px;
height: auto;
}

.sobre-nos-title {
margin: 40px 0 20px;
font-size: 24px;
}

.sobre-nos-container {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.sobre-nos-card {
flex: 1;
min-width: 300px;
}

.sobre-nos-image {
width: 100%;
height: auto;
display: block;
border-radius: 5px;
}

.sobre-nos-text {
margin-top: 10px;
font-size: 16px;
}

.sobre-nos-link {
color: goldenrod;
font-weight: bold;
text-decoration: none;
}

.row>* {
flex-shrink: 0;
width: auto !important;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.card-item-atuacao {
text-decoration: none;
color: inherit;
}
.btn-outline-primary{
color:#d6c47c !important;
border-color:#d6c47c !important;
}
.form-newsletter{
width: 100vw;
height: 25vh;
justify-content: center;
align-items: center;
display: grid;
}
.logo-header{
width: 20em;
}    
.newsletter-title {
position: relative; /* necessário para posicionar os ::before e ::after */
padding: 1.5rem 2rem;
max-width: 600px;
margin: 2rem auto;
background: #fff; /* ou outra cor de fundo */
font-family: Arial, sans-serif;
color: #333;
/* borda base para enquadrar o conteúdo */
border: 0.15em solid #d6c47c;
box-sizing: border-box;
}

.newsletter-title::before,
.newsletter-title::after {
content: '';
position: absolute;
border: 0.5em solid #d6c47c;
z-index: -1;
width: 60px;
height: 60px;
background: transparent;
}

/* Canto superior esquerdo */
.newsletter-title::before {
top: -20px;
left: -20px;
border-right: none;
border-bottom: none;
}

/* Canto inferior direito */
.newsletter-title::after {
bottom: -20px;
right: -20px;
border-left: none;
border-top: none;
}

.newsletter-title{

}
.image-wrapper {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
border: 4px solid #c8b46a;
border-radius: 8px;
background-color: #000;
transition: transform 0.3s ease;
}

.image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(100%) brightness(0.6);
transition: filter 0.4s ease, transform 0.4s ease;
}

.image-wrapper:hover img {
filter: grayscale(0%) brightness(1);
transform: scale(1.05);
}

/* Degradê amarelo suave */
.image-wrapper::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgb(255 221 94 / 64%) 0%, rgba(200, 180,
106, 0.1) 40%, rgb(0 0 0 / 20%) 80%);
z-index: 1;
pointer-events: none;
}

.overlay {
position: absolute;
inset: 0;
opacity: 1;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.3s ease;
z-index: 2;
}

.overlay h5 {
color: #fff;
margin: 0;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
padding: 0 10px;
}

.image-wrapper:hover .overlay {
background: rgba(0, 0, 0, 0.3);
}
/* Esconde a barra do topo do Google */
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
/* Botão de abrir menu (hamburguer) */
.nw-menu-toggle {
background: none;
border: none;
color: #fff;
font-size: 3em;
cursor: pointer;
display: none;
}
.border-top {
border-top: 1px solid #d6c47c !important;
}
.div-profissional .mb-1 a, .div-profissional a .fab, .div-profissional small {
color: white !important;
}
.newsletter-form {
border: 1px solid #ddd;
padding: 30px;
background-color: #fff;
}
.left-panel p {
color: white !important;
}
.newsletter-form label {
font-weight: 500;
margin-bottom: 5px;
}

.newsletter-form input,
.newsletter-form select {
width: 100%;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 4px;
transition: border-color 0.3s;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
border-color: #c3a96e;
outline: none;
}

.newsletter-form .btn {
background-color: transparent;
border: 1px solid #c3a96e;
color: #c3a96e;
padding: 10px 30px;
transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
background-color: #c3a96e;
color: #fff;
}

.form-check-label a {
color: #c3a96e;
text-decoration: underline;
}
/* Modal Menu */
.nw-modal-menu {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 320px;
height: 100%;
background-color: #d6c47c;
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.4);
transition: right 0.3s ease;
z-index: 9999;
}
.profissional-card{
display:flex;
}
.nw-modal-menu.open {
right: 0;
}

.nw-modal-content {
padding: 20px;
}

.nw-modal-close {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #000;
float: right;
margin-bottom: 20px;
}

/* Itens do menu */
.nw-nav-menu {
list-style: none;
padding: 0;
margin: 0;
}

.nw-nav-menu li {
margin: 15px 0;
}

.nw-nav-menu li a {
color: #000;
text-decoration: none;
font-size: 18px;
font-weight: 500;
}

/* Acessibilidade e idiomas no modal */
.nw-languages .lang-btn,
.nw-acessibilidade .nw-font-btn {
padding: 5px 10px;
margin-right: 5px;
cursor: pointer;
}

.nw-acessibilidade {
margin-top: 20px;
}

.logo-mobile{
display:none;
}
/* Esconde o menu só no mobile */
@media (max-width: 991px) {
.sumir {
display: none;
}
.logo-mobile{
display:flex;
}

.nw-menu-toggle {
display: block;
}
.nw-font-btn{
background: none;
color: black !important;
border: 1px solid black !important;
font-size: 12px;
}
.nw-nav-menu li a {
color: black !important;
}
.nw-languages .lang-btn {
background-color: transparent !important;
border: 1px solid black !important;
color: black !important;
}
}

/* No desktop, o menu aparece normalmente */
@media (min-width: 992px) {
.nw-nav-menu {
display: flex;
gap: 20px;
align-items: center;
}
}

/* Header padrão (topo) */
.nw-header {
background-color: transparent;
transition: background-color 0.3s;
}

.nw-languages .lang-btn {
transition: all 0.3s;
}

/* Header ao descer (scrolled) */
.nw-header.scrolled {
background-color: #d6c47c;
}

.nw-header.scrolled .nw-nav-menu li a {
color: #000;
}

.nw-header.scrolled .nw-languages .lang-btn {
color: #000;
border-color: #000;
}

body {
top: 0px !important;
}
.nw-header, .nw-header-two {
transition: all 0.3s ease;
}
.header-content {
position: relative;
overflow: hidden;
}
.header-content-interna {
position: relative;
overflow: hidden;
}

.header-content::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.5); /* Cor preta com 50% de opacidade */
z-index: 1;
}
.header-content-interna::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.5); /* Cor preta com 50% de opacidade */
z-index: 1;
}
/* Efeito degrade no rodapé da seção */
.header-content::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgb(30 87 153 / 20%) 0%, rgba(214, 196,
124, 0) 40%, rgb(214 196 124 / 52%) 100%);
z-index: -1;
}
/* Efeito degrade no rodapé da seção */
.header-content-interna::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgb(7 19 33 / 94%) 0%, rgba(214, 196,
124, 0) 40%, rgb(214 196 124 / 52%) 100%);
z-index: 2;
}

/* Moldura ::before e ::after */
.header-inner::before,
.header-inner::after {
content: '';
position: absolute;
border: 0.5em solid #d6c47c;
z-index: -1;
}

/* ::before — canto superior esquerdo */
.header-inner::before {
top: -20px;
left: -20px;
width: 60px;
height: 60px;
border-right: none;
border-bottom: none;
}

/* ::after — canto inferior direito */
.header-inner::after {
bottom: -20px;
right: -20px;
width: 60px;
height: 60px;
border-left: none;
border-top: none;
}

/* Botão que desce */
.scroll-down-btn {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 3;
color: #d6c47c;
font-size: 30px;
text-decoration: none;
animation: bounce 2s infinite;
transition: opacity 0.3s;
}

.scroll-down-btn:hover {
opacity: 0.7;
}

/* Animação de pulo */
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateX(-50%) translateY(0);
}
40% {
transform: translateX(-50%) translateY(-10px);
}
60% {
transform: translateX(-50%) translateY(-5px);
}
}

/* Próxima seção */
.next-section {
padding: 100px 20px;
background-color: #f4f4f4;
text-align: center;
}
#google_translate_element, #goog-gt-tt, .skiptranslate{
display:none !important;
}
/* Remove bordas e deixa mais limpo */
.goog-te-gadget {
color: transparent;
}
.header-content-interna {
font-family: Arial, sans-serif;
color: #1d1d1d;
height: 100vh;
justify-content: center;
display: grid;
margin: 0 auto;
align-items: center;
top: 0;
bottom: 0;
position: relative;
background-size: cover;
background-position: center;
}
.goog-te-gadget .goog-te-combo {
color: #575756;
}
.lang-btn.active {
background-color: #000;
color: #fff;
}
.nw-navbar-acc{
justify-content: flex-end;
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
justify-content: center;
align-items: center;
margin: 0 auto;
}

.highlight {
background-color: #dff9fb;
padding: 10px;
border-left: 5px solid #22a6b3;
margin: 20px 0;
}
.background-video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: 100%;
transform: translate(-50%, -50%);
z-index: -1;
object-fit: cover;
}
.div-profissional{
text-align:left;
padding: 4em;
}
.header-inner {
color: white;
padding: 5em;
display: grid;
border: 0.5em solid #d6c47c;
justify-content: center;
align-items: center;
margin: 0 auto;
position: relative;
text-align: center;
background-color: #1111118f;
max-width: 800px;
z-index: 1;
}
.header-inner-profissional {
color: white;
padding: 0 !important;
border: 0.5em solid #d6c47c;
justify-content: center;
align-items: center;
margin: 0 auto;
position: relative;
text-align: center;
background-color: #1111118f;
max-width: 800px;
z-index: 1;
}
.nw-header {
font-family: 'Segoe UI', sans-serif;
width: 100vw;
position: absolute;
color: #fff;
border-bottom: 2px solid #d6c47c;
left: 0;
justify-content: center;
display: grid;
z-index: 9999;
}
.nw-header-two {
font-family: 'Segoe UI', sans-serif;
width: 100vw;
position: relative;
color: #fff;
left: 0;
background:#d6c47c;
justify-content: center;
display: grid;
z-index: 9999;
}

.nw-topbar {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100vw;
border-top: 1px solid #d6c47c;
}

.nw-topbar-left .nw-logo {
height: 50px;
}

.nw-topbar-right a, .nw-topbar-right span {
margin-left: 15px;
color: #fff !important;
text-decoration: none;
}
hr{
color: #d6c47c !important;
border: 1px solid !important;
}
.border-bottom {
border-bottom: 1px solid #d6c47c !important;
}
.nw-topbar-right {
display: flex;
align-items: center;
gap: 15px;
}
.form-control{
border: none;
border-bottom: 2px solid #d6c47c;
background: #8080800f;
}
.nw-acessibilidade {
display: flex;
align-items: center;
gap: 5px;
color: black !important;
}
.nw-acessibilidade-two {
display: flex;
align-items: center;
gap: 5px;
color: #575756 !important;
}
#header-interna li a {
color:#575756;
}
.nw-font-btn {
background: none;
color: #d6c47c;
border: 1px solid #d6c47c;
padding: 2px 6px;
cursor: pointer;
font-size: 12px;
}
.nw-font-btn-two {
background: none;
color: #575756;
border: 1px solid #575756;
padding: 2px 6px;
cursor: pointer;
font-size: 12px;
}

.nw-languages .lang-btn {
background-color: transparent;
border: 1px solid #d6c47c;
color: #fff;
padding: 4px 6px;
margin-left: 5px;
cursor: pointer;
}

.nw-languages .lang-btn-two {
background-color: transparent;
border: 1px solid #575756;
color: #575756;
padding: 4px 6px;
margin-left: 5px;
cursor: pointer;
}

.nw-languages .lang-btn.active {
background-color: #d6c47c;
color: #000;
font-weight: bold;
}

.nw-navbar {
padding: 10px 30px;
width: 100vw;
border-top: 1px solid #d6c47c;
justify-content: center;
align-items: center;
display: grid;
}

.nw-nav-menu {
display: flex;
flex-wrap: wrap;
gap: 30px;
}

.nw-nav-menu li a {
color: #fff;
text-decoration: none;
font-weight: 500;
transition: color 0.3s;
}

.nw-nav-menu li a:hover {
color: #d6c47c;
}
.footer {
background-color: #1d1d1d !important;
color: #fff;
font-family: sans-serif;
padding:2em;
}

.footer a {
color: #fff;
text-decoration: none;
}

.footer-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footer-logo-nav nav ul {
list-style: none;
padding: 0;
display: flex;
gap: 15px;
margin-top: 10px;
}

.footer-newsletter{
display: grid;
justify-content: center;
}
.footer-newsletter button {
background: #d6c47c;
color: #000;
border: none;
padding: 10px 20px;
cursor: pointer;
}

.footer-divider {
border-color: #d6c47c;
margin: 30px 0;
}

.footer-areas ul {
columns: 4;
list-style: none;
padding: 0;
font-size: 14px;
}

.footer-locations {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footer-social a {
border: 1px solid #d6c47c;
padding: 1em;
border-radius: 4px;
}

.footer-copy,
.footer-links {
font-size: 12px;
}

.footer-links a {
margin-right: 10px;
display: inline-block;
}

.header-content {
font-family: Arial, sans-serif;
color: #1d1d1d;
height: 100vh;
justify-content: center;
display: grid;
margin: 0 auto;
align-items: center;
top: 0;
bottom: 0;
position: relative;
}
.main-content {
font-family: Arial, sans-serif;
color: #1d1d1d;
padding:2em;
}
.main-content-two {
font-family: Arial, sans-serif;
color: #1d1d1d;
}
.menu {
background-color: #575756;
padding: 15px 30px;
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.menu a {
color: #f5f5f5;
text-decoration: none;
font-weight: 600;
transition: color 0.3s;
}

.menu a:hover {
color: #d4af37;
}

.container-main {
display: flex;
flex-wrap: wrap;
}

.left-panel {
position: relative;
flex: 1.4;
min-width: 300px;
background-repeat: no-repeat;
color: white;
background-size: cover;
background-position: center;
overflow: hidden;
text-align: center;
justify-content: center;
align-items: center;
display: grid;
align-content: center;
}
.left-panel-int{
color: white;
padding: 5em;
display: grid;
border: 0.5em solid #d6c47c;
justify-content: center;
align-items: center;
margin: 0 auto;
text-align: left;
background-color: #1111118f;
max-width: 800px;
margin: 4em;
}

.left-panel-int::before {
top: -20px;
left: -20px;
width: 60px;
height: 60px;
border-right: none !important;
border-bottom: none !important;
}

.left-panel-int::before, .left-panel-int::after {
content: '';
position: absolute;
border: 0.5em solid #d6c47c;
z-index: -1;
}
.left-panel-int::after {
bottom: -20px;
right: -20px;
width: 60px;
height: 60px;
border-left: none;
border-top: none;
}
.left-panel::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.5); /* controla a escuridão */
z-index: 0;
}

.left-panel * {
position: relative;
z-index: 1;
}

.left-panel h1 {
font-size: 42px;
color: white;
margin-bottom: 20px;
}

.right-panel {
flex: 1;
min-width: 300px;
background-color: rgba(214,196,124,.9);
padding: 3em;
color: #2c2c2c;
height: 90vh;
display: grid;
}

.right-panel h5 {
margin-top: 0;
font-weight: 200;
padding-bottom: 5px;
margin-bottom: 10px;
color: #575756;
}

.highlight-title {
font-weight: 500;
margin-top: 10px;
font-size: 1.3em;
}

.highlight-description {
font-size: 14px;
margin-bottom: 10px;
color: #000;
}

.post-list {
list-style: none;
padding: 0;
margin: 20px;
}

.post-list li {
background-color: rgb(29 29 29);
border: 2px solid #d4af37;
border-radius: 12px;
margin-bottom: 20px;
padding: 20px;
color: white;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.post-list li h3 {
margin-top: 0;
color: #d4af37;
}

.post-list li a {
color: #d4af37;
text-decoration: none;
transition: color 0.3s;
}

.post-list li a:hover {
color: #f5f5f5;
}

.post-list .excerpt {
margin-top: 10px;
}

.pagination {
display: flex;
gap: 10px;
justify-content: center;
list-style: none;
padding: 0;
margin: 30px 0;
}

.pagination li {
background-color: #2c2c2c;
border: 1px solid #d4af37;
padding: 8px 16px;
border-radius: 8px;
}

.pagination li a {
color: #d4af37;
text-decoration: none;
}

.pagination li.active {
background-color: #d4af37;
}

.pagination li.active a {
color: #2c2c2c;
font-weight: bold;
}

@media (max-width: 768px) {
.container-main {
flex-direction: column;
}
}
/* Botão Voltar */
.back-button {
display: inline-block;
margin-bottom: 20px;
background-color: #004080;
color: white;
padding: 8px 16px;
border-radius: 8px;
text-decoration: none;
transition: background-color 0.3s;
}
.back-button:hover {
background-color: #002c59;
}

/* Cabeçalho do post */
.post-header {
margin-bottom: 30px;
}
.post-title {
font-size: 2.2rem;
color: #1a1a1a;
margin: 10px 0;
}
.post-info {
color: #666;
font-size: 0.95rem;
}

/* Imagens destacadas */
.post-images {
margin: 20px 0;
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.featured-image {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Conteúdo do post */
.post-content {
font-size: 1.05rem;
line-height: 1.7;
color: #333;
}
.post-content h2, .post-content h3 {
color: black;
margin-top: 25px;
}
.post-content p {
margin-bottom: 16px;
}
.post-content ul {
padding-left: 20px;
}
.post-content a {
color: black;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.hero {
background: #f4f4f4;
padding: 60px 0;
text-align: center;
}

.hero h1 {
font-size: 2.5rem;
margin-bottom: 15px;
}

.hero p {
font-size: 1.2rem;
max-width: 700px;
margin: 0 auto 30px;
}

.btn-primary,
.btn-secondary {
display: inline-block;
padding: 12px 24px;
background-color: #d6c47c;
color: #000;
text-decoration: none;
font-weight: bold;
border-radius: 6px;
transition: background 0.3s ease;
}

.btn-primary:hover,
.btn-secondary:hover {
background-color: #c5a14f;
}

.services {
background: #fff;
padding: 60px 0;
text-align: center;
}

.services h2 {
margin-bottom: 40px;
font-size: 2rem;
}

.cards {
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
}

.card {
background: #f9f9f9;
border-radius: 12px;
padding: 30px;
flex: 1 1 280px;
max-width: 360px;
text-align: left;
}

.card h3 {
margin-bottom: 10px;
font-size: 1.2rem;
color: #000;
}

.cta {
background-color: #1d1d1d;
color: #fff;
padding: 60px 0;
text-align: center;
}

.cta h2 {
font-size: 2rem;
margin-bottom: 10px;
}

.cta p {
font-size: 1.1rem;
margin-bottom: 30px;
}

@media (max-width: 768px) {

.left-panel-int {
color: white;
padding: 0.3em;
display: grid;
border: 0.5em solid #d6c47c;
justify-content: center;
align-items: center;
text-align: center;
background-color: #1111118f;
max-width: 800px;
margin: 2em;
}
.hero h1 {
font-size: 2rem;
}

.services .cards {
flex-direction: column;
align-items: center;
}
}
.nw-nav-menu li{
justify-content: center;
align-items: center;
display: flex;
}
.nw-languages{
justify-content: center;
display: flex;
align-items: center;
}
.whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
width: 60px;
height: 60px;
}

.whatsapp-float img {
width: 100%;
height: auto;
transition: transform 0.3s;
}

.whatsapp-float img:hover {
transform: scale(1.1);
}
@media (max-width: 768px) {
.header-inner-profissional{
display:grid !important;
}
.header-inner {
color: white;
display: grid;
justify-content: center;
bottom: 0;
align-items: center;
margin: 0 auto;
position: absolute;
padding: 2em;
width: 100vw;
}
.background-video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: 100%;
transform: translate(-50%, -50%);
z-index: -1;
object-fit: cover;
}
.nw-topbar {
flex-direction: column;
align-items: flex-start;
padding: 10px 15px;
gap: 10px;
}

.nw-navbar {
padding: 10px 15px;
width: 100vw;
border-top: 1px solid #d6c47c;
justify-content: flex-start;
align-items: center;
display: grid;
}

.nw-nav-menu {
flex-direction: column;
gap: 15px;
}

.nw-nav-menu li {
justify-content: flex-start;
}

.nw-topbar-right {
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
}

.nw-acessibilidade {
flex-wrap: wrap;
justify-content: flex-start;
color:black;
}

.footer {
padding: 20px;
}

.footer-top {
align-items: flex-start;
gap: 20px;
}

.footer-logo-nav nav ul {
flex-direction: column;
gap: 10px;
}

.footer-newsletter button {
padding: 10px;
}

.footer-areas ul {
columns: 1;
}

.footer-locations {
flex-direction: column;
gap: 20px;
}

.footer-bottom {
display: flex;
flex-direction: column;
gap: 15px;
}

.footer-copy,
.footer-links {
text-align: left !important;
}

.footer-links a {
display: block;
margin-bottom: 5px;
}

.hero {
padding: 40px 15px;
}

.hero h1 {
font-size: 1.8rem;
}

.hero p {
font-size: 1rem;
}

.services {
padding: 40px 15px;
}

.services h2 {
font-size: 1.5rem;
}

.card {
padding: 20px;
max-width: 100%;
}

.cta {
padding: 40px 15px;
}

.cta h2 {
font-size: 1.6rem;
}

.cta p {
font-size: 1rem;
}

.container {
width: 95%;
}

.nw-topbar-left .nw-logo {
height: 40px;
}

.nw-languages {
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
}
}
.categoria-carousel {
margin-bottom: 60px;
padding: 1em;
}
.categoria-titulo {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #daca89;
margin-bottom: 20px;
}
.categoria-titulo h2 {
font-size: 3em;
font-weight: 300;
}
.categoria-titulo .ver-todos {
font-size: 0.9rem;
color: #d4bd73;
text-decoration: none;
}
.swiper-container {
padding-bottom: 30px;
}
.post-card {
border-radius: 8px;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.post-image {
width: 100%;
height: 400px;
object-fit: cover;
}
.post-content {
padding: 15px;
}
.badge {
background-color: #d4bd73;
font-size: 0.75rem;
padding: 4px 8px;
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
}
.excerpt {
font-size: 0.85rem;
color: #555;
}
.swiper-button-next, .swiper-button-prev{
color:#d6c47c !important;
}