  body{  background: #00a2d8;

    overflow-x: hidden;
  }


.hero {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10vh;
}

.hero-left {

    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}


.hero-logo img { 
    width: 50%;
    height: auto;
    user-select: none;
    position: absolute;
    left: 5%;
    top: 30%;
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.6));
    z-index: 2;
}

/* ÁREA DIREITA */

.hero-right {

    width: 80%;
    height: 100%;

    left: 30%;
    top: 0;

    overflow: hidden;
    
    background-image: url(../Imagens/CE-fortaleza-limpo.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;


    position: absolute;

    clip-path: polygon(
        5% 0,
        100% 0,
        95% 100%,
        0 100%
    );

    z-index: 1;

    
    animation: heroReveal 0.01s linear;
}


@keyframes heroReveal {
    from { opacity: 1; }
    to { opacity: 1; }
}
.section2 {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.section2-right {
    height: 100%;
    width: 60%;

    position: relative;

    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 2vh;



}

.section2-left {
    width: 40%;
    height: 100%;

    position: relative;

    display: flex;
    justify-content: end;
    align-items: center;

    margin-top: 10vw;

}


.section2-title {

    display: flex;
    justify-content: center;
    align-items: center;

    height: auto;
    width: 70%;


    border-radius: 10px;

}

.section2-title img {
    width: 100%;
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.6));
}


.section2-text {
    width: 80%;

    display: flex;
    justify-content: center;
    align-items: start;

    background-color: rgba(0, 0, 0, 0);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 2px -2px 12px rgba(0, 0, 0, 0.238);

    border-radius: 10px;

    padding: 0.5rem;
    padding-bottom: 1rem;

    margin-bottom: 2vh;
}

.section2-text p {

    margin: 2%;

    font-size: clamp(0.6rem, 1.6vw, 2rem);
    font-weight: 600;
    line-height: 1.1;

    color: white;

    max-width: 100%;
}

.section2-botoes {
    display: flex;
    align-items: start;
    justify-content: start;

    gap: 4vh;

    height: 100%;
    width: 80%;
}

.section2-botao {

    display: flex;
    justify-content: start;
    align-items: center;



    height: 10%;
}

.section2-botao a{

    font-size: 180%;
    font-family:    'Stack Sans Headline', sans-serif;

    padding: 4%;

    border-radius: 10px;


    text-wrap: nowrap;



    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.23);

    transition: all 0.2s ease;
}

.section2-botao a:hover{
    transform: scale(1.02);
    background-color: rgba(0, 0, 0, 0.252);
}


.section2-numbers {
    width: 80%;
    height: 72%;

    position: absolute;
    top: 3%;
    left: 20%;



    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;

    background-color: rgba(0, 0, 0, 0.105);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.079);

    border-radius: 20px;


}

.numbers-itens {
    width: 90%;
    height: 18%;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.129);

    border-radius: 10px;


    background-color: #00a2d8;
    display: flex;
    justify-content: start;
    align-items: center;

    padding: 0% 3%;

    transition: all 0.3s ease;

}


.numbers-itens:hover {
    transform: scale(1.02);
    background-color: rgba(0, 0, 0, 0.133);
}

.numbers-itens img {
    width: 20%;
    height: auto;
    object-fit: contain;
}

