.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-dfe9929 */.info-points-section {
    padding: 40px 20px;
    background-color: #FFFFFF;
}
.info-points-section h3 {
    text-align: center;
    font-size: 28px;
    color: #1E3552;
    margin-top: 0;
    margin-bottom: 40px;
}
.info-points-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}
.info-point-card {
    background-color: #F1F1F2;
    border: 1px solid #E6E7E8;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-point-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(30, 53, 82, 0.1);
}
.info-point-icon-wrapper {
    width: 250px;
    height: 100px;
    margin: 0 auto 20px auto;
    background-color: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 32px;
}
.info-point-details h5 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #FFFFFF;
}
.info-point-details p {
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #5a6878;
    line-height: 1.5;
    min-height: 100px; /* Para alinear botones */
}
.map-button {
    display: inline-block;
    background-color: #1E3552;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.map-button:hover {
    background-color: #1E3552;
    color: #5a6878;
}
.map-button i {
    margin-left: 8px;
    font-size: 0.9em;
    color: #FFFFFF !important;
}

/* --- Placeholder del Mapa Mejorado --- */
.map-placeholder {
    margin-top: 40px;
    padding: 80px 40px;
    background-color: #1E3552;
    background-image: linear-gradient(rgba(241, 241, 242, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 241, 242, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    color: #F1F1F2;
    text-align: center;
    border-radius: 12px;
}
.map-placeholder i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #FFFFFF;
    opacity: 0.5;
}
.map-placeholder h3 {
    font-size: 32px;
    margin: 0 0 10px 0;
    color: #FFFFFF;
}
.map-placeholder p {
    font-size: 18px;
    opacity: 0.8;
    margin: 0;
}/* End custom CSS */