:root {
  --black: black;
  --white: white;
}

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

@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: #1c1e22;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  background-image: url('../images/1366_2000.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.form {
  text-align: center;
}

.text-field, .text-field-2, .text-field-3 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

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

.textarea.consulta {
  height: 80px;
  font-size: 13px;
}

.submit-button {
  background-color: var(--black);
  border-radius: 1000px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.heading {
  color: #c1221a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0fce7ab3, #0fce7ab3);
  border-radius: 6px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

.div-block {
  text-align: center;
  background-color: #0fce7a;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  margin: auto;
}

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

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

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

.error-message {
  text-align: center;
  background-color: #f1f1f1;
  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 {
  background-image: linear-gradient(#0000004a, #0000004a);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 20px 10px;
}

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

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

.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), none;
  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/calandria.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, 1200px;
}

.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: #0fce7a;
  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;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.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: 1000px;
}

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

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

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

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

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

.image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43 {
  border-radius: 6px;
}

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

.section-11 {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-2 {
  height: 500px;
}

.slide {
  background-image: url('../images/BALI-VERANO1-Tejidos-del-Rincon.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/fabrica-telas.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Maui-Verano-2019-Tejidos-del-Rincon.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  background-color: #d30000;
  border-radius: 0 10px 10px 0;
  width: 150px;
  position: fixed;
}

.div-block-2.pagos {
  top: 276.891px;
}

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

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

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

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

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

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

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

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

.video {
  height: 350px;
}

.columns-2 {
  margin-bottom: 29px;
}

.image-46 {
  padding-top: 12px;
}

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

.image-47 {
  max-width: 60%;
}

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

.image-48 {
  margin-bottom: 43px;
}

.image-49 {
  max-width: 40%;
}

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

.column-22 {
  margin-bottom: 10px;
}

.text-block-6 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.title {
  color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.columns-11 {
  text-align: center;
  margin-bottom: 10px;
}

.column-21 {
  margin-bottom: 10px;
}

.text-block-28 {
  color: #f1f1f1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.text-block-28.left {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.image-50 {
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

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

.image-63 {
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.section-12 {
  background-color: #c1221a;
  margin-bottom: 7px;
  padding: 50px 100px 40px;
}

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

.slide-1 {
  background-image: url('../images/banner01.jpg');
  background-position: 100%;
  background-size: cover;
}

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

.slide-5 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.section-13 {
  padding: 60px 10px;
}

.heading-6 {
  color: var(--black);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

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

.icon {
  opacity: .5;
  color: #e11c12;
  transition: all .3s;
}

.icon:hover {
  opacity: 1;
}

.slide-nav {
  display: none;
}

.slider-3 {
  text-align: center;
  background-color: #ddd0;
  height: auto;
  display: inline-block;
}

.image-64 {
  max-width: 100%;
}

.slide-6 {
  text-align: center;
}

.image-65 {
  max-width: 50%;
}

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

.flex {
  flex-wrap: wrap;
  display: flex;
}

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

.slider-4 {
  width: 100%;
  height: 450px;
}

._50-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-column {
  background-color: #000;
  width: 50%;
  padding: 20px;
}

.parrafo {
  margin-bottom: 35px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.parrafo.white {
  color: var(--white);
}

.button-6 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .3s, color .3s;
}

.button-6:hover {
  color: #fff;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}

.mini-title {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
}

.icon-2 {
  opacity: .6;
  color: #000;
  transition: all .2s;
}

.icon-2:hover {
  opacity: 1;
}

.text-block-27 {
  width: auto;
}

.slide-13 {
  background-image: url('../images/ECAM_220_1.jpg');
  background-position: 30%;
  background-size: cover;
}

.image-66 {
  max-width: 100%;
  display: inline-block;
}

.slide-14, .mask, .slide-15 {
  text-align: center;
}

.slide-16, .slide-17, .slide-18, .slide-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.slide-21 {
  background-image: url('../images/_MG_7025-1-compressed.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-3._1 {
  background-image: url('../images/ESPRESSO_LATTE_AMB_CALDO.jpg');
}

.div-block-3._2 {
  background-image: url('../images/COLATA_CALDO.jpg');
}

.div-block-3._3 {
  background-image: url('../images/ECAM_220_1.jpg');
  background-position: 30%;
}

.div-block-3._4 {
  background-image: url('../images/_MG_7025-1-compressed.jpg');
  background-position: 0%;
}

.columns-12 {
  margin-bottom: 40px;
}

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

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

.columns-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-25 {
  padding-top: 157px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.paragraph-2.left {
  text-align: left;
  padding-left: 20px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 28px;
}

.heading-7.cafe {
  margin-top: 45px;
  margin-bottom: 20px;
}

.heading-7.white {
  color: #fff;
  margin-bottom: 31px;
  line-height: 35px;
}

.section-15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2024-04-30-at-3.10.51-PM-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 250px;
  padding-top: 0;
}

.section-15.cafetera {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-15.manuales {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-8 {
  color: #fff;
  text-align: center;
  height: 250px;
  padding-top: 104px;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.heading-8.cafe {
  background-image: none;
  height: auto;
  margin-top: 20px;
  margin-bottom: 9px;
  padding-top: 50px;
}

.section-16 {
  padding-top: 40px;
}

.column-26 {
  text-align: center;
  padding-top: 4px;
}

.column-27 {
  text-align: center;
  padding-top: 0;
}

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

.columns-14 {
  margin-bottom: 30px;
}

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

.image-67 {
  padding-top: 25px;
}

.image-67._1 {
  padding-top: 33px;
}

.image-68 {
  padding-top: 21px;
}

.image-68._2 {
  padding-top: 26px;
}

.columns-15 {
  margin-bottom: 30px;
}

._3 {
  padding-top: 38px;
}

.body {
  padding-bottom: 0;
}

.columns-16 {
  margin-bottom: 51px;
}

.section-17 {
  padding-top: 52px;
}

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

.column-30.b {
  padding-top: 7px;
}

.column-31 {
  text-align: center;
  padding-top: 0;
}

.columns-17 {
  margin-bottom: 30px;
}

.column-32, .column-33 {
  text-align: center;
}

.column-33.a {
  padding-top: 15px;
}

.c {
  padding-top: 43px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 22px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Exo, sans-serif;
}

.paragraph-3.black {
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

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

.image-69 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-19 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.select-field {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.column-34, .column-35, .column-36, .column-37 {
  text-align: center;
}

.columns-18 {
  margin-top: 20px;
}

.heading-9 {
  margin-top: 17px;
  font-family: Exo, sans-serif;
}

.heading-9._1 {
  padding-top: 10px;
}

.column-38 {
  color: #fff;
  text-align: center;
}

.column-39 {
  border-left: 1px solid #fff;
  padding-left: 60px;
}

.columns-19, .columns-20 {
  margin-bottom: 30px;
}

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

@media screen and (max-width: 991px) {
  .text-block-5.presupuesto, .medios-pago {
    display: none;
  }

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

  .column-22, .column-23 {
    margin-bottom: 10px;
  }

  .image-63 {
    padding-bottom: 10px;
  }

  .banner-slider {
    height: 680px;
  }

  .slider-4 {
    height: 300px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-13 {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-top: 62px;
  }

  .column-5 {
    margin-bottom: 15px;
  }

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

  .image-45 {
    display: none;
  }

  .column-22 {
    margin-bottom: 10px;
  }

  .column-21, .column-23, .column-24 {
    margin-bottom: 20px;
  }

  .banner-slider {
    height: 165vh;
  }

  .flex {
    flex-direction: column-reverse;
  }

  .slider-4 {
    margin-bottom: 0;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  ._50-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-block-27 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 35px;
  }

  .heading-2 {
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

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

  .column-8 {
    margin-bottom: 26px;
  }

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

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

  .image-47, .image-49 {
    max-width: 80%;
  }

  .column-20 {
    margin-bottom: 57px;
    padding-top: 0;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-slider {
    height: 1000px;
  }

  .slider-4 {
    height: 220px;
  }

  .text-block-27 {
    text-align: center;
  }

  .column-25 {
    padding-top: 32px;
  }

  .paragraph-2 {
    margin-bottom: 27px;
  }

  .heading-7 {
    line-height: 30px;
  }

  .section-15 {
    height: 300px;
  }

  .heading-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8.cafe {
    padding-top: 29px;
    line-height: 35px;
  }

  .paragraph-3, .section-18 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


