
      /* Carousel styling */
      #introCarousel,
      .carousel-inner,
      .carousel-item,
      .carousel-item.active {
        height: 100vh;
      }

      .carousel-item:nth-child(1) {
        background-image: url('../img/fundo-home1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .carousel-item:nth-child(2) {
        background-image: url('../img/fundo-home2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .carousel-item:nth-child(3) {
        background-image: url('../img/fundo-home3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }



      .carousel-item-mir:nth-child(1) {
        background-image: url('../img/fundo-mirante.jpg');
      }
      .carousel-item-roj:nth-child(1) {
        background-image: url('../img/fundo-rojao.jpg');
      }


      /* Height for devices larger than 576px */
      @media (min-width: 992px) {
        #introCarousel {
          margin-top: -58.59px;
        }
      }