@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.hero .hero__button.nav-link {
    text-align: center#000!important
}
.hero .hero__button.nav-link:hover {
    color: #000!important
}
.hero .hero__button.nav-link::before {
    display: none!important;
}


@media (max-width: 480px) {
    /* Header Styles */
    .header {
        height: 65px;
    }

    .header__content {
        padding: 0 1rem;
    }

    .header__logo {
        width: 120px;
    }

    .header__nav {
        width: 300px;
        right: -300px;
        padding: 1.5rem;
    }

    .header__nav-list {
        padding-top: 1.5rem;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0;
        letter-spacing: 1px;
    }

    .nav-link::before {
        font-size: 0.6em;
    }

    .nav-link--highlight {
        padding: 0.3rem 0.8rem;
        font-size: 0.85rem;
        margin-top: 0.8rem;
    }

    /* Hero Section */
    .hero {
        padding-top: 70px;
    }

    .hero__content {
        padding: 1rem;
    }

    .hero__title {
        font-size: 1.8rem;
    }

    .hero__subtitle {
        font-size: 0.9rem;
    }

    .hero__image-wrapper {
        width: 90%;
        max-width: 300px;
    }

    .hero__button {
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
    }

    .hero__countdown-title {
        font-size: 1.5rem;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .countdown__container {
        grid-template-columns: 1fr;
    }

    .countdown__number {
        font-size: 2rem;
    }

    .countdown__label {
        font-size: 0.8rem;
    }

    .hero__event-info {
        padding: 1.2rem;
    }

    .hero__event-details {
        gap: 1.5rem;
    }

    .info-row {
        gap: 0.6rem;
    }

    .info-row span {
        font-size: 0.9rem;
    }

    .location-address {
        font-size: 0.85rem !important;
    }

    .hero__date,
    .hero__location {
        font-size: 0.9rem;
    }
    
    .hero__address {
        font-size: 0.8rem;
    }

    /* Program Section */
    .program {
        padding: 4rem 0;
    }

    .program__title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .program__carousel {
        padding: 1rem;
    }

    .program__prev,
    .program__next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    /* Speakers Section */
    .speakers {
        padding: 4rem 0;
    }
    
    .speakers__title {
        font-size: 2rem;
    }
    
    .speakers__description {
        padding: 1.5rem;
    }

    /* Speakers Gallery */
    .speakers-gallery {
        padding: 3rem 0;
    }

    .speakers-gallery__grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0.5rem;
    }

    .speaker-card {
        height: 320px;
    }

    .speaker-card__image {
        height: 150px;
    }

    .speaker-card__info {
        padding: 1rem;
    }

    .speaker-card__name {
        font-size: 1.1rem;
    }

    /* Speaker Modal */
    .speaker-modal__content {
        padding: 1rem;
    }

    .speaker-modal__name {
        font-size: 1.5rem;
    }

    .speaker-modal__talk-details {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    /* Gallery Section */
    .gallery {
        padding: 3rem 0;
    }

    .gallery__grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0.5rem;
    }

    .gallery__item {
        height: 320px;
    }

    .gallery__overlay {
        padding: 1rem;
    }

    .gallery__caption {
        font-size: 1.1rem;
    }

    /* Footer Section */
    .footer {
        padding: 3rem 0 1.5rem;
    }

    .footer__sponsors {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }

    .sponsor__item {
        padding: 1rem;
    }

    .sponsor__logo {
        max-width: 140px;
    }

    .footer__section {
        padding: 1.5rem;
    }

    .footer__logo-img {
        max-width: 140px;
    }

    .social__link {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .footer__event-info {
        padding: 1.2rem;
    }

    .footer__event-info strong {
        font-size: 1.1rem;
        padding-left: 1.2rem;
    }

    .footer__event-info p {
        font-size: 1rem;
        padding-left: 1.2rem;
    }

    .footer__address {
        font-size: 0.9rem;
        padding: 0.5rem 1.2rem;
        margin-left: 1.2rem;
    }
} 

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
    overflow-x: hidden;
}

.bg_footer01_institucional {
    background: linear-gradient(135deg, #0a0f1c 0%, #1a1f2e 100%);
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
    overflow: hidden;
  
}
.circle_down {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 85px;
    color: #00bfff;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    background: #101c2c;
    box-shadow: 0 4px 16px rgba(0,191,255,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00bfff;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: none;
}

.circle_down:hover {
    background: #00bfff;
    color: #101c2c;
    box-shadow: 0 6px 24px rgba(0,191,255,0.25);
}

.circle_down .circle i {
    font-size: 1.5rem;
    transform: scale(360deg);
}
.circle_down .circle {
    transform: rotate(-180deg);
}

.float {
    position:fixed;
    width: 100%;
    max-width:60px;
    height:60px;
    bottom:10px;
    right:10px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    z-index:100;
    animation:sm-shake-animation linear 1.5s infinite;
    -webkit-animation:sm-shake-animation linear 1.5s infinite;
  }
  .float .img_whatsapp {
    width: 100%;
    max-width:60px;
    height:60px;
    background-image: url("../img/Banner/whatsapp.gif");
    background-size: contain;
  }
  .my-float{
      margin-top:16px;
  }
  i.nav-arrow {
    transform: rotate(-180deg);
  }
  
  @keyframes sm-shake-animation {
   0% {
    transform:rotate(0) scale(1) skew(0.017rad)
   }
   25% {
    transform:rotate(0) scale(1) skew(0.017rad)
   }
   35% {
    transform:rotate(-0.3rad) scale(1) skew(0.017rad)
   }
   45% {
    transform:rotate(0.3rad) scale(1) skew(0.017rad)
   }
   55% {
    transform:rotate(-0.3rad) scale(1) skew(0.017rad)
   }
   65% {
    transform:rotate(0.3rad) scale(1) skew(0.017rad)
   }
   75% {
    transform:rotate(0) scale(1) skew(0.017rad)
   }
   100% {
    transform:rotate(0) scale(1) skew(0.017rad)
   }
  }
  @keyframes sm-rotate-animation {
   0% {
    transform:rotate(0)
   }
   100% {
    transform:rotate(180deg)
   }
  }
  
  .content {
    width: 100%;
    max-width: calc(1920px - 80px);
    margin: 0 auto;
    position: relative;
  }
  

.bg_footer01_institucional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 240, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.bg_footer01_institucional .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.bg_footer01_institucional h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
 
}
.bg_footer01_institucional h2:nth-child(1) {
    text-align: center;
}
.bg_footer01_institucional h2:not(.footerborder)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: linear-gradient(to bottom, #00f0ff, #9333ea);
    border-radius: 2px;
}
.bg_footer01_institucional .container_parceiro002 {
    display: flex;
    gap: 30px 80px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto;
}
.bg_footer01_institucional .container_parceiro01,
.bg_footer01_institucional .container_parceiro02 {
    display: flex;
    gap: 30px 80px;
    margin: 0px auto;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 0 0;
}


.bg_footer01_institucional .box_parceiro {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    max-width: 300px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.bg_footer01_institucional .box_parceiro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.1) 0%, rgba(147, 51, 234, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bg_footer01_institucional .box_parceiro:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.bg_footer01_institucional .box_parceiro:hover::before {
    opacity: 1;
}

.bg_footer01_institucional .box_parceiro .inner_img001 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    min-height: 140px;
}

.bg_footer01_institucional .im {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.1) contrast(1.1);
    min-height: 120px;
    max-height: 140px;
    object-fit: contain;
    display: block;
}

/* Specific image adjustments */
.bg_footer01_institucional .imgp01,
.bg_footer01_institucional .imgp02,
.bg_footer01_institucional .imgp03,
.bg_footer01_institucional .imgp04,
.bg_footer01_institucional .imgp05 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 120px;
    max-height: 140px;
    object-fit: contain;
    display: block;
}

.bg_footer01_institucional .img01,
.bg_footer01_institucional .img02,
.bg_footer01_institucional .img03,
.bg_footer01_institucional .img04,
.bg_footer01_institucional .img05,
.bg_footer01_institucional .img06,
.bg_footer01_institucional .img07 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 120px;
    max-height: 140px;
    object-fit: contain;
    display: block;
}

.bg_footer01_institucional .container_parceiro02 {
    margin-top: 60px;
}

.bg_footer01_institucional .container_parceiro02 .box_parceiro {
    min-height: 180px;
    background: rgba(255, 255, 255, 0.98);
}


