body {
  padding-top: 0px;
  background-color: #131151;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 140%;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.2em;
  line-height: 140%;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.6em;
  line-height: 140%;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 140%;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 140%;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 140%;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 150%;
  font-weight: 400;
}

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

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

label {
  display: block;
  margin-bottom: 5px;
  padding-left: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 0px;
  border-left: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 140%;
  font-weight: 300;
}

.hero {
  position: relative;
  display: block;
  height: 800px;
  -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: #fff;
  color: #131151;
}

.hero.especial {
  height: 100vh;
}

.hero.landing {
  height: 760px;
  background-image: url('../images/slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.blok.cero-pdd {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.blok.grey {
  background-color: #ecf4fa;
}

.blok.intro {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #4580aa;
  color: #fff;
  text-align: center;
}

.blok.gray {
  background-color: #ececf5;
}

.blok.gray.hide {
  display: none;
}

.blok.casos-e {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 81, 0.89)), to(rgba(19, 17, 81, 0.89))), url('../images/bg-casos.gif');
  background-image: linear-gradient(180deg, rgba(19, 17, 81, 0.89), rgba(19, 17, 81, 0.89)), url('../images/bg-casos.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.blok.cta-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 81, 0.85)), to(rgba(19, 17, 81, 0.85))), url('../images/call-to-bg.jpg');
  background-image: linear-gradient(180deg, rgba(19, 17, 81, 0.85), rgba(19, 17, 81, 0.85)), url('../images/call-to-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.blok.contrast {
  background-color: #4580aa;
}

.blok.contrast.hide {
  display: none;
}

.blok.no-pdd {
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.blok.product-engine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131151;
  color: #fff;
}

.blok.us-two {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

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

.wrpr.flex-h {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.wrpr.flex-h.h-a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.flex-h.white-card {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #28259e;
  background-color: #fff;
}

.h-wrpr {
  display: block;
  width: 80%;
  margin-top: 5%;
}

.topbar {
  height: auto;
  border-bottom: 2px solid #ebebeb;
  background-color: #fff;
}

.tb-wrpr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.tb-l-wrpr {
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.spazi {
  position: relative;
  z-index: 1;
  width: 190px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #131151;
  text-decoration: none;
}

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

.tn-r-wrpr {
  float: right;
}

.txt-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.tb-c-wrpr {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.v-wrpr {
  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%);
}

.no-pdd {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-title {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  line-height: 130%;
  font-weight: 700;
}

.hero-subtt {
  font-size: 200%;
  line-height: 110%;
}

.botonera {
  margin-top: 30px;
}

.botonera.on-fg {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

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

.botonera.fw-a-center {
  width: 100%;
  text-align: center;
}

.btn {
  height: 40px;
  margin-right: 10px;
  padding: 0px 20px;
  border: 1px solid #131151;
  border-radius: 4px;
  background-color: #131151;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #4580aa;
  background-color: #4580aa;
  color: #fff;
}

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

.btn.brdr:hover {
  border-color: #4580aa;
  background-color: #4580aa;
}

.btn.brdr.big {
  border-color: #fff;
  border-radius: 25px;
  background-color: rgba(19, 17, 81, 0.5);
}

.btn.brdr.big:hover {
  background-color: #fff;
  color: #131151;
}

.btn.big {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
}

.btn.big.white {
  border-color: #fff;
  border-radius: 25px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #131151;
}

.btn.big.white:hover {
  border-color: #7e7e7e;
  background-color: #7e7e7e;
  color: #fff;
}

.btn.big.call-to {
  border-color: #df3e16;
  background-color: #df3e16;
  font-size: 20px;
  font-weight: 700;
}

.btn.big.call-to:hover {
  border-color: #b42f0e;
  background-color: #b42f0e;
}

.btn.small {
  height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 11px;
  line-height: 28px;
}

.btn.fw-btn {
  display: block;
  height: auto;
  margin-left: 1px;
  border-width: 2px;
  border-color: #71bcf6;
  border-radius: 20px;
  font-size: 14px;
  line-height: 36px;
}

.btn.fw-btn:hover {
  border-color: #4580aa;
  color: #fff;
}

.heading {
  font-size: 220%;
}

.hero-m-container {
  position: relative;
  display: block;
  width: 60%;
  color: #fff;
  text-align: left;
}

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

.modal-shade.show {
  z-index: 500;
  display: block;
  opacity: 1;
}

.c-card {
  position: relative;
  border: 1px solid #f0f0f0;
}

.cc-image {
  height: 180px;
  background-color: #f0f0f0;
}

.cc-content {
  padding: 5px 20px 20px;
}

.titular-blk {
  width: 100%;
  margin-bottom: 60px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
}

.titular-blk.a-center {
  margin-bottom: 60px;
  text-align: center;
}

.titular-blk.a-left {
  text-align: left;
}

.iconer-btn {
  height: 40px;
  margin-right: 10px;
  padding-right: 22px;
  padding-left: 22px;
  background-color: #131151;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.iconer-btn:hover {
  background-color: #228b88;
}

.iconer-btn.fw {
  display: block;
  width: 100%;
}

.icnr-icon {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.icnrtxt {
  display: inline-block;
}

.footer {
  position: relative;
  padding-bottom: 0px;
  background-color: #131151;
  color: #fff;
}

.sub-ftr {
  height: auto;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #100e4b;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  text-align: center;
}

.ftr-top-actions {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: -15px;
  text-align: center;
}

.top-btn {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: right;
  background-color: #4580aa;
  background-image: url('../images/top-arrow.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.mainnav {
  position: relative;
  z-index: 1;
}

.btn-nav {
  height: auto;
  margin-right: 1px;
  margin-left: 1px;
  padding: 0px 12px;
  float: left;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 40px;
  text-transform: uppercase;
}

.btn-nav:hover {
  border-bottom-color: #131151;
  background-color: #fff;
  color: #131151;
  line-height: 40px;
}

.btn-nav.w--current {
  padding-right: 18px;
  padding-left: 18px;
  background-color: #4580aa;
  color: #fff;
}

.btn-nav.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #4580aa;
}

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

.second-bar {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #131151;
  color: #fff;
}

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

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

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

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

.main-sider {
  display: block;
  height: 100%;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 38, 54, 0.6)), to(rgba(4, 38, 54, 0.6)));
  background-image: linear-gradient(180deg, rgba(4, 38, 54, 0.6), rgba(4, 38, 54, 0.6));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 38, 54, 0.6)), to(rgba(4, 38, 54, 0.6)));
  background-image: linear-gradient(180deg, rgba(4, 38, 54, 0.6), rgba(4, 38, 54, 0.6));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 38, 54, 0.6)), to(rgba(4, 38, 54, 0.6)));
  background-image: linear-gradient(180deg, rgba(4, 38, 54, 0.6), rgba(4, 38, 54, 0.6));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

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

