
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-wrap: balance;
}
.fixed-footer-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(152.25deg, #fb0234 40.65%, #ff8f01 88.29%);
    color: white;
    border: none;
    /* padding: 15px 20px; */
    font-size: 16px;
    cursor: pointer;
    border-radius: 20%;
    z-index: 3;
    width: 5rem;
    height: 5rem;
}

body, html {
    font-family: "base-mono-narrow", monospace;
    overflow-x: hidden;
    background-color: #fdecd5;
    text-wrap: pretty;
}

/* Fonte base-mono-narrow */
.mono-narrow-light-normal {
    font-family: "base-mono-narrow", monospace;
    font-weight: 300;
    font-style: normal;
}

.mono-narrow-light-italic {
    font-family: "base-mono-narrow", monospace;
    font-weight: 300;
    font-style: italic;
}

.mono-narrow-regular-normal {
    font-family: "base-mono-narrow", monospace;
    font-weight: 400;
    font-style: normal;
}

.mono-narrow-regular-italic {
    font-family: "base-mono-narrow", monospace;
    font-weight: 400;
    font-style: italic;
}

.mono-narrow-bold-normal {
    font-family: "base-mono-narrow", monospace;
    font-weight: 700;
    font-style: normal;
}

.mono-narrow-bold-italic {
    font-family: "base-mono-narrow", monospace;
    font-weight: 700;
    font-style: italic;
}

/* Fonte base-mono-wide */
.mono-wide-light-normal {
    font-family: "base-mono-wide", monospace;
    font-weight: 300;
    font-style: normal;
}

.mono-wide-light-italic {
    font-family: "base-mono-wide", monospace;
    font-weight: 300;
    font-style: italic;
}

.mono-wide-regular-normal {
    font-family: "base-mono-wide", monospace;
    font-weight: 400;
    font-style: normal;
}

.mono-wide-regular-italic {
    font-family: "base-mono-wide", monospace;
    font-weight: 400;
    font-style: italic;
}

.mono-wide-bold-normal {
    font-family: "base-mono-wide", monospace;
    font-weight: 700;
    font-style: normal;
}

.mono-wide-bold-italic {
    font-family: "base-mono-wide", monospace;
    font-weight: 700;
    font-style: italic;
}

#menu-sticker {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-menu.jpg');
    /* background-color: #F0493B; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-menu.jpg');

}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.hamburguer-menu {
    font-size: 30px;
    color: white;
    cursor: pointer;
}

#nav-menu {
    background-color: #F0493B;
    position: absolute;
    top: 80px;
    right: 0;
    width: 200px;
    padding: 20px;
    display: none;
}

#nav-menu ul {
    list-style: none;
}

#nav-menu ul li {
    margin-bottom: 10px;
}

#nav-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.hidden {
    display: none;
}

#hero {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#hero video {
    width: 100vw;
    height: auto; /* Mantém a altura proporcional ao vídeo */
    object-fit: cover; /* Garante que o vídeo cubra toda a área sem distorções */
}

#hero-player {
    width: 100vw;          /* 100% da largura da viewport */
    height: 90vh;     /* Limita a altura à altura da viewport */
    position: relative;
    object-fit: cover;     /* Ajusta o vídeo sem distorção */
}

#intro {
    width: 100%;
    padding: 100px 0;
    /* background: url('sua-imagem.jpg') no-repeat center center/cover; */
}

.intro-container {
    width: 60%;
    margin: 0 auto;
    color: white;
    font-size: 2rem;
    line-height: 1.6;
}

/* Estilos do menu */
#menu-hamburger {
    position: fixed;  /* Mantém o menu fixo no topo da página */
    top: 0;  /* Alinha o menu ao topo */
    width: 100%;  /* Ocupa toda a largura da página */
    background-color: #F0493B;  /* Cor do fundo */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1900;  /* Garante que o menu fique acima de outros elementos */
    padding: 5px;  /* Espaçamento interno */
}

.logo {
    width: 120px;
}

