.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Arial", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-paragraph {
    color: #412D1E;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
}

.color-orange {
    color: #EE8900;
}

/* Garante que o nav seja a referência de posicionamento */
header nav,
nav.main-nav {
  position: relative;
  z-index: 20; /* fica acima de outros elementos */
}

/* Corrige o dropdown para não ser afetado pelo transform do body */
.nav-item .dropdown-menu {
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  z-index: 10000 !important;
}

/* responsivo premiações */
@media (max-width: 1240px) {
    .premiacoes-produto-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .premiacoes-produto-container {
        margin: 60px auto 30px auto;
        padding: 0 15px;
    }
    
    .premiacoes-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .premiacoes-swiper {
        height: auto;
        overflow: visible;
    }

    .premiacoes-swiper .swiper-wrapper {
        overflow: visible;
    }

    .premiacoes-swiper .swiper-slide {
        height: auto;
        width: 100% !important;
        overflow: visible;
    }
    
    .premio-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        min-height: auto;
        gap: 20px;
        width: 100%;
    }
    
    .premio-imagem {
        width: 240px;
        height: 240px;
        margin: 0;
        flex-shrink: 0;
    }

    .premio-imagem img {
        max-width: 120px;
        max-height: 180px;
    }

    .premio-conteudo {
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }
    
    .premio-titulo {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 12px;
        max-width: 100%;
        text-align: center;
    }
    
    .premio-texto {
        font-size: 14px;
        line-height: 160%;
        max-width: 100%;
        text-align: center;
    }
    
    .premiacoes-swiper .swiper-pagination {
        margin-top: 40px;
        position: relative;
    }
}

@media (max-width: 480px) {
    .premiacoes-produto-container {
        margin: 40px auto 20px auto;
        padding: 0 10px;
    }

    .premiacoes-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .premio-item {
        gap: 16px;
    }

    .premio-imagem {
        width: 200px;
        height: 200px;
    }

    .premio-imagem img {
        max-width: 100px;
        max-height: 150px;
    }

    .premio-conteudo {
        padding: 0 10px;
    }

    .premio-titulo {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .premio-texto {
        font-size: 13px;
        line-height: 150%;
    }

    .premiacoes-swiper .swiper-pagination {
        margin-top: 30px;
    }

    .premiacoes-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media (min-width: 1024px) {
    .premiacoes-produto-container {
        margin: 50px 0;
    }
    
    .premiacoes-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    
    .premio-item {
        padding: 0;
        min-height: 323px;
    }
    
    .premio-imagem {
        width: 280px;
        height: 280px;
        padding: 0;
    }
    
    .premio-titulo {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .premio-texto {
        font-size: 16px;
    }
}

/* ===== FIM ESTILOS CARROSSEL PREMIAÇÕES ===== *//* End custom CSS */