* {
    margin: 0;
}

/* MENUS E LINKS */
.elementor-element-4504aa4 {
    background: white !important;
}

.elementor-item {
    color: #7A1D8D !important;
    fill: #7A1D8D !important;
}
.elementor-item:hover {
    color: #561269 !important;
    fill: #561269 !important;
}

/* BACKGROUND PRINCIPAL */
.elementor-element-4384ea9 {
    background: linear-gradient(45deg, #7dff00ad, #127311 30%, #127311 60%, #02ff01 90%) !important;
}

/* SUPER PROMOÇÃO */
.elementor-element-68bb57c {
    background: linear-gradient(45deg, #8C2BA6 10%, #7916c5 40%, #561269 100%) !important;
}
.elementor-element-68bb57c:before {
    background: linear-gradient(45deg, #8C2BA6 10%, #7916c5 40%, #561269 100%) !important;
}

.elementor-element-15c0c7c {
    background: linear-gradient(45deg, #92ff0096 10%, #0b960d 40%, #92ff00f5 100%) !important;
}

/* BOTÕES GRANDES */
.elementor-size-lg {
    border-color: #00ff80 !important;
    color: #11bb1f !important;
}

/* TEXTOS */
.h3-color,
.elementor-element-a84749b h2 {
    color:#4ee424 !important;
}

/* SEÇÃO DE FUNDO */
.elementor-element-6beb17e {
    background: linear-gradient(102deg, #08310a, #00ff00 25%, #1a5e1d 70%, #0c1504) !important;
}

.elementor-color {
    background: linear-gradient(45deg, #0dad88, #00ff04) !important;
}

.elementor-element-431b031 > .elementor-widget-container,
.elementor-element-37a0f04 > .elementor-widget-container,
.elementor-element-5c97789 > .elementor-widget-container,
.elementor-element-6e78d9e > .elementor-widget-container {
    background: linear-gradient(45deg, #0dad88, #00ff04) !important;
}

/* BLOCOS COLORIDOS */
.elementor-element-141ecef,
.elementor-element-c4331d9 {
    background: linear-gradient(45deg, #0dad88, #167834, #00ff04) !important;
}

/* FAQ */
.elementor-accordion-title,
.e-fas-plus,
.e-fas-minus {
    color: #505050 !important;
    fill: #505050 !important;
}

/* TÍTULOS EM BRANCO */
.elementor-heading-title {
    color: white !important;
}

.gtranlateoff {
    display: none !important;
}

/* MAIS BLOCOS */
.elementor-element-74f4481 {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF) !important;

}

.elementor-element-b89c26e{
    background: linear-gradient(45deg, #25F4FF, #FE2C55, #64FFDA) !important;

}

.elementor-element-1474ab01 {
    background: linear-gradient(45deg, #ff5500 25%, #dc8823 50%, #ff8800 75%, #ff9f07);
}

/* ÍCONES DE ANÚNCIOS */
.anuncio .e-font-icon-svg {
    width: 75px;
    height: 75px;
    fill: #3dab23;
    margin-bottom: 15px;
}

.oferta svg {
    width: 50px;
    height: 50px;
    fill: white;
    stroke: white;
    stroke-width: 1;
}

.elementor-element-26ffd24 .elementor-icon {
    border-radius: 50% !important;
}

/* HEADER RESPONSIVO */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 10px 20px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.logo {
    margin-top: 5px;
    overflow: hidden;
    height: 80px;
    display: flex;
    align-items: center;
}

.elementor-image {
    margin-top: 5px;
    overflow: hidden;
    height: 120px;
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
}

.containerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86.22px;
    height: 31.5px;
}

.menu-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28d103 !important;
}
.menu-button:hover,
.menu-button:focus {
    color: #cc0000 !important;
    outline: none;
}

.nav-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    background: white;
    width: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 20px;
}

.nav-container a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.nav-container.show {
    max-height: 250px;
    padding: 10px 20px;
}

.nav-container {
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    font-weight: 600;
    gap: 20px;
}

.nav-container span {
    text-decoration: none;
    color: #2b8e0f !important;
}
.nav-container a:hover {
    color: #561269 !important;
}

@media (min-width: 769px) {
    .nav-container {
        display: flex;
        flex-direction: row;
        position: static;
        box-shadow: none;
        width: auto;
        padding: 0;
        max-height: none;
    }

    .menu-button {
        display: none;
    }
}

/* Estilização geral do Toast */
.swal2-container.swal2-bottom-end {
    padding: 0 20px 20px 0; /* Distância da borda */
  }
  
  .swal2-toast {
    background: linear-gradient(45deg, #9dff00f8, hwb(115 3% 41%), #118624); /* Gradiente de fundo */
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    border: none;
  }
  
  /* Ícone do toast */
  .swal2-icon {
    color: #fff !important;
  }
  
  /* Barra de progresso */
  .swal2-timer-progress-bar {
    background: rgba(255, 255, 255, 0.8);
    height: 4px;
    border-radius: 2px;
  }
  


.elementor-1424 .elementor-element.elementor-element-26ffd24:not(.elementor-motion-effects-element-type-background), .elementor-1424 .elementor-element.elementor-element-26ffd24 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: linear-gradient(45deg, #f09433, #e6683c 25%, #ff8c00 50%, #e6683c 75%, #fc4a1a) !important;
    border-color: #ff8c00 !important;
}