h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  color: #ab2d2a;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 900;
}

h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Circular Std', sans-serif;
  font-size: 20pt;
  line-height: 30px;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  font-size: 18pt;
  line-height: 1.4em;
  font-weight: 900;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Circular Std', sans-serif;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: 'Bodoni Std', sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav-bar {
  position: fixed;
  top: 34%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ab2d2a;
}

.nav-link {
  display: block;
  padding: 14px 25px;
  font-family: 'Circular Std', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12pt;
  line-height: 1em;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 1em;
}

.nav-link.eventos {
  display: none;
}

.nav-menu {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ab2d2a;
}

.placeholder-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

.placeholder-logo.w--current {
  background-color: #ab2d2a;
}

.logo-img {
  width: 190px;
  -webkit-filter: invert(100%) brightness(200%);
  filter: invert(100%) brightness(200%);
}

.nav-icon {
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 100;
  text-align: center;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-button.w--open {
  background-color: #fff;
}

.fold {
  overflow: hidden;
  height: 100vh;
}

.fold.home {
  overflow: hidden;
  padding: 0px;
  background-image: none;
}

.fold.patrimonio-cultural {
  border-top: 50px solid #fff;
  border-right: 50px solid #fff;
  border-left: 50px solid #fff;
}

.fold.centro-gastronomico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 50px solid #fff;
  border-right: 50px solid #fff;
  border-left: 50px solid #fff;
}

.fold.hotel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fold.contacto {
  height: 85vh;
  padding: 0px;
  border-style: solid solid none;
  border-width: 50px;
  border-color: #fff;
}

.fold.eventos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 50px solid #fff;
  background-color: #f4f4f4;
}

.fold.comercial {
  position: relative;
  border: 50px solid #fff;
}

.home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content-container {
  padding-right: 20%;
}