.hamburger-icon {
    font-size: 30px;
    cursor: pointer;
    color: #FDECD5;
}

/* Overlay do menu */
#menu-overlay {
    position: fixed;
    top: -100vh;  /* Inicialmente fora da tela */
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F0493B;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15000;
    flex-direction: column;
    opacity: 0;  /* Começa transparente */
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-menu.jpg');
    background-size: cover;

}

#menu-overlay nav ul {
    list-style-type: none;  /* Remove bullets */
    padding: 0;             /* Remove o padding padrão do ul */
    margin: 0;              /* Remove a margem padrão do ul */
    text-align: center;
    text-transform: uppercase;
}

#menu-overlay nav ul li {
    margin: 20px 0;
}

#menu-overlay nav ul li a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.close-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

section {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.section1 {
    background-color: #F0493B; /* Cor similar ao fundo */
    height: 100vh;
    position: relative;
}

.section1 .content h1 {
    color: #fff;
    font-size: 3rem;
    position: relative;
}



    .section2 {
        background-color: #fdecd5;
        /* height: 150vh; */
        position: relative;
        background-image: url(https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg_garota.jpg);
        background-size: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 150px;
    }

.section2 .content {
    position: relative;
    z-index: 2;
    /* padding-bottom: 250px; */
}


#section1{
    background-color: #F0493B;
    height: 100vh;
}

#section2{
    background-color: #fdecd5;
    height: 100vh;
}

#section3 {
    background-color: #fdecd5;
    height: auto;
    display: block; /* Permite que os botões e o carrossel tenham seu próprio espaço */
    width: 100%;
    padding: 0; /* Remove padding para evitar deslocamento */
    text-align: center;
}



#section4{
    background-color: #f0493b;
    height: 100vh;
}

#section5 {
    background-color: #fdecd5;
    color: #4d4d4d;
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-ambientacao.jpg');
    background-size: 100%;
    background-attachment: fixed; /* Mantém o background fixo no viewport */
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    background-blend-mode: color-burn;
}
#section6{
    background-color: #f292a5;
    height: 100vh;
    color: #3f8358;
}
#section6 h1{
    color: #3f8358;
    text-align: center;
    font-size: 2.5rem;
    padding-top: 80px;
}

#section6 p{
    color: #4d4d4d;
}

#section7 {
    background-color: #3f8358;
    color: hsl(0, 0%, 100%);
    padding: 20px 0; /* Espaçamento no topo e na base */
    width: 100vw; /* Garante que a seção ocupe toda a largura da viewport */
    position: relative;
    box-sizing: border-box;
    overflow: hidden; /* Evita qualquer overflow horizontal */
}


.intro-container-cross {
    display: grid;
    grid-template-columns: 1fr; /* Cria duas colunas de 50% cada */
    gap: 20px; /* Espaçamento entre as colunas */
    width: 100vw; /* Ocupa toda a largura da viewport */
    margin: 0; /* Remove a centralização */
    align-items: start; /* Alinha os itens ao topo */
    padding: 0; /* Remove qualquer padding que possa estar limitando a largura */
}





.text-column-cross {
    grid-column: 2; /* Define que o texto ficará na segunda coluna */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.content1{
    color: #fdecd5;
    font-size: 1rem;
    position: relative;
    z-index: 2;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 1.6rem;
    text-align: center; 
}

.content1 h1{
    color: #fdecd5;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 20px;
}

.content1 p{
    color: #fdecd5;
    font-size: 1rem;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 1.6rem;
    text-align: left;
    padding-bottom: 20px;
}

.content1 blockquote{
    color: #fdecd5;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 2.6rem;
    text-align: left;
    font-style: italic;   
}
#animated-title{
    font-size: 3rem;

}

#animated-title span {
    display: inline-block;
    opacity: 0; /* Começa invisível */
    transform: scale(0); /* Começa com tamanho reduzido */
    z-index: 5;
}


.personagens-carousel {
    display: inline-flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    padding: 0;
    padding-top: 200px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    /* Remova a altura fixa */
    height: auto;
    overflow-y: hidden; /* Esconde a rolagem vertical */

}



