/* CONTENEDOR GALERIA */
.slider-fotos-general {
    width: 100%;
    padding: 10px 0 20px 0;
    position: relative;
    overflow: hidden;
}

.foto-eco-simple {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.foto-eco-simple img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* CONTADOR DENTRO DE LA FOTO (INFERIOR IZQUIERDO) */
.pagination-interna {
    position: absolute !important;
    left: 45px !important;
    /* Ajustado para que no choque con la flecha */
    bottom: 35px !important;
    /* Lo sube dentro de la imagen */
    width: auto !important;
    padding: 5px 12px;
    background: rgba(46, 125, 50, 0.8);
    /* Fondo verde semitransparente */
    color: #fff !important;
    border-radius: 10px;
    font-family: sans-serif !important;
    font-size: 16px !important;
    /* Más grande como pediste */
    font-style: italic !important;
    font-weight: bold;
    z-index: 10;
}

/* FLECHITAS */
.custom-arrow {
    color: #2e7d32 !important;
    background: rgba(255, 255, 255, 0.8);
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    z-index: 11;
}

.custom-arrow::after {
    font-size: 16px !important;
}