/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    padding-top: 231px; /* header-top (47px + 47px) + header-middle (84px) + header-nav (54px) - desktop */
    transition: padding-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    max-width: 100vw;
    background: #fff;
}

@media (max-width: 768px) {
    body {
        padding-top: 131px; /* header-top (47px + 47px) + header-middle (84px) */
        transition: padding-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    body.header-scrolled {
        padding-top: 84px; /* altura do header-middle apenas */
        transition: padding-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .header {
        background: linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%);
    }

    .header.scrolled {
        background: linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%);
    }
}

body.header-scrolled {
    padding-top: 138px; /* altura do header-middle (84px) + header-nav (54px) - desktop */
    transition: padding-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

html {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%);
    overflow: hidden;
}

@media (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
    }
}

.header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%);
    overflow: hidden;
}

/* Primeiro Header */
.header-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    max-height: 94px;
    background: linear-gradient(180deg, #02183D 0%, #0B2858 100%);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), max-height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, max-height, opacity;
}

.header-top.hidden {
    transform: translateY(-100%);
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), max-height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.header-top-logo {
    width: 100%;
    height: 47px;
    background-color: #02183D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-text {
    width: 100%;
    height: 47px;
    background-color: #0B2858;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-omelete-header {
    width: auto;
    height: auto;
    max-height: 20px;
    object-fit: contain;
}

.apresentado-por {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 0.24px;
    text-align: center;
}

.apresentado-por .disney-destinations {
    font-style: italic;
}

/* Segundo Header */
.header-middle {
    display: flex;
    width: 100%;
    height: 84px;
    padding: 22px 0 22.586px 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%);
    transition: margin-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: margin-top;
}

.header.scrolled .header-middle {
    margin-top: 0;
    transition: margin-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-middle-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.logo-disney-parks {
    height: auto;
    max-height: 100%;
    width: auto;
}

.separador-logo {
    height: auto;
    max-height: 100%;
    width: auto;
}

.logo-florida-header {
    width: 61.231px;
    height: 12.743px;
    object-fit: contain;
}

/* Terceiro Header - Navegação */
.header-nav {
    display: flex;
    width: 100%;
    height: 54px;
    padding: 10px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(90deg, #1B468E 61.37%, #081428 133.01%), linear-gradient(90deg, #18488E 0%, rgba(34, 34, 34, 0.13) 100%);
}

.header-nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}

.nav-link {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-decoration: none;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.nav-link:hover {
    opacity: 0.8;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    margin-top: 55px;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
}

.carrossel-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
    overflow: hidden;
}

.carrossel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 511px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: fit-content;
}

.carrossel-slide {
    position: relative;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.carrossel-slide:not(:last-child) {
    margin-right: 32px;
}

/* Slide ativo (principal) - centralizado */
.carrossel-slide.active {
    width: 1093px;
    height: 511px;
    z-index: 2;
    opacity: 1;
}

.carrossel-slide.active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carrossel-slide img.desktop-img {
    display: block;
}

.carrossel-slide img.mobile-img {
    display: none;
}



/* Slides laterais (não ativos) */
.carrossel-slide:not(.active) {
    width: 888px;
    height: 422px;
    aspect-ratio: 444/211;
    z-index: 1;
    opacity: 0.7;
}

.carrossel-slide:not(.active) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* Seção Conteúdo Hero */
.hero-content-section {
    padding: 60px 0 80px 0;
    background: white;
}

.hero-content-section .container {
    max-width: 1086px;
    padding: 0;
    margin: 0 auto;
}

.hero-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 105px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
}

.hero-content-text {
    width: 570px;
    flex-shrink: 0;
}

.hero-content-description {
    display: none;
}

.hero-content-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 73px; /* 121.667% */
    letter-spacing: 1.2px;
    background: linear-gradient(180deg, #1A458B 0%, #5C2F92 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.hero-content-text h1 span {
    display: inline;
}

.hero-content-text p.hero-desktop-text {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 233.333% */
    letter-spacing: 0.36px;
    margin-bottom: 20px;
    display: block;
}

.hero-content-image {
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
}

.hero-image-shadow {
    position: absolute;
    width: 435px;
    height: 548px;
    border-radius: 68px 0;
    background: #ECE9E4;
    z-index: 1;
    top: 5px;
    right: 0;
    margin-top: 43px;
}

.hero-content-image img.hero-image-desktop {
    position: relative;
    width: 508.266px;
    height: 538px;
    border-radius: 63.185px 0;
    object-fit: cover;
    z-index: 2;
    display: block;
    margin-top: 96px;
}

.hero-content-image img.hero-image-mobile {
    display: none;
}

.hero-image-copyright {
    color: #5A676C;
    font-family: 'Poppins', sans-serif;
    font-size: 13.463px;
    font-style: italic;
    font-weight: 500;
    line-height: 149.828%; /* 20.171px */
    letter-spacing: 0.269px;
    margin-top: 15px;
    text-align: center;
    width: 508.266px;
}

.carrossel-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.carrossel-btn {
    display: none;
}

.carrossel-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.carrossel-indicators {
    position: absolute;
    top: calc(511px + 12px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    pointer-events: all;
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    justify-content: center;
    box-sizing: border-box;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ECE9E4;
    cursor: pointer;
    transition: background 0.3s;
}

.indicator.active {
    background: #18488E;
}

/* Botões */
.btn-primary {
    background: #003366;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #004488;
}

/* Seções Gerais */
.secao-geral {
    padding: 80px 0;
    background: #f5f5f0;
}

.secao-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.secao-content.reverse {
    flex-direction: row-reverse;
}

.secao-image {
    flex: 1;
}

.secao-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.secao-text {
    flex: 1;
}

.secao-text h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2;
}

.secao-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.8;
}

/* Seção Video e Festividades */
.secao-video-festividades {
    background: white;
    position: relative;
    padding-bottom: 80px;
}

.secao-video-festividades {
    background: white;
}

.secao-video-festividades::before {
    content: '';
    position: absolute;
    top: 194px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1240px;
    bottom: 0;
    background: #ECE9E4;
    z-index: 0;
}

.video-banner-container {
    margin-top: 0px;
    width: 1086px;
    max-width: 1086px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px 165px 25px 165px;
    overflow: hidden;
}

.video-banner-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.video-banner-video.desktop-img {
    height: 472px;
    width: 1086px;
}

.video-banner-video.mobile-img {
    display: none;
}

.secao-festividades {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 70px;
    margin-bottom: 105px;
}

.festividades-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 127.273% */
    letter-spacing: 0.66px; /* 2% */
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.festividades-container {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 0px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.festividades-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    width: fit-content;
    margin-left: auto;
}

.festividades-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #18488E;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.festividades-btn:hover {
    background: #18488E;
    color: #FFF;
}

.festividades-btn.prev {
    margin: 0;
}

.festividades-btn.next {
    margin: 0;
}

