      html {
        scroll-behavior: smooth;
      }
      body {
        padding-top: 70px;
      }
      .navbar {
        background-color: #343a40;
      }
      .navbar-nav .nav-link {
        color: white !important;
      }
      .section {
        padding: 60px 20px;
      }
      #fotos img {
        max-height: 500px;
        object-fit: cover;
      }

      #carouselCasa {
        max-width: 1250px;
        margin: 0 auto;
      }
      #carouselCasa .carousel-inner {
        aspect-ratio: 3 / 2;
        overflow: hidden;
        max-height: 833px;
      }

      #carouselCasa .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      #fotos,
      #contacto {
        margin-top: -0px !important;
        padding-top: 30px;
        padding-bottom: 30px;
      }

      .section {
        padding: 30px 0; /* este valor puede ser muy alto */
      }
      p {
        line-height: 1; /* Valor típico entre 1 y 1.5 */
      }
      h2{
        font-weight: bold;
      }