.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   CARD TERAPIA - ESTILO PREMIUM
================================= */

.card-terapia {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

/* Hover elegante */
.card-terapia:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

/* Linha decorativa superior */
.card-terapia::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #c9b6ff, #e2d9ff);
    transition: opacity 0.3s ease;
}

/* Título mais elegante */
.card-terapia h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

/* Texto com melhor legibilidade */
.card-terapia p {
    color: #555;
    line-height: 1.7;
}

/* Ícone com leve animação */
.card-terapia img {
    transition: transform 0.4s ease;
}

.card-terapia:hover img {
    transform: scale(1.08);
}

/* ===============================
   RESPONSIVO
================================= */

@media (max-width: 767px) {
    .card-terapia {
        padding: 25px;
        border-radius: 14px;
    }
}/* End custom CSS */