/*-------------------------------------------------
COLORES
-------------------------------------------------*/

/*-------------------------------------------------
Fuentes tipograficas
-------------------------------------------------*/

.home .espacioseccion {
  border-top: 1px solid #979797;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .home .espacioseccion {
    width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  .home .espacioseccion {
    width: 70%;
  }
}

.home .swiper-container1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.home .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.home .swiper-container1 .swiper-button-next,
.home .swiper-container1 .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(0%, -50%);
}

.home .swiper-container1 .swiper-button-next {
  background-image: url(/img/home/arrow-next.png);
}

@media screen and (min-width: 768px) {
  .home .swiper-container1 .swiper-button-next {
    right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .home .swiper-container1 .swiper-button-next {
    right: 130px;
  }
}

.home .swiper-container1 .swiper-button-prev {
  background-image: url(/img/home/arrow-prev.png);
}

@media screen and (min-width: 768px) {
  .home .swiper-container1 .swiper-button-prev {
    left: 45px;
  }
}

.home .swiper-container1 .swiper-button-next:after,
.home .swiper-container-rtl .swiper-button-prev:after {
  content: "none";
}

.home .swiper-container1 .swiper-button-prev:after,
.home .swiper-container-rtl .swiper-button-next:after {
  content: "none";
}

.home-banner {
  min-height: 350px;
  height: 350px;
  max-height: 1000px;
}

@media screen and (min-width: 768px) {
  .home-banner {
    height: 100vh !important;
  }
}

@media screen and (min-width: 992px) {
  .home-banner {
    height: 100vh !important;
  }
}

@media screen and (min-width: 1200px) {
  .home-banner {
    height: 100vh !important;
  }
}

.home .rsDefault,
.home .rsDefault .rsOverflow,
.home .rsDefault .rsSlide,
.home .rsDefault .rsVideoFrameHolder,
.home .rsDefault .rsThumbs {
  background: transparent;
}

.home .rsHidden {
  opacity: 1;
  visibility: initial;
}

.home-informacion {
  padding-top: 40px;
  padding-bottom: 30px;
}

.home-informacion p {
  color: #747474;
  max-width: 934px;
}

@media screen and (min-width: 992px) {
  .home-informacion {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home-informacion {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

.home-galeria-informativa {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-galeria-informativa .bg-black {
  background-color: #000000;
}

.home-galeria-informativa .tlo {
  font-family: "Baskerville";
  font-size: 20px;
  letter-spacing: 0.91px;
  color: #ffffff;
  font-weight: 300;
}

@media screen and (min-width: 992px) {
  .home-galeria-informativa .tlo {
    font-size: 28px;
  }
}

.home-galeria-informativa p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.72px;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .home-galeria-informativa p {
    font-size: 21px;
  }
}

.home-galeria-informativa .adicional {
  padding: 30px 15px;
  max-width: 385px;
}

@media screen and (min-width: 768px) {
  .home-galeria-informativa .adicional {
    width: 80%;
    padding: 90px 0px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .home-galeria-informativa .adicional {
    padding-left: 60px;
  }
}

.home-galeria-informativa .swiper-button-next,
.home-galeria-informativa .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(0%, -50%);
}

.home-galeria-informativa .swiper-button-next {
  background-image: url(/img/home/arrow-next.png);
}

@media screen and (min-width: 768px) {
  .home-galeria-informativa .swiper-button-next {
    right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .home-galeria-informativa .swiper-button-next {
    right: 130px;
  }
}

.home-galeria-informativa .swiper-button-prev {
  background-image: url(/img/home/arrow-prev.png);
}

@media screen and (min-width: 768px) {
  .home-galeria-informativa .swiper-button-prev {
    left: 45px;
  }
}

.home-galeria-informativa .swiper-button-next:after,
.home-galeria-informativa .swiper-container-rtl .swiper-button-prev:after,
.home-galeria-informativa .swiper-button-prev:after,
.home-galeria-informativa .swiper-container-rtl .swiper-button-next:after,
.home-galeria-informativa .swiper-button-next.swiper-button-disabled,
.home-galeria-informativa .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .home-galeria-informativa {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .home-galeria-informativa {
    padding-top: 30px;
  }
}

.home-proyectos {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.home-proyectos .titulo1 {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  letter-spacing: 6.67px;
  color: #000000;
}

.home-proyectos .card-proyect {
  max-width: 433px;
  position: relative;
}

.home-proyectos .card-proyect::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0px;
  left: 0px;
}

.home-proyectos .tlo {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.81px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 5px 0px;
}

@media screen and (min-width: 992px) {
  .home-proyectos .tlo {
    font-size: 18px;
  }
}

.home-proyectos .tlo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.home-proyectos .swiper-wrapper {
  padding-bottom: 40px;
}

.home-proyectos .swiper-button-next,
.home-proyectos .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transform: translate(0%, -50%);
}

.home-proyectos .swiper-button-next {
  background-image: url(/img/home/arrow-next.png);
  opacity: 1;
}

@media screen and (min-width: 320px) {
  .home-proyectos .swiper-button-next {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .home-proyectos .swiper-button-next {
    right: 40px;
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  .home-proyectos .swiper-button-next {
    right: 40px;
    opacity: 1;
  }
}

.home-proyectos .swiper-button-prev {
  background-image: url(/img/home/arrow-prev.png);
  opacity: 1;
}

@media screen and (min-width: 320px) {
  .home-proyectos .swiper-button-prev {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .home-proyectos .swiper-button-prev {
    left: 40px;
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  .home-proyectos .swiper-button-prev {
    left: 40px;
    opacity: 1;
  }
}

.home-proyectos .swiper-button-next:after,
.home-proyectos .swiper-container-rtl .swiper-button-prev:after,
.home-proyectos .swiper-button-prev:after,
.home-proyectos .swiper-container-rtl .swiper-button-next:after,
.home-proyectos .swiper-button-next.swiper-button-disabled,
.home-proyectos .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .home-proyectos .swiper-pagination .swiper-pagination-bullet:first-child {
    display: none !important;
  }
}

.home-proyectos .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  border-radius: 0px;
}

@media screen and (min-width: 992px) {
  .home-proyectos .swiper-pagination-bullet {
    width: 69px;
  }
}

.home-proyectos .swiper-pagination-bullet-active {
  background-color: #000000;
}

@media screen and (min-width: 992px) {
  .home-proyectos {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.home-marcas-hoteleras {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 50px;
}

.home-marcas-hoteleras h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4.89px;
  color: #000000;
}

.home-marcas-hoteleras a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2.6px;
  color: rgba(0, 0, 0, 0.47);
}

.home-marcas-hoteleras a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2.6px;
  color: rgba(0, 0, 0, 0.47);
}

@media screen and (min-width: 992px) {
  .home-marcas-hoteleras {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.home-marcas-hoteleras .hover1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-marcas-hoteleras .hover1:hover {
  opacity: 1;
  background: linear-gradient(0deg, #000000e0 0%, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-marcas-hoteleras .hover1 a {
  color: white !important;
}

.home-newsletter {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .home-newsletter {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .home-newsletter {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.home-newsletter p {
  color: #747474;
  max-width: 745px;
  letter-spacing: 0.92px;
}

.home-newsletter .m140 {
  margin-bottom: 140px;
}

.home-newsletter input {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #747474;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0px;
  background-color: transparent;
}

.home-newsletter .form-control::-moz-placeholder {
  color: #cecccc;
  font-weight: 300;
}

.home-newsletter .form-control:-ms-input-placeholder {
  color: #cecccc;
  font-weight: 300;
}

.home-newsletter .form-control::placeholder {
  color: #cecccc;
  font-weight: 300;
}

.home-newsletter .input-group-append {
  border-bottom: 1px solid #979797;
  border-radius: 0px;
}

.home-newsletter .btn {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.77px;
  color: #747474;
}

.home-instagram {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .home-instagram {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .home-instagram {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.home-instagram .titulo {
  font-size: 22px;
  letter-spacing: 2px;
}

.home .royalSlider {
  width: 100%;
  height: 320px;
}

@media screen and (min-width: 768px) {
  .home .royalSlider {
    height: 570px;
  }
}

@media screen and (min-width: 992px) {
  .home .royalSlider {
    height: 700px;
  }
}

@media screen and (min-width: 1200px) {
  .home .royalSlider {
    min-height: 300px;
    height: 100vh !important;
    max-height: 1000px;
  }
}

.home .gift {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .home .gift {
    top: 10%;
  }
}

@media screen and (min-width: 992px) {
  .home .gift {
    top: 12%;
  }
}

@media screen and (min-width: 1200px) {
  .home .gift {
    top: 13%;
  }
}

.home .gift-img {
  width: 150px;
}

