* {
    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, #02e8ff, #001fff 30%, #0037ff 60%, #00d9ff 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, #29dfff 10%, #1303f5 40%, #122069 100%) !important;
}

/* BOTÕES GRANDES */
.elementor-size-lg {
    border-color: #1f539f !important;
    color: #1f539f !important;
}

/* TEXTOS */
.h3-color,
.elementor-element-a84749b h2 {
    color: #1f539f !important;
}

/* SEÇÃO DE FUNDO */
.elementor-element-6beb17e {
    background: linear-gradient(45deg, #0e2d35, #121b69 25%, #2c2ba6 70%, #7aa7e8) !important;
}

.elementor-color {
    background: linear-gradient(45deg, #008aff, #1f539f) !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, #008aff, #1f539f) !important;
}

/* BLOCOS COLORIDOS */
.elementor-element-141ecef,
.elementor-element-c4331d9 {
    background: linear-gradient(45deg, #123e69, #0011ff, #006fff) !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, #b02626 25%, #dc2335 50%, #c0252b 75%, #ec2039) !important;
}

/* ÍCONES DE ANÚNCIOS */
.anuncio .e-font-icon-svg {
    width: 75px;
    height: 75px;
    fill: #1f539f;
    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: #1f539f !important;
}
.menu-button:hover,
.menu-button:focus {
    color: #1f539f !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: #1f539f !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, #561269, #8F00FF, #FF00C8); /* Gradiente de fundo */
    color: #fff;
    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;
  }
  


