.elementor-kit-5{--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}.e-con{--container-max-width:768px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}.e-con{--container-max-width:768px;}}
/* Start custom CSS *//* Tarjetas de información */
.info-card-misa {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
    border: 1px solid rgba(255, 192, 221, 0.3);
}

/* Título de la tarjeta */
.titulo-misa {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #d946a6;
    font-weight: 700;
    margin-bottom: 15px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Textos de información */
.info-texto {
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* Botón */
.boton-mapa {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #d946a6;
    border-radius: 25px;
    color: #d946a6;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boton-mapa:hover {
    background: #d946a6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(217, 70, 166, 0.3);
}/* End custom CSS */