.elementor-2697 .elementor-element.elementor-element-e7f1bcc{--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-03806e9 */<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
  <style>
    .tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer;
        text-decoration: underline;
        color: #1e40af;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #1f2937;
        color: #ffffff;
        text-align: justify;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .tooltip:hover .tooltiptext {
        visibility: visible !important;
        opacity: 1 !important;
    }
    @media (max-width: 640px) {
        .tooltip .tooltiptext {
            width: 80vw;
            font-size: 15px;
            bottom: 100%;
        }
    }
    .content {
        text-align: justify;
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        font-family: Arial, sans-serif;
    }
    .modern-button {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 120px;
  }

 /* Botão anterior (azul escuro) */
  .btn-prev {
    background-color: #b3daff;
    color: blue;
  }

  /* Botão próximo (azul claro) */
  .btn-next {
    background-color: #b3daff;
    color: blue;
  }

  /* Efeito hover */
  .modern-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
  }

  /* Estilo especial para celular */
  @media (max-width: 576px) {
    .button-nav {
      flex-direction: column;
      gap: 10px;
    }

    .modern-button {
      width: 80%;
      padding: 10px;
      font-size: 14px;
      margin: 0 auto;
      min-width: unset;
    }
  }
  
/* Estilo base do botão */
.btn-cultos {
    display: block;
    width: 100%;
    max-width: 900px; /* limite de largura no desktop */
    margin: 40px auto; /* centraliza no desktop */
    text-align: center;
   /* background: linear-gradient(135deg,  #4dd2ff, #4dd2ff);*/
    color: blue;
    padding: 16px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    border-radius: 25px;
    border: solid 3px #fff;
    background-size: 
}

/* Efeito ao passar o mouse (desktop) */
.btn-cultos:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
      color: #333;
}


/* Estilo responsivo — para dispositivos móveis */
@media (max-width: 768px) {
    .btn-cultos {
        width: 100%;
        max-width: none;
        border-radius: 25;
        font-size: 20px;
        padding: 18px;
        margin: 30px 0 0 0;
       /* background: linear-gradient(135deg, #0073e6, #004a99);*/
        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2);
    }

    .btn-cultos:active {
        transform: scale(0.98);
    }
}/* End custom CSS */