.personagens-carousel::-webkit-scrollbar {
    opacity: 0;
    height: 2px;
}

.personagens-carousel::-webkit-scrollbar-thumb {
    background-color: #911a1a;
    border-radius: 2px;
}

.personagens-carousel::-webkit-scrollbar-thumb:hover {
    background-color: #f5f5f5;
}

.personagens-container {
    flex: 0 0 auto; /* Cada item não deve crescer ou encolher */
    margin-right: 45px; /* Espaçamento entre os itens */
    position: relative;
    cursor: pointer;
    width: 250px; /* Largura fixa */
}


.personagens-circle {
    width: 250px;
    height: 250px;
    background-color: #6495c1;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.personagens-photo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.personagens-extended-circle {
    width: 250px;
    height: 320px;
    background-color: #3f8358;
    border-radius: 250px;
    margin-top: -250px;
    position: relative;
    transition: height 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px;
}

.personagens-extended-circle.expanded {
    height: 800px;
}

.personagens-triangle {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid white;
    padding-bottom: 20px;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.personagens-comment {
    color: white;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 250px;
}

.personagens-comment h3, .personagens-comment p {
    margin: 0;
}

.personagens-yellow {
    color: #f8d934;
    text-transform: uppercase;
}

.personagens-text-comment {
    text-transform: none;
    color: #fff;
    padding-top: 10px;
}

/* Botões elegantes */
.personagens-buttons {
    display: flex;
    flex-wrap: wrap; /* Permite que os botões quebrem para a próxima linha se não couberem */
    justify-content: center; /* Centraliza os botões na tela */
    width: 100%; /* Ocupa toda a largura da tela */
    padding: 20px;
    gap: 20px; /* Espaçamento entre os botões */
}

.personagens-buttons button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: white;
    border: 2px solid #ccc;
    color: #888;
    border-radius: 30px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.personagens-buttons button.active {
    color: white;
    border-color: transparent;
}

.personagens-buttons button:hover {
    background-color: #f4f4f4;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.personagens-buttons button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.personagens-container.hidden {
    display: none;
}
        
/* Galeria de vídeos */
.video-gallery {
    display: grid; /* Usando grid */
    grid-template-columns: repeat(2, 1fr); /* Duas colunas por linha */
    gap: 20px; /* Espaçamento entre os vídeos */
    max-width: 1200px;
    margin: 0 auto; /* Centraliza a galeria */
    padding: 40px 0;
    padding-bottom:50px;
}

/* Container de vídeo */
.video-container {
    position: relative;
    padding-top: 56.25%; /* Proporção 16:9 */
    width: 100%;
    background-color: #000; /* Fundo preto */
}

#player-wrapper-1,
#player-wrapper-2,
#player-wrapper-3,
#player-wrapper-4,
#player-wrapper-6,
#player-wrapper-7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* O player fica atrás da moldura */
}

/* Moldura sobre o player */
.frame-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Garante que não interfira na interação com o player */
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/moldura-player.png'); /* Caminho para a moldura */
    background-size: cover; /* Garante que a moldura cubra todo o container */
    background-position: center; /* Centraliza a imagem da moldura */
    z-index: 399; /* Garante que a moldura fique acima do player */

}

/* Ajuste apenas para os vídeos 8 a 13 */
#player-wrapper-8,
#player-wrapper-9,
#player-wrapper-10,
#player-wrapper-11,
#player-wrapper-12,
#player-wrapper-13 {
    position: relative; /* Garante que o player esteja dentro do fluxo do layout */
    width: 100%; /* Ocupa 100% da largura da coluna */
    height: auto; /* Mantém a proporção do vídeo */
    z-index: 1; /* O player continua atrás da moldura */
}

/* Moldura sobre o player */
.frame-overlay-cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Garante que não interfira na interação com o player */
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/moldura-player.png'); /* Caminho para a moldura */
    background-size: cover; /* Garante que a moldura cubra todo o container */
    background-position: center; /* Centraliza a imagem da moldura */
    z-index: 999; /* Garante que a moldura fique acima do player */
}