@media (max-width: 1200px) {
    
    .bg_footer01_institucional .container_parceiro01,
    .bg_footer01_institucional .container_parceiro02 {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .bg_footer01_institucional {
        padding: 60px 0;
    }

    .bg_footer01_institucional h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .bg_footer01_institucional .container_parceiro01,
    .bg_footer01_institucional .container_parceiro02 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .bg_footer01_institucional .box_parceiro {
        height: 180px;
        padding: 25px;
    }

    .bg_footer01_institucional .container_parceiro02 {
        margin-top: 40px;
    }

    .bg_footer01_institucional .im {
        min-height: 100px;
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .bg_footer01_institucional .container_parceiro01,
    .bg_footer01_institucional .container_parceiro02 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bg_footer01_institucional .box_parceiro {
        height: 160px;
        padding: 20px;
    }

    .bg_footer01_institucional .im {
        min-height: 90px;
        max-height: 110px;
    }

    .bg_footer01_institucional h2 {
        font-size: 1.6rem;
    }
}

.bg_footer01_institucional .img01 {
    background-image: url('../img/Apoio/RenatoPacheco01.png');
    transform: scale(1.1);
}

.bg_footer01_institucional .img02 {
    background-image: url('../img/Apoio/BHD.png');
    transform: scale(1.2);

}
.bg_footer01_institucional .img03 {
    background-image: url('../img/Apoio/Logos_GGTIC-ES/Logo_GGTIC_ES.png');
    transform: scale(1.2);
}
.bg_footer01_institucional .img04 {
    background-image: url('../img/Apoio/GrupoTICapixaba.png');
    transform: scale(1.5);
}
.bg_footer01_institucional .img05 {
    background-image: url('../img/Apoio/Action.png');
    transform: scale(1.2);
}
.bg_footer01_institucional .img06 {
    background-image: url('../img/Apoio/DC5527-transparente.png');
    transform: scale(1.5);
}
.bg_footer01_institucional .img07 {
    background-image: url('../img/Apoio/LOGO-CEET/PNG/LOGOTIPO-CEET-P-VERTICAL-COLORIDA.png');
    height: 250px;
    transform: scale(1.5);
}

.bg_footer01_institucional .container_parceiro02 {
    margin-bottom: 30px;
    gap: 30px 0px;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width:calc(100%);
    margin: 0 auto;
}
.bg_footer01_institucional .container_parceiro02 .box_parceiro {
    width: 100%;

}
.bg_footer01_institucional .imgp01 {
    background-image: url('../img/Patrocinadores/Diamante/Ayko-VipRede/imgp001.png');
    transform: scale(1.4);
}

.bg_footer01_institucional .imgp02 {
    background-image: url('../img/Patrocinadores/Prata/imgp002.png');
    transform: scale(1.5);
}

.bg_footer01_institucional .imgp03 {
    background-image: url('../img/Patrocinadores/Prata/CDTIV.png');
    transform: scale(1.5);
}
.bg_footer01_institucional .imgp003 {
    background-image: url('../img/Patrocinadores/Prata/imgp03.png');
    transform: scale(1.5);
}

.bg_footer01_institucional .imgp04 {
    background-image: url('../img/Patrocinadores/Bronze/Flexa/Flexa-marca.png');
}

.bg_footer01_institucional .imgp05 {
    background-image: url('../img/Patrocinadores/Bronze/FitoXS/PNG/Fitoxs1.png');
    transform: scale(1.5);
}
.bg_footer01_institucional .imgp06 {
    background-image: url('../img/Patrocinadores/Bronze/ablesecurity.png');
    transform: scale(1.4);
}

.header {
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 50%, #162B44 100%);
    padding: 1.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 240, 255, 0.1);
    transition: all 0.3s ease;
    height: 120px;
    display: flex;
    align-items: center;
}

.header__content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__logo {
    width: 160px;
    padding: 0.5rem 0;
}

.header__logo-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.2));
    transition: all 0.3s ease;
}

.header__logo-img:hover {
    filter: drop-shadow(0 0 12px rgba(0, 240, 255, 0.4));
    transform: scale(1.02);
}

.header__menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: color 0.3s ease;
    z-index: 1001;
}

.header__menu-toggle:hover {
    color: #00f0ff;
}
.header__nav-list .has-submenu {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .header__nav-list .submenu {
    display: none; 
    position: absolute;
    left: 0;
    top: 100%;
    background: #122232;
    min-width: 180px;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  }
  
  .header__nav-list .submenu li a {
    color: #fff;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    transition: background 0.2s;
  
  }
  
  .header__nav-list .submenu li a:hover {
    background: #1a2b3c;
  }
  
  .header__nav-list .has-submenu:hover > .submenu {
    /* display: block; */
  }

.header__nav {
    display: flex;
    align-items: center;
}

.header__nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    opacity: 0.8;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00f0ff, transparent);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: #00f0ff;
 /*    opacity: 1; */
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
/*     transform: translateY(-1px); */
}

.nav-link:hover::before {
    width: 100%;
}
.nav-link-sub {
    color: #fff!important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0rem 0;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    opacity: 0.8;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.nav-link-sub::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00f0ff, transparent);
    transition: width 0.3s ease;
}
.nav-link-sub:hover {
    color: #00f0ff;
 /*    opacity: 1; */
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
/*     transform: translateY(-1px); */
}

.nav-link-sub:hover::before {
    width: 100%;
}

.nav-link--highlight {
    background: linear-gradient(135deg, #00f0ff 0%, #00b8d4 100%);
    padding: 0.9rem 2.8rem;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 240, 255, 0.3);
    margin-left: 1rem;
    opacity: 1;
    text-shadow: none;
}

.nav-link--highlight::before {
    display: none;
}

.nav-link--highlight:hover {
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 240, 255, 0.4);
    background: linear-gradient(135deg, #1afbff 0%, #00c8e4 100%);
}

@media (max-width: 1400px) {
    .header__content {
        padding: 0 3rem;
    }
    
    .header__nav-list {
        gap: 2.8rem;
    }
}

@media (max-width: 1200px) {
    .header__content {
        padding: 0 2rem;
    }
    
    .header__nav-list {
        gap: 2.2rem;
    }
    
    .nav-link--highlight {
        padding: 0.8rem 2.2rem;
    }
}