.numbers-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.numbers-text a{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.numbers-itens a {
    color: white;
    margin: 0 10px;
    font-family:  'Stack Sans Headline', sans-serif;
    font-weight: 900;
    font-size: clamp(0.7rem, 2vw, 3rem);
}

.numbers-itens p {

    font-family:  'Stack Sans Headline', sans-serif;
    font-weight: 700;
    font-size: 150%;

    color: white;
    text-align: center;

}








.section3 {
    width: 100vw;
    height: 100vh;
    display: flex;
    margin-top: 10vh;
}

.section3-right {

    width: 40%;
    height: 100%;

}

.section3-title {
    display: none;
}


.mapa {

    aspect-ratio: 763/892;
    position: relative;
    width: 100%;
    height: auto;

}


.mapa img{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;

    position: relative;

}

.ponto-ce {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    top: 19%;
    left: 67%;
    background: rgba(12, 45, 233, 0.941);
    box-shadow: 0 0 20px rgba(12, 45, 233, 0.69);
    z-index: 99;
}

.ponto-ce:hover {
    transform: scale(1.5) translate(-50%, -50%);
}

.ponto-ce-text {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    top: 15%;
    left: 78%;
    background: rgba(12, 45, 233, 0.941);
    box-shadow: 0 0 20px rgba(12, 45, 233, 0.69);
    z-index: 99;
    padding: 1%;
    border-radius: 10px;

}

.ponto-ce-text p {
    font-size: clamp(0.6rem, 1vw, 2rem);
}


.ponto-ce-text:hover {
    transform: scale(1.05) translate(-50%, -50%);
}

.section3:has(.ponto-ce:hover) .ponto-ce-text{
    transform: scale(1.05) translate(-50%, -50%);
}

.section3:has(.ponto-ce-text:hover) .ponto-ce{
    transform: scale(1.5) translate(-50%, -50%);
}



.section3-left {

    width: 60%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 3%;
    padding: 1% 3%;

    position: relative;


}


.section3-infoitem {

    position: relative;

    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 10%;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

    transition: transform 0.2s ease;
    padding: 2%;
}

.section3-infoitem:hover {
    transform: scale(1.01);
}



.section3-infoitem div{
    font-weight: 900;
    font-family: 'Stack Sans Headline', sans-serif;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    width: 100%;


}


.info-item-question {
    color: white;
    font-size: clamp(0.8rem, 2vw, 3rem);
    font-weight: 900;
    font-family: 'Stack Sans Headline', sans-serif;
    position: relative;
    display: inline-block;
    width: fit-content;
}

.info-item-question::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;

    width: 0%;
    height: 2px;

    background: currentColor;
    transition: width 0.3s ease;
}

.section3-infoitem:hover .info-item-question::after {
    width: 100%;
}

.info-item-answer {
    color: rgb(0, 0, 0);
    font-size: clamp(0.6rem, 1.8vw, 3rem);
    text-align: center;
    transition: all 0.3s ease;

    white-space: nowrap;
    display: inline-block;


    text-align: start;
}

.section3-infoitem:hover .info-item-answer{
    transform: scale(1.08);
}

.section3-infoitem p {
    color: white;
    font-weight: 700;
    font-size: clamp(0.4rem, 1.3vw, 1.3rem);
    padding: 0 3%;

}



.section4 {
    height: 110vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    padding: 2%;

    gap: 3vh;

    margin-top: 10vh;

}

.section4-left {
    width: 40%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;

    position: absolute;

    top: 4%;
    left: 2%;

    padding: 2% 0.5% 0% 1%;
    gap: 3vh;


}

.section4-left img{
    width: 100%;

    border-radius: 20px;

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    transition: transform 0.3s ease;
}

.section4-left img:hover {
    transform: scale(1.02);
}

.planta-title {
    width: 80%;
}

.planta-title h3{
    color: white;
    font-size: 300%;
    
    width: 100%;

    border-radius: 20px;

    text-align: center;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}


.modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
}


.section4-right {
    width: 57.5%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: absolute;

    top: 4%;
    right: 0%;


    gap: 3vh;


}

.search-title{
    width: 50%;
}
.search-title h3{
    
    color: white;
    font-size: 300%;
    
    width: 100%;

    border-radius: 20px;

    text-align: center;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.search {
    width: 100%;
    height: 80%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    padding: 2%;
    overflow-y: scroll;
    gap: 3vh;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.25);

    border-radius: 20px;


    position: relative;

}

.filtro {
    width: 20%;
    height: 10%;

    display: flex;
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    border-radius: 10px;

    position: absolute;

    top: 3%;
    left: 5%;
    
    transition: transform 0.2s ease;
}

.filtro:hover {
    transform:scale(1.02)
}




.categorias-box {

    position: absolute;
    top: 16.7%;
    left: 5%;

    padding: 2%;


    z-index: 10;

    gap: 2vh;

    background-color: #00a2d8 ;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);


    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    

    width: 90%;
    height: 80%;

    border-radius: 20px;


    transition: opacity 0.3s ease;
}


.categorias {
    color: white;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);

    background-color:#d3d3d316;

    border-radius: 5px;
    text-align: center;

    padding: 10px;

    transition: 0.3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.categorias-texto {
    text-align: center;
    font-size: clamp(0.7rem, 3vh, 3rem);
    font-weight: 900;
}