#section4 {
    background-color: #f0493b;
    height: auto; /* Altura automática para ajustar ao conteúdo */
    padding: 40px 0; /* Espaçamento vertical dentro da seção */
    display: block; /* Garante que não haja comportamento de flex */
}

/* Ajusta o layout para a introdução */
#section4 .intro-container {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 40px;
}

.diagonal-background-red {
    background-color: #F0493B; /* A cor de fundo pode ser ajustada conforme necessário */
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    height: 100vh; /* Altura da section */
    width: 100%; /* Largura total */
}

.diagonal-background-bege {
    background-color: #fdecd5; /* A cor de fundo pode ser ajustada conforme necessário */
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    height: 100vh; /* Altura da section */
    width: 100%; /* Largura total */
}

.diagonal-background-rosa {
    background-color: #f292a5; /* A cor de fundo pode ser ajustada conforme necessário */
    clip-path: polygon(0 10%, 110% 0, 100% 90%, 0% 100%);
    height: 100vh; /* Altura da section */
    width: 100%; /* Largura total */
}

.mood{
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 2rem;
    line-height: 2.6rem;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.curiosidades{
    padding-top: 140px;
    font-size: 2rem;
    line-height: 2.6rem;
    width: 60%;
    margin: 0 auto;
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-curiosidades.png');
    height: 100vh; /* Espaço suficiente para o scroll */

}

.curiosidades-section {
    height: 100vh; /* Espaço suficiente para o scroll */
    background-color: #fdecd5;
    position: relative;
    background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-curiosidades.png');
    background-size:300vw;

}

.polaroid-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Mantém o conteúdo dentro da área da polaroid */
}

.polaroid {
    position: absolute;
    width: 550px;
    height: auto;
    opacity: 1; /* Alterado para garantir que apareçam */
    transform: scale(0.8) rotate(0deg); /* Começa pequena e sem rotação */
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.polaroid-0 { top: 8%; left: 40%; z-index: 10; transform: rotate(12deg) scale(0.9); }
.polaroid-1 { top: 17%; left: 50%; z-index: 11; transform: rotate(12deg) scale(0.9); }
.polaroid-2 { top: 17%; left: 45%; z-index: 12; transform: rotate(6deg) scale(0.9);}
.polaroid-3 { top: 12%; left: 55%; z-index: 13; transform: rotate(-3deg) scale(0.9);}
.polaroid-4 { top: 16%; left: 60%; z-index: 14; transform: rotate(-6deg) scale(0.9);}
.polaroid-5 { top: 13%; left: 35%; z-index: 15; transform: rotate(-3deg) scale(0.9);}
.polaroid-6 { top: 13%; left: 45%; z-index: 16; transform: rotate(-6deg) scale(0.9);}
.polaroid-7 { top: 11%; left: 50%; z-index: 17; transform: rotate(-3deg) scale(0.9);}
.polaroid-8 { top: 11%; left: 50%; z-index: 17; transform: rotate(-3deg) scale(0.9);}


.polaroid img {
    width: 600px;
    border-radius: 8px;
    position: relative;
    display: block;
}

.polaroid p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 22px;
    font-size: 1.2rem;
    color: #f0493b;
    text-align: left;
    z-index: 999;
    border-radius: 0 0 8px 8px;
}
.mood-texto {
      font-size: 1.5rem;
      line-height: 2.5rem;
      position: relative;
      overflow: hidden;
      text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.5); /* Sombra no texto */
      color: #3f8358;
  }

  /* Cada linha de texto e o background correspondente */
  /* Aplicando o span em cada linha de texto */
  .mood-texto span {
      display: block;
      position: relative;
      z-index: 1;
  }

  /* Retângulo branco atrás de cada linha de texto */
  .mood-texto span::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: white; /* Retângulo branco */
      z-index: -1;
      transform-origin: left;
      transform: scaleX(0);
      transition: transform 0.5s ease; /* Transição suave para o retângulo */
  }

  /* Adicionando sombra no texto */
  .mood-texto span {
      text-shadow: 8px 8px 15px rgba(255, 255, 255, 0.819);
  }

  #section-novelas {
    background-color: #fdecd5;
    padding: 50px 0;
    width: 100vw;
    height: auto;

}

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

