.carousel-item {
  height: 40rem;
}

.carousel-item img {
  object-fit: cover;
  max-height: 40rem;
}

.sub-footer {
  background-color: #ccd5ae;
}

main>.container {
  padding: 60px 15px 0;
}

.logo {
  max-height: 4rem;
}

.trama {
  opacity: 0.1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control,
.form-select {
  padding: 1rem 1rem;
}

#menuHeader.fixed-top {
  transition: background-color 0.8s ease-in-out,
    box-shadow 0.8s ease-in-out;
}

footer {
  background: #e9edc9;
  border-radius: 20px;
}

.icon {
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
}

#sitiosInteres {
  background: #F7F7F7;
  background: linear-gradient(90deg, rgba(247, 247, 247, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

body {
  font-family: 'Montserrat', serif;
}

.contact-box {
  background-color: #0d1a4b;
  border-radius: 20px;
  padding: 40px;
  color: white;
}

.contact-info-icon {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #337a87;
}