      /* Estilo geral do corpo */
      @font-face {
          font-family: 'Futura';
          src: url(fonts/FuturaLTProBook.otf) format('opentype');
          font-weight: 400;
          font-style: normal;
          font-display: swap;
      }

      @font-face {
          font-family: 'Futura';
          src: url(fonts/FuturaLTProBold.otf) format('opentype');
          font-weight: 700;
          font-style: normal;
          font-display: swap;
      }

      @font-face {
          font-family: 'Futura';
          src: url(fonts/FuturaLTProLight.otf) format('opentype');
          font-weight: 300;
          font-style: normal;
          font-display: swap;
      }

      @font-face {
          font-family: 'Callem';
          src: url(fonts/callem-script.ttf) format('truetype');
          font-weight: 400;
          font-style: normal;
          font-display: swap;
      }

      * {
          font-family: "Futura", "Playfair Display", sans-serif;
          font-weight: 400;
          font-style: normal;
      }

      body {
          background-color: #162150;
          color: #DDE0E1;
          overflow-x: hidden;
          min-height: 100vh;
          font-family: "Futura", "Playfair Display", sans-serif;
          padding-bottom: 80px;
      }

      /* --------- */
      /* Navbar Section  */
      /* --------- */
      .sticky {
          background-color: rgba(22, 33, 80, 0.95) !important;
          transition: all 0.3s ease-out 0s !important;
          box-shadow: 0px 10px 10px 0px rgba(22, 33, 80, 0.2) !important;
          backdrop-filter: blur(15px) !important;
      }

      .navbar {
          background-color: rgba(22, 33, 80, 0.1) !important;
          transition: all 0.3s ease-out;
          padding: 0.3rem 2rem;
          height: 100px;
          font-size: 1.2rem;
          position: fixed !important;
          width: 100%;
          z-index: 1000;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .navbar-scrolled {
          background-color: rgba(22, 33, 80, 0.95) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

      .navbar-toggler {
          background-color: rgba(105, 124, 182, 0.4);
          outline: none;
          background-color: transparent;
          z-index: 1;
          position: absolute;
          right: 2rem;
      }

      .navbar-toggler span {
          display: block;
          width: 30px;
          height: 3px;
          background-color: #DDE0E1;
          margin: 5px auto;
          transition: transform 0.3s ease, opacity 0.3s ease;
      }

      .navbar-toggler span:nth-child(1) {
          transform: translateY(-8px) rotate(45deg);
      }

      .navbar-toggler span:nth-child(2) {
          opacity: 0;
      }

      .navbar-toggler span:nth-child(3) {
          transform: translateY(8px) rotate(-45deg);
      }

      .navbar-toggler span:nth-child(4) {
          display: none;
      }

      .navbar-toggler.collapsed span:nth-child(1),
      .navbar-toggler.collapsed span:nth-child(3) {
          transform: rotate(0);
      }

      .navbar-toggler.collapsed span:nth-child(2) {
          opacity: 1;
      }

      .navbar-toggler.collapsed span:nth-child(4) {
          display: block;
          opacity: 1;
          transform: translateY(0);
      }

      .navbar-toggler span {
          display: block;
          width: 30px;
          height: 3px;
          background-color: #DDE0E1;
          margin: 5px auto;
          transition: transform 0.3s ease, opacity 0.3s ease;
      }

      .navbar-toggler.collapsed span:nth-child(1) {
          transform: translateY(0) rotate(0);
      }

      .navbar-toggler.collapsed span:nth-child(2) {
          opacity: 1;
      }

      .navbar-toggler.collapsed span:nth-child(3) {
          transform: translateY(0) rotate(0);
      }

      .navbar-toggler span:nth-child(1) {
          transform: translateY(8px) rotate(45deg);
      }

      .navbar-toggler span:nth-child(2) {
          opacity: 0;
      }

      .navbar-toggler span:nth-child(3) {
          transform: translateY(-8px) rotate(-45deg);
      }

      .navbar-toggler:not(.collapsed) span:nth-child(1) {
          transform: translateY(8px) rotate(45deg) translateX(5px);
      }

      .navbar-toggler:not(.collapsed) span:nth-child(3) {
          transform: translateY(-8px) rotate(-45deg) translateX(5px);
      }

      .navbar-toggler:not(.collapsed) span:nth-child(2) {
          transform: translateY(0) rotate(0) scaleX(0.8);
          opacity: 1;
      }

      .navbar-collapse.collapse.show {
          display: block !important;
      }

      .navbar-brand {
          color: #DDE0E1 !important;
          font-size: 1.5rem;
      }

      .navbar-brand img {
          height: auto;
          max-height: 70px;
          width: auto;
      }

      .navbar-nav .nav-link {
          color: #DDE0E1 !important;
          padding-right: 1rem !important;
          padding-left: 1rem !important;
      }

      .nav-link {
          padding: 0.8rem 1rem !important;
      }

      .navbar-nav .nav-item {
          position: relative;
          margin-left: 20px;
      }

      .navbar-nav .nav-item a {
          font-weight: 400;
          transition: all 0.3s ease-out 0s;
          position: relative;
          z-index: 1;
      }

      .navbar-nav .nav-item a::after {
          content: "";
          position: relative;
          display: block;
          height: 5px;
          width: 0;
          border-radius: 16px;
          background: #697CB6;
          bottom: 1px;
          left: 0;
          z-index: -1;
          transition: all 0.3s ease-out 0s;
      }

      .navbar-nav .nav-item a:hover::after {
          width: 100%;
      }

      /* Estilos elegantes para o cabeçalho */
      .elegant-header {
          padding: 30px 0;
      }

      .main-title {
          font-family: "Futura", serif;
          font-size: 3em;
          color: #DDE0E1;
          text-align: center;
          justify-content: center;
          align-items: center;
      }


      .divider {
          width: 80px;
          height: 2px;
          background: linear-gradient(90deg, transparent, #697CB6, transparent);
          margin: 20px auto;
      }

      .sub-title {
          font-size: 2em;
          color: #697CB6;
          font-weight: 400;
          margin-bottom: 15px;
          letter-spacing: 1px;
      }

      .tagline {
          font-size: 1.2em;
          color: #DDE0E1;
          line-height: 1.6;
          margin-top: 20px;
          font-style: italic;
          opacity: 0.9;
      }

      footer {
          position: fixed;
          bottom: 0;
          left: 0;
          background-color: #162150;
          color: #697CB6;
          text-align: center;
          padding: 20px;
          width: 100%;
          font-weight: 30;
      }

      .social-icon {
          margin: 0 10px;
          color: #697CB6;
          font-size: 24px;
          transition: color 0.3s;
          text-decoration: none;
      }

      .social-icon:hover {
          color: #DDE0E1;
          text-decoration: none;
      }

      .name {
          font-size: 14px;
          margin-top: 10px;
          color: #697CB6;
      }

      .copyright {
          font-size: 12px;
          margin-top: 10px;
          color: #697CB6;
          text-decoration: none;
      }

      .image-center {
          text-align: center;
          animation: pulse 7s ease-in-out infinite;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 10% !important;
          margin-bottom: 3%;
      }

      .image-center img {
          max-width: 30%;
          height: auto;
      }

      @keyframes pulse {
          0% {
              transform: scale(1);
          }

          50% {
              transform: scale(1.13);
          }

          100% {
              transform: scale(1);
          }
      }

      #logo {
          width: auto;
          height: 100px;
          /* Aumentei de 80px para 100px */
          max-height: 120px;
          /* Aumentei o máximo */
          position: absolute;
          left: 2%;
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.3s ease;
          /* Adicionei transição suave */
      }

      .navbar-nav {
          display: flex;
          justify-content: center;
          width: 100%;
          position: relative;
      }

      body,
      input,
      textarea {
          cursor: default;
          user-select: none;
      }

      input:focus,
      textarea:focus,
      button:focus {
          outline: none;
      }

      a {
          color: #DDE0E1;
          font-weight: bolder;
      }

      a:hover,
      a:focus {
          color: #697CB6;
      }

      /* Galeria de Fotos */
      .photo-gallery {
          padding: 20px;
          background-color: transparent;
          border-radius: 10px;
          margin-top: 20px;
          max-width: 1200px;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          margin: auto;
          overflow: hidden;
      }

      .photo-gallery h2 {
          text-align: center;
          color: #697CB6;
          margin-bottom: 40px;
          font-size: 2.5em;
      }

      .photo-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 25px;
          justify-items: center;
      }

      .photo-item {
          background-color: #3C4257;
          border-radius: 15px;
          overflow: hidden;
          position: relative;
          padding: 8px;
          transition: transform 0.3s, box-shadow 0.3s;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          max-width: 300px;
          width: 100%;
      }

      .photo-item img {
          width: 100%;
          height: 250px;
          display: block;
          object-fit: cover;
          border-radius: 10px;
          transition: transform 0.3s;
      }

      .photo-item:hover {
          transform: scale(1.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
      }

      .photo-item img:hover {
          transform: scale(1.08);
      }

      /* Visualizador de Imagens */
      .image-viewer {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.9);
          justify-content: center;
          align-items: center;
          z-index: 1000;
      }

      .image-viewer img {
          max-width: 85%;
          max-height: 85%;
          border-radius: 15px;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
      }

      .image-viewer-close {
          position: absolute;
          top: 25px;
          right: 25px;
          font-size: 35px;
          color: #DDE0E1;
          cursor: pointer;
          z-index: 1001;
          background: rgba(105, 124, 182, 0.3);
          border-radius: 50%;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .arrow {
          position: absolute;
          top: 50%;
          font-size: 45px;
          color: #DDE0E1;
          background: rgba(105, 124, 182, 0.3);
          border: none;
          cursor: pointer;
          z-index: 1100;
          border-radius: 50%;
          width: 60px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          transform: translateY(-50%);
      }

      .arrow.prev {
          left: 20px;
      }

      .arrow.next {
          right: 20px;
      }

      .arrow:hover {
          background: rgba(105, 124, 182, 0.6);
      }

      /* Estrelas no fundo */
      .stars-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          z-index: -1;
      }

      .star {
          position: absolute;
          border-radius: 70%;
          background: radial-gradient(circle, #697CB6 40%, #3C4257 70%);
          opacity: 0;
          animation: twinkle 5.5s infinite ease-in-out;
      }

      @keyframes twinkle {
          0% {
              opacity: 0;
              transform: scale(1);
          }

          50% {
              opacity: 1;
              transform: scale(1.5);
          }

          100% {
              opacity: 0;
              transform: scale(1);
          }
      }

      /* Ajustes para mobile */
      @media (max-width: 1024px) {
          .photo-grid {
              grid-template-columns: repeat(2, 1fr);
          }
      }

      @media (max-width: 768px) {
          .image-center img {
              max-width: 70% !important;
              margin-top: 25% !important;
          }

          .navbar {
              padding: 1rem 1.5rem !important;
              height: 70px;
          }

          #logo {
              height: 70px;
              /* Aumentei de 50px para 70px */
              max-height: 80px;
              /* Adicionei um máximo para mobile */
              left: 1rem;
              /* Ajustei o left */
              top: 50%;
              transform: translateY(-50%);
          }

          .navbar-toggler {
              right: 1.5rem;
          }

          .navbar-collapse.show {
              margin-top: 15px;
              background-color: rgba(169, 169, 169, 0.1);
              padding: 25px;
          }

          .nav-link {
              padding: 0.8rem 1rem !important;
              font-size: 1.1em;
          }

          .photo-grid {
              grid-template-columns: repeat(2, 1fr);
              gap: 15px;
          }

          .photo-item {
              max-width: 250px;
          }

          .main-title {
              font-size: 3.5em !important;
          }

          .sub-title {
              font-size: 1.8em !important;
          }

          .tagline {
              font-size: 1.1em !important;
          }
      }

      @media (max-width: 480px) {
          .image-center img {
              max-width: 80% !important;
              margin-top: 30% !important;
          }

          .photo-grid {
              grid-template-columns: 1fr;
              gap: 20px;
          }

          .photo-item {
              max-width: 280px;
          }

          .main-title {
              font-size: 2.8em !important;
          }

          .sub-title {
              font-size: 1.5em !important;
          }

          .tagline {
              font-size: 1em !important;
          }

          .arrow {
              width: 45px;
              height: 45px;
              font-size: 35px;
          }

          .image-viewer-close {
              width: 40px;
              height: 40px;
              font-size: 28px;
          }
      }

      .gallery-title {
          font-family: 'Futura', sans-serif;
          font-weight: 400;
      }

      /* ============ BOTÕES MOBILE MELHORADOS ============ */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(15, 23, 60, 0.98) !important;
        backdrop-filter: blur(15px);
        padding: 20px;
        border-radius: 0 0 10px 10px;
        margin-top: 83px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }
    

    
    /* Esconder tooltips em mobile */
    .tooltip {
        display: none !important;
    }
    
    /* Esconder botões originais em mobile */
    .action-buttons {
        display: none !important;
    }
    
    /* Mostrar botões mobile - MELHORADO */
    .mobile-action-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 50px 0;
        width: 100%;
        padding: 0 15px;
    }
    
    .mobile-button {
        display: flex;
        align-items: center;
        background: linear-gradient(135deg, rgba(105, 124, 182, 0.2) 0%, rgba(61, 66, 87, 0.2) 100%);
        backdrop-filter: blur(12px);
        border: 2px solid rgba(105, 124, 182, 0.4);
        border-radius: 20px;
        padding: 20px 25px;
        text-decoration: none;
        color: #DDE0E1;
        transition: all 0.3s ease;
        width: 100%;
        box-sizing: border-box;
        min-height: 90px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-button:hover {
        transform: translateY(-5px);
        background: linear-gradient(135deg, rgba(105, 124, 182, 0.3) 0%, rgba(61, 66, 87, 0.3) 100%);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        color: #DDE0E1;
        text-decoration: none;
        border-color: rgba(105, 124, 182, 0.6);
    }
    
    .mobile-button:active {
        transform: translateY(-2px);
    }
    
    .mobile-button img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        filter: brightness(1.1);
        flex-shrink: 0;
        /* REMOVIDO: background, border, padding e border-radius */
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    
    .mobile-button span {
        font-size: 1.3em;
        font-weight: 600;
        flex-grow: 1;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        letter-spacing: 0.5px;
    }
    
    /* Efeito de brilho suave nos botões */
    .mobile-button::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(45deg, rgba(105, 124, 182, 0.3), rgba(61, 66, 87, 0.3), rgba(105, 124, 182, 0.3));
        border-radius: 22px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .mobile-button:hover::before {
        opacity: 1;
    }
}

