/* ===== CORRECCIONES ESENCIALES PARA PÁGINA NOSOTROS ===== */

/* 1. FUNCIONALIDAD DE TABS - CRÍTICO */
.post-4 #content-nosotros,
.post-4 #content-buscamos-excelencia,
.post-4 #content-nuestra-evolucion,
.post-4 #content-plantas {
    display: none !important;
}

.post-4 #content-nosotros.content_active,
.post-4 #content-buscamos-excelencia.content_active,
.post-4 #content-nuestra-evolucion.content_active,
.post-4 #content-plantas.content_active {
    display: block !important;
}

/* 2. LÍNEA PUNTEADA Y CÍRCULO */
.post-4 .content-tab {
    border-left: 2px dotted #2B3E4C;
    margin-left: -2%;
    margin-top: 35px;
    position: relative;
}

.post-4 .right-tabs .elementor-element.elementor-widget-text-editor:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #1B5ABA;
    border-radius: 50%;
    z-index: 10;
    border: 3px solid #ffffff;
}

/* 3. ESTILOS DE BOTONES ACTIVOS */
.post-4 .left-tabs .elementor-icon-list-item a.d_active {
    background: #1B5ABA !important;
    color: #ffffff !important;
    border-color: #1B5ABA !important;
}

/* 4. PREVENIR DESBORDAMIENTO HORIZONTAL */
.post-4 .elementor-section,
.post-4 .elementor-container,
.post-4 .elementor-widget-wrap {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* 5. RESPONSIVE - MÓVILES */
@media (max-width: 767px) {
    .post-4 .content-tab {
        border-left: none;
        margin-left: 0;
    }
    
    .post-4 .right-tabs .elementor-element.elementor-widget-text-editor:after {
        display: none;
    }
}