body {
  background-color: #959faf;
  font-family: Montserrat, sans-serif;
  color: #3f3d3d;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1.375em;
  font-weight: 700;
}

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-size: 1.75em;
  line-height: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
}

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-family: 'Open Sans', sans-serif;
  color: #454f5e;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: none;
}

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

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

.wrpr.on-hero-in {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

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

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

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

.blok.intro {
  height: 100vh;
  padding-top: 10%;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 159, 175, 0.91)), to(rgba(149, 159, 175, 0.91))), url('../images/hero-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(149, 159, 175, 0.91), rgba(149, 159, 175, 0.91)), url('../images/hero-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blok.contrast-one {
  background-color: #f2f2f2;
  color: #3f3d3d;
}

.blok.contrast-one.services {
  padding-top: 80px;
  padding-bottom: 60px;
}

.blok.contrast-one.equipo-intro {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 90.2%, 0.66)), to(hsla(0, 0%, 90.2%, 0.66))), url('../images/cuadricula-d.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 90.2%, 0.66), hsla(0, 0%, 90.2%, 0.66)), url('../images/cuadricula-d.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 40px;
}

.blok.contrast-two {
  background-color: #36c;
  color: #fff;
}

.blok.porque-vector {
  padding-top: 134px;
  padding-bottom: 134px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 94, 94, 0.85)), to(rgba(94, 94, 94, 0.85))), url('../images/bg-ventajas.jpg');
  background-image: linear-gradient(180deg, rgba(94, 94, 94, 0.85), rgba(94, 94, 94, 0.85)), url('../images/bg-ventajas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.blok.call-to {
  padding-top: 60px;
  background-color: #ed551e;
  color: #fff;
  text-align: center;
}

.blok.mivi-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ebebeb;
  color: #3f3d3d;
}

.blok.mivi-section.contrast-one {
  background-color: #fff;
}

.blok.mivi-section.contrast-one.bg-grid {
  background-image: url('../images/cuadricula.svg');
  background-position: 0% 0%;
  background-size: 40px;
  background-attachment: fixed;
}

.blok.mivi-section.bg-grid {
  background-image: url('../images/cuadricula-d.svg');
  background-position: 0% 0%;
  background-size: 40px;
  background-attachment: fixed;
}

.blok.bg-text-blk {
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(42%, rgba(15, 15, 15, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/especialsitas.jpg');
  background-image: linear-gradient(0deg, #000, rgba(15, 15, 15, 0) 42%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/especialsitas.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

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

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

.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 {
  margin-top: 30px;
  margin-bottom: 10px;
}

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

.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: #959faf;
}

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

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

.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: #36c;
}

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

.color-2.l-shade {
  background-color: #4a7fe7;
}

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

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

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

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

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

.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: 5px;
  margin-bottom: 10px;
  margin-left: 6px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ed551e;
  border-radius: 2px;
  background-color: #ed551e;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.btn.inverse {
  border-color: #36c;
  background-color: #36c;
}

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

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

.btn.inverse.brdr:hover {
  background-color: #fff;
  color: #36c;
}

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

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

.btn.sender {
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}

.icon-btn-social {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #36c;
  background-color: #36c;
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0px 0px;
  background-size: 120px 80px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

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

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

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

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

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

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

.icon-btn-social.small {
  width: 30px;
  height: 30px;
  background-size: 90px 60px;
}

.icon-btn-social.small.twitter {
  border-color: #1ca1f2;
  background-color: #1ca1f2;
}

.icon-btn-social.small.twitter:hover {
  border-color: #44b0f1;
  background-color: #44b0f1;
}

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

.hero {
  position: relative;
  height: 100vh;
  margin-top: 0px;
  border-bottom: 10px solid #ed551e;
  background-color: #fafafa;
  color: #fff;
  text-align: left;
}

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

.hero-sub-tt {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.375em;
}

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

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

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

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

.vector-logo {
  width: 220px;
  color: #41b3af;
  text-decoration: none;
}

.vector-logo.w--current {
  width: 250px;
}

.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: auto;
  padding: 14px 0px 10px;
  -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;
  border-bottom: 1px solid #fff;
  color: #000;
}

.rl-drp-li.w--open {
  top: 0px;
  right: 0px;
  width: 300px;
  margin-top: 50px;
  padding: 4px 24px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #36c;
  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;
  text-decoration: none;
  text-transform: uppercase;
}

.flex-main-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
}

.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 #36c;
  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 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #ed551e;
  font-size: 0.9em;
  text-transform: uppercase;
}

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

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

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

