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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
}

li {
  margin-bottom: 10px;
}

form {
  padding: 10px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 93.3%, 0.85);
  text-align: center;
}

.nav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004e90;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #005d9a), color-stop(48%, #005d9a), to(#149aee));
  background-image: linear-gradient(90deg, #005d9a 5%, #005d9a 48%, #149aee);
}

.banner {
  padding-top: 77px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, 0.5)), to(rgba(99, 99, 99, 0.5)));
  background-image: linear-gradient(180deg, rgba(99, 99, 99, 0.5), rgba(99, 99, 99, 0.5));
}

.section {
  padding-top: 50px;
  padding-bottom: 75px;
  text-align: center;
}

.section.color {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00818c;
  background-image: -webkit-gradient(linear, left top, right top, from(#004e90), to(#007ccf));
  background-image: linear-gradient(90deg, #004e90, #007ccf);
  color: #fff;
}

.section.grey {
  padding-top: 39px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}

.section.image-back {
  padding-bottom: 60px;
  background-color: #00468b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 78, 144, 0.7)), to(rgba(0, 78, 144, 0.7))), url('../images/img-hosepower-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 78, 144, 0.7), rgba(0, 78, 144, 0.7)), url('../images/img-hosepower-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.map {
  padding-top: 31px;
}

.input-style {
  border-radius: 6px;
}

.contact {
  padding-top: 15px;
  font-size: 28px;
  line-height: 50px;
  text-align: right;
}

.tel {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.icon-box {
  display: block;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.icon-box.usos {
  margin-bottom: 15px;
  border-width: 3px;
  border-color: #005093;
}

.icon-title {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.section-title {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 75px;
  font-weight: 300;
}

.banner-subtitle {
  margin-bottom: 25px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.banner-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.section-subtitle {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.section-subtitle.direccion {
  margin-top: 15px;
  border-bottom-style: none;
}

.service-title {
  font-size: 18px;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #00d19f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #08ecb6;
}

.button.chico {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.button.productos {
  margin-top: 35px;
  margin-bottom: 30px;
}

.banner-slider {
  position: absolute;
  left: 0px;
  top: 87px;
  right: 0px;
  z-index: -1;
  height: 575px;
}

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

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

.slider3 {
  position: relative;
  background-image: url('../images/fondo3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-col {
  text-align: left;
}

.left-col {
  text-align: right;
}

.cta-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d1d1d;
  text-align: center;
}

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

.image {
  border-radius: 6px;
  opacity: 1;
}

.image._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.div-block {
  position: relative;
}

.text-block {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.sub {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none #c2c2c2;
}

.text-block-2 {
  font-size: 18px;
}

.row-2 {
  margin-top: 30px;
  margin-bottom: 21px;
}

.text-block-3 {
  margin-top: 5px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.text-block-4 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.slider {
  height: auto;
  background-color: transparent;
  text-align: center;
}

.row-3 {
  text-align: center;
}

.slide {
  background-image: url('../images/slider1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/img-hosepower-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/slider4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/img-hosepower-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/img-hosepower-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.detalles {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: #ff2900;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.error-message {
  position: absolute;
  left: 0px;
  top: -12px;
  right: 0px;
  bottom: -12px;
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ddd;
  text-align: center;
}

.text-block-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.column {
  padding-top: 34px;
}

.text-block-6 {
  line-height: 20px;
}

.text-block-7 {
  line-height: 20px;
}

.column-2 {
  padding-top: 0px;
}

.bold-text {
  font-size: 20px;
  font-weight: 400;
}

html.w-mod-js *[data-ix="clickandshow"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media screen and (max-width: 991px) {
  .nav {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding-top: 26px;
    padding-bottom: 5px;
    text-align: center;
  }

  .contact {
    padding-top: 20px;
    text-align: center;
  }

  .section-title {
    font-size: 34px;
  }

  .banner-subtitle {
    margin-bottom: 18px;
  }

  .banner-title {
    font-size: 40px;
  }

  .button.chico {
    margin-bottom: 25px;
  }

  .banner-slider {
    top: 163px;
    height: 600px;
  }

  .row {
    padding-bottom: 0px;
  }

  .image {
    position: static;
  }

  .div-block {
    display: block;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    text-align: center;
  }

  .section.map {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact {
    font-size: 22px;
    text-align: center;
  }

  .icon {
    margin-bottom: 24px;
  }

  .button.chico {
    margin-bottom: 30px;
  }

  .banner-slider {
    top: 166px;
    height: 910px;
  }

  .cta-title {
    font-size: 20px;
    line-height: 30px;
  }

  .row {
    padding-bottom: 0px;
  }

  .div-block {
    width: 100%;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 20px;
  }
}