.categorias:hover {
    transform: scale(1.05);
    background-color:#087d94c5;
}

.categorias.active {
    background-color: #8282823b;
}


.filtro h3{

    user-select: none;

    font-size: 150%;
    font-weight: 800;
    font-family: 'Stack Sans Headline', sans-serif;
    color: white;
}

.categoria-atual-box {
    height: 10%;
    width: 22%;

    text-align: center;

    position: absolute;
    right: 5%;
    top: 3%;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px    ;
    border-radius: 20px;

    padding: 3.5%;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

}

.categoria-atual-box h3{
    user-select: none;

    font-size: 120%;
    font-weight: 800;
    font-family: 'Stack Sans Headline', sans-serif;
    color: white;

}

#search-input {

    top: 3%;
    left: 30%;
    position: absolute;

    height: 10%;
    width: 40%;

    padding: 1rem 1.2rem;

    border: none;
    outline: none;
    border-radius: 14px;

    font-size: 120%;
    color: white;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

#search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

#expo-list {
    width: 90%;
    height: 80%;


    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;


    position: absolute;
    bottom: 3%;
    
    overflow-y: scroll;

    scroll-behavior: smooth;

    align-content: start;

}

.expo-card {
    min-height: 220px;

    padding: 20px;

    border-radius: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    transition: transform 0.2s ease;
}

.expo-card:hover {
    transform: translateY(-5px);
}

.expo-logo {
    width: 120px;
    height: 120px;

    object-fit: contain;
    user-select: none;

    border-radius: 10px;
}

.expo-name {
    margin-top: 15px;

    color: white;
    font-size: 1rem;
    font-weight: 600;

    text-align: center;
}






.speakers-section {
  min-height: 70vh;
  width: 100%;
  padding: 5vh 5vw;
  position: relative;
}

.speakers-header h2 {
  color: white;
  font-size: 3rem;
  margin-bottom: 3vh;
}



.no-speakers {
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: clamp(0.7rem, 3vw, 3rem);
  font-weight: 500;
  padding: 20px;
}

.speakers-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.speakers-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
}

.speaker-card {
  min-width: 280px;
  max-width: 280px;
  height: 420px;

  border-radius: 20px;
  overflow: hidden;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);

  box-shadow: 0 8px 24px rgba(0,0,0,0.2);

  flex-shrink: 0;
}

.speaker-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.speaker-info {
  padding: 20px;
}

.speaker-name {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

.speaker-role {
  color: rgba(255,255,255,0.8);
  margin-top: 8px;
  font-size: 0.95rem;
}

.speaker-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;

  background: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
}

.prev {
  left: 10px;
  z-index: 10;
}

.next {
  right: 10px;
  z-index: 9999;
}

.section6 {
    height: 100vh;
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;
    

    gap: 5vw;

    padding: 0 5%;
    
    padding-top: 10%;
    position: relative;
}

.section6-title {
    position: absolute;
    top: 0;
}

.section6-title h2 {
    color: white;
    font-size: 600%;
}

.ingresso-box {
    width: 100%;

    background-color: rgba(11, 67, 235, 0.47);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);


    display: flex;
    flex-direction: column;

    justify-content: start;
    align-items: center;
    padding: 5% 0;

    border-radius: 20px;

    gap: 2vh;

}

.ingresso-box h3 {
    font-size: 150%;
    color: white;
}

.ingresso-box h2{


    font-size: clamp(2rem, 5vw, 5rem);
    color: white;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.ingresso-box a {

    background-color: rgba(0, 0, 0, 0.079);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.25);

    font-size: clamp(1.2rem, 2vw, 2rem);

    padding: 5% 5%;

    border-radius: 10px;

    transition: 0.2s ease;
}

.ingresso-box a:hover {
    transform: scale(1.05);
}

footer {

    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5vh;
}

.footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    flex-direction: column;
}

.footer-item h2{
    font-size: 100%;
    color: white;
    text-align: center;
    position: absolute;
}

.footer-item p{

    font-weight: 900;
    font-size: 140%;
    color: white;
}

.footer-item i{
    color: white;
    font-size: 200%;
    margin: 10px;
    transition: transform 0.2s ease;
}

.footer-item i:hover {
    transform: scale(1.2);
}

