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

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

.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;
  padding-top: 0;
  padding-bottom: 0;
}

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

.form {
  text-align: center;
}

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

.textarea.consulta {
  height: 80px;
}

.submit-button {
  background-color: #fe43af;
  border-radius: 1000px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.section-3.diferenciales {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block {
  text-align: center;
  background-color: #fe43af;
  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-size: 13px;
  font-weight: 500;
}

.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 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.section-4.productos1 {
  padding-top: 70px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-4 {
  color: #000;
  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/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 {
  color: #000;
  text-align: center;
  background-color: #000;
  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: 0;
}

.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 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.text-block-6 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.content-section {
  background-color: #0000;
  padding: 0 3% 60px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pattern {
  position: absolute;
  inset: 0%;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block.bg-text {
  background-image: url('../images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button {
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

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

.button.button-space {
  margin-top: 40px;
}

.image-46 {
  border-radius: 10px;
  max-width: 80%;
}

.paragraph-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-block-7 {
  color: #fe43af;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.content-section-bg {
  background-color: #0000;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 20px 3% 60px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-3 {
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

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

.button-3.button-space {
  margin-top: 40px;
}

.heading-8 {
  color: #fe43af;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.image-47 {
  border-radius: 10px;
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.cta-section {
  background-color: #0000;
  padding: 60px 3%;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/landing-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #fe43af;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 1.1;
}

.dark-span {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 40px;
}

.button-white {
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: #35b8be;
  background-color: #fff;
  margin-top: 40px;
}

.text-block-8 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 40px;
}

.button-4 {
  color: #fe43af;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

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

.heading-7 {
  color: #0c9bd7;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block-11 {
  color: #fff;
  background-color: #0c9bd7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
}

.div-block-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.div-block-9._6 {
  background-image: url('../images/6.png');
}

.div-block-9._1 {
  background-image: url('../images/1.png');
}

.div-block-9._5 {
  background-image: url('../images/5.png');
}

.div-block-9._3 {
  background-image: url('../images/3.png');
}

.div-block-9.button-2 {
  background-image: url('../images/2.png');
}

.div-block-9._4 {
  background-image: url('../images/4.png');
}

.section-17 {
  text-align: center;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Sin-título-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 10px;
}

.heading-9 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

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

.paragraph-7 {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.button-7 {
  background-color: #0d9bd7;
  border-radius: 10px;
  font-weight: 700;
  transition: all .3s;
}

.button-7:hover {
  background-color: #0a2640;
}

.section-16 {
  text-align: center;
  background-image: url('../images/FONDO-azul.png');
  background-position: 50%;
  background-size: cover;
  padding: 60px 10px;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
}

.text-block-12 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.columns-11 {
  display: flex;
}

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

.div-block-10._1 {
  background-image: url('../images/mapa-03.png');
}

.div-block-10._2 {
  background-image: url('../images/INSTAGRAM.PNG');
  background-position: 50% 0;
}

.code-embed {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.column-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

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) {
  .section-3.diferenciales {
    display: none;
  }

  .div-block {
    width: 100px;
    height: 100px;
  }

  .image {
    margin-top: 20px;
  }

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

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

  .content-section {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .content-section-bg {
    background-color: #f5fbfc;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    justify-content: center;
    align-items: center;
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-heading {
    font-size: 55px;
  }

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

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

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

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

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

  .image-45 {
    display: none;
  }

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

  .paragraph-2 {
    line-height: 40px;
  }

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

  .paragraph-3 {
    margin-bottom: 0;
  }

  .cta-heading {
    text-align: center;
    line-height: 30px;
  }

  .div-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-10 {
    display: block;
  }

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

  .columns-11 {
    display: block;
  }

  .div-block-10._1 {
    background-position: 50%;
    margin-bottom: 20px;
  }

  .image-61, .image-62 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .heading-2 {
    text-align: center;
    line-height: 25px;
  }

  .section-3.diferenciales {
    display: none;
  }

  .section-4.productos1 {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

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

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

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

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

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

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

  .button {
    width: 100%;
    max-width: 250px;
  }

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

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-6 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-7 {
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .content-section-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .button-3 {
    width: 100%;
    max-width: 250px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-content {
    padding: 12px;
  }

  .cta-heading {
    font-size: 43px;
  }

  .dark-span {
    font-size: 24px;
    line-height: 30px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 30px;
  }

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

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

  .section-17 {
    display: none;
  }

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

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

  .div-block-10 {
    height: 200px;
  }
}


