

.icono-escala{
    width: 30px;
    height: auto;	
	padding-bottom:15px;
}

.info-box-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    overflow: hidden; /* Evita que la imagen se desborde */
}

.info-box-editor img {
    max-width: 100% !important; /* Fuerza que la imagen se ajuste */
    height: auto !important; /* Mantiene la proporción */
    object-fit: contain; /* Asegura que no se deforme */
}

.icono-ajuste {
    max-width: 100px !important; /* Ajusta el tamaño según necesites */
    height: 10px !important;
}