.footer-item img{
    width: 100%;
    transition: transform 0.3s ease;
}

.footer-item img:hover {
    transform: scale(1.05);
}






















































































































@media (max-width:768px){



html {
    overflow-x: hidden;
}



body{
    background: #00a2d8;
    overflow-x: hidden;
    
}





.hero {
    height: var(--hero-height);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 0vh;
}


.hero-logo {
    position: relative;
    width: 100vw;
    height: calc(var(--hero-height));

    display: flex;
    justify-content: center;
    align-items: center;

}

.hero-logo img { 
    width: 100%;
    height: auto;
    user-select: none;
    position: relative;
    left: 0%;
    top: 0%;
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.6));
    z-index: 9;

}

/* ÁREA DIREITA */

.hero-right {

    width: 100%;
    height: calc(var(--hero-height) / 1);

    left: 0%;
    top: 0;

    overflow: hidden;
    
    background-image:  linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Imagens/CE-fortaleza-limpo.png);
    background-size: cover;
    background-position: 20% center;
    border-radius: 0 0 20px 20px;


    position: absolute;

    clip-path: none;

    z-index: 1;

    
    animation: heroReveal 0.01s linear;
}


@keyframes heroReveal {
    from { opacity: 1; }
    to { opacity: 1; }
}
.section2 {


    margin-top: 20px;
        
    height: calc(var(--hero-height) * 1.6);
    width: 100vw;
    display: flex; 
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;

    position: relative;
}

.section2-right {
    height: 100%;
    width: 100%;

    position: relative;

    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 2vh;




}

.section2-left {
    width: 100%;
    height: 100%;


    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 0;

}


.section2-title {

    display: flex;
    justify-content: center;
    align-items: center;

    height: auto;
    width: 70%;


    border-radius: 10px;

}

.section2-title img {
    width: 100%;
    filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.6));
}


.section2-text {
    width: 90%;

    display: flex;
    justify-content: center;
    align-items: start;

    background-color: rgba(0, 0, 0, 0);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 2px -2px 12px rgba(0, 0, 0, 0.238);

    border-radius: 10px;

    padding: 0.5rem;
    padding-bottom: 1rem;

    margin-bottom: 0px;
}

.section2-text p {

    margin: 0%;

    font-size: clamp(0.6rem, 4vw, 4rem);
    font-weight: 600;
    line-height: 1.1;

    color: white;

    max-width: 100%;
}

.section2-botoes {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;


    gap: 1vh;

    height: auto;
    width: 100%;
}

.section2-botao {

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.section2-botao a{

    font-size: 180%;
    font-family:    'Stack Sans Headline', sans-serif;

    padding: 4%;

    border-radius: 10px;


    text-wrap: nowrap;



    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.23);

    transition: all 0.2s ease;
    width: 90%;
}

.section2-botao a:hover{
    transform: scale(1.02);
    background-color: rgba(0, 0, 0, 0.252);
}


.section2-numbers {
    width: 90%;
    height: 80%;

    position: relative;
    top: 0%;
    left: 0%;



    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;

    background-color: rgba(0, 0, 0, 0.105);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.079);

    border-radius: 20px;


}

.numbers-itens {
    width: 90%;
    height: 18%;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.129);

    border-radius: 10px;


    background-color: #00a2d8;
    display: flex;
    justify-content: start;
    align-items: center;

    padding: 0% 3%;

    transition: all 0.3s ease;

}


.numbers-itens:hover {
    transform: scale(1.02);
    background-color: rgba(0, 0, 0, 0.133);
}

.numbers-itens img {
    width: 20%;
    height: auto;
    object-fit: contain;
}

.numbers-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.numbers-itens a {
    color: white;
    margin: 0 10px;
    font-family:  'Stack Sans Headline', sans-serif;
    font-weight: 900;
    font-size: clamp(0.7rem, 6vw, 7rem);
}







.section3 {
    width: 100vw;
    height: calc(var(--hero-height) / 1);
    display: flex;
    margin-top: calc(var(--hero-height) / 50);
}



.section3-title {
    display: flex;
    
    color: white;
    font-size: clamp(0.8rem, 20vw, 3rem);
    font-weight: 900;
    font-family: 'Stack Sans Headline', sans-serif;
    position: relative;
    display: inline-block;
    width: fit-content;
}