/* Desktop: esconder botões mobile e mostrar os originais */
@media (min-width: 992px) {
    .mobile-action-buttons {
        display: none !important;
    }
    
    .action-buttons {
        display: flex !important;
    }
}

/* Ajustes para tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .mobile-action-buttons {
        max-width: 600px;
        margin: 50px auto;
    }
    
    .mobile-button {
        padding: 25px 30px;
        min-height: 100px;
    }
    
    .mobile-button img {
        width: 80px;
        height: 80px;
    }
    
    .mobile-button span {
        font-size: 1.4em;
    }
}

/* Ajustes para telas pequenas */
@media (max-width: 480px) {
    .mobile-action-buttons {
        gap: 15px;
        margin: 40px 0;
        padding: 0 10px;
    }
    
    .mobile-button {
        padding: 18px 20px;
        min-height: 80px;
        border-radius: 18px;
    }
    
    .mobile-button img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    
    .mobile-button span {
        font-size: 1.2em;
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 360px) {
    .mobile-button {
        padding: 15px 18px;
        min-height: 75px;
        border-radius: 16px;
    }
    
    .mobile-button img {
        width: 55px;
        height: 55px;
        margin-right: 12px;
    }
    
    .mobile-button span {
        font-size: 1.1em;
    }
}

/* Melhorias de acessibilidade para o toggle */


/* Ajustes para o logo em mobile */
@media (max-width: 768px) {
    #logo {
        height: 80px;
        max-height: 90px;
    }
    
    .navbar {
        padding: 0.3rem 1rem;
        height: 90px;
    }
}