.btn-nav {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 14px;
  float: left;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.btn-nav.w--current {
  border-bottom-style: none;
  background-color: #fff;
  color: #ed551e;
}

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

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

.btn-nav.language {
  margin-left: 10px;
  padding-right: 34px;
  padding-left: 10px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #fff;
  border-radius: 0px;
  background-image: url('../images/eng-icon.svg');
  background-position: 90% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.btn-nav.language.esp {
  background-image: url('../images/esp-icon_1.svg');
}

.btn-nav.language.esp.w--current {
  background-image: url('../images/esp-icon.svg');
}

.btn-nav.language.esp.on-mov {
  display: none;
}

.btn-nav.language.esp.on-mov.w--current {
  display: none;
}

.btn-nav.language.on-mov {
  display: none;
}

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

.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: #36c;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.navegacion {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

.navegacion.down {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
}

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

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

.fix-col.service-colum {
  margin-top: 40px;
}

.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: #ed551e;
  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: #da450f;
}

.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: #ed551e;
  background-color: #ed551e;
  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 #ed551e;
  color: #ed551e;
  font-size: 15px;
}

.btn-filter-drpr.w--open {
  margin-top: -1px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #ed551e;
  background-color: #ed551e;
  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-style: solid;
  border-width: 1px;
  border-color: #ed551e;
  color: #ed551e;
}

.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: #ed551e;
  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: #36c;
  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: #1e4eaf;
}

.se-more {
  display: block;
  width: 49%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 0px 0px 0px 12px;
  float: left;
  background-color: #ed551e;
  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: #da450f;
}

.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 #959faf;
  text-align: center;
}

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

.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-style: solid;
  border-width: 1px;
  border-color: #959faf;
  background-color: #959faf;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.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: #36c;
  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: #ed551e;
  color: #ed551e;
}

.drpr-filtro.w--open {
  border-color: #ed551e;
  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: #ed551e;
}

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

.titulo-blok {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  color: #262323;
  font-weight: 600;
  text-transform: uppercase;
}

.subtitular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
}

.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: #dedede;
}

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

.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%;
}

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

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

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

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

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

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

.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: #fff;
}

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

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

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

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

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

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

.secundary-txt {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.365em;
  text-transform: none;
}

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

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

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

.service-card {
  display: block;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #ebebeb;
  color: #3f3d3d;
  text-align: left;
  text-decoration: none;
}

.service-card.about {
  min-height: 250px;
  padding: 0px 20px 20px;
  border-top-width: 4px;
  border-top-color: #454f5e;
  border-right-style: none;
  border-left-style: none;
  background-color: #fff;
  color: #3f3d3d;
}

.divider {
  display: block;
  width: 15%;
  height: 4px;
  margin: 20px auto;
  border-radius: 2px;
  background-color: #efef3a;
}

.icon-service {
  width: 50%;
}

.itc-text {
  width: 90%;
}

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

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

.sg-lb-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.7);
  background-image: url('../images/accordion-mas.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sg-lb {
  height: auto;
}

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

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

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

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

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

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

.arrow-left {
  width: 80px;
  height: 80px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #41b3af #41b3af #41b3af hsla(0, 0%, 100%, 0.25);
  background-color: rgba(65, 179, 175, 0.4);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  direction: rtl;
}

