.elementor-1003453 .elementor-element.elementor-element-9d33219{--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-1003453 .elementor-element.elementor-element-532df01{--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-1003453 .elementor-element.elementor-element-3fb43a8{--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-1003453 .elementor-element.elementor-element-3fb43a8:not(.elementor-motion-effects-element-type-background), .elementor-1003453 .elementor-element.elementor-element-3fb43a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1003453 .elementor-element.elementor-element-1864257{text-align:justify;color:var( --e-global-color-primary );}.elementor-1003453 .elementor-element.elementor-element-1864257 > .elementor-widget-container{margin:40px 40px 40px 40px;}.elementor-1003453 .elementor-element.elementor-element-44a6f48{--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;}body.elementor-page-1003453:not(.elementor-motion-effects-element-type-background), body.elementor-page-1003453 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-a704925 *//* =========================================
   CONTENEDOR PRINCIPAL DEL BANNER
========================================= */
.author-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1A365D; /* Fondo Azul Oscuro */
    color: #FFFFFF; /* Texto Blanco */
    padding: 30px;
    border-radius: 8px; /* Bordes ligeramente redondeados */
    margin-top: 50px; /* Separación del contenido superior */
    font-family: 'Montserrat', sans-serif !important;
    border-top: 4px solid #CC0000; /* Línea decorativa superior roja */
}

/* =========================================
   ÁREA DE LA FOTO (CON BORDE BLANCO)
========================================= */
.author-photo {
    flex: 1 1 150px;
    max-width: 180px;
    margin-right: 30px;
}

.author-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%; /* Foto circular */
    border: 3px solid #FFFFFF; /* Borde BLANCO */
    object-fit: cover;
}

/* =========================================
   ÁREA DE TEXTO Y TIPOGRAFÍA
========================================= */
.author-info {
    flex: 2 1 300px;
}

.author-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
}

.author-info p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
}

/* =========================================
   ANIMACIÓN DEL LATIDO
========================================= */
@keyframes pulso-invitacion {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.7);
    }
    70% {
        transform: scale(1.05); /* Crece ligeramente */
        box-shadow: 0 0 0 10px rgba(204, 0, 0, 0); /* Aura que se desvanece */
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
    }
}

/* =========================================
   BOTÓN DE LLAMADO A LA ACCIÓN (CTA)
========================================= */
.author-cta-btn {
    display: inline-block;
    background-color: #CC0000; /* Botón ROJO */
    color: #FFFFFF !important; /* Texto BLANCO */
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.1s ease;
    
    /* Aplica la animación: dura 2 segundos y se repite */
    animation: pulso-invitacion 2s infinite; 
}

/* Hover del botón (al pasar el mouse) */
.author-cta-btn:hover {
    background-color: #FFFFFF; /* Fondo cambia a BLANCO */
    color: #CC0000 !important; /* Texto cambia a ROJO */
    
    /* Detiene el pulso para facilitar el clic */
    animation: none; 
    transform: translateY(-2px); /* Salto suave hacia arriba */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Sombra de elevación */
}

/* =========================================
   ADAPTACIÓN PARA CELULARES (RESPONSIVE)
========================================= */
@media (max-width: 600px) {
    .author-banner {
        flex-direction: column;
        text-align: center;
    }
    .author-photo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1864257 */.post-image-container {
    margin: 25px auto;
    max-width: 100%;
    text-align: center;
}
.post-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.post-image-container figcaption {
    font-style: italic;
    font-size: 0.9em;
    color: #555;
    margin-top: 8px;
}
blockquote {
    border-left: 4px solid #cc3333;
    padding-left: 15px;
    margin: 20px 0;
    font-style: italic;
    background-color: #f9f9f9;
    padding-top: 5px;
    padding-bottom: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4327a81 */.instagram-invite-section {
    margin: 40px auto;
    max-width: 800px;
    padding: 0 15px;
}

.instagram-card {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    border: 1px solid #f0e2e2;
    border-left: 5px solid #e1306c; /* Color característico de Instagram */
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.instagram-icon {
    color: #e1306c;
    margin-right: 20px;
    flex-shrink: 0;
}

.instagram-content {
    flex-grow: 1;
    padding-right: 20px;
}

.instagram-content h3 {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
}

.instagram-content p {
    margin: 0;
    color: #666;
    font-size: 0.95em;
    line-height: 1.4;
}

.instagram-handle {
    margin-top: 6px !important;
    font-weight: bold;
    color: #e1306c !important;
}

.instagram-action {
    flex-shrink: 0;
}

.instagram-btn {
    display: inline-block;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 0.95em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(221, 42, 123, 0.3);
}

.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(221, 42, 123, 0.4);
}

/* Adaptación para pantallas de teléfonos móviles */
@media (max-width: 600px) {
    .instagram-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .instagram-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .instagram-content {
        padding-right: 0;
        margin-bottom: 20px;
    }
}/* End custom CSS */