html {
  scroll-behavior: smooth; /* Ativa rolagem suave em toda a página */
}

.td {
align: left;
}

.centhorizontal h1 {
   font-size: 42px;
}

.subtitulo {
    background-color: #FFFAFE;
    font-size: 24px;
    border-style: solid;
    border-width: 1.8px;
    border-radius: 8px;
    border-color: #E667C8;
    margin-left: -3px;
    padding: 15px;
  }

.popover-content {
    color: #d1bece!important;
}

#smartcapture-block-i7om9zrl73 .date-dropdown-select-boxes .select {
    min-height: 2.5em;
    max-width: 8em;
    border-radius: 8px;
    border-bottom-color: #0081e7;
}


.centhorizontal {
   padding: 0px 0px 0px 30%;
   vertical-align: midlle;
}

/* centralizar 3 itens destacados */
body > div > div > div > table:nth-child(4) > tbody > tr > td {
 padding-left: 20%!important;
 padding-right: 20%!important;
 padding-top: 2em!important;
 padding-bottom: 2em!important;
}

/* deixando 3 itens no topo */
.responsive-td {
  vertical-align: top;
}



/* secao o que vc vai aprender */

.stats-box {
    background-color: #003F69;
    border-style: solid;
    border-width: 1.5px;
    border-color: #0E6BAA;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Arial, sans-serif;
  }
  
  .stats-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .stats-icon {
    fill: #E266C3; 
  }
  
  .stats-title {
    margin: 0;
    font-size: 24px;
    color: #FFFF;
    font-weight: 600;
  }
  
  .stats-content {
    color: #FFF;
    line-height: 1.5;
    font-size: 16px;
  }
  
  .stats-content p {
    margin: 0;
  }


/*  secao antes e depois */
.comparison-section {
    
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.comparison-section h1 {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 10px;
    border-left: solid 3px green;
    margin-bottom: 30px;
    color: #003F69;
}

.comparison-table {
    display: table;
    width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.comparison-row {
    display: table-row;
}

.comparison-cell {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 500;
}

.comparison-row.header .comparison-cell {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 15px 20px;
}

.before {
    background-color: #f1f1f1;
    color: #e74c3c;
    border-radius: 8px 0 0 8px;
    text-align: center;
    width: 45%;
    
}

.after {
    background-color: #e8f5e9;
    color: #27ae60;
    border-radius: 0 8px 8px 0;
    text-align: center;
    width: 45%;
    
}

.header .before {
    background-color: #7E356C;
    border-right: none;
}

.header .after {
    background-color: #003F69;
    border-left: none;
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

.negative {
    fill: #e74c3c;
}

.positive {
    fill: #27ae60;
}

.cta-button {
    background-color: #003F69;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cta-button:hover {
    background-color: #4CAF50;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.4);
}

/* Responsividade */
@media (max-width: 481px) {
    .comparison-cell {
        max-width: 40%;
        text-align: center !important;
        border-radius: 8px !important;
        margin-bottom: 5px;
        border: none !important;
    }
    
    .comparison-row.header {
        display: none;
    }
   .stylingblock-content-margin-cell {
   padding: 0px!important;
}
    #tag {
padding: 0px!important;
}

.tag {
  display: grid;
  place-items: center
}

.centhorizontal {
   padding: 0px 0px 0px 7%;
}

.centhorizontal h1 {
   font-size: 32px;
   max-width: 75%;
}

.centhorizontal .subtitulo {
   font-size: 18px;
   max-width: 75%;
}

.smartcapture-content-wrapper .fuelux {
  margin-top: 20px;
}

.stats-box {
 margin-top: 10px;
}

.mentor-image img {
max-width: 60%;
}



}






/* Estilo para botão desabilitado */
.disabled-btn {
    opacity: 0.6;
    cursor: not-allowed !important;
    background-color: #cccccc !important;
}

/* Estilo para campos inválidos */
.campo-invalido {
    border-color: #e74c3c !important;
    background-color: #ffebee !important;
}

/* Estilo para mensagens de erro (opcional) */
.mensagem-erro {
    color: #e74c3c;
    font-size: 0.8em;
    margin-top: 5px;
    display: none;
}