.section3-right {
display: none;

}


.section3-left {

    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 3%;
    padding: 0 3%;

    position: relative;


}


.section3-infoitem {

    position: relative;

    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 10%;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

    transition: transform 0.2s ease;
    padding: 4%;

}

.section3-infoitem:hover {
    transform: scale(1.01);
}



.section3-infoitem div{
    font-weight: 900;
    font-family: 'Stack Sans Headline', sans-serif;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    width: 100%;


}


.info-item-question {
    color: white;
    font-size: clamp(0.8rem, 7vw, 10rem);
    font-weight: 900;
    font-family: 'Stack Sans Headline', sans-serif;
    position: relative;
    display: inline-block;
    width: fit-content;
}

.info-item-question::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;

    width: 0%;
    height: 2px;

    background: currentColor;
    transition: width 0.3s ease;
}

.section3-infoitem:hover .info-item-question::after {
    width: 100%;
}

.info-item-answer {
    color: rgb(0, 0, 0);
    font-size: clamp(0.8rem, 6vw, 10rem);
    text-align: center;
    transition: all 0.3s ease;

    white-space: wrap;
    display: inline-block;


    text-align: start;
}

.section3-infoitem:hover .info-item-answer{
    transform: scale(1.08);
}

.section3-infoitem p {
    color: white;
    font-weight: 700;
    font-size: clamp(0.4rem, 3vw, 4rem);
    padding: 2% 3%;

    background-color: rgba(114, 114, 114, 0.232);

    border-radius: 5px;
}



.section4 {
    height: calc(var(--hero-height) / 0.65);
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;

    position: relative;

    padding: 2%;

    gap: 3vh;

    margin-top: 0vh;


}

.section4-left {
    width: 100%;
    height: calc(var(--hero-height) / 4);

    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;


    position: relative;

    top: auto;
    left: auto;

    padding: 2% 0.5% 0% 1%;
    gap: 3vh;


}

.section4-left img{
    width: 100%;

    border-radius: 20px;

    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);

    transition: transform 0.3s ease;
}

.section4-left img:hover {
    transform: scale(1.02);
}

.planta-title {
    display: none;
}

.modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
}




.section4-right {
    width: 100%;
    height: calc(var(--hero-height) / 1);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    position: relative;

    top: auto;
    right: auto;


    gap: 2vh;

}

.search-title{
    width: 100%;

}
.search-title h3{
    
    color: white;
    font-size: 300%;

    padding: 4%;

    width: 100%;

    border-radius: 20px;

    text-align: center;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    box-shadow: none;

}

.search {
    width: 100%;
    height: 80%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;


    padding-top: 6%;
    overflow-x: hidden;
    overflow-y: scroll;
    gap: 3vh;

    background: rgba(255, 255, 255, 0.29);

    backdrop-filter: none;
    -webkit-backdrop-filter: none;


    position: relative;


}



#search-input {

    top: auto;
    left: auto;
    position: relative;

    height: auto;
    width: 80%;

    padding: 1rem 2rem;

    border: none;
    outline: none;
    border-radius: 14px;


    font-size: 120%;
    color: white;

    

    background: rgba(69, 69, 69, 0.759);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.401);


}



#search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.filtro {
    width: 80%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(81, 81, 81, 0.145);

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.401);

    border-radius: 10px;

    position: relative;

    top: 0%;
    left: 0%;
    
    transition: transform 0.2s ease;

}

.filtro:hover {
    transform:scale(1.02)
}




.categorias-box {

    position: absolute;
    top: 30%;
    right: 10%;

    padding: 7%;


    z-index: 10;

    gap: 2vh;

    background-color: #2fc9ec ;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);


    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    

    width: 90%;
    height: 90%;

    border-radius: 20px;


    transition: opacity 0.3s ease;


}


.categorias {
    color: white;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    box-shadow: none;


    background-color:#0000006e;

    border-radius: 5px;
    text-align: center;

    padding: 10px;

    transition: 0.3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
    
}

.categorias-texto {
    text-align: center;
    font-size: clamp(0.7rem, 14px, 3rem);
    font-weight: 900;
}

.categorias:hover {
    transform: none;
}



.filtro h3{

    user-select: none;

    font-size: 200%;
    font-weight: 800;
    font-family: 'Stack Sans Headline', sans-serif;
    color: white;
    height: auto;
    padding: 4%;
}