.novela-card {
    /* background-color: white; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 300px;
    text-align: left;
    padding: 20px;
}

.novela-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.novela-card h2 {
    font-size: 1.5rem;
    margin: 15px 0;
    color: #F0493B; /* Mesma cor de título para manter a paleta */
}

.novela-card p {
    font-size: 1rem;
    color: #4d4d4d;
}


#scroll-container {
            width: 100vw;
            height: 200vh;
            overflow: hidden;
            position: relative;
            background-color: #FDECD5;
            /* background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/eleicoes-no-eua/img/bg.png'); */
            background-repeat: repeat;
            background-size: auto; /* Ajuste o tamanho conforme necessário */
            margin: 0; /* Remove margens */
            padding: 0; /* Remove preenchimento */
        }

        #scroll-image {
            width: 2000px; 
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            /* background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/diddy/img/bg.png'); */
            background-size: contain; 
            background-repeat: no-repeat;
            background-position: center; 
        }

        /* Estilo para as imagens adicionais */
        .image {
            position: absolute;
            width: 100px;
            height: auto;
            pointer-events: none; /* Impede que as imagens capturem eventos de clique/arrasto */
        }

        /* .links {
            position: absolute;
        } */
        
        /* Estilo para as imagens adicionais */
        .image, .video, .quadrado {
            position: absolute;
        }

        



        @media (max-width: 768px) {
            #scroll-image {
                width: 2800px;
                height: 3800px;
            }
            .fixed-footer-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: linear-gradient(152.25deg, #fb0234 40.65%, #ff8f01 88.29%);
        color: white;
        border: none;
        /* padding: 15px 20px; */
        font-size: 16px;
        cursor: pointer;
        border-radius: 20%;
        z-index: 3;
        /* width: 5rem;
        height: 5rem; */
    }
        }

        @media (min-width: 769px) {
            #scroll-image {
                width: 2800px;
                height: 3900px;
            }
        }

        /* Navigator */
        #navigator-container {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            align-items: center;
            pointer-events: auto;
        }

        #navigator {
            width: 112px;
            height: 150px;
            border: 1px solid white;
            background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/personagens-garota-momento/img-nucleos/bgNav.png');
            background-size: cover;
            position: relative;
            cursor: pointer;
            pointer-events: auto;
        }

        #viewport-indicator {
            position: absolute;
            border: 1px solid #D3394B;
            background-color: #d3394b30 ;
            pointer-events: none;
        }

      

        #saibamais{
            transform: rotate(3deg);
            
        }

        #saibamais,ul,li{
            list-style-type:none;
            list-style: none;
            margin-top: 8px;  
            font-family: "base-mono-narrow", monospace;
        }

        #saibamais,a{
            text-decoration: none;
            color: #dc9999;
            font-size: 1.1rem;
            line-height: 1.6rem;
            font-weight: 600;
            font-family: "base-mono-narrow", monospace;

        }

        li a:hover {
            color: #eecccc; /* Cor dos links quando o mouse passar por cima */
        }

        #creditos {
        width: 100px;
        height: 100px;
        background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/diddy/img/37.png');
        background-repeat: no-repeat;
        position: absolute;
        left: 750px;
        top: 200px;
        cursor: pointer; /* Muda o cursor para mãozinha */
        }

        #popup {
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: white;
                border: 1px solid #ccc;
                border-radius: 10px; /* Bordas arredondadas */
                padding: 20px;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
                display: none; /* Oculto por padrão */
                z-index: 1000; /* Para que fique acima de outros elementos */
                width: 400px; /* Largura fixa para o popup */
                text-align: left; /* Centraliza o texto */
            }

            #popup-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.7);
                display: none; /* Oculto por padrão */
                z-index: 999; /* Para que fique abaixo do popup */
            }

            /* Estilo para o botão de fechar */
            #close-popup {
                background-color: #c4170c; /* Cor de destaque */
                color: white; /* Cor do texto */
                border: none; /* Remove borda padrão */
                border-radius: 5px; /* Bordas arredondadas */
                padding: 10px 15px; /* Espaçamento interno */
                cursor: pointer; /* Mãozinha ao passar o mouse */
                font-size: 16px; /* Tamanho da fonte */
                transition: background-color 0.3s; /* Transição suave */
            }

            #close-popup:hover {
                background-color: #a3120a; /* Cor ao passar o mouse */
            }

            .texto-popup{
                padding: 8px;
                text-align: left; /* Centraliza o texto */
            }

            .titulo-creditos {
                padding: 12px;
                text-align: left; /* Mantém o texto à esquerda */
                font-size: 22px; /* Ajuste o tamanho conforme desejado */
                font-weight: bold; /* Define o texto como negrito */
            }

            .styled-button {
        background-color: #F0493B; /* Cor de preenchimento */
        color: #fdecd5; /* Cor do texto */
        font-family: "base-mono-wide", monospace; /* Tipografia */
        font-weight: 700;
        font-style: normal;
        padding: 12px 24px; /* Preenchimento interno */
        border: none;
        border-radius: 8px; /* Bordas arredondadas */
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase; /* Texto em maiúsculas */
        transition: background-color 0.3s ease;
        margin-top: 20px;
    }

    .styled-button:hover {
        background-color: #d73d33; /* Cor de preenchimento ao passar o mouse */
    }


