.card_eset_empresa {
    height: 400px;
    max-height: auto;
    border: 1px solid #00528c;
    border-radius: 1em;
    overflow: hidden;
}
.card_eset_empresa .card_eset_empresa_image {
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00528c;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.card_eset_empresa:hover .card_eset_empresa_image {
    height: 0;
}
.card_eset_empresa_image img {
    width: 100px !important;
}

#piramide-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 400px;
}

.punto-selector {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 12px; /* Aumenta el espacio para compensar el selector oculto */
    display: inline-block;
    visibility: hidden; /* Oculto pero ocupa espacio */
}
.punto-selector-oculto {
    display: inline-block !important;
    visibility: hidden !important;
}
.punto-selector-activo {
    display: inline-block !important;
    visibility: visible !important;
}

.btn-nivel {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    border: 2px solid #00687c;
    transition: background 0.2s, border 0.2s;
    outline: none;
    box-shadow: none;
    padding: 0;
}
.btn-nivel.active, .btn-nivel:focus {
    background: #00687c;
    border: 2px solid #00b3c4;
}

.dis-l {
	fill: #c9d8e2;
}
.dis-r {
	fill: #e1e4e3;
}
.parent:hover .dis-l {
	fill:rgb(132, 153, 167);
}
.parent:hover .dis-r {
	fill:rgb(141, 177, 201);
}
.en-r {
	fill: #00a6b4;
}
.en-l {
	fill: #009eab;
}

[data-nivel] h3 {
    font-size: 1.1rem;
}
[data-nivel] h4 {
    font-size: 0.95rem;
}
[data-nivel] p {
    font-size: 0.92rem;
}

/* RESPONSIVE DESIGN */
@media (max-width: 767.98px) {
    .card_eset_empresa {
        height: auto;
        min-height: 220px;
        border-radius: 0.7em;
    }
    .card_eset_empresa_image img {
        width: 60px !important;
    }
    #piramide-container {
        min-height: 220px;
        max-width: 100%;
    }
    .punto-selector {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    .btn-nivel {
        width: 24px;
        height: 24px;
    }
    [data-nivel] h3 {
        font-size: 1rem;
    }
    [data-nivel] h4 {
        font-size: 0.9rem;
    }
    [data-nivel] p {
        font-size: 0.88rem;
    }
}

@media (max-width: 575.98px) {
    #piramide-container {
        min-height: 140px;
    }
    .card_eset_empresa {
        min-height: 120px;
    }
}