.categoria-atual-box {

    display: none;

}

.categoria-atual-box h3{
    user-select: none;

    font-size: 120%;
    font-weight: 800;
    font-family: 'Stack Sans Headline', sans-serif;
    color: white;

}

#expo-list {
    width: 90%;
    height: 100%;


    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 5px;



    position: relative;
    bottom: auto;
    
    overflow-y: visible;

    scroll-behavior:smooth;

    align-content: start;


}
.expo-card {
    min-height: auto;
    height: auto;

    padding: 5px;


    border-radius: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.12);

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    transition: none;

    pointer-events: auto;

    user-select: none;

}

.expo-card:hover {
    transform: none;
}

.expo-logo {
    width: 60px;
    height: 60px;

    object-fit: contain;
    user-select: none;

    border-radius: 10px;

    margin-top: calc(var(--hero-height) / 100);
}

.expo-name {
    margin-top: 0px;

    margin: 5px 0;

    color: white;
    font-size: 0.7rem;
    font-weight: 600;


    text-align: center;

    width: 100%;

    overflow-wrap: anywhere;


}






.speakers-section {
  min-height: calc(var(--hero-height) / 2.5);
  width: 100%;
  padding: 5vh 5vw;
  position: relative;
  

}

.speakers-header h2 {

  text-align: center;
  color: white;
  font-size: 3rem;
  margin-bottom: 3vh;
}



.no-speakers {
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: clamp(0.7rem, 8vw, 3rem);
  font-weight: 500;
  padding: 20px;
}

.speakers-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.speakers-track {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease;
}

.speaker-card {
  min-width: 280px;
  max-width: 280px;
  height: 420px;

  border-radius: 20px;
  overflow: hidden;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);

  box-shadow: 0 8px 24px rgba(0,0,0,0.2);

  flex-shrink: 0;
}

.speaker-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.speaker-info {
  padding: 20px;
}

.speaker-name {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

.speaker-role {
  color: rgba(255,255,255,0.8);
  margin-top: 8px;
  font-size: 0.95rem;
}

.speaker-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;

  background: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
}

.prev {
  left: 10px;
  z-index: 10;
}

.next {
  right: 10px;
  z-index: 9999;
}

.section6 {
    height: calc(var(--hero-height) / 1);
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 5vw;

    padding: 0 5%;
    
    padding-top: 0%;
    position: relative;
}

.section6-title {
    position: relative;
    top: 0;
}

.section6-title h2 {
    color: white;
    font-size: 3rem;
}

.ingresso-box {
    width: 100%;

    background-color: rgba(11, 67, 235, 0.47);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);


    display: flex;
    flex-direction: column;

    justify-content: start;
    align-items: center;
    padding: 10%;

    border-radius: 20px;

    gap: 2vh;

}

.ingresso-box h3 {
    font-size: 150%;
    color: white;
}

.ingresso-box h2{


    font-size: clamp(2rem, 5vw, 5rem);
    color: white;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.ingresso-box a {

    background-color: rgba(0, 0, 0, 0.079);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.25);

    font-size: clamp(1.2rem, 2vw, 2rem);

    padding: 5% 5%;

    border-radius: 10px;

    transition: 0.2s ease;
}

.ingresso-box a:hover {
    transform: scale(1.05);
}


footer {

    width: 100vw;
    height: calc(var(--hero-height) / 5);
    display: grid;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;


    margin-bottom: 30px;

}

.foota {
    grid-column: 1;
    grid-row: 1;
}

.footb {
    grid-column: 1;
    grid-row: 2;
}

.footc {
    grid-column: 2;
    grid-row: 1 / 3;
}


.footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.footer-item h2{
    font-size: 10px;
    color: white;
    text-align: center;
    position: relative;
}

.footer-item p{

    font-weight: 900;
    font-size: 20px;
    color: white;

    text-wrap: wrap;

    text-align: center;
}

.footer-item i{
    color: white;
    font-size: 200%;
    margin: 10px;
    transition: transform 0.2s ease;
}

.footer-item i:hover {
    transform: scale(1.2);
}

.footer-item img{
    width: 65%;
    transition: transform 0.3s ease;
}

.footer-item img:hover {
    transform: scale(1.05);
}

}