.elementor-10853 .elementor-element.elementor-element-e268d35{--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-51436f8 *//* 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 */