.elementor-40 .elementor-element.elementor-element-1b1cf88{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-159904f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-5fd22cc{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-9162ec1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-33fb577 > .elementor-container{min-height:549px;}.elementor-40 .elementor-element.elementor-element-5d05ae1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-bcf9e81 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-40 .elementor-element.elementor-element-aa53042{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-40 .elementor-element.elementor-element-aa53042:after{content:"0.66";}.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-post__thumbnail__link{width:100%;}.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-post__meta-data span + span:before{content:"•";}.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-post__text{margin-top:20px;}.elementor-40 .elementor-element.elementor-element-9ded19f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-40 .elementor-element.elementor-element-f25a935 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-40 .elementor-element.elementor-element-aa53042:after{content:"0.5";}.elementor-40 .elementor-element.elementor-element-aa53042 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-9f47da5 *//* --- Sección de Servicios --- */
.services {
    padding: 80px 0;
    background: #f9f9f9; /* Color que coincide con el divisor curvo del Hero */
    text-align: center;
}

.services h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}

/* Línea decorativa bajo el título */
.services h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #2c5f7f; 
    border-radius: 2px;
}

/* --- Cuadrícula de tarjetas --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

/* --- Estilo de cada tarjeta --- */
.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

/* Efecto al pasar el ratón */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #2c5f7f;
}

/* Iconos de las tarjetas */
.service-card i {
    font-size: 2.5rem;
    color: #2c5f7f;
    margin-bottom: 20px;
    display: inline-block;
}

.service-card h3 {
    font-size: 1.4rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
}

/* --- Ajuste del contenedor --- */
.services .container-broad {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Responsivo --- */
@media (max-width: 768px) {
    .services {
        padding: 60px 0;
    }
    
    .services h2 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d368e5c */.schedule-header {
    text-align: center;
    margin-bottom: 20px;
}

.schedule-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
}
.schedule-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #2c5f7f; /* Tu azul personalizado */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3533735 *//* --- Sección de Información --- */
.info {
    padding: 100px 0;
    background: #ffffff;
}

.info-header {
    text-align: center;
    margin-bottom: 60px;
}

.info-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.info-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #2c5f7f;
}

/* --- Grid de Información (2 columnas) --- */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.info-item {
    background: #f8fafc;
    padding: 40px;
    border-radius: 15px;
    transition: transform 0.3s ease;
    
    /* CAMBIO: Centrado total del contenido */
    text-align: center; 
    border-bottom: 4px solid transparent; /* Reserva el espacio para el hover */
}

.info-item:hover {
    transform: scale(1.02);
}

.info-icon {
    font-size: 2.5rem; /* Un poco más grande para el diseño centrado */
    color: #2c5f7f;
    margin-bottom: 20px;
    display: block;
}

.info-item h3 {
    font-size: 1.6rem;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 700;
}

.info-item p {
    color: #4a5568;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: 300;
    
    /* CAMBIO: Centrado del bloque de texto */
    max-width: 90%;
    margin: 0 auto; 
}

/* --- Ajuste para móviles --- */
@media (max-width: 850px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .info {
        padding: 60px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cf28ff */.news-header {
    text-align: center;
    margin-bottom: 60px;
}

.news-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.news-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #2c5f7f; /* Tu azul personalizado */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-eeec1df *//* --- Contenedor General de Posts (Widget Posts de Elementor) --- */
.elementor-posts-container.elementor-posts--skin-cards {
    padding: 20px 0;
}

/* --- Estilo de la Tarjeta (Card) --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__card {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
    display: flex;
    flex-direction: column;
    height: 100%; /* Para que todas midan lo mismo en la misma fila */
}

/* Efecto al pasar el ratón por la tarjeta */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #2c5f7f !important;
}

/* --- Título de la Noticia --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__title {
    padding: 20px 20px 5px 20px !important;
    margin: 0 !important;
}

.elementor-posts-container.elementor-posts--skin-cards .elementor-post__title a {
    color: #2d3748 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.elementor-posts-container.elementor-posts--skin-cards .elementor-post__card:hover .elementor-post__title a {
    color: #2c5f7f !important;
}

/* --- Extracto de Texto (Cuerpo) --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__excerpt {
    padding: 0 20px 15px 20px !important;
    color: #718096 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;
}

/* --- Botón "Leer más" --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__read-more {
    padding: 0 20px 20px 20px !important;
    display: inline-block !important;
    color: #e67e22 !important; /* Naranja para resaltar la acción */
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: all 0.3s;
}

.elementor-posts-container.elementor-posts--skin-cards .elementor-post__read-more:hover {
    color: #2c5f7f !important;
    letter-spacing: 1px;
}

/* --- Ajuste para las imágenes --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__thumbnail__link {
    display: block !important;
    height: 200px !important; 
    width: 100% !important;
    overflow: hidden !important;
}

.elementor-posts-container.elementor-posts--skin-cards .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

/* Zoom imagen al hover */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__card:hover .elementor-post__thumbnail img {
    transform: scale(1.1) !important;
}

/* --- Meta datos (si decides activarlos en el widget) --- */
.elementor-posts-container.elementor-posts--skin-cards .elementor-post__meta-data {
    padding: 10px 20px !important;
    background: #f8fafc !important;
    border-top: 1px solid #f0f0f0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b92c3c *//* --- Sección de Contacto --- */
.contact {
    padding: 80px 0;
    background: #ffffff; /* Fondo blanco puro */
    text-align: center;
}

.contact-header {
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.contact-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #2c5f7f;
    border-radius: 2px;
}

/* --- Grid de Contacto (4 columnas) --- */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.contact-item {
    padding: 30px 20px;
    background: #fdfdfd;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

/* Efecto hover suave */
.contact-item:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #2c5f7f;
}

.contact-icon {
    font-size: 2rem;
    color: #2c5f7f;
    margin-bottom: 15px;
}

.contact-item h3 {
    font-size: 1.3rem;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-item p {
    color: #565656; /* Usando tu variable de color de fuente */
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

/* --- Ajuste para móviles --- */
@media (max-width: 600px) {
    .contact {
        padding: 60px 0;
    }
    
    .contact-header h2 {
        font-size: 2rem;
    }
}/* End custom CSS */