@media (max-width: 992px) {
    .footerborder-voluntarios #detalhesparticipaca {
        width: 100%!important;
    }
    .ctf-card {
        width: 100%;
    }
    /* Header Section */
    .header {
        height: 70px;
        padding: 1rem 0;
    }

    .header__content {
        padding: 0 1.5rem;
    }

    .header__logo {
        width: 140px;
    }

    .header__menu-toggle {
        display: block;
        font-size: 1.8rem;
    }

    .header__nav {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: 100vh!important;
        max-height: 100vh!important;
      /*   background: rgba(0, 0, 0, 0.95); */
      background: linear-gradient(135deg, #0A1219 0%, #0F2134 50%, #162B44 100%);
        padding: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        transition: right 0.3s ease;
        border-left: 1px solid rgba(0, 240, 255, 0.1);
        backdrop-filter: blur(15px);
        margin-top: 0;
        border-radius: 0 0 0 20px;
    }

    .header__nav.active {
        right: 0;
    }

    .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        width: 100%;
        padding: 0.5rem 0;
    }

    .nav-link {
        font-size: 1.1rem;
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0.4rem 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        opacity: 0.8;
    }

    .nav-link--highlight {
        width: auto;
        padding: 0.5rem 1.2rem;
        margin-left: 0;
        font-size: 0.9rem;
        border-radius: 20px;
        background: linear-gradient(135deg, #00f0ff 0%, #00b8d4 100%);
        color: #000;
        opacity: 1;
    }
    body {
        overflow-x: hidden;
    }
    body.menu-open {
        overflow: hidden;
    }

    /* Speakers Section */
    .speakers {
        padding: 6rem 0;
    }
    
    .speakers__title {
        font-size: 3rem;
    }
    
    .speakers__description {
        padding: 2rem;
    }

    /* Footer Section */
    .footer {
        padding: 4rem 0 2rem;
    }

    .footer__sponsors {
        padding: 2rem;
        margin-bottom: 4rem;
    }

    .sponsors__grid {
        gap: 2.5rem;
    }

    .sponsor__item {
        padding: 1.5rem;
    }

    .sponsor__logo {
        max-width: 160px;
    }

    .footer__section {
        padding: 2rem;
    }

    .footer__logo-img {
        max-width: 160px;
    }

    .social__link {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .footer__event-info {
        padding: 1.5rem;
    }

    .footer__event-info strong {
        font-size: 1.2rem;
        padding-left: 1.5rem;
    }

    .footer__event-info p {
        padding-left: 1.5rem;
    }

    .footer__address {
        margin-left: 1.5rem;
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .header {
        height: 70px;
        padding: 1rem 0;
    }

    .header__content {
        padding: 0 1.5rem;
    }

    .header__logo {
        width: 140px;
    }

    .header__menu-toggle {
        display: block;
        font-size: 1.8rem;
    }

    .header__nav {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: auto;
        max-height: 80vh;
        background: linear-gradient(135deg, #0A1219 0%, #0F2134 50%, #162B44 100%);
        padding: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        transition: right 0.3s ease;
        border-left: 1px solid rgba(0, 240, 255, 0.1);
        backdrop-filter: blur(15px);
        margin-top: 70px;
        border-radius: 0 0 0 20px;
    }

    .header__nav.active {
        right: 0;
    }

    .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        width: 100%;
        padding: 0.5rem 0;
    }

    .nav-link {
        font-size: 1.1rem;
        color: #fff;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0.4rem 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        opacity: 0.8;
    }

    .nav-link::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 0.7em;
        margin-left: 0.5rem;
        opacity: 0.5;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
    }

    .nav-link:hover {
        opacity: 1;
        padding-left: 0.5rem;
        background: rgba(0, 240, 255, 0.1);
        text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
    }

    .nav-link:hover::after {
        opacity: 1;
        transform: translateX(5px);
        color: #00f0ff;
    }

    .nav-link--highlight {
        margin-top: 0.8rem;
        width: auto;
        padding: 0.5rem 1.2rem;
        margin-left: 0;
        font-size: 0.9rem;
        border-radius: 20px;
        background: linear-gradient(135deg, #00f0ff 0%, #00b8d4 100%);
        color: #000;
        opacity: 1;
    }

    .nav-link--highlight:hover {
        transform: translateY(-2px);
        padding-left: 1.2rem;
        background: linear-gradient(135deg, #1afbff 0%, #00c8e4 100%);
        text-shadow: none;
    }

    .nav-link--highlight::before {
        display: none;
    }

    body.menu-open {
        overflow: hidden;
    }

    .hero__content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero__image-wrapper {
        order: -1;
        margin: -2rem auto 2rem;
        max-width: 800px;
    }

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

    .speakers__cta {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .program {
        padding: 4rem 0;
    }

    .program__title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .program__carousel {
        padding: 1rem;
    }

    .program__prev,
    .program__next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .header__nav {
       margin-top: 60px;
    }
    .header {
        height: 65px;
    }

    .header__content {
        padding: 0 1rem;
    }

    .header__logo {
        width: 120px;
    }

    .header__nav {
        width: 300px;
        right: -300px;
        padding: 1.5rem;
    }

    .header__nav-list {
        padding-top: 1.5rem;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0;
        letter-spacing: 1px;
    }

    .nav-link::before {
        font-size: 0.6em;
    }

    .nav-link--highlight {
        padding: 0.3rem 0.8rem;
        font-size: 0.85rem;
        margin-top: 0.8rem;
    }

    .hero {
        padding-top: 70px;
    }

    .hero__content {
        padding: 1rem;
    }

    .hero__title {
        font-size: 1.8rem;
    }

    .hero__subtitle {
        font-size: 0.9rem;
    }

    .hero__image-wrapper {
        width: 90%;
        max-width: 300px;
    }

    .hero__button {
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
    }

    .hero__countdown-title {
        font-size: 1.5rem;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .countdown__container {
        grid-template-columns: 1fr;
    }

    .countdown__number {
        font-size: 2rem;
    }

    .countdown__label {
        font-size: 0.8rem;
    }

    .hero__event-info {
        padding: 1.2rem;
    }

    .hero__event-details {
        gap: 1.5rem;
    }

    .info-row {
        gap: 0.6rem;
    }

    .info-row span {
        font-size: 0.9rem;
    }

    .location-address {
        font-size: 0.85rem !important;
    }

    .hero__button {
        width: 100%;
        text-align: center;
        padding: 0.8rem;
    }

    .hero__countdown-title {
        font-size: 1.5rem;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .program {
        padding: 4rem 0;
    }

    .program__title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .program__carousel {
        padding: 1rem;
    }

    .program__prev,
    .program__next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .hero__date,
    .hero__location {
        font-size: 0.9rem;
    }
    
    .hero__address {
        font-size: 0.8rem;
    }
    
    .hero__button {
        padding: 0.8rem;
        font-size: 0.85rem;
    }
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 50%, #162B44 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 90px;
}


.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 70% 50%, rgba(0, 240, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 20% 30%, rgba(0, 240, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 18, 25, 0.8) 0%, rgba(22, 43, 68, 0.4) 100%);
    pointer-events: none;
}

.hero__wave {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.hero__wave::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #002B5C 0%, #001F4D 100%);
    clip-path: path('M0,0 L100,0 L100,100% L0,100% L0,0 M0,80 C30,95 70,65 100,85 L100,100 L0,100 L0,80 Z');
    opacity: 0.4;
}

.hero__wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00387A 0%, #002B5C 100%);
    clip-path: path('M0,0 L100,0 L100,100% L0,100% L0,0 M0,70 C40,85 60,55 100,75 L100,100 L0,100 L0,70 Z');
    opacity: 0.6;
}

.hero__glow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero__glow::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.15) 0%, transparent 70%);
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
    animation: glowPulse 8s ease-in-out infinite alternate;
}

.hero__glow::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 51, 102, 0.1) 0%, transparent 70%);
    bottom: -200px;
    left: -100px;
    animation: glowPulse 8s ease-in-out infinite alternate-reverse;
}

@keyframes glowPulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translateY(-50%) scale(1.2);
        opacity: 0.8;
    }
}

.hero__background-glow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.12) 0%, transparent 70%);
    transform: translate(30%, -50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.hero__content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 2rem 4rem;
    gap: 0;
    justify-content: space-around;
}

.hero__info {
    padding-left: 2rem;
    padding-right: 0;
}

.hero__title {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #fff 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
}

.hero__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    border-left: 2px solid rgba(0, 240, 255, 0.5);
    font-weight: 300;
    letter-spacing: 0.3px;
    max-width: 600px;
}

.hero__image-wrapper {
    order: -1;
    width: 85%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.hero__img {
    width: 100%;
    max-width: 800px;
    height: 800px;
    display: block;
    filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.3));
    transition: all 0.5s ease;
    animation: float 8s ease-in-out infinite;
    transform-origin: center center;
    margin: 0 auto;
    object-fit:contain;
}

.hero__event-info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.hero__date,
.hero__location {
    display: flex;
    align-items: flex-start;
    gap: 0;
    color: #fff;
    font-size: 0.95rem;
}

.hero__date i,
.hero__location i {
    font-size: 1.1rem;
    color: rgba(0, 255, 255, 0.8);
    margin-top: 0.2rem;
    margin-right: 1rem;
}

.hero__location {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding-left: 2.1rem;
    position: relative;
}

.hero__location i {
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.hero__address {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    transition: color 0.3s ease;
}

.hero__address:hover {
    color: rgba(0, 255, 255, 0.8);
    text-decoration: none;
}

.hero__button {
    display: inline-block;
    width: 100%;
    padding: 0.9rem;
    background: #00f0ff;
    color: #0A1219;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    border: none;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero__button:hover {
    background: #1afbff;
    transform: translateY(-2px);
}

.hero__countdown-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #00f0ff;
    font-weight: 500;
}

.countdown__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem auto;
    position: relative;
    max-width: 700px;
    width: 100%;
}

.countdown__item {
    background: rgba(0, 240, 255, 0.05);
    padding: 1.5rem 1rem;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 240, 255, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.countdown__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 240, 255, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.countdown__item:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 240, 255, 0.2);
    background: rgba(0, 240, 255, 0.05);
}

.countdown__item:hover::before {
    opacity: 1;
}

.countdown__number {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #fff 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
}

.countdown__label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.countdown__item:hover .countdown__label {
    color: #00f0ff;
}

@media (max-width: 1186px) {
    .ctf-card {
        width: 100%!important;
    }
}
@media screen and (max-width: 1800px) {
    .hero__content {
        max-width: 1600px;
        padding: 6rem 3rem;
    }
}
@media screen and (max-width:1575px) {
    .hero__content {
      justify-content: center;
    }
  }

@media (max-width: 1400px) {
    .hero__content {
        max-width: 1300px;
        grid-template-columns: minmax(450px, 0.9fr) minmax(550px, 1.1fr);
        padding: 6rem 2rem;
    }

    .hero__info {
        padding-right: 2rem;
    }

    .header__content {
        padding: 0 2rem;
    }

    .header__nav-list {
        gap: 1.8rem;
    }
}

@media (max-width: 1200px) {
    .hero__content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .hero__background-glow {
        width: 600px;
        height: 600px;
    }

    .countdown__container {
        gap: 1.2rem;
    }

    .countdown__item {
        padding: 1.5rem 1rem;
    }

    .countdown__number {
        font-size: 3rem;
    }

    .countdown__label {
        font-size: 0.9rem;
        letter-spacing: 1.5px;
    }

    .header__nav-list {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .header__content {
        padding: 0 1rem;
    }

    .header__logo {
        width: 110px;
    }

    .header__nav {
        padding: 1.5rem;
    }

    .nav-link {
        font-size: 1rem;
    }

    .hero {
        padding-top: 70px;
    }

    .hero__content {
        padding: 1rem;
    }

    .hero__title {
        font-size: 1.8rem;
    }

    .hero__subtitle {
        font-size: 0.9rem;
    }

    .hero__image-wrapper {
        width: 90%;
        max-width: 300px;
    }

    .hero__button {
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
    }

    .hero__countdown-title {
        font-size: 1.5rem;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .countdown__container {
        grid-template-columns: 1fr;
    }

    .countdown__number {
        font-size: 2rem;
    }

    .hero__countdown-title {
        font-size: 1.5rem;
    }

    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .program {
        padding: 4rem 0;
    }

    .program__title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .program__carousel {
        padding: 1rem;
    }

    .program__prev,
    .program__next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .hero__date,
    .hero__location {
        font-size: 0.9rem;
    }
    
    .hero__address {
        font-size: 0.8rem;
    }
    
    .hero__button {
        padding: 0.8rem;
        font-size: 0.85rem;
    }
}

/* About Section */
.about {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 100%);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 240, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.about__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}
.about .workshops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  padding: 30px 0 0;
}