/* Ajustes para a imagem central em mobile */
@media (max-width: 768px) {
    .image-center img {
        max-width: 60%;
        margin-top: 15%;
    }
}

/* Animações adicionais para os botões mobile */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 rgba(105, 124, 182, 0.4);
    }
    50% {
        box-shadow: 0 0 20px rgba(105, 124, 182, 0.6);
    }
    100% {
        box-shadow: 0 0 0 rgba(105, 124, 182, 0.4);
    }
}

.mobile-button {
    animation: pulse-glow 2s infinite;
}

.mobile-button:hover {
    animation: none;
}

/* ============ AJUSTES PARA OS CARDS DE INFORMAÇÃO NO MOBILE ============ */
@media (max-width: 768px) {
    .event-info-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-top: 30px !important;
    }
    
    .info-card {
        padding: 20px 15px !important;
        border-radius: 15px !important;
        margin: 0 10px !important;
    }
    
    .info-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px !important;
        font-size: 20px !important;
    }
    
    .info-card h3 {
        font-size: 1.2em !important;
        margin-bottom: 10px !important;
    }
    
    .info-detail {
        font-size: 1.1em !important;
        margin-bottom: 5px !important;
    }
    
    .info-subdetail {
        font-size: 0.9em !important;
        margin-bottom: 10px !important;
    }
    
    .map-link {
        font-size: 0.85em !important;
        margin-top: 8px !important;
    }
    
    /* Ajustar espaçamento geral da seção */
    .event-info-section {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }
    
    /* Reduzir margens entre os elementos */
    .elegant-header {
        padding: 20px 0 !important;
        margin-bottom: 20px !important;
    }
    
    .main-title {
        font-size: 3.5em !important;
    }
    
    .sub-title {
        font-size: 1.6em !important;
    }
    
    .tagline {
        font-size: 1em !important;
        margin-top: 15px !important;
    }
}

