:root {
  --dark-slate-blue: #003b62;
  --cadet-blue: #37aabd;
  --white: white;
  --black: black;
  --dark-slate-grey: #0f597a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  text-align: center;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-4---Editada.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form {
  text-align: center;
  background-color: #003b6200;
  padding: 10px;
}

.text-field {
  opacity: 1;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  box-shadow: 1px 1px 20px #000;
}

.text-field-2, .text-field-3 {
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  box-shadow: 1px 1px 20px #000;
}

.textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  border-radius: 0;
  height: 80px;
  box-shadow: 1px 1px 20px #000;
}

.submit-button {
  background-color: #312b75;
  border-radius: 0;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 3px 3px 20px #000;
}

.submit-button:hover {
  background-color: #e21719;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 27px #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-3 {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.section-3 {
  background-color: #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3.diferenciales {
  text-align: center;
  background-color: #dadada;
}

.div-block {
  background-color: var(--cadet-blue);
  text-align: center;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  margin: auto;
}

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

.text-block {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.column-2, .column-3, .column-4 {
  text-align: center;
}

.error-message {
  text-align: center;
  background-color: #dadada;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.column-5 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-4 {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-4.direccion {
  margin-bottom: 15px;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.columns {
  margin-bottom: 20px;
}

.section-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-6.cta {
  background-image: linear-gradient(#0009, #0009), url('../images/como-instalar-aire-acondicionado-split-envio-gratis-D_NQ_NP_894911-MLA20656663583_042016-F.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 39px #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container {
  text-align: center;
}

.button-2 {
  background-color: #ff7a00;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #b4b4b4;
}

.section-7 {
  background-color: #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-7.marcas {
  padding-bottom: 35px;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-9 {
  text-align: center;
  background-color: #494949;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
}

.slider {
  background-color: #0000;
  height: 250px;
}

.nombre-prod {
  color: #fff;
  text-transform: uppercase;
  background-color: #e48128;
  padding: 10px 5px;
  font-size: 26px;
  line-height: 22px;
  text-decoration: none;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph.opinion {
  margin-left: 60px;
  margin-right: 60px;
}

.image-33, .image-34, .image-35 {
  border-radius: 0;
}

.column-16 {
  text-align: center;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-17 {
  text-align: center;
}

.typo {
  font-family: Great Vibes, cursive;
}

.banner-slider-2 {
  z-index: -1;
  height: 600px;
  margin-top: 100px;
  position: absolute;
  inset: 0%;
}

.sliderr {
  background-image: url('../images/1540929153.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sliderrr {
  background-image: url('../images/1540927836.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sliderrrr {
  background-image: url('../images/1540927905.jpg');
  background-position: 0 0;
  background-size: cover;
}

.banner-slider {
  z-index: -1;
  height: 560px;
  margin-top: 100px;
  position: absolute;
  inset: 0%;
}

.slide-1 {
  background-image: url('../images/como-instalar-aire-acondicionado-split-envio-gratis-D_NQ_NP_894911-MLA20656663583_042016-F.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/banner_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/banner_3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-2 {
  height: 500px;
}

.slide {
  background-image: url('../images/15-consejos-para-elegir-el-aire-acondicionado6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/instalacion-profesional-aire-acondicionado.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/LAVANGUARDIA_G_3470741-108-k9AG-U45830611550TJC-992x558LaVanguardia-Web.jpg');
  background-position: 0 0;
  background-size: cover;
}

.presupuesto {
  z-index: 2;
  background-color: #c90000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 150px;
  position: fixed;
}

.text-block-5 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-5.presupuesto {
  color: #fff;
  position: fixed;
}

.text-block-5.medios-pago {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.text-block-5.presupuesto {
  color: #fff;
  padding-left: 15px;
  position: fixed;
}

.image-45 {
  padding-left: 0;
  position: relative;
  left: 333px;
}

.medios-pago {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 160px;
  position: fixed;
  top: 280.891px;
}

.image-44 {
  margin-bottom: 10px;
  padding-top: 49px;
}

.column-18 {
  text-align: center;
}

.video {
  height: 350px;
}

.column-19 {
  text-align: center;
  padding-top: 10px;
}

.button-3 {
  background-color: #0fce7a;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-3:hover {
  background-color: #b4b4b4;
}

.presupuesto-3 {
  background-color: #c4d557;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 120px;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  margin-top: 14px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-46 {
  text-align: center;
}

.columns-2 {
  align-items: center;
  display: block;
}

.image-47 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-48 {
  margin-bottom: 3px;
  padding-bottom: 0;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.submit-button-2 {
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #b1b1b1;
}

.button {
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.select-field {
  font-family: Montserrat, sans-serif;
}

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

.banner-slider-3 {
  z-index: -1;
  width: auto;
  height: 650px;
  margin-top: 105px;
  position: absolute;
  inset: 0%;
}

.slide-6 {
  background-image: url('../images/sliders-cocina.png');
  background-position: 100%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/sliders-multiuso.png');
  background-position: 100%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/sliders-ropa.png');
  background-position: 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/sliders-vajilla.png');
  background-position: 100%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/sliders-bano.png');
  background-position: 100%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/sliders-vidrios.png');
  background-position: 100%;
  background-size: cover;
}

.heading-6 {
  color: #293c85;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.section-12 {
  text-align: center;
  background-color: #fff;
  padding: 40px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.grid {
  grid-template-rows: minmax(auto, 200fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.section-13 {
  text-align: center;
  padding: 40px 10px;
}

.paragraph-4 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-4 {
  color: #293c85;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #293c85;
  font-weight: 600;
  transition: all .3s;
}

.button-4:hover {
  color: #fff;
  background-color: #293c85;
}

.image-49 {
  text-align: center;
}

.section-14 {
  background-color: #dadada;
  padding: 40px 10px;
}

.container-2 {
  text-align: center;
}

.image-50 {
  width: 70%;
}

.form-block {
  margin-top: 0;
}

.form-3 {
  text-align: right;
  background-color: #0000;
  border: 1px #c7c7c7;
  margin-top: 0;
  padding: 0;
}

.input-style {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0081a5;
  border-radius: 3px;
  padding-top: 10px;
  font-size: 13px;
}

.input-style.select {
  background-color: #fff;
}

.input-style.select.prefijo {
  box-shadow: none;
  border-right-style: solid;
}

.submit-button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #003b62;
  border-radius: 3px;
  margin-top: 20px;
  font-weight: 700;
  transition: all .25s;
}

.submit-button-3:hover {
  color: #fff;
  background-color: #00b2d2;
}

.error-message-2 {
  z-index: 50;
  text-align: center;
  background-color: #134e60;
  border: 1px #8b8b8b;
  margin-top: 0;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0%;
}

.text-block-4 {
  color: #fff;
  margin-top: 22px;
  font-size: 16px;
}

.section-15 {
  text-align: center;
  background-color: #fff;
  padding: 60px 10px;
}

.div-block-2 {
  background-image: linear-gradient(90deg, #60b9c7, #59a5bf);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div-block-2._2 {
  background-image: linear-gradient(90deg, #59a5bf, #5493bc);
}

.div-block-2._3 {
  background-image: linear-gradient(90deg, #5493bc, #4c7db5);
}

.div-block-2._4 {
  background-image: linear-gradient(90deg, #4c7db5, #4159a8);
}

.text-block-6 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.section-16 {
  background-color: #dadada;
  padding: 60px 10px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.link-block {
  text-decoration: none;
}

.div-block-3 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.image-51 {
  margin-bottom: 20px;
}

.text-block-7 {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.section-17 {
  text-align: center;
  background-image: linear-gradient(#0003, #0003), url('../images/productos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 40px 10px;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.columns-3 {
  margin-bottom: 20px;
}

.text-block-8 {
  position: relative;
}

.div-block-4 {
  position: absolute;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 240px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .3s;
  display: flex;
}

.div-block-27._02 {
  background-image: linear-gradient(#00000080, #00000080), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  display: block;
}

.div-block-27._02.estandar {
  background-image: url('../images/producto.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-27._02.estandar.krea {
  background-image: url('../images/producto.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-27.movil, .div-block-27.no {
  display: none;
}

.text-block-44 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: static;
}

.text-block-44.destacado1 {
  opacity: .37;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-44.destacado1:hover {
  opacity: 1;
  border-radius: 6px;
}

.text-span {
  color: #293c85;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-5 {
  color: #293c85;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}

.icon {
  color: #293c85;
  padding-top: 0;
  transition: all .3s;
}

.icon:hover {
  color: #000;
}

.slider-3 {
  background-color: #ddd0;
  width: 105%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.column-20 {
  padding-left: 0;
}

.column-21 {
  padding-right: 0;
}

html.w-mod-js [data-ix="aparecer-desde-el-centro"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="aparecer-de-izq-a-der"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="aparecer-de-der-a-izq"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="aparecer-desde-el-centro-2"] {
  opacity: 0;
  transform: scale(.5);
}

@media screen and (max-width: 991px) {
  .section-2 {
    height: 680px;
  }

  .slider {
    height: 270px;
  }

  .banner-slider {
    height: 550px;
  }

  .text-block-5.presupuesto {
    display: none;
  }

  .medios-pago {
    z-index: 2;
    display: none;
  }

  .banner-slider-3 {
    height: 680px;
  }

  .form-block {
    margin-top: 0;
  }

  .form-3 {
    margin-top: -114px;
  }

  .div-block-2 {
    height: 330px;
  }

  .div-block-27 {
    height: 300px;
  }

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

@media screen and (max-width: 767px) {
  .section-2 {
    height: 800px;
    padding: 60px 10px;
  }

  .form {
    margin-top: 0;
    padding-left: 1px;
  }

  .heading-3, .column-8, .column-9 {
    margin-bottom: 40px;
  }

  .slider {
    height: 320px;
  }

  .column-16, .image-36 {
    margin-bottom: 25px;
  }

  .banner-slider-2 {
    height: 970px;
  }

  .banner-slider {
    height: 315px;
  }

  .image-45 {
    display: none;
  }

  .column-18 {
    margin-bottom: 24px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .banner-slider-3 {
    height: 800px;
  }

  .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11 {
    background-position: 50%;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    height: auto;
  }

  .div-block-27.movil {
    display: block;
  }

  .div-block-27.no-movil {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: block;
  }

  .section-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .form {
    padding-left: 10px;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .section-8.direccion {
    padding-top: 0;
  }

  .text-block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider {
    height: 480px;
  }

  .paragraph.opinion {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .banner-slider-2 {
    height: 1100px;
  }

  .banner-slider {
    height: 485px;
  }

  .text-block-5.presupuesto {
    display: none;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 10px;
  }

  .columns-2 {
    display: block;
  }

  .image-47 {
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .image-48 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .banner-slider-3 {
    height: 800px;
    margin-top: 225px;
  }

  .div-block-27._02.estandar {
    height: 330px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-27._02.estandar.krea {
    height: 330px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-44.destacado1 {
    height: 330px;
    margin-top: 0;
    padding: 20px;
    line-height: 20px;
    display: block;
  }

  .paragraph-5, .paragraph-6 {
    text-align: center;
  }
}