@media only screen and (max-width: 699px) {
    .section2 {
        background-color: #fdecd5;
        height: auto;
        position: relative;
        background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg_garota.jpg');
        background-size: auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        overflow: hidden;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .content1 blockquote {
        color: #fdecd5;
        font-size: 1.2rem;
        position: relative;
        z-index: 2;
        text-align: center;
        line-height: 1.8rem;
        text-align: left;
        font-style: italic;
    }

    .content1 {
        color: #fdecd5;
        font-size: 1rem;
        position: relative;
        z-index: 2;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 1.6rem;
        text-align: center;
    }

    h1 {
        display: block;
        font-size: 1.5rem;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 10px;
        margin-inline-end: 10px;
        font-weight: bold;
        unicode-bidi: isolate;
    }
    .personagens-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0px;
        gap: 0px;
    }

    .personagens-buttons button {
        margin: 4px;
        padding: 6px 6px;
        font-size: 0.9rem;
        cursor: pointer;
        background-color: white;
        border: 2px solid #ccc;
        color: #888;
        border-radius: 30px;
        transition: all 0.3s ease;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .personagens-carousel {
        display: inline-flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        width: 100%;
        padding: 0;
        padding-top: 100px;
        margin-bottom: 20px;
        padding-bottom: 40px;
        height: auto;
        overflow-y: hidden;
    }

    .personagens-container {
        flex: 0 0 auto;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        width: 250px;
    }

    #section4 .intro-container {
        text-align: center;
        margin-bottom: 0;
        padding-top: 0px;
    }

    #section4 {
        background-color: #f0493b;
        height: auto;
        padding: 0px 0;
        display: block;
        padding-bottom: 40px;
    }

    .video-gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        max-width: 350px;
        margin: 0 auto;
        padding: 4px;
        padding-bottom: 0;
    }

    #section5 {
        background-color: #fdecd5;
        color: #4d4d4d;
        background-image: url('https://s3.glbimg.com/v1/AUTH_8b29beb0cbe247a296f902be2fe084b6/2024/html/gshow/garota-do-momento/bg-ambientacao.jpg');
        background-size: auto;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 100vh;
        background-position: center;
    }

    .mood-texto span {
        display: contents;
        position: relative;
        z-index: 1;
    }

    .mood {
        padding-top: 120px;
        padding-bottom: 40px;
        font-size: 1rem;
        line-height: 1.3rem;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .mood h1 {
        display: block;
        font-size: 1.5rem;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        unicode-bidi: isolate;
    }

    .mood-texto {
        font-size: 1.2rem;
        line-height: 2.0rem;
        position: relative;
        overflow: hidden;
        text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.5);
        color: #3f8358;
    }

    .novela-card {
        /* background-color: white; */
        border-radius: 10px;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        width: 300px;
        text-align: left;
        padding: 0px;
    }

    .novela-card p {
        font-size: 1rem;
        color: #4d4d4d;
        margin-bottom: 30px;
    }

    .polaroid {
        position: absolute;
        width: 250px;
        height: auto;
        opacity: 1;
        transform: scale(0.8) rotate(0deg);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .polaroid img {
        width: 400px;
        border-radius: 8px;
        position: relative;
        display: block;
        
    }

    .polaroid p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 160%;
        margin: 0;
        padding-bottom: 10px;
        padding-left: 20px;
        font-size: 0.9rem;
        color: #f0493b;
        text-align: left;
        z-index: 999;
        border-radius: 0 0 8px 8px;
    }

    .polaroid-1 {
        top: 23%;
        left: 3%;
        z-index: 20;
        transform: rotate(12deg) scale(0.9);
    }

    .polaroid-2 {
        top: 25%;
        left: 0%;
        z-index: 21;
        transform: rotate(6deg) scale(0.9);
    }

    .polaroid-3 {
        top: 30%;
        left: -2%;
        transform: rotate(-3deg) scale(0.9);
        z-index: 22;
    }

    .polaroid-4 {
        top: 26%;
        left: 0%;
        transform: rotate(-6deg) scale(0.9);
        z-index: 23;
    }

    .polaroid-5 {
        top: 28%;
        left: 3%;
        z-index: 24;
    }

    .polaroid-6 {
    top: 24%;
    left: 3%;
    z-index: 25;
}