.about__title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fff 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about__description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.about__description p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.6;
}

.about__speakers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0 10px;

    padding: 2rem 0;
}

.about__speaker-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2px;
    margin: 0 10px;
    width: 91%;
}

.about__speaker-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(0, 240, 255, 0.3),
        rgba(0, 240, 255, 0.6),
        rgba(0, 240, 255, 0.3),
        transparent
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderRotate 4s linear infinite;
}

.about__speaker-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(0, 240, 255, 0.1),
        rgba(0, 240, 255, 0.05)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

@keyframes borderRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about__speaker-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(0, 240, 255, 0.2),
        0 0 40px rgba(0, 240, 255, 0.1);
}

.about__speaker-card:hover::after {
    opacity: 1;
}

.about__speaker-image {
    position: relative;
    width: 100%;
    height:312px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.about__speaker-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.about__speaker-card:hover .about__speaker-image img {
    transform: scale(1.1);
}

.about__speaker-info {
    padding: 1.5rem;
    text-align: center;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.05),
        rgba(0, 240, 255, 0.03)
    );
    border-radius: 0 0 18px 18px;
    position: relative;
}
.insert-evento {
    color: white;
    text-decoration:underline!important;
}
.insert-evento:hover {
    color: white;
}

.about__speaker-name {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
}

.about__speaker-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #00f0ff,
        transparent
    );
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.about__speaker-card:hover .about__speaker-name::after {
    transform: scaleX(1);
}

/* Adiciona um brilho ao redor do card quando hover */
.about__speaker-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(45deg, #00f0ff, transparent, #00f0ff);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about__speaker-card:hover::before {
    opacity: 0.5;
    animation: borderGlow 2s linear infinite;
}

@keyframes borderGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

/* Ajustes responsivos */
@media (max-width: 992px) {
    .about .workshops {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
      }
    .about__speaker-image {
        height: 250px;
    }
    
    .about__speaker-info {
        padding: 1.2rem;
    }
    
    .about__speaker-name {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .about__speaker-image {
        height: 220px;
    }
    
    .about__speaker-info {
        padding: 1rem;
    }
    
    .about__speaker-name {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .about__speaker-image {
        height: 200px;
    }
    
    .about__speaker-name {
        font-size: 1.1rem;
    }
}

.about__speaker-topic {
    color: #00f0ff;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about__speaker-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.about__speaker-info {
    padding: 0.8rem 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(0, 240, 255, 0.02));
}

.about__speaker-name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.about__speaker-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
}

.about__speaker-title {
    color: #00f0ff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about__speaker-presentation {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.6;
    padding: 0 1rem;
    position: relative;
}

.about__speaker-presentation::before,
.about__speaker-presentation::after {
    content: '"';
    color: #00f0ff;
    font-size: 1.2rem;
    font-weight: 700;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .hero__content {
        flex-wrap: wrap;
    }
    .about__speaker-image {
        height: 250px;
    }
    
    .about__speaker-info {
        padding: 1.5rem;
    }
    
    .about__speaker-name {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .about__speaker-image {
        height: 220px;
    }
    
    .about__speaker-overlay {
        padding: 1.5rem;
    }
    
    .about__speaker-info {
        padding: 1.2rem;
    }
    
    .about__speaker-name {
        font-size: 1.2rem;
    }
    
    .about__speaker-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .about__speaker-image {
        height: 200px;
    }
    
    .about__speaker-overlay {
        padding: 1rem;
    }
    
    .about__speaker-info {
        padding: 1rem;
    }
    
    .about__speaker-name {
        font-size: 1.1rem;
    }
    
    .about__speaker-presentation {
        font-size: 0.85rem;
    }
}

/* Program Section */
.program {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    position: relative;
    overflow: hidden;
    margin: 0;
}

.program::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
}

.program__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.program__title {
    font-size: 3.5rem;
    margin-bottom: 4rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.program__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
}

.program__carousel {
    position: relative;
    margin: 0 auto;
    max-width: 1355px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule__title {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, rgba(1, 10, 20, 0.95) 0%, rgba(3, 15, 30, 0.95) 100%);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 240, 255, 0.1);
}

.schedule__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 240, 255, 0.05) 25%, 
        rgba(0, 240, 255, 0.05) 75%, 
        transparent 100%);
    z-index: 0;
}

.schedule__title h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
    z-index: 1;
}

.schedule__table {
    width: 100%;
    overflow-x: auto;
    font-size: 0.85rem;
    background: linear-gradient(135deg, rgba(1, 10, 20, 0.95) 0%, rgba(3, 15, 30, 0.95) 100%);
    border-radius: 8px;
    position: relative;
    margin-top: 1rem;
    border: 1px solid rgba(0, 240, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.05);
}

.schedule__table::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(90deg, 
        rgba(0, 240, 255, 0.2) 0%,
        rgba(0, 240, 255, 0.1) 50%,
        rgba(0, 240, 255, 0.2) 100%);
    border-radius: 8px;
    z-index: -1;
}

.schedule__table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    table-layout: fixed;
    background: transparent;
    overflow:hidden;
}

.schedule__table th {
    background: #001219;
    color: #fff;
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(0, 174, 255, 0.1);
    border-right: none;
}

.schedule__table th:last-child {
    border-right: 1px solid rgba(0, 174, 255, 0.1);
}

.schedule__table td {
    text-align: center;
    padding: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    border: 1px solid rgba(0, 240, 255, 0.1);
    border-top: none;
    border-right: none;
    background: transparent;
    height:auto!important;
    font-size: 16px;
}

.schedule__table td:last-child {
    border-right: 1px solid rgba(0, 240, 255, 0.1);
}

.schedule__table tr:nth-child(even) td {
    background: rgba(0, 240, 255, 0.02);
}

.schedule__table td[colspan="5"] {
    text-align: center;
    height: auto;
    background: rgba(0, 240, 255, 0.03);
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-top: none;
}

.schedule__table tr:first-child td {
    border-top: none;
}

.schedule__table td strong {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.schedule__table tr:hover td {
    background: rgba(0, 240, 255, 0.03);
    border-color: rgba(0, 240, 255, 0.2);
}

/* Ajuste das larguras das colunas */
.schedule__table th:first-child,
.schedule__table td:first-child {
    width: 100px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    border-left: 1px solid rgba(0, 240, 255, 0.15);
}

.schedule__table th:nth-child(2),
.schedule__table td:nth-child(2),
.schedule__table th:nth-child(3),
.schedule__table td:nth-child(3) {
    width: 220px;
}

.schedule__table th:nth-child(4),
.schedule__table td:nth-child(4) {
    width: 150px;
}

.schedule__table th:nth-child(5),
.schedule__table td:nth-child(5) {
    width: 150px;
}

.schedule__table th:nth-child(6),
.schedule__table td:nth-child(6) {
    width: 200px;
}

@media (max-width: 768px) {
    .schedule__title {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
    }

    .schedule__title h2 {
        font-size: 1.4rem;
    }

    .schedule__table {
        font-size: 0.8rem;
        margin-top: 1.5rem;
    }
    
    .schedule__table th,
    .schedule__table td {
        padding: 0.8rem;
        height: 0;
    }

    .schedule__table td strong {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }
}

.program__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}
.navigation-slide-next-fotos, .navigation-slide-prev-fotos  {
    background: transparent;
    border: 2px solid #00f0ff;
    color: #00f0ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
.navigation-slide-next-fotos:hover, .navigation-slide-prev-fotos:hover  {
    background: #00f0ff;
    color: #1a1a1a;
    transform: scale(1.1);
}

.program__prev,
.program__next {
    background: transparent;
    border: 2px solid #00f0ff;
    color: #00f0ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.program__prev:hover,
.program__next:hover {
    background:#00f0ff;
    color: #1a1a1a;
    transform: scale(1.1);
}
.program__prev:hover, .program__next:hover {
    color: #1a1a1a;
  }
.program__dots {
    display: flex;
    gap: 1rem;
}

.program__dots .slick-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.program__dots .slick-dot.slick-active {
    background: #00f0ff;
    transform: scale(1.2);
}
.btn-patrocionador {
    text-align: left !important;
}
.btn-voluntario a {
    margin: 0px 0 60px !important;
}
.btn-patrocionador a{
    margin: 30px 0 30px;
}

/* Speakers Section */
.speakers {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgba(13, 17, 23, 0.95) 0%, rgba(23, 27, 33, 0.95) 100%);
    overflow: hidden;
}

.speakers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.speakers__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}
.speakers .speakers__content2 {
    margin-top: 85px;
}
.speakers__title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #fff 0%, #0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.speakers__title::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
}

.speakers__description {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.speakers__description:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 255, 255, 0.15);
    border-color: rgba(0, 255, 255, 0.2);
}

.speakers__description p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.speakers__description p:last-child {
    margin-bottom: 0;
}

.speakers__description strong {
    color: #0ff;
    font-weight: 600;
}

.speakers__cta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(5px);
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
    border-color: rgba(0, 255, 255, 0.3);
    color: #fff;
}

.cta-button--primary {
    background: rgba(0, 255, 255, 0.15);
    border-color: rgba(0, 255, 255, 0.3);
    color: #fff;
    font-weight: 600;
}

