/* Ajustes visuales para la sección Ley de Ohm */

.page-title {
  padding-top: 110px;
}

#ley-watt .section-title {
    margin-bottom: 2rem;
  }
  
  #ley-watt .form-label {
    font-weight: 500;
  }
  
  #ley-watt input.form-control {
    border-radius: 0.5rem;
    box-shadow: none;
  }
  
  #ley-watt .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
  }
  
  #ley-watt .alert {
    font-size: 1.1rem;
  }
  

  @media (max-width: 768px) {
    [data-aos] {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }

  }