@font-face {
  font-family: centuryB;
  src: url("/static/fonts/century_bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: centuryR;
  src: url("/static/fonts/centuryR.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: futurist;
  src: url("/static/fonts/futurist.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/icomoon.eot?x14jzp");
  src: url("/static/fonts/icomoon.eot?x14jzp#iefix") format('embedded-opentype'), url("/static/fonts/icomoon.ttf?x14jzp") format('truetype'), url("/static/fonts/icomoon.woff?x14jzp") format('woff'), url("/static/fonts/icomoon.svg?x14jzp#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-empty_room:before {
  content: "\e902";
}
.icon-backpack:before {
  content: "\e901";
}
.icon-toilet:before {
  content: "\e900";
}
.bg-marronClaro {
  background-color: #942e20;
}
.bg-white {
  background: #fff;
}
.color-white {
  color: #fff;
}
.border-whiteR {
  border-right: 1px solid #fff;
}
.border-marronR {
  border-right: 1px solid #942e20;
}
.bg-purple {
  background: #8c0123;
}
.bg-greeG {
  background: #008d87;
}
.bg-blueO {
  background: #2d34ce;
}
.bg-purple2 {
  background: #540115;
}
.logo_white {
  height: 55px;
  width: 260px;
}
.logo_black {
  height: 55px;
  width: 260px;
}
.angucomplete-selected-row {
  color: #000 !important;
}
.pointer {
  cursor: pointer;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.fuente,
.Room__btnReload,
.Room__titleFilter,
.Reserva__title,
.Room__filterResult,
.room_rangePrice,
.Room_inputLabel,
.Room__nameRoom,
.Room__paragraph,
.newPackage__empty__title,
.newPackage__title,
.newPackage__boxPackage__boxContent__nombre,
.newPackage__boxPackage__boxContent__btn,
.Pack_detail,
.Pack_detailTitle,
.Pack_detailParagraph,
.Pack_time,
.Contact__titleForm,
.Visa_title,
.newRestaurant__title,
.Restaurant_f1 h5,
.Restaurant_f1 p,
.Nilas__title,
.Reserva__button,
.Reserva__btnCancel,
.link_roomBack,
.new_thank__titleCard,
.new_thank__printHeader,
.new_thank__textTerminos,
.new_thank__textImprimir,
.new_thank__btnPrint,
.new_thank__btnVolver {
  font-family: Helvetica;
}
.menu_active {
  border-bottom: 2px solid #942e20;
}
.inline_block {
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.modalFacturar {
  width: 700px;
  margin-top: -15px;
  margin-bottom: -40px;
  margin-left: -10px;
}
.modalFacturar__body {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
.modalFacturar__btnSearch {
  width: 100%;
}
.modalFacturar__hr {
  margin-top: 15px;
  margin-bottom: 10px;
}
.modalFacturar__tblResults {
  height: 170px;
  overflow-y: auto;
  border-bottom: 1px solid #d2d2d2;
}
.modalFacturar__detail {
  margin: 7px 0px;
}
.modalFacturar__detail__span {
  display: inline-block;
  width: 90%;
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}
.modalFacturar__detail__spanFacturar {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}
.modalFacturar__detail__input {
  height: 30px;
}
.modalFacturar__detail__price {
  font-size: 3rem;
  margin-left: 20px;
}
.modalFacturar__bodyLoading {
  position: absolute;
  background: #fff;
  z-index: 100;
  right: 0rem;
  left: 0rem;
  bottom: 0rem;
  top: 0rem;
  opacity: 0.8;
}
.productLineLoading__img {
  width: 60%;
  height: 85%;
  z-index: 150;
}
.extraerRucLoading__img {
  width: 50%;
  height: 132%;
  z-index: 150;
  margin-top: -30px;
}
.deleteDocLineLoading__img {
  width: 30%;
  height: 85%;
  z-index: 150;
}
.productLineLoading__text {
  position: absolute;
  width: 100%;
  margin-top: -130px;
  font-weight: bold;
  font-size: 14px;
  z-index: 150;
}
.deleteDocLineLoading__text {
  position: absolute;
  width: 100%;
  margin-top: -60px;
  font-weight: bold;
  font-size: 14px;
  z-index: 150;
}
.table-responsive {
  min-height: 335px !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #a8a9ac;
}
.bg-blue {
  background: #1b7bb9;
  color: #fff !important;
  transition: 0.5s;
}
.bg-blue:hover {
  background: #1b6dab !important;
}
.bg-info {
  background: #5bc0de;
  color: #fff !important;
  transition: 0.5s;
}
.bg-info:hover {
  background: #5dafce !important;
}
.bg-primary {
  background: #19a689;
  color: #fff !important;
  transition: 0.5s;
}
.bg-primary:hover {
  background: #19987b !important;
}
.bg-danger {
  background: #f00;
  color: #fff !important;
  transition: 0.5s;
}
.bg-danger:hover {
  background: #a40000 !important;
}
.icono-empty {
  font-size: 8.5rem !important;
}
.btnRefresh {
  height: 35px;
  font-size: 16px;
  border: 1px solid #c7c6c7;
}
.imgLogin {
  width: 15%;
  margin-top: 30px;
  height: 125px;
}
.tblDeud__boxEmpty__img {
  height: 200px;
}
.padT {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
}
.DN {
  display: none !important;
}
.height-33px {
  height: 32px;
}
.width_100 {
  width: 100% !important;
}
.height_100 {
  height: 100%;
}
.width_50 {
  width: 50%;
}
.width_65 {
  width: 65% !important;
}
.paddign_0 {
  padding: 0rem;
}
.paddign_lr_0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.paddign_l_0 {
  padding-left: 0rem;
}
.paddign_r_0 {
  padding-right: 0rem;
}
.paddign_lr_1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.paddign_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.paddign_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.paddign_20 {
  padding: 20px;
}
.paddign_t_10 {
  padding-top: 10px;
}
.paddign_t_20 {
  padding-top: 20px;
}
.paddign_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.paddign_tb_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.paddign_t_15 {
  padding-top: 15px;
}
.paddign_t_20 {
  padding-top: 20px;
}
.paddign_b_10 {
  padding-bottom: 10px;
}
.pad_tb_10 {
  padding: 10px 0px;
}
.m_b_1em {
  margin-bottom: 1em;
}
.m_top_10px {
  margin-top: 10px;
}
.m_top_8px {
  margin-top: 8px;
}
.percent_5 {
  width: 5%;
}
.percent_10 {
  width: 10%;
}
.percent_15 {
  width: 15%;
}
.percent_20 {
  width: 20%;
}
.percent_40 {
  width: 40%;
}
.percent_100 {
  width: 100%;
}
.mr_xs_0r {
  margin-right: 1rem;
}
.zoom_1_5 {
  zoom: 1.5;
}
.show_xs {
  display: none;
}
.pad_top_10_just_lg {
  padding-top: 10px;
}
.f_13px {
  font-size: 13px;
}
@media (max-width: 768px) {
  .hide_sm {
    display: none !important;
  }
  .pad_sm_0 {
    padding: 0rem;
  }
  .padLeft_sm_0 {
    padding-left: 0rem;
  }
  .padtop_sm_10px {
    padding-top: 10px;
  }
  .padtop_sm_15px {
    padding-top: 15px;
  }
  .imgLogin {
    width: 30% !important;
  }
  .languaje_select-m {
    width: 13% !important;
  }
  .logoReserve {
    width: 100%;
    height: 45px;
  }
  .modalFacturar {
    width: auto;
  }
}
@media (max-width: 449px) {
  .logo_white {
    height: 50px;
    width: 180px;
  }
  .logo_black {
    height: 50px;
    width: 180px;
  }
  .pad_top_10_just_lg {
    display: 0px !important;
  }
  .hide_xs {
    display: none !important;
  }
  .show_xs {
    display: block !important;
  }
  .padtop_sm_10px {
    padding-top: 0rem;
  }
  .padtop_xs_10px {
    padding-top: 10px;
  }
  .padtop_xs_15px {
    padding-top: 15px;
  }
  .pad_lr_xs_0 {
    padding: 0rem 0rem;
  }
  .pad_l_xs_0 {
    padding-left: 0rem;
  }
  .pad_r_xs_0 {
    padding-right: 0rem;
  }
  .padtop_xs_20px {
    padding-top: 20px;
  }
  .mt_xs_30px {
    margin-top: 30px;
  }
  .mr_xs_0r {
    margin-right: 0rem;
  }
  .mt_xs_1r {
    margin-top: 1rem;
  }
  .ds_flex_xs {
    display: flex;
    justify-content: space-between;
  }
  .width_xs_45 {
    width: 45% !important;
  }
  .width_xs_100 {
    width: 100% !important;
  }
  .text_xs_left {
    text-align: left !important;
  }
  .btnRefresh {
    margin-left: 0rem !important;
  }
  .imgLogin {
    width: 50% !important;
  }
  .languaje_select-m {
    width: 25% !important;
  }
  .logoReserve {
    width: 120%;
    height: 30px;
  }
}
.book-form p {
  margin-bottom: 10px;
  width: 100%;
  font-family: Helvetica;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
}
.banner_top {
  margin-top: 0px;
  left: 0rem;
  position: fixed;
  width: 100%;
  z-index: 3000;
}
.mobile-menu {
  background: rgba(15,18,21,0.9);
  width: 0%;
}
.mobile-menu--open {
  width: 100% !important;
  z-index: 7000 !important;
}
.mobile-menu > ul > li > .menu_active {
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
}
.top-nav-text {
  display: inline-block;
  margin-left: 13px;
}
.top-nav-text-beforeScrool {
  display: inline-block;
  margin-left: 13px;
}
.top-nav-text a {
  cursor: pointer;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 300;
  transition: 0.5s;
}
.top-nav-text a:hover {
  color: #942e20;
}
.top-nav-text-beforeScrool a {
  cursor: pointer;
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 300;
  transition: 0.5s;
  color: #4a4a4a;
}
.top-nav-text-beforeScrool a:hover {
  color: #942e20;
}
.mobile-nav-button {
  width: 25px;
  background: rgba(0,0,0,0);
  position: absolute;
  margin-top: -7px !important;
  right: 3%;
  z-index: 8000;
}
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 4px;
  margin: 0.3em auto;
}
.book-form select.form-control {
  border-bottom: 2px solid #942e20;
  height: 40px !important;
}
.book-form input[type="text"],
.book-form input[type="date"],
.book-form input[type="time"],
.book-form input[type="email"] {
  border-bottom: 2px solid #942e20;
  height: 40px !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #942e20 !important;
  color: #fff !important;
}
.mobile-menu ul {
  top: 10%;
}
.mobile-menu ul li {
  margin-bottom: 1.5em;
}
.mobile-menu ul li a {
  font-family: Helvetica;
  font-weight: 300;
  width: fit-content;
  color: #c1c1c1;
}
.mobile-menu ul li a:after {
  content: '';
  background: rgba(0,0,0,0);
  border-bottom: 2px solid #a8a9ac;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0s ease;
}
.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
  color: #fff;
}
.mobile-menu ul li a:hover:after,
.mobile-menu ul li.active a:after {
  right: 0;
}
.Ubicacion {
  padding: 0rem;
}
.fadeDetail {
  max-height: none !important;
}
.Room__filterItem {
  width: 25%;
}
@media (max-width: 1024px) {
  .Room__nameRoom {
    font-size: 25px;
  }
  .Room__price {
    font-size: 2rem;
  }
  .Room__day {
    font-size: 0.8em;
  }
  .Room__2_letter {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .room_rangePrice {
    font-size: 1.3rem;
  }
}
@media (max-width: 449px) {
  .newRoom__sectionHeader {
    height: 64rem !important;
  }
  .newRoom__boxFormRoom {
    margin-top: 130px !important;
  }
  .newRoom__boxBtnFiltrar {
    border-top: 1px solid #e4e8ec;
    width: 100%;
    background: #fff;
  }
  .boxInput_room_adults {
    margin-bottom: 15px;
  }
}
.newRoom__sectionHeader {
  height: 450px;
}
.newRoom__boxFormRoom {
  margin-top: 170px;
}
.newRoom__empty {
  display: block;
  padding-top: 35px;
}
.newRoom__empty__title {
  color: #942e20;
  margin-bottom: 15px;
}
.Nilas__bg {
  background: url("/static/new_landing/images/home/fondo_habitacion.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.Room_iconEmpty {
  font-size: 8rem;
  display: inline-block;
  border: 2px solid #942e20;
  border-radius: 50%;
  width: 18rem;
  height: 15rem;
  line-height: 10rem;
  color: #a8a9ac;
  padding-top: 20px;
  margin-bottom: 15px;
}
.Room__btnReload {
  background: #942e20;
  transition: 0.5s;
}
.Room__btnReload:hover {
  background: #666;
}
.Room__titleFilter {
  color: #666;
}
.Reserva__title {
  color: #666;
}
.Room__filterResult {
  color: #942e20;
}
.room_rangePrice {
  font-size: 1.6rem;
  text-align: center;
}
.Room__filterBtn {
  background: #942e20;
  transition: 0.5s;
}
.Room__filterBtn:hover {
  background: #942e20;
}
.Room_inputLabel {
  color: #666;
}
.Room_calInput {
  border: 1px solid #9a9a9a;
}
.Room__filterInput {
  border: 1px solid #9a9a9a;
}
.Room__fbtn {
  border-radius: 0px;
  background: #942e20;
  transition: 0.5s;
}
.Room__fbtn:hover {
  background: #666;
}
.Room__price {
  color: #942e20;
}
.Room__nameRoom {
  margin-top: 15px;
  color: #666;
}
.Room__paragraph {
  color: #c1c1c1;
}
.Room__day {
  color: #a8a9ac;
}
.Room__serviceItem {
  color: #ddd;
}
.Room__btn {
  background: #942e20;
  transition: 0.5s;
}
.Room__btn:hover {
  background: #666;
}
.rslides_nav {
  background: rgba(12,12,12,0.78) !important;
}
#modalReservation {
  top: 20%;
}
#btn_reservation {
  background: #942e20;
  transition: 0.5s;
  border-color: #942e20;
  border-radius: 0px;
}
#btn_reservation:hover {
  background: #666;
}
.select2-selection__rendered {
  color: #942e20 !important;
}
@media (max-width: 1024px) {
  .newPackage__header {
    height: 60% !important;
  }
  .newPackage__boxSlider__iconLeft,
  .newPackage__boxSlider__iconRight {
    margin-top: 150% !important;
  }
}
@media (max-width: 768px) {
  .newPackage__boxSlider__iconLeft {
    margin-top: 200% !important;
    margin-left: -50px !important;
  }
  .newPackage__boxSlider__iconRight {
    margin-top: 200% !important;
    margin-right: -50px !important;
  }
}
@media (max-width: 449px) {
  .newPackage__box {
    padding: 0rem;
  }
  .newPackage__sectionPackages {
    padding-bottom: 30px;
  }
  .Pack_detailCont {
    padding: 0rem !important;
  }
  .Pack_detailTitle {
    font-size: 22px;
    margin-top: 10px;
  }
  .Pack_detailParagraph {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .Pack_promoCont {
    width: 100%;
  }
}
.newPackage__empty {
  background: url("/static/new_landing/images/home/fondo_contacto.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
}
.newPackage__empty__boxContent {
  position: absolute;
}
.newPackage__empty__title {
  color: #fff;
  margin-bottom: 20px;
}
.newPackage__empty__icon {
  color: #fff;
  font-size: 75px;
}
.newPackage__boxSlider {
  height: 100%;
  width: 100%;
}
.newPackage__boxSlider__img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.newPackage__boxSlider__iconRight {
  margin-top: 180%;
  font-size: 50px;
  margin-right: -110px;
}
.newPackage__boxSlider__iconLeft {
  margin-top: 180%;
  font-size: 50px;
  margin-left: -110px;
}
.newPackage__sectionPackages {
  padding-bottom: 50px;
  background: #f0f0f0;
}
.newPackage__title {
  margin: 40px 0px;
  color: #942e20;
  font-size: 25px;
}
.newPackage__box {
  margin-bottom: 25px;
}
.newPackage__boxPackage {
  height: 400px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  cursor: default;
  transition: 0.5s;
}
.newPackage__boxPackage:hover {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}
.newPackage__boxPackage__boxImg {
  height: 55%;
}
.newPackage__boxPackage__boxImg__img {
  width: 100%;
  height: 100%;
}
.newPackage__boxPackage__boxContent {
  height: 45%;
  background: #fff;
  text-align: center;
}
.newPackage__boxPackage__boxContent__nombre {
  height: 49px;
  font-size: 16px;
  color: #9d9d9d;
  font-weight: 500;
  padding: 15px 10px 0px 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newPackage__boxPackage__boxContent__labelDesde {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}
.newPackage__boxPackage__boxContent__precio {
  font-size: 25px;
  color: #942e20;
  font-weight: 300;
}
.newPackage__boxPackage__boxContent__btn {
  position: absolute;
  left: 39%;
  bottom: 20px;
  background: #942e20;
  border: none;
  border-radius: 0px;
  outline: none !important;
  color: #fff;
  transition: 0.5s;
}
.newPackage__boxPackage__boxContent__btn:hover {
  background: #666;
  color: #fff;
}
.newPackage__boxPackage__boxContent__btn:focus {
  background: #666;
  color: #fff;
}
.go_blue:before {
  left: 28%;
  border-top-color: #666;
}
.go_blue:before:hover {
  background: #f00;
}
.go_bluSky:before {
  left: 28%;
  border-top-color: #666;
}
.go_brown:before {
  left: 28%;
  border-top-color: #666;
}
.Pack_detailCont {
  background: #f0f0f0;
  width: 100%;
  padding: 0px 70px;
}
.Pack_detail {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #9a9a9a;
  margin-bottom: 50px;
}
.Pack_detailTitle {
  color: #666;
}
.Pack_time {
  margin-bottom: 10px;
  color: #666;
}
.Pack_iconRemove {
  color: #c1c1c1;
}
.Pack_btnBuy {
  background: #942e20;
  transition: 0.5s;
}
.Pack_btnBuy:hover {
  background: #666;
}
.newContact__section {
  height: 535px;
}
.Contact {
  background: url("/static/img/hotel_photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ContactForm {
  width: 80%;
}
.Contact__titleForm,
.Visa_title {
  color: #942e20;
}
.Contact__btn {
  background: #942e20;
  transition: 0.5s;
}
.Contact__btn:hover {
  background: #666;
}
@media (max-width: 449px) {
  .Contact {
    height: 45rem;
  }
  .Contact__card {
    margin-top: 150px;
  }
  .ContactForm {
    display: flex;
    flex-wrap: wrap;
  }
  .Contact__2 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .Restaurant_imgGalería {
    height: 16rem;
  }
}
@media (max-width: 768px) {
  .Condo_Header {
    height: 50rem !important;
  }
  .Condo_h1 {
    font-size: 4.2rem;
  }
  .Restaurant_first {
    padding-top: 4.5rem;
  }
}
@media (max-width: 449px) {
  .newRestaurant__imgSlider {
    background-position: center;
  }
  .Restaurant_f1 p {
    text-align: justify;
    margin-bottom: 15px;
  }
  .newRestaurant__title {
    font-size: 25px !important;
  }
}
.newRestaurant__title {
  font-size: 30px;
  color: #942e20;
}
.newRestaurant__imgSlider {
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.newRestaurant__boxGallery {
  display: inline-block;
  width: 90%;
}
.newRestaurant__imgGalery {
  margin-bottom: 20px;
}
.Condo_Header {
  height: 100%;
}
.SliderCo__item {
  height: 100%;
}
.sliderCondo {
  height: 100%;
}
.newRestaurant__imgGalery a:active {
  border: 2px solid #000;
}
.Restaurant_imgGalería {
  border-radius: 2px;
}
.newReserve {
  display: block;
}
.newReserve__sectionHeader {
  height: 300px;
}
.newReserve__boxDetalle {
  padding: 2rem 15px;
}
.Nilas__title {
  font-size: 3.2em;
  margin-top: 80px;
}
.border-marronR {
  border-right: 1px solid #a8a9ac !important;
}
.Reserve_body {
  width: 80%;
  padding: 1rem 10px;
}
.md-border {
  border-left: 1px solid #a8a9ac;
  border-bottom: 1px solid #a8a9ac;
  border-right: 1px solid #a8a9ac;
}
.Reserva__button {
  transition: 0.5s;
  border-radius: 0px;
  margin-left: 1rem;
}
.link_roomBack {
  border: 2px solid #942e20;
  transition: 0.5s;
}
.link_roomBack:hover {
  color: #942e20;
}
@media (max-width: 768px) {
  .newReserve__sectionHeader {
    height: 250px;
  }
  .Nilas__title {
    font-size: 2.7em;
  }
  .Reserve_body {
    width: 85%;
  }
  .Reserve__cont {
    margin: 0rem;
  }
  .Reserva__button {
    padding: 1.4rem 5rem;
  }
}
@media (max-width: 449px) {
  .Reserve_body {
    width: 95%;
  }
  .Reserve__cont {
    width: 100%;
  }
  .Reserva__button {
    margin: 0rem;
  }
  .link_roomBack {
    height: 40px;
    padding-top: 8px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .Reserve__card {
    height: 11rem;
  }
  .label_payRecep:after {
    display: block;
    position: relative;
    left: 0rem;
    margin-left: 0rem;
  }
  .Reserve_table {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .Reserve_resumenList {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  .Reserve_resumenList > li {
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;
    border-right: 0px !important;
    border-bottom: 1px solid #a8a9ac;
  }
  .Reserve_resumenList2 {
    border-right: 1px solid #a8a9ac;
    border-top: 1px solid #a8a9ac;
    border-bottom: 0px solid #a8a9ac;
  }
  .Reserve__title {
    font-size: 18px;
  }
}
.logoReserve {
  height: 50px;
  width: 80%;
  float: right;
}
.loadingPago__box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 300;
}
.loadingPago__loader {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 5000;
}
.loadingPago__text {
  color: #942e20;
  font-size: 16px;
  font-family: Helvetica;
  margin-top: 15px;
  font-weight: 600;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #942e20;
  border-bottom: 16px solid #942e20;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.new_thank__titleCard {
  font-size: 1.8rem;
  line-height: 24px;
}
.new_thank__logo {
  height: 50px;
  width: 50px;
}
.new_thank__printHeader {
  margin-top: 80px;
  background: #942e20;
  font-size: 15px;
  transition: 0.5s;
}
.new_thank__printHeader:hover {
  background: #942e20;
}
.new_thank__printHeader:active {
  color: #fff !important;
  text-decoration: none !important;
}
.new_thank__printHeader:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.new_thank__textTerminos {
  color: #942e20;
  transition: 0.5s;
}
.new_thank__textTerminos:hover {
  color: #942e20;
  text-decoration: underline;
}
.new_thank__textImprimir {
  color: #942e20;
  font-style: normal;
}
.new_thank__btnPrint {
  background: #942e20;
  transition: 0.5s;
}
.new_thank__btnPrint:hover {
  background: #942e20;
}
.new_thank__btnVolver {
  background: #a8a9ac;
  transition: 0.5s;
}
.new_thank__btnVolver:hover {
  background: #a8a9ac;
}
@media (max-width: 449px) {
  .loadingPago__loader {
    left: 35%;
  }
  .new_thank__boxBtns {
    display: flex;
    flex-wrap: wrap;
  }
  .new_thank__btnPrint {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .new_thank__btnVolver {
    width: 100%;
    text-align: center;
  }
  .new_thank__logo {
    display: none;
  }
}
.gallery__boximg {
  height: 290px;
}
.gallery__boximg__img {
  height: 100%;
}
.Restaurant_imgGalería {
  height: 22rem;
}
@media (max-width: 3000px) {
  .gallery__boximg {
    height: 370px;
  }
  .Restaurant_imgGalería {
    height: 32rem;
  }
}
@media (max-width: 1600px) {
  .gallery__boximg {
    height: 310px;
  }
  .Restaurant_imgGalería {
    height: 26rem;
  }
}
@media (max-width: 1366px) {
  .gallery__boximg {
    height: 290px;
  }
  .Restaurant_imgGalería {
    height: 22rem;
  }
}
@media (max-width: 1024px) {
  .gallery__boximg {
    height: 200px;
  }
  .Restaurant_imgGalería {
    height: 22rem;
  }
}
@media (max-width: 768px) {
  .Restaurant_imgGalería {
    height: 24rem;
  }
}
@media (max-width: 449px) {
  .Restaurant_imgGalería {
    height: 21rem;
  }
}
@media (max-width: 1024px) {
  .gallery__boximg {
    height: 190px;
  }
}
body {
  font-family: Helvetica !important;
}
.Package__cont {
  width: 100%;
}
.Package__re {
  height: 30rem;
}
.newLanding {
  display: block;
}
.newLanding__header {
  display: block;
}
.newLanding__boxVideo {
  height: 100%;
  width: 100%;
}
.newLanding__video {
  position: absolute;
  right: 0;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
}
.newLanding__logo {
  margin-left: 10px;
}
.newLanding__logo__afterScroll {
  font-size: 1.3em;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Oleo Script', cursive;
}
.newLanding__logo__beforeScroll {
  font-size: 1.2em;
  color: #942e20;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Oleo Script', cursive;
}
.newLanding__logo__span {
  display: block;
  font-size: 0.25em;
  letter-spacing: 12px;
  font-family: 'Lato', sans-serif;
}
.newLanding__boxMenuHeader {
  padding-right: 85px;
  display: block;
}
.newLanding__boxChecking {
  position: absolute;
  right: 0rem;
  margin-right: 10px;
  top: 30%;
}
.newLanding__boxChecking__item {
  padding: 10px 30px;
  margin-top: 0rem;
}
.newLanding__boxChecking__item__icon {
  color: #942e20 !important;
}
.newLanding__boxChecking__item__btnRservar {
  height: 45px;
  width: 100%;
  background: #942e20 !important;
  transition: 0.5s;
}
.newLanding__boxChecking__item__btnRservar:hover {
  background: #666 !important;
}
.newLanding__itemDescripcionHotel {
  display: inline-block;
  width: 87%;
  margin-top: 80px;
  text-align: justify;
}
.newLanding__itemDescripcionHotel__nombre {
  font-size: 40px;
  color: #942e20;
}
.newLanding__itemDescripcionHotel__SubNombre {
  margin-top: 5px;
  font-size: 30px;
  color: #4a4a4a;
}
.newLanding__itemDescripcionHotel__descripcion {
  font-family: Helvetica;
}
.newLanding__itemDescripcionHotel__boxBtnVerMas {
  margin-top: 40px;
}
.newLanding__itemDescripcionHotel__btnVermas {
  margin-top: -10px;
  background: #666;
  color: #fff;
  left: 47%;
  position: absolute;
  border: none;
  border-radius: 50%;
  padding: 10px;
  width: 65px;
  font-size: 14px;
  outline: none;
}
.newLanding__itemDescripcionHotel__btnVermasClose {
  margin-top: -10px;
  background: #666;
  color: #fff;
  left: 47%;
  position: absolute;
  border: none;
  border-radius: 50%;
  padding: 21px 10px;
  width: 65px;
  font-size: 14px;
  outline: none;
}
.newLanding__itemDescripcionHotel__hr {
  background: #666;
  height: 1px;
}
.newLanding__section {
  margin-bottom: 100px;
}
.newLanding__boxService {
  height: 300px;
}
.newLanding__itemService {
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0rem;
  right: 0rem;
  left: 0rem;
  bottom: 0rem;
  margin: 10px 25px;
  border-radius: 2px;
}
.newLanding__itemService__boxNombreSeccion {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.newLanding__itemService__boxNombreSeccion__nombre {
  margin-top: 0;
  font-family: Helvetica;
  font-size: 30px;
  text-transform: uppercase;
}
.newLanding__itemService__img {
  filter: brightness(0.9);
  width: 100%;
  height: 70%;
}
.newLanding__itemService__description {
  height: 35%;
  padding: 10px;
  background: #fff;
}
.newLanding__itemService__description__nameroom {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
}
.newLanding__itemService__description__button {
  position: absolute;
  bottom: 12px;
}
.newLanding__itemService__boxIcon {
  position: absolute;
  text-align: center;
  right: 0rem;
  font-size: 50px;
  left: 0rem;
  margin-top: 80px;
  color: #fff;
}
.newLanding__itemService__titulo {
  margin-top: -9px;
  font-size: 25px;
}
.newLanding__sliderLeftService {
  left: -100px !important;
  background: transparent !important;
  color: #2c2c2c !important;
  transition: 0.5s;
}
.newLanding__sliderLeftService:hover {
  background: transparent !important;
  color: #000;
}
.newLanding__sliderLeftService__icon {
  top: 40%;
  position: absolute;
  left: 32%;
  font-size: 65px;
}
.newLanding__sliderRightService {
  right: -100px !important;
  background: transparent !important;
  color: #2c2c2c !important;
  transition: 0.5s;
}
.newLanding__sliderRightService:hover {
  background: transparent !important;
  color: #000;
}
.newLanding__sliderRightService__icon {
  top: 40%;
  position: absolute;
  right: 32%;
  font-size: 65px;
}
.newLanding__itemPaquete {
  height: 320px;
  display: block;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  transition: 0.5s;
}
.newLanding__itemPaquete:hover {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}
.newLanding__itemPaquete__boxImage {
  width: 100%;
  height: 80%;
}
.newLanding__itemPaquete__boxImage__boxNombre {
  position: absolute;
  display: flex;
  left: 10%;
  right: 10%;
  top: 9%;
  z-index: 1000;
}
.newLanding__itemPaquete__boxImage__boxNombre--icon {
  color: #fff;
}
.newLanding__itemPaquete__boxImage__boxNombre--nombre {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  font-family: Helvetica;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newLanding__itemPaquete__boxImage__boxNombre--time {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #f4f4f4;
  font-family: Helvetica;
}
.newLanding__itemPaquete__boxImage__img {
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  filter: brightness(0.9);
}
.newLanding__itemPaquete__boxFooter {
  display: flex;
  justify-content: space-between;
  height: 20%;
  background: #fff;
}
.newLanding__itemPaquete__boxFooter--persona {
  margin-top: 15px;
  margin-left: 5px;
  font-size: 13px;
  color: #4a4a4a;
  font-family: Helvetica;
}
.newLanding__itemPaquete__boxFooter--precio {
  margin-top: 15px;
  margin-right: 5px;
  font-size: 24px;
  color: #942e20;
}
.newLanding__boxVerPaquetes {
  display: none;
}
.newLanding__boxVerPaquetes__btn {
  background: #942e20;
  transition: 0.5s;
  color: #fff;
  text-decoration: none;
  border-color: #942e20;
}
.newLanding__boxVerPaquetes__btn:hover {
  background: #666;
}
.newLanding__boxMapa {
  margin-right: 0px;
  margin-left: 0px;
}
.newLanding__footer {
  background: #4a4a4a;
}
.SubTitleN {
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.sectionRoom {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.sectionRoom__title {
  font-weight: bold;
  font-size: 25px;
}
.sectionRoom__slide {
  width: 85%;
}
.sectionRoom__btn {
  font-size: 11px;
  cursor: pointer;
}
.sectionRoom__btn:hover {
  color: #fff;
}
.sectionRoom__footer {
  text-align: center;
  margin-top: 35px;
}
.sectionRoom__footer__btn {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-color: #942e20;
  transition: 0.3s;
}
.sectionRoom__footer__btn:hover {
  border-color: #942e20;
  background: #942e20;
}
.sectionService {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.sectionService__content {
  padding: 25px 200px;
}
.sectionService__item {
  width: 100%;
  display: flex;
  height: 50px;
  margin-bottom: 35px;
}
.sectionService__item__icon {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #942e20;
  border: 1px solid #942e20;
  border-radius: 4px;
}
.sectionService__item__icon__icon {
  font-size: 35px;
}
.sectionService__item__description {
  width: 75%;
  padding: 5px 10px;
  align-items: center;
  display: flex;
}
.sectionService__item__description__name {
  font-weight: bold;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
}
.sectionService__item__description__comment {
  font-size: 13px;
}
.sectionUbication {
  padding-top: 80px;
}
.sectionUbication__title {
  font-weight: bold;
  font-size: 25px;
}
.sectionUbication__boxMap {
  position: relative;
}
.sectionUbication__map {
  padding: 0;
}
.sectionUbication__card {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.Header__imgLogo {
  width: 90%;
}
.Our {
  padding-top: 50px;
}
.newLanding__logo h1 {
  margin-top: 10px;
}
.content_descripcion {
  margin-top: 30px;
  display: none;
}
.newLanding__itemPaquete:hover .newLanding__itemPaquete__boxImage__img {
  filter: brightness(0.7);
}
#show_frm_reservation {
  display: none;
  width: 30%;
  text-align: right;
  float: right;
  color: #942e20;
  background: rgba(12,12,12,0);
  font-size: 26px;
  border: none;
  outline: none !important;
  margin-top: -4px;
}
#hide_frm_reservation {
  display: none;
  float: right;
  width: 30%;
  text-align: right;
  color: #942e20;
  background: rgba(12,12,12,0);
  font-size: 26px;
  border: none;
  outline: none !important;
}
.MenuNav {
  padding: 6rem 0 4rem;
}
.Condo_Header {
  height: 550px;
}
.CondoDepa_imgCont {
  height: 155px;
  margin-bottom: 25px;
}
.CondoDepa_img {
  height: 100%;
}
.Room__cont {
  height: 220px;
}
.Room__1 {
  height: 100%;
}
.Room__imgItem {
  height: 100%;
}
.Room__1_2 {
  height: 100%;
  min-height: inherit;
}
.Contact {
  background: url("/static/img/renewal/ubicacion.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 3000px) {
  .newLanding__boxService {
    height: 440px;
  }
  .newLanding__itemService__img {
    height: 83%;
  }
  .Condo_Header {
    height: 1050px;
  }
  .CondoDepa_imgCont {
    height: 225px;
  }
  .Room__cont {
    height: 280px;
  }
  .Pack_1ImgCont {
    height: 40rem;
  }
  .Package__re {
    height: 40rem;
  }
  .Ubicacion__imgCont {
    height: 38rem;
  }
}
@media (max-width: 1600px) {
  .Condo_Header {
    height: 850px;
  }
  .CondoDepa_imgCont {
    height: 170px;
  }
  .Room__cont {
    height: 250px;
  }
  .Pack_1ImgCont {
    height: 30rem;
  }
  .Package__re {
    height: 33rem;
  }
  .newLanding__boxService {
    height: 360px;
  }
  .newLanding__itemService__img {
    height: 75%;
  }
  .Ubicacion__imgCont {
    height: 32rem;
  }
}
@media (max-width: 1366px) {
  .newLanding__header {
    min-height: 680px;
  }
  .newLanding__boxChecking {
    bottom: 80px;
  }
  .newLanding__boxService {
    height: 325px;
  }
  .Condo_Header {
    height: 750px;
  }
  .CondoDepa_imgCont {
    height: 155px;
  }
  .Room__cont {
    height: 220px;
  }
  .Pack_1ImgCont {
    height: 28rem;
  }
  .Package__re {
    height: 30rem;
  }
  .Ubicacion__imgCont {
    height: 25rem;
  }
}
@media (max-width: 1024px) {
  .newLanding__logo {
    margin-left: 0rem;
  }
  .newLanding__boxMenuHeader {
    padding-right: 70px;
  }
  .mobile-nav-button {
    right: 2%;
  }
  .Condo_Header {
    height: 600px;
  }
  .newLanding__itemService__boxNombreSeccion__nombre {
    font-size: 25px;
  }
  .newLanding__itemDescripcionHotel__nombre {
    font-size: 35px;
  }
  .newLanding__itemDescripcionHotel__SubNombre {
    font-size: 25px;
  }
  .newLanding__boxService {
    height: 250px;
  }
  .newLanding__itemService__img {
    height: 70%;
  }
  .Ubicacion__imgCont {
    height: 19rem;
  }
  .newLanding__itemPaquete {
    height: 300px;
  }
  .newLanding__itemPaquete__boxFooter--precio {
    font-size: 18px;
  }
  .newLanding__boxChecking__item {
    padding: 25px;
  }
  .top-nav-text a {
    cursor: pointer;
    font-size: 11px;
  }
  .newLanding__itemDescripcionHotel__btnVermas {
    left: 46%;
  }
  .newLanding__itemDescripcionHotel__btnVermasClose {
    left: 46%;
  }
  .newLanding__sliderLeftService {
    left: 0px !important;
  }
  .newLanding__sliderLeftService__icon {
    left: -30px;
  }
  .newLanding__sliderRightService {
    right: 0px !important;
  }
  .newLanding__sliderRightService__icon {
    right: -30px;
  }
  .sectionService__content {
    padding: 25px 100px;
  }
  .sectionRoom__slide {
    width: 85%;
  }
  .Package__re {
    height: 22rem;
  }
  .Package__subtitle {
    font-size: 1.4rem;
  }
  .Package__price {
    font-size: 15px;
  }
  .CondoDepa_item {
    width: 30%;
    margin-right: 4rem;
  }
  .Room__cont {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .newLanding__boxVideo {
    height: 70%;
  }
  .mobile-nav-button {
    top: 0px;
    right: 35px;
  }
  .newLanding__sliderLeftService {
    height: 60px !important;
  }
  .newLanding__sliderLeftService__icon,
  .newLanding__sliderRightService__icon {
    font-size: 50px;
  }
  .newLanding__itemService__boxIcon {
    margin-top: 70px;
    font-size: 35px;
  }
  .newLanding__itemService__titulo {
    font-size: 14px;
  }
  .newLanding__sliderRightService__icon,
  .newLanding__sliderLeftService__icon {
    top: 70%;
  }
  .Room__cont {
    height: inherit;
  }
  .Room__1 {
    height: inherit;
  }
  .Room__1_2 {
    height: inherit;
  }
  .Pack__flex {
    flex-wrap: wrap !important;
    justify-content: space-evenly;
  }
  .Pack_1 {
    width: 40%;
  }
  .newLanding__boxService {
    height: 200px;
  }
  .newLanding__itemService__img {
    height: 65%;
  }
  .Ubicacion__imgCont {
    height: 29rem;
  }
}
@media (max-width: 449px) {
  .newLanding__logo h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .newLanding__logo {
    margin-left: 10px;
  }
  .newLanding__boxMenuHeader {
    padding-right: 0rem;
  }
  .mobile-nav-button {
    top: 5px;
    right: 30px;
  }
  .newLanding__header {
    min-height: 440px;
  }
  .newLanding__boxChecking {
    width: 100%;
    position: fixed;
    bottom: 0rem;
    top: inherit;
    margin: 0rem;
    padding: 0rem;
    z-index: 2000;
  }
  .newLanding__boxChecking__item {
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #942e20;
  }
  .newLanding__boxChecking__item__icon {
    color: #ccc !important;
    margin-right: 5px;
  }
  .show_frm_reservation__icon {
    color: #942e20 !important;
  }
  .hide_frm_reservation__icon {
    color: #942e20 !important;
  }
  .newLanding__itemDescripcionHotel {
    margin-top: 20px;
  }
  .newLanding__itemDescripcionHotel__nombre {
    font-size: 30px;
  }
  .newLanding__itemDescripcionHotel__SubNombre {
    font-size: 20px;
  }
  .newLanding__itemDescripcionHotel__btnVermas {
    left: 42%;
  }
  .newLanding__itemDescripcionHotel__btnVermasClose {
    left: 42%;
  }
  .newLanding__sliderLeftService {
    margin-left: 15px;
  }
  .newLanding__sliderRightService {
    margin-right: 15px;
  }
  .newLanding__sliderRightService__icon,
  .newLanding__sliderLeftService__icon {
    top: 40%;
  }
  .book-form p {
    margin-top: 6px;
    margin-bottom: 5px;
    width: 55%;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .formulario_reservacion {
    display: none;
  }
  #show_frm_reservation {
    display: inline-block;
  }
  .newLanding__boxService {
    height: 275px;
  }
  .newLanding__itemService__img {
    height: 75%;
  }
  .newLanding__itemService__boxIcon {
    font-size: 45px;
  }
  .newLanding__itemService__titulo {
    font-size: 27px;
  }
  .newLanding__itemPaquete {
    margin-bottom: 15px;
  }
  .newLanding__boxVerPaquetes {
    display: block !important;
  }
  .Header__subtitle {
    margin-top: 50px;
  }
  .Header__imgLogo {
    width: 85%;
    height: 80px;
  }
  .Our > .Our__1 {
    display: none;
  }
  .Header__bg {
    height: 50vh;
  }
  .sectionRoom {
    padding-top: 70px;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .newLanding__boxService {
    height: 275px;
  }
  .newLanding__itemService__img {
    height: 75% !important;
  }
  .sectionRoom__footer {
    margin-top: 10px;
  }
  .sectionService__content {
    padding: 25px 60px;
  }
  .sectionService {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 70px;
  }
  .sectionUbication__card {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .sectionUbication {
    padding-top: 15px;
  }
  .Condo_Header {
    height: 25rem !important;
  }
  .CondoDepa_item {
    width: 100%;
    margin-right: 0rem;
  }
  .CondoDepa_imgCont {
    height: 190px;
  }
}
.video-background {
  background: #fff;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-size: cover !important;
}
.modalTerminos {
  top: 10%;
}
.modalTerminos__content {
  padding: 0px 15px !important;
}
.bootbox-alert {
  top: 15% !important;
}
.bootbox-body {
  padding: 10px 20px;
  font-weight: bold;
}
.bootbox-close-button {
  margin-top: 2px !important;
  margin-right: 10px;
}
.sliderCondo {
  height: 100%;
}
.rslides li {
  height: 100% !important;
}
.rslides img {
  height: 100% !important;
}
.SliderCo__img {
  transform: initial !important;
}
.Header__bg {
  background: url("/static/img/renewal/fondo2.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
