/* section {
  padding: 80px 0;
}
.carousel-item {
  height: 42rem;
  color: white;
}
.carousel-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.gallery img {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.gallery a {
  height: 200px;
  width: 200px;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.07);
}
.gallery a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery-modal .modal-img {
  width: 100%;
}
*/
/*MEDIA QUERIES*/
@media (max-width: 2560px) {
  .divLorquianas {
    height: 35rem;
  }
}

@media (max-width: 576px) {
  .img-logo {
    width: 15rem;
  }
  #demarchiFooter {
    letter-spacing: 0.5rem;
  }
}
