body {
  height: 100%;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #9e9e9e;
  font-size: 27px;
  line-height: 29px;
  font-weight: 300;
  text-transform: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #db1464;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 11px 15px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #d90246;
}

.button.red {
  margin-top: 40px;
  padding: 20px 25px;
  background-color: #d90246;
  font-size: 16px;
}

.button.red:hover {
  background-color: #fff;
  color: #000;
}

.button.reserve-button {
  padding-top: 12px;
  background-color: #45c5d6;
  font-size: 16px;
  line-height: 17px;
}

.button.reserve-button:hover {
  background-color: #fff;
  color: #000;
}

.button.pink {
  margin-left: 6px;
  background-color: #d90246;
}

.button.pink:hover {
  background-color: #45c5d6;
}

.button.submit {
  width: 100%;
  margin-top: 6px;
  background-color: #db1464;
}

.button.submit:hover {
  background-color: #000;
}

.button.black {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 30px;
}

.button.black:hover {
  background-color: #fff;
  color: #000;
}

.navbar {
  display: block;
  margin-top: -44px;
  -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: transparent;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 6px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
}

.home-hero {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #bfbfbf;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 4px 0 6px 0 #fff;
}

.section.red {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #d90246;
  text-align: center;
}

.section.tint {
  background-color: #ededed;
  color: #000;
}

.section.home-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #8d2071;
  text-align: center;
}

.section.home-intro.actividad {
  background-color: #e09a06;
}

.section.dark {
  background-color: #151517;
  color: #fff;
}

