:root {
  --color-1: #1a1c27;
  --body-txt: #3f3d3d;
  --white: white;
  --gris-2: #f2f2f2;
  --color-1-light: #313447;
  --gris: #fafafa;
  --color-2: #e7b912;
  --color-3: #f7d24a;
  --floral-white: #fdfaef;
  --color-3-light: #ff6a4e;
  --color-3-dark-2: #e7c02e;
  --ok: #50bb85;
  --ok-hover: #2cb06d;
  --body-txt-dark: #262323;
  --body-txt-light: #8e8e8e;
  --color-3-dark: #796b00;
  --color-2-light: #f1de4b;
  --alert: #eb0c36;
  --alert-hover: #d70a30;
  --color-1-dark: #2a3150;
  --gris-5: #dedede;
  --gris-6: #d2d2d2;
  --gris-4: #e6e6e6;
  --gris-3: #ebebeb;
  --black: black;
  --shade: #1a1c27cc;
  --hero-shade-1: #0d0e16e6;
  --color-1-dark-shade: #052924;
}

body {
  background-color: var(--color-1);
  color: var(--body-txt);
  background-image: url('../images/gallia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.375em;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gelasio, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.375em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gelasio, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.375em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.375em;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: 100%;
  display: inline-block;
}

label {
  color: var(--body-txt);
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

blockquote {
  border-style: solid none none;
  border-width: 0;
  border-color: var(--white) black black;
  background-color: var(--gris-2);
  color: var(--color-1-light);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 160%;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.wrpr {
  z-index: 10;
  min-width: 80%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrpr.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-width: 92%;
  max-width: 92%;
  display: flex;
}

.wrpr.d-flex.a-center {
  justify-content: center;
}

.wrpr.d-flex.a-left {
  justify-content: flex-end;
}

.wrpr.d-flex.a-fixed {
  align-items: stretch;
}

.wrpr.on-hero-in {
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrpr.small {
  min-width: 70%;
  max-width: 80%;
}

.blok {
  color: var(--color-1);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.blok.bg-color-1 {
  background-color: var(--color-1);
  color: #fff;
}

.blok.gris {
  background-color: var(--gris);
}

.blok.dark-gris {
  color: var(--color-1);
  background-color: #fafafa;
}

.blok.bg-color-2 {
  background-color: var(--color-2);
}

.blok.bg-color-3 {
  background-color: var(--color-3);
}

.blok.full-back-banner {
  color: #fff;
  background-image: linear-gradient(#42496bcc, #42496bcc), url('../images/bg-02.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.blok.afther-hero {
  z-index: 200;
  background-color: var(--white);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.blok.salones {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: linear-gradient(#1a1c27f2, #1a1c27f2), url('../images/bg-salones.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 120px;
  display: flex;
}

.blok.servicios-blk {
  color: var(--color-1-light);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding-top: 150px;
  padding-bottom: 80px;
}

.blok.testimonios {
  background-color: var(--color-1-light);
  color: var(--color-2);
  padding-bottom: 100px;
}

.blok.home-menu {
  background-color: var(--floral-white);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blok.gallery-grid {
  background-color: var(--white);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding-top: 130px;
  padding-bottom: 0;
}

.blok.adress-blok {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blok.event-form {
  background-color: var(--white);
  color: var(--color-1-light);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  flex-wrap: wrap;
  height: auto;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.blok.menu-sugerido {
  background-color: var(--color-1);
  color: var(--color-2);
  padding-top: 130px;
  padding-bottom: 80px;
}

.blok.adicionales {
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding-top: 110px;
  padding-bottom: 20px;
}

.blok.adicionales.eventos-varios {
  padding-top: 40px;
}

.blok.adicionales.agendar {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blok.feed-blog {
  background-color: var(--color-1);
  color: var(--color-2);
  background-image: linear-gradient(#1a1c27e6, #1a1c27e6), url('../images/portada-royal-gallia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 80px;
}

.blok.blog {
  color: var(--color-2);
  padding-top: 200px;
}

.blok.menus {
  background-color: var(--color-1);
  color: var(--color-2);
}

.icon-btn {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 25px;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 15px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 50px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--color-1-light);
}

.icon-btn.big {
  border-radius: 30px;
  height: 60px;
  padding-left: 25px;
  padding-right: 20px;
  font-size: 1.2em;
  line-height: 60px;
}

.icon-btn.small {
  color: var(--color-2);
  background-color: #0000;
  flex-wrap: wrap;
  align-items: stretch;
  height: 30px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8em;
  line-height: 40px;
  display: flex;
}

.icon-btn.small:hover {
  background-color: #0000;
}

.botonera {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px -1% 10px;
  display: flex;
}

.botonera.a-center {
  text-align: center;
}

.botonera.a-left {
  justify-content: flex-start;
}

.btn-txt {
  text-transform: uppercase;
  margin-right: 6px;
  font-weight: 700;
  line-height: 30px;
}

.btn-icon {
  width: 30px;
  height: 30px;
}

.btn-icon.big {
  width: 40px;
  height: 40px;
}

.color-card-2 {
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.color-3 {
  background-color: var(--color-3);
  width: 33.3333%;
}

.color-3.l-shade {
  background-color: var(--color-3-light);
}

.color-3.d-shade {
  background-color: var(--color-3-dark-2);
}

.ok-color {
  background-color: var(--ok);
  width: 50%;
}

.ok-color.ok-hover {
  background-color: var(--ok-hover);
}

.body-txt {
  background-color: var(--body-txt);
  width: 33.3333%;
}

.body-txt.d-shade {
  background-color: var(--body-txt-dark);
}

.body-txt.l-shade {
  background-color: var(--body-txt-light);
}

.color-2 {
  background-color: var(--color-2);
  width: 33.3333%;
}

.color-2.d-shade {
  background-color: var(--color-3-dark);
}

.color-2.l-shade {
  background-color: var(--color-2-light);
}

.cancel-color {
  background-color: var(--alert);
  width: 50%;
}

.cancel-color.cancel-hover {
  background-color: var(--alert-hover);
}

.color-1 {
  background-color: var(--color-1);
  width: 33.3333%;
}

.color-1.l-shade {
  background-color: var(--color-1-light);
}

.color-1.d-shade {
  background-color: var(--color-1-dark);
}

.grises {
  background-color: var(--gris);
  width: 33.3333%;
}

.grises.gris-5 {
  background-color: var(--gris-5);
}

.grises.gris-2 {
  background-color: var(--gris-2);
}

.grises.gris-6 {
  background-color: var(--gris-6);
}

.grises.gris-4 {
  background-color: var(--gris-4);
}

.grises.gris-3 {
  background-color: var(--gris-3);
}

.btn {
  border: 1px solid var(--color-2);
  background-color: var(--color-2);
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  flex: 0 auto;
  align-self: center;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0 30px;
  font-size: 1em;
  font-weight: 600;
  line-height: 50px;
  transition: all .2s ease-in-out;
  box-shadow: 0 10px 10px -5px #c7b2104d;
}

.btn:hover {
  border-color: var(--color-3-dark);
  background-color: var(--color-3-dark);
  color: var(--color-1);
}

.btn.small {
  border-color: var(--color-2);
  border-radius: 20px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  line-height: 38px;
}

.btn.small:hover {
  border-color: var(--color-3-dark);
}

.btn.small.arrow-l {
  background-image: url('../images/arrow-left.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 35px;
  box-shadow: 0 10px 10px -5px #5c52084d;
}

.btn.large {
  border-radius: 30px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2em;
  line-height: 60px;
}

.btn.brdr {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  background-color: #0000;
}

.btn.brdr:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-1);
}

.btn.brdr.small.dark {
  border-color: var(--color-1);
  background-color: var(--white);
  color: var(--color-1);
  box-shadow: 0 10px 10px -5px #1a1c274d;
}

.btn.brdr.small.dark.galeria {
  background-image: url('../images/media-icon-dark.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 15px;
  padding-right: 35px;
  text-decoration: none;
}

.btn.brdr.small.dark.galeria:hover {
  background-color: var(--gris-5);
}

.btn.brdr.fill-bg {
  background-color: var(--color-1-light);
}

.btn.brdr.fill-bg:hover {
  background-color: var(--color-1);
  color: var(--color-1-dark);
}

.btn.inverse {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.btn.inverse:hover {
  border-color: var(--color-3-dark);
  background-color: var(--color-3-dark);
}

.btn.inverse.brdr {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.btn.inverse.brdr:hover {
  color: var(--color-2);
  background-color: #fff;
}

.btn.fw-btn {
  display: block;
}

.btn.drpr {
  float: none;
  color: #fff;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 30px;
}

.btn.sender {
  float: right;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.btn.sender.cancel-color {
  border-color: var(--alert);
  background-color: var(--alert);
  color: var(--white);
  box-shadow: 0 10px 10px -5px #eb0c364d;
}

.btn.sender.cancel-color:hover {
  filter: brightness(80%);
}

.btn.agenda {
  background-image: url('../images/calendario.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-right: 55px;
}

.icon-btn-social {
  background-color: var(--color-2);
  background-image: url('../images/icons-sprite-w.svg');
  background-position: 0 -30px;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .2s ease-in-out;
}

.icon-btn-social:hover {
  border-color: var(--color-3-dark);
  filter: brightness(80%);
}

.icon-btn-social.twitter {
  background-position: 50% 0;
}

.icon-btn-social.instagram {
  background-color: #833ab4;
  background-position: -60px -30px;
}

.icon-btn-social.youtube {
  background-position: 0 100%;
}

.icon-btn-social.pinterest {
  background-position: 50% 100%;
}

.icon-btn-social.linkedin {
  background-position: 100% 100%;
}

.icon-btn-social.whatsapp {
  background-color: #25d366;
  background-image: url('../images/icons-sprite-w.svg');
  background-position: 100% 0;
  background-size: 120px;
}

.icon-btn-social.facebook {
  background-color: #3b5998;
  background-image: url('../images/icons-sprite-w.svg');
  background-position: 0 -30px;
  background-size: 120px;
}

.flex-col-3 {
  width: 33.3333%;
  min-height: 100px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero {
  z-index: 200;
  background-color: var(--gris);
  color: #fff;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.v-wrpr {
  margin-top: 0;
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
}

.hero-sub-tt {
  font-size: 1.4em;
  line-height: 1.375em;
}

.fw-topbar {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2 {
  border-bottom: 4px solid #e7e7e7;
  height: auto;
  margin-bottom: 40px;
  position: relative;
}

.a-mas.opened {
  display: none;
}

.reglog-drop {
  float: left;
  text-transform: uppercase;
  margin-left: 5px;
}

.reglog-btn {
  color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  padding: 0;
}

.p-top {
  background-color: #41b3af;
  width: 100%;
  height: 2px;
}

.ms-input {
  float: left;
  background-color: #0000;
  border-style: none;
  width: 90%;
  height: 80px;
  margin-bottom: 0;
  padding: 0 10px 0 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 80px;
}

.modal-search {
  z-index: 1500;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0;
  transform: translate(0, -30%);
}

.sw-tt {
  height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 30px;
  display: inline-block;
}

.acc-hdr {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  position: relative;
}

.search-btn {
  float: left;
  color: #a99d94;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.brgr-icon {
  float: right;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: none;
}

.accordion-trgr {
  z-index: 10;
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 2px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.main-search {
  position: relative;
}

.btnnavdrpr {
  margin-right: 0;
}

.gallia {
  z-index: 1;
  color: #41b3af;
  width: 210px;
  text-decoration: none;
  position: relative;
}

.gallia.w--current {
  z-index: 1;
  position: relative;
}

.gallia.on-scroll-bar {
  width: 180px;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  box-shadow: 0 0 6px 0 var(--body-txt-light);
  margin-top: 80px;
}

.second-bar {
  z-index: 1;
  color: #000;
  background-color: #15161fe6;
  border-bottom: 1px solid #e7b91266;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fw-tb-r-wrpr {
  z-index: 1;
  position: relative;
}

.input {
  border: 1px solid var(--gris-3);
  background-color: #fafafa;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.input:hover {
  border-color: var(--gris-6);
}

.input:focus {
  box-shadow: 0 10px 10px -5px #0003;
}

.input::placeholder {
  font-family: Open Sans, sans-serif;
}

.rl-drp-li.w--open {
  border: 1px solid var(--color-2);
  background-color: #fff;
  width: 300px;
  margin-top: 50px;
  padding: 4px 24px 6px;
  top: 0;
  right: 0;
}

.botonera-2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.logo-txt {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.flex-main-bar {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.ms-wrpr {
  width: 80%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50px);
}

.no-registrado-blk {
  text-align: center;
  border-top: 1px solid #a99d94;
  padding-top: 8px;
  padding-bottom: 14px;
}

.rl-pointer-top {
  border-right: 10px solid #0000;
  border-bottom: 10px solid var(--color-2);
  border-left: 10px solid #0000;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.ingresa-form {
  padding: 10px 0 4px;
}

.btn-cart {
  float: left;
  background-color: #0000;
  background-image: url('../images/carrito.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 8px;
  position: relative;
}

.btn-cart:hover {
  border-color: #6b5d52;
}

.drpr-btn {
  color: var(--color-1);
  background-color: #0000;
  transition: all .2s ease-in-out;
}

.drpr-btn:hover {
  background-color: var(--gris-2);
}

.boton {
  color: #000;
  letter-spacing: 1px;
  background-color: #f6b642;
  border: 1px solid #f6b642;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px 22px;
  transition: all .2s ease-in-out;
}

.boton:hover {
  background-color: #f9c972;
  border-color: #f9c972;
}

.boton.fw-btn {
  text-align: center;
  letter-spacing: 2px;
  margin-right: 0;
  display: block;
}

.p-center {
  background-color: #41b3af;
  width: 100%;
  height: 2px;
}

.forgot-link {
  color: #6b5d52;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  display: block;
}

.ms-btn {
  float: right;
  background-color: #6b5d52;
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 10%;
  height: 80px;
}

.m-close {
  background-color: #fff;
  background-image: url('../images/brgr-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #757575;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-shade {
  z-index: 100;
  opacity: 0;
  background-color: #000000e6;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.acc-content {
  height: 0;
  position: relative;
  overflow: hidden;
}

.acc-content.opened {
  height: auto;
}

.btn-nav-drpr {
  color: var(--color-2);
  text-transform: uppercase;
  height: 80px;
}

.btn-nav {
  color: var(--color-2);
  text-transform: uppercase;
  background-color: #0000;
  height: 80px;
  padding: 0 12px;
  font-size: .9em;
  font-weight: 500;
  line-height: 80px;
  transition: all .2s;
}

.btn-nav:hover {
  color: #52576e;
  transform: scale(.95);
}

.btn-nav.w--current {
  color: #fff9;
  border-bottom-color: #6b5d52;
}

.btn-nav.drpr {
  margin-left: 10px;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 25px;
}

.btn-nav.special {
  background-color: var(--color-2);
  background-image: linear-gradient(to bottom, var(--color-3), var(--color-2));
  color: var(--color-1);
  border-radius: 4px;
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
  line-height: 40px;
}

.mainnav-flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.prdc-counter {
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-right: -8px;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.navegacion {
  z-index: 210;
  position: relative;
  inset: 0% 0% auto;
}

.p-bottom {
  background-color: #41b3af;
  width: 100%;
  height: 2px;
}

.fix-col {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.promo {
  background-color: #d6d6d6;
  display: block;
  position: relative;
  overflow: hidden;
}

.filter-drpr {
  float: left;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.wrpr-fdrpr {
  background-color: #fff;
  flex: 1;
  height: auto;
  display: inline-block;
}

.tb-search-btn {
  float: right;
  background-color: var(--color-1);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  transition: background-color .2s ease-in-out;
}

.tb-search-btn:hover {
  background-color: var(--color-1-dark);
}

.fdrpd-tagtxt {
  float: left;
  margin-top: 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 60px;
  display: inline-block;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border-style: solid;
  border-color: var(--color-1);
  background-color: var(--color-1);
  font-family: Montserrat, sans-serif;
}

.fdrpr-icon {
  margin-right: 10px;
}

.btn-filter-drpr {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent transparent var(--color-1);
  color: var(--color-1);
  height: 60px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 15px;
  font-size: 15px;
}

.btn-filter-drpr.w--open {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  margin-top: -1px;
  line-height: 18px;
}

.options-hdr {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.r-wrpr {
  float: right;
  align-self: stretch;
}

.fdrpd-btn {
  color: #fff;
  line-height: 24px;
}

.pc-img {
  background-color: #e7e7e7;
  border-style: none;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

.product-card {
  border: 1px solid var(--gris-2);
  color: #000;
  background-color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.product-card:hover {
  border-style: solid;
  border-color: var(--gris-3);
  background-color: #fff;
}

.product-card.flexer {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  position: relative;
}

.pc-preciador {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.375em;
}

.pc-body {
  text-align: center;
  background-color: #fff;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #a99d94;
  border-left-width: 1px;
  border-left-color: #a99d94;
  border-right-width: 1px;
  border-right-color: #a99d94;
  min-height: 220px;
  padding: 20px;
  position: relative;
}

.pc-body.re-height {
  min-height: 460px;
}

.add-to-cart {
  float: left;
  background-color: var(--color-2);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/shopping-basket-add-w.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 49%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 0 0 0 12px;
  font-size: .8em;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s ease-in-out;
}

.add-to-cart:hover {
  background-color: var(--color-3-dark);
  border-color: #6b5d52;
}

.se-more {
  float: left;
  background-color: var(--color-1);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/add-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 49%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 0 0 0 12px;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s ease-in-out;
  display: block;
}

.se-more:hover {
  background-color: var(--color-1-dark);
}

.se-more.fw {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.pc-last-price {
  opacity: .6;
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
  text-decoration: line-through;
  display: inline-block;
}

.pc-label {
  z-index: 10;
  border-top: 1px solid var(--color-3);
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pc-label.venta {
  border-top-color: var(--color-1);
}

.img-product {
  width: 100%;
}

.pc-botonera {
  padding: 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pc-name {
  margin-top: 0;
  margin-bottom: 10px;
}

.pc-price {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.pc-label-tag {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 5px 14px;
  font-size: .8em;
  font-weight: 300;
  display: inline-block;
}

.pc-label-tag.venta {
  border-color: var(--color-1);
  background-color: var(--color-1);
}

.flex-grid {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.flex-grid.vertical-a-center {
  align-items: center;
}

.flex-grid.first-cards {
  align-items: stretch;
}

.flex-grid.zero {
  margin-left: 0%;
  margin-right: 0%;
}

.pc-pro-name {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 1.125em;
  line-height: 1.365em;
}

.pc-tag-brief {
  margin-bottom: 10px;
  font-size: .7em;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}

.pc-tag {
  color: var(--color-2);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.menu-filtros {
  width: 100%;
  margin-bottom: 50px;
}

.drpr-filter-blk {
  display: block;
}

.drpr-filtro {
  border: 1px solid var(--gris-3);
  color: var(--body-txt-light);
  transition: all .2s ease-in-out;
  display: block;
}

.drpr-filtro:hover {
  border-color: var(--color-1);
  color: var(--color-1);
}

.drpr-filtro.w--open {
  border-color: var(--color-1);
  border-bottom-style: none;
}

.drpr-link {
  color: var(--body-txt-light);
  background-color: #0000;
  border-top: 1px solid #f1f1f1;
  line-height: 30px;
  transition: all .2s ease-in-out;
}

.drpr-link:hover {
  background-color: var(--gris);
  color: var(--color-1);
}

.drpr-filyer-li.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--color-1);
  background-color: #fff;
}

.titular {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 0;
}

.titular.center {
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.titular.center.shorter {
  min-width: 60%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.subtitular {
  text-transform: none;
  margin-top: -15px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 160%;
}

.real-estate-card {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

.re-brief {
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.375em;
}

.amenities-icons {
  border-top: 1px solid var(--gris-4);
  margin-top: 15px;
  padding-top: 10px;
}

.ameniti-element {
  float: left;
  text-align: left;
  width: 50%;
  min-height: 30px;
  margin-bottom: 5px;
  font-size: .6em;
  display: inline-block;
  position: relative;
}

.am-icon {
  float: left;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.ameniti-txt {
  text-transform: uppercase;
  height: 40px;
  margin-top: 5px;
  padding-bottom: 2px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.375em;
}

.re-address {
  text-align: left;
  background-color: #ffefd1;
  border-radius: 4px;
  padding: 8px 8px 8px 40px;
  font-family: Oswald, sans-serif;
  font-size: .8em;
  line-height: 1.365em;
  position: relative;
}

.re-address-icon {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-left: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.quadrat {
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.quadrat-hldr {
  width: auto;
  height: 25px;
  position: relative;
}

.quadrat-txt {
  font-family: Oswald, sans-serif;
}

.titular-remate {
  background-color: var(--gris-2);
  width: 100%;
  height: 2px;
  margin-top: 25px;
}

.inside-rt {
  background-color: var(--color-1);
  width: 50%;
  height: 2px;
}

.hover-shade {
  z-index: 1;
  opacity: 0;
  background-color: #e7b912cc;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0;
}

.hover-shade:hover {
  opacity: 1;
}

.sh-icon {
  width: 50px;
}

.sw-tt-2 {
  height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 30px;
  display: inline-block;
}

.acc-ftr {
  color: #d6d6d6;
  margin-top: 6px;
  padding: 2px 4px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.more-options {
  border-top: 1px dashed #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

.filtro-check-off {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/check-filter-off.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  margin-bottom: 4px;
  padding-left: 34px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.tc-d-color {
  background-color: #2d3138;
  width: 22px;
  height: 22px;
  position: static;
  inset: 0;
}

.thumb-color-s {
  float: left;
  border: 1px solid #e7e7e7;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px;
  position: relative;
}

.flex-blok {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 60px -1% 40px;
  display: flex;
  transform: perspective(1200px);
}

.flex-blok.v-center {
  align-items: center;
}

.half-w-col {
  width: 50%;
  min-height: 100px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  position: relative;
}

.half-w-col.fvw {
  float: left;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.half-w-col.fvw.info-side {
  background-color: var(--white);
  background-image: url('../images/white-texture.png');
  background-position: 50%;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hwc-wrpr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.botonera-3 {
  margin-top: 30px;
}

.btn-2 {
  color: #efef3a;
  text-align: center;
  text-transform: uppercase;
  background-color: #41b3af;
  border: 1px solid #41b3af;
  height: 40px;
  margin-right: 10px;
  padding: 0 22px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 38px;
  transition: all .2s ease-in-out;
}

.btn-2:hover {
  color: #41b3af;
  background-color: #efef3a;
  border-color: #efef3a;
}

.hwc-bg-card {
  background-image: url('../images/demo-slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.secundary-txt {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.365em;
}

.testimonial {
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-author {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
}

.quote-title {
  text-align: right;
  padding-right: 20px;
}

.service-card {
  text-align: center;
  margin-bottom: 20px;
}

.divider {
  background-color: var(--color-2);
  width: 30%;
  height: 4px;
  margin: 20px auto 30px;
  display: block;
}

.divider.fw {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

.divider.left {
  text-align: left;
  margin-left: 0;
}

.icon-service {
  width: 30%;
}

.itc-text {
  width: 90%;
}

.tab {
  text-transform: uppercase;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.tab.w--current {
  color: #fff;
  background-color: #41b3af;
}

.sg-lb-hover {
  z-index: 1;
  opacity: 0;
  background-color: #f7d24acc;
  background-image: url('../images/accordion-mas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: opacity .2s ease-in-out;
  display: block;
  position: absolute;
  inset: 0;
}

.sg-lb-hover:hover {
  opacity: 1;
}

.sb-wrpr {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.slider-gallery {
  background-color: #e7f8f8;
  height: auto;
}

.tab-nav {
  border-bottom: 1px solid #41b3af;
}

.tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lbg-r-arrow {
  color: #2b9692;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.row-fix {
  margin-left: -10px;
  margin-right: -10px;
}

.lbg-l-arrow {
  color: #2b9692;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.share-tag {
  float: left;
  color: #9c9c9c;
  height: 30px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 30px;
  display: inline-block;
}

.slider-gallery-card {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.share-bar {
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.icon-txt-card {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}

.sg-lb {
  height: auto;
}

.pre-icon {
  float: left;
  width: 80px;
  height: 80px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-show-next {
  text-align: center;
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.base-slide-mask {
  padding-left: 10%;
  padding-right: 10%;
}

.slide-7 {
  background-color: #0000;
  width: 94%;
  margin-left: 2%;
  margin-right: 2%;
}

.hldr-pro-img {
  background-color: #032e45;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.s-gal-img {
  width: 100%;
  display: block;
}

.arrow-left {
  direction: rtl;
  background-color: #41b3af66;
  border: 1px solid #41b3af;
  border-left: 1px #ffffff40;
  width: 80px;
  height: 80px;
  transition: all .2s ease-in-out;
}

.arrow-left:hover {
  background-color: #ffffff40;
}

.arrow-right {
  background-color: #41b3af66;
  border: 1px solid #ffffff40;
  border-right-style: none;
  width: 80px;
  height: 80px;
  transition: all .2s ease-in-out;
}

.arrow-right:hover {
  background-color: #ffffff40;
}

.s-pager {
  height: 40px;
  margin-bottom: -50px;
  display: none;
}

.footer {
  color: var(--white);
  background-color: #13151d;
  padding-top: 50px;
  padding-bottom: 0;
}

.last-ftr {
  color: #3b405a;
  text-align: center;
  background-color: #0d0f16;
  margin-top: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
}

.form-block {
  background-color: var(--white);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.label {
  font-size: 13px;
  font-weight: 400;
}

.input-2 {
  border: 1px solid #e6e6e6;
  transition: all .2s ease-in-out;
}

.input-2:hover {
  border-color: #b9b9b9;
}

.input-2:focus {
  box-shadow: 0 4px 8px -4px #00000080;
}

.text-area {
  border: 1px solid #e6e6e6;
  min-height: 150px;
  transition: all .2s ease-in-out;
}

.text-area:hover {
  border-color: #b9b9b9;
}

.text-area:focus {
  box-shadow: 0 4px 8px -4px #00000080;
}

.a-card {
  opacity: .7;
  border: 1px solid #0006;
  height: 40vh;
  padding: 10px 20px 20px;
  transition: all .2s ease-in-out;
  position: relative;
}

.a-card:hover {
  opacity: 1;
  background-color: #f6fdfd;
  border-color: #fff;
  transform: translate(0, -20px);
  box-shadow: 0 20px 20px -5px #0006;
}

.v-wrpr-2 {
  margin-top: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.ac-wrpr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ac-icon {
  width: 60px;
  height: 60px;
}

.brand {
  float: left;
  color: #fff;
  width: 100px;
  text-decoration: none;
}

.mn-first-bar {
  background-color: var(--color-1);
  padding-top: 19px;
  padding-bottom: 19px;
}

.mn-second-bar {
  background-color: var(--color-2);
  height: 40px;
}

.mn-botonera {
  float: right;
}

.drpr {
  float: left;
}

.btn-drpr-icon {
  margin-right: 10px;
}

.mn-mov-nav {
  float: right;
  display: none;
}

.mn-btnr-hdr {
  display: none;
}

.hero-in {
  z-index: 200;
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.hl-wpr {
  width: 60%;
}

.hl-wpr.center {
  z-index: 10;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cc-row {
  border-bottom: 1px solid var(--color-1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.tel-txt {
  margin-bottom: 10px;
  display: block;
}

.tel-txt.t-mov {
  display: none;
}

.cc-map {
  height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.map {
  height: 220px;
}

.map-link {
  z-index: 10;
  opacity: 0;
  background-color: #50bbadb3;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  inset: 0%;
}

.map-link:hover {
  opacity: 1;
}

.ftr-col {
  border-right: 1px solid #212535;
  width: 86%;
  padding-right: 20%;
}

.ftr-col.last {
  border-right-style: none;
}

.ftr-tt {
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 110%;
}

.ftr-c-body {
  margin-bottom: 20px;
}

.ftr-link-txt {
  color: #fff6;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.ftr-link-txt:hover {
  color: var(--white);
}

.ftr-link-txt.dark {
  color: var(--color-1);
}

.tel-blok {
  flex-flow: wrap;
  place-content: flex-start;
  font-weight: 600;
  display: flex;
}

.txt-tel {
  margin-bottom: 6px;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 140%;
}

.link-tel {
  color: var(--color-1);
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 140%;
  text-decoration: none;
  display: none;
}

.img-frame {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 30px 30px -15px #00000080;
}

.light-box-card {
  width: 25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox {
  display: block;
}

.alert-bg {
  background-image: linear-gradient(#1a1c27cc, #1a1c27cc), url('../images/gallia-terraza-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.alert-bg.cita-confirmada {
  background-image: linear-gradient(#1a1c27cc, #1a1c27cc), url('../images/portada-royal-gallia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.centered-wrpr {
  margin-top: auto;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.alert-card {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/white-texture.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  width: 600px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 26px 26px;
  box-shadow: 0 30px 30px -15px #0009;
}

.bg-card {
  background-image: url('../images/gallia-terraza-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-card {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.h1-tag {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 15px;
  font-family: Gelasio, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
}

.social-botonera {
  height: 30px;
}

.tb-link {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  border-radius: 15px;
  height: auto;
  padding: 0 14px;
  font-family: Lato, sans-serif;
  font-size: .8em;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.tb-link:hover {
  background-color: var(--color-2);
  color: var(--color-1);
}

.tb-link.directions {
  padding-left: 35px;
}

.icon-s {
  width: 30px;
  height: 30px;
}

.icon {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
}

.hero-tt {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--color-2);
  padding: 60px 40px;
  font-size: 4.5vw;
  font-weight: 200;
  line-height: 115%;
}

.alert-bar {
  background-color: var(--color-2);
  text-align: center;
  height: 0;
  font-family: Open Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.video-bg {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0;
}

.shade-mask {
  background-image: linear-gradient(#13151df2 12%, #656d974d);
  position: absolute;
  inset: 0%;
}

.hero-frame-top {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
  display: flex;
}

.hft-pleca {
  background-color: var(--color-2);
  flex: 1;
  height: 2px;
}

.ab-link {
  background-color: var(--white);
  color: #c99f07;
  border-radius: 4px;
  padding: 3px 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.hero-botonera {
  margin-top: -26px;
}

.pre-event-card {
  border: 4px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: center;
  width: 31.3333%;
  margin-top: -80px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 30px 30px -15px #00000080;
}

.pre-event-card:hover {
  filter: brightness(60%);
  transform: scale(.97);
  box-shadow: 0 30px 30px -25px #00000080;
}

.pre-event-card.bodas {
  background-image: url('../images/demo-card.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ab-txt {
  margin-top: 6px;
  margin-bottom: 6px;
}

.scroll-nav-bar {
  z-index: 100;
  background-color: #151720f2;
  min-height: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.pce-label {
  z-index: 1;
  background-color: var(--color-2);
  background-image: linear-gradient(to bottom, var(--color-2-light), var(--color-3));
  color: var(--color-1);
  border-radius: 20px;
  width: auto;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 19px 0;
  font-size: .8em;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.pce-body {
  background-image: url('../images/bodas-gallia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  margin-top: -23px;
  position: relative;
  overflow: hidden;
}

.pce-body.xv-years {
  background-image: url('../images/xv-gallia.jpg');
}

.pce-body.graduaciones {
  background-image: url('../images/graduaciones-gallia.jpg');
}

.h2-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 40px;
}

.gradiente {
  background-image: linear-gradient(to top, #1a1c27f2 23%, #1a1c2766 80%, #1a1c2700);
  position: absolute;
  inset: 0%;
}

.btw-nav {
  color: var(--color-2);
  height: 80px;
}

.pce-titular {
  z-index: 20;
  color: var(--white);
  padding: 220px 10% 40px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.pce-tt {
  font-family: Gelasio, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 150%;
}

.pce-brief {
  font-family: Open Sans, sans-serif;
  font-size: .9em;
}

.salon-card {
  background-color: var(--white);
  border-radius: 6px;
  width: 31.3333%;
  min-height: 200px;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.sc-hdr {
  position: relative;
}

.sc-body {
  color: var(--color-1-light);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding: 30px 30px 20px;
}

.sub-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 700;
  line-height: 30px;
}

.capacidad-label {
  z-index: 40;
  background-image: linear-gradient(to right, #f7d24a66, var(--color-3));
  color: var(--color-1);
  text-align: right;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  inset: auto 0% 0% auto;
}

.capacidad-label.first {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 10%;
  display: block;
}

.capacidad-label.second {
  flex: 0 auto;
  padding-left: 30%;
}

.capacidad-label.third {
  flex: 0 auto;
  padding-left: 55%;
}

.capacidad-bar {
  background-color: #a4b0ee75;
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.cap-bar {
  background-color: var(--color-3);
  width: 80%;
  height: 6px;
}

.cap-bar.small {
  width: 30%;
}

.cap-bar.medium {
  width: 50%;
}

.capacidad-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.capacidad-flex.first {
  justify-content: flex-start;
  position: absolute;
  inset: auto 0% 0%;
}

.capacidad-flex.second {
  justify-content: center;
}

.capacidad-flex.thrid {
  justify-content: flex-end;
}

.cl-txt {
  float: left;
  letter-spacing: -.5px;
  padding-right: 6px;
}

.salon-label {
  text-transform: uppercase;
  font-size: .9em;
}

.pce-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.amenitie-card {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #efecec;
  border-radius: 8px;
  width: 23%;
  min-height: 100px;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 20px 30px;
  transition: all .2s ease-in-out;
}

.amenitie-card:hover {
  filter: brightness(90%);
  transform: scale(1.05);
  box-shadow: 0 20px 20px -10px #0000004d;
}

.service-icon {
  border-radius: 6px;
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.servicios-tt {
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 140%;
}

.help-service {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.serv-divider {
  background-color: var(--color-2);
  width: 100px;
  height: 2px;
  margin: 20px auto;
}

.serv-icon {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.more-bar {
  text-align: center;
  margin-top: 60px;
  padding: 14px 20%;
  font-size: 1.2em;
}

.more-bar.light {
  color: var(--white);
}

.exp-gallia {
  background-color: var(--color-3);
  color: var(--black);
  border-radius: 4px;
  margin-left: 15px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.exp {
  margin-bottom: 20px;
}

.subtitulo {
  line-height: 160%;
}

.sc-txt {
  font-family: Open Sans, sans-serif;
  line-height: 160%;
}

.testimonios-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.quote-slide {
  width: 33.3333%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  bottom: -40px;
}

.quote-card {
  padding-left: 30px;
  padding-right: 30px;
}

.author-quote {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
}

.quote-arrow {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--gris-2) transparent transparent;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.quoye-event {
  color: #8a92bb;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
}

.salon-lb {
  background-color: var(--shade);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.salon-lb:hover {
  background-color: #434a70cc;
}

.zero-img {
  display: none;
}

.cap-full {
  flex: 30%;
  height: 40px;
}

.cap-full.second {
  flex: 0 40%;
}

.cl-flex {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-color-1 {
  color: var(--color-1);
}

.txt-link {
  color: var(--color-2);
  font-weight: 600;
  display: inline-block;
}

.hm-col-one {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.hm-col-one.white {
  background-color: var(--white);
  color: var(--color-1-light);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  padding-top: 61px;
  padding-bottom: 61px;
}

.big-text {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.hm-col-two {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hm-col-two.img-form-boda {
  background-color: var(--white);
  background-image: url('../images/bodas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-grid {
  background-color: var(--white);
  width: 50%;
  height: 50vh;
}

.menu-grid.uno {
  background-image: url('../images/menu-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-grid.dos {
  background-image: url('../images/menu-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-grid.tres {
  background-image: url('../images/menu-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-grid.cuatro {
  background-image: url('../images/menu-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-mrgn {
  margin-bottom: 10px;
}

.col-menu-wrpr {
  border: 1px solid var(--color-2);
  background-color: #fff;
  background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/white-texture.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  flex-flow: column wrap;
  padding: 50px 40px;
  display: flex;
  box-shadow: 0 40px 30px -10px #0e0c0333;
}

.fw-servicios-banner {
  background-color: var(--white);
  color: var(--color-1);
  text-align: center;
  width: 80%;
  min-height: 100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 30px 30px -15px #0000004d;
}

.fwsb-framer {
  border: 1px solid var(--color-2);
  padding: 45px 30px 20px;
}

.help-txt {
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
}

.help-txt.form {
  margin-bottom: 20px;
  font-size: .7em;
  font-style: italic;
  line-height: 140%;
}

.link-txt {
  color: var(--color-2);
  font-weight: 600;
}

.shadow-services {
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: inset 0 -1px 3px #000;
}

.div-tt {
  width: 160px;
  margin-bottom: 40px;
}

.add-col {
  flex: 0 auto;
  width: 50%;
}

.add-col.address-info {
  align-self: center;
  padding: 60px 50px;
}

.add-col.map-wrpr {
  position: relative;
  overflow: hidden;
}

.address-blk {
  font-style: normal;
}

.dres-txt {
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  line-height: 1.75em;
}

.txt-color-2, .get-there {
  color: var(--color-2);
}

.mapa {
  height: 360px;
}

.for-tt-tag {
  font-size: .7em;
}

.her-ftr {
  background-image: linear-gradient(#13151d1a, #13151dd9 70%, #13151d 90%), url('../images/hdr-ftr-1.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 280px;
}

.for-help-txt {
  color: #fff9;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.crew {
  color: #626a96;
}

.event-modal-nav {
  z-index: 600;
  display: none;
  position: fixed;
  inset: 0%;
}

.event-modal-nav.show {
  height: 100%;
  display: block;
  position: fixed;
}

.emn-shade {
  opacity: 0;
  background-color: #101219fa;
  position: absolute;
  inset: 0%;
}

.emn-navegador {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 50%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.emn-navegador.show {
  transform: none;
}

.emn-btn {
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  font-size: 3em;
  font-weight: 100;
  line-height: 160%;
  transition: opacity .2s ease-in-out;
}

.emn-btn:hover {
  color: #ffffff80;
}

.nav-nav {
  z-index: 500;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-in-image {
  width: 100%;
  height: 100%;
}

.hero-in-image.bodas {
  background-image: url('../images/bodas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.hero-in-image.graduacion {
  background-image: url('../images/hero-graduacion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-in-image.xv {
  background-image: url('../images/xv-gallia.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-in-leyends {
  z-index: 20;
  color: var(--white);
  text-align: center;
  margin-top: 2%;
  position: absolute;
}

.hero-in-shade {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--hero-shade-1), #31344780);
  position: absolute;
  inset: 0%;
}

.event-form-leyend {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.important {
  color: var(--color-3-light);
  font-weight: 700;
}

.menu-s-card {
  background-color: var(--gris-2);
  text-align: center;
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  border-top: 20px solid #b7baca;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.menu-s-rt {
  color: var(--white);
}

.menu-s-rt ul {
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
}

.menu-s-rt li {
  margin-bottom: 10px;
}

.mdc-title {
  border-bottom: 1px dashed var(--gris-6);
  color: var(--color-1);
  text-transform: none;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Gelasio, sans-serif;
  font-size: 2em;
  line-height: 160%;
}

.mdc-row {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.mdc-label {
  color: #31344799;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Gelasio, sans-serif;
  font-size: .8em;
}

.mdc-text {
  color: var(--color-1-dark);
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  line-height: 145%;
}

.st-nav {
  text-align: center;
}

.st-btn {
  color: var(--body-txt-light);
  background-color: #8e8e8e4d;
  border-radius: 20px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.st-btn.w--current {
  background-color: var(--color-2);
  background-image: linear-gradient(to bottom, var(--color-2-light), var(--color-2));
  color: var(--black);
}

.mdc-divider {
  background-color: var(--color-2);
  width: 40px;
  height: 2px;
  margin: 10px auto 20px;
}

.info-card {
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.ic-hdr {
  position: relative;
}

.ic-body {
  color: var(--color-1-light);
  text-align: center;
  padding: 20px 30px 10px;
}

.service-price {
  background-color: var(--color-2);
  color: var(--color-1);
  border-radius: 4px 0 0 4px;
  margin-top: 30px;
  padding: 4px 16px 4px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.event-form {
  text-align: left;
}

.event-form-card {
  background-color: var(--white);
  border-radius: 6px;
  margin-top: -20px;
  padding: 30px 40px;
  box-shadow: 0 30px 30px -15px #0000004d;
}

.form-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.personal-data {
  border-left: 1px dashed var(--gris-4);
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.event-data {
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.event-form-flex {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.botonera-form {
  width: 100%;
  margin-top: 40px;
}

.form-flex {
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.radio {
  color: var(--color-1);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.radio.paquete {
  background-color: var(--color-2);
  color: var(--color-1);
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 1.2em;
}

.ff-col {
  flex: 1;
  margin-left: 1%;
  margin-right: 1%;
}

.ff-col.fullw {
  flex: 0 auto;
  width: 100%;
}

.checkers {
  justify-content: space-around;
  height: 40px;
  display: flex;
}

.bigger {
  margin-bottom: 4px;
  font-size: 1.1em;
}

.sub-label {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  position: static;
}

.fw-col {
  width: 100%;
}

.fw-col.cta-eventos {
  min-height: 100px;
}

.alert-hdr {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.logo-callia {
  background-color: var(--black);
  width: 300px;
  padding: 20px 30px;
}

.calendar-ftr {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.main-nav-shade {
  z-index: 0;
  background-image: linear-gradient(#1a1c27cc, #1a1c27cc);
  position: absolute;
  inset: 0%;
}

.tag-title {
  margin-bottom: 20px;
}

.eventos-gallia-hdr-card {
  background-color: var(--color-1);
  color: var(--color-2);
  padding-top: 200px;
  padding-bottom: 40px;
}

.evc-titular {
  text-align: center;
}

.tag-element {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.event-tag {
  background-color: var(--color-2);
  color: var(--color-1);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  line-height: 40px;
  display: inline-block;
}

.eventos-varios-flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.event-link-card {
  background-color: var(--gris-6);
  color: var(--white);
  width: 23%;
  min-height: 100px;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  text-decoration: none;
  position: relative;
}

.event-link-card.terraza {
  background-image: linear-gradient(#00000080, #00000080), url('../images/gallia-terraza-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-link-card.bodas {
  background-image: linear-gradient(#00000080, #00000080), url('../images/boda-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-link-card.quinces {
  background-image: linear-gradient(#00000080, #00000080), url('../images/xv-gallia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-link-card.graduacion {
  background-image: linear-gradient(#00000080, #00000080), url('../images/graduaciones-gallia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event-link-card.year {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-year.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-link-card.corporate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/negocios.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-link-card.evento-s {
  background-image: linear-gradient(#00000080, #00000080), url('../images/evento-social.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.evl-frame {
  border: 1px solid var(--color-2);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8em;
  line-height: 1.2em;
  display: flex;
}

.asterisco {
  color: var(--alert);
}

.alert-txt {
  color: var(--alert);
  text-transform: none;
  width: 40%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: .9em;
  font-style: italic;
  line-height: 130%;
}

.pre-blog-card {
  background-color: var(--white);
  margin-bottom: 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}

.pre-blog-card:hover {
  filter: brightness(80%);
  transform: scale(.98);
}

.pbc-image {
  border-bottom: 4px solid var(--gris-3);
}

.pbc-body {
  color: #4a4e5f;
  background-image: url('../images/white-texture.png');
  background-position: 50%;
  background-size: 400px;
  padding: 30px 60px 50px;
}

.pbc-frame {
  border: 2px solid var(--color-2);
  margin: 30px;
  display: block;
  position: absolute;
  inset: 0%;
}

.pbc-title {
  color: var(--color-1);
  font-size: 1.7em;
}

.pbc-label {
  background-color: var(--color-2);
  color: var(--color-1);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg-blog {
  background-image: linear-gradient(1deg, var(--color-1) 24%, #1a1c27bd 58%, #1a1c2700), url('../images/portada-prime.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-flex-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2%;
  display: flex;
}

.bfg-col {
  width: 48%;
  min-height: 50px;
  margin-left: 1%;
  margin-right: 1%;
}

.blog-side-col {
  background-color: var(--white);
  color: var(--color-1);
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  margin-top: -60px;
  padding: 30px;
  position: sticky;
  top: 150px;
  box-shadow: 0 30px 30px -15px #0000004d;
}

.blog-side-col.on-blog {
  margin-top: 0;
}

.bsc-title {
  text-align: center;
  font-size: 1.5em;
}

.bsc-btn {
  border: 1px solid var(--color-1-light);
  background-color: var(--white);
  color: var(--color-1-light);
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
  display: block;
}

.bsc-btn:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.blog-flex-layout {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.main-flex-col {
  width: 75%;
}

.side-blog-col {
  flex: 1;
  position: relative;
}

.telefonos-card {
  border-top: 1px solid var(--color-1-light);
  margin-top: 20px;
  padding-top: 15px;
}

.blog-hero {
  border-bottom: 8px solid var(--color-2);
  color: var(--color-2);
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/boda-img.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: 560px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.blog-hero.como {
  border-bottom: 6px solid var(--color-2);
  background-image: linear-gradient(#00000080, #00000080), url('../images/como-hago-mi-lista-hdr.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 580px;
}

.blog-hero.boda-catolica {
  background-image: linear-gradient(#00000080, #00000080), url('../images/parroquia-san-francisco.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blog-hero.civl {
  background-image: linear-gradient(#00000080, #00000080), url('../images/boda-civil-hdr.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blog-hero.simbolica {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ideas-boda-simbolica-hdr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 60px;
}

.blg-hero-wrpr {
  text-align: left;
  min-width: 50%;
  max-width: 40%;
  margin-left: 10%;
}

.post-blog-body {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 80px;
}

.blog-rt {
  min-width: 90%;
  max-width: 80%;
  font-family: Open Sans, sans-serif;
  display: block;
}

.blog-rt h3 {
  border-left: 8px solid var(--color-1);
  margin-bottom: 40px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  line-height: 1.7em;
}

.blog-rt p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8em;
}

.blog-rt figcaption {
  font-size: .8em;
  font-style: italic;
}

.blog-rt a {
  color: var(--color-2);
  font-style: italic;
  font-weight: 600;
}

.more-content {
  border-top: 1px dashed var(--color-1-light);
  min-width: 90%;
  max-width: 80%;
  margin-top: 20px;
  padding-top: 20px;
}

.column {
  position: relative;
}

.hero-small {
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/white-texture.png');
  background-position: 0 0;
  background-size: 400px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-small-wrpr {
  min-width: 60%;
  max-width: 70%;
}

.bloque-menu {
  border-bottom: 1px dashed #ffffff80;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.tag-card {
  border-bottom: 1px dotted var(--gris-6);
  margin-top: 120px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.blog-tag {
  border: 4px solid var(--gris);
  background-color: var(--gris-3);
  color: var(--body-txt-light);
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8em;
  line-height: 30px;
  transition: all .2s;
  display: inline-block;
}

.blog-tag:hover {
  background-color: #fefbe2;
  border-color: #f3ecbb;
}

.blog-title {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.p-bfg {
  line-height: 1.8em;
}

.oh-botonera {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.form-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agendar-cita {
  background-color: #fff;
  padding: 2rem;
}

html.w-mod-js [data-ix="slide-pro-first"] {
  opacity: .2;
  transform: scale(.95);
}

html.w-mod-js [data-ix="appear-banner"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 2.5em;
    line-height: 1.125em;
  }

  h3 {
    font-size: 1.7em;
    line-height: 1.25em;
  }

  blockquote {
    font-size: 1em;
  }

  .wrpr {
    max-width: 90%;
  }

  .blok.home-menu {
    align-items: center;
    height: auto;
    min-height: 0;
  }

  .flex-col-3 {
    width: 50%;
  }

  .hero {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .hero-sub-tt {
    font-size: 1.2em;
  }

  .mn-btn {
    color: var(--color-1);
    text-transform: uppercase;
    background-color: #0000;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 50px;
    display: block;
  }

  .p-top {
    background-color: var(--color-1);
  }

  .ms-input {
    width: 80%;
    font-size: 24px;
  }

  .mn-close {
    float: right;
    border: 1px #000;
  }

  .sw-tt {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
  }

  .acc-hdr {
    color: var(--color-1);
    height: 50px;
    margin-bottom: 0;
  }

  .brgr-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    display: none;
  }

  .accordion-trgr {
    margin-top: 14px;
  }

  .gallia {
    width: 160px;
  }

  .rl-drp-li.w--open {
    top: 0;
    transform: translate(45%);
  }

  .mn-content {
    margin-top: 25px;
  }

  .mn-wrpr-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rl-pointer-top {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
  }

  .p-center {
    background-color: var(--color-1);
  }

  .ms-btn {
    width: 20%;
  }

  .modal-shade {
    z-index: 900;
    background-color: #052924e6;
  }

  .btn-nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8em;
  }

  .mn-hdr {
    top: 0;
    left: 0;
    right: 0;
  }

  .mainnav-flex {
    display: block;
  }

  .modal-nav {
    z-index: 1000;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    transform: translate(100%);
  }

  .modal-nav.show {
    opacity: 1;
    display: block;
    transform: none;
  }

  .accordion.mn-drpr {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .p-bottom {
    background-color: var(--color-1);
  }

  .product-card {
    padding: 10px;
  }

  .product-card.flexer {
    width: 31.3333%;
  }

  .pc-preciador {
    font-size: 1em;
  }

  .pc-body {
    min-height: auto;
  }

  .pc-body.re-height {
    min-height: 480px;
  }

  .add-to-cart {
    width: 100%;
    margin-bottom: 10px;
  }

  .se-more {
    width: 100%;
  }

  .pc-botonera {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .pc-name {
    font-size: 130%;
  }

  .pc-pro-name {
    font-size: 1em;
  }

  .titular.center.shorter {
    min-width: 70%;
    max-width: 80%;
  }

  .real-estate-card {
    width: 31.3333%;
    margin-bottom: 30px;
  }

  .itc-text {
    width: 100%;
  }

  .slider-show-next {
    height: 360px;
  }

  .arrow-left, .arrow-right {
    width: 40px;
    height: 50px;
    font-size: 30px;
  }

  .hl-wpr {
    width: 65%;
  }

  .hl-wpr.center {
    width: 70%;
  }

  .light-box-card {
    width: 33.3333%;
  }

  .alert-card, .form-card {
    width: 80%;
  }

  .icon {
    width: 35px;
  }

  .pce-label {
    font-size: .7em;
  }

  .pce-titular {
    padding-top: 180px;
  }

  .sub-title {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .capacidad-label {
    font-size: .8em;
    line-height: 35px;
  }

  .salon-label {
    font-size: .8em;
  }

  .amenitie-card {
    width: 33.3333%;
  }

  .service-icon {
    border-radius: 50px;
    width: 100px;
  }

  .servicios-tt {
    font-size: 1.2em;
  }

  .help-service {
    font-size: .9em;
  }

  .exp-gallia {
    margin-left: 10px;
  }

  .sc-txt {
    font-size: .9em;
  }

  .quote-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-quote {
    font-size: 1em;
  }

  .hm-col-one {
    background-color: var(--white);
    background-image: linear-gradient(#fff5f580, #fff5f580), url('../images/white-texture.png');
    background-position: 0 0, 0 0;
    background-size: auto, 400px;
    width: 100%;
    padding: 0;
  }

  .big-text {
    font-size: 1.2em;
  }

  .hm-col-two {
    width: 100%;
  }

  .menu-grid {
    height: 300px;
  }

  .col-menu-wrpr {
    box-shadow: none;
    background-color: #fdfaef;
    background-image: none;
    background-position: 0 0;
    border-style: none;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .mapa {
    height: 420px;
  }

  .event-form-card {
    padding: 25px 30px;
  }

  .event-data {
    padding-right: 20px;
  }

  .event-link-card {
    width: 31.3333%;
  }

  .event-link-card.corporate {
    padding: 30px;
  }

  .evl-frame {
    font-size: 1.4em;
  }

  .main-flex-col {
    width: 100%;
  }

  .blog-hero.como {
    justify-content: center;
  }

  .blg-hero-wrpr {
    min-width: 80%;
    max-width: 76%;
    margin-left: 0%;
  }

  .blog-title {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }

  h2 {
    font-size: 2.4em;
    line-height: 1.538em;
  }

  h3 {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  h4 {
    line-height: 1.3em;
  }

  h5 {
    font-size: .8em;
    line-height: 1.3em;
  }

  h6 {
    font-size: .7em;
  }

  p {
    font-size: .9em;
  }

  .wrpr {
    max-width: 90%;
  }

  .wrpr.on-hero-in {
    text-align: center;
  }

  .blok.afther-hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .blok.event-form {
    padding-top: 100px;
  }

  .blok.adicionales {
    padding-bottom: 40px;
  }

  .botonera.a-center, .botonera.hero-align {
    text-align: center;
  }

  .btn {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: .8em;
    line-height: 48px;
  }

  .hero {
    height: 600px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .hero-sub-tt {
    font-size: 1em;
  }

  .mn-btn {
    text-align: right;
    background-color: #0000;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 25px;
    line-height: 50px;
    display: block;
  }

  .mn-btn.special {
    background-color: var(--color-2-light);
    font-weight: 700;
  }

  .p-top {
    background-color: var(--color-2);
  }

  .p-top.white {
    background-color: #fff;
  }

  .ms-input {
    height: 60px;
    font-size: 20px;
  }

  .mn-close {
    float: none;
    background-image: url('../images/icons-sprite.svg');
    background-position: -40px 0;
    background-size: 160px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .sw-tt {
    font-size: 16px;
    font-weight: 400;
  }

  .acc-hdr {
    color: #41b3af;
    text-transform: none;
    height: 50px;
    margin-bottom: 0;
    padding-left: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
  }

  .brgr-icon {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .accordion-trgr {
    margin-top: 15px;
  }

  .gallia {
    width: 180px;
  }

  .logo-txt.dark {
    color: var(--color-1);
  }

  .mn-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .mn-wrpr-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-main-bar {
    justify-content: space-between;
  }

  .p-center {
    background-color: var(--color-2);
  }

  .p-center.white {
    background-color: #fff;
  }

  .ms-btn {
    background-size: 40px;
    height: 60px;
  }

  .modal-shade {
    z-index: 500;
    background-color: #1a1c27e6;
  }

  .acc-content {
    padding-left: 15px;
  }

  .mn-hdr {
    flex-direction: row;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .mainnav-flex {
    display: none;
  }

  .modal-nav {
    z-index: 1000;
    background-color: var(--white);
    background-image: url('../images/white-texture.png');
    background-position: 0 0;
    background-size: 400px;
    width: 100%;
    padding-top: 10px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate(100%);
  }

  .modal-nav.show {
    padding-bottom: 80px;
  }

  .accordion.mn-drpr {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .p-bottom {
    background-color: var(--color-2);
  }

  .p-bottom.white {
    background-color: #fff;
  }

  .promo {
    margin-bottom: 20px;
  }

  .pc-img {
    height: auto;
  }

  .product-card {
    margin-bottom: 80px;
  }

  .product-card.flexer {
    width: 48%;
  }

  .pc-body {
    min-height: 240px;
  }

  .pc-body.re-height {
    min-height: 380px;
  }

  .flex-grid {
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-grid.first-cards {
    flex-direction: column;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .real-estate-card {
    width: 48%;
  }

  .sw-tt-2 {
    font-size: 16px;
    font-weight: 400;
  }

  .flex-blok {
    flex-flow: wrap;
  }

  .half-w-col {
    float: none;
    width: 100%;
  }

  .half-w-col.fvw {
    height: 300px;
  }

  .half-w-col.fvw.info-side {
    height: auto;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .hwc-wrpr {
    width: 100%;
    padding: 60px 40px;
  }

  .hwc-bg-card {
    height: 300px;
  }

  .slider-show-next {
    height: 270px;
  }

  .a-card {
    margin-bottom: 40px;
  }

  .mn-botonera {
    z-index: 1000;
    background-color: #fff;
    flex-flow: column wrap;
    align-items: stretch;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 0%;
    transform: translate(100%);
  }

  .drpr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .mn-mov-nav {
    display: block;
  }

  .mn-btnr-body {
    flex-direction: column;
    display: flex;
  }

  .mn-btnr-hdr {
    margin-bottom: 10px;
    display: block;
  }

  .hl-wpr {
    text-align: center;
    width: 100%;
  }

  .txt-tel {
    display: none;
  }

  .link-tel {
    display: block;
  }

  .light-box-card {
    width: 50%;
  }

  .h1-tag {
    letter-spacing: 0;
  }

  .pre-event-card {
    width: 100%;
    margin: 0 0% 60px;
  }

  .pce-titular {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pce-tt {
    font-size: 1.5em;
  }

  .salon-card {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .amenitie-card {
    width: 50%;
  }

  .more-bar {
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-slide {
    width: 50%;
  }

  .menu-grid {
    height: 260px;
  }

  .fwsb-framer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .help-txt.form {
    font-size: .8em;
  }

  .add-col {
    width: 100%;
  }

  .mapa {
    height: 260px;
  }

  .info-card {
    margin-bottom: 40px;
  }

  .event-form-card {
    padding-top: 20px;
  }

  .personal-data {
    border-top: 1px solid var(--gris-4);
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .event-data {
    width: 100%;
    padding-right: 0;
  }

  .event-link-card {
    width: 48%;
    padding: 30px;
  }

  .alert-txt {
    width: 100%;
  }

  .pbc-body {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pbc-frame {
    margin-left: 21px;
    margin-right: 21px;
    display: block;
  }

  .pbc-title {
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .blog-rt h3 {
    font-size: 1.5em;
    line-height: 1.6em;
  }

  .blog-title {
    font-size: 2.8em;
  }

  .form-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.7em;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.4em;
  }

  .wrpr.d-flex {
    justify-content: space-between;
  }

  .blok.adicionales {
    padding-bottom: 40px;
  }

  .blok.adicionales.eventos-varios {
    padding-bottom: 20px;
  }

  .botonera {
    margin-left: 0%;
    margin-right: 0%;
  }

  .btn-txt {
    display: none;
  }

  .btn.large {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1em;
  }

  .btn.fwnm {
    display: block;
  }

  .btn.fw-mov {
    flex: 0 0 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-col-3 {
    width: 100%;
  }

  .hero {
    height: 560px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .v-wrpr {
    margin-top: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .hero-sub-tt {
    font-size: .9em;
  }

  .ms-input {
    border: 1px solid #6b5d52;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    line-height: 60px;
  }

  .mn-close {
    border-style: none;
  }

  .search-btn {
    margin-left: 0;
    margin-right: 2px;
  }

  .brgr-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .gallia {
    width: 160px;
  }

  .fw-tb-c-wrpr {
    order: 0;
  }

  .rl-drp-li.w--open {
    width: 280px;
    top: 0;
    right: 0;
    transform: translate(18%);
  }

  .flex-main-bar {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl-pointer-top {
    margin-right: 54px;
    top: 0;
    left: auto;
    right: 0;
  }

  .btn-cart {
    margin-left: 4px;
    margin-right: 4px;
  }

  .ms-btn {
    width: 100%;
    margin-top: 9px;
  }

  .modal-nav {
    background-color: var(--white);
  }

  .filter-drpr {
    float: left;
    border-left: 1px #000;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    line-height: 50px;
  }

  .wrpr-fdrpr {
    border-bottom: 1px #a99d94;
    flex-wrap: wrap;
    flex: 1;
    width: 220px;
    margin-bottom: 0;
    line-height: 30px;
    display: block;
  }

  .text-block {
    line-height: 50px;
  }

  .tb-search-btn {
    float: right;
    width: 50px;
    height: 50px;
  }

  .fdrpd-tagtxt {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 50px;
    display: none;
  }

  .fdrpr-icon {
    margin-right: 5px;
  }

  .btn-filter-drpr {
    border-right-color: var(--color-1);
    border-left-style: none;
    height: 50px;
    padding: 0 30px 0 10px;
    font-size: 13px;
    line-height: 55px;
  }

  .btn-filter-drpr.w--open {
    line-height: 55px;
  }

  .product-card {
    margin-bottom: 60px;
  }

  .product-card.flexer {
    margin-bottom: 30px;
  }

  .pc-preciador {
    font-size: .8em;
  }

  .pc-body {
    min-height: 220px;
    padding: 15px 8px 0;
  }

  .pc-body.re-height {
    min-height: auto;
    padding-bottom: 50px;
  }

  .add-to-cart, .se-more {
    width: 100%;
    font-size: .7em;
    line-height: 30px;
  }

  .pc-label-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .6em;
  }

  .flex-grid.first-cards {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pc-pro-name {
    font-size: .8em;
  }

  .pc-tag-brief {
    font-size: .5em;
  }

  .heading {
    font-size: 1.6em;
  }

  .titular.center.shorter {
    min-width: 90%;
    max-width: 90%;
  }

  .subtitular {
    font-size: 1em;
    line-height: 160%;
  }

  .real-estate-card {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .half-w-col {
    width: 100%;
  }

  .half-w-col.fvw {
    height: 200px;
  }

  .btn-2 {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .secundary-txt {
    font-size: 1.1em;
  }

  .icon-txt-card {
    text-align: center;
    padding-left: 0;
  }

  .pre-icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .slider-show-next {
    height: 150px;
  }

  .footer {
    padding-top: 40px;
  }

  .last-ftr {
    margin-top: 10px;
  }

  .form-block {
    padding: 20px;
  }

  .hl-wpr.center {
    width: 85%;
  }

  .ftr-col {
    border-right-style: none;
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .alert-card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-tag {
    letter-spacing: 1px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .9em;
  }

  .hero-tt {
    padding-top: 30px;
    padding-bottom: 45px;
    font-size: 7vw;
  }

  .alert-bar.show {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .pre-event-card {
    margin-left: 0%;
    margin-right: 0%;
  }

  .scroll-nav-bar.show {
    height: 40px;
  }

  .pce-tt {
    font-size: 1.3em;
    line-height: 140%;
  }

  .amenitie-card {
    width: 48%;
    margin-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .servicios-tt {
    font-size: .9em;
    line-height: 135%;
  }

  .help-service {
    font-size: .8em;
    line-height: 139%;
  }

  .serv-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .subtitulo {
    font-size: 1em;
    line-height: 150%;
  }

  .quote-slide {
    width: 100%;
  }

  .big-text {
    font-size: 1em;
  }

  .menu-grid {
    width: 50%;
    height: 160px;
  }

  .fw-servicios-banner {
    width: 90%;
  }

  .fwsb-framer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .emn-navegador {
    min-width: 70%;
  }

  .emn-btn {
    font-size: 1.8em;
  }

  .event-form-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-flex {
    justify-content: space-between;
  }

  .radio.paquete {
    margin-right: 10px;
  }

  .ff-col {
    flex: 0 auto;
  }

  .logo-callia {
    width: 200px;
  }

  .event-link-card {
    width: 98%;
  }

  .alert-txt {
    font-size: .8em;
  }

  .div-block-3 {
    flex: 1;
  }

  .div-block-4 {
    order: -1;
  }

  .bfg-col {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-rt {
    min-width: 100%;
    max-width: 100%;
  }

  .blog-rt h3 {
    border-left-width: 4px;
    padding-left: 20px;
    font-size: 1.2em;
  }

  .blog-rt p {
    font-size: 1em;
  }

  .tag-card {
    margin-top: 40px;
  }

  .blog-tag {
    font-size: .7em;
  }

  .blog-title {
    font-size: 2.2em;
  }
}