.festividades-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.festividades-content {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: fit-content;
}

.festividade-card {
    flex: 0 0 531px;
    display: flex;
    flex-direction: column;
}

.festividade-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    align-self: stretch;
    border-radius: 24px;
    margin-bottom: 24px;
}

.festividade-card p {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 172.222% */
    letter-spacing: 0.18px;
    margin-bottom: 24px;
    flex: 1;
}

.festividade-card .epcot-italic {
    font-style: italic;
}

.btn-descubra-mais {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #222;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
    text-align: center;
}

.btn-descubra-mais:hover {
    background: #444;
}

/* Linha Divisória Você Sabia Que 2 */

@media (max-width: 768px) {
}

/* Seção Você Sabia Que */
.secao-voce-sabia {
    background: white;
    padding: 0px 0;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    border-radius: 700px / 50px;
    width: 1240px;
    left: 50%;
    transform: translateX(-50%);
}

.secao-voce-sabia::before {
    content: '';
    position: absolute;
    top: -80px;
    
    border-radius: 700px / 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
    height: 160px;
    background: white;
}

.secao-voce-sabia-2 {
    margin-bottom: 105px;
}

.secao-voce-sabia-2::before {
    display: none;
}

.voce-sabia-titulo {
    color: #5C3916;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 127.273% */
    letter-spacing: 0.66px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.secao-voce-sabia-2 .voce-sabia-titulo {
    margin-top: 75px;
    color: #222;
}

.voce-sabia-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.voce-sabia-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.voce-sabia-card img {
    width: 481px;
    height: 340px;
    object-fit: cover;
    border-radius: 24px;
    flex-shrink: 0;
}

.voce-sabia-caption {
    color: #5A676C;
    font-family: 'Poppins', sans-serif;
    font-size: 13.463px;
    font-style: italic;
    font-weight: 500;
    line-height: 149.828%; /* 20.171px */
    letter-spacing: 0.269px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.voce-sabia-texto {
    color: #222;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 233.333% */
    letter-spacing: 0.36px;
    max-width: 481px;
}

.voce-sabia-texto .walt-disney-bold-italic {
    font-style: italic;
    font-weight: 700;
}

.resort-bold {
    font-weight: 700;
    font-style: normal;
}

/* Seção Animal Kingdom */
.secao-animal-kingdom {
    padding: 100px 0 0 0;
    margin-top: 50px;
    position: relative;
    border-radius: 700px / 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
}

.secao-animal-kingdom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1145px;
    background: #ECE9E4;
    z-index: 0;
    border-radius: 700px / 50px;
}

.animal-kingdom-content {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.animal-kingdom-logo {
    width: 324px;
    height: 125px;
    display: block;
    margin: 0 auto 52px;
}

.animal-kingdom-main {
    display: flex;
    gap: 83px;
    width: 1086px;
    align-items: center;
}

.animal-kingdom-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.animal-kingdom-title {
    color: #758F46;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 127.273% */
    letter-spacing: 0.66px;
    margin-bottom: 12px;
    margin-top: 0;
}

.animal-kingdom-header-mobile,
.animal-kingdom-text-mobile,
.animal-kingdom-title-mobile,
.animal-kingdom-description-mobile,
.animal-kingdom-image-wrapper-mobile,
.animal-kingdom-image-mobile,
.animal-kingdom-caption-mobile {
    display: none;
}

.animal-kingdom-description {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 175% */
    letter-spacing: 0.48px;
    margin-bottom: 12px;
    margin-top: 0;
}

.animal-kingdom-italic {
    font-style: italic;
}

.magic-kingdom-italic {
    font-style: italic;
}

.epcot-italic {
    font-style: italic;
}

.hollywood-italic {
    font-style: italic;
}

.walt-disney-italic {
    font-style: italic;
}

.walt-disney-bold-italic {
    font-style: italic;
    font-weight: 700;
}

.btn-animal-discover {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #758F46;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

.animal-kingdom-image-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.animal-kingdom-header-mobile {
    display: none;
}

.animal-kingdom-image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

.animal-kingdom-caption {
    color: #5A676C;
    font-family: 'Poppins', sans-serif;
    font-size: 13.463px;
    font-style: italic;
    font-weight: 500;
    line-height: 149.828%; /* 20.171px */
    letter-spacing: 0.269px;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}

.animal-kingdom-video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 88px;
    position: relative;
}

.animal-kingdom-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 50%;
    background: #ECE9E4;
    z-index: -1;
    width: 1240px;
}

.animal-kingdom-video-img {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.animal-kingdom-video-img:hover {
    opacity: 0.9;
}

.animal-kingdom-video-img.desktop-img {
    display: block;
    width: 1086px;
    object-fit: cover;
}

.animal-kingdom-video-img.mobile-img {
    display: none;
}

.animal-kingdom-news-container {
    width: 1086px;
    max-width: 1086px;
    margin: 50px auto 0;
    position: relative;
}

.animal-kingdom-news-content {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.animal-kingdom-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.animal-kingdom-news-img {
    width: 100%;
    height: auto;
    display: block;
}

.animal-kingdom-news-caption {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 147.619% */
    letter-spacing: 0.18px;
    margin-top: 16px;
    margin-bottom: 0;
}

.animal-kingdom-news-text {
    align-self: stretch;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
    margin-top: 24px;
    margin-bottom: 0;
}

/* Magic Kingdom News Container */
.magic-kingdom-news-container {
    width: 1086px;
    max-width: 1086px;
    margin: 50px auto 70px;
    position: relative;
}

.magic-kingdom-news-content {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.magic-kingdom-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.magic-kingdom-news-img {
    width: 100%;
    height: auto;
    display: block;
}

.magic-kingdom-news-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 147.619% */
    letter-spacing: 0.18px;
    margin-top: 16px;
    margin-bottom: 0;
}

.magic-kingdom-news-text {
    align-self: stretch;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
    margin-top: 24px;
    margin-bottom: 0;
}

.animal-kingdom-news-italic {
    font-style: italic;
}

.animal-kingdom-news-italic {
    font-style: italic;
}


/* Divisória */
.divisoria-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.divisoria-img {
    height: auto;
    display: block;
}

.divisoria-img.desktop-img {
    width: 1086px;
    max-width: 1086px;
}

.divisoria-img.mobile-img {
    display: none;
}

/* Seção Magic Kingdom - Parte 1 */
.secao-magic-kingdom-p1 {
    background: white;
    padding: 46px 0 80px 0;
    position: relative;
}

.magic-kingdom-p1-content {
    display: flex;
    align-items: flex-start;
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
}

.magic-kingdom-p1-image {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 87px;
}

.magic-kingdom-p1-img-desktop {
    display: block;
    width: auto;
    height: auto;
}

.magic-kingdom-p1-img-mobile {
    display: none;
}

.magic-kingdom-p1-image-mobile-wrapper {
    display: none;
}

.magic-kingdom-p1-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 107px;
}

.magic-kingdom-logo {
    width: 372px;
    height: 62px;
    margin-bottom: 40px;
}

.magic-kingdom-subtitle {
    color: #5C2F92;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 127.273% */
    letter-spacing: 0.66px;
    margin-bottom: 30px;
}

.magic-kingdom-subtitle .walt-disney-italic {
    font-style: italic;
}

.magic-kingdom-description {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 233.333% */
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}

.magic-kingdom-description .walt-disney-italic {
    font-style: italic;
}

.magic-kingdom-description .magic-kingdom-italic {
    font-style: italic;
}

.btn-magic-discover {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #5C2F92;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
    text-align: center;
}

.btn-magic-discover:hover {
    background: #7a3fb8;
}

/* Magic Kingdom Video - Parte 1 */
.magic-kingdom-p1-video {
    width: 1086px;
    max-width: 1086px;
    margin: 110px auto 0;
    display: flex;
    justify-content: center;
}

.magic-kingdom-video-img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border-radius: 24px;
    transition: opacity 0.3s;
}

.magic-kingdom-video-img:hover {
    opacity: 0.9;
}

.magic-kingdom-video-img.desktop-img {
    width: 1085px;
    height: 550px;
    object-fit: cover;
}

.magic-kingdom-video-img.mobile-img {
    display: none;
}

/* Magic Kingdom Gallery - Parte 1 */
.magic-kingdom-p1-gallery {
    width: 1086px;
    max-width: 1086px;
    margin: 0px auto 0;
}

.magic-kingdom-gallery-title {
    color: #18488E;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 73px; /* 221.212% */
    letter-spacing: 0.66px;
    margin-bottom: 32px;
    text-align: center;
}

.magic-kingdom-carrossel-container {
    position: relative;
    width: 100%;
    max-width: 1086px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 36px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.magic-kingdom-carrossel-container:active {
    cursor: grabbing;
}

.magic-kingdom-carrossel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 550px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: fit-content;
}

.magic-kingdom-carrossel-slide {
    position: relative;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.magic-kingdom-carrossel-slide.active {
    width: 624px;
    height: 550px;
    border-radius: 24px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.magic-kingdom-carrossel-slide.active img {
    width: 624px;
    height: 550px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.magic-kingdom-carrossel-slide:not(.active) {
    width: 231px;
    height: 422px;
    aspect-ratio: 444/211;
    z-index: 1;
    opacity: 0.7;
    flex-shrink: 0;
}

.magic-kingdom-carrossel-slide:not(:last-child) {
    margin-right: 32px;
}

.magic-kingdom-carrossel-slide:not(.active) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.magic-kingdom-carrossel-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.magic-kingdom-carrossel-btn {
    display: none;
}

.magic-kingdom-carrossel-indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    pointer-events: all;
}

.magic-kingdom-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ECE9E4;
    cursor: pointer;
    transition: background 0.3s;
}

.magic-kingdom-indicator.active {
    background: #18488E;
}

/* Modal YouTube */
.youtube-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.youtube-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    padding: 40px;
    z-index: 10001;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    z-index: 10002;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.modal-close:hover {
    opacity: 0.7;
}

.youtube-player-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Seção Destaques */
.secao-destaques {
    padding: 80px 0;
    background: white;
}

.secao-titulo {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}

.destaques-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.destaque-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.destaque-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.destaque-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.destaque-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 10px;
    color: #333;
}

.destaque-card p {
    font-size: 16px;
    margin: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

.secao-btn-center {
    text-align: center;
}

/* Seção Artigos */
.secao-artigos {
    padding: 80px 0;
    background: #f5f5f0;
}

.artigos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.artigo-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.artigo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.artigo-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.artigo-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 10px;
    color: #333;
}

.artigo-card p {
    font-size: 16px;
    margin: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

/* Seção Curiosidades */
.secao-curiosidades {
    padding: 80px 0;
    background: white;
}

.curiosidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.curiosidade-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.curiosidade-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.curiosidade-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.curiosidade-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 10px;
    color: #333;
}

.curiosidade-card p {
    font-size: 16px;
    margin: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

/* Seção Artigos Bottom */
.secao-artigos-bottom {
    padding: 80px 0;
    background: #f5f5f0;
}

.artigos-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.artigo-bottom-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.artigo-bottom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.artigo-bottom-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.artigo-bottom-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 10px;
    color: #333;
}

.artigo-bottom-card p {
    font-size: 16px;
    margin: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

/* Seção Painéis */
.secao-paineis {
    padding: 80px 0;
    background: white;
}

.paineis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.painel-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.painel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.painel-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.painel-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 20px 10px;
    color: #333;
}

.painel-card p {
    font-size: 16px;
    margin: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

/* Seções dos Parques */
.parque {
    padding: 0;
}

.parque-cover {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.parque-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parque-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.parque-logo img {
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.parque .container {
    padding: 80px 20px;
}

.magic-kingdom {
    background: #e8d5f2;
}

.epcot {
    background: #1a1a1a;
    color: white;
}

.hollywood {
    background: #fff4d6;
}

.animal-kingdom {
    background: #e8f5e9;
}

.cruise {
    background: #e3f2fd;
}

.parque-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.parque-image {
    flex: 1;
}

.parque-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.parque-text {
    flex: 1;
}

.parque-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.magic-kingdom .parque-text h2 {
    color: #6a1b9a;
}

.epcot .parque-text h2 {
    color: white;
}

.hollywood .parque-text h2 {
    color: #f57c00;
}

.animal-kingdom .parque-text h2 {
    color: #2e7d32;
}

.cruise .parque-text h2 {
    color: #1976d2;
}

.parque-text p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.magic-kingdom .parque-text p {
    color: #333;
}

.epcot .parque-text p {
    color: #e0e0e0;
}

.hollywood .parque-text p {
    color: #333;
}

.animal-kingdom .parque-text p {
    color: #333;
}

.cruise .parque-text p {
    color: #333;
}

/* Botões dos Parques */
.btn-magic {
    background: #6a1b9a;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-magic:hover {
    background: #8e24aa;
}

.btn-epcot {
    background: #000;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-epcot:hover {
    background: #333;
}

.btn-hollywood {
    background: #f57c00;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-hollywood:hover {
    background: #fb8c00;
}

.btn-animal {
    background: #2e7d32;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-animal:hover {
    background: #388e3c;
}

.btn-cruise {
    background: #1976d2;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-cruise:hover {
    background: #1e88e5;
}

/* Grid dos Parques */
.parque-grid {
    display: grid;
    gap: 20px;
}

.magic-kingdom .parque-grid {
    grid-template-columns: repeat(4, 1fr);
}

.epcot-grid {
    grid-template-columns: repeat(2, 1fr);
}

.animal-grid,
.cruise-grid {
    grid-template-columns: repeat(3, 1fr);
}

.parque-grid-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}

.parque-grid-item:hover img {
    transform: scale(1.05);
}

/* Carrossel dos Parques */
.parque-carrossel {
    position: relative;
    margin-top: 40px;
}

.parque-carrossel .carrossel-wrapper {
    height: 400px;
    position: relative;
}

.parque-carrossel .carrossel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parque-carrossel .carrossel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.parque-carrossel .carrossel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.parque-carrossel .carrossel-btn {
    pointer-events: all;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(154deg, #1B468E 52.36%, #12A8D7 92.5%);
    padding: 0 0 80px 0;
    color: white;
}

.faq-section h2 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 40px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    display: flex;
    flex-direction: column;
    padding: 16px 32px;
    align-self: stretch;
    border-radius: 32px;
    background: #FFF;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background 0.3s;
}

.faq-item:hover {
    background: #f5f5f5;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 0;
}

.faq-question span:first-child {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    flex: 1;
}

.faq-question span:first-child .walt-disney-italic {
    font-style: italic;
}

.faq-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s;
    padding: 0;
    margin-top: 0;
    width: 100%;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0;
    margin-top: 16px;
}

.faq-answer p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin: 0;
}

.faq-answer p .walt-disney-italic {
    font-style: italic;
}

/* CTA Section */
.cta-section {
    background-color: #031A40;
    height: 100px;
    display: flex;
    align-items: center;
}

.cta-section .container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.cta-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.828%;
    letter-spacing: 0.36px;
    margin: 0;
    flex: 1;
}

