.elementor-2983 .elementor-element.elementor-element-8c5ffdf{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2fae091 */.footer-cultos {
    background-color: #f4f4f4;
    padding: 30px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
  }

  .footer-cultos h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #003366;
  }

  .footer-cultos ul {
    list-style: none;
    padding: 0;
  }

  .footer-cultos li {
    margin-bottom: 25px;
    text-align: left;
    background-color: #e9f0fc;
    border-left: 5px solid #003366;
    padding: 15px;
    border-radius: 6px;
  }

  .footer-cultos li strong {
    display: block;
    font-size: 18px;
    color: #003366;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  
  /* 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 */