.cta-button--primary:hover {
    background: rgba(0, 255, 255, 0.25);
    border-color: rgba(0, 255, 255, 0.5);
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.cta-button i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #00f0ff;
}

.cta-button:hover i {
    transform: scale(1.1);
    color: #00f0ff;
}

@media (max-width: 992px) {
    .hero__img {
        height: 800px;
        width: 100%;
        max-width: 708px;
      }
    .speakers {
        padding: 6rem 0;
    }
    
    .speakers__title {
        font-size: 3rem;
    }
    
    .speakers__description {
        padding: 2rem;
    }
}

@media (max-width: 768px) {

    .speakers {
        padding: 5rem 0;
    }
    
    .speakers__title {
        font-size: 2.5rem;
    }
    
    .speakers__description p {
        font-size: 1rem;
    }
    
    .cta-button {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero__img {
        height: 400px;
        width: 100%;
        max-width: 400px;
      }
    .speakers {
        padding: 4rem 0;
    }
    
    .speakers__title {
        font-size: 2rem;
    }
    
    .speakers__description {
        padding: 1.5rem;
    }
}

/* Footer */
.footer {
   /*  background: linear-gradient(180deg, rgba(13, 17, 23, 0.95) 0%, rgba(13, 17, 23, 0.98) 100%); */
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 50%, #162B44 100%);
    backdrop-filter: blur(10px);
    padding: 4rem 0 2rem;
    color: #ffffff;
}

.footer__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer__logo {
    width: 120px;
    height: auto;
}

.footer__tagline {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer__heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer__event-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__detail-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer__detail-item i {
    color: var(--primary-color);
    font-size: 1rem;
}

.footer__address {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__address:hover {
    color: var(--primary-color);
}

.footer__social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.social__link i {
    font-size: 1.25rem;
}

.social__link:hover {
    color: var(--primary-color);
}

.footer__bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer__link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer__link:hover {
    color: var(--primary-color);
}

.footer__separator {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 992px) {
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
        display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.01);
    }
}

/* Speakers Gallery */
.speakers-gallery {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 100%);
    position: relative;
    overflow: hidden;
}

.speakers-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 240, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.speakers-gallery__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.speakers-gallery__title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #fff;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fff 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.speakers-gallery__title::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
}

.speakers-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.speaker-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 380px;
}

.speaker-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 240, 255, 0.2);
}

.speaker-card__image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.speaker-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.speaker-card:hover .speaker-card__image img {
    transform: scale(1.1);
}

.speaker-card__info {
    padding: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 240, 255, 0.02) 100%);
}

.speaker-card__name {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    letter-spacing: 0.5px;
}

.speaker-card__role {
    color: #00f0ff;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.speaker-card__company {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.speaker-card__social {
    display: flex;
    justify-content: center;
        gap: 0.8rem;
    margin-top: 1rem;
}

.speaker-social__link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.speaker-social__link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 240, 255, 0.2), transparent 70%);
    opacity: 0;
    transition: all 0.3s ease;
}

.speaker-social__link:hover {
    color: #00f0ff;
    transform: translateY(-2px);
    background: rgba(0, 240, 255, 0.1);
}

.speaker-social__link:hover::before {
    opacity: 1;
}

.speaker-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
        width: 100%;
    height: 100%;
    background: rgba(10, 18, 25, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 2rem;
    backdrop-filter: blur(8px);
}

.speaker-card:hover .speaker-card__overlay {
    opacity: 1;
}

.speaker-card__bio {
    color: #fff;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.4s ease;
    opacity: 0;
    padding: 0 1rem;
}

.speaker-card:hover .speaker-card__bio {
    transform: translateY(0);
    opacity: 1;
}

.speaker-card__bio p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1200px) {
    .schedule__table {
        overflow-x: auto!important;
    }

    .speakers-gallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.8rem;
    }

    .speaker-card {
        height: 360px;
    }

    .speaker-card__image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .speakers-gallery {
        padding: 4rem 0;
    }

    .speakers-gallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }

    .speaker-card {
        height: 340px;
    }

    .speaker-card__image {
        height: 160px;
    }

    .speaker-card__info {
        padding: 1.2rem;
    }

    .speaker-card__name {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .speakers-gallery {
        padding: 3rem 0;
    }

    .speakers-gallery__grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0.5rem;
    }

    .speaker-card {
        height: 320px;
    }

    .speaker-card__image {
        height: 150px;
    }

    .speaker-card__info {
        padding: 1rem;
    }

    .speaker-card__name {
        font-size: 1.1rem;
    }
}

/* Speaker Modal */
.speaker-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.speaker-modal.active {
    display: flex;
    opacity: 1;
}

.speaker-modal__content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    color: #fff;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.speaker-modal.active .speaker-modal__content {
    transform: translateY(0);
}

.speaker-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.speaker-modal__close:hover {
    transform: scale(1.1);
}

.speaker-modal__header {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.speaker-modal__image {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

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

.speaker-modal__info {
    flex-grow: 1;
}

.speaker-modal__name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.speaker-modal__role,
.speaker-modal__company {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.speaker-modal__social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.speaker-modal__social a {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.2s ease;
}

.speaker-modal__social a:hover {
    color: var(--primary-color);
}

.speaker-modal__body {
    display: grid;
    gap: 2rem;
}

.speaker-modal__bio-section,
.speaker-modal__talk-section {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
}

.speaker-modal__bio-section h3,
.speaker-modal__talk-section h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.speaker-modal__talk-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #fff;
}

.speaker-modal__talk-description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.speaker-modal__talk-details {
    display: flex;
    gap: 2rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .speaker-modal__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .speaker-modal__image {
        width: 150px;
        height: 150px;
    }

    .speaker-modal__social {
        justify-content: center;
    }

    .speaker-modal__content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .speaker-modal__content {
        padding: 1rem;
    }

    .speaker-modal__name {
        font-size: 1.5rem;
    }

    .speaker-modal__talk-details {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }
}

/* Gallery Section */
.gallery {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 100%);
    position: relative;
    overflow: hidden;
}

.gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 240, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.gallery__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.gallery__title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #fff;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fff 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gallery__title::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.gallery__item {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 380px;
    cursor: pointer;
}

.gallery__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 240, 255, 0.2);
}

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

.gallery__item:hover .gallery__img {
    transform: scale(1.1);
}

.gallery__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery__item:hover .gallery__overlay {
    transform: translateY(0);
}

.gallery__caption {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery__description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Gallery Modal */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-modal.active {
    display: flex;
    opacity: 1;
}

.gallery-modal__content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    color: #fff;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.gallery-modal.active .gallery-modal__content {
    transform: translateY(0);
}

.gallery-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gallery-modal__close:hover {
    transform: scale(1.1);
}

.gallery-modal__image {
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.gallery-modal__img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-modal__info {
    text-align: center;
}

.gallery-modal__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #00f0ff;
}

