.elementor-1375 .elementor-element.elementor-element-9c5d4f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1375 .elementor-element.elementor-element-712803e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1375 .elementor-element.elementor-element-70359df8{--display:flex;}.elementor-1375 .elementor-element.elementor-element-14561274{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1375 .elementor-element.elementor-element-33a5785c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1375 .elementor-element.elementor-element-75aaeb7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;--z-index:999;}.elementor-1375 .elementor-element.elementor-element-63c0222b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-23bd316c */<style>
/* camada do fogo */
.fire-sides{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

/* vídeos */
.fire{
  position: absolute;
  top: 0;
  width: 240px;
  height: 100vh;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.6;
  filter: blur(1px) saturate(1.35);
}

.fire-left{
  left: 0;
}

.fire-right{
  right: 0;
  transform: scaleX(-1);
}

/* TODO o conteúdo Elementor acima do fogo */
.elementor,
.elementor *{
  position: relative;
  z-index: 10;
}

/* desliga no mobile */
@media (max-width: 768px){
  .fire{
    display: none;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fee136d *//* Grid principal - 2 colunas */
.levels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
}

/* O último card (5º) ocupa as 2 colunas inteiras */
.level-card:nth-child(5) {
    grid-column: 1 / 3; /* Vai da coluna 1 até a coluna 3 (ocupa as 2) */
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px;
    max-width: none; /* Remove limitação de largura */
}

/* Imagem do último nível - fica à esquerda */
.level-card:nth-child(5) .level-image {
    width: 300px;
    height: 200px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
    border-radius: 15px;
}

/* Conteúdo do texto - fica à direita */
.level-card:nth-child(5) .level-content {
    flex: 1;
}

/* Nome maior e destacado */
.level-card:nth-child(5) .level-name {
    font-size: 2.5em;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #ffd700 0%, #ff8c00 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Descrição maior */
.level-card:nth-child(5) .level-description {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: bold;
}

/* Efeito especial no último card */
.level-card:nth-child(5) {
    background: linear-gradient(135deg, 
        rgba(255, 215, 0, 0.15) 0%, 
        rgba(255, 140, 0, 0.1) 50%, 
        rgba(0, 100, 200, 0.15) 100%);
    border: 3px solid #ffd700;
    position: relative;
    overflow: hidden;
}

/* Brilho animado no fundo */
.level-card:nth-child(5)::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgba(255, 215, 0, 0.1) 25%, 
        rgba(255, 140, 0, 0.2) 50%, 
        rgba(255, 215, 0, 0.1) 75%, 
        transparent 100%);
    animation: shimmer 3s linear infinite;
    z-index: -1;
}

@keyframes shimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hover no último card */
.level-card:nth-child(5):hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(255, 215, 0, 0.4);
    border-color: #ffffff;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .levels-grid {
        grid-template-columns: 1fr; /* Mobile: 1 coluna */
    }
    
    .level-card:nth-child(5) {
        grid-column: 1; /* Mobile: comportamento normal */
        flex-direction: column;
        text-align: center;
    }
    
    .level-card:nth-child(5) .level-image {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .level-card:nth-child(5) .level-name {
        font-size: 1.8em;
    }
    
    .level-card:nth-child(5) .level-description {
        font-size: 1.2em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d0b1b34 */.hero-container {
    position: relative;
    isolation: isolate;
}
 
 
 .hero-content > * {
    position: relative;
    z-index: 2;
}

.hero-content::after {
    content: "";
    display: block;
    clear: both;
}
/* GARANTIA - CORREÇÃO DO ALINHAMENTO */
.guarantee-section {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 20px;
    margin: 40px 0;
    text-align: center; /* Mantém o título centralizado */
}

.guarantee-title {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center; /* Título centralizado */
}

/* Texto introdutório centralizado */
.guarantee-intro {
    font-size: 1.3em;
    margin-bottom: 25px;
    text-align: center;
}

/* LISTA DA GARANTIA - ALINHAMENTO CORRETO */
.guarantee-list {
    list-style: none;
    margin: 25px 0;
    font-size: 1.2em;
    text-align: left; /* CORRIGIDO: Alinha à esquerda */
    max-width: 600px; /* Limita largura */
    margin-left: auto; /* Centraliza o container */
    margin-right: auto; /* Centraliza o container */
    padding: 0 20px; /* Adiciona padding interno */
}

.guarantee-list li {
    margin: 15px 0;
    padding-left: 35px; /* Espaço para o check */
    position: relative;
    line-height: 1.6;
    text-align: left; /* CORRIGIDO: Força alinhamento à esquerda */
}

.guarantee-list li::before {
    content: "✓";
    position: absolute;
    left: 0; /* Check fica na posição 0 (esquerda) */
    top: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    background: rgba(255, 255, 255, 0.2);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Caixa da promessa centralizada */
.guarantee-promise {
    font-size: 1.3em;
    margin: 30px 0;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    text-align: center; /* Promessa centralizada */
}

/* Footer centralizado */
.guarantee-footer {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    text-align: center; /* Footer centralizado */
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .guarantee-list {
        padding: 0 10px;
        margin: 25px auto;
    }
    
    .guarantee-list li {
        padding-left: 30px;
        font-size: 1.1em;
    }
    
    .guarantee-list li::before {
        width: 20px;
        height: 20px;
        font-size: 1.1em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3845c84a */position: relative !important;
overflow: hidden !important;
z-index: 999 !important;/* End custom CSS */
/* Start custom CSS */position: relative !important;
overflow: hidden !important;
clear: both !important;/* End custom CSS */