.polaroid-7 {
    top: 26%;
    left: 3%;
    z-index: 26;
}

.polaroid-7 {
    top: 23%;
    left: 4%;
    z-index: 27;
}

    li img{
        width: 200px;
    }

    #abre img{
        width: 250px;
    }
}

#creditos-finais{
    width: 100vw;
    height: 60vh;
    padding-top: 10vh;
    text-align: center;
}

.content-creditos h1{
    font-size: 2rem;
}
.content-creditos p{
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media (min-width: 700px) {
    .polaroid p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 84%;
        margin: 0;
        padding-bottom: 16px;
        padding-left: 32px;
        font-size: 1rem;
        color: #f0493b;
        text-align: left;
        z-index: 999;
        border-radius: 0 0 8px 8px;
    }

    .polaroid img {
    padding-top: 50px;
    width: 480px;
    border-radius: 8px;
    position: relative;
    display: block;
}
}

#section-novelas .content h1{
    color: #F0493B; 
    font-size: 2rem; 
    text-align: center; 
    margin-top: 20px; 
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    #hero-player {
        height: auto; /* Permite altura flexível */
        aspect-ratio: 16 / 9; /* Mantém a proporção 16:9 */
        background-color: #000; /* Fundo para evitar faixas brancas */
    }

    #section6 h1{
        color: #3f8358;
        text-align: center;
        font-size: 1.8rem;
        padding-top: 65px;
    }

    #section-novelas .content h1{
        color: #F0493B; 
        font-size: 1.8rem; 
        text-align: center; 
        margin-top: 20px; 
        margin-bottom: 20px;
    }

    #creditos-finais {
        width: 100vw;
        height: 60vh;
        padding-top: 10vh;
        text-align: left;
        padding-left: 10%;
    }
    .content-creditos h1 {
        display: block;
        font-size: 1.5rem;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 10px;
        font-weight: bold;
        unicode-bidi: isolate;
        color: #D3394B;
    }

    .content-creditos p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        color:#D3394B;
    }
}