.cta-text-italic {
    font-style: italic;
}

.cta-button {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    width: 245px;
    border-radius: 899.597px;
    background: #007DBC;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 149.828%;
    letter-spacing: 0.36px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.cta-button:hover {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Footer */
.footer {
    background: #0B2858;
    padding: 40px 0;
    color: white;
    text-align: center;
}

.footer-logos {
    display: flex;
    width: 100%;
    height: 84px;
    padding: 22px 0 22.586px 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logos-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.footer-logo-disney {
    height: auto;
    max-height: 100%;
    width: auto;
}

.footer-separador {
    height: auto;
    max-height: 100%;
    width: auto;
}

.footer-logo-florida {
    width: 61.231px;
    height: 12.743px;
    object-fit: contain;
}

.footer-copyright {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    width: 700px;
    margin: auto;
}

.footer-sponsored {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .container {
        width: 90%;
        padding: 0 0px;
    }

    /* No mobile, esconder apenas a área de texto "Apresentado por" */

    /* No mobile, apenas a área do logo fica visível */
    .header-top-logo {
        height: 47px;
    }

    .logo-omelete-header {
        max-height: 16px;
    }

    /* Segundo header - manter logos visíveis */
    .header-middle {
        height: 84px;
        padding: 22px 15px;
    }

    .header-middle-content {
        gap: 15px;
    }

    .logo-disney-parks {
        width: 121px;
        height: 23.845px;
        flex-shrink: 0;
    }

    .separador-logo {
        width: 0.414px;
        height: 23.091px;
        flex-shrink: 0;
    }

    .logo-florida-header {
        width: 37.043px;
        height: 7.71px;
        flex-shrink: 0;
    }

    /* Terceiro header - esconder navegação no mobile */
    .header-nav {
        display: none;
    }

    /* Hero e Carrossel Mobile */
    .hero {
        margin-top: 45px;
        padding-bottom: 36px;
        width: 100%;
    }

    .carrossel-container {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .carrossel-wrapper {
        display: inline-flex;
        height: 360px;
        padding: 256px 15px 53px 213px;
        justify-content: flex-end;
        align-items: center;
        border-radius: 0 0 0 64px;
        width: 100%;
        overflow: hidden;
    }

    .carrossel-slide {
        position: absolute;
        width: 100%;
        height: 100%;
        margin-right: 0;
        border-radius: 0 0 0 64px;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        left: 0;
        top: 0;
    }

    .carrossel-slide.active {
        opacity: 1;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .carrossel-slide:not(.active) {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .carrossel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 0 0 64px;
    }

    .carrossel-slide img.desktop-img {
        display: none;
    }

    .carrossel-slide img.mobile-img {
        display: block;
    }

    .carrossel-slide.active::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.38%, #000 102.54%);
        border-radius: 0 0 0 64px;
    }

    .carrossel-slide:not(.active)::after {
        display: none;
    }


    /* Seção Conteúdo Hero Mobile */
    .hero-content-section {
        padding: 0px 0 40px 0;
    }

    .hero-content-section .container {
        padding: 0 0 0 0px;
        left: 5%;
        position: relative;
        margin-left: 0;
        width: 95%;
    }

    .hero-content-wrapper {
        position: relative;
        padding-top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0;
    }

    .hero-content-text {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-shrink: 0;
        margin-top: 46px;
        margin-left: 0;
    }

    .hero-content-text p.hero-desktop-text {
        display: none;
    }

    .hero-content-description {
        display: block;
        width: 95%;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        order: 3;
    }

    .hero-content-image {
        position: relative;
        margin-left: auto;
        margin-top: 0;
        width: 45%;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .hero-content-image img.hero-image-desktop {
        display: none;
    }

    .hero-content-image img.hero-image-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
        border-radius: 0;
        object-fit: contain;
    }

    .hero-content-description .walt-disney-italic {
        font-style: italic;
    }

    .hero-image-shadow {
        display: none;
    }

    .hero-image-copyright {
        display: block;
        width: 90%;
        color: #5A676C;
        font-family: 'Poppins', sans-serif;
        font-size: 13.463px;
        font-style: italic;
        font-weight: 500;
        line-height: 149.828%;
        letter-spacing: 0.269px;
        margin-top: 15px;
        text-align: left;
    }

    .hero-content-text h1 {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        gap: 0;
        height: 190px;
    }

    .hero-content-text h1 .title-part-1 {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.572px;
        background: linear-gradient(180deg, #1A458B 0%, #5C2F92 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero-content-text h1 .title-part-2 {
        background: linear-gradient(180deg, #1A458B 0%, #5C2F92 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.409px;
    }

    .hero-content-text h1 .title-part-3 {
        background: linear-gradient(180deg, #1A458B 0%, #5C2F92 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.474px;
    }

    .hero-content-text h1 .title-part-4 {
        background: linear-gradient(180deg, #1A458B 0%, #5C2F92 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Poppins', sans-serif;
        font-size: 38px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%;
        letter-spacing: 0.801px;
    }

    .hero-content-description p {
        display: block;
        color: #222;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px; /* 262.5% */
        letter-spacing: 0.32px;
        margin-bottom: 16px;
        margin-top: 0;
    }



    .hero-image-copyright {
        display: block;
        color: #5A676C;
        font-family: 'Poppins', sans-serif;
        font-size: 13.463px;
        font-style: italic;
        font-weight: 500;
        line-height: 149.828%; /* 20.171px */
        letter-spacing: 0.269px;
        margin-top: 15px;
        text-align: center;
        width: 150px;
    }

    .carrossel-controls {
        display: none;
    }

    .carrossel-indicators {
        top: calc(360px + 12px);
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .indicator {
        cursor: pointer;
        pointer-events: all;
    }
    
    .hero {
        padding-bottom: 48px;
    }

    .carrossel-btn {
        display: none;
    }

    /* Seção Video e Festividades Mobile */
    .secao-video-festividades {
        padding-bottom: 60px;
        padding-top: 0;
        position: relative;
        background: transparent;
    }

    .secao-video-festividades::before {
        display: none;
    }

    .secao-video-festividades::after {
        content: '';
        display: none;
    }

    .video-banner-container {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 90%;
        max-width: none;
        position: relative;
        z-index: 1;
        border-radius: 25px 65px 0px 65px;
        overflow: hidden;
    }

    .festividades-container {
        position: relative;
        z-index: 1;
    }

    .video-banner-video.desktop-img {
        display: none;
    }

    .video-banner-video.mobile-img {
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .secao-festividades {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .festividades-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.48px;
        margin-bottom: 20px;
        width: 90%;
    }

    .festividades-container {
        margin-top: 23px;
        padding: 0 0px;
    }

    /* Divisória Mobile */
    .divisoria-img.desktop-img {
        display: none;
    }

    .divisoria-img.mobile-img {
        display: block;
        width: 100%;
    }

    .festividades-controls {
        display: none;
    }

    .festividades-content {
        display: flex;
        gap: 16px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        padding-bottom: 10px;
    }

    .festividade-card {
        flex: 0 0 284px;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .festividade-card img {
        height: 215px;
        margin-bottom: 38px;
    }

    .festividade-card p {
        font-size: 16px;
        line-height: 42px; /* 262.5% */
        letter-spacing: 0.122px;
        margin-bottom: 38px;
    }

    .btn-descubra-mais {
        width: 284px;
    }

    .festividades-container {
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        max-width: 100%;
        left: 5%;
        margin-left: 0;
        overflow: hidden;
    }

    .festividades-container:active {
        cursor: grabbing;
    }

    .modal-content {
        padding: 20px;
        width: 95%;
    }

    .modal-close {
        font-size: 36px;
        top: 5px;
        right: 5px;
    }

    /* Seção Você Sabia Que Mobile */
    .secao-voce-sabia {
        padding: 0px 0;
        margin-top: 0px;
        width: 100%;
    }

    .secao-voce-sabia-2 {
        width: 90%;
        margin-top: 0;
        padding: 0;
    }

    .secao-voce-sabia::before {
        top: -40px;
        height: 80px;
        width: 150%;
        border-radius: 50% / 100% 100% 0 0;
    }

    .secao-voce-sabia-2::before {
        display: none;
    }

    .voce-sabia-titulo {
        font-size: 28px;
        margin-bottom: 12px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .secao-voce-sabia-2 .voce-sabia-titulo {
        margin-top: 75px;
        color: #222;
    }

    .voce-sabia-content {
        flex-direction: column;
        gap: 0;
        align-items: center;
        width: 100%;
    }

    .voce-sabia-card {
        width: 100%;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voce-sabia-card:first-child {
        margin-top: 12px;
    }

    .voce-sabia-card:last-child {
        margin-bottom: 0;
    }

    .voce-sabia-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 481/340;
        object-fit: cover;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .voce-sabia-caption {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .voce-sabia-texto {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    /* Seção Animal Kingdom Mobile */
    .secao-animal-kingdom {
        padding: 49px 0 0 0;
        margin-top: 0;
        position: relative;
        overflow: visible;        
        width: 100%;
    }

    .secao-animal-kingdom::before {
        top: -40px;
        height: 80px;
        width: 150%;
        border-radius: 50% / 100% 100% 0 0;
        z-index: 1;
    }

    .animal-kingdom-content {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0 30px 0;
        position: relative;
        z-index: 2;
        background: transparent;
    }

    .secao-animal-kingdom::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #ECE9E4;
        z-index: 0;
        border-radius: 700px / 50px;
        pointer-events: none;
        height: 1000px;
    }

    .animal-kingdom-video-container {
        position: relative;
        z-index: 1;
    }

    .animal-kingdom-video-container::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -50vw;
        right: -50vw;
        bottom: 0;
        background: #fff;
        z-index: -1;
        pointer-events: none;
    }


    .animal-kingdom-logo {
        width: 243px;
        height: 98.941px;
        margin: 0 auto 30px;
        display: block;
    }

    .animal-kingdom-main {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .animal-kingdom-text {
        display: none;
    }

    .animal-kingdom-image-wrapper {
        display: none;
    }

    .animal-kingdom-header-mobile {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        overflow: visible;
    }

    .animal-kingdom-title-mobile {
        display: block;
        color: #758F46;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.4px;
        margin-top: 0;
        margin-bottom: 0;
        width: 50%;
        padding-top: 26px;
    }

    .animal-kingdom-image-wrapper-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-shrink: 0;
        position: relative;
        align-self: flex-end;
        width: 50%;
        overflow: visible;
    }

    .animal-kingdom-image-mobile {
        display: block;
        width: 180px;
        height: auto;
        max-width: none;
        position: relative;
        right: -15%;
    }

    .animal-kingdom-caption-mobile {
        display: block;
        color: #5A676C;
        font-family: 'Poppins', sans-serif;
        font-size: 13.463px;
        font-style: italic;
        font-weight: 500;
        line-height: 149.828%; /* 20.171px */
        letter-spacing: 0.269px;
        margin-top: 10px;
        text-align: left;
        width: auto;
    }

    .animal-kingdom-text-mobile {
        display: block;
        width: 100%;
        order: 2;
    }

    .animal-kingdom-description-mobile {
        display: block;
        color: #222;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px; /* 262.5% */
        letter-spacing: 0.32px;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .btn-animal-discover {
        margin-top: 0;
        width: 100%;
    }

    .animal-kingdom-video-container {
        
        margin: 30px auto 0;
    }

    .animal-kingdom-video-img.desktop-img {
        display: none;
    }

    .animal-kingdom-video-img.mobile-img {
        display: block;
        width: 100%;
        height: auto;
    }

    .animal-kingdom-news-container {
        width: 105%;
        max-width: 105%;
        margin: 50px 0 0 0;
        padding: 0 0px;
        position: relative;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .animal-kingdom-news-container:active {
        cursor: grabbing;
    }

    .animal-kingdom-news-content {
        display: flex;
        gap: 32px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
    }

    .animal-kingdom-news-item {
        width: 287px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
    }

    .animal-kingdom-news-img {
        width: 287px;
        height: auto;
    }

    .magic-kingdom-news-container {
        width: 105%;
        max-width: 105%;
        margin: 50px 0 0 0;
        padding: 0 0px;
        position: relative;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        margin-left: 5%;
    }

    .magic-kingdom-news-container:active {
        cursor: grabbing;
    }

    .magic-kingdom-news-content {
        display: flex;
        gap: 32px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
    }

    .magic-kingdom-news-item {
        width: 287px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
    }

    .magic-kingdom-news-img {
        width: 287px;
        height: auto;
    }

    .magic-kingdom-news-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .magic-kingdom-news-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
    }

    .animal-kingdom-news-caption {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .animal-kingdom-news-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    /* Seção Magic Kingdom - Parte 1 Mobile */
    .secao-magic-kingdom-p1 {
        padding: 40px 0;
        position: relative;
        overflow-x: visible;
    }

    .magic-kingdom-p1-content {
        flex-direction: column;
        gap: 0;
        align-items: center;
        padding: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: visible;
    }

    .magic-kingdom-p1-image {
        display: none;
    }

    .magic-kingdom-p1-text {
        order: 1;
        padding-top: 0;
        width: 90%;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .magic-kingdom-p1-image-mobile-wrapper {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        margin: 20px 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    .magic-kingdom-p1-img-mobile-inline {
        position: relative;
        display: block;
        width: 95%;
        height: auto;
        margin-right: 0;
        padding-right: 0;
        right: -5%;
    }

    .magic-kingdom-p1-img-mobile {
        display: none;
    }

    .magic-kingdom-logo {
        width: 268.364px;
        height: 45px;
        margin-bottom: 20px;
    }

    .magic-kingdom-subtitle {
        font-size: 26px;
        line-height: 42px; /* 161.538% */
        letter-spacing: 0.52px;
        text-align: center;
        margin-bottom: 30px;
    }

    .magic-kingdom-description {
        font-size: 16px;
        line-height: 42px; /* 262.5% */
        letter-spacing: 0.32px;
        text-align: center;
        margin-bottom: 30px;
    }

    .btn-magic-discover {
        width: 100%;
        align-self: center;
    }

    /* Magic Kingdom Video Mobile */
    .magic-kingdom-p1-video {
        width: 90%;
        max-width: 90%;
        margin: 25px auto 0;
    }

    .magic-kingdom-video-img.desktop-img {
        display: none;
    }

    .magic-kingdom-video-img.mobile-img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Magic Kingdom Gallery Mobile */
    .magic-kingdom-p1-gallery {
        width: 100%;
        max-width: 100%;
        margin: 50px auto 0;
        padding: 0 0px;
    }

    .magic-kingdom-gallery-title {
        color: #18488E;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px; /* 161.538% */
        letter-spacing: 0.52px;
        margin: auto;
        margin-bottom: 28px;
        width: 90%;
    }

    .magic-kingdom-carrossel-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-bottom: 36px;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .magic-kingdom-carrossel-container:active {
        cursor: grabbing;
    }

    .magic-kingdom-carrossel-wrapper {
        display: flex;
        align-items: center;
        height: 238px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
    }

    .magic-kingdom-carrossel-slide {
        position: relative;
        flex-shrink: 0;
        border-radius: 12px;
        overflow: hidden;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .magic-kingdom-carrossel-slide:not(:last-child) {
        margin-right: 32px;
    }

    .magic-kingdom-carrossel-slide.active {
        width: 236px;
        height: 238px;
        border-radius: 12px;
        z-index: 2;
        opacity: 1;
    }

    .magic-kingdom-carrossel-slide.active img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .magic-kingdom-carrossel-slide:not(.active) {
        width: 172px;
        height: 179px;
        border-radius: 12px;
        z-index: 1;
        opacity: 0.7;
    }

    .magic-kingdom-carrossel-slide:not(.active) img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .magic-kingdom-carrossel-controls {
        display: none;
    }

    .magic-kingdom-carrossel-indicators {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
        pointer-events: all;
    }

    .secao-geral,
    .secao-destaques,
    .secao-artigos,
    .secao-curiosidades,
    .secao-artigos-bottom,
    .secao-paineis {
        padding: 40px 0;
    }

    .secao-content,
    .secao-content.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .secao-text h2,
    .secao-titulo {
        font-size: 28px;
    }

    .destaques-grid,
    .artigos-grid,
    .curiosidades-grid,
    .artigos-bottom-grid,
    .paineis-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .parque-cover {
        height: 300px;
    }

    .parque-logo img {
        max-width: 250px;
    }

    .parque .container {
        padding: 40px 15px;
    }

    .parque-content {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .parque-text h2 {
        font-size: 32px;
    }

    .magic-kingdom .parque-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .epcot-grid,
    .animal-grid,
    .cruise-grid {
        grid-template-columns: 1fr;
    }

    .parque-carrossel .carrossel-wrapper {
        height: 300px;
    }

    .faq-section {
        padding: 0 0 40px 0;
    }

    .faq-section h2 {
        color: #FFF;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 0.52px;
        margin-bottom: 24px;
        padding-top: 20px;
    }

    .footer-logos {
        height: 84px;
        padding: 22px 15px;
    }

    .footer-logos-content {
        gap: 15px;
    }

    .footer-logo-disney {
        width: 121px;
        height: 23.845px;
        flex-shrink: 0;
    }

    .footer-separador {
        width: 0.414px;
        height: 23.091px;
        flex-shrink: 0;
    }

    .footer-logo-florida {
        width: 37.043px;
        height: 7.71px;
        flex-shrink: 0;
    }

    .footer-copyright,
    .footer-sponsored {
        font-size: 10px;
        line-height: 18px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    /* CTA Section Mobile */
    .cta-section {
        height: auto;
        padding: 20px 0;
    }

    .cta-content {
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }

    .cta-text {
        font-size: 12px;
        text-align: left;
        flex: 1;
    }

    .cta-button {
        font-size: 12px;
        padding: 10px 20px;
        flex-shrink: 0;
        width: auto;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 24px;
    }

    .secao-text h2,
    .secao-titulo,
    .parque-text h2,
    .faq-section h2 {
        font-size: 24px;
    }

    .magic-kingdom .parque-grid {
        grid-template-columns: 1fr;
    }
}

/* Seção Hollywood Studios */
.secao-hollywood-studios {
    position: relative;
    width: 1240px;
    overflow: hidden;
    margin: auto;
}

/* Linha Divisória */
.hollywood-divider {
    width: 1086px;
    max-width: 1086px;
    height: 1px;
    background: #ECE9E4;
    margin: 100px auto 0;
}

/* Logo Container */
.hollywood-logo-container {
    width: 1086px;
    max-width: 1086px;
    margin: 52px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hollywood-logo {
    width: 460px;
    height: 125px;
    object-fit: contain;
}

/* Video Container */
.hollywood-video-container {
    width: 1086px;
    max-width: 1086px;
    margin: 32px auto 0;
    position: relative;
    cursor: pointer;
}

.hollywood-video-img {
    width: 100%;
    height: auto;
    display: block;
}

.hollywood-video-img.mobile-img {
    display: none;
}

/* Fundo Amarelo */
.hollywood-yellow-background {
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    width: 1240px;
    max-width: 1240px;
    height: 994px;
    background: #FCB415;
    border-radius: 0;
    margin: 0 auto;
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

.hollywood-yellow-background::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 80px;
    background: #FCB415;
    border-radius: 50% / 100% 100% 0 0;
    z-index: 1;
}

/* Content Container */
.hollywood-content {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Main Section (Imagem + Texto) */
.hollywood-main {
    display: flex;
    gap: 83px;
    width: 1086px;
    align-items: center;
    margin-top: 74px;
}

.hollywood-image-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hollywood-main-image {
    width: 100%;
    height: auto;
    display: block;
}

.hollywood-main-image.mobile-img {
    display: none;
}

.hollywood-caption {
    color: #5A676C;
    font-family: 'Poppins', sans-serif;
    font-size: 13.463px;
    font-style: italic;
    font-weight: 500;
    line-height: 149.828%;
    letter-spacing: 0.269px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.hollywood-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hollywood-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.66px;
    margin-bottom: 12px;
    margin-top: 0;
    display: block;
}

.hollywood-title-mobile {
    display: none;
}


.hollywood-description {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
    margin-top: 0;
}

.hollywood-italic {
    font-style: italic;
}

.btn-hollywood-discover {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #FFF;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

/* News Section */
.hollywood-news-container {
    width: 1086px;
    max-width: 1086px;
    margin: 80px auto 0;
    position: relative;
}

.hollywood-news-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.hollywood-news-wrapper-mobile {
    display: none;
}

.hollywood-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.hollywood-news-img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.hollywood-news-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.48px;
    margin-top: 24px;
    margin-bottom: 0;
}

.hollywood-news-text {
    align-self: stretch;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.36px;
    margin-top: 24px;
    margin-bottom: 0;
}

.hollywood-news-italic {
    font-style: italic;
}

/* Gallery Carousel */
.hollywood-gallery-container {
    width: 1086px;
    max-width: 1086px;
    margin: 75px auto 0;
}

.hollywood-gallery-title {
    color: #18488E;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: 73px; /* 221.212% */
    letter-spacing: 0.66px;
    margin-bottom: 32px;
    text-align: center;
}


.hollywood-carrossel-container {
    position: relative;
    width: 100%;
    max-width: 1086px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 36px;
    cursor: grab;
    user-select: none;
}

.hollywood-carrossel-container:active {
    cursor: grabbing;
}

.hollywood-carrossel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 550px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: fit-content;
}

.hollywood-carrossel-slide {
    position: relative;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    user-select: none;
}

.hollywood-carrossel-slide.active {
    width: 624px;
    height: 550px;
    border-radius: 24px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.hollywood-carrossel-slide.active img {
    width: 624px;
    height: 550px;
    border-radius: 24px;
    display: block;
}

.hollywood-carrossel-slide:not(.active) {
    width: 231px;
    height: 422px;
    aspect-ratio: 444/211;
    z-index: 1;
    opacity: 0.7;
    flex-shrink: 0;
}

.hollywood-carrossel-slide:not(:last-child) {
    margin-right: 32px;
}

.hollywood-carrossel-slide:not(.active) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.hollywood-carrossel-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.hollywood-carrossel-btn {
    display: none;
}

.hollywood-carrossel-indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    pointer-events: all;
}

.hollywood-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ECE9E4;
    cursor: pointer;
    transition: background 0.3s;
}

.hollywood-indicator.active {
    background: #18488E;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .secao-hollywood-studios {
        width: 100%;
        margin: 0 auto;
    }

    .hollywood-divider {
        width: 100%;
        max-width: 100%;
        margin: 65px auto 0;
    }

    .hollywood-logo-container {
        width: 90%;
        max-width: 90%;
        margin: 68px auto 0;
    }

    .hollywood-logo {
        width: 243px;
        height: 66px;
    }

    .hollywood-video-container {
        width: 95%;
        max-width: 95%;
        margin: 0;
        padding: 0;
        margin-top: 32px;
    }

    .hollywood-video-img.desktop-img {
        display: none;
    }

    .hollywood-video-img.mobile-img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .hollywood-yellow-background {
        top: 550px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 1255px;
        margin: 0;
    }

    .hollywood-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .hollywood-main {
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin-top: 0px;
        position: relative;
    }

    .hollywood-title {
        display: none;
    }

    .hollywood-title-mobile {
        display: block;
        order: 1;
        width: 90%;
        margin: 34px auto 24px;
        color: #222;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 0.48px;
    }

    .hollywood-image-wrapper {
        width: 100%;
        order: 2;
        margin-bottom: 24px;
    }

    .hollywood-main-image.desktop-img {
        display: none;
    }

    .hollywood-main-image.mobile-img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .hollywood-caption {
        display: block;
        color: #5A676C;
        font-family: 'Poppins', sans-serif;
        font-size: 13.463px;
        font-style: italic;
        font-weight: 500;
        line-height: 149.828%;
        letter-spacing: 0.269px;
        margin-top: 15px;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .hollywood-text {
        width: 90%;
        margin: 0 auto;
        order: 3;
    }


    .hollywood-description {
        font-size: 16px;
        text-align: center;
        line-height: 42px;
        letter-spacing: 0.32px;
        margin-bottom: 24px;
    }

    .btn-hollywood-discover {
        width: 100%;
        margin: 0 auto;
    }

    .hollywood-news-container {
        width: 100%;
        max-width: 100%;
        margin: 75px auto 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        cursor: grab;
        user-select: none;
    }

    .hollywood-news-container:active {
        cursor: grabbing;
    }

    .hollywood-news-content {
        display: none;
    }

    .hollywood-news-wrapper-mobile {
        display: flex;
        gap: 32px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
        padding-left: 5%;
    }

    .hollywood-news-item {
        width: 287px;
        flex-shrink: 0;
    }

    .hollywood-news-img {
        width: 287px;
    }

    .hollywood-news-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .hollywood-news-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .hollywood-gallery-container {
        width: 100%;
        max-width: 100%;
        margin: 55px auto 0;
    }

    .hollywood-gallery-title {
        color: #18488E;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px; /* 161.538% */
        letter-spacing: 0.52px;
        margin: auto;
        margin-bottom: 28px;
        width: 90%;
    }


    .hollywood-carrossel-wrapper {
        height: 238px;
    }

    .hollywood-carrossel-slide.active {
        width: 236px;
        height: 238px;
        border-radius: 12px;
    }

    .hollywood-carrossel-slide.active img {
        width: 236px;
        height: 238px;
        border-radius: 12px;
    }

    .hollywood-carrossel-slide:not(.active) {
        width: 172px;
        height: 179px;
        border-radius: 12px;
    }

    .hollywood-carrossel-slide:not(.active) img {
        border-radius: 12px;
    }
}

/* Seção EPCOT */
.secao-epcot {
    background: #F1F1F1;
    position: relative;
    overflow: hidden;
    margin-top: 115px;
    padding-bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
}

.secao-epcot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 975px;
    background: #F1F1F1;
    z-index: 0;
    pointer-events: none;
}

.epcot-content {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-top: 58px;
    z-index: 1;
}

/* Desktop Main Content */
.epcot-main {
    display: flex;
    gap: 64px;
    width: 1086px;
    align-items: center;
}

.epcot-image-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.epcot-main-image.desktop-img {
    width: 100%;
    height: auto;
    display: block;
}

.epcot-main-image.mobile-img {
    display: none;
}

.epcot-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.epcot-logo.desktop-img {
    width: 220.877px;
    height: 58px;
    display: block;
    margin-bottom: 0;
}

.epcot-logo.mobile-img {
    display: none;
}

.epcot-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.66px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.epcot-description {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.36px;
    margin-bottom: 24px;
    margin-top: 0;
}

.btn-epcot-discover {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #222;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

/* Mobile Header */
.epcot-mobile-header {
    display: none;
}

/* News Section */
.epcot-news-container {
    width: 1086px;
    max-width: 1086px;
    margin: 64px auto 0;
    position: relative;
}

.epcot-news-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.epcot-news-wrapper-mobile {
    display: none;
}

.epcot-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.epcot-news-img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.epcot-news-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.48px;
    margin-top: 24px;
    margin-bottom: 0;
}

.epcot-news-text {
    align-self: stretch;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.36px;
    margin-top: 24px;
    margin-bottom: 0;
}

.epcot-news-italic {
    font-style: italic;
}

/* Video Container */
.epcot-video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.epcot-video-img.desktop-img {
    display: block;
    width: 1240px;
    max-width: 1240px;
    cursor: pointer;
}

.epcot-video-img.mobile-img {
    display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .secao-epcot {
        height: auto;
        padding: 45px 0 0 0;
        margin-top: 40px;
        width: 100%;
    }

    .epcot-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .epcot-main {
        display: none;
    }

    .epcot-mobile-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 0;
    }

    .epcot-logo.mobile-img {
        display: block;
        width: 156px;
        height: 40.964px;
        margin: 0 auto 24px;
    }

    .epcot-logo.desktop-img {
        display: none;
    }

    .epcot-main-image.mobile-img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .epcot-main-image.desktop-img {
        display: none;
    }

    .epcot-title-mobile {
        display: block;
        color: #222;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 0.52px;
        margin-bottom: 24px;
        margin-top: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .epcot-title {
        display: none;
    }

    .epcot-description-mobile {
        display: block;
        color: #222;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: 0.32px;
        margin-bottom: 24px;
        margin-top: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .epcot-description {
        display: none;
    }

    .btn-epcot-discover-mobile {
        display: flex;
        padding: 14.408px 28.816px;
        justify-content: center;
        align-items: center;
        gap: 14.408px;
        align-self: stretch;
        border-radius: 899.597px;
        background: #222;
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        margin-top: 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        text-align: center;
    }

    .btn-epcot-discover {
        display: none;
    }

    .epcot-news-container {
        width: 100%;
        max-width: 100%;
        margin: 65px auto 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        cursor: grab;
        user-select: none;
    }

    .epcot-news-container:active {
        cursor: grabbing;
    }

    .epcot-news-content {
        display: none;
    }

    .epcot-news-wrapper-mobile {
        display: flex;
        gap: 32px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
        padding-left: 5%;
    }

    .epcot-news-item {
        width: 287px;
        flex-shrink: 0;
    }

    .epcot-news-img {
        width: 287px;
        height: auto;
        border-radius: 24px;
    }

    .epcot-news-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
    }

    .epcot-news-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .epcot-video-container {
        margin-top: 65px;
    }

    .epcot-video-img.desktop-img {
        display: none;
    }

    .epcot-video-img.mobile-img {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
}

/* Seção Blog/Notícias */
.secao-blog {
    background: #ECE9E4;
    position: relative;
    padding-top: 86px;
    padding-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
}

.blog-content {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.blog-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.blog-shadow-image {
    width: 248px;
    height: 56px;
    display: block;
}

.blog-title {
    color: #18488E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.66px;
    margin-bottom: 61px;
    margin-top: 0;
}

.blog-title .walt-disney-italic {
    font-style: italic;
}

/* News Section */
.blog-news-container {
    width: 1086px;
    max-width: 1086px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.blog-news-content {
    display: flex;
    gap: 32px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: fit-content;
}

.blog-news-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    width: fit-content;
    margin-left: auto;
}

.blog-news-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #18488E;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.blog-news-btn:hover {
    background: #18488E;
    color: #FFF;
}

.blog-news-btn.prev {
    margin: 0;
}

.blog-news-btn.next {
    margin: 0;
}

.blog-news-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.blog-news-wrapper-mobile {
    display: none;
}

.blog-news-item {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
}

.blog-news-img {
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.blog-news-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0.18px;
    margin-top: 24px;
    margin-bottom: 0;
    flex-shrink: 0;
    min-height: 62px;
}

.blog-news-subtitle {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
    margin-top: 8px;
    margin-bottom: 0;
}

.blog-news-text {
    align-self: stretch;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
    margin-top: 24px;
    margin-bottom: 0;
    flex-grow: 1;
    min-height: 252px;
}

.btn-blog-discover {
    display: flex;
    padding: 14.408px 28.816px;
    justify-content: center;
    align-items: center;
    gap: 14.408px;
    align-self: stretch;
    border-radius: 899.597px;
    background: #18488E;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 24px;
    width: 100%;
    flex-shrink: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .secao-blog {
        padding-top: 60px;
        padding-bottom: 50px;
        width: 100%;
    }

    .blog-content {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .blog-image-container {
        margin-bottom: 0;
    }

    .blog-shadow-image {
        width: 248px;
        height: 56px;
    }

    .blog-title {
        font-size: 26px;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .blog-subtitle {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0.44px;
        margin-top: 12px;
    }

    .blog-news-container {
        width: 105%;
        max-width: 105%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        cursor: grab;
        user-select: none;
        margin-top: 32px;
    }

    .blog-news-container:active {
        cursor: grabbing;
    }

    .blog-news-content {
        display: none;
    }

    .blog-news-controls {
        display: none;
    }

    .blog-news-wrapper-mobile {
        display: flex;
        gap: 25px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        width: fit-content;
    }

    .blog-news-item {
        width: 255px;
        flex: none;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
    }

    .blog-news-img {
        width: 255px;
        height: auto;
    }

    .blog-news-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 16px;
        min-height: 52px;
    }

    .blog-news-subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.12px;
        margin-top: 6px;
    }

    .blog-news-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 16px;
        min-height: 264px;
    }

    .btn-blog-discover {
        margin-top: 0;
    }
}