.home-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-img.centro-gastronomico {
  background-image: url('../images/Barrio_Santiago_Camino_Real_A.RGB_color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-img.hotel {
  background-image: url('../images/Barrio_Santiago_Patio-Hotel_1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.slide-img.residences {
  background-image: url('../images/BARRIOSANTIAGO_SALA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-img.comercial {
  background-image: url('../images/fancycrave-174012-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-img.patrimonio-cultural {
  background-image: url('../images/IMG_7253.JPG');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.fold-content-paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14pt;
  text-align: left;
}

.fold-content-paragraph.eventos {
  text-align: center;
}

.line-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.btn-line {
  position: absolute;
  width: 75px;
  height: 1px;
  margin-right: 25px;
  background-color: #ab2d2a;
}

.btn-text {
  position: relative;
  left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Bodoni Std', sans-serif;
  font-size: 12pt;
  line-height: 1em;
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon {
  width: 120px;
}

.footer-address {
  display: inline-block;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 10pt;
  font-style: italic;
  text-align: center;
}

.footer-address:hover {
  opacity: 0.5;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-btn {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 25px;
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Circular Std', sans-serif;
  color: #000;
  font-size: 10pt;
  line-height: 1em;
  font-weight: 500;
  text-transform: lowercase;
}

.white-btn:hover {
  background-color: #000;
  color: #fff;
}

.white-btn.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-media-nav {
  position: fixed;
  top: 34%;
  right: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

.background-img {
  height: 100%;
  background-image: url('../images/fancycrave-174012-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-img.home {
  width: 100%;
  background-image: url('../images/BARRIOSANTIAGO_CAM_FACHADA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-img.patrimonio-cultural {
  background-image: url('../images/IMG_7252.JPG');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.background-img.hotel {
  overflow: hidden;
  height: 100%;
  background-image: url('../images/Barrio_Santiago_Patio-Hotel.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.background-img.capella-residences {
  background-image: url('../images/BARRIOSANTIAGO_RECAMARA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.btn-line-arrow {
  position: relative;
  left: 20px;
  width: 65px;
  opacity: 0;
}

.section-img-placeholder {
  overflow: hidden;
  width: 50vw;
  height: 100%;
}

.sello {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  width: 100px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fold-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.fold-content.patrimonio-cultural {
  position: absolute;
  left: 50px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fold-content.hotel {
  width: 45%;
  border-top: 50px solid #fff;
  border-right: 50px solid #fff;
  background-color: #f4f4f4;
}

.fold-content.capella-residences {
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.fold-content.eventos {
  width: 50%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.fold-content.comercial {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: auto;
  padding: 25px 50px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro.patrimonio-cultural {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro.centro-gastronomico {
  min-height: auto;
  padding: 50px 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro.hotel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.restaurante-main-content {
  width: 60%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fold-content-header {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Circular Std', sans-serif;
  color: #ab2d2a;
  font-size: 25pt;
  line-height: 1.2em;
  font-weight: 900;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.patrimonio-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.patrimonio-content-img {
  height: 70vh;
  background-image: url('../images/IMG_3122.JPG');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Circular Std', sans-serif;
  color: #d1d3d4;
  font-size: 12pt;
  font-weight: 900;
}

.tab-link.w--current {
  border-bottom: 2px solid #ab2d2a;
  background-color: #fff;
  color: #000;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-text {
  margin-right: 25px;
  margin-left: 25px;
}

.tab-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d3d4;
}

.tab-content-intro {
  font-family: 'Circular Std', sans-serif;
  font-size: 14pt;
  font-weight: 500;
}

.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galeria-wrapper {
  width: 100%;
}

.slider {
  height: 60vh;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.gallery-slide._1 {
  background-image: url('../images/IMG_7255.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery-slide._2 {
  background-image: url('../images/IMG_7253.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery-slide._3 {
  background-image: url('../images/IMG_7250.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery-slide._4 {
  background-image: url('../images/IMG_7254.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.hotel._2 {
  background-image: url('../images/Barrio_Santiago_Recepcion-hotel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.hotel._1 {
  background-image: url('../images/Aerea_01_Hotel.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.hotel._4 {
  background-image: none;
}

.gallery-slide.capella-residences {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.capella-residences._1 {
  background-image: url('../images/BARRIOSANTIAGO_BANO.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.capella-residences._2 {
  background-image: url('../images/BARRIOSANTIAGO_COCINA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-slide.capella-residences._3 {
  background-image: url('../images/BARRIOSANTIAGO_RECAMARA.jpg');
  background-size: cover;
  background-repeat: repeat;
}

.gallery-slide.capella-residences._4 {
  background-image: url('../images/BARRIOSANTIAGO_LOBBY.jpg');
  background-size: cover;
}

.gallery-slide.capella-residences._5 {
  background-image: url('../images/BARRIOSANTIAGO_SALA.jpg');
  background-size: cover;
}

.mask {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fold-background {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fold-background.blanco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.fold-half-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fold-half-image.hamburguesas {
  height: 100%;
  background-image: url('../images/Bikina-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fold-content-wrapper.hotel {
  padding: 50px;
}

.carrusel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrusel.centro-gastronomico {
  padding: 50px 150px 100px;
}

.slide-nav-2 {
  display: none;
}

.slider-platillos {
  width: 100%;
  height: 80vh;
}

.slider-arrow {
  margin: 100px -50px;
}

.slider-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
  font-family: Exo, sans-serif;
  font-size: 20pt;
  font-weight: 100;
}

.section-navigator {
  background-color: #f4f4f4;
}

.section-navigator.centro-gastronomico {
  display: none;
}

.section-navigator.hotel {
  display: none;
}

.section-navigation-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Circular Std', sans-serif;
  color: #000;
  text-decoration: none;
}

.column-link-text {
  margin-bottom: -3px;
  font-family: 'Bodoni Std', sans-serif;
  font-size: 12pt;
  line-height: 1em;
}

.column-link-icon-img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-family: 'Droid Sans', sans-serif;
}

.column-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ab2d2a;
}

.intro-photo {
  height: 70vh;
}

.intro-photo.capella-residences {
  width: 30vw;
  height: 60vh;
  margin: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.intro-container {
  margin-top: 100px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-container.capella-residences {
  margin-top: 50px;
  margin-bottom: 50px;
}

.intro-container.hotel {
  margin-bottom: 50px;
}

.spa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  height: 1px;
  margin-right: 100px;
  margin-left: 100px;
  border-bottom: 1px solid #d1d3d4;
}

.spa-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 80px 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spa-img-wrapper {
  width: 45%;
  height: 70vh;
}

.spa-img {
  height: 100%;
  background-image: url('../images/Spa-Hotel.png');
  background-position: 0px 50%;
  background-size: cover;
}

.spa-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spa-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spa-content-subtitle {
  color: #ab2d2a;
}

.footer-address-block:hover {
  color: rgba(0, 0, 0, 0.5);
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.intro-content-wrapper {
  width: 60%;
  margin-right: 25px;
}

.intro-content-wrapper.residences {
  width: 50%;
}

.residences-photo {
  width: 20vw;
  height: 20vw;
}

.residences-photo.sala {
  background-image: url('../images/kari-shea-237489-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.residences-photo.comedor {
  background-image: url('../images/Madera-Legorreta-BS.png');
  background-position: 50% 50%;
  background-size: cover;
}

.residences-photo.cocina {
  background-image: url('../images/Tapete-Legorreta-BS.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
}

.residences-photo.cuarto {
  background-image: url('../images/Legorreta-Escalera.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.residences-photo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-media-icon:hover {
  opacity: 0.6;
}

.social-media-icon.instagram {
  font-family: 'Circular Std', sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.social-media-img {
  height: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-media-img.flag {
  height: 20px;
}

.fold-image-half-placeholder {
  overflow: hidden;
  width: 50%;
  height: 100vh;
}

.fold-img-placeholder {
  overflow: hidden;
  width: 55%;
}

.columns {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tab-icon {
  width: 20px;
}

.tab-icon.expand {
  margin-left: -20px;
}

.mapa {
  width: 100%;
  height: 100%;
}

.map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-wrapper {
  margin-top: 50px;
  width: 100%;
  border-radius: 5px;
}

.form-field-label {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Circular Std', sans-serif;
  font-size: 12pt;
  font-weight: 900;
}

.form-text-field {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  border-style: none none solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #d1d3d4;
  font-family: 'Circular Std', sans-serif;
  color: #d1d3d4;
  font-size: 12pt;
  line-height: 1em;
}

.form-text-field.email {
  margin-right: 0px;
}

.form-text-field.asunto {
  margin-right: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.textarea {
  min-height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-family: 'Circular Std', sans-serif;
  color: #000;
}

.form-success {
  margin-top: 28px;
  margin-bottom: 28px;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center;
}

.text-block-3 {
  font-family: 'Circular Std', sans-serif;
}

.form-error {
  border-radius: 5px;
  background-color: rgba(171, 45, 42, 0.2);
  font-family: 'Circular Std', sans-serif;
  color: #ab2d2a;
  margin-top: 10px;
  padding: 10px;
}

.div-block-2 {
  width: 100%;
}

.paragraph {
  margin-bottom: 0px;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.bold-text {
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: 0px;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.content-header {
  font-family: 'Circular Std', sans-serif;
  color: #ab2d2a;
  font-size: 20pt;
}

.content-header.centro-gastronomico {
  color: #000;
}

.content-header.hotel {
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000;
}

.content-header.home {
  color: #000;
}

.content-header.half {
  color: #000;
}

.restaurantes-wrapper {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.restaurante {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.row {
  width: 100%;
}

.hotel-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hotel-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hotel-logo {
  position: relative;
  display: block;
  height: 100px;
  margin-bottom: 50px;
}

.residences-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.residences-logo {
  height: 60px;
}

.content-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bodoni Std', sans-serif;
}

.restaurantes-overlay-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
  opacity: 1;
}

.restaurantes-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.restaurantes-link-reservacion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.restaurantes-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.restaurantes-nombre {
  margin: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.restaurantes-tipo {
  font-family: 'Bodoni Std', sans-serif;
  color: #fff;
  font-weight: 400;
}

.flecha-wrapper {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ab2d2a;
}

.flecha-img {
  height: 20px;
}

.residences-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.platillo-list-wrapper {
  width: 100%;
  height: 100%;
}

.platillo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.platillo {
  background-image: url('../images/califa.jpg');
}
.platillo-1 {
  background-image: url('../images/ardente.jpeg');
}
.platillo-2 {
  background-image: url('../images/sato.JPG');
}
.platillo-3 {
  background-image: url('../images/pauluca.jpg');
}
.platillo-4 {
  background-image: url('../images/valerosa.jpg');
}
.platillo-5 {
  background-image: url('../images/');
}

.platillo-list {
  width: 100%;
  height: 100%;
}

.logo-restaurante {
  bottom: 0px;
  width: 120px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-4 {
  font-family: 'Bodoni Std', sans-serif;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.eventos-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 470px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.collection-item-3 {
  height: auto;
  padding: 10px;
}

.eventops-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.evento-img {
  width: 100%;
}

.ecentos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eventos-nombre {
  margin-top: 10px;
  font-size: 14pt;
}

.fecha-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

.fecha {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10pt;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.fecha.divider {
  margin-right: 10px;
  margin-left: 10px;
}

.fecha.diagonal {
  margin-right: 5px;
  margin-left: 5px;
}

.fecha-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capella-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.capella-logo {
  display: block;
  height: 120px;
  margin-bottom: 40px;
}

.restaurantes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.restaurant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.restaurant-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 80px 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.restaurant-img-wrapper {
  width: 45%;
  height: 70vh;
}

.restaurant-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-right: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.restaurant-img {
  height: 100%;
  background-image: url('../images/Restaurante-Hotel.png');
  background-position: 50% 50%;
  background-size: cover;
}

.restaurant-content-subtitle {
  color: #ab2d2a;
}

.brands {
  padding: 100px;
}

.brands-header {
  font-family: 'Circular Std', sans-serif;
  color: #ab2d2a;
  font-size: 20pt;
  font-weight: 900;
}

.brand-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.brand-logo {
  max-width: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

.brand-type {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bodoni Std', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.brand-name {
  margin-top: 10px;
  color: #fff;
  font-size: 16pt;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.brands-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.spacer {
  height: 50px;
}

.spa-logo {
  display: none;
  height: 120px;
}

.restaurant-logo {
  height: 120px;
}

.servicios-y-amenidades {
  margin-bottom: 15px;
  font-size: 16pt;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.servicios-y-amenidad-list-item {
  font-family: 'Bodoni Std', sans-serif;
  font-size: 12pt;
}

.fold-muy-pronto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 50px 50px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fold-background-muy-pronto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/BARRIOSANTIAGO_CAM_FACHADA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.muy-pronto-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.muy-pronto-content-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.muy-pronto {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular Std', sans-serif;
  color: #fff;
  font-size: 14pt;
  font-weight: 700;
}

.muy-pronto-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

.departamento-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ab2d2a;
}

.departamento-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metadata {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Circular Std', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.metadata.metros-cuadrados {
  margin-right: 0px;
  color: #fff;
  font-style: normal;
}

.departamento-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
}

.slider-departamentos {
  width: 100%;
  height: 90vh;
}

.departamento-list-wrapper {
  width: 100%;
  height: 100%;
}

.departamento-list {
  width: 100%;
  height: 100%;
}

.departamento-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.dpt-1 {
  background-image: url('../images/C107.jpg');
}
.dpt-2 {
  background-image: url('../images/C209.jpg');
}
.dpt-3 {
  background-image: url('../images/B101.jpg');
}
.dpt-4 {
  background-image: url('../images/B206.jpg');
}
.dpt-5 {
  background-image: url('../images/A101.jpg');
}
.dpt-6 {
  background-image: url('../images/C103.jpg');
}

.link-block {
  position: relative;
}

.brand-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.logo-restaurante-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ab2d2a;
}

@media screen and (max-width: 991px) {
  .fold.centro-gastronomico {
    position: relative;
  }
  .home-content-container {
    padding: 60px;
  }
  .fold-content.centro-gastronomico {
    position: absolute;
    z-index: 1;
    width: 70%;
    padding: 25px;
  }
  .fold-content.patrimonio-cultural {
    width: 80%;
    padding: 25px;
  }
  .fold-content.hotel {
    padding: 25px;
  }
  .fold-content.capella-residences {
    width: 70%;
  }
  .fold-content.eventos {
    width: 100%;
    padding-top: 200px;
  }
  .restaurante-main-content {
    width: 80%;
    margin-right: 75px;
  }
  .tabs {
    padding-right: 75px;
    padding-left: 75px;
  }
  .tab-content-wrapper {
    padding: 60px;
  }
  .galeria {
    padding-right: 75px;
    padding-left: 75px;
  }
  .fold-half-image.hamburguesas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .fold-content-wrapper.hotel {
    padding: 25px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .carrusel.centro-gastronomico {
    padding: 50px 75px;
  }
  .slider-platillos {
    height: auto;
  }
  .intro-photo.capella-residences {
    width: 100%;
  }
  .spa-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .spa-img-wrapper {
    width: 100%;
  }
  .spa-content {
    width: 100%;
    padding: 25px;
  }
  .intro-content-wrapper {
    width: 80%;
  }
  .intro-content-wrapper.residences {
    width: 100%;
  }
  .form-text-field {
    margin-right: 0px;
  }
  .form-field {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .restaurante {
    height: 200px;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .restaurantes-overlay-wrapper {
    display: none;
  }
  .restaurantes-logo-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .residences-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .platillo-list-wrapper {
    position: relative;
    height: auto;
  }
  .platillo-wrapper {
    position: relative;
    height: 60vw;
  }
  .platillo-list {
    position: relative;
    height: auto;
  }
  .collection-item-3 {
    width: 35vw;
  }
  .restaurant-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .restaurant-img-wrapper {
    width: 100%;
  }
  .restaurant-content {
    width: 100%;
    padding: 25px;
  }
  .brand-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand-logo {
    max-width: 100px;
  }
  .brand-type {
    font-size: 14px;
    text-align: center;
  }
  .brand-name {
    font-size: 18px;
  }
  .fold-muy-pronto {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .muy-pronto-content-contact {
    position: relative;
  }
  .slider-departamentos {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    left: 0px;
    top: 0%;
  }
  .placeholder-logo {
    left: 0px;
    top: 0px;
  }
  .fold.patrimonio-cultural {
    border-width: 20px;
  }
  .fold.hotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fold.capella-residences {
    border-width: 20px;
  }
  .fold.contacto {
    height: 50vh;
  }
  .fold.eventos {
    border-style: none;
  }
  .home-content-container {
    padding: 30px;
  }
  .home-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-content-wrapper {
    width: 100%;
    padding: 25px;
  }
  .fold-content-paragraph {
    font-size: 14pt;
  }
  .line-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .social-media-nav {
    top: 0%;
  }
  .background-img.hotel {
    background-position: 50% 50%;
  }
  .section-img-placeholder {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .sello {
    display: none;
  }
  .fold-content.centro-gastronomico {
    width: 90%;
    padding: 25px;
  }
  .fold-content.patrimonio-cultural {
    left: 20px;
    padding: 20px;
  }
  .fold-content.hotel {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-style: none;
    background-color: transparent;
  }
  .fold-content.capella-residences {
    right: 0px;
    width: 100%;
    height: auto;
    padding: 20px 40px;
  }
  .fold-content.eventos {
    width: 100%;
    padding-top: 25px;
  }
  .intro.centro-gastronomico {
    padding-right: 50px;
    padding-left: 50px;
  }
  .restaurante-main-content {
    width: 100%;
    margin-right: 0px;
  }
  .fold-content-header {
    font-size: 20pt;
  }
  .tabs {
    padding-right: 38px;
    padding-left: 38px;
  }
  .tab-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .fold-content-wrapper.hotel {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: #fff;
  }
  .carrusel.centro-gastronomico {
    padding: 0px;
  }
  .slider-arrow {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-icon.left {
    width: 50%;
    height: 50px;
    margin-left: 0px;
  }
  .slider-icon.right {
    width: 50%;
    height: 50px;
    margin-right: 0px;
  }
  .intro-photo.capella-residences {
    width: 100%;
    height: 50vh;
  }
  .intro-container.capella-residences {
    margin: -40px 40px 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .intro-container.hotel {
    margin: 40px;
  }
  .intro-content-wrapper {
    width: 100%;
  }
  .fold-img-placeholder {
    width: 100%;
    height: 100vh;
  }
  .columns {
    display: none;
  }
  .contacto {
    padding: 50px;
  }
  .form-block {
    width: 100%;
  }
  .paragraph {
    font-size: 10pt;
  }
  .paragraph-2 {
    font-size: 10pt;
  }
  .content-header {
    font-size: 20pt;
  }
  .restaurante {
    width: 70%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .content-paragraph {
    font-size: 14pt;
  }
  .restaurantes-overlay-wrapper {
    opacity: 1;
  }
  .flecha-wrapper {
    display: none;
  }
  .residences-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .platillo-wrapper {
    height: 100vw;
  }
  .collection-item-3 {
    width: auto;
  }
  .brands {
    padding-right: 50px;
    padding-left: 50px;
  }
  .brand-logo-wrapper {
    position: relative;
  }
  .brand-logo {
    position: relative;
  }
  .brand-list {
    text-align: center;
  }
  .fold-background-muy-pronto {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .muy-pronto-content-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .metadata {
    margin-right: 5px;
    margin-left: 5px;
  }
  .departamento-icon {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-departamentos {
    height: 50vh;
  }
  .brand-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    left: auto;
    top: 0%;
    right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .placeholder-logo.muy-pronto {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .logo-img {
    width: 150px;
  }
  .fold.centro-gastronomico {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 20px;
  }
  .fold.contacto {
    border-width: 30px;
  }
  .fold.eventos {
    padding-right: 25px;
    padding-left: 25px;
  }
  .fold.comercial {
    border-style: none;
  }
  .home-content {
    height: 100vh;
  }
  .home-section {
    height: 80vh;
  }
  .line-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-address {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .white-btn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .social-media-nav {
    width: 100px;
  }
  .fold-content.centro-gastronomico {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    padding: 20px;
  }
  .fold-content.patrimonio-cultural {
    left: 20px;
    bottom: 0px;
    width: 88%;
    padding: 0px;
  }
  .fold-content.eventos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fold-content.comercial {
    width: 100vw;
    padding: 0px 25px;
  }
  .intro.patrimonio-cultural {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 50px 25px;
  }
  .intro.centro-gastronomico {
    padding-right: 50px;
    padding-left: 50px;
  }
  .restaurante-main-content {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .fold-content-header {
    text-align: center;
  }
  .tabs {
    padding-right: 25px;
    padding-left: 25px;
  }
  .patrimonio-content-img {
    width: 100%;
  }
  .tab-link {
    font-size: 10pt;
  }
  .tab-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10pt;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-content-wrapper {
    padding: 20px 0px;
  }
  .galeria {
    padding: 30px 0px;
  }
  .gallery-slide.capella-residences._5 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .carrusel.centro-gastronomico {
    padding-bottom: 80px;
  }
  .slider-platillos {
    height: auto;
  }
  .slider-arrow {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-link-icon {
    width: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .intro-photo.capella-residences {
    width: 100%;
    height: 40vh;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-container.capella-residences {
    width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .spa-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .intro-content-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .intro-content-wrapper.residences {
    width: auto;
    margin-right: 0px;
  }
  .tab-icon.expand {
    display: none;
  }
  .tab-icon.collapse {
    display: none;
  }
  .contacto {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-wrapper {
    margin-top: 25px;
  }
  .form-text-field {
    margin-left: 0px;
  }
  .form-field {
    margin-top: 11px;
    margin-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .textarea {
    min-height: 250px;
  }
  .paragraph {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .paragraph-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .content-header {
    font-size: 20pt;
  }
  .restaurante {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .residences-logo-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .residences-logo {
    height: 40px;
  }
  .restaurantes-link-reservacion {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .residences-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .platillo-wrapper {
    height: 80vw;
  }
  .eventos-card {
    height: 450px;
  }
  .ecentos-content {
    height: auto;
  }
  .restaurant-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fold-muy-pronto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fold-background-muy-pronto {
    height: 80%;
  }
  .muy-pronto-content-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .muy-pronto {
    font-size: 10pt;
  }
  .muy-pronto-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .departamento-info {
    display: none;
  }
  .departamento-metadata {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .departamento-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .slider-departamentos {
    height: 50vh;
  }
  .brand-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bodoni Std';
  src: url('../fonts/BodoniStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}