/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media only screen and (max-width: 1199px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
}
.stellar-block.first {
  background-image: url(../images/page1_img2.webp);
}
@media only screen and (max-width: 767px) {
  .stellar-block.first {
    background-image: url(../images/page1_img2_resize.webp);
  }
}
.stellar-block.third {
  background-image: url(../images/header.png);
  padding: 0 0 250px;
}
@media (max-height: 700px) {
  .stellar-block.third {
    padding: 0 0 150px;
  }
}
@media (max-width: 1199px) {
  .stellar-block.third {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .stellar-block.third {
    background-image: url(../images/header_resize.png);
    padding-bottom: 110px;
  }
}
.stellar-block.sixth {
  background-image: url(../images/reservas_resized.png);
	padding: 0 0 250px;
}
@media (max-height: 700px) {
  .stellar-block.sixth {
    padding: 0 0 150px;
  }
}
@media (max-width: 1199px) {
  .stellar-block.sixth {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .stellar-block.sixth {
    background-image: url(../images/reservas.png);
	  padding-bottom: 110px;
  }
}
.stellar-block.eights {
  background-image: url(../images/page6_img1.png);
}
@media only screen and (max-width: 767px) {
  .stellar-block.eights {
    background-image: url(../images/page6_img1_resize.png);
  }
}