/* Ajustes adicionais para telas muito pequenas */
@media (max-width: 480px) {
    .info-card {
        padding: 18px 12px !important;
        border-radius: 12px !important;
        margin: 0 5px !important;
    }
    
    .info-icon {
        width: 45px !important;
        height: 45px !important;
        margin: 0 auto 12px !important;
        font-size: 18px !important;
    }
    
    .info-card h3 {
        font-size: 1.1em !important;
        margin-bottom: 8px !important;
    }
    
    .info-detail {
        font-size: 1em !important;
    }
    
    .info-subdetail {
        font-size: 0.85em !important;
    }
    
    .main-title {
        font-size: 3em !important;
    }
    
    .sub-title {
        font-size: 1.4em !important;
    }
}

/* Melhorias de espaçamento para mobile */
@media (max-width: 768px) {
    .container > .container {
        padding: 0 10px !important;
    }
    
    .event-info-grid {
        margin: 20px 0 !important;
    }
    
    /* Reduzir espaçamento excessivo */
    br {
        display: none !important;
    }
    
    .max-width > .container {
        padding: 0 5px !important;
    }
}

/* Ajustes específicos para o layout grid */
@media (max-width: 768px) {
    .event-info-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .info-card {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto 15px !important;
    }
}

/* Melhorar a hierarquia visual nos cards */
.info-card {
    text-align: center;
}

