:root {
  --white: white;
  --black: black;
  --royal-blue: #005da6;
  --dodger-blue: #3898ec;
}

.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: #e7e7e7;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bannerr.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px 10px;
}

.section-2 {
  background-color: #005da6;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.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: #13345d;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  border-bottom: 5px #005da6;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.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: #005da6;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  margin: auto;
}

.div-block.qr {
  background-color: var(--white);
  text-align: center;
  border-radius: 0;
  padding-top: 14px;
}

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

.text-block {
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block.center, .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 {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
}

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

.section-4.productos1 {
  background-image: url('../images/mercado_hot.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-4 {
  color: var(--black);
  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 {
  border-bottom-style: none;
  margin-bottom: 24px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

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

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

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

.section-8.direccion {
  background-color: #e7e7e7;
  padding: 86px 10px 60px;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.section-9 {
  text-align: center;
  background-color: #494949;
  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: 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;
}

.bold-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

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

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

.paragraph-2 {
  color: var(--black);
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

.image-49 {
  min-width: 100%;
  max-width: none;
  max-height: none;
}

.container-3 {
  text-align: center;
  padding-top: 0;
}

.html-embed {
  margin-top: 0;
}

.text-block-6 {
  color: var(--white);
  font-family: Lato, sans-serif;
}

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

.columns-2 {
  border-top: 5px solid var(--royal-blue);
  border-bottom: 5px solid var(--royal-blue);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.uso {
  color: var(--royal-blue);
}

.container-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.button-3 {
  background-color: var(--royal-blue);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-3:hover {
  background-color: var(--dodger-blue);
}

.section-12 {
  background-image: url('../images/empresa_bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 60px 10px;
}

.column-22, .column-23 {
  text-align: center;
}

.column-24 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

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

.image-50 {
  height: 40px;
  margin-right: 5px;
}

.image-51 {
  width: 50px;
  margin-left: 5px;
}

.text-block-7 {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px #0000;
  padding-top: 15px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.image-52, .image-53, .image-54 {
  width: 50px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  width: auto;
  min-height: auto;
  display: flex;
}

.container-6 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-5 {
  color: var(--white);
  transition: all .3s;
}

.link-5:hover {
  color: var(--black);
}

.link-6 {
  color: var(--black);
  transition: all .3s;
}

.link-6:hover {
  color: var(--royal-blue);
}

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.link-block {
  text-align: center;
  width: 20%;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block.no:hover {
  filter: grayscale(85%);
}

.column-26 {
  padding-left: 100px;
  padding-right: 100px;
}

.section-13 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-14 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-15 {
  text-align: center;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: all .3s;
}

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

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

.text-block-8 {
  color: #fff;
  margin-top: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
}

.link-block-2 {
  color: #333;
  text-decoration: none;
}

.image-55 {
  height: 40px;
}

.section-16 {
  text-align: center;
  background-color: #fff;
  padding: 0 10px 40px;
}

.link-7 {
  color: #000;
  text-transform: none;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
}

.section-17 {
  text-align: center;
  background-image: url('../images/mercado_hot.jpg');
  background-position: 50%;
  background-size: auto;
  padding: 40px 10px;
}

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

.text-block-9 {
  margin-bottom: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-4 {
  background-color: #002f6d;
  border-radius: 5px;
  font-family: Helvetica Neue, Arial, sans-serif;
}

.image-57 {
  border-radius: 5px;
  margin-bottom: 7px;
}

.div-block-5 {
  text-align: center;
  width: 19%;
  display: inline-block;
}

.div-block-6 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-58 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

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

.div-block-7 {
  background-image: url('../images/negro.jpg');
  background-position: 50% 100%;
  background-size: auto;
  height: 150px;
}

.div-block-7._2 {
  background-image: url('../images/blanco.jpg');
  background-position: 50%;
}

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

.div-block-7._4 {
  background-image: url('../images/75-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  width: 20%;
}

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

.button-5 {
  color: #000;
  background-color: #005da600;
  border-bottom: 1px #000;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-decoration: underline;
}

.button-5:hover {
  color: #005da6;
}

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

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

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

  .image-46 {
    margin-bottom: 40px;
  }

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

  .heading-6 {
    padding-left: 20px;
  }

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

  .div-block-3 {
    width: auto;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
}

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

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

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

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

  .image-45 {
    display: none;
  }

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

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

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

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block, .div-block-5 {
    width: 80%;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    width: 80%;
  }
}

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

  .heading {
    font-size: 40px;
  }

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

  .heading-4.direccion {
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

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

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

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

  .column-20 {
    padding-top: 37px;
    padding-bottom: 78px;
  }

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

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

  .paragraph-3 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .div-block-4 {
    grid-template-columns: 1fr 1fr;
  }

  .column-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-27 {
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: 100%;
  }

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


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype'), url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype'), url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}