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

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

.section {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 15px;
}

.section-2 {
  text-align: center;
  background-image: linear-gradient(#e9e9e980, #e9e9e980);
  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: #0fce7a;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.heading {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 60px;
}

.heading.space {
  margin-bottom: 35px;
}

.heading.space.left {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 60px;
}

.heading.t {
  font-size: 45px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  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 {
  color: var(--black);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block.spaces {
  margin-top: 0;
}

.text-block.spaces.white {
  color: var(--white);
}

.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: 80px;
  padding-bottom: 100px;
}

.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/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: #e9e9e980;
  padding-top: 80px;
  padding-bottom: 100px;
  display: none;
}

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

.section-7.faq {
  display: block;
}

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

.section-8.productos1 {
  background-color: #3c93a2;
  padding-top: 80px;
  padding-bottom: 100px;
}

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

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

.image-46 {
  width: 8%;
  margin-top: -7px;
}

.image-46.icono {
  width: 5%;
}

.heading-6 {
  color: #000;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.heading-6.center {
  text-align: center;
  margin-bottom: 25px;
  padding-left: 0;
  display: block;
}

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

.button-3 {
  background-color: #3c93a2;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

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

.button-3.white {
  color: #3c93a2;
  background-color: #fff;
  margin-top: 16px;
}

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

.div-block-3 {
  background-color: #e9e9e980;
  padding: 15px 15px 15px 20px;
}

.div-block-3.white {
  background-color: #fff;
}

.heading-7 {
  color: #3c93a2;
  text-align: left;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 28px;
}

.heading-7.white {
  color: #fff;
}

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

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

.column-21 {
  text-align: center;
  background-color: #3c93a2;
  height: 550px;
  padding-top: 185px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

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

.column-22 {
  background-color: #e9e9e980;
  height: 550px;
  padding-top: 18px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-47 {
  width: 80%;
}

.image-47.datos {
  width: 70%;
}

.div-block-4 {
  background-color: #e9e9e980;
  height: 300px;
}

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

.aa-faq-arrow {
  margin-left: 10px;
  position: static;
  inset: 18px 18px auto auto;
}

.aa-faq-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.aa-faq-txt {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.aa-padding-vertical-l-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.aa-faq-container {
  align-items: center;
  display: flex;
}

.aa-faq-container.m-respuesta {
  width: 90%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.aa-faq-container.m-pregunta {
  padding-bottom: 5px;
}

.aa-paragraph-s-3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.aa-paragraph-s-3.m-faq {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff52bb;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.aa-paragraph-m {
  color: #5227df;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.aa-paragraph-m.m-faq {
  color: #333;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff52bb;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: static;
}

.aa-faq-row-2 {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #3c93a2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px 10px 12px 18px;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corner-cut-top-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner-cut-top-right.small {
  height: 1.5rem;
}

.faq-answer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 2.25rem 1.4rem 2.5rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-10.regular {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.corner-cut-top-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-cut-top-left.small {
  height: 1.5rem;
}

.corner-cut-bottom-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-cut-bottom-right.small {
  height: 1.5rem;
}

.spacer-40 {
  background-color: #0000;
  border-radius: .375rem;
  width: 1.4rem;
  height: 1.4rem;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-accordion {
  background-color: #fff;
  border: 2px solid #3c93a2;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.faq-icon {
  opacity: 1;
  color: #2b9fb2;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.corner-cuts-wrapper {
  pointer-events: none;
  position: absolute;
  inset: -1px;
}

.corner-cuts-wrapper.text-color-100 {
  display: none;
}

.corner-cut-bottom-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.corner-cut-bottom-left.small {
  height: 1.5rem;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Montserrat, sans-serif;
}

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

  .aa-padding-vertical-l-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .aa-paragraph-s-3 {
    font-size: 14px;
  }

  .aa-paragraph-m {
    font-size: 20px;
  }

  .faq-answer {
    padding-right: 2.5rem;
  }
}

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

  .aa-paragraph-s-3 {
    font-size: 14px;
  }

  .aa-paragraph-m {
    font-size: 18px;
  }

  .aa-paragraph-m.m-faq {
    font-size: 16px;
  }

  .spacer-40 {
    height: 2.5rem;
  }
}

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

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .heading.t {
    font-size: 28px;
  }

  .text-block.spaces.white {
    text-align: center;
  }

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

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

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

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

  .text-block-5.presupuesto, .image-46.icono {
    display: none;
  }

  .heading-6 {
    padding-left: 0;
  }

  .heading-6.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .heading-7.white {
    text-align: center;
  }

  .column-21 {
    height: 250px;
    padding-top: 38px;
  }

  .column-22 {
    height: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-47 {
    width: 50%;
  }

  .image-47.datos {
    width: 40%;
  }

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

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

  .aa-faq-arrow {
    width: 24px;
  }

  .aa-padding-vertical-l-2 {
    padding-top: 4px;
  }

  .aa-faq-container.m-respuesta {
    margin-top: 22px;
  }

  .aa-faq-container.m-pregunta {
    padding-right: 4px;
  }

  .aa-paragraph-s-3 {
    font-size: 14px;
  }

  .aa-paragraph-s-3.m-faq {
    font-size: 12px;
  }

  .aa-paragraph-m {
    font-size: 16px;
  }

  .aa-paragraph-m.m-faq {
    flex: 1;
    font-size: 14px;
    line-height: 1.3;
  }

  .aa-faq-row-2 {
    border-radius: 30px;
    padding-top: 12px;
    padding-left: 12px;
  }

  .faq-answer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-question {
    padding: 1.5rem 1.75rem 1.5rem 2rem;
  }

  .heading-10.regular {
    font-size: 1.25rem;
  }

  .faq-accordion {
    border-radius: 0;
  }
}


