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

.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: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 15px -3px #0003;
}

.section-2 {
  background-image: linear-gradient(#002a5799, #002a5799), url('../images/Patio.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 0;
  padding: 100px 10px;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.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: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.heading-2 {
  color: #e4e4e4;
  text-align: center;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.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 {
  background-color: #ececec;
}

.div-block {
  text-align: center;
  background-color: #1b62ac;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1000px;
  width: 200px;
  height: 200px;
  margin: auto;
}

.div-block._01 {
  background-image: url('../images/Bilingue.png');
  background-size: cover;
}

.div-block._02 {
  background-image: url('../images/atencion-personalizada.png');
  background-size: cover;
}

.div-block._03 {
  background-image: url('../images/ambiente-digital.png');
}

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

.text-block {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.text-block.blue {
  color: #1b62ac;
}

.text-block.text2 {
  padding-top: 5px;
  line-height: 16px;
}

.text-block.white {
  color: #fff;
}

.text-block.white._1 {
  font-size: 16px;
}

.text-block._1 {
  font-size: 18px;
  line-height: 24px;
}

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

.heading-4 {
  color: #1b62ac;
  text-align: center;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-weight: 500;
}

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

.heading-4.white {
  color: #fff;
  font-size: 26px;
}

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

.columns {
  margin-top: 35px;
  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 {
  text-align: center;
  background-color: #ececec;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.paragraph-2 {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span {
  color: #1b62ac;
  font-size: 18px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 20px;
}

.grid {
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template: "." 40px
                 "Area" 40px
                 "." 40px
                 "." 40px
                 "." 40px
                 "." 40px
                 / 1fr 1fr 1fr 1fr;
}

.div-block-3, .div-block-4 {
  background-color: #fff;
  height: 40px;
}

.text-block-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.div-block-5 {
  background-color: #fff;
  height: 40px;
  padding-top: 0;
}

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

.text-span-5, .text-span-6, .text-span-7 {
  text-decoration: line-through;
}

.column-19, .column-20, .column-21, .column-22 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-3 {
  margin-top: 36px;
}

.section-12 {
  background-color: #1b62ac;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-6.right {
  justify-content: flex-end;
  align-items: center;
}

.image-46 {
  width: 8%;
  max-width: 70%;
  padding-right: 10px;
}

.link-5 {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.column-24 {
  text-align: right;
}

.button-3 {
  text-transform: uppercase;
  background-color: #1b62ac;
  border-radius: 13px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

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

.section-13 {
  text-align: center;
  background-color: #ff5404;
  background-image: url('../images/background-naranja.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 10px;
}

.heading-6 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

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

.column-25, .column-26, .column-27, .column-28, .column-29, .column-30 {
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link {
  width: 300px;
  height: 300px;
}

.slider-3 {
  height: auto;
}

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

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

  .image-46 {
    width: 9%;
  }
}

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

  .div-block-6, .div-block-6.right {
    justify-content: center;
    align-items: center;
  }

  .image-46 {
    width: 7%;
  }
}

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

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

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

  .text-block {
    padding-top: 24px;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block.blue {
    padding-top: 24px;
    font-size: 10px;
  }

  .text-block.blue.text2 {
    font-size: 9px;
  }

  .text-block.text2.blue {
    padding-top: 13px;
    line-height: 12px;
  }

  .text-block._1 {
    font-size: 14px;
    line-height: 20px;
  }

  .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 {
    display: none;
  }

  .div-block-5 {
    height: 60px;
  }

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

  .column-23 {
    margin-bottom: 34px;
  }

  .image-46 {
    width: 10%;
  }
}


