body {
  font-family: 'EB Garamond', serif;
  padding-bottom: 96px;
}

/*Inicio: Estilo Carousel*/
#carouselExampleCaptions,
  .carousel-inner,
  .carousel-item,
  .carousel-item.active {
    height: 82vh;
  }

.carousel-item:nth-child(1) {
  background-image: url('../images/banner-plane.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(2) {
  background-image: url('../images/HotelRoom-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(3) {
  background-image: url('../images/question-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-box {
  background-color: rgba(0,0,0, 0.7);
  color: #fff;
}

.carousel-btn {
  border: #1b0088 solid 2px;
  background-color: #1b0088;
  color: white;
  padding: 10px 20px;
}

.carousel-btn:hover {
  border: white solid 2px;
  color: white;
}

/* Para dispisitivos menores a 720px de ancho*/
@media (max-width: 720px) {
  .carousel-box {
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* Para dispositivos menores de 880px de altura*/
@media (max-height: 880px) {
  #carouselExampleCaptions,
  .carousel-inner,
  .carousel-item,
  .carousel-item.active {
    height: 76vh;
  }
}
/*Fin: Estilo Carousel*/

.icon_footer {
    text-decoration: none;
    color: grey;
}

.icon_footer:hover {
  color: #1b0088;
}