/* Ajustes visuales para la sección Ley de Ohm */

.page-title {
  padding-top: 110px;
}

.imagen-centrada-img1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-top: 2rem;
  /* height: 8rem; */
  width: 25rem;
}

.imagen-centrada-img2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  /* height: 8rem; */
  width: 19rem;
}

.img-scroll {
  overflow-x: auto;
  width: 100%;
}

.imagen-centrada-img3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  /* height: 8rem; */
  width: 31rem;
}


@media (max-width: 667px) {

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}