/* EL ANCHO QUE OCUPAN LAS IMÁGENES EN SOBRE MI */
.padding {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
}

/* DISTRIBUCIÓN DEL TEXTO Y TÍTULO SOBRE MÍ */
.info {
    height: auto;
    position: initial;
    top: 0;
}

/* SEPARACIÓN DE LA CAJA DE INFORMACIÓN */
.box-information {
    grid-template-columns: 1fr;
    font-size: 0.8em;
}

/* MARGEN DEL TEXTO */
.descripcion {
    margin-bottom: 1.2em;
}

.box-information2 {
    padding-top: 1.5em;
    padding-bottom: 2em;
}

/* TAMAÑO DE FUENTE CORREO */
.stock-ticker {
    font-size: 3vw;
}

/* ALTURA DE LAS IMÁGENES */
.contenedor img {
    height: 35vw; /* Ajusta la altura según tus necesidades */
}



/* QUITAMOS EL ESPACIO INSERVIBLE DEL EFECTO DEL FONDO */
.svg-fondo {
    height: 0px;
}

/* ESCALAMOS LA IMAGEN EN UN PORCENTAGE ADECUADO PARA MÓVIL */
.img-background img {
    width: 450px;
}