.section.waiters {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.newsletter-section {
  padding-top: 51px;
  padding-bottom: 87px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(102deg, #50430e, hsla(0, 0%, 100%, .49)), url('../images/108.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.newsletter-section.comollegar {
  background-image: linear-gradient(180deg, #8f1345, #8f1345), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(102deg, #50430e, hsla(0, 0%, 100%, .49)), url('../images/108.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.home-slide {
  background-image: url('../images/juan-pablo_1reducida.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-slide._2 {
  background-image: url('../images/uca1-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-slide._3 {
  background-image: url('../images/uca_2.jpg');
}

.home-slide-container {
  position: relative;
  height: 80%;
  margin-bottom: 6px;
  padding-top: 217px;
  text-align: right;
}

.home-slide-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.home-slide-title._2 {
  margin-top: 15px;
  font-size: 29px;
  line-height: 48px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.menu-button {
  width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-right: 30px;
  padding-top: 13px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #e30d18;
  -webkit-transition: background-color 500ms ease, background-position 500ms ease;
  transition: background-color 500ms ease, background-position 500ms ease;
  color: #fff;
  font-size: 34px;
  text-align: center;
}

.menu-button:hover {
  background-color: #000;
  background-position: 50% 9px, 50% -36px;
}

.menu-button.w--open {
  position: relative;
  z-index: 20;
  background-color: #525252;
}

.nav-link {
  display: inline-block;
  height: 70px;
  margin-left: 20px;
  padding-top: 26px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

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

.nav-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  text-transform: none;
}

.home-slider-navigation {
  padding-bottom: 80px;
  font-size: 8px;
}

.service-column {
  text-align: center;
}

.service-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-title.subtitle {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: capitalize;
}

.container {
  position: static;
  display: block;
}

.container.centered {
  margin-bottom: 50px;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

._2-column-row {
  position: relative;
  z-index: 10;
}

.text-column-right {
  padding-right: 0px;
  padding-left: 55px;
  text-align: center;
}

.footer {
  position: relative;
  padding-top: 27px;
  background-color: #2e2d2e;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.bottom-footer {
  position: relative;
  height: 75px;
  margin-top: 16px;
  padding-top: 27px;
  background-color: #000;
  text-align: center;
}

.bottom-footer-text {
  display: inline-block;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.footer-icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100%;
  background-color: #d90246;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #d90246;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.bottom-footer-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  font-family: Montserrat, sans-serif;
  color: #828282;
  font-size: 11px;
}

.link.bottom-footer-link:hover {
  color: #e30d18;
}

.link.stats-link {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #aba9a9;
  font-size: 13px;
}

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

.link.white {
  color: #ed0c53;
}

.link.white:hover {
  color: #fff;
}

.link.faq-link {
  display: block;
  color: #db1464;
}

.link.faq-link:hover {
  color: #000;
}

.list-item-white-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #db1464;
  font-size: 17px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.slider-arrow-icon {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 24px;
  font-weight: 700;
}

.hamburger-icon {
  font-size: 46px;
}

.page-header {
  background-color: #d90246;
  background-image: url('../images/Gallery-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.at-location {
  background-image: url('../images/Gallery-3.jpg');
  background-position: 50% 0px;
}

.page-header.faq {
  background-image: url('../images/Gallery-3.jpg');
  background-position: 50% 0px;
}

.page-header-overlay {
  padding-top: 220px;
  padding-bottom: 130px;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.page-header-overlay:hover {
  background-color: rgba(0, 0, 0, .2);
}

.page-header-overlay.transparant {
  padding-bottom: 130px;
  background-color: transparent;
}

.page-header-overlay._404 {
  padding-top: 350px;
  padding-bottom: 350px;
}

.logo-container {
  padding-top: 15px;
  float: left;
  text-align: left;
  text-decoration: none;
}

.logo-container.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing-features-row {
  margin-top: 45px;
}

.pricing-features-column {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.pricing-block {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.pricing-block:hover {
  position: relative;
  z-index: 2;
}

.pricing-block-title {
  padding: 20px 12px;
  background-color: #d90246;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-block-list-item {
  padding: 25px 12px 22px;
  border-bottom: 1px none rgba(0, 0, 0, .1);
}

.pricing-block-list-item.price {
  background-color: #000;
  color: #fff;
}

.pricing-block-list-item.odd {
  background-color: #f7f7f7;
}

.pricing-block-item-title {
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  color: #d90246;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-block-item-title.description {
  margin-bottom: 2px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: none;
}

.pricing-block-item-title.description.white {
  color: #a3a2a2;
}

.pricing-price {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 35px;
  font-weight: 700;
}

.pricing-feature-title {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.white-paragraph {
  color: #fff;
}

.experience-section {
  position: relative;
  z-index: 2;
  margin-bottom: -230px;
}

.white-section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
}

.white-section-title._2 {
  margin-top: -17px;
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
}

.white-section-title.blue {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  float: none;
  opacity: 0.6;
}

.slider-button-left {
  width: 130px;
  height: 100px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.slider-button-left:hover {
  background-color: rgba(0, 0, 0, .4);
}

.slider-button-right {
  width: 130px;
  height: 100px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.slider-button-right:hover {
  background-color: rgba(0, 0, 0, .4);
}

.navbar-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding-top: 45px;
}

.fixed-navbar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, .85);
}

.home-slide-overlay {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.home-slide-overlay:hover {
  background-color: rgba(0, 0, 0, .34);
}

.slider-text-block {
  position: absolute;
  left: 0px;
  bottom: 26%;
  display: block;
  width: 100%;
  padding: 11px;
  background-color: rgba(19, 22, 24, .62);
}

.cta-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 51px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-title.subtitle {
  font-size: 29px;
  font-weight: 300;
}

.cta-title.subtitle.small {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.feature-col {
  padding-right: 25px;
}

.feature-row {
  margin-top: 20px;
}

.text-column-left {
  padding-right: 10px;
}

.home-section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 57px;
  background-color: #d60056;
}

.home-section.blue {
  background-color: #2b6ab3;
}

.home-container {
  position: relative;
  display: block;
  margin: auto;
}

.home-container.centered {
  padding-right: 70px;
  padding-left: 71px;
}

.section-button-block-bottom {
  display: block;
  height: 60px;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  border-bottom: 3px solid #880b3d;
  font-family: 'PT Serif', serif;
  color: #fcfcfc;
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.column-title.white {
  color: #fff;
}

.column-title.white.comollegar {
  border-color: #fff;
}

.column-title.black {
  color: #353538;
}

.column-title.black.left {
  text-align: left;
  text-transform: none;
}

.image-column-left {
  text-align: center;
}

.image-column-left.lower {
  padding-top: 50px;
}

.arrow-icon {
  display: block;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.arrow-icon:hover {
  opacity: 0.6;
}

.section-tooltip {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 8px 6px;
  border-radius: 3px;
  background-color: #bd003c;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.section-tooltip:hover {
  background-color: #000;
}

.image-column-right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: -9px;
  padding-top: 9px;
  padding-right: 0px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.drink-tabs-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  width: 35%;
  padding-left: 0px;
  float: none;
  text-align: left;
}

.drinks-tab-pane {
  width: 55%;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  text-align: left;
}

.drink-tab-button {
  display: block;
  margin-bottom: 4px;
  padding: 13px 0px 11px 40px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/Icon-arrow-right.png');
  background-position: 12px 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.drink-tab-button:hover {
  background-color: #353538;
  background-image: url('../images/Icon-arrow-right-white.png');
  color: #fff;
}

.drink-tab-button.w--current {
  padding-left: 45px;
  background-color: #d90246;
  background-image: url('../images/Icon-arrow-right-white.png');
  background-position: 13px 50%;
  color: #fff;
}

.feature-container {
  margin-top: 29px;
}

.navbar-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 75px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.page-header-title.subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.color-page-header {
  background-color: #d90246;
}

.field {
  height: 45px;
  margin-bottom: 3px;
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-align: center;
}

.field:hover {
  border-color: #000;
}

.field:focus {
  border-color: #e30d18;
}

.field.area {
  height: 110px;
  padding-top: 12px;
}

.experience-text-block {
  width: 100%;
  padding: 55px;
  background-color: #d90246;
  color: #fff;
  text-align: center;
}

.experience-text-block.black {
  background-color: #000;
}

.experience-text-block.blue {
  background-color: #2e467d;
}

.quote-title {
  font-family: Oswald, sans-serif;
  font-size: 29px;
}

.quote-subtitle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.quote-name {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}

.experience-bottom-section {
  position: relative;
  z-index: 1;
  background-image: url('../images/Gallery-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.experience-bottom-section-overlay {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), color-stop(51%, rgba(26, 26, 26, .75)));
  background-image: linear-gradient(180deg, #1a1a1a, rgba(26, 26, 26, .75) 51%);
  text-align: center;
}

.experience-body {
  background-color: #1a1a1a;
}

.faq-container {
  margin-top: 45px;
  margin-bottom: 55px;
  padding-bottom: 25px;
  border-bottom: 2px solid #dbdbdb;
}

.faq-container.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.faq-title {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #db1464;
  font-size: 31px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.question-block {
  margin-bottom: 35px;
}

.faq-paragraph {
  margin-top: 15px;
  line-height: 23px;
}

.success-bg {
  padding-top: 20px;
  border-radius: 3px;
  background-color: #db1464;
  color: #fff;
  text-align: center;
}

.error-bg {
  padding-top: 19px;
  padding-left: 21px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.feature-icon {
  height: 60px;
  margin-bottom: 25px;
}

.faq-column {
  padding-right: 25px;
}

.text-logo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.text-logo.subtitle {
  font-size: 13px;
  line-height: 19px;
}

.image-section {
  background-image: url('../images/3577108997_ce7f04cb94_b.jpg');
  background-position: 50% 61%;
  background-size: cover;
  background-attachment: scroll;
}

.image-section.public-events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 29, 173, .5)), to(rgba(150, 29, 173, .5))), url('../images/O6X08Z0.jpg');
  background-image: linear-gradient(180deg, rgba(150, 29, 173, .5), rgba(150, 29, 173, .5)), url('../images/O6X08Z0.jpg');
  background-position: 0px 0px, 50% 61%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: rgba(0, 0, 0, .7);
}

.icon-wrapper {
  display: inline-block;
  height: 100px;
  margin-right: 24px;
  padding-top: 26px;
  padding-right: 21px;
  float: left;
  border-right: 2px solid hsla(0, 0%, 100%, .29);
}

.stats-icon {
  height: 80px;
  opacity: 0.4;
}

.stat-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.stat-title.description {
  font-size: 16px;
  line-height: 30px;
}

.dancer-image {
  position: absolute;
  top: -196px;
  right: 0px;
  height: 500px;
}

.newsletter-form {
  position: relative;
  z-index: 40;
  margin-bottom: 25px;
}

.newsletter-field {
  width: 68%;
  height: 50px;
  margin-right: 2%;
  margin-bottom: 0px;
  float: left;
  border: 2px solid #e0e0e0;
  font-family: Montserrat, sans-serif;
}

.newsletter-button {
  width: 30%;
  height: 50px;
  border-radius: 2px;
  background-color: #db1464;
  font-family: Montserrat, sans-serif;
}

.newsletter-button:hover {
  background-color: #000;
}

.newsletter-col-left {
  padding-right: 85px;
}

.gallery-section {
  background-color: #151517;
}

.gallery-lightbox {
  position: relative;
}

.intro-image {
  position: absolute;
  left: -130px;
  bottom: -60px;
  height: 610px;
}

.intro-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-background-section {
  background-color: #5a2b2b;
  background-image: url('../images/foto_1.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-background-section.invite {
  background-image: url('../images/Image-section-2.jpg');
}

.image-background-section.pricing-plans {
  background-size: auto 1020px;
}

.background-image-section-overlay {
  margin-bottom: 4px;
  padding-top: 53px;
  padding-bottom: 72px;
  background-color: rgba(128, 117, 37, .77);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 95%, .5)), color-stop(0%, hsla(0, 0%, 95%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 95%, .5), hsla(0, 0%, 95%, 0) 0%);
  text-align: left;
}

.background-image-section-overlay.invite {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(23%, #f2f2f2), to(hsla(0, 0%, 95%, 0)));
  background-image: linear-gradient(90deg, #f2f2f2 23%, hsla(0, 0%, 95%, 0));
}

.fixed-buttons-bottom-right {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2000;
}

.fixed-button {
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, .49);
  text-decoration: none;
}

.fixed-button:hover {
  background-color: #000;
}

.fixed-button-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.fixed-button-title.subtitle {
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
}

.fixed-button-title.subtitle:hover {
  text-decoration: underline;
}

.feature-icon-left {
  height: 20px;
  margin-right: 12px;
  float: left;
}

.invite-row {
  margin-bottom: 50px;
}

.upcoming-row {
  margin-bottom: 20px;
}

.upcoming-event-block {
  position: relative;
  overflow: hidden;
  height: 180px;
  background-image: url('../images/cigarrillo-electronico.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.upcoming-event-block._2 {
  background-image: url('../images/work-equipment-linear-style_23-2147674400.jpg');
  background-position: 50% 50%;
}

.upcoming-event-block._3 {
  background-image: url('../images/que_es_codigo_qr.jpg');
  background-position: 50% 50%;
  background-repeat: repeat-x;
}

.upcoming-event-block._4 {
  background-image: url('../images/cheerful-team-of-medics_23-2147763758.jpg');
  background-position: 50% 0px;
}

.upcoming-event-overlay-block {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  padding: 25px;
  background-color: rgba(217, 2, 70, .9);
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.facebook-image {
  position: absolute;
  left: -10px;
  top: -95px;
  height: 620px;
}

.gallery-column {
  padding-right: 0px;
  padding-left: 0px;
}

.gallery-slider {
  height: 500px;
  background-color: #000;
}

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

.gallery-slide._2 {
  background-image: url('../images/juan-pablo_1reducida.jpg');
}

.gallery-slide._3 {
  background-image: url('../images/BUEHIHH_gallery_puertomadero.jpg');
}

.gallery-slider-nav {
  padding-right: 45px;
  padding-bottom: 53px;
  font-size: 8px;
  text-align: right;
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding-top: 26%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay:hover {
  background-color: rgba(219, 20, 100, .7);
}

.gallery-overlay.large {
  padding-top: 71%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay.large:hover {
  background-color: rgba(75, 61, 67, .7);
}

.gallery-icon {
  height: 60px;
}

.gallery-slide-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 142px 45px 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(76%, rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 76%);
}

.gallery-slide-title {
  position: relative;
  z-index: 20;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
}

.gallery-slide-title.subtitle {
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
}

.menu-tabs {
  text-align: right;
}

.menu-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #4a4a4a;
}

.menu-title {
  font-family: Oswald, sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-title.description {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.menu-price {
  width: 60px;
  margin-top: 12px;
  padding-right: 9px;
  padding-left: 9px;
  float: right;
  border-radius: 2px;
  background-color: #353538;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.menu-price.extra {
  background-color: #db1464;
}

.tab-title {
  font-family: Oswald, sans-serif;
}

.dancer-2-image {
  position: absolute;
  top: -238px;
  right: 0px;
  height: 475px;
}

.title-wrapper-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: center;
}

.event-title {
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.event-title.date {
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.event-info-block {
  display: inline-block;
  margin-right: 7px;
  padding: 6px 14px 6px 11px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .2);
}

.event-info-icon {
  height: 21px;
  margin-right: 6px;
  float: left;
}

.event-info-title {
  margin-top: 2px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
  background-color: rgba(0, 0, 0, .7);
}

.popup-block {
  display: block;
  width: 420px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.popup-title {
  font-family: Oswald, sans-serif;
  color: #d90246;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.popup-title.subtitle {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.popup-content-block {
  position: relative;
  padding: 35px 45px;
}

.popup-form {
  margin-bottom: 0px;
  padding: 35px 45px;
  background-color: #f2f2f2;
}

.close-popup-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  background-color: #dbdbdb;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.close-popup-button:hover {
  background-color: #000;
}

.close-icon {
  height: 18px;
}

.feature-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.about-us-col-left {
  position: relative;
  z-index: 10;
}

.about-us-image {
  position: absolute;
  top: -180px;
  right: 0px;
  z-index: 1;
  height: 604px;
}

.faq-row {
  margin-top: 40px;
}

.faq-col-left {
  padding-right: 25px;
}

.faq-col-right {
  padding-left: 25px;
}

.faq-list-item {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d6d6d6;
}

.team-tabs-menu {
  position: absolute;
  top: 100px;
  z-index: 10;
  width: 260px;
  float: left;
}

.team-tabs-pane {
  height: 645px;
  padding-right: 60px;
  padding-left: 170px;
}

.team-tab-button {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 95%, .8);
  -webkit-transition: background-color 250ms ease, box-shadow 300ms ease;
  transition: background-color 250ms ease, box-shadow 300ms ease;
}

.team-tab-button:hover {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
  color: #d90246;
}

.team-tab-button.w--current {
  background-color: #353538;
  color: #fff;
}

.team-tab-button.w--current:hover {
  background-color: #353538;
  color: #fff;
}

.team-tab-image {
  height: 642px;
  float: left;
}

.team-tab-title {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.team-tab-title._2 {
  margin-top: 0px;
  margin-bottom: 31px;
  color: #d90246;
  font-size: 44px;
  line-height: 49px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-tab-button-title {
  margin-top: 18px;
  float: left;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.team-tab-button-image {
  width: 60px;
  height: 60px;
  margin-right: 17px;
  float: left;
  border-radius: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

.team-tab-content-block {
  margin-top: 175px;
}

.pricing-description {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 21px;
}

.faq-image {
  position: absolute;
  top: -64px;
  right: 0px;
  z-index: 15;
  height: 500px;
}

.logo {
  margin-top: 0px;
  padding-top: 0px;
}

.contenedor-video1 {
  margin-top: 29px;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading.autoridades {
  background-color: rgba(0, 152, 255, .18);
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 30px;
}

.heading.actividad {
  background-color: #c0860d;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 30px;
}

.paragraph {
  text-align: center;
}

.paragraph.autoridades {
  color: #e5e5ff;
  font-size: 16px;
  font-weight: 500;
}

.text-blanco {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.text-blanco.mdp {
  line-height: 25px;
}

.text-blanco._2 {
  padding-left: 14px;
}

.boton-descarga {
  margin-top: 13px;
  border: 1px solid #fff;
  background-color: #906507;
  font-family: 'Droid Sans', sans-serif;
  letter-spacing: 2px;
}

.boton-descarga.preacerditacion {
  margin-left: 12px;
  border-width: 2px;
  background-color: #880b3d;
  box-shadow: 6px 6px 12px -2px #fff;
  font-size: 16px;
  font-weight: 700;
}

.boton-descarga.preacerditacion.presentacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boton-descarga.fuccia {
  background-color: #880b3d;
}

.boton-descarga.certificacos {
  margin-left: 19px;
}

.banner-fecha {
  margin-right: 25px;
  margin-left: 36px;
  padding: 16px;
  background-color: #db1464;
  box-shadow: 9px 9px 0 -1px #d90246;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.banner-fecha.inscripc {
  margin-bottom: 53px;
  background-color: #880b3d;
  box-shadow: 9px 9px 0 -1px #7e1872;
  line-height: 40px;
  text-align: center;
}

.div-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  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;
}

.button-2 {
  display: inline-block;
  margin: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #db1464;
  text-align: center;
}

.paragraph-2 {
  margin-top: -48px;
  padding-top: 0px;
}

.div-block-3 {
  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;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-right: 26px;
  padding-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.titulo-footer {
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.column {
  left: 0px;
  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;
}

.column-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.row {
  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;
}

.logos {
  display: block;
  margin: 16px auto;
  padding: 0px;
  background-color: transparent;
}

.image {
  max-width: 100%;
}

.tit-inscrip {
  padding: 12px;
  background-color: #880b3d;
  font-family: 'PT Serif', serif;
  color: #ebdcdc;
  font-weight: 400;
  letter-spacing: 1px;
}

.tit-inscrip._2 {
  background-color: #d90246;
}

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

.columna-finfo {
  background-color: #552237;
}

.columna-finfo._2 {
  background-color: transparent;
}

.columna-finfo.turismo {
  padding: 16px;
}

.como-llegar {
  margin-top: 25px;
}

.map {
  margin-top: 14px;
  margin-bottom: 18px;
  padding: 0px;
}

.container-2 {
  display: block;
  margin-top: 13px;
  padding: 16px;
  background-color: #552237;
}

.container-3 {
  padding: 13px;
}

.container-4 {
  margin: 27px auto;
  padding: 14px;
}

.div-block-5 {
  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;
}

.icon {
  margin-right: -25px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-link {
  background-color: #7592be;
}

.dropdown-link-2 {
  background-color: #7592be;
}

html.w-mod-js *[data-ix="slider-title-animation"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="slider-title-animation-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="slider-title-animation-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="tab-element-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="tab-element-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="logo-fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dot-navlink-text"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="hide-left-arrow"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="hide-right-arrow"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="show-navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="show-section-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="hide-tooltip"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="page-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="experience-fade-in-element"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-gallery-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-popup-block"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="team-tab-image"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="team-tab-text"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }
  h4 {
    font-size: 19px;
  }
  .button {
    margin-top: 10px;
  }
  .navbar {
    overflow: visible;
    padding-top: 45px;
  }
  .nav-menu {
    position: absolute;
    z-index: 1001;
    display: block;
    min-width: 270px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: rgba(0, 0, 0, .9);
  }
  .section {
    padding: 55px 45px;
  }
  .section.red {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section.home-intro {
    padding: 65px 45px;
  }
  .section.waiters {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.newsletter-section {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .home-slide._2 {
    background-image: url('../images/uca1-1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .home-slide._3 {
    padding-bottom: 0px;
    background-repeat: repeat;
  }
  .home-slide-container {
    padding-top: 130px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .home-slide-title {
    margin-bottom: 10px;
    font-size: 65px;
  }
  .home-slide-title._2 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .menu-button {
    margin-top: -4px;
    background-color: #082053;
  }
  .nav-link {
    display: block;
    max-width: 900px;
    margin-left: 0px;
    border-top: 2px none #404040;
    border-bottom: 1px solid #292929;
  }
  .nav-link:hover {
    background-color: #fff;
    color: #d90246;
  }
  .service-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .service-title.subtitle {
    margin-bottom: 18px;
  }
  .container {
    margin-top: 9px;
    padding-top: 0px;
  }
  .container.centered {
    padding-right: 65px;
    padding-left: 65px;
  }
  .footer {
    padding-top: 65px;
    font-size: 12px;
    line-height: 17px;
  }
  .bottom-footer {
    margin-top: 35px;
  }
  .footer-icon-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }
  .link.white {
    font-size: 12px;
  }
  .link.faq-link {
    font-size: 13px;
    line-height: 21px;
  }
  .list-item-white-title {
    margin-bottom: 15px;
  }
  .page-header-overlay {
    padding: 185px 35px 90px;
  }
  .page-header-overlay.transparant {
    padding-top: 165px;
    padding-bottom: 70px;
  }
  .page-header-overlay._404 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .logo-container.responsive-menu {
    display: block;
    padding-top: 35px;
    padding-bottom: 25px;
    float: none;
    background-color: #292929;
    text-align: center;
  }
  .pricing-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pricing-block-title {
    font-size: 25px;
    line-height: 28px;
  }
  .pricing-price {
    font-size: 32px;
    line-height: 25px;
  }
  .white-section-title {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 47px;
  }
  .service-icon {
    margin-bottom: 18px;
  }
  .slider-button-left {
    width: 90px;
    height: 70px;
  }
  .slider-button-right {
    width: 90px;
    height: 70px;
  }
  .navbar-wrapper {
    padding-top: 0px;
  }
  .fixed-navbar-wrapper {
    margin-top: -42px;
  }
  .slider-text-block {
    position: absolute;
    padding-right: 45px;
    padding-left: 45px;
  }
  .cta-title {
    font-size: 36px;
    line-height: 43px;
  }
  .cta-title.subtitle {
    font-size: 23px;
    line-height: 36px;
  }
  .home-section {
    padding-top: 14px;
    padding-right: 4px;
    padding-bottom: 65px;
  }
  .home-container.centered {
    padding-right: 55px;
    padding-left: 55px;
  }
  .section-button-block-bottom {
    margin-top: 20px;
  }
  .column-title {
    margin-bottom: 15px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 7px;
    font-size: 38px;
    line-height: 40px;
  }
  .column-title.smaller {
    font-size: 33px;
    line-height: 36px;
  }
  .column-title.black {
    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;
  }
  .image-column-right {
    padding-left: 11px;
  }
  .feature-container {
    margin-top: 25px;
  }
  .page-header-title {
    font-size: 60px;
    line-height: 55px;
  }
  .experience-text-block {
    padding: 25px;
  }
  .quote-title {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
  }
  .quote-subtitle {
    font-size: 11px;
    line-height: 18px;
  }
  .experience-bottom-section-overlay {
    padding-top: 295px;
    padding-bottom: 80px;
  }
  .faq-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .image-section-overlay {
    padding: 65px 45px;
  }
  .icon-wrapper {
    margin-right: 10px;
    padding-right: 10px;
  }
  .stats-icon {
    height: 40px;
  }
  .stat-title {
    font-size: 42px;
  }
  .stat-title.description {
    font-size: 13px;
    line-height: 20px;
  }
  .dancer-image {
    top: -136px;
    z-index: 1;
    height: 430px;
  }
  .newsletter-field {
    font-size: 12px;
  }
  .newsletter-col-left {
    position: relative;
    z-index: 10;
  }
  .gallery-section {
    display: block;
    height: 250px;
  }
  .intro-image {
    left: -60px;
    bottom: -23px;
    height: 440px;
  }
  .intro-features {
    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;
  }
  .image-background-section {
    background-size: auto 740px;
  }
  .background-image-section-overlay {
    padding: 12px 45px 65px;
  }
  .background-image-section-overlay.invite {
    padding-bottom: 59px;
  }
  .invite-row {
    margin-bottom: 56px;
  }
  .upcoming-event-overlay-block {
    width: 60%;
    padding-top: 33px;
  }
  .facebook-image {
    height: 470px;
  }
  .gallery-slider {
    height: 230px;
  }
  .gallery-icon {
    height: 40px;
  }
  .gallery-slide-title {
    font-size: 19px;
    line-height: 27px;
  }
  .gallery-slide-title.subtitle {
    font-size: 15px;
  }
  .dancer-2-image {
    top: -100px;
    height: 335px;
  }
  .title-wrapper-block {
    margin-bottom: 40px;
  }
  .event-title {
    font-size: 16px;
  }
  .event-info-block {
    margin-right: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .event-info-icon {
    height: 16px;
  }
  .event-info-title {
    line-height: 13px;
  }
  .about-us-image {
    top: -94px;
    height: 374px;
  }
  .team-tabs-pane {
    padding-right: 8px;
  }
  .team-tab-button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-tab-title._2 {
    font-size: 44px;
    line-height: 43px;
  }
  .faq-image {
    top: -71px;
    height: 370px;
  }
  .stats-col {
    padding-right: 0px;
  }
  .text-blanco.mdp {
    padding-left: 0px;
  }
  .div-block {
    margin-right: 21px;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 23px;
  }
  h4 {
    margin-bottom: 9px;
  }
  .button.red {
    margin-top: 18px;
  }
  .navbar {
    padding-top: 25px;
  }
  .home-hero {
    width: 100%;
    height: 50%;
  }
  .section {
    padding: 35px 25px;
  }
  .section.home-intro {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.newsletter-section {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-slide-container {
    height: 100%;
    margin-top: 73px;
    padding-top: 0px;
  }
  .home-slide-title {
    margin-top: 0px;
    font-size: 8vw;
    line-height: 8vw;
  }
  .home-slide-title._2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-right: 25px;
    padding-top: 14px;
  }
  .nav-link {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-link.w--current {
    margin-top: 18px;
    margin-bottom: 0px;
    background-color: #000;
  }
  .service-title {
    font-size: 20px;
    line-height: 21px;
  }
  .container.centered {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-column-right {
    padding-left: 15px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 13px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .list-item-white-title {
    margin-bottom: 9px;
    font-size: 13px;
  }
  .hamburger-icon {
    font-size: 40px;
    line-height: 24px;
  }
  .page-header-overlay {
    padding: 135px 25px 50px;
  }
  .page-header-overlay.transparant {
    padding-top: 135px;
    padding-bottom: 40px;
  }
  .page-header-overlay._404 {
    padding: 140px 25px;
  }
  .logo-container {
    padding-top: 12px;
    padding-left: 25px;
  }
  .logo-container.responsive-menu {
    padding-left: 0px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .white-section-title {
    font-size: 35px;
    line-height: 39px;
  }
  .white-section-title._2 {
    font-size: 21px;
    line-height: 23px;
  }
  .service-icon {
    margin-bottom: 16px;
  }
  .slider-button-left {
    width: 60px;
    height: 40px;
  }
  .slider-button-right {
    width: 60px;
    height: 40px;
    font-size: 12px;
  }
  .fixed-navbar-wrapper {
    margin-top: -18px;
    padding-bottom: 10px;
  }
  .slider-text-block {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 85px;
    padding-left: 85px;
    text-align: center;
  }
  .cta-title {
    font-size: 24px;
    line-height: 30px;
  }
  .cta-title.subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .feature-col {
    padding-right: 20px;
    padding-left: 0px;
  }
  .feature-row {
    margin-top: 4px;
  }
  .text-column-left {
    padding-right: 25%;
    padding-left: 0px;
  }
  .text-column-left.dont-miss {
    padding-right: 0%;
  }
  .home-section {
    padding-top: 45px;
    padding-right: 25px;
    padding-bottom: 45px;
  }
  .home-container.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-button-block-bottom {
    margin-top: 14px;
    padding-top: 6px;
  }
  .column-title {
    margin-bottom: 11px;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 31px;
  }
  .column-title.white {
    font-size: 24px;
  }
  .column-title.smaller {
    font-size: 24px;
    line-height: 26px;
  }
  .image-column-right {
    margin-top: 10px;
    margin-bottom: 33px;
  }
  .page-header-title {
    font-size: 40px;
    line-height: 35px;
  }
  .page-header-title.subtitle {
    font-size: 19px;
    line-height: 24px;
  }
  .experience-text-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .quote-title {
    font-size: 16px;
    line-height: 20px;
  }
  .quote-subtitle {
    font-size: 10px;
    line-height: 16px;
  }
  .experience-bottom-section-overlay {
    padding: 275px 25px 58px;
  }
  .faq-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .faq-title {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .question-block {
    margin-bottom: 19px;
  }
  .faq-column {
    padding-left: 0px;
  }
  .image-section-overlay {
    padding: 35px 25px;
  }
  .dancer-image {
    top: 0px;
    right: -68px;
    height: 330px;
  }
  .newsletter-form {
    margin-bottom: 9px;
  }
  .newsletter-field {
    width: 100%;
  }
  .newsletter-button {
    width: 100%;
    margin-top: 3px;
  }
  .newsletter-col-left {
    padding-right: 18px;
    padding-bottom: 1px;
    padding-left: 0px;
  }
  .gallery-row {
    height: 250px;
  }
  .intro-image {
    left: -70px;
    bottom: -30px;
    height: 330px;
  }
  .intro-features {
    -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;
  }
  .image-background-section {
    background-size: cover;
  }
  .image-background-section.invite {
    background-size: auto;
  }
  .background-image-section-overlay {
    padding: 35px 25px;
    background-color: hsla(0, 0%, 95%, .49);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #f2f2f2), to(hsla(0, 0%, 95%, 0)));
    background-image: linear-gradient(90deg, #f2f2f2 14%, hsla(0, 0%, 95%, 0));
  }
  .background-image-section-overlay.invite {
    padding-bottom: 65px;
    font-size: 12px;
  }
  .background-image-section-overlay.fun-facts {
    background-color: hsla(0, 0%, 95%, .8);
  }
  .feature-icon-left {
    margin-right: 9px;
  }
  .invite-row {
    margin-bottom: 16px;
  }
  .upcoming-row {
    margin-bottom: 0px;
  }
  .upcoming-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .upcoming-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .upcoming-event-block {
    margin-bottom: 10px;
  }
  .facebook-image {
    height: 350px;
  }
  .gallery-slider {
    height: 200px;
  }
  .gallery-slider-nav {
    padding-right: 29px;
    padding-bottom: 31px;
  }
  .gallery-overlay {
    padding-top: 22%;
  }
  .gallery-slide-overlay {
    padding-right: 25px;
    padding-bottom: 44px;
    padding-left: 25px;
  }
  .gallery-slide-title {
    font-size: 14px;
    line-height: 17px;
  }
  .gallery-slide-title.subtitle {
    font-size: 12px;
  }
  .menu-title {
    font-size: 18px;
    line-height: 23px;
  }
  .menu-title.description {
    font-size: 12px;
    line-height: 22px;
  }
  .dancer-2-image {
    top: -56px;
    height: 245px;
  }
  .event-title {
    font-size: 19px;
    line-height: 23px;
  }
  .popup-block {
    width: 80%;
    margin-top: 50px;
  }
  .about-us-col-left {
    padding-left: 0px;
  }
  .about-us-image {
    top: -29px;
    height: 274px;
  }
  .faq-row {
    margin-top: 21px;
  }
  .faq-col-left {
    padding-left: 0px;
  }
  .faq-col-right {
    padding-left: 0px;
  }
  .team-tabs-menu {
    top: 70px;
    width: 200px;
  }
  .team-tabs-pane {
    height: 440px;
    padding-left: 105px;
  }
  .team-tab-image {
    width: 180px;
    height: auto;
  }
  .team-tab-title {
    font-size: 16px;
  }
  .team-tab-title._2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 23px;
  }
  .team-tab-button-title {
    margin-top: 10px;
    font-size: 11px;
  }
  .team-tab-button-image {
    width: 40px;
    height: 40px;
  }
  .team-tab-content-block {
    margin-top: 73px;
  }
  .faq-image {
    top: 20px;
    height: 260px;
  }
  .text-blanco.mdp {
    padding-left: 16px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mask {
    top: 0px;
    display: inline;
    padding-top: 0px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .video {
    margin-top: 18px;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 12px;
    line-height: 17px;
  }
  h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 25px;
  }
  .button {
    margin-top: 3px;
  }
  .button.red {
    margin-top: 12px;
  }
  .navbar {
    padding-top: 15px;
  }
  .nav-menu {
    min-width: 190px;
  }
  .home-hero {
    height: 100%;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .section.home-intro {
    margin-top: 108px;
    padding: 25px 25px 9px;
  }
  .section.newsletter-section {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  .home-slide-title {
    font-size: 9vw;
    line-height: 10vw;
  }
  .home-slide-title._2 {
    font-size: 5vw;
    line-height: 6vw;
  }
  .menu-button {
    margin-right: 20px;
  }
  .menu-button.w--open {
    background-color: #d90246;
  }
  .nav-link {
    font-size: 15px;
    line-height: 11px;
  }
  .nav-link.w--current {
    margin-top: 36px;
  }
  .service-column {
    padding-right: 35px;
    padding-left: 35px;
  }
  .service-title {
    font-size: 17px;
    line-height: 18px;
  }
  .service-title.subtitle {
    margin-bottom: 14px;
    font-size: 12px;
  }
  .container.centered {
    margin-bottom: 23px;
  }
  .text-column-right {
    padding-left: 0px;
  }
  .bottom-footer-text {
    display: block;
  }
  .slider-arrow-icon {
    font-size: 15px;
  }
  .page-header-overlay {
    padding: 115px 20px 35px;
  }
  .page-header-overlay.transparant {
    padding-top: 105px;
    padding-bottom: 20px;
  }
  .logo-container {
    padding-left: 20px;
  }
  .logo-container.responsive-menu {
    display: block;
    padding-top: 35px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
  .pricing-features-row {
    margin-top: 25px;
  }
  .pricing-features-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pricing-block-title {
    font-size: 21px;
    line-height: 18px;
  }
  .pricing-block-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pricing-block-item-title {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .pricing-block-item-title.description.white {
    margin-bottom: 10px;
  }
  .white-section-title {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 25px;
  }
  .white-section-title._2 {
    font-size: 17px;
    line-height: 20px;
  }
  .slider-button-left {
    width: 40px;
    height: 30px;
  }
  .slider-button-right {
    width: 40px;
    height: 30px;
  }
  .fixed-navbar-wrapper {
    margin-top: -7px;
  }
  .slider-text-block {
    bottom: 19%;
    padding-right: 55px;
    padding-left: 55px;
  }
  .cta-title {
    font-size: 19px;
    line-height: 24px;
  }
  .cta-title.subtitle {
    font-size: 17px;
  }
  .feature-col {
    padding-right: 0px;
    padding-bottom: 5px;
  }
  .text-column-left {
    padding-right: 10%;
  }
  .home-section {
    overflow: hidden;
    padding: 25px;
  }
  .column-title {
    font-size: 21px;
    line-height: 24px;
  }
  .arrow-icon {
    height: 20px;
  }
  .section-tooltip {
    font-size: 11px;
  }
  .drink-tabs-menu {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }
  .drinks-tab-pane {
    width: 100%;
    float: none;
  }
  .drink-tab-button {
    padding-top: 6px;
    padding-bottom: 5px;
  }
  .page-header-title {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 27px;
  }
  .page-header-title.subtitle {
    font-size: 17px;
    line-height: 20px;
  }
  .field {
    height: 38px;
    font-size: 12px;
  }
  .quote-title {
    font-size: 19px;
    line-height: 23px;
  }
  .quote-subtitle {
    font-size: 11px;
    line-height: 17px;
  }
  .experience-bottom-section {
    background-position: 50% 0px;
  }
  .faq-title {
    font-size: 26px;
    line-height: 30px;
  }
  .feature-icon {
    height: 40px;
    margin-bottom: 16px;
  }
  .text-logo {
    font-size: 27px;
    line-height: 15px;
  }
  .text-logo.subtitle {
    font-size: 10px;
  }
  .image-section-overlay {
    padding-bottom: 25px;
  }
  .icon-wrapper {
    height: 90px;
    margin-right: 15px;
    padding-top: 18px;
    padding-right: 15px;
  }
  .stats-icon {
    height: 51px;
  }
  .stat-title {
    font-size: 35px;
    line-height: 41px;
  }
  .dancer-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: -41px;
    margin-bottom: -12px;
  }
  .newsletter-col-left {
    padding-right: 0px;
  }
  .intro-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 12px;
  }
  .background-image-section-overlay {
    padding: 25px 20px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(42%, #f2f2f2), to(hsla(0, 0%, 95%, 0)));
    background-image: linear-gradient(90deg, #f2f2f2 42%, hsla(0, 0%, 95%, 0));
  }
  .background-image-section-overlay.invite {
    padding-bottom: 15px;
    background-color: hsla(0, 0%, 95%, .9);
  }
  .background-image-section-overlay.pricing {
    padding-bottom: 10px;
  }
  .fixed-buttons-bottom-right {
    right: 10px;
    bottom: 10px;
  }
  .fixed-button {
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fixed-button-title {
    font-size: 17px;
  }
  .fixed-button-title.subtitle {
    font-size: 10px;
    line-height: 5px;
  }
  .upcoming-event-overlay-block {
    width: 60%;
    padding: 20px;
  }
  .facebook-image {
    position: static;
    height: auto;
    margin-bottom: -85px;
    margin-left: -8px;
  }
  .gallery-slide-title {
    font-size: 16px;
    line-height: 18px;
  }
  .menu-list-item {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }
  .menu-title {
    font-size: 15px;
  }
  .menu-title.description {
    font-size: 12px;
    line-height: 16px;
  }
  .tab-title {
    font-size: 13px;
  }
  .dancer-2-image {
    position: static;
  }
  .title-wrapper-block {
    width: 100%;
  }
  .event-title {
    font-size: 15px;
    line-height: 20px;
  }
  .event-info-block {
    display: block;
    margin-right: 0px;
    margin-bottom: 2px;
  }
  .popup-block {
    margin-top: 20px;
  }
  .popup-title {
    font-size: 20px;
    line-height: 29px;
  }
  .popup-title.subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-content-block {
    padding: 15px 25px;
  }
  .popup-form {
    padding: 25px;
  }
  .close-popup-button {
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }
  .about-us-col-left {
    padding-right: 0px;
  }
  .about-us-image {
    position: static;
  }
  .team-tabs-menu {
    position: relative;
    top: 0px;
    width: 100%;
    float: none;
  }
  .team-tabs-pane {
    height: auto;
    padding-top: 15px;
    padding-left: 0px;
  }
  .team-tab-button {
    margin-bottom: 2px;
    background-color: hsla(0, 0%, 94%, .8);
  }
  .team-tab-image {
    width: 120px;
    margin-top: 29px;
    margin-bottom: 47px;
  }
  .team-tab-button-title {
    margin-top: 6px;
    font-size: 13px;
  }
  .team-tab-button-image {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }
  .team-tab-content-block {
    margin-top: 0px;
  }
  .faq-image {
    position: static;
  }
  .stats-col {
    padding-bottom: 7px;
    padding-left: 0px;
  }
  .text-blanco.mdp {
    padding-left: 0px;
  }
  .row-2 {
    -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;
  }
  .column-3 {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

