.lfr-layout-structure-item-container {padding: 0;}.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-af3a82a0-7158-fd1f-c3ac-8b8d1e793859 {
padding-bottom: var(--spacer-2,0.5rem) !important;
}
.lfr-layout-structure-item-af3a82a0-7158-fd1f-c3ac-8b8d1e793859 {
.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-3a5401ae-8654-87ef-61ad-cf49302ce450 {
.journal-content-article {
    margin: 0 0;   /* Centraliza horizontalmente */
    box-sizing: border-box; /* Garante que padding não aumente a largura total */
}

.accordion__content {
	
        max-height: 400px;
        overflow-y: auto;
        border: none;
}

/* Versão mobile (abaixo de 768px) */
@media (max-width: 768px) {
    .journal-content-article {
        max-width: 100%; /* Ocupa quase toda a largura */
        margin: 0 6px;  /* Pequena margem nas laterais */
    }
}
}.lfr-layout-structure-item-8efee195-5533-e4de-7ffe-f85dda231ab7 {
/* ===================== */
/* TYPOGRAPHY STYLES */
/* ===================== */
.highlight-title {
    color: white;
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 600;
}
.highlight-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #3498db;
    margin: 15px auto;
    border-radius: 2px;
}

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

/* Card Container */
.card {
    background: #f0f8ff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    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;
}

.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-68ff62e3-ac39-ec4d-665a-96718760f3f4 {

    .journal-content-article {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    ul {
        padding-left: 20px;
        margin-left: 0;
    }

.accordion__content {
	 width: 100%;
        max-height: 400px;
        overflow-y: auto;
        border: none;
}

}.lfr-layout-structure-item-6db2fc1a-26b5-c92c-6763-5554900e19e3 {
overflow: visible !important;
}
.lfr-layout-structure-item-6db2fc1a-26b5-c92c-6763-5554900e19e3 {
}.lfr-layout-structure-item-00f5d058-0ac6-0695-1951-945cb35b3914 {
display: none !important;
}
.lfr-layout-structure-item-6b043f9d-f0ac-9f07-832c-3ba4ee80bfcf {
display: none !important;
}
.lfr-layout-structure-item-0d4326f4-f4d3-13d6-8da3-03cef4c7f354 .journal-content-article {
   margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.lfr-layout-structure-item-0d4326f4-f4d3-13d6-8da3-03cef4c7f354 ul {
    padding-left: 20px;
    margin-left: 0;
}


/* Versão mobile (abaixo de 768px) */
@media (max-width: 768px) {
    .lfr-layout-structure-item-0d4326f4-f4d3-13d6-8da3-03cef4c7f354 .journal-content-article {
  width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

}.lfr-layout-structure-item-d28f2808-9823-8c00-7e2d-55bd4f52ab56 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-d28f2808-9823-8c00-7e2d-55bd4f52ab56) !important;
}
.lfr-layout-structure-item-d28f2808-9823-8c00-7e2d-55bd4f52ab56 {
  background-repeat: no-repeat;
 background-position: top center;
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-d28f2808-9823-8c00-7e2d-55bd4f52ab56 {
background-size: cover;
    background-position: left center;
  }
}.lfr-layout-structure-item-9a54b669-4c35-6c1c-c415-485c63a44c72 {
display: none !important;
}
.lfr-layout-structure-item-7c87ed4b-acd9-351d-5cdc-b641c63d714e {
overflow: hidden !important;
}
.lfr-layout-structure-item-70f0aec8-0e88-e424-82a4-ba1020165359 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-70f0aec8-0e88-e424-82a4-ba1020165359) !important;
overflow: hidden !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-70f0aec8-0e88-e424-82a4-ba1020165359 {
.highlight-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #3498db;
    border-radius: 2px;
}
}.lfr-layout-structure-item-b64b12f2-def1-6903-b071-f0dd118db46d {
padding-bottom: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-5afc41e9-0da9-5400-3919-d5b3a3c04daf {
.free-content__image, .free-content__block, .free-content__block--right {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.free-content__image:hover {
    transform: scale(1.02);
}
}