.slider-3-col {
  height: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.mask {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.slide-4 {
  width: 33.3333%;
  height: auto;
  text-align: center;
}

.a-arrow {
  width: 5%;
  color: #000;
}

.r-arrow {
  width: 5%;
  color: #000;
}

.slider-pager {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.input {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  background-color: rgba(13, 11, 59, 0.69);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

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

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

.input.txt-area {
  min-height: 200px;
}

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

.product-card {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.pro-card-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  border-bottom: 1px dashed #e6e6e6;
  -webkit-perspective: 679px;
  perspective: 679px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
}

.detalles-btn-txt {
  display: inline-block;
  padding-right: 30px;
  background-image: url('../images/detalles.svg');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.pro-card-info {
  padding: 20px 20px 0px;
}

.pro-label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #4580aa;
  -webkit-transform: translate(30%, 70%) rotate(45deg);
  -ms-transform: translate(30%, 70%) rotate(45deg);
  transform: translate(30%, 70%) rotate(45deg);
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.add-to-card-btn {
  display: block;
  width: 50%;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 4px;
  float: left;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #363636;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.add-to-card-btn:hover {
  background-color: #c8f0a3;
}

.add-to-card-btn.full-brdr {
  width: auto;
  margin-right: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #dcdcdc;
}

.image {
  -webkit-perspective: 1607px;
  perspective: 1607px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
}

.add-to-txt {
  display: inline-block;
  padding-right: 30px;
  background-image: url('../images/carrito.svg');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 30px;
  text-align: left;
}

.precio {
  display: inline-block;
  margin-right: 5px;
  color: #0b396b;
  font-weight: 700;
}

.precio.rebajado {
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: line-through;
}

.preciadora {
  margin-top: 15px;
  margin-bottom: 15px;
}

.brdcrm-link {
  color: #131151;
}

.right-arrow-2 {
  cursor: e-resize;
}

.left-arrow-2 {
  cursor: w-resize;
}

.detalles-btn {
  width: 50%;
  height: 60px;
  padding-top: 15px;
  padding-left: 4px;
  float: left;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #363636;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.detalles-btn:hover {
  background-color: #e6e6e6;
}

.detalles-btn.full-brdr {
  width: auto;
  margin-right: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #e6e6e6;
}

.pro-square-gallery {
  width: 300px;
  height: 300px;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.botonera-2 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.pro-card-big {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.28);
}

.pro-info-big {
  width: 65%;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  float: left;
}

.slider-gallery-pro {
  cursor: -webkit-grab;
  cursor: grab;
}

.boton-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 25px;
  background-color: #4580aa;
  background-image: url('../images/icon-demo.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.boton-icon:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.boton-icon.facebook {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0px 0px;
  background-size: 90px 60px;
}

.boton-icon.facebook:hover {
  background-color: #4580aa;
}

.boton-icon.twitter {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 50% 0px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.boton-icon.instagram {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 100% 0px;
  background-size: 90px 60px;
}

.boton-icon.youtube {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0px 100%;
  background-size: 150px 100px;
}

.boton-icon.pinterest {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 50% 100%;
  background-size: 90px 60px;
}

.bloque-mapa {
  position: relative;
  overflow: hidden;
  height: 340px;
}

.hover-link-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(0, 152, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hover-link-map:hover {
  background-color: rgba(239, 239, 58, 0.4);
  opacity: 1;
}

.map-leyend {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.map {
  height: 100%;
}

.service-card {
  position: relative;
  overflow: hidden;
  width: 23%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding-bottom: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}

.divider {
  display: block;
  width: 15%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #131151;
}

.divider.small {
  width: 10%;
  height: 2px;
  background-color: #4580aa;
}

.boton {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #0b396b;
  border-radius: 2px;
  background-color: #0b396b;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
}

.boton:hover {
  border-color: #167ad1;
  background-color: #2675cc;
}

.jet-card {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  height: 50vh;
  background-color: #ebf1f5;
}

.bg-overflow {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-of-img {
  height: 100%;
  background-image: url('../images/demo-slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jc-conteiner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2b9692;
}

.jc-conteiner:hover {
  color: #fff;
}

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

.jc-tt {
  font-size: 3.4vw;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
}

.jc-stt {
  margin-top: 0px;
}

.jc-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-color: rgba(43, 150, 146, 0.6);
  opacity: 0;
}

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

.half-w-col.catalogo-link {
  height: 600px;
  background-image: url('../images/bg-catalogo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-w-col.motores-bloque {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cfcbd0), color-stop(22%, #cfcbd0), color-stop(65%, rgba(66, 41, 41, 0))), url('../images/bg-motores.jpg');
  background-image: linear-gradient(90deg, #cfcbd0, #cfcbd0 22%, rgba(66, 41, 41, 0) 65%), url('../images/bg-motores.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-w-col.bg-main {
  background-color: #131151;
}

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

.hwc-bg-card {
  height: 80vh;
  background-color: #131151;
}

.video-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-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));
}

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

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

.itc-text {
  width: 90%;
}

.container-card {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.s-quote {
  height: auto;
  padding-bottom: 60px;
  background-color: transparent;
}

.sq-r-arrow {
  color: #fff;
}

.sq-l-arrow {
  color: #fff;
}

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

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

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

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

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

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

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

.acc-hdr {
  position: relative;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 1.2em;
  line-height: 140%;
  text-transform: none;
}

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

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

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

.accordion.no-brdr-btm {
  border-bottom-style: none;
}

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

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

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

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

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

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

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

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

.sg-lb {
  height: auto;
}

.sg-lb-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #131151;
  background-image: url('../images/zoom-icon.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.sg-lb-hover:hover {
  background-color: rgba(19, 17, 81, 0.5);
  opacity: 1;
}

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

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

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

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

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

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

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

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

.color-card {
  position: relative;
  height: 100px;
  background-color: #131151;
}

.color-card.second {
  background-color: #4580aa;
}

.color-card.m-hover {
  width: 50%;
  float: right;
  background-color: #2b9692;
}

.color-card.s-hover {
  width: 50%;
  float: right;
  background-color: #dbdb26;
}

.color-card.red-alert {
  background-color: #df3e16;
}

.color-card.light-shade {
  background-color: #58e0dc;
}

.tb-r-wrpr {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.main-bar {
  position: relative;
  z-index: 1;
  display: block;
}

.tb-shade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  background-color: #fff;
}

.drpr {
  float: right;
}

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

.drpr-btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #131151;
}

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

.flex-main-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

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

.fw-tb-c-wrpr.on-fixed-bar {
  margin-top: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-botonera {
  padding-top: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.flex-blok.gray {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #efeff6;
}

.main-slider {
  height: 100%;
  background-color: transparent;
}

.slide-blok {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-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));
}

.slide-a {
  background-image: url('../images/hero-home-slider-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sub-tt {
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  line-height: 150%;
}

.slide-b {
  background-image: url('../images/hero-home-slider-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-c {
  background-image: url('../images/hero-home-slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1-hero {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.sub-t-blk {
  margin-top: -60px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.pro-brief {
  padding: 20px;
  background-color: #fff;
  color: #131151;
}

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

.caso-e-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -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;
}

.caso-e-card.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cec-image {
  width: 40%;
}

.cec-brief {
  width: 60%;
  padding: 40px 10% 40px 5%;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(15, 13, 70, 0.4);
  font-family: Roboto, sans-serif;
}

.cec-brief.invert {
  padding-right: 15%;
  padding-left: 5%;
  border-right-style: none;
  border-left-style: solid;
}

.quote-blk {
  width: 70%;
}

.quote-name {
  margin-bottom: 4px;
}

.q-puesto {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.cec-tag {
  margin-bottom: 2px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.cec-cliente-tag {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.cec-p {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 110%;
}

.block-quote {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}

.cec-divider {
  width: 60%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
  background-color: #fff;
}

.tel-blk {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

.tel-link {
  display: block;
  color: #fff;
  font-size: 1em;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.tel-link.on-mov {
  display: none;
}

.tel-txt {
  font-size: 1em;
  line-height: 20px;
  text-transform: uppercase;
}

.spazi-form {
  position: static;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.send-btn {
  width: 200px;
  padding: 0px 24px;
  border-radius: 20px;
  background-color: #2abe65;
  line-height: 40px;
  text-transform: uppercase;
}

.form-btnr {
  margin-top: 20px;
  text-align: right;
}

.secundary-txt {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 120%;
  line-height: 150%;
  font-weight: 300;
}

.btn-mov-tel {
  display: none;
}

.mov-modal-call-btn {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 1500px;
  display: none;
  height: 100vh;
  -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;
}

.mov-tel-card {
  display: none;
  width: 80%;
  min-height: 100px;
}

.arrow-form {
  display: none;
}

.ftr-card {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.ftr-tt {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  font-size: 1.3vw;
  line-height: 150%;
}

.address {
  font-style: normal;
}

.map-card {
  position: relative;
  overflow: hidden;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.address-txt {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 120%;
}

.address-tt {
  margin-bottom: 2px;
}

.address-link {
  display: inline-block;
  color: #2aa3ef;
}

.first-ftr-blk {
  margin-bottom: 40px;
}

.footer-nav-menu {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  color: #58e0dc;
  text-align: center;
}

.link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 17px;
  padding-left: 17px;
  border: 1px solid #58e0dc;
  border-radius: 15px;
  color: #58e0dc;
  line-height: 30px;
  text-decoration: none;
}

.crew {
  color: hsla(0, 0%, 100%, 0.78);
}

.form-tt {
  margin-bottom: 10px;
  font-size: 2vw;
  line-height: 140%;
}

.form-titulares {
  margin-bottom: 20px;
}

.form-back {
  height: 80vh;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-back.addresses {
  padding: 55px;
  background-image: none;
}

.pre-ftr {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #171568;
}

.for-titular {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.main-nav {
  position: static;
  display: none;
}

.top-arrow-wrpr {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 60px;
  height: 20%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.hero-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 380px;
  margin-top: 0px;
  padding-top: 75px;
  -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: #3d3a9b;
  text-align: center;
}

.hero-in.sobre-spazi {
  padding-top: 115px;
  background-image: url('../images/hdr-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.hero-in.contact {
  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/call-to-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/call-to-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.hi-wrpr {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-transform: uppercase;
}

.hi-divider {
  display: block;
  width: 10%;
  height: 2px;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.col {
  width: 50%;
  min-height: 100px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.col._1-3 {
  width: 33.3333%;
}

.col._1-4 {
  width: 25%;
}

.col.no-pdd {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.col.spazi-cat {
  padding-right: 40px;
  padding-left: 40px;
}

.image-frame {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
}

.image-frame.special {
  margin-top: 40px;
}

.sub-titlte {
  margin-bottom: 25px;
  font-size: 130%;
  line-height: 150%;
}

.h2-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
}

.cliente-link-card {
  display: block;
  background-color: #fff;
  text-align: center;
}

.post-card {
  position: relative;
  overflow: hidden;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #7e7e7e;
  text-decoration: none;
}

.post-card:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #131151;
}

.post-card._1-3 {
  width: 31.3333%;
  margin-bottom: 20px;
}

.pc-image {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #fafafa;
}

.pc-brief {
  padding: 20px;
  background-color: #fff;
}

.servicios-bg {
  margin-top: 95px;
}

.servicios-bg.servicios-hdr {
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
  background-image: url('../images/hdr-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.servicios-bg.hdr-motores {
  background-image: url('../images/hdr-motores.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicios-bg.control-acceso {
  background-image: url('../images/hero-home-slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicios-bg.mantenimieto-hero {
  background-image: url('../images/especiales-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicios-bg.auto-hero {
  background-image: url('../images/especiales-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicios-bg.fab-puertas-hero {
  background-image: url('../images/especiales-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.side-image-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  -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;
  background-color: #fff;
}

.sic-image-wrpr {
  width: 30%;
  height: auto;
  border: 1px solid #e7e7e7;
}

.sic-brief-wrpr {
  width: 70%;
  padding-top: 10px;
  padding-left: 20px;
}

.spacer {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #ccc;
}

.proyect-card {
  position: relative;
  overflow: hidden;
}

.lightbox {
  position: relative;
  overflow: hidden;
}

.hero-special-container {
  padding-right: 10%;
  padding-left: 10%;
  color: #fff;
  text-align: center;
}

.tel-group.whatsblk {
  padding-top: 5px;
  padding-left: 50px;
  background-image: url('../images/icon-whats.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tel-group.icon-tel {
  padding-top: 5px;
  padding-left: 50px;
  background-image: url('../images/icon-tel.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.main-tb-shade {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  background-color: #131151;
}

.fixed-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 12px 20px 6px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #131151;
  text-align: center;
}

.fixed-nav.show {
  height: 80px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fixed-brand {
  width: 140px;
  margin-left: 0px;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.call-to-btn {
  padding: 0px 20px 0px 45px;
  border-radius: 25px;
  background-color: #dbdb26;
  background-image: url('../images/tel-icon.svg');
  background-position: 6% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #131151;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.call-to-btn:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.catalogo-bloque {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: auto;
  padding-right: 50%;
  padding-left: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #131151;
}

.logo-ftr {
  width: 200px;
  margin-bottom: 20px;
}

.li-rt {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.li-rt ul {
  line-height: 150%;
}

.side-image {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 40%;
  margin-top: auto;
  box-shadow: 35px 35px 60px 0 rgba(0, 0, 0, 0.41);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.drpr-nav {
  float: left;
}

.drpr-icon {
  display: none;
}

.drpr-li.w--open {
  overflow: hidden;
  margin-top: 40px;
  margin-left: 1px;
  border-radius: 0px 6px 6px;
  background-color: #4580aa;
}

.drpr-btn-nav {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.drpr-btn-nav:hover {
  background-color: #39729b;
}

.drpr-btn-nav.w--current {
  background-color: #5392be;
  color: #fff;
}

.fb-nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding: 10px 20px;
  background-color: #fff;
}

.flipbook-widget {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  padding-top: 60px;
}

.embed {
  height: 100%;
}

.fb-spazi {
  width: 100px;
}

.fb-main-nav {
  float: right;
}

.s-card {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sc-image {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #f5f5f5;
}

.sc-info {
  padding: 30px;
}

.thnx-card {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 500px;
  min-height: 100px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #131151;
  text-align: center;
}

.thnx-body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 17, 81, 0.95)), to(rgba(19, 17, 81, 0.95))), url('../images/portfolio-demo.jpg');
  background-image: linear-gradient(180deg, rgba(19, 17, 81, 0.95), rgba(19, 17, 81, 0.95)), url('../images/portfolio-demo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.thnx-card-body {
  overflow: hidden;
  padding: 24px;
}

.thnx-c-ftr {
  padding: 24px;
  background-color: #f4f4f4;
}

.thnx-logo {
  width: 200px;
}

.fast-hero {
  position: relative;
  overflow: hidden;
  height: 760px;
  margin-top: 40px;
  padding-top: 0px;
  background-image: url('../images/slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.address-card {
  padding: 50px;
  color: #131151;
  font-style: normal;
}

.address-blk {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-style: normal;
}

.add-tt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.add-data {
  margin-bottom: 5px;
  line-height: 140%;
}

.contacto-bloke-main {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.cbm-col {
  width: 50%;
  min-height: 100px;
  background-color: #fff;
}

.cbm-col.bg-main {
  background-color: #131151;
}

.form-card {
  margin-right: auto;
  margin-left: auto;
  padding: 10%;
}

.call-to-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  min-height: 100px;
  background-color: #fff;
}

.call-to-spazi {
  position: relative;
  height: 40px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 20px;
  background-color: #dbdb26;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.ctb-frame {
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  float: left;
  border-radius: 20px;
}

.cts-txt {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.image-2 {
  display: block;
  overflow: visible;
}

.call-to-wrpr-ftb {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.help-bar-mov {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  min-height: 60px;
  text-align: center;
}

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

.top-nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 2%;
  padding-left: 2%;
  -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: #080738;
}

.main-nav-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -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;
}

.whatsapp-btn {
  display: block;
  height: 40px;
  padding-right: 15px;
  padding-left: 44px;
  border-radius: 25px;
  background-color: #2dd54d;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 10% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.whatsapp-btn:hover {
  background-color: #1cb93a;
}

.mn-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #131151;
}

.correos {
  margin-top: 20px;
}

.side-side {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f8f8f8;
}

.flex-center-content {
  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;
}

.hldr-side-content {
  width: 100%;
  max-width: 70%;
  min-height: 200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.1em;
  }

  img {
    width: 100%;
  }

  blockquote {
    font-size: 1.6em;
  }

  .hero {
    height: 600px;
    margin-top: 65px;
  }

  .blok.us-two {
    overflow: hidden;
  }

  .wrpr {
    width: 90%;
    min-width: auto;
  }

  .h-wrpr {
    width: 80%;
    min-width: auto;
  }

  .spazi {
    width: 160px;
  }

  .txt-logo {
    font-size: 30px;
  }

  .btn.big.white {
    font-size: 14px;
  }

  .hero-m-container {
    width: 80%;
  }

  .titular-blk {
    font-size: 3.8vw;
  }

  .btn-nav {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 1em;
  }

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

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

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

  .slide-4 {
    width: 50%;
  }

  .jet-card {
    height: 30vh;
  }

  .half-w-col.catalogo-link {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, #cfcbd0), color-stop(60%, rgba(207, 203, 208, 0.4))), url('../images/bg-catalogo.jpg');
    background-image: linear-gradient(90deg, #cfcbd0 21%, rgba(207, 203, 208, 0.4) 60%), url('../images/bg-catalogo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .half-w-col.motores-bloque {
    background-image: -webkit-gradient(linear, left top, right top, from(#cfcbd0), color-stop(22%, #cfcbd0), color-stop(65%, rgba(207, 203, 208, 0.4))), url('../images/bg-motores.jpg');
    background-image: linear-gradient(90deg, #cfcbd0, #cfcbd0 22%, rgba(207, 203, 208, 0.4) 65%), url('../images/bg-motores.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .itc-text {
    width: 100%;
  }

  .testimonial {
    width: 70%;
  }

  .flex-main-bar {
    padding-right: 1%;
    padding-left: 1%;
  }

  .flex-blok.gray {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-sub-tt {
    font-size: 2.4vw;
  }

  .h1-hero {
    font-size: 14px;
  }

  .sub-t-blk {
    font-size: 18px;
  }

  .cec-image {
    position: relative;
    width: 50%;
  }

  .cec-brief {
    width: 60%;
    margin-left: -10%;
    padding-right: 5%;
    padding-left: 15%;
    border-left-style: solid;
  }

  .cec-brief.invert {
    margin-right: -10%;
    margin-left: 0%;
    padding-right: 15%;
    padding-left: 5%;
    border-style: solid;
  }

  .quote-blk {
    width: 100%;
  }

  .cec-tag {
    font-size: 11px;
  }

  .cec-cliente-tag {
    font-size: 16px;
  }

  .cec-p {
    font-size: 100%;
  }

  .block-quote {
    font-size: 150%;
  }

  .spazi-form {
    width: 80%;
  }

  .send-btn {
    display: block;
    width: 100%;
  }

  .ftr-tt {
    font-size: 2.8vw;
  }

  .form-tt {
    font-size: 2.6vw;
  }

  .form-back {
    height: 600px;
  }

  .hero-in {
    height: 320px;
    margin-top: 150px;
  }

  .hero-in.contact {
    margin-top: 0px;
  }

  .sub-titlte {
    font-size: 70%;
  }

  .h2-title {
    font-size: 100%;
  }

  .servicios-bg {
    margin-top: 86px;
  }

  .servicios-bg.servicios-hdr {
    margin-top: 65px;
    padding-top: 120px;
  }

  .catalogo-bloque {
    padding-right: 30%;
  }

  .side-image {
    width: 80%;
    margin-right: -34%;
  }

  .call-to-spazi {
    margin-top: 4px;
    padding-right: 6px;
  }

  .ctb-frame {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
}

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

  h2 {
    font-size: 1.6em;
    line-height: 135%;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.9em;
  }

  blockquote {
    font-size: 1.4em;
  }

  .hero {
    height: 500px;
    margin-top: 60px;
  }

  .blok.product-engine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .spazi {
    width: 150px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 2.8em;
  }

  .btn.brdr.big {
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }

  .btn.big.white {
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }

  .hero-m-container {
    width: 100%;
    margin-top: 10%;
    text-align: center;
  }

  .modal-shade {
    z-index: 500;
  }

  .titular-blk {
    font-size: 4.2vw;
  }

  .brgr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
  }

  .main-sider {
    display: block;
  }

  .slide {
    background-image: none;
  }

  .slide-2 {
    background-image: none;
  }

  .slide-3 {
    background-image: none;
  }

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

  .mask {
    width: 80%;
  }

  .a-arrow {
    width: 10%;
  }

  .r-arrow {
    width: 10%;
  }

  .service-card {
    width: 48%;
  }

  .boton {
    display: block;
  }

  .jet-card {
    width: 100%;
  }

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

  .half-w-col.catalogo-link {
    height: 400px;
  }

  .half-w-col.motores-bloque {
    height: 400px;
  }

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

  .hwc-bg-card {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sw-tt {
    font-weight: 700;
    text-transform: uppercase;
  }

  .acc-content {
    padding-left: 0px;
    background-color: #f3f3f3;
  }

  .acc-content.opened {
    border-left: 2px solid #ccc;
  }

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

  .acc-hdr {
    height: 50px;
    margin-bottom: 0px;
    padding-left: 15px;
    color: #131151;
    font-size: 16px;
    line-height: 50px;
    text-transform: none;
  }

  .accordion.mn-drpr {
    display: block;
    margin-bottom: 0px;
    border-bottom-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .social-botonera {
    display: none;
  }

  .modal-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    width: 80%;
    padding-top: 10px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .modal-nav.show {
    display: block;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .mn-hdr {
    position: relative;
  }

  .mn-close {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    float: right;
  }

  .mn-content {
    padding-top: 10px;
  }

  .mn-btn {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    color: #131151;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
  }

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

  .slide-blok {
    height: 100%;
  }

  .sub-t-blk {
    font-size: 16px;
  }

  .tel-link.on-mov {
    display: block;
  }

  .tel-txt.on-desk {
    display: none;
  }

  .spazi-form {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .arrow-form {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    border-top: 20px solid #efeff6;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }

  .form-tt {
    font-size: 4vw;
  }

  .form-back {
    display: none;
  }

  .hero-in {
    height: 260px;
    margin-top: 140px;
  }

  .hero-in.contact {
    height: 400px;
    padding-top: 115px;
  }

  .hi-wrpr {
    margin-top: 0%;
  }

  .col._1-4 {
    width: 50%;
  }

  .col.fw {
    width: 100%;
  }

  .image-frame {
    margin-top: 20px;
  }

  .post-card {
    width: 48%;
    margin-bottom: 20px;
  }

  .servicios-bg {
    margin-top: 87px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .servicios-bg.servicios-hdr {
    margin-top: 70px;
    padding-top: 110px;
  }

  .sic-image-wrpr {
    width: 100%;
    margin-bottom: 15px;
  }

  .sic-brief-wrpr {
    width: 100%;
    padding: 0px;
  }

  .tel-group.whatsblk {
    display: none;
  }

  .tel-group.icon-tel {
    display: none;
  }

  .fixed-nav {
    height: auto;
    padding: 10px 20px;
  }

  .side-image {
    position: static;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: -3px 20px 40px -10px rgba(0, 0, 0, 0.41);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .thnx-card {
    width: 80%;
  }

  .fast-hero {
    height: 600px;
  }

  .contacto-bloke-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cbm-col {
    width: 100%;
  }

  .call-to-spazi {
    height: 30px;
    padding-left: 28px;
    background-image: url('../images/icon-tel-black.svg');
    background-position: 7% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 30px;
  }

  .ctb-frame {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 150px;
  }

  .text-block {
    font-size: 12px;
  }

  .help-bar-mov {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .whatsapp-btn {
    height: 30px;
    padding-left: 35px;
    border-radius: 15px;
    background-size: 24px;
    font-size: 12px;
    line-height: 30px;
  }

  .btnr-nav {
    display: none;
  }

  .side-side {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sideimage {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8em;
    line-height: 130%;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.1em;
    line-height: 145%;
  }

  h4 {
    font-size: 1em;
    line-height: 140%;
  }

  h6 {
    font-size: 0.8em;
  }

  blockquote {
    font-size: 1.2em;
    text-align: center;
  }

  .hero {
    height: 500px;
  }

  .blok.grey {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blok.intro {
    padding-top: 40px;
  }

  .h-wrpr {
    width: 90%;
    margin-top: 18%;
  }

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

  .tb-l-wrpr {
    display: none;
  }

  .spazi {
    width: 140px;
  }

  .txt-logo {
    font-size: 20px;
  }

  .v-wrpr.m-brake {
    position: relative;
    top: 0%;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-title {
    font-size: 1.8em;
    line-height: 120%;
  }

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

  .hero-m-container {
    width: 100%;
    text-align: center;
  }

  .titular-blk {
    margin-bottom: 40px;
    font-size: 6vw;
  }

  .second-bar {
    overflow: hidden;
    padding: 9px 10px;
  }

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

  .slide-4 {
    width: 100%;
  }

  .service-card {
    width: 98%;
  }

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

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

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

  .testimonial {
    width: 90%;
  }

  .quote-author {
    text-align: center;
  }

  .quote-title {
    text-align: center;
  }

  .sq-r-arrow {
    display: none;
  }

  .sq-l-arrow {
    display: none;
  }

  .tb-r-wrpr {
    display: none;
  }

  .flex-main-bar {
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .fw-tb-c-wrpr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .modal-nav {
    width: 100%;
  }

  .hero-sub-tt {
    font-size: 4vw;
  }

  .sub-t-blk {
    font-size: 13px;
  }

  .caso-e-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cec-image {
    overflow: hidden;
    width: 100%;
    height: 240px;
  }

  .cec-brief {
    width: 100%;
    margin-left: 0%;
    padding: 20px;
    border-style: none;
  }

  .cec-brief.invert {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
  }

  .tb-center-wrpr {
    display: none;
  }

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

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

  .bold-text {
    font-size: 3.6vw;
  }

  .btn-mov-tel {
    display: block;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: transparent;
    background-image: url('../images/tel-icon_1.svg');
    background-position: 6px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
  }

  .btn-mov-tel.hide {
    display: none;
  }

  .mov-modal-call-btn {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 1500px;
    z-index: 1100;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
  }

  .mov-modal-call-btn.show {
    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;
    opacity: 1;
  }

  .mov-tel-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
  }

  .mtc-hdr {
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #131151;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .mov-tel-btn {
    display: block;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 45px;
    border-bottom: 1px solid #c8c8c8;
    background-color: #fff;
    background-image: url('../images/tel-arrow-blue.svg'), url('../images/tel-icon.svg');
    background-position: 97% 50%, 10px 50%;
    background-size: 30px, 30px;
    background-repeat: no-repeat, no-repeat;
    font-family: Roboto, sans-serif;
    color: #131151;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .mov-tel-btn.whatsapp {
    background-image: url('../images/tel-arrow-blue.svg'), url('../images/whatsapp-b.svg');
    background-position: 97% 50%, 10px 50%;
    background-size: 30px, 30px;
    background-repeat: no-repeat, no-repeat;
  }

  .mtc-ftr {
    padding: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #7e7e7e;
    font-size: 12px;
    text-align: center;
  }

  .mmcb-close-wrpr {
    width: 80%;
    margin-bottom: 10px;
    text-align: center;
  }

  .close-btn {
    height: 40px;
    padding: 0px 40px 0px 20px;
    border-radius: 20px;
    background-color: #df3e16;
    background-image: url('../images/close-icon.svg');
    background-position: 84% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .ftr-tt {
    font-size: 5vw;
  }

  .link {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 24px;
  }

  .form-tt {
    font-size: 7vw;
  }

  .form-titulares {
    text-align: center;
  }

  .block-quote-2 {
    font-size: 130%;
    text-align: center;
  }

  .hero-in {
    height: 180px;
    margin-top: 130px;
  }

  .hero-in.contact {
    height: 300px;
    padding-top: 90px;
  }

  .col {
    width: 100%;
  }

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

  .col._1-4 {
    width: 100%;
  }

  .sub-titlte {
    font-size: 80%;
  }

  .h2-title {
    padding-right: 2%;
    padding-left: 2%;
    font-size: 110%;
  }

  .pc-brief {
    padding: 10px;
  }

  .servicios-bg {
    margin-top: 80px;
  }

  .servicios-bg.servicios-hdr {
    padding-top: 80px;
  }

  .servicios-bg.control-acceso.cms-editable {
    margin-top: 82px;
  }

  .tel-group.whatsblk {
    display: none;
  }

  .tel-group.icon-tel {
    display: none;
  }

  .call-to-btn {
    display: none;
  }

  .fast-hero {
    height: 520px;
  }

  .call-to-spazi {
    padding-right: 2px;
    padding-left: 22px;
    background-position: 5% 50%;
  }

  .call-to-wrpr-ftb {
    display: none;
  }

  .help-bar-mov {
    display: block;
  }

  .whatsapp-btn {
    padding-right: 12px;
    padding-left: 32px;
  }

  .hldr-side-content {
    max-width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#w-node-e18cd0ca-46d7-2d85-6ac6-72986434fb68-7a4b0b79 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c53a69d-5974-b941-003a-2649b91932c1-7a4b0b79 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