.info-detail {
    font-weight: 600;
    color: #697CB6 !important;
}

.info-subdetail {
    color: #A9A9A9 !important;
    line-height: 1.4;
}

/* Ajustar o link do mapa para mobile */
@media (max-width: 768px) {
    .map-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 15px;
        background: rgba(105, 124, 182, 0.1);
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .map-link:hover {
        background: rgba(105, 124, 182, 0.2);
        transform: translateY(-2px);
    }
}

/* Controles de Zoom Personalizados - Tamanho Reduzido */
.zoom-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background: rgba(22, 33, 80, 0.7);
    padding: 8px 12px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(105, 124, 182, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 1002;
}

.zoom-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #697CB6, #3C4257);
    border: none;
    color: #DDE0E1;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.zoom-btn:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #7a8dc9, #4a506b);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.zoom-btn:active {
    transform: scale(0.95);
}

/* Indicador de nível de zoom */
.zoom-level-indicator {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(22, 33, 80, 0.7);
    color: #DDE0E1;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.zoom-level-indicator.show {
    opacity: 1;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    .zoom-controls {
        bottom: 15px;
        padding: 6px 10px;
    }
    
    .zoom-btn {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .zoom-level-indicator {
        bottom: 50px;
        font-size: 10px;
        padding: 3px 8px;
    }
}

/* ============ BOTÕES MOBILE MELHORADOS ============ */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(15, 23, 60, 0.98) !important;
        backdrop-filter: blur(15px);
        padding: 20px;
        border-radius: 0 0 10px 10px;
        margin-top: 53px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }
    

    
    /* Esconder tooltips em mobile */
    .tooltip {
        display: none !important;
    }
    
    /* Esconder botões originais em mobile */
    .action-buttons {
        display: none !important;
    }
    
    /* Mostrar botões mobile - MELHORADO */
    .mobile-action-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 50px 0;
        width: 100%;
        padding: 0 15px;
    }
    
    .mobile-button {
        display: flex;
        align-items: center;
        background: linear-gradient(135deg, rgba(105, 124, 182, 0.2) 0%, rgba(61, 66, 87, 0.2) 100%);
        backdrop-filter: blur(12px);
        border: 2px solid rgba(105, 124, 182, 0.4);
        border-radius: 20px;
        padding: 20px 25px;
        text-decoration: none;
        color: #DDE0E1;
        transition: all 0.3s ease;
        width: 100%;
        box-sizing: border-box;
        min-height: 90px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-button:hover {
        transform: translateY(-5px);
        background: linear-gradient(135deg, rgba(105, 124, 182, 0.3) 0%, rgba(61, 66, 87, 0.3) 100%);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        color: #DDE0E1;
        text-decoration: none;
        border-color: rgba(105, 124, 182, 0.6);
    }
    
    .mobile-button:active {
        transform: translateY(-2px);
    }
    
    .mobile-button img {
        width: 70px;
        height: 70px;
        margin-right: 20px;
        filter: brightness(1.1);
        flex-shrink: 0;
        /* REMOVIDO: background, border, padding e border-radius */
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    
    .mobile-button span {
        font-size: 1.3em;
        font-weight: 600;
        flex-grow: 1;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        letter-spacing: 0.5px;
    }
    
    /* Efeito de brilho suave nos botões */
    .mobile-button::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(45deg, rgba(105, 124, 182, 0.3), rgba(61, 66, 87, 0.3), rgba(105, 124, 182, 0.3));
        border-radius: 22px;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .mobile-button:hover::before {
        opacity: 1;
    }
}

/* Desktop: esconder botões mobile e mostrar os originais */
@media (min-width: 992px) {
    .mobile-action-buttons {
        display: none !important;
    }
    
    .action-buttons {
        display: flex !important;
    }
}

/* Ajustes para tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .mobile-action-buttons {
        max-width: 600px;
        margin: 50px auto;
    }
    
    .mobile-button {
        padding: 25px 30px;
        min-height: 100px;
    }
    
    .mobile-button img {
        width: 80px;
        height: 80px;
    }
    
    .mobile-button span {
        font-size: 1.4em;
    }
}

/* Ajustes para telas pequenas */
@media (max-width: 480px) {
    .mobile-action-buttons {
        gap: 15px;
        margin: 40px 0;
        padding: 0 10px;
    }
    
    .mobile-button {
        padding: 18px 20px;
        min-height: 80px;
        border-radius: 18px;
    }
    
    .mobile-button img {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    
    .mobile-button span {
        font-size: 1.2em;
    }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 360px) {
    .mobile-button {
        padding: 15px 18px;
        min-height: 75px;
        border-radius: 16px;
    }
    
    .mobile-button img {
        width: 55px;
        height: 55px;
        margin-right: 12px;
    }
    
    .mobile-button span {
        font-size: 1.1em;
    }
}

/* Melhorias de acessibilidade para o toggle */


/* Ajustes para o logo em mobile */
@media (max-width: 768px) {
    #logo {
        height: 80px;
        max-height: 90px;
    }
    
    .navbar {
        padding: 0.3rem 1rem;
        height: 90px;
    }
}

/* Ajustes para a imagem central em mobile */
@media (max-width: 768px) {
    .image-center img {
        max-width: 60%;
        margin-top: 15%;
    }
}

/* Animações adicionais para os botões mobile */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 rgba(105, 124, 182, 0.4);
    }
    50% {
        box-shadow: 0 0 20px rgba(105, 124, 182, 0.6);
    }
    100% {
        box-shadow: 0 0 0 rgba(105, 124, 182, 0.4);
    }
}

