:root {
  --white: white;
  --dark-slate-blue: #00418a;
  --black: black;
  --deep-sky-blue: #5abbed;
}

.section {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  min-height: 100px;
  margin-top: 0;
  padding: 60px 10px;
}

.form {
  text-align: center;
  background-color: #102d8680;
  border-radius: 7px;
  padding: 10px;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.text-field-4._54 {
  width: 60px;
  margin-right: 10px;
}

.text-field-4.pre {
  margin-right: 10px;
}

.select-field {
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

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

.textarea.consulta {
  border-radius: 6px;
  height: 80px;
}

.submit-button {
  color: #000;
  background-color: #dadada;
  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: #646464;
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 27px #000;
  background-color: #0000004d;
  border-radius: 6px;
  margin-top: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #102d8680;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-image: linear-gradient(#102e8680, #102e8680);
  border-radius: 6px;
  padding: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.column {
  text-align: center;
}

.image {
  margin-top: 30px;
}

.text-block {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  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;
}

.button {
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.column-5 {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.heading-4 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

.heading-4.direccion {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
}

.heading-4.azul {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 50px;
}

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

.columns, .columns-2, .columns-3, .columns-4 {
  margin-bottom: 20px;
}

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

.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(#000000b3, #000000b3), url('../images/66229a_93b5c1f3427c453ea6893738cf17ec1f_mv2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.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: #102d86;
  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: 50px;
  padding-bottom: 50px;
}

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

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

.section-8.direccion {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-8.productos1 {
  padding-top: 40px;
}

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

.column-10, .column-11, .column-12, .column-13 {
  text-align: center;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31 {
  border-radius: 1000px;
}

.nombre-prod {
  color: #fff;
  text-transform: uppercase;
  background-color: #e48128;
  padding: 10px 5px;
  font-size: 26px;
  line-height: 22px;
  text-decoration: none;
}

.row-8 {
  margin-top: 28px;
}

.column-15 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.image-8 {
  opacity: 0;
  position: absolute;
  inset: 0 5px;
}

.image-8:hover {
  opacity: .85;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.columns-5 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.lightbox-link {
  border: 2px solid #fff;
  box-shadow: 0 1px 3px #00000054;
}

.image-2 {
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

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

.service-title {
  font-size: 18px;
  font-weight: 500;
}

.button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  padding: 15px 25px;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-3.chico {
  padding: 10px 20px;
  font-size: 22px;
}

.image-3 {
  background-image: url('../images/01jeans.jpg');
  background-position: 0 0;
  background-size: 160px;
}

.columns-6 {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.service-title-2 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.div-block-2 {
  background-image: url('../images/42002-027-camisa_sport-02_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-2:hover {
  background-image: url('../images/44897-17-camisa-vestir-01_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2._2 {
  background-image: url('../images/15375406022.jpg');
  background-position: 50%;
  background-size: 338px;
}

.div-block-2._2:hover {
  background-image: url('../images/15375406021.jpg');
  background-position: 50%;
  background-size: 338px;
}

.div-block-2._3 {
  background-image: url('../images/02.png');
  background-size: cover;
}

.div-block-2._3:hover {
  background-image: url('../images/03.png');
  background-position: 0 0;
  background-size: cover;
}

.button-4 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #000;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  transition: background-color .2s;
}

.button-4:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.button-4.chico {
  box-shadow: none;
  color: #000;
  border-color: #000;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.button-4.chico:hover {
  color: #fff;
  background-color: #000;
}

.container-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.categorias {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.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.presupuesto {
  color: #fff;
  position: fixed;
}

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

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

.section-11 {
  background-color: #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.video {
  height: 350px;
}

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

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

.button-5 {
  background-color: #0fce7a;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-5:hover {
  background-color: #b4b4b4;
}

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

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

.div-block-3 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.link-5 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

.columns-7 {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-7 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.image-46 {
  margin-top: 0;
}

.column-20 {
  text-align: right;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  width: 20%;
}

.text-block-8 {
  text-align: left;
  margin-top: 5px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.heading-6 {
  border-bottom: 1px solid var(--deep-sky-blue);
  color: #5abbed;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.div-block-11, .div-block-12, .div-block-13 {
  border: 2px #102d86;
  border-radius: 0;
  padding: 10px;
}

.div-block-14 {
  border: 2px #102d86;
  border-radius: 0;
}

.heading-7 {
  text-align: center;
  border-bottom: 1px #102d86;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-15 {
  display: flex;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  width: 20%;
}

.image-47, .image-48, .image-49, .image-50 {
  border-radius: 6px;
}

.image-51 {
  background-color: #fff;
  border-radius: 6px;
}

.image-52 {
  width: 215px;
  padding-top: 0;
}

.columns-8 {
  margin-bottom: 20px;
}

.image-53 {
  border-radius: 20px;
  margin-top: 30px;
}

.image-54 {
  border-radius: 0;
  margin-top: 30px;
}

.columns-9 {
  margin-bottom: 20px;
}

.column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28, .column-29 {
  text-align: center;
}

.text-block-9 {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-21 {
  display: block;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.image-56 {
  margin-top: 0;
}

.div-block-22 {
  display: flex;
}

.button-6 {
  border-radius: 6px;
  margin-bottom: 130px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.container-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

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

.section-13 {
  background-color: #00418a;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-8 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 39px #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 600;
}

.bold-text-6.sinsombra {
  text-shadow: none;
}

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

.image-58 {
  padding-bottom: 0;
}

.div-block-25 {
  display: none;
}

.image-59 {
  margin-right: 5px;
}

.div-block-23 {
  background-color: #000;
  border-radius: 7px;
  margin-bottom: 5px;
  padding: 10px 5px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.html-embed-3 {
  display: none;
}

.columns-11 {
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.heading-10 {
  color: #00418a;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

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

.heading-10.azul {
  color: #fff;
  background-color: #00418a;
  margin-bottom: 20px;
  line-height: 50px;
}

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

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

.text-block-10 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

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

.text-block-11 {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.heading-11 {
  color: #5abbed;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #5abbed;
  border-radius: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.heading-11.left {
  text-align: left;
  padding-left: 10px;
  display: block;
}

.div-block-27 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-28 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.image-60 {
  margin-left: 0;
  margin-right: 5px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.container-6 {
  margin-bottom: 60px;
}

.image-61 {
  width: 215px;
  padding-top: 10px;
  display: inline;
}

.image-62 {
  margin-bottom: 10px;
}

.columns-13 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-64 {
  width: auto;
  height: auto;
}

.div-block-29 {
  border: 2px #102d86;
  border-radius: 0;
}

.text-block-12 {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-14 {
  background-color: #00418a;
  padding: 40px 10px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  display: flex;
}

.image-65 {
  background-color: #fff;
  border-radius: 6px;
}

.image-67 {
  width: auto;
}

.banner-slider {
  z-index: -1;
  height: auto;
  min-height: 120vh;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.section-15 {
  background-color: #e7e7e7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-15.marcas {
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-13 {
  color: #00418a;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

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

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

.div-block-31 {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  display: flex;
}

.image-68 {
  background-color: #fff;
  border-radius: 6px;
}

.div-block-32 {
  background-color: #000;
  border-radius: 7px;
  height: 186px;
  margin-bottom: 5px;
  padding: 10px 5px;
}

.div-block-33 {
  display: none;
}

.heading-14 {
  color: #00418a;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

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

.heading-14.azul {
  color: #fff;
  background-color: #00418a;
  margin-bottom: 20px;
  line-height: 50px;
}

.image-57 {
  margin-right: 5px;
}

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

.heading-15 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.image-69 {
  margin-left: 0;
  margin-right: 5px;
}

.text-block-13 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

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

.section-16.direccion {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-34 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.text-block-14 {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.div-block-35 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-36 {
  background-color: #000;
  border-radius: 7px;
  height: 186px;
  margin-bottom: 5px;
  padding: 10px 5px;
}

.div-block-37 {
  display: none;
}

.heading-16 {
  color: #00418a;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

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

.heading-16.azul {
  color: #fff;
  background-color: #00418a;
  margin-bottom: 20px;
  line-height: 50px;
}

.image-70 {
  margin-right: 5px;
}

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

.text-block-15 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.div-block-38 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.section-17.direccion {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-39 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.image-71 {
  margin-left: 0;
  margin-right: 5px;
  padding-top: 10px;
}

.column-40 {
  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);
}

html.w-mod-js [data-ix="aparecer-desde-el-centro-2"] {
  opacity: 0;
  transform: scale(.5);
}

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

  .div-block-16 {
    text-align: center;
  }

  .bold-text {
    font-size: 30px;
    line-height: 32px;
  }

  .container-6 {
    padding-left: 40px;
  }

  .image-62 {
    height: auto;
  }

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

  .image-66 {
    width: 166.997px;
  }

  .image-67 {
    width: auto;
  }

  .banner-slider {
    height: 660px;
  }

  .slide-5 {
    background-position: 100%;
  }

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

  .div-block-32 {
    height: 174px;
  }

  .heading-15 {
    margin-top: 0;
    font-size: 24px;
  }

  .div-block-35 {
    align-items: flex-start;
  }

  .div-block-36 {
    height: 174px;
  }

  .div-block-38 {
    align-items: flex-start;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 180px;
  }

  .section-2 {
    height: 170vh;
    padding-bottom: 60px;
  }

  .column-7, .column-8, .column-9 {
    margin-bottom: 10px;
  }

  .div-block-2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .image-45 {
    display: none;
  }

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

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

  .columns-7 {
    flex-direction: column;
    display: flex;
  }

  .image-46 {
    margin-right: 20px;
  }

  .div-block-5 {
    display: block;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
    width: 100%;
  }

  .div-block-11 {
    text-align: center;
  }

  .div-block-15 {
    flex-direction: column;
    display: block;
  }

  .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 32px;
  }

  .image-52 {
    display: block;
  }

  .image-55 {
    text-align: center;
  }

  .column-30, .column-31, .column-32 {
    margin-bottom: 10px;
  }

  .container-3 {
    flex-direction: column;
    display: block;
  }

  .column-34 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .column-35 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-24 {
    justify-content: center;
  }

  .div-block-23 {
    text-align: center;
  }

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

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

  .div-block-26, .div-block-27, .div-block-28 {
    justify-content: center;
  }

  .container-6, .column-38 {
    text-align: center;
  }

  .image-62 {
    width: 400px;
    height: auto;
  }

  .image-63 {
    width: auto;
  }

  .div-block-29 {
    text-align: center;
  }

  .image-66 {
    width: 400px;
  }

  .banner-slider {
    height: 175vh;
  }

  .slide-5 {
    background-position: 50%;
  }

  .div-block-32 {
    text-align: center;
    height: auto;
  }

  .div-block-34, .div-block-35 {
    justify-content: center;
  }

  .div-block-36 {
    text-align: center;
    height: auto;
  }

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

  .heading-17 {
    margin-top: 10px;
  }

  .div-block-39 {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    height: 180vh;
    padding-top: 69px;
  }

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

  .heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .column-7, .column-8, .column-9 {
    margin-bottom: 10px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 33px;
  }

  .columns-5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-16 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-2 {
    margin-top: 15px;
  }

  .columns-6 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .link-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-5 {
    display: block;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
    width: 100%;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .div-block-15 {
    display: block;
  }

  .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

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

  .image-51 {
    margin-top: 0;
    padding-top: 0;
  }

  .bold-text {
    font-size: 28px;
    line-height: 30px;
  }

  .column-22, .column-23, .column-24, .column-26, .column-27, .column-28 {
    margin-bottom: 10px;
  }

  .div-block-21 {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .column-30, .column-31, .column-32 {
    margin-bottom: 10px;
  }

  .image-56 {
    margin-top: 0;
  }

  .column-33 {
    padding-left: 0;
  }

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

  .bold-text-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-25 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

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

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

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

  .columns-13 {
    margin-bottom: 0;
    display: block;
  }

  .image-66 {
    width: 300px;
  }

  .image-67 {
    width: auto;
  }

  .banner-slider {
    height: 550px;
    min-height: 183vh;
  }

  .columns-14 {
    margin-bottom: 0;
  }

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

  .div-block-33, .div-block-37 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .div-block-38 {
    align-items: center;
  }

  .image-71 {
    padding-top: 0;
  }
}


