@font-face {
  font-family: Dax;
  src: url('../fonts/Dax.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dax;
  src: url('../fonts/Dax-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dax;
  src: url('../fonts/Dax-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dax;
  src: url('../fonts/Dax-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dax;
  src: url('../fonts/Dax-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url('../fonts/gothicb.ttf') format("truetype"), url('../fonts/gothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url('../fonts/centurygothic.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url('../fonts/century-gothic.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url('../fonts/gothicb0.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak;
  src: url('../fonts/Neue-Plak-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bannerprincipal.jpg');
  background-position: 0 0, 50%;
  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, .text-field-4, .select-field, .textarea {
  font-family: Montserrat, sans-serif;
}

.textarea.consulta {
  height: 80px;
  font-family: Neue Plak, Arial, sans-serif;
}

.submit-button {
  background-color: #674d3c;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.heading {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 7px #000;
  background-color: #0000008c;
  border-radius: 8px;
  margin-top: 0;
  padding: 8px 10px;
  font-family: Dax, sans-serif;
  font-size: 40px;
  line-height: 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;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#8b0305d6, #8b0305d6);
  border-radius: 6px;
  padding: 5px;
  font-family: Dax, 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: #4054b2;
  border-radius: 1000px;
  width: 70px;
  height: 70px;
  margin: auto;
}

.div-block._11 {
  background-color: #674d3c;
  width: 120px;
  height: 120px;
}

.column {
  text-align: center;
}

.image {
  max-width: 80%;
  margin-top: 30px;
}

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

.text-block {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: 500;
}

.text-block._2 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.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 {
  background-color: #8b0305;
  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-bottom: 30px;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-family: Dax, sans-serif;
  font-weight: 600;
}

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

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

.column-9 {
  text-align: center;
  margin-bottom: 20px;
}

.columns {
  margin-bottom: 40px;
}

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

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

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

.section-5.productos2 {
  padding-top: 30px;
}

.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(#000000bd, #000000bd), url('../images/banner1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-left: 10px;
  padding-right: 10px;
}

.section-6.cta._333 {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/slider-5.jpg');
  background-size: auto, cover;
  display: none;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 39px #000;
  margin-bottom: 20px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.container {
  text-align: center;
}

.button-2 {
  background-color: #8b0305;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Dax, 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: 40px;
}

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

.text-block-3 {
  text-align: left;
  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;
}

.image-32 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-6._2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.heading-7 {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

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

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

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

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

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

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

.columns-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-6 {
  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-4 {
  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-4:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

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

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

.text-block-5 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.heading-8 {
  color: #8b0305;
  text-align: center;
  background-color: #c7c7c7;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Dax, sans-serif;
  font-weight: 700;
}

.heading-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.section-11 {
  padding-top: 60px;
  padding-bottom: 30px;
  display: none;
}

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

.bold-text {
  font-weight: 500;
}

.column-20 {
  text-align: right;
  padding-right: 0;
}

.columns-7 {
  margin-top: 0;
  margin-right: 40px;
  padding-top: 0;
}

.column-21 {
  padding-top: 15px;
  padding-left: 0;
}

.text-block-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.html-embed {
  margin-top: 10px;
}

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

.image-45 {
  padding-left: 0;
  position: relative;
  left: 333px;
}

.image-46 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.image-47 {
  margin-bottom: 0;
}

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

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

.image-53 {
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  padding-left: 0;
}

.text-span-2 {
  padding-left: 10px;
}

.columns-11 {
  margin-top: 0;
  padding-top: 0;
}

.image-54 {
  margin-top: 0;
  margin-left: auto;
  padding-left: 0;
}

.section-18 {
  padding: 20px 10px;
}

.section-18.mobile {
  background-color: #eee;
  display: none;
}

.heading-10 {
  color: #674d3c;
  text-align: center;
  margin-top: 0;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#674d3cd9, #674d3cd9);
  border-radius: 0;
  padding: 5px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.mobile {
  display: none;
}

.section-19 {
  text-align: center;
  background-color: #bdb093;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-55 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 7px #000;
  margin-top: 0;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#674d3cd9, #674d3cd9);
  border-radius: 0;
  padding: 5px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-field-5, .text-field-6 {
  background-color: #fff;
  font-family: Neue Plak, Arial, sans-serif;
}

.submit-button-2 {
  background-color: #674d3c;
  border-radius: 6px;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.text-block-8 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 130px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-3 {
  font-family: Century Gothic, Arial, sans-serif;
}

.button-5 {
  background-color: #674d3c;
  border-radius: 6px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3.der {
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.der._1 {
  background-image: url('../images/77a6345a-9277-4967-b2df-3a7fb8aea426.jpeg');
  background-position: 5%;
}

.div-block-3.der._2 {
  background-image: url('../images/imagen---categorias.webp');
}

.div-block-3.izq {
  text-align: center;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Neue Plak, Arial, sans-serif;
  display: flex;
}

.div-block-3.izq._2 {
  background-color: #776559;
}

.div-block-3.izq._1 {
  background-color: #674d3c;
}

.div-block-3._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/scattered-coffee-beans-and-milk.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-3._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/372898937_1294866501407880_5004381026460531098_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-3._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/close-up-of-hot-chocolate-with-a-sprinkle-of-cocoa-and-brownies.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
}

.div-block-3._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hand-pouring-hot-tea.jpg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
}

.div-block-3._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sirope.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-3._6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/coffee-break.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-26 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}

.column-27 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-14 {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 17px;
}

.text-block-18 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.link-block {
  color: #000;
  width: 100%;
  text-decoration: none;
}

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

.column-28, .column-29, .column-30, .column-31, .column-32 {
  padding-left: 5px;
  padding-right: 5px;
}

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

.heading-15 {
  color: #fff;
  text-align: center;
  background-color: #674d3c;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: 500;
}

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

.text-block-19 {
  text-transform: uppercase;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: 500;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-6 {
  letter-spacing: 1px;
  background-color: #674d3c;
  border-radius: 6px;
  padding: 15px 20px;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.button-6:hover {
  background-color: #bdb093;
}

.section-17 {
  background-color: #674d3c;
  background-image: url('../images/ivan-gromov-Y3vPEuNlf7w-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 40px 20px;
}

.container-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

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

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.image-60 {
  filter: invert();
}

.footer-title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-17 {
  color: #000;
  font-family: Neue Plak, Arial, sans-serif;
  font-size: 16px;
}

.section-22 {
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Neue Plak, Arial, sans-serif;
}

.text-field-7 {
  background-color: #fff;
  font-family: Neue Plak, Arial, sans-serif;
}

.section-23 {
  padding: 60px 20px;
}

.column-34 {
  padding-right: 0;
}

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

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-de-izq-a-der-2"] {
  opacity: 0;
  transform: translate(-100px);
}

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

html.w-mod-js [data-ix="aparecer-de-der-a-izq-2"], html.w-mod-js [data-ix="aparecer-de-der-a-izq-3"] {
  opacity: 0;
  transform: translate(100px);
}

@media screen and (max-width: 991px) {
  .section-6.cta._333 {
    display: block;
  }

  .heading-6._2 {
    font-size: 15px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .section-11 {
    display: block;
  }

  .image-45 {
    margin-left: -152px;
    padding-left: 0;
    display: inline-block;
  }

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

  .container-3 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    background-color: #eee;
    background-image: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .select-field {
    background-color: #fff;
  }

  .section-3.diferenciales {
    background-color: #d0cdcd;
  }

  .text-block {
    margin-bottom: 40px;
  }

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

  .text-block._0 {
    margin-bottom: 20px;
  }

  .column-2, .column-3 {
    margin-bottom: 10px;
  }

  .column-5 {
    display: none;
  }

  .heading-6._2 {
    text-align: center;
  }

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

  .image-45 {
    display: none;
  }

  .section-18.mobile {
    display: block;
  }

  .heading-11 {
    text-transform: uppercase;
    font-size: 20px;
  }

  .mobile {
    display: block;
  }

  .div-block-3 {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

  .div-block-3.izq {
    height: 120px;
  }

  .section-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    text-align: center;
    height: auto;
    padding-bottom: 20px;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

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

  .column-35 {
    padding-right: 0;
  }
}

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

  .section-3.diferenciales {
    background-color: #d0cdcd;
  }

  .column-9 {
    display: block;
  }

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

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .heading-7 {
    font-size: 25px;
  }

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

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

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

  .text-span, .text-span-2 {
    font-size: 14px;
  }

  .section-18.mobile {
    display: block;
  }

  .heading-10 {
    text-shadow: none;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-11 {
    text-transform: none;
    font-size: 20px;
  }

  .heading-12 {
    color: #7b6556;
    text-shadow: none;
    font-size: 30px;
    line-height: 35px;
  }

  .container-3 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .column-33 {
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Dax';
  src: url('../fonts/Dax.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dax';
  src: url('../fonts/Dax-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dax';
  src: url('../fonts/Dax-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dax';
  src: url('../fonts/Dax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dax';
  src: url('../fonts/Dax-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothicb.ttf') format('truetype'), url('../fonts/gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/century-gothic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothicb0.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/Neue-Plak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}