body {
  background-color: #744174;
  background-image: url('../images/gymind-white.svg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  color: #3f3d3d;
  font-size: 16px;
  font-weight: 400;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75em;
  line-height: 1.375em;
  font-weight: 400;
}

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

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

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

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

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

form {
  font-family: Lato, sans-serif;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px;
  border-left: 1px none #000;
  font-family: Lato, sans-serif;
  color: #2facaa;
  font-size: 1.2em;
  line-height: 1.7em;
  font-style: italic;
}

.wrpr {
  display: block;
  max-width: 87%;
  min-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrpr.d-flex.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.d-flex.a-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.blok {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fff;
}

.blok.bg-color-1 {
  background-color: #744174;
  color: #fff;
}

.blok.bg-color-1.como {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #744174;
  background-image: url('../images/como-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blok.gris {
  background-color: #fafafa;
}

.blok.dark-gris {
  background-color: #ebebeb;
}

.blok.intro {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blok.testimoniales {
  padding-bottom: 80px;
  background-image: url('../images/groovepaper.png');
  background-position: 0px 0px;
  background-size: 250px 250px;
  color: #744174;
}

.blok.eventos {
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.blok.call-to-bnnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2facaa;
  background-image: url('../images/call-to-bg-g.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.blok.talleres-brief {
  padding-bottom: 80px;
}

.blok.thnx {
  height: 400px;
}

.icon-btn {
  width: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px 8px 10px 20px;
  background-color: #744174;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 1em;
  line-height: 30px;
  text-decoration: none;
}

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

.icon-btn.big {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-size: 1.2em;
  line-height: 40px;
}

.icon-btn.small {
  padding: 5px 6px 5px 14px;
  font-size: 0.8em;
}

.botonera {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.botonera.on-hero {
  margin-top: 30px;
  margin-bottom: 0px;
}

.botonera.more-m {
  margin-top: 35px;
}

.botonera.a-right {
  position: static;
  text-align: right;
}

.btn-txt {
  margin-right: 10px;
  float: left;
}

.btn-icon {
  width: 30px;
  height: 30px;
  margin-top: -1px;
  float: right;
}

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

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

.color-3 {
  width: 33.3333%;
  background-color: #fc2a5c;
}

.color-3.l-shade {
  background-color: #fa4c76;
}

.color-3.d-shade {
  background-color: #e91c4d;
}

.ok-color {
  width: 50%;
  background-color: #50bb85;
}

.ok-color.ok-hover {
  background-color: #2cb06d;
}

.body-txt {
  width: 33.3333%;
  background-color: #3f3d3d;
}

.body-txt.d-shade {
  background-color: #262323;
}

.body-txt.l-shade {
  background-color: #8e8e8e;
}

.color-2 {
  width: 33.3333%;
  background-color: #2facaa;
}

.color-2.d-shade {
  background-color: #1d8f8d;
}

.color-2.l-shade {
  background-color: #44c5c3;
}

.cancel-color {
  width: 50%;
  background-color: #eb0c36;
}

.cancel-color.cancel-hover {
  background-color: #d70a30;
}

.color-1 {
  width: 33.3333%;
  background-color: #744174;
}

.color-1.l-shade {
  background-color: #a15aa1;
}

.color-1.d-shade {
  background-color: #552955;
}

.grises {
  width: 33.3333%;
  background-color: #fafafa;
}

.grises.gris-5 {
  background-color: #dedede;
}

.grises.gris-2 {
  background-color: #f2f2f2;
}

.grises.gris-6 {
  background-color: #d2d2d2;
}

.grises.gris-4 {
  background-color: #e6e6e6;
}

.grises.gris-3 {
  background-color: #ebebeb;
}

.btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #744174;
  background-color: #744174;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1em;
  text-align: center;
}

.btn:hover {
  border-color: #552955;
  background-color: #552955;
}

.btn.small {
  padding: 8px 16px;
  font-size: 0.8em;
}

.btn.large {
  padding: 12px 24px;
  font-size: 1.2em;
}

.btn.brdr {
  border: 1px solid #744174;
  background-color: transparent;
  color: #744174;
}

.btn.brdr:hover {
  border-color: #552955;
  background-color: #552955;
  color: #fff;
}

.btn.brdr.white {
  border-color: #fff;
  color: #fff;
}

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

.btn.inverse {
  border-color: #2facaa;
  background-color: #2facaa;
}

.btn.inverse:hover {
  border-color: #1d8f8d;
  background-color: #1d8f8d;
}

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

.btn.inverse.brdr:hover {
  background-color: #fff;
  color: #2facaa;
}

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

.icon-btn-social {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #2facaa;
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0px 0px;
  background-size: 90px 60px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.icon-btn-social:hover {
  border-color: #1d8f8d;
  background-color: #1d8f8d;
}

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

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

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

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

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

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

.hero {
  position: relative;
  height: 840px;
  margin-top: 80px;
  background-color: #fafafa;
  color: #fff;
  text-align: center;
}

.v-wrpr {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 1;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.fw-topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: transparent;
}

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

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

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

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

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

.modal-search {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -30%);
  -ms-transform: translate(0px, -30%);
  transform: translate(0px, -30%);
}

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

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

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

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

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

.main-search {
  position: relative;
}

.btnnavdrpr {
  margin-right: 0px;
}

.gymind {
  width: 12.5%;
  color: #41b3af;
  text-decoration: none;
}

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

.dropdown-list-2.w--open {
  box-shadow: 0 0 6px 0 #8e8e8e;
}

.second-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #744174;
  color: #000;
}

.input {
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d2d2d2;
  background-color: #fafafa;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.input:hover {
  border-bottom-color: #f2f2f2;
  background-color: #f2f2f2;
}

.input.text-area {
  min-height: 150px;
}

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

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

.logo-txt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.flex-main-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.rl-pointer-top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-right: 5px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2facaa;
  border-left: 10px solid transparent;
}

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

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

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

.drpr-btn {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #744174;
}

.drpr-btn:hover {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

.modal-shade {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

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

.btn-nav-drpr {
  float: left;
}

.btn-nav {
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 10px;
  float: left;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2facaa;
  font-size: 0.8em;
  line-height: 40px;
  text-transform: uppercase;
}

.btn-nav:hover {
  background-color: #fff;
  color: #744174;
}

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

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

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

.mainnav-flex {
  position: relative;
  margin-bottom: -2px;
}

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

.navegacion {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

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

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

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

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

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

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

.tb-search-btn:hover {
  background-color: #552955;
}

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

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

.dropdown-list.w--open {
  border-style: solid;
  border-color: #744174;
  background-color: #744174;
  font-family: Montserrat, sans-serif;
}

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

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

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

.options-hdr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #744174;
  color: #744174;
}

.r-wrpr {
  float: right;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

.product-card {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.product-card:hover {
  border-style: solid;
  border-color: #ebebeb;
  background-color: #fff;
}

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

.pc-preciador {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #744174;
  font-size: 1.2em;
  line-height: 1.375em;
}

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

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

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

.add-to-cart:hover {
  border-color: #6b5d52;
  background-color: #1d8f8d;
}

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

.se-more:hover {
  background-color: #552955;
}

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

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

.pc-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  border-top: 1px solid #fc2a5c;
  text-align: center;
}

.pc-label.venta {
  border-top-color: #744174;
}

.img-product {
  width: 100%;
}

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

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

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

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

.pc-label-tag.venta {
  border-color: #744174;
  background-color: #744174;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

.drpr-filtro {
  display: block;
  border: 1px solid #ebebeb;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #8e8e8e;
}

.drpr-filtro:hover {
  border-color: #744174;
  color: #744174;
}

.drpr-filtro.w--open {
  border-color: #744174;
  border-bottom-style: none;
}

.drpr-link {
  border-top: 1px solid #f1f1f1;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #8e8e8e;
  line-height: 30px;
}

.drpr-link:hover {
  background-color: #fafafa;
  color: #744174;
}

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

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

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

.titular.on-paper {
  margin-bottom: 30px;
  padding-right: 180px;
}

.subtitular {
  color: #2facaa;
}

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

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

.amenities-icons {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

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

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

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

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

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

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

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

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

.titular-remate {
  width: 100%;
  height: 2px;
  margin-top: 25px;
  background-color: #f2f2f2;
}

.inside-rt {
  width: 50%;
  height: 2px;
  background-color: #744174;
}

.hover-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(80, 187, 173, 0.7);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

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

.sh-icon {
  width: 15%;
}

.videobg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
}

.hero-m-container {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.tb-shade {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 80px;
  background-color: #fff;
}

.hero-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.sb-social-wrpr {
  display: none;
}

.sc-brgr-wrpr {
  display: none;
}

.flex-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff6ff;
  color: #744174;
}

.half-w-col {
  position: relative;
  display: inline-block;
  width: 50%;
}

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

.secundary-txt {
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.365em;
}

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

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

.btn-2:hover {
  border-color: #2facaa;
  background-color: #2facaa;
  color: #744174;
}

.hwc-bg-card {
  height: 80vh;
  background-image: url('../images/que-es-img.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-botonera {
  margin-left: 40px;
}

.divider {
  width: 80px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #744174;
}

.divider.contrast {
  background-color: #2facaa;
}

.divider.white {
  background-color: #fff;
}

.c-label {
  color: #2facaa;
  text-transform: uppercase;
}

.content-divider {
  width: 100%;
  height: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: hsla(0, 0%, 92.2%, 0.5);
}

.g-bullet {
  margin-bottom: 15px;
  padding-left: 30px;
  background-image: url('../images/dot-1.svg');
  background-position: 0px 3px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #744174;
  font-size: 1.2em;
  line-height: 1.365em;
  font-weight: 700;
}

.subtt {
  margin-top: 0px;
  margin-bottom: 30px;
}

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

.img-frame {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #744174;
  border-radius: 4px;
}

.problems-col {
  margin-bottom: 30px;
}

.marker {
  color: #744174;
  font-weight: 700;
  text-decoration: underline;
}

.paper-blok {
  position: relative;
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/sandpaper.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/sandpaper.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 348px 500px;
  box-shadow: 0 30px 30px -10px rgba(17, 2, 17, 0.79);
  color: #552955;
}

.avatar-jeannete {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 160px;
  margin-top: -20px;
  margin-right: -20px;
  box-shadow: -7px 7px 19px 0 rgba(68, 65, 58, 0.59);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.author {
  font-family: Lato, sans-serif;
  font-style: italic;
}

.paper-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-top: 1px dashed #552955;
}

.blok-quote {
  display: block;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  background-color: #fff;
  background-image: url('../images/quotes.svg');
  background-position: 0px -44px;
  background-size: 150px 250px;
  background-repeat: no-repeat;
  box-shadow: 0 10px 37px -8px rgba(0, 0, 0, 0.37);
  font-family: Lato, sans-serif;
  font-style: italic;
}

.quote-athor {
  color: #8e8e8e;
}

.author-pic {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: -80px;
  margin-bottom: 20px;
  border-radius: 50px;
}

.video-card {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 #e6e6e6;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.video-brief {
  padding-top: 15px;
  padding-bottom: 10px;
}

.event-card {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 #e6e6e6;
  color: #744174;
}

.ec-hdr {
  padding-bottom: 5px;
}

.ec-body {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  color: #3f3d3d;
}

.ec-img-vid {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-image: url('../images/gymind-white.svg');
  background-position: 50% 50%;
  background-size: 150px 250px;
  background-repeat: no-repeat;
}

.content-card {
  padding: 20px 20px 5px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 #ebebeb;
}

.cc-hdr {
  margin-bottom: 10px;
}

.date {
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  color: #8e8e8e;
}

.cc-image {
  margin-bottom: 15px;
  background-color: #ebebeb;
  background-image: url('../images/gymind-white.svg');
  background-position: 50% 50%;
  background-size: 150px 250px;
  background-repeat: no-repeat;
}

.purple-subtt {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #744174;
  font-weight: 600;
}

.cc-ftr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dashed #d2d2d2;
  font-family: Lato, sans-serif;
  color: #8e8e8e;
}

.place-label {
  color: #2facaa;
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.footer {
  position: relative;
  padding-top: 40px;
  background-color: #744174;
  color: #fff;
  text-align: center;
}

.last-ftr {
  height: auto;
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #693769;
  font-family: Lato, sans-serif;
  color: #854d85;
  font-size: 0.8em;
  text-align: center;
}

.crew {
  color: #ad63ad;
}

.firma {
  font-weight: 200;
}

.hero-in {
  position: relative;
  height: 340px;
  padding-top: 200px;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/hero-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/hero-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #744174;
  text-align: center;
  text-transform: uppercase;
}

.hero-tt {
  font-weight: 200;
}

.form {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.form-blok {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.thnx-card {
  position: static;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #dedede;
  text-align: center;
}

.heading-2 {
  color: #744174;
  text-align: center;
}

.bloque-mes {
  margin-bottom: 40px;
}

.s-card-event {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.e-date {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2facaa;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.e-brief {
  margin-top: 80px;
  padding: 40px 20px 20px;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.e-day {
  font-size: 1.1em;
}

.e-num-day {
  font-size: 3em;
  line-height: 100%;
}

.e-month {
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.e-title {
  min-height: 90px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #744174;
  font-weight: 700;
}

.sub-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #3f3d3d;
}

.h2-tt {
  color: #744174;
  text-transform: uppercase;
}

.e-dato {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.e-divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d2d2d2;
}

.drpr-nav {
  float: left;
}

.drpr-nav.hide {
  display: none;
}

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

.drpr-nav-li.w--open {
  margin-top: 40px;
  background-color: #fff;
}

.drpr-btn-nav {
  color: #2facaa;
  font-size: 0.8em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.125em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  blockquote {
    font-size: 1em;
  }
  .blok.bg-color-1.como {
    padding-bottom: 90px;
  }
  .blok.intro {
    background-color: #fff;
  }
  .botonera {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .flex-col-3 {
    width: 50%;
  }
  .hero {
    height: 640px;
    margin-top: 78px;
  }
  .hero-sub-tt {
    font-size: 1.3em;
  }
  .mn-btn {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    color: #744174;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .p-top {
    background-color: #744174;
  }
  .ms-input {
    width: 80%;
    font-size: 24px;
  }
  .mn-close {
    float: right;
  }
  .sw-tt {
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .acc-hdr {
    height: 50px;
    margin-bottom: 0px;
    color: #744174;
  }
  .brgr-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .accordion-trgr {
    margin-top: 14px;
  }
  .gymind {
    width: 25%;
  }
  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .rl-drp-li.w--open {
    top: 0px;
    -webkit-transform: translate(45%, 0px);
    -ms-transform: translate(45%, 0px);
    transform: translate(45%, 0px);
  }
  .mn-content {
    margin-top: 25px;
  }
  .mn-wrpr-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-main-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rl-pointer-top {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .p-center {
    background-color: #744174;
  }
  .ms-btn {
    width: 20%;
  }
  .modal-shade {
    z-index: 900;
    background-color: rgba(5, 41, 36, 0.9);
  }
  .btn-nav {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mn-hdr {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .mainnav-flex {
    display: block;
  }
  .navegacion {
    z-index: 1000;
  }
  .modal-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    width: 80%;
    padding-top: 20px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .modal-nav.show {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .accordion.mn-drpr {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .p-bottom {
    background-color: #744174;
  }
  .product-card {
    padding: 10px;
  }
  .product-card.flexer {
    width: 31.3333%;
  }
  .pc-preciador {
    font-size: 1em;
  }
  .pc-body {
    min-height: 240px;
  }
  .pc-body.re-height {
    min-height: 480px;
  }
  .add-to-cart {
    width: 100%;
    margin-bottom: 10px;
  }
  .se-more {
    width: 100%;
  }
  .pc-botonera {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pc-name {
    font-size: 130%;
  }
  .pc-pro-name {
    font-size: 1em;
  }
  .real-estate-card {
    width: 31.3333%;
    margin-bottom: 30px;
  }
  .hero-m-container {
    width: 90%;
  }
  .g-bullet {
    background-position: 0px 6px;
    background-size: 20px 20px;
    font-size: 1em;
    line-height: 2em;
  }
  .subtt.a-center {
    font-size: 1.3em;
    line-height: 1.375em;
  }
  .img-frame {
    padding: 10px;
  }
  .paper-blok {
    width: 80%;
  }
  .blok-quote {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #744174;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.538em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.4em;
  }
  h4 {
    line-height: 1.3em;
  }
  h5 {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  h6 {
    font-size: 0.7em;
  }
  p {
    font-size: 0.9em;
  }
  .wrpr {
    max-width: 90%;
  }
  .blok {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #744174;
  }
  .blok.call-to-bnnr {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .btn {
    padding: 8px 18px;
    font-size: 0.8em;
  }
  .hero {
    height: 500px;
  }
  .hero-sub-tt {
    font-size: 1em;
  }
  .mn-btn {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #fff;
    line-height: 50px;
  }
  .p-top {
    background-color: #2facaa;
  }
  .ms-input {
    height: 60px;
    font-size: 20px;
  }
  .mn-close {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    float: right;
  }
  .sw-tt {
    font-size: 16px;
    font-weight: 400;
  }
  .acc-hdr {
    height: 50px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #41b3af;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
  }
  .brgr-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .accordion-trgr {
    margin-top: 15px;
  }
  .gymind {
    width: 150px;
  }
  .second-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .mn-content {
    padding-top: 10px;
  }
  .mn-wrpr-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-main-bar {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-center {
    width: 80%;
    background-color: #2facaa;
  }
  .ms-btn {
    height: 60px;
    background-size: 40px;
  }
  .modal-shade {
    z-index: 500;
  }
  .acc-content {
    padding-left: 15px;
  }
  .mn-hdr {
    position: relative;
  }
  .mainnav-flex {
    display: none;
  }
  .modal-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: block;
    width: 100%;
    padding-top: 10px;
    background-color: #744174;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .modal-nav.show {
    width: 100%;
    background-color: #744174;
  }
  .accordion.mn-drpr {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .p-bottom {
    width: 80%;
    background-color: #2facaa;
  }
  .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;
  }
  .titular {
    margin-bottom: 40px;
  }
  .titular.on-paper {
    padding-right: 80px;
  }
  .real-estate-card {
    width: 48%;
  }
  .sb-social-wrpr {
    display: block;
  }
  .sc-brgr-wrpr {
    display: block;
  }
  .flex-blok {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .half-w-col {
    width: 100%;
  }
  .hwc-wrpr {
    width: 100%;
    padding: 60px 40px;
  }
  .hwc-bg-card {
    height: 300px;
  }
  .divider.white.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .subtt.a-center {
    font-size: 1.3em;
  }
  .img-frame {
    width: 100%;
    margin-top: 40px;
    padding: 0px;
    border-style: none;
  }
  .avatar-jeannete {
    width: 120px;
    height: 120px;
  }
  .blok-quote {
    margin-bottom: 50px;
  }
  .video-card {
    margin-bottom: 30px;
  }
  .event-card {
    margin-bottom: 30px;
  }
  .content-card {
    margin-bottom: 30px;
  }
  .hero-in {
    height: 200px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.3em;
  }
  .blok.testimoniales {
    padding-bottom: 20px;
  }
  .botonera {
    margin-left: 0px;
  }
  .flex-col-3 {
    width: 100%;
  }
  .hero {
    height: auto;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .v-wrpr {
    position: relative;
    top: 0%;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-sub-tt {
    font-size: 0.9em;
  }
  .ms-input {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #6b5d52;
    font-size: 18px;
    line-height: 60px;
  }
  .mn-close {
    margin-top: 0px;
  }
  .search-btn {
    margin-right: 2px;
    margin-left: 0px;
  }
  .brgr-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .gymind {
    width: 120px;
  }
  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .rl-drp-li.w--open {
    top: 0px;
    right: 0px;
    width: 280px;
    -webkit-transform: translate(18%, 0px);
    -ms-transform: translate(18%, 0px);
    transform: translate(18%, 0px);
  }
  .flex-main-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rl-pointer-top {
    left: auto;
    top: 0px;
    right: 0px;
    margin-right: 54px;
  }
  .btn-cart {
    margin-right: 4px;
    margin-left: 4px;
  }
  .ms-btn {
    width: 100%;
    margin-top: 9px;
  }
  .modal-nav.show {
    width: 100%;
    background-color: #744174;
  }
  .filter-drpr {
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    border-left: 1px none #000;
    line-height: 50px;
  }
  .wrpr-fdrpr {
    display: block;
    width: 220px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #a99d94;
    line-height: 30px;
  }
  .text-block {
    line-height: 50px;
  }
  .tb-search-btn {
    width: 50px;
    height: 50px;
    float: right;
  }
  .fdrpd-tagtxt {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    font-size: 13px;
    line-height: 50px;
  }
  .fdrpr-icon {
    margin-right: 5px;
  }
  .btn-filter-drpr {
    height: 50px;
    padding: 0px 30px 0px 10px;
    border-right-color: #744174;
    border-left-style: none;
    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: 0.8em;
  }
  .pc-body {
    min-height: 220px;
  }
  .pc-body.re-height {
    min-height: auto;
    padding-bottom: 50px;
  }
  .add-to-cart {
    width: 100%;
    font-size: 0.7em;
    line-height: 30px;
  }
  .se-more {
    width: 100%;
    font-size: 0.7em;
    line-height: 30px;
  }
  .pc-label-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.6em;
  }
  .pc-pro-name {
    font-size: 0.8em;
  }
  .pc-tag-brief {
    font-size: 0.5em;
  }
  .heading {
    font-size: 1.6em;
  }
  .titular.on-paper {
    padding-right: 0px;
  }
  .real-estate-card {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .hero-m-container {
    width: 100%;
  }
  .sb-social-wrpr {
    display: none;
  }
  .half-w-col {
    width: 100%;
  }
  .btn-2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .subtt.a-center {
    font-size: 1.2em;
  }
  .paper-blok {
    padding-top: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .avatar-jeannete {
    width: 100px;
    height: 100px;
    margin-top: -30px;
    margin-right: 10px;
  }
  .hero-in {
    height: 180px;
    padding-top: 95px;
  }
}