.arrow-left:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.arrow-right {
  width: 80px;
  height: 80px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: rgba(65, 179, 175, 0.4);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.arrow-right:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

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

.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  border-top: 8px solid #d2d2d2;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, right top, from(#d2d2d2), to(#fff));
  background-image: linear-gradient(90deg, #d2d2d2, #fff);
}

.last-ftr {
  display: none;
}

.form-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.input-2:focus {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
}

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

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

.text-area:focus {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
}

.a-card {
  position: relative;
  height: 40vh;
  padding: 10px 20px 20px;
  border: 1px solid #ccc;
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.a-card:hover {
  border-color: #41b3af;
  background-color: #f6fdfd;
  box-shadow: 0 20px 20px -5px #d4d4d4;
  opacity: 1;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

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

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

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

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

.mn-first-bar {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #ed551e;
}

.mn-second-bar {
  height: 40px;
  background-color: #36c;
}

.mn-botonera {
  float: right;
}

.drpr {
  float: left;
}

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

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

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

.hero-in {
  position: relative;
  height: auto;
  padding-top: 180px;
  padding-bottom: 40px;
  background-color: #1e4eaf;
  color: #fff;
}

.hero-in.nosotros-vector {
  z-index: auto;
  background-color: #959faf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 106, 169, 0.8)), to(rgba(39, 106, 169, 0.8))), url('../images/especialsitas.jpg');
  background-image: linear-gradient(180deg, rgba(39, 106, 169, 0.8), rgba(39, 106, 169, 0.8)), url('../images/especialsitas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.hl-wpr {
  width: 60%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.cc-row {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ed551e;
}

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

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

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

.map {
  height: 220px;
}

.map-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-color: rgba(51, 102, 204, 0.7);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.map-link:hover {
  background-color: rgba(51, 102, 204, 0.7);
  opacity: 1;
}

.fixed-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  min-height: 60px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #ed551e;
}

.fixed-nav.hide {
  display: block;
  background-color: #959faf;
}

.drpr-li.w--open {
  margin-top: 45px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #fff;
}

.drpr-li.serv.w--open {
  margin-top: 46px;
  margin-left: 10px;
}

.text-btn {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

.text-btn.tel-icon {
  margin-left: auto;
  padding-left: 25px;
  background-image: url('../images/tel-icon-w.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.text-btn.user-icon {
  padding-left: 25px;
  background-image: url('../images/user-icon-w.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.frame {
  width: 90%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.6);
}

.frame.center {
  margin-bottom: 0px;
}

.frame.center.framed {
  padding: 6px;
  background-color: #ed551e;
}

.equipo-slide {
  height: auto;
  background-color: transparent;
}

.half-slide {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.es-mask {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.es-right {
  width: 40px;
  height: 40px;
  margin-right: -20px;
  background-color: #ed551e;
  font-size: 20px;
}

.es-left {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-color: #ed551e;
  font-size: 20px;
}

.slide-nav {
  display: none;
}

.titular {
  font-weight: 600;
  text-transform: uppercase;
}

.second-color {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ed551e;
}

.pc-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spot-txt {
  margin-bottom: 30px;
  padding-left: 25px;
  background-image: url('../images/spot.svg');
  background-position: 0% 0%;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 1.2em;
  line-height: 140%;
}

.spot-txt.short-dm {
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 130%;
}

.ftr-logo {
  margin-bottom: 40px;
}

.call-to-leyend {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 2em;
  line-height: 140%;
  text-transform: uppercase;
}

.ftr-titular {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.ftr-descrip {
  margin-bottom: 20px;
}

.ftr-btn {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #3f3d3d;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none;
}

.ftr-btn:hover {
  border-bottom-color: #ed551e;
  color: #ed551e;
}

.ftr-data {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8e8e;
}

.ftr-label {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 0.8em;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
}

.ftr-tel {
  margin-bottom: 6px;
  padding-left: 28px;
  background-image: url('../images/tel-dark.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 1.2em;
  line-height: 140%;
  text-transform: uppercase;
}

.flex-half-col {
  width: 50%;
  min-height: 100px;
}

.flex-half-col.un-tercio {
  width: 30%;
}

.flex-half-col.setenta {
  width: 70%;
}

.mivi-blok {
  width: 80%;
}

.mivi-blok.a-right {
  float: right;
}

.contruccion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.alert-card {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 600px;
  min-height: 100px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.data-card {
  text-align: center;
}

.tb-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #36c;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.big-center-txt {
  margin-bottom: 20px;
  font-size: 2.5em;
  line-height: 140%;
  text-align: left;
}

.white {
  color: #fff;
}

.hero-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-color: transparent;
}

.hero-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-slider-2 {
  height: 100%;
}

.zoom-slider {
  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))), url('../images/hero-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zoom-slider.dos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zoom-slider.tres {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-nav {
  display: none;
  margin-bottom: 30px;
}

.body {
  background-color: #959faf;
}

.remolques-card {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #36c;
}

.remolque-info {
  padding: 20px;
  float: left;
}

.remolque-img {
  width: 70%;
  padding: 20px;
  float: left;
  border-left: 1px solid #36c;
}

.orange-txt {
  color: #ed551e;
  font-weight: 700;
}

.orange-txt.vect {
  font-size: 1.5em;
}

.plataforma-txt {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-top: 1px solid #8e8e8e;
  text-align: center;
}

.mask-map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/vectormapa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lb-card {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  min-height: 100px;
  margin-bottom: 1%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  background-color: transparent;
}

.lightbox {
  position: relative;
  display: block;
}

.bloque-valores {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #36c;
}

.valor-card {
  margin-bottom: 20px;
}

.valor-tt {
  color: #36c;
  text-transform: none;
}

html.w-mod-js *[data-ix="slide-pro-first"] {
  opacity: 0.2;
  -webkit-transform: scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: scale(0.9500000000000001, 0.9500000000000001);
  transform: scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="zoom-slide"] {
  -webkit-transform: translate(-100px, -100px) scale(1.3, 1.3);
  -ms-transform: translate(-100px, -100px) scale(1.3, 1.3);
  transform: translate(-100px, -100px) scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="zoom-slide-right"] {
  -webkit-transform: translate(100px, 100px) scale(1.3, 1.3);
  -ms-transform: translate(100px, 100px) scale(1.3, 1.3);
  transform: translate(100px, 100px) scale(1.3, 1.3);
}

@media (max-width: 991px) {
  h1 {
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.125em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .blok.bg-text-blk {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flex-col-3 {
    width: 50%;
  }
  .hero {
    height: 680px;
  }
  .hero-sub-tt {
    font-size: 1.2em;
  }
  .fw-topbar {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .mn-btn {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    color: #ed551e;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .p-top {
    background-color: #ed551e;
  }
  .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: #ed551e;
  }
  .brgr-icon {
    display: none;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .accordion-trgr {
    margin-top: 14px;
  }
  .vector-logo {
    width: 160px;
  }
  .vector-logo.w--current {
    width: 180px;
  }
  .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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rl-pointer-top {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .p-center {
    background-color: #ed551e;
  }
  .ms-btn {
    width: 20%;
  }
  .modal-shade {
    z-index: 900;
    background-color: rgba(5, 41, 36, 0.9);
  }
  .btn-nav {
    margin-right: 3px;
    margin-left: 3px;
  }
  .btn-nav.language.on-mov {
    display: none;
  }
  .mn-hdr {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .mainnav-flex {
    display: block;
    margin-top: 4px;
  }
  .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: #ed551e;
  }
  .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 {
    position: relative;
    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;
  }
  .itc-text {
    width: 100%;
  }
  .slider-show-next {
    height: 360px;
  }
  .arrow-left {
    width: 40px;
    height: 50px;
    font-size: 30px;
  }
  .arrow-right {
    width: 40px;
    height: 50px;
    font-size: 30px;
  }
  .hl-wpr {
    width: 80%;
  }
  .ftr-tel {
    background-position: 0% 0%;
  }
  .flex-half-col.setenta {
    width: 100%;
  }
  .mivi-blok.a-right {
    margin-top: -30px;
  }
  .big-center-txt {
    font-size: 2.2em;
  }
  .zoom-slider {
    width: 120%;
  }
  .remolque-info {
    width: 100%;
  }
  .remolque-img {
    width: 100%;
    border-top: 1px solid #36c;
    border-left-style: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.8em;
    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%;
  }
  .wrpr.on-hero-in {
    text-align: center;
  }
  .blok.intro {
    text-align: center;
  }
  .botonera {
    text-align: left;
  }
  .botonera.a-center {
    text-align: center;
  }
  .botonera.hero-align {
    text-align: center;
  }
  .botonera.m-a-center {
    text-align: center;
  }
  .btn {
    padding: 8px 18px;
    font-size: 0.8em;
    text-align: center;
  }
  .hero {
    height: 600px;
  }
  .hero-sub-tt {
    font-size: 1em;
  }
  .mn-btn {
    display: block;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #e6e6e6;
    border-left: 4px solid #8e8e8e;
    background-color: transparent;
    font-family: Oswald, sans-serif;
    color: #8e8e8e;
    font-size: 1.6em;
    line-height: 180%;
  }
  .mn-btn.w--current {
    border-left: 4px solid #ed551e;
    background-color: #fff;
    color: #ed551e;
  }
  .p-top {
    background-color: #fff;
  }
  .p-top.white {
    background-color: #fff;
  }
  .ms-input {
    height: 60px;
    font-size: 20px;
  }
  .mn-close {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    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;
  }
  .accordion-trgr {
    margin-top: 15px;
  }
  .vector-logo {
    width: 200px;
  }
  .vector-logo.w--current {
    width: 240px;
  }
  .logo-txt.dark {
    color: #ed551e;
  }
  .mn-content {
    margin-top: 0px;
    padding-top: 0px;
  }
  .mn-wrpr-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-main-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-center {
    background-color: #fff;
  }
  .p-center.white {
    background-color: #fff;
  }
  .ms-btn {
    height: 60px;
    background-size: 40px;
  }
  .modal-shade {
    z-index: 500;
  }
  .acc-content {
    padding-left: 15px;
  }
  .btn-nav.language {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: 30px;
  }
  .btn-nav.language.esp {
    background-image: url('../images/esp-icon.svg');
  }
  .btn-nav.language.esp.on-mov {
    display: block;
    background-image: url('../images/esp-icon_1.svg');
    background-size: 20px 20px;
  }
  .btn-nav.language.esp.on-mov.w--current {
    display: block;
    background-image: url('../images/esp-icon_1.svg');
    background-position: 85% 50%;
  }
  .btn-nav.language.on-mov {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-style: none;
  }
  .mn-hdr {
    position: relative;
    margin-bottom: 0px;
    padding: 20px 40px;
    border-bottom: 1px solid #ebebeb;
    background-color: #36c;
  }
  .mainnav-flex {
    display: none;
  }
  .navegacion {
    z-index: 999;
  }
  .modal-nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 200vh;
    padding-top: 0px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .accordion.mn-drpr {
    margin-bottom: 0px;
    border-bottom-style: none;
  }
  .p-bottom {
    background-color: #fff;
  }
  .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;
  }
  .real-estate-card {
    width: 48%;
  }
  .sw-tt-2 {
    font-size: 16px;
    font-weight: 400;
  }
  .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;
  }
  .slider-show-next {
    height: 270px;
  }
  .mn-botonera {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    padding: 20px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .drpr {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .mn-mov-nav {
    display: block;
  }
  .mn-btnr-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mn-btnr-hdr {
    display: block;
    margin-bottom: 10px;
  }
  .hl-wpr {
    width: 100%;
    text-align: center;
  }
  .tb-social.sb-ftr {
    margin-bottom: 40px;
  }
  .fixed-nav.hide {
    display: none;
  }
  .text-btn.user-icon.on-nov-nav {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .frame.center {
    width: 100%;
  }
  .half-slide {
    width: 100%;
  }
  .call-to-leyend {
    width: 90%;
  }
  .flex-half-col {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .flex-half-col.un-tercio {
    width: 100%;
    text-align: center;
  }
  .mivi-blok {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .mivi-blok.a-right {
    margin-right: auto;
    margin-left: auto;
  }
  .alert-card {
    width: 80%;
  }
  .big-center-txt {
    font-size: 2em;
  }
  .zoom-slider {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 120%;
  }
  .zoom-slider.dos {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: -20%;
  }
  .ftr-card {
    margin-bottom: 40px;
  }
  .second-mov-btnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8e8e8e;
    text-align: right;
  }
  .lb-card {
    width: 50%;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 140%;
  }
  .blok.bg-text-blk {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .botonera.m-a-center {
    margin-bottom: 40px;
  }
  .flex-col-3 {
    width: 100%;
  }
  .hero {
    height: auto;
    padding-top: 150px;
    padding-bottom: 25px;
  }
  .v-wrpr {
    position: relative;
    top: 0%;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-sub-tt {
    font-size: 0.9em;
  }
  .mn-btn {
    padding-left: 25px;
  }
  .ms-input {
    width: 100%;
    padding-left: 10px;
    border: 1px solid #6b5d52;
    font-size: 18px;
    line-height: 60px;
  }
  .search-btn {
    margin-right: 2px;
    margin-left: 0px;
  }
  .brgr-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .vector-logo {
    width: 200px;
  }
  .vector-logo.w--current {
    width: 160px;
  }
  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .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;
  }
  .btn-nav.language.on-mov {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mn-hdr {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modal-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
  }
  .modal-nav.show {
    width: 100%;
  }
  .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: #ed551e;
    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;
    padding: 15px 8px 0px;
  }
  .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;
  }
  .real-estate-card {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .half-w-col {
    width: 100%;
  }
  .hwc-wrpr {
    padding: 40px 30px;
  }
  .btn-2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .icon-txt-card {
    padding-left: 0px;
    text-align: center;
  }
  .pre-icon {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slider-show-next {
    height: 150px;
  }
  .hero-in.nosotros-vector {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .text-btn.user-icon {
    display: none;
  }
  .text-btn.user-icon.on-nov-nav {
    display: inline-block;
  }
  .frame {
    width: 100%;
  }
  .frame.center {
    width: 100%;
  }
  .titular {
    font-size: 1.4em;
  }
  .call-to-leyend {
    width: 100%;
    font-size: 1.4em;
  }
  .mivi-blok {
    width: 100%;
  }
  .alert-card {
    padding: 20px;
  }
  .big-center-txt {
    font-size: 1.8em;
  }
  .hero-slider-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .zoom-slider {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .zoom-slider.dos {
    background-position: 50% 50%;
    background-size: cover;
  }
  .remolque-info {
    padding-top: 5px;
  }
  .remolque-img {
    padding: 0px;
  }
  .remolque-tt {
    font-size: 0.8em;
  }
  .bold-text {
    font-size: 0.7em;
  }
}

