/* font-family: "Space Grotesk", serif; */
/* font-family: "Inter", serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

form select {
    outline: none;
    border-radius: .5rem;
    border: 2px solid #E8ECEF;
    font-family: 'Inter', sans-serif;
    color: #141718;
    font-weight: 600;
    font-size: 1rem;
    padding: .6rem;
}

header{
    padding: 1rem 0rem;

}

.header-section-top-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: "Space Grotesk", serif;
    padding-bottom: 1rem;
}

.header-section-top-nav img	{
    max-width: 200px;
    object-fit: cover;
}

.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    gap: 3rem;
    font-family: "Space Grotesk", serif;
}
   
.header-nav a{
    color: #6C7275;
    text-decoration: none;
    font-weight: 500;
}
.header-nav a::hover{
    color: #141718;
}

.header-section-video-box img	{
    width: 100%;
    object-fit: cover;
}

.header-section-video-box{
    width: 100%;
    position: relative;
}

.header-section-top-nav {
    position: relative;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 1.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}


.hamburger-menu span {
    width: 100%;
    height: 0.25rem;
    background-color: #283c54;
    border-radius: 5px;
    transition: all 0.3slinear;
}

.header-section-video-vitrine{
    position: absolute;
    top: 35%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #ffffff0f;
    backdrop-filter: blur(3px);
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0px;
}

.header-section-video-vitrine h1{
    font-family: "Space Grotesk", serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px #00000059;
}

.header-section-video-vitrine p{
    font-family: "Space Grotesk", serif;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px #00000059;
}

.header-section-bottom-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-top: 1rem;
}

.header-section-bottom-nav a{
    color: #141718;
    text-decoration: none;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    position: relative;

}
.header-section-bottom-nav a:nth-child(1)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #219393;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}
.header-section-bottom-nav a:nth-child(2)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #ACCC43;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}
.header-section-bottom-nav a:nth-child(3)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #7C5BA2;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}
.header-section-bottom-nav a:nth-child(4)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #F6A800;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}
.header-section-bottom-nav a:nth-child(5)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #F06A37;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}
.header-section-bottom-nav a:nth-child(6)::before{
    width: 100%;
    content: '';
    height: 2.5px;
    background-color: #BB477E;
    position: absolute;
    bottom: -6px;
    border-radius: 6px;
}

.main-section-news, .main-section-all
{
    font-family: 'Inter', sans-serif;
    padding: 4rem 0px;
}

.main-section-news h2, .main-section-all h2{
    font-size: 2rem;
    font-weight: 600;
    color: #141718;
    margin-bottom: 1rem;
}

.main-section-news h3, .main-section-all h3{
    font-size: 1.5rem;
    font-weight: 600;
    color: #141718;
    margin-bottom: 1rem;
}

.main-section-news-header a, .main-section-all-header a{
    color: #141718;
    text-decoration: none;
}
.main-section-news-header a:hover, .main-section-all-header a:hover{
    text-decoration: underline;
}

.main-section-news-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.main-section-news-box{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}

.badge-novidade{
    background-color: #fff;
    color: #141718;
    font-size: 1rem;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0.5rem;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
}

.badge-sigla{
    background-color: #F6A800;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0.5rem;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
}


.main-section-news-box-item-organizer{
    background-color: #F3F5F7;
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    border-radius: 8px;
}

.main-section-news-box-item-organizer img{
    max-width: 70%;
    align-self: center;
    margin-bottom: 1rem;
}

.main-section-news-box-item-title{
    font-size: .85rem;
    color: #141718;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.main-section-news-box-item-price{
    text-align: center;
    width: 100%;
}

.main-section-news-box-item-price s{
    width: 100%;
    color: #6C7275;
    text-align: center;
}

.main-section-news-box-item-price b{
    color: #141718;
    text-align: center;
    font-weight: 600;
}


.main-section-news-box-item:hover .button-compra{
    opacity: 1;
    cursor: pointer;
}

.button-compra{
    width: 100%;
    border: none;
    background-color: #141718;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}
  
.main-section-details {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
    gap: 20px; /* Espaçamento entre os artigos */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente *//* Espaçamento interno */
  }
  
  .main-section-details article {
    padding: 2rem;
    background-color: #a3d65e; /* Cor inicial (verde-claro, substitua pelas cores de cada bloco) */
    border-radius: 8px; /* Bordas arredondadas */
    width: 100%; /* Largura fixa */
    height: 250px; /* Altura igual à largura */
    display: flex;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: transform 0.3s, box-shadow 0.3s; /* Animações */
  }
  
  .main-section-details article:hover {
    transform: scale(1.05); /* Efeito de zoom no hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Aumenta a sombra */
  }
  
  .main-section-details article:nth-child(1) {
    background-color: #a3d65e; /* Verde */
  }
  
  .main-section-details article:nth-child(2) {
    background-color: #fbc02d; /* Amarelo */
  }
  
  .main-section-details article:nth-child(3) {
    background-color: #8e44ad; /* Roxo */
  }
  
  .main-section-details article:nth-child(4) {
    background-color: #26a69a; /* Verde-água */
  }
  
  .main-section-details article img {
    width: 40px; /* Tamanho do ícone */
    margin-bottom: 10px; /* Espaço entre o ícone e o texto */
  }
  
  .main-section-details article b {
    font-weight: 500;
    font-size: 16px; /* Tamanho do título */
    margin-bottom: 0.5rem; /* Espaço entre o título e o subtítulo */
  }
  
  .main-section-details article span {
    font-size: 14px; /* Tamanho do subtítulo */
    color: rgba(255, 255, 255, 0.9); /* Branco com opacidade */
  }

  footer{
    padding-top: 2rem;
  }
  .banner-footer{
    background-image: url(../assets/back-footer.png);
    background-position: center;
    height: 400px;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-footer img{
    max-width: 60%;
    object-fit: cover;
  }

  .container-footer{
    background-color: #1C3A52; 
    width: 100%;
    padding: 6rem 0px;
  }
    .container-footer-box{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        justify-content: space-between;
    }
  .container-footer-box h3{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .container-footer-box .logo-divisor{
    height: 20px;
    width: 1px;
    background-color: #6C7275;
  }
  .container-footer-box .logo-bold{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .container-footer-box .logo-light{
    color: white;
    font-weight: 200;
    font-size: .9rem;
    vertical-align: baseline;
    height: 100%;
  }

  .container-footer-box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .container-footer-box-top nav{
    display: flex;
    gap: 2rem;
  }
  .container-footer-box-top nav a{
    color: white;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: .9rem;
  }

.copyright{
    display: flex;
    color: white;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .8rem;
    border-top: 1px solid #6C7275;
    padding-top: 1rem;
}

.banners-footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

.banner-footer-img {
    max-width: 100%;
    width: 48%;
    height: auto;
}

@media (max-width: 768px) {
    .banner-footer-img {
        width: 100%;
    }

    .banner-footer {
        height: 200px;
    }
}

@media(max-width:1200px){
    .container{
        padding: 0 1rem;
    }
    .container-footer-box{
        display: flex;
        flex-direction: column;
        gap: 5rem;
        justify-content: space-between;
    }
    .container-footer-box-top{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .container-footer-box-top nav{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .copyright{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
}

@media(max-width:900px){

    .header-perfil-icon{
        display: none;
    }

    .hamburger-menu {
        display: flex;
    }

    .header-nav {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        background-color: white;
        padding: 1rem;
        gap: 1rem;
        width: 200px;
        display: none;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .header-nav.active {
        display: flex;
        z-index: 2;
    }

    .header-nav a {
        width: 100%;
        text-align: left;
    }
}

@media(max-width:680px){
    .header-section-video-vitrine h1{
        font-size: 2rem;
    }
    .header-section-video-vitrine p{
        font-size: 1.5rem;
    }
    .header-section-video-vitrine{
        padding: 1rem 0px;
    }
    .header-section-video-box img{
        height: 200px;
    }
    .header-section-video-vitrine{
        top: 15%;
    }
    .header-section-video-vitrine h1{
        font-size: 1.5rem;
    }
    .header-section-bottom-nav{
      display: flex;
      flex-direction: column;
        gap: 1rem;
    }
}