.mobile-button {
    animation: pulse-glow 2s infinite;
}

.mobile-button:hover {
    animation: none;
}

/* ============ AJUSTES PARA OS CARDS DE INFORMAÇÃO NO MOBILE ============ */
@media (max-width: 768px) {
    .event-info-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-top: 30px !important;
    }
    
    .info-card {
        padding: 20px 15px !important;
        border-radius: 15px !important;
        margin: 0 10px !important;
    }
    
    .info-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px !important;
        font-size: 20px !important;
    }
    
    .info-card h3 {
        font-size: 1.2em !important;
        margin-bottom: 10px !important;
    }
    
    .info-detail {
        font-size: 1.1em !important;
        margin-bottom: 5px !important;
    }
    
    .info-subdetail {
        font-size: 0.9em !important;
        margin-bottom: 10px !important;
    }
    
    .map-link {
        font-size: 0.85em !important;
        margin-top: 8px !important;
    }
    
    /* Ajustar espaçamento geral da seção */
    .event-info-section {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }
    
    /* Reduzir margens entre os elementos */
    .elegant-header {
        padding: 20px 0 !important;
        margin-bottom: 20px !important;
    }
    
    .main-title {
        font-size: 3.5em !important;
    }
    
    .sub-title {
        font-size: 1.6em !important;
    }
    
    .tagline {
        font-size: 1em !important;
        margin-top: 15px !important;
    }
}