.gallery-modal__description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.gallery-modal__navigation {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-modal__prev,
.gallery-modal__next {
    background: none;
    border: 2px solid #00f0ff;
    color: #00f0ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.gallery-modal__prev:hover,
.gallery-modal__next:hover {
    background: #00f0ff;
    color: #1a1a1a;
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .gallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.8rem;
    }

    .gallery__item {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .gallery {
        padding: 4rem 0;
    }

    .gallery__grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }

    .gallery__item {
        height: 340px;
    }

    .gallery__overlay {
        padding: 1.5rem;
    }

    .gallery__caption {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .gallery {
        padding: 3rem 0;
    }

    .gallery__grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 0.5rem;
    }

    .gallery__item {
        height: 320px;
    }

    .gallery__overlay {
        padding: 1rem;
    }

    .gallery__caption {
        font-size: 1.1rem;
    }
}

.content_galeria {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0A1219 0%, #0F2134 100%);
    position: relative;
    overflow: hidden;
}

.content_galeria::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(0, 240, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
}

.content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.container_navigation-ano {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(0, 240, 255, 0.1);
}

.container_navigation-ano .box {
    padding: 0.8rem 2rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
}

.container_navigation-ano .box:hover {
    color: #00f0ff;
    background: rgba(0, 240, 255, 0.05);
    transform: translateY(-2px);
}

.container_navigation-ano .box.active {
    color: #00f0ff;
    background: rgba(0, 240, 255, 0.1);
    border-color: rgba(0, 240, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 240, 255, 0.2);
}

.box_inner {
    margin-bottom: 4rem;
}

.box_inner .info {
    margin-bottom: 2rem;
    text-align: center;
    max-width: 1185px;
    margin: 0 auto;
}

.box_inner .info .title h2 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 0;
  /*   background: linear-gradient(135deg, #fff 0%, #00f0ff 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
}

.container_galeria .item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 240, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.container_galeria .item:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 240, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 240, 255, 0.3);
}

.container_galeria .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.container_galeria .item:hover img {
    transform: scale(1.1);
}

.container_navigation {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 4rem;
}

.navigation-slide-prev,
.navigation-slide-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    color: #000;
}

.navigation-slide-prev::after,
.navigation-slide-next::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00f0ff 0%, #00b8d4 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation-slide-prev:hover::after,
.navigation-slide-next:hover::after {
    opacity: 1;
}

.navigation-slide-prev i,
.navigation-slide-next i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    color: #00f0ff;
}

.navigation-slide-prev:hover i,
.navigation-slide-next:hover i {
    color: #000;
}

.navigation-slide-prev:hover,
.navigation-slide-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 240, 255, 0.4);
}

@media (max-width: 768px) {
    .navigation-slide-prev,
    .navigation-slide-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .navigation-slide-prev,
    .navigation-slide-next {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

.modal_galeria_fotos {
    background-color: rgba(10, 18, 25, 0.5) ;

}

.modal_galeria_fotos .modal-dialog {
    margin: 1.5rem auto;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal_galeria_fotos.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.modal_galeria_fotos .modal-content {
    background: linear-gradient(135deg, 
        rgba(13, 17, 23, 0.98),
        rgba(23, 27, 33, 0.95)
    );
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 24px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(0, 240, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.modal_galeria_fotos .modal-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(0, 240, 255, 0.1),
        transparent 60%
    );
    pointer-events: none;
}

.modal-header-desktop {
    border: none;
    padding: 2rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: rgba(13, 17, 23, 0.8);
    backdrop-filter: blur(10px);
}

.modal-header-desktop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 240, 255, 0.3),
        transparent
    );
}

.modal-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #ffffff, #00f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
    position: relative;
    padding-left: 1rem;
}

.modal-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 3px;
    background: linear-gradient(
        to bottom,
        #00f0ff,
        transparent
    );
    border-radius: 3px;
}

.fechar {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(0, 240, 255, 0.2);
    background: rgba(0, 240, 255, 0.05);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.fechar::before,
.fechar::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #00f0ff;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
}

.fechar::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fechar::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fechar:hover {
    background: rgba(0, 240, 255, 0.15);
    border-color: rgba(0, 240, 255, 0.4);
    transform: rotate(180deg);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

.fechar:hover::before,
.fechar:hover::after {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.modal-header-mobile {
    display: none;
    padding: 1.5rem;
    justify-content: flex-end;
    background: rgba(13, 17, 23, 0.8);
    backdrop-filter: blur(10px);
}

.modal-body {
    padding: 0;
}

.conteudo-modal {
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        rgba(0, 240, 255, 0.03),
        transparent
    );
}

.container-modal {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.container-modal img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.container-modal:hover img {
    transform: scale(1.02);
}

.navegacao {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    pointer-events: none;
    z-index: 10;
}

.btn_anterior,
.btn_proximo {
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(0, 240, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

/* .btn_anterior::before,
.btn_proximo::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    transition: all 0.3s ease;
    font-size: 1.2rem;
} */

.btn_anterior::before {
    border-right: 0;
    border-top: 0;
    transform: translate(25%, -50%) rotate(45deg);
}

.btn_proximo::before {
    border-left: 0;
    border-bottom: 0;
    transform: translate(-25%, -50%) rotate(45deg);
}

.btn_anterior:hover,
.btn_proximo:hover {
    background: rgba(0, 240, 255, 0.25);
    transform: scale(1.1);
}

.btn_anterior:hover::before,
.btn_proximo:hover::before {
    border-color: #00f0ff;
}

@media (max-width: 768px) {
    .btn_anterior,
    .btn_proximo {
        width: 38px;
        height: 38px;
    }

    .btn_anterior::before,
    .btn_proximo::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .btn_anterior,
    .btn_proximo {
        width: 34px;
        height: 34px;
    }

    .btn_anterior::before,
    .btn_proximo::before {
        width: 7px;
        height: 7px;
    }
}

.hero__info .countdown__item  span {
    display: block;
}

/* Theme Section Styles */
.dados-global {
    padding: 6rem 0 4rem;
    background: linear-gradient(125deg, #0a0a1a 0%, #1a1a2d 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.dados-global::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(147, 51, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.dados-global::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.dados-global__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dados-global__header {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}
.dados-global__headerabout {
    margin-bottom: 30px;
}

.dados-global__title {
    font-size: 2.8rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.dados-global__title::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background: linear-gradient(to right, #00f0ff, #9333ea);
    border-radius: 2px;
}

.dados-global__title::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background: linear-gradient(to left, #00f0ff, #9333ea);
    border-radius: 2px;
}

.dados-global__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 920px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 10px;
}

.cyber-accent {
    color: #00f0ff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .dados-global__title {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    .dados-global__subtitle {
        font-size: 1.1rem;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .dados-global__title {
        font-size: 1.8rem;
    }

    .dados-global__subtitle {
        font-size: 1rem;
    }
}

.dados-global__period {
    display: inline-block;
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.2);
    padding: 12px 24px;
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 40px;
    backdrop-filter: blur(10px);
}

.dados-global__period span {
    color: #a855f7;
    font-weight: 600;
}

.dados-global__stats-title {
    color: #a6a6ff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 0.2rem;
    margin-left: 0.5rem;
}

.dados-global__stats-period {
    color: #00f0ff;
    font-size: 1.18rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2.2rem;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    display: block;
    opacity: 1;
    margin-left: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,240,255,0.10);
}

.dados-global__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.stats-item {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stats-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, 
        rgba(147, 51, 234, 0.1) 0%, 
        rgba(59, 130, 246, 0.1) 50%,
        transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stats-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 24px;
    background: linear-gradient(125deg, #9333ea, #3b82f6) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stats-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stats-item:hover::before,
.stats-item:hover::after {
    opacity: 1;
}

.stats-number {
    display: block;
    font-size: 4.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    position: relative;
}

.stats-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.dados-global__info {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 26px 40px;
    overflow: hidden;
}

.dados-global__description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.dados-global__description p {
    margin-bottom: 25px;
}

.dados-global__topics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}

.dados-global__topics li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dados-global__topics li:hover {
    background: rgba(15, 23, 42, 0.6);
    transform: translateX(10px);
    border-color: rgba(147, 51, 234, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dados-global__topics i {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #9333ea 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 15px;
    border-radius: 12px;
    background-color: rgba(147, 51, 234, 0.1);
}

@media (max-width: 768px) {
    .dados-global {
        padding: 80px 0;
    }

    .dados-global__period {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .dados-global__stats {
        gap: 25px;
    }

    .stats-item {
        padding: 30px 20px;
    }

    .stats-number {
        font-size: 3.5rem;
    }

    .dados-global__title {
        font-size: 2.5rem;
    }

    .dados-global__description {
        font-size: 1.1rem;
    }

    .dados-global__topics {
        grid-template-columns: 1fr;
    }

    .dados-global__info {
        padding: 40px 25px;
    }
}

@media (max-width: 480px) {
    .dados-global {
        padding: 60px 0;
    }

    .dados-global__period {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .stats-number {
        font-size: 3rem;
    }

    .dados-global__title {
        font-size: 2rem;
    }

    .stats-item {
        padding: 25px 15px;
    }

    .dados-global__info {
        padding: 30px 20px;
    }
}

/* Indicators Section */
.indicators {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    overflow: hidden;
}

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

.indicators__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.indicators__subtitle {
    text-align: center;
    color: #a4a4a4;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.indicators__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.indicator__card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.indicator__card:hover {
    transform: translateY(-5px);
}

.indicator__value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
}

.indicator__year {
    font-size: 1.2rem;
    color: #a4a4a4;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.indicator__label {
    font-size: 0.9rem;
    color: #a4a4a4;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.indicator__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(147, 51, 234, 0.2);
    transition: height 1s ease;
    z-index: 1;
}

.indicator__card.active {
    background: rgba(147, 51, 234, 0.1);
    border: 1px solid rgba(147, 51, 234, 0.3);
}

.indicators__summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.summary__item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
}

.summary__item i {
    font-size: 2rem;
    color: #9333ea;
}

.summary__value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.summary__label {
    color: #a4a4a4;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .indicators {
        padding: 60px 0;
    }

    .indicators__title {
        font-size: 2rem;
    }

    .indicators__grid {
        gap: 20px;
    }

    .indicator__value {
        font-size: 2rem;
    }

    .summary__item {
        padding: 15px;
    }
}

.dados-global__history {
    background: linear-gradient(145deg, rgba(16, 29, 44, 0.95), rgba(16, 29, 44, 0.85));
    border-radius: 16px;
    padding: 32px;
    margin: 32px 0;
    border: 1px solid rgba(0, 234, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.dados-global__history-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.dados-global__history-icon {
    color: #00eaff;
    font-size: 2rem;
    margin-right: 16px;
}

.dados-global__history-title {
    color: #00eaff!important;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
}
.dados-global__titleabout {
    color: #00eaff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 50px;
    margin-top: 50px;
}

.dados-global__history-content {
    border-left: 3px solid rgba(0, 234, 255, 0.3);
    padding-left: 20px;
}

.dados-global__history-text {
    color: #fff;
    line-height: 1.8;
    font-size: 1.15rem;
    margin-bottom: 20px;
    text-align: justify;
}

.dados-global__history-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .dados-global__history {
        padding: 24px;
        margin: 24px 0;
    }

    .dados-global__history-title {
        font-size: 1.5rem;
    }

    .dados-global__history-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .dados-global__history {
        padding: 20px;
        margin: 20px 0;
    }

    .dados-global__history-title {
        font-size: 1.3rem;
    }

    .dados-global__history-text {
        font-size: 1rem;
    }
}

.agenda-button-container {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.agenda-button {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #23264a 0%, #007bff 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.agenda-button span {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.agenda-button::before {
    display: none;
}

.agenda-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    border-color: #3b82f6;
    background: linear-gradient(135deg, #1a1d3a 0%, #0056b3 100%);
    color: #fff;
}

.agenda-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

@media (max-width: 768px) {
    .agenda-button {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .agenda-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

.quem-somos-section {
    margin-bottom: 40px;
}
.quem-somos-content {
    background: none;
    border-radius: 0;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 32px auto;
}
.quem-somos-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: 1.5px;
    text-align: left;
    text-shadow: 0 2px 16px #00f0ff44, 0 1px 0 #000;
}
.quem-somos-text {
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.7;
    margin-bottom: 28px;
    text-align: left;
    text-shadow: 0 1px 8px #000a;
}
.quem-somos-link {
    color: #00f0ff;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 0 8px #00f0ffaa;
}
.quem-somos-link:hover {
    color: #3b82f6;
    text-shadow: 0 0 12px #3b82f6cc;
}

.quem-somos-cards {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.quem-somos-card {
    display: flex;
    align-items: center;
    background: linear-gradient(120deg, rgba(15,23,42,0.95) 60%, rgba(59,130,246,0.18) 100%);
    border: 2px solid;
    border-image: linear-gradient(90deg, #00f0ff 0%, #3b82f6 100%) 1;
    border-radius: 14px;
    padding: 18px 24px;
    color: #00f0ff;
    font-weight: 800;
    font-size: 1.08rem;
    position: relative;
    box-shadow: 0 0 24px #00f0ff33, 0 2px 16px #3b82f644, 0 2px 12px #000a;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    overflow: hidden;
    transition: border 0.3s, box-shadow 0.3s, color 0.3s;
    z-index: 1;
}
.quem-somos-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(0,240,255,0.08) 0%, rgba(59,130,246,0.10) 100%);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.quem-somos-card .icon {
    background: linear-gradient(135deg, #00f0ff 0%, #3b82f6 100%);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 18px;
    flex-shrink: 0;
    box-shadow: 0 0 16px #00f0ff99, 0 0 8px #3b82f699;
    border: 2px solid #fff2;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s;
}
.quem-somos-card:hover {
    border-image: linear-gradient(90deg, #3b82f6 0%, #00f0ff 100%) 1;
    box-shadow: 0 0 32px #00f0ff99, 0 2px 16px #3b82f6cc, 0 2px 12px #000a;
    color: #fff;
}
.quem-somos-card:hover .icon {
    box-shadow: 0 0 24px #00f0ffcc, 0 0 16px #3b82f6cc;
}
@media (max-width: 600px) {
    .quem-somos-content { padding: 0 2px; }
    .quem-somos-title { font-size: 1.2rem; }
    .quem-somos-text { font-size: 1rem; }
    .quem-somos-card { font-size: 0.97rem; padding: 12px 8px; }
    .quem-somos-card .icon { width: 22px; height: 22px; font-size: 1rem; margin-right: 10px; }
}

.quem-somos-title-gradient {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 22px;
    background: linear-gradient(90deg, #00f0ff 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 2px;
    text-shadow: 0 4px 32px #00f0ff55, 0 1px 0 #000;
}

.quem-somos-desc {
    color: #fff;
    font-size: 1.22rem;
    line-height: 1.7;
    background: rgba(15,23,42,0.85);
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 0 32px #00f0ff22, 0 2px 16px #3b82f644;
    border: 1.5px solid rgba(0,240,255,0.13);
    font-weight: 400;
    text-align: left;
    max-width: 900px;
    margin: 0 auto 32px auto;
    position: relative;
}

.quem-somos-highlight {
    font-weight: 900;
    font-size: 1.08em;
    background: linear-gradient(90deg, #00f0ff 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0 0 18px #00f0ff, 0 0 8px #3b82f6;
    padding: 0 4px;
    border-radius: 3px;
    letter-spacing: 1px;
    filter: brightness(1.3) drop-shadow(0 0 8px #00f0ff88);
    transition: filter 0.3s;
}

.quem-somos-highlight:hover {
    filter: brightness(1.6) drop-shadow(0 0 16px #00f0ffcc);
    cursor: pointer;
}

@media (max-width: 600px) {
    .quem-somos-title-gradient { font-size: 1.3rem; }
    .quem-somos-desc { font-size: 1rem; padding: 16px 8px; }
}

.cyber-glass-box {
  background: linear-gradient(120deg, rgba(15,23,42,0.96) 60%, rgba(0,240,255,0.10) 100%);
  border-radius: 18px;
  box-shadow: 0 0 18px #00f0ff22, 0 2px 12px #3b82f644;
  border: 1.5px solid rgba(0,240,255,0.13);
  padding: 38px 38px 32px 38px;
  max-width: 950px;
  margin: 0 auto 32px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #eafaff;
  font-size: 1.12rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 2px 8px #000a;
  backdrop-filter: blur(8px);
  transition: box-shadow 0.3s, border 0.3s;
}

.cyber-glass-box:hover {
  box-shadow: 0 0 32px #00f0ff44, 0 2px 16px #3b82f688;
  border-color: #00f0ff55;
}

.quem-somos-cyber-link {
  font-weight: 700;
  background: linear-gradient(90deg, #00f0ff 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 0 8px #00f0ff55;
  border-bottom: 1.5px solid #00f0ff55;
  padding: 0 2px;
  transition: border 0.2s, text-shadow 0.2s;
}

.quem-somos-cyber-link:hover {
  border-bottom: 1.5px solid #3b82f6;
  text-shadow: 0 0 16px #00f0ffcc;
}

@media (max-width: 700px) {
  .cyber-title { font-size: 1.5rem; }
  .cyber-glass-box { padding: 16px 6px; font-size: 1rem; }
}

.cyber-title {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 1.5px;
  text-shadow: none;
}

.cyber-title-accent {
  color: #3b82f6;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  font-weight: 800;
  margin-left: 8px;
  text-shadow: none;
}

.cyber-glass-box {
  background: rgba(20, 28, 48, 0.97);
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #22304a;
  padding: 28px 24px;
  max-width: 900px;
  margin: 0 auto 28px auto;
  color: #eafaff;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
  backdrop-filter: none;
  transition: border 0.2s;
}

.cyber-glass-box:hover {
  border-color: #3b82f6;
}

.quem-somos-cyber-link {
  color: #3b82f6;
  font-weight: 700;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  text-shadow: none;
  border-bottom: 1px solid transparent;
  padding: 0 2px;
  transition: border-bottom 0.2s, color 0.2s;
  text-decoration: none;
}

.quem-somos-cyber-link:hover {
  border-bottom: 1px solid #3b82f6;
  color: #00f0ff;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .cyber-title { font-size: 1.2rem; }
  .cyber-glass-box { padding: 12px 4px; font-size: 0.97rem; }
}

.quem-somos-destaques {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.quem-somos-destaque {
  display: flex;
  align-items: center;
  background: rgba(10, 18, 40, 0.98);
  border-left: 5px solid #00f0ff;
  border-radius: 12px 0 0 12px;
  padding: 22px 28px;
  position: relative;
  box-shadow: 0 2px 24px #ff2fa033;
  min-height: 80px;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

/* .quem-somos-destaque:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 38px;
  bottom: -14px;
  width: 2px;
  height: 28px;
  background: linear-gradient(180deg, #00f0ff 0%, transparent 100%);
  z-index: 1;
}
 */
.quem-somos-destaque-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 50%;
  background: #00f0ff;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 28px;
  box-shadow: 0 0 18px #00f0ff88;
  position: relative;
  z-index: 2;
}

.quem-somos-destaque-icon i {
  font-size: 2rem;
  color: #fff;
}

.quem-somos-destaque-text {
  color: #3bd6ff;
  font-size: 1.18rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.3;
  text-shadow: 0 2px 12px #000a;
}

@media (max-width: 700px) {
  .quem-somos-destaques { gap: 18px; }
  .quem-somos-destaque {
    padding: 14px 10px;
    min-height: 56px;
  }
  .quem-somos-destaque-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    font-size: 1.2rem;
    margin-right: 12px;
  }
  .quem-somos-destaque-text {
    font-size: 0.92rem;
  }
  .quem-somos-destaque:not(:last-child)::after {
    left: 20px;
    bottom: -10px;
    height: 18px;
  }
}

.dados-global__history-list {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: none;
}
.dados-global__history-list li {
  position: relative;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 28px;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}
.dados-global__history-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00f0ff;
  box-shadow: 0 0 8px #00f0ff88;
  display: inline-block;
}
@media (max-width: 700px) {
  .dados-global__history-list li {
    font-size: 0.97rem;
    padding-left: 20px;
  }
  .dados-global__history-list li::before {
    width: 8px;
    height: 8px;
    top: 0.8em;
  }
}

#organizadores {
  margin-bottom: 0;
  margin-top: 0;
}
.dados-global__header.organizadores-title {
  margin-top: 48px;
  margin-bottom: 24px;
}

/* Event Stats Section */
.event-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 40px 0 30px 0;
}
.event-stats__item {
  flex: 1 1 220px;
  background: #23264a;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 180px;
}
.event-stats__icon {
  font-size: 2.5rem;
  color: #a6a6ff;
}
.event-stats__value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #a6a6ff;
}
.event-stats__label {
  font-size: 1rem;
}

/* Profile Section */
.profile-section {
  background: transparent;
  color: #fff;
  padding: 40px 0 0 0;
}
.container--profile {
  max-width: 900px;
  margin: 0 auto;
}
.profile-header-center {
  text-align: center;
}
.profile-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  margin-top: 30px;
}
.profile-item {
  flex: 1 1 200px;
  background: #23264a;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  min-width: 160px;
}
.profile-item__value {
  font-size: 3rem;
  font-weight: bold;
  color: #a6a6ff;
}
.profile-item__desc {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .event-stats, .profile-stats {
    flex-direction: column;
    gap: 20px;
  }
  .event-stats__item, .profile-item {
    min-width: 0;
  }
}

/* Sponsors Section */
.sponsors {
    padding: 80px 0;
    background: var(--dark-bg);
}

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

.sponsors__header {
    text-align: center;
    margin-bottom: 60px;
}

.section__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section__subtitle {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 40px;
}

.sponsors__tier {
    margin-bottom: 60px;
}

.tier__title {
    font-size: 1.8rem;
    color: var(--accent-color);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.tier__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--accent-color);
}

.tier__grid {
    display: grid;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.tier__grid--diamond {
    grid-template-columns: minmax(200px, 400px);
}

.tier__grid--bronze,
.tier__grid--silver {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 800px;
    margin: 0 auto;
}

.tier__grid--support {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    max-width: 1000px;
    margin: 0 auto;
    gap: 20px;
}

.sponsor__card {
    background: var(--card-bg);
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.sponsor__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.sponsor__logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.sponsor__card:hover .sponsor__logo {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .section__title {
        font-size: 2rem;
    }
    
    .tier__title {
        font-size: 1.5rem;
    }
    
    .tier__grid--diamond,
    .tier__grid--bronze,
    .tier__grid--silver {
        grid-template-columns: minmax(150px, 300px);
    }
    
    .tier__grid--support {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    
    .sponsor__card {
        padding: 15px;
    }
}

/* Villages Buttons Section */
.villages-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 30px 0;
    width: 100%;
}

.village-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: rgba(0, 82, 118, 0.1);
    border: 1px solid rgba(0, 174, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.village-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 174, 255, 0.1), rgba(0, 82, 118, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.village-button:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 174, 255, 0.6);
    box-shadow: 0 5px 15px rgba(0, 174, 255, 0.2);
}

.village-button:hover::before {
    opacity: 1;
}

.village-button i {
    font-size: 24px;
    margin-right: 15px;
    color: #00AEFF;
    transition: transform 0.3s ease;
}

.village-button:hover i {
    transform: scale(1.2);
}

.village-button span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
}

@media (max-width: 768px) {
    .villages-buttons {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        padding: 20px 0;
    }

    .village-button {
        padding: 15px;
    }

    .village-button i {
        font-size: 20px;
        margin-right: 10px;
    }

    .village-button span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .villages-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Speaker Themes Section */
.speaker-themes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    background: linear-gradient(135deg, rgba(0, 82, 118, 0.2), rgba(0, 174, 255, 0.1));
    border: 2px solid rgba(0, 174, 255, 0.3);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.theme-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 174, 255, 0.2), rgba(0, 82, 118, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theme-button:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(0, 174, 255, 0.8);
    box-shadow: 0 8px 20px rgba(0, 174, 255, 0.3);
}

.theme-button:hover::before {
    opacity: 1;
}

.theme-button i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #00AEFF;
    transition: transform 0.3s ease;
    display: block;
}

.theme-button:hover i {
    transform: scale(1.2) rotate(-5deg);
}

.theme-button span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    margin-top: 8px;
}

@media (max-width: 992px) {

    .speaker-themes {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .speaker-themes {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .theme-button {
        padding: 20px 15px;
    }

    .theme-button i {
        font-size: 24px;
    }

    .theme-button span {
        font-size: 14px;
    }
}

/* Villages Section */
.villages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}


.village {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(0, 20, 30, 0.5);
    border: 1px solid #00AEFF;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.village:hover {
    background: rgba(0, 30, 45, 0.7);
    border-color: #00AEFF;
    box-shadow: 0 0 15px rgba(0, 174, 255, 0.4);
    transform: translateY(-2px);
}

.village i {
    font-size: 24px;
    margin-right: 15px;
    color: #00AEFF;
}

.village span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 992px) {
    .villages {
        gap: 15px;
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .villages {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
    }
    
    .village {
        padding: 15px;
    }
    
    .village i {
        font-size: 20px;
        margin-right: 10px;
    }
    
    .village span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .villages {
        grid-template-columns: 1fr;
    }
}

.village-description {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0 20px;
    color: #fff;
}

.village-description h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.village-description p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .village-description {
        padding: 0 15px;
    }
    
    .village-description h3 {
        font-size: 18px;
    }
    
    .village-description p {
        font-size: 14px;
    }
}

/* Village Schedules */
.village-schedules {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 0;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background: #001219;
    color: #fff;
}

.schedule-table th,
.schedule-table td {
    border: 1px solid rgba(0, 174, 255, 0.1);
    padding: 15px;
    text-align: center;
}

.schedule-table th {
    background: #00080f;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.schedule-table td {
    background: #001219;
    font-size: 14px;
    word-break: break-all;
}

.schedule-table tr:hover td {
    background: #001824;
}

.schedule-table td[colspan] {
    text-align: center;
    background: #001219;
}

@media (max-width: 768px) {
    .schedule-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .schedule-table th,
    .schedule-table td {
        padding: 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .schedule-table th,
    .schedule-table td {
        padding: 10px;
        font-size: 12px;
    }
}

.workshop-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(0, 20, 30, 0.5);
    border: 1px solid #00AEFF;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
}
.workshop-card:hover {
    background: rgba(0, 30, 45, 0.7);
    border-color: #00AEFF;
    box-shadow: 0 0 15px rgba(0, 174, 255, 0.4);
    transform: translateY(-2px);
}
.workshop-card i {
    font-size: 24px;
    margin-right: 15px;
    color: #00AEFF;
}
.workshop-card span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 768px) {
    .workshop-card {
        padding: 15px;
    }
    .workshop-card i {
        font-size: 20px;
        margin-right: 10px;
    }
    .workshop-card span {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .workshop-card {
        padding: 12px 10px;
    }
}

.workshop-table-container {
  
}
.workshop-table-container > div {
  color: #fff;
  margin-bottom: 16px;
}
.workshop-table-container ul li {
  position: relative;
  color: #fff;
}
.workshop-table-container ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
  }
.workshop-table-container ul li::marker {
  color: #fff;
  font-size: 1.3em;
  background-color: red;
}

.workshop-table-container .workshop-table-title {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.workshop-table-container .schedule-table {
    width: 100%;
    background: #222;
}
.workshop-table-container .schedule-table th {
    width: 140px;
}
.workshop-table-container .schedule-table td,
.workshop-table-container .schedule-table th {
    color: #fff;
}
.workshop-table-container .schedule-table ul {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: disc;
    color: #fff;
}
#ctf {
    margin: 50px 0 0;
}
.ctf {
    display: flex;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1rem;
}


.ctf:hover {
    background: #f8f9fa;
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.ctf i {
    font-size: 1.5rem;
    color: #007bff;
    margin-right: 1rem;
}

.ctf span {
    font-size: 1.1rem;
    color: #333;
}

@media (max-width: 768px) {
    .ctf {
        padding: 1.2rem;
    }
    
    .ctf i {
        font-size: 1.3rem;
    }
    
    .ctf span {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .ctf {
        padding: 1rem;
    }
    
    .ctf i {
        font-size: 1.2rem;
        margin-right: 0.8rem;
    }
    
    .ctf span {
        font-size: 0.9rem;
    }
}

.ctf-card {
    display: flex;
    padding: 1.5rem;
    background: #101c2c;
    border: 2px solid #00bfff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1rem;
    align-items: center;
    font-weight: 500;
    width: 30%;
    margin: 32px 0 0;
}

.ctf-card:hover {
    background: #0a1420;
    border-color: #00bfff;
    box-shadow: 0 4px 8px rgba(0,191,255,0.15);
    transform: translateY(-2px);
}

.ctf-card i {
    font-size: 1.5rem;
    color: #00bfff;
    margin-right: 1rem;
}

.ctf-card span {
    font-size: 1.1rem;
    color: #fff;
}

@media (max-width: 768px) {
    .ctf-card {
        padding: 1.2rem;
    }
    .ctf-card i {
        font-size: 1.3rem;
    }
    .ctf-card span {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .dados-global__titleabout {
        font-size: 2rem;
    }
    .ctf-card {
        padding: 1rem;
        width: 100%;
    }
    .ctf-card i {
        font-size: 1.2rem;
        margin-right: 0.8rem;
    }
    .ctf-card span {
        font-size: 0.9rem;
    }
}
