h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 270%;
  line-height: 140%;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 250%;
  line-height: 135%;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 190%;
  line-height: 140%;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 160%;
  line-height: 130%;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 115%;
  line-height: 160%;
  font-weight: 300;
}

h6 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  font-size: 90%;
  line-height: 160%;
  font-weight: 300;
}

p {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 95%;
  line-height: 170%;
  font-weight: 400;
}

a {
  color: #9ac65c;
  text-decoration: underline;
}

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

.botonera {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
}

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

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

.boton {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #280e08;
  border-radius: 2px;
  background-color: #280e08;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Lato, sans-serif;
  text-align: center;
}

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

.boton.medium {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
}

.boton.medium.icon-right {
  padding-right: 45px;
  background-position: 95% 50%;
  background-size: 35px;
}

.boton.big {
  padding: 15px 22px;
  font-size: 18px;
  line-height: 24px;
}

.boton.big.icon-right {
  padding-right: 50px;
  background-size: 40px;
}

.boton.icon-right {
  padding-right: 40px;
  background-image: url('../images/eye-b.svg');
  background-position: 95% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.boton.icon-right.facebook {
  border-style: none;
  background-color: #4468b0;
  background-image: url('../images/mesenger-icon.svg');
  background-size: 24px;
}

.boton.icon-right.whatsapp {
  border-style: none;
  background-color: #4bd65b;
  background-image: url('../images/whatsapp.svg');
  background-position: 95% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.boton.icon-left {
  padding-left: 40px;
  background-image: url('../images/eye-b.svg');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.boton.brdr {
  border: 1px solid #9ac65c;
  background-color: transparent;
  color: #9ac65c;
}

.boton.brdr:hover {
  background-color: #9ac65c;
  color: #280e08;
}

.boton.brdr.icon-right:hover {
  background-color: #badefd;
}

.boton.brdr.icon-right.facebook {
  border-color: #fff;
  background-image: url('../images/facebook-icon-white.svg');
  background-position: 97% 50%;
  background-size: 28px;
  color: #fff;
}

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

.boton.txt-link {
  border-style: none;
  background-color: transparent;
  color: #3898ec;
}

.boton.txt-link:hover {
  border: 0px none transparent;
  text-decoration: underline;
}

.boton.ico-btn {
  width: 42px;
  height: 42px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/eye-b.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: transparent;
  text-align: center;
}

.boton.enviar {
  display: block;
  width: 50%;
}

.boton.green {
  border-color: #9ac65c;
  background-color: #9ac65c;
}

.boton.green:hover {
  border-color: #6a8f35;
  background-color: #6a8f35;
}

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

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

.topbar.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.topbar.no-bg {
  position: relative;
  background-color: transparent;
}

.wrpr {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.a-center {
  text-align: left;
}

.brand {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.side-main-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 24%;
  background-color: #badefd;
}

.main-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 76%;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #f1f1f1;
}

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

.simple-navbar {
  background-color: transparent;
}

.hero {
  height: 740px;
  margin-top: 109px;
  background-color: #e1ecf3;
}

.bloque {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloque.big-leyend {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-style: none;
  border-bottom-style: none;
  background-color: #9ac65c;
  color: #280e08;
  text-align: center;
}

.bloque.grey {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
  background-image: url('../images/subtle_white_feathers_2X.png');
  background-position: 0px 0px;
  background-size: 500px;
}

.bloque.b-contact {
  background-color: #9ac65c;
  background-image: -webkit-linear-gradient(270deg, rgba(154, 198, 92, .88), rgba(154, 198, 92, .88)), url('../images/bg-contacto.gif');
  background-image: linear-gradient(180deg, rgba(154, 198, 92, .88), rgba(154, 198, 92, .88)), url('../images/bg-contacto.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.bloque.gracias {
  padding-top: 180px;
}

.service-card {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

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

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

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

.slide-4.padding {
  padding-right: 9px;
  padding-left: 9px;
}

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

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

.titular-blok {
  margin-bottom: 40px;
  text-align: left;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
  color: #fff;
}

.slide-bg {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-1.jpg');
  background-image: linear-gradient(180deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-bg.dos {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-2.jpg');
  background-image: linear-gradient(180deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-bg.tres {
  background-image: -webkit-linear-gradient(270deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-3.jpg');
  background-image: linear-gradient(180deg, rgba(40, 14, 8, .6), rgba(40, 14, 8, .6)), url('../images/slider-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.h1-hero {
  margin-bottom: 15px;
  font-size: 400%;
}

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

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

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

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

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

.newsletter-blok {
  text-align: center;
}

.hldr-input-news {
  display: inline-block;
  width: 80%;
  float: left;
}

.hldr-btn-news {
  display: inline-block;
  width: 20%;
  float: left;
}

.boton-news {
  display: block;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

.succes-newsletter {
  background-color: #a8e7a5;
  color: rgba(0, 0, 0, .5);
}

.boton-icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #000;
  border-radius: 25px;
  background-image: url('../images/icon-demo.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.boton-icon:hover {
  background-color: #e6e6e6;
}

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

.footer {
  background-color: #494949;
}

.ul-li-footer {
  margin-bottom: 10px;
}

.a-footer {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.a-footer:hover {
  text-decoration: underline;
}

.footer-brand {
  width: 80%;
  margin-bottom: 40px;
}

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

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

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

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

.footer-info {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #280e08;
  color: #fff;
}

.info-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3b3b3b;
  font-family: 'Droid Sans', sans-serif;
  color: #e6e6e6;
  font-size: 11px;
  text-align: center;
}

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

.mask.full-w {
  width: 100%;
}

.fv-bloq {
  height: 100vh;
  background-color: #f6f6f6;
}

.base-slider {
  height: 500px;
  background-color: transparent;
  text-align: center;
}

.slide-5 {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  background-color: #000;
}

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

.hldr-pro-img {
  padding: 0px;
}

.side-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  background-color: #e6e6e6;
}

.content-side {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  width: 80%;
  background-color: #f5faff;
}

.sc-blok {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sc-blok.full-bg-img {
  height: 50vh;
  background-image: url('../images/bmw-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.sc-main-slider {
  height: 600px;
  color: #fff;
  text-align: center;
}

.slider-one {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.slide-two {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.slide-tres {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.sn-hdr {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

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

.sn-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.sn-nav-btn {
  display: block;
}

.sn-brand {
  width: 120px;
}

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

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

.pro-card-img.full-card {
  border-bottom-style: none;
}

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

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

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

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

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

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

.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-label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #c8f0a3;
  -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: #363636;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.pro-label.red {
  background-color: #f34c6e;
  color: #fff;
}

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

.pro-cardinfo-link {
  display: block;
  font-weight: 700;
}

.small-pro-info-card {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, .8);
  color: #000;
}

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

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

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

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

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

.sh-hero {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 100vh;
  background-color: #0a1116;
  color: #fff;
  text-align: center;
}

.full-wh-slider {
  height: 100%;
}

.slide-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bmw-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.sh-body {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: block;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px 6px 0px 0px;
}

.sh-blok {
  padding: 20px;
}

.sh-content {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: auto;
  width: 960px;
  height: auto;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: hsla(0, 0%, 100%, .95);
}

.tb-bg-shade {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.navbar {
  background-color: transparent;
}

.tb-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.nav-link {
  color: #fff;
}

.container {
  padding-top: 115px;
}

.contact-bar {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #99c755;
  font-family: Lato, sans-serif;
  color: #fff;
}

.wrpr-bar {
  position: relative;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.l-wrpr {
  float: left;
}

.r-wrpr {
  float: right;
}

.ec-topbar {
  position: relative;
  height: auto;
}

.wrpr-ec-tb {
  display: block;
  width: 90%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
}

.logo {
  width: 200px;
}

.nav {
  display: inline-block;
  float: right;
}

.menu {
  float: right;
}

.brgr {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #280e08;
  border-radius: 2px;
}

.s-cart {
  position: relative;
  width: 40px;
  height: 40px;
  float: right;
}

.drpr-shppr {
  display: block;
  width: 40px;
  height: 40px;
}

.sc-drps-tgl {
  width: 40px;
  height: 40px;
  padding: 0px;
}

.sc-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

.second-bar {
  position: relative;
  height: 40px;
  background-color: #ebebeb;
}

.sc-drpr-card {
  width: 300px;
  min-height: 100px;
  padding: 10px;
}

.sc-drpr-body {
  top: 0px;
  right: 0px;
}

.sc-drpr-body.w--open {
  margin-top: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
}

.sc-hdr {
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #e6e6e6;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.pro-cart-counter {
  position: static;
  left: 0px;
  top: 0px;
}

.pro-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 22px;
  margin-top: -5px;
  margin-right: -5px;
  padding: 0px;
  border-radius: 11px;
  background-color: #c8f0a3;
  color: #7bac4e;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.pro-couter-txt {
  line-height: 22px;
  text-align: center;
}

.sc-drp-pro-card {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 6px;
}

.sc-drp-pro-card:hover {
  padding: 6px;
  background-color: #f8f8f8;
}

.sc-pro-card-img {
  position: static;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  float: left;
}

.sc-pro-info-card {
  position: relative;
  width: 200px;
  padding-right: 20px;
  padding-left: 14px;
  float: left;
}

.sc-pro-name {
  font-family: Lato, sans-serif;
  color: #7c7c7c;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.sc-pro-price {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.sc-delete-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  margin-right: -5px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

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

.sc-resume {
  margin-top: 6px;
  margin-bottom: 10px;
  padding: 12px 6px;
  border-top: 1px dashed #9c9c9c;
}

.sc-subtotal {
  display: inline-block;
  font-family: 'Droid Sans', sans-serif;
  color: #9c9c9c;
  font-weight: 700;
  text-transform: uppercase;
}

.sc-subtotal-price {
  display: inline-block;
  float: right;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.sc-boton {
  display: block;
  margin-bottom: 10px;
  background-color: #9c9c9c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sc-boton.checkout {
  margin-bottom: 0px;
  background-color: #96e949;
  color: #000;
}

.hidrosiembra {
  width: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-btn {
  padding: 30px 10px;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
}

.nav-btn.w--current {
  background-color: #9ac65c;
  color: #fff;
}

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

.big-txt {
  font-size: 260%;
}

.titular {
  font-weight: 700;
  text-align: center;
}

.sub-tt {
  text-align: center;
}

.s-divider {
  width: 60px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #9ac65c;
}

.s-titular {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.tt-dash {
  color: #9ac65c;
  font-weight: 700;
}

.bloque-imagen {
  margin: 40px -9px 80px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #9ac65c;
  border-bottom: 1px solid #9ac65c;
}

.lightbox {
  display: block;
  height: auto;
  margin-bottom: 20px;
}

.link {
  color: #9ac65c;
}

.ok-icon {
  margin-bottom: 40px;
}

.pre-art-card {
  position: relative;
  padding: 20px 20px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.pac-img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.articulos-feed-row {
  margin-bottom: 60px;
}

.btn-banner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 240px;
}

.hover-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(154, 198, 92, .8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.hover-div:hover {
  background-color: rgba(154, 198, 92, .92);
}

.hover-div.cafe {
  background-color: rgba(40, 14, 8, .6);
}

.hover-div.cafe:hover {
  background-color: rgba(40, 14, 8, .8);
}

.btn-banne-rimg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/que-es-la-hidrosiembre.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bb-txt {
  margin-bottom: 0px;
  font-size: 250%;
}

.h2-hero {
  font-size: 220%;
}

.hero-in {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin-top: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 14, 8, .8), rgba(40, 14, 8, .8)), url('../images/hidrosiembra-desde-el-aire.jpg');
  background-image: linear-gradient(180deg, rgba(40, 14, 8, .8), rgba(40, 14, 8, .8)), url('../images/hidrosiembra-desde-el-aire.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #9ac65c;
}

.ih-wrpr {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 4px solid #9ac65c;
}

.rt ul {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

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

.address {
  font-style: normal;
}

.facebook-share {
  display: none;
  padding: 4px 10px;
  font-size: 12px;
}

.tel-link {
  display: inline-block;
  color: #280e08;
}

.video-grid {
  position: relative;
  width: 100%;
}

.video-frame {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

html.w-mod-js *[data-ix="slide-pro-first"] {
  opacity: 0.5;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  h6 {
    font-size: 11px;
    line-height: 21px;
  }
  p {
    font-size: 12px;
    line-height: 22px;
  }
  .wrpr {
    width: 90%;
  }
  .slide-4 {
    width: 50%;
  }
  .h1-hero {
    font-size: 350%;
    line-height: 140%;
  }
  .wrpr-bar {
    width: 90%;
  }
  .big-txt {
    font-size: 220%;
    line-height: 130%;
  }
  .h2-hero {
    font-size: 200%;
    line-height: 135%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 12px;
    line-height: 22px;
  }
  h6 {
    font-size: 10px;
    line-height: 20px;
  }
  p {
    font-size: 11px;
    line-height: 21px;
  }
  .boton {
    display: block;
  }
  .boton.enviar {
    width: 100%;
  }
  .boton.full-mob {
    display: block;
  }
  .hero {
    margin-top: 100px;
  }
  .bloque.big-leyend {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .right-arrow {
    width: 10%;
  }
  .left-arrow {
    width: 10%;
  }
  .h1-hero {
    font-size: 300%;
    line-height: 120%;
  }
  .mask {
    width: 80%;
  }
  .paragraph {
    font-size: 11px;
    line-height: 21px;
  }
  .nav {
    float: right;
  }
  .menu {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .brgr {
    display: block;
    float: right;
  }
  .nav-menu {
    margin-top: 74px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
  }
  .nav-btn.w--current {
    background-color: #fff;
    color: #9ac65c;
  }
  .big-txt {
    font-size: 200%;
  }
  .menu-button {
    margin-top: 6px;
    padding: 14px;
    color: #280e08;
    font-size: 30px;
  }
  .menu-button.w--open {
    margin-top: 8px;
    background-color: transparent;
    color: #9ac65c;
  }
  .h2-hero {
    font-size: 150%;
  }
  .video-frame {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
  }
  h5 {
    font-size: 10px;
    line-height: 20px;
  }
  h6 {
    font-size: 9px;
    line-height: 19px;
  }
  p {
    font-size: 10px;
    line-height: 20px;
  }
  .hero {
    height: 450px;
    margin-top: 90px;
  }
  .bloque.big-leyend {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .slide-4 {
    width: 100%;
  }
  .h1-hero {
    font-size: 240%;
    line-height: 120%;
    text-align: center;
  }
  .big-txt {
    font-size: 160%;
  }
  .h2-hero {
    font-size: 120%;
    text-align: center;
  }
}