/* Ajustes adicionais para telas muito pequenas */
@media (max-width: 480px) {
    .info-card {
        padding: 18px 12px !important;
        border-radius: 12px !important;
        margin: 0 5px !important;
    }
    
    .info-icon {
        width: 45px !important;
        height: 45px !important;
        margin: 0 auto 12px !important;
        font-size: 18px !important;
    }
    
    .info-card h3 {
        font-size: 1.1em !important;
        margin-bottom: 8px !important;
    }
    
    .info-detail {
        font-size: 1em !important;
    }
    
    .info-subdetail {
        font-size: 0.85em !important;
    }
    
    .main-title {
        font-size: 3em !important;
    }
    
    .sub-title {
        font-size: 1.4em !important;
    }
}

/* Melhorias de espaçamento para mobile */
@media (max-width: 768px) {
    .container > .container {
        padding: 0 10px !important;
    }
    
    .event-info-grid {
        margin: 20px 0 !important;
    }
    
    /* Reduzir espaçamento excessivo */
    br {
        display: none !important;
    }
    
    .max-width > .container {
        padding: 0 5px !important;
    }
}

/* Ajustes específicos para o layout grid */
@media (max-width: 768px) {
    .event-info-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .info-card {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto 15px !important;
    }
}

/* Melhorar a hierarquia visual nos cards */
.info-card {
    text-align: center;
}

.info-detail {
    font-weight: 600;
    color: #697CB6 !important;
}

.info-subdetail {
    color: #A9A9A9 !important;
    line-height: 1.4;
}

/* Ajustar o link do mapa para mobile */
@media (max-width: 768px) {
    .map-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 15px;
        background: rgba(105, 124, 182, 0.1);
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .map-link:hover {
        background: rgba(105, 124, 182, 0.2);
        transform: translateY(-2px);
    }
}
