.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-ca9a3a6f-5c7f-0b46-af1f-99e8f41015e5 {
color: var(--white) !important;
}
.lfr-layout-structure-item-ca9a3a6f-5c7f-0b46-af1f-99e8f41015e5 { 
/* ===================== */
/* TYPOGRAPHY STYLES */
/* ===================== */
.highlight-title {
    color: white;
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 600;
}

/* ===================== */
/* CARD STYLES */
/* ===================== */

/* Card Container */
.card {
    background: #f0f8ff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
justify-content: center 
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card--shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Card Image Section */
.card__image-wrapper {
    margin: 0;
    overflow: hidden;
    height: 200px;
    position: relative;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card__image {
    transform: scale(1.05);
}

.card__image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%; /* Cobrir mais área */
    background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, transparent 60%);
    mix-blend-mode: darken;
    opacity: 0.9;
}

/* Card Content Section */
.card__content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card__title {
    color: #2c3e50;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
}

a {
    pointer-events: none;
    cursor: default;
}

.card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.card__title a:hover {
    color: #3498db;
}

.highlight-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #3498db;
    margin: 15px auto;
    border-radius: 2px;
}

.card__content p {
    color: #555;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    flex: 1;
}

.card__content em {
    font-style: italic;
    color: #333;
    display: block;
    margin-bottom: 1rem;
}

.card__content small {
    display: block;
    color: #7f8c8d;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* ===================== */
/* CAROUSEL STYLES */
/* ===================== */

.cards--carousel {
    padding: 1rem 0;
}

/* Carousel Navigation Buttons */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    color: #3498db;
    font-size: 30px;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

/* Carousel Dots */
.slick-dots li button:before {
    font-size: 10px;
    color: #bdc3c7;
}

.slick-dots li.slick-active button:before {
    color: #3498db;
}

/* ===================== */
/* RESPONSIVE STYLES */
/* ===================== */

@media (max-width: 768px) {
    .highlight-title {
        font-size: 1.5rem;
    }
    
    .card {
        margin: 0 5px;
    }
    
    .card__image-wrapper {
        height: 150px;
    }
}
}.lfr-layout-structure-item-7a2af578-8bdf-cb77-4bd6-ec18640078ab {
padding-top: var(--spacer-3,1rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-9d022f1e-c3e2-e27b-212e-a411a314504d {
padding-left: var(--spacer-3,1rem) !important;
padding-right: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-9d022f1e-c3e2-e27b-212e-a411a314504d {
.component-image, .overflow-hidden {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

}.lfr-layout-structure-item-7423e900-1114-4171-2299-6afd1e287efb {
padding-top: var(--spacer-3,1rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-1ccf833a-ae37-e86e-094c-377d4a57f804 {
.free-content {
 margin: 0 0;   /* Centraliza horizontalmente */
    box-sizing: border-box; /* Garante que padding não aumente a largura total */
}

/* Versão mobile (abaixo de 768px) */
@media (max-width: 768px) {
    .free-content {
        max-width: 100%; /* Ocupa quase toda a largura */
        margin: 0 0;  /* Pequena margem nas laterais */
    }
}
}.lfr-layout-structure-item-db56acd8-e3ff-2341-20bf-d2575cf5dade {
padding-top: var(--spacer-3,1rem) !important;
text-align: center !important;
}
.lfr-layout-structure-item-c431684b-5141-b9fc-bd52-42ffb7ca42f7 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-c431684b-5141-b9fc-bd52-42ffb7ca42f7) !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-c431684b-5141-b9fc-bd52-42ffb7ca42f7 { a {
    color: #007bff; /* Cor azul padrão */
    text-decoration: none; /* Remove o sublinhado */
}

a:hover {
    color: #0056b3; /* Cor mais escura ao passar o mouse */
    text-decoration: underline; /* Adiciona sublinhado no hover */
}
.highlight-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #3498db;
    border-radius: 2px;
}
}h1 {
  font-size: 2rem; /* Tamanho base de 2rem (32px) */
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem; /* Tamanho menor para telas menores */
  }
}
.lfr-layout-structure-item-2e307d4e-8f74-8229-8c4e-84615467781f {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-2e307d4e-8f74-8229-8c4e-84615467781f) !important;
}
.lfr-layout-structure-item-2e307d4e-8f74-8229-8c4e-84615467781f {
  background-repeat: no-repeat;
 background-position: top right;
background-attachment: fixed;
  background-size: cover; 
  
  /* Garante altura total da viewport */
  min-height: 100vh;
}

/* Ajustes específicos para mobile */
@media (max-width: 768px) {
  .lfr-layout-structure-item-2e307d4e-8f74-8229-8c4e-84615467781f {
background-size: cover;
    background-position: center right;
  }
}.lfr-layout-structure-item-1ad6c74e-ed94-8d6e-d56b-4b50730faf25 {
  .highlight-title {
            color: white !important;
}
.highlight-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #3498db;
    border-radius: 2px;
}

.journal-content-article {
    max-width: 800px; /* Largura máxima para desktop */
    margin: -50px auto 30px auto;   /* Centraliza horizontalmente */
    box-sizing: border-box; /* Garante que padding não aumente a largura total */
}

/* Versão mobile (abaixo de 768px) */
@media (max-width: 768px) {
    .journal-content-article {
        max-width: 100%; /* Ocupa quase toda a largura */
 margin: -50px auto 0 auto; 
    }
}
}