.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  display: none;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.bigi { position: absolute; padding-top: 5px; }
span.text-big { margin-left: 23px;
    display: inline-block;
    line-height: 1.4; }

.grid {
  height: 100%;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container {
  height: 100%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  height: 2px;
  max-width: 25%;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d32630;
  color: transparent;
}

.button {
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.button-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d32630;
}

.button-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-top: 0px;
  font-family: Merriweather, serif;
}

.subtittle {
  color: #d32630;
  font-size: 12px;
  text-transform: uppercase;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  margin-top: 0px;
  font-family: Merriweather, serif;
}

.div-block-3 {
  padding: 40px 100px 40px 40px;
  background-color: #d32630;
}

.div-block-4 {
  width: 80%;
  height: 300px;
  margin-top: 73px;
  margin-left: -79px;
  padding: 40px 40px 40px 80px;
  background-color: #000;
  box-shadow: 0 0 20px -2px #000;
}

.heading-3 {
  color: #fff;
}

.paragraph {
  color: #fff;
  line-height: 36px;
}

.div-block-5 {
  height: 500px;
  background-image: url('../images/img-pulido2.jpg'), url('../images/img-pulido.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  margin-top: -132px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  height: 350px;
  padding: 20px 100px 20px 40px;
  background-color: #d32630;
}

.div-block-7 {
  padding-top: 60px;
  padding-right: 40px;
}

.section-4 {
  height: 160vh;
  margin-top: -251px;
  background-color: #000;
}

.section-4.overflow_hidden {
  display: block;
  overflow: hidden;
  height: 400px;
  margin-top: -281px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/ferrari-sf90-spider-zaga-2-soymotor_0.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/ferrari-sf90-spider-zaga-2-soymotor_0.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-4 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 400;
}

.button-3 {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #d32630;
}

.container-2 {
  display: none;
  height: auto;
  padding-top: 300px;
}

.slider_services__arrow {
  display: none;
}

.slider_services__dot_nav {
  position: static;
  margin-top: 20px;
}

.slider_services__slider {
  width: 400px;
  height: 600px;
  margin-right: 20px;
  background-color: #fff;
  color: #fff;
}

.slider_services__mask {
  overflow: visible;
  width: 400px;
  height: auto;
}

.slider_services {
  margin-top: 38px;
  background-color: transparent;
}

.heading-5 {
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #fff;
}

.image {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-8 {
  padding: 10px 25px 25px;
  border-style: none;
  border-width: 1px;
  border-color: #f8f8f8;
  background-color: transparent;
  color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-9 {
  padding-right: 140px;
}

.paragraph-2 {
  color: #fff;
}

.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  background-image: url('../images/galeria2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-5 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-5 {
  margin-top: -98px;
  padding-bottom: 60px;
  background-color: transparent;
}

.div-block-10 {
  height: auto;
  margin-left: -24px;
  padding: 40px 70px 20px 40px;
  background-color: #000;
  color: #000;
}

.div-block-11 {
  height: 500px;
  margin-top: 98px;
  margin-left: -40px;
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-6 {
  font-family: Merriweather, serif;
  color: #fff;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.div-block-12 {
  margin-top: 60px;
}

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

.heading-7 {
  font-family: Merriweather, serif;
  color: #fff;
}

.paragraph-3 {
  color: #fff;
}

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

.image-2 {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}

.submit-button {
  margin-top: 15px;
  background-color: #d32630;
}

.paragraph-4 {
  color: #fff;
}

.text-span {
  color: #d32630;
}

.text-span-2 {
  color: #d32630;
}

.text-span-3 {
  color: #d32630;
}

.text-span-4 {
  color: #d32630;
}

.text-span-5 {
  color: #d32630;
}

.text-span-6 {
  color: #d32630;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-8 {
  font-family: Merriweather, serif;
}

.heading-9 {
  font-family: Merriweather, serif;
}

.heading-10 {
  font-family: Merriweather, serif;
}

.heading-11 {
  font-family: Merriweather, serif;
}

.heading-12 {
  font-family: Merriweather, serif;
}

.heading-13 {
  font-family: Merriweather, serif;
}

.heading-14 {
  font-family: Merriweather, serif;
}

.div-block-14 {
  display: none;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
}

.section-6 {
  height: auto;
}

.slider {
  height: 95vh;
}

.slide-nav {
  display: none;
}

.slide {
  height: 100%;
}

.mask {
  height: auto;
}

.section-7 {
  height: 90vh;
}

.slider-2 {
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

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

.div-block-15 {
  position: relative;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-16 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-align: center;
}

.heading-15 {
  font-family: Merriweather, serif;
  color: #fff;
}

.slider-3 {
  height: 100vh;
}

.paragraph-5 {
  position: static;
  left: 13%;
  top: auto;
  right: 0%;
  bottom: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.slide-3 {
  background-image: url('../images/banner3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/banner6.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/banner6.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  color: #d32630;
}

.menu-nav {
  color: #fff;
}

.menu-nav:hover {
  color: #d32630;
}

.menu-nav.w--current {
  color: #d32630;
}

.nav-link-3 {
  color: #fff;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/banner1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/banner1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-6 {
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-18 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-19 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-16 {
  margin-top: 0px;
}

.mejorar {
  height: 300px;
  background-image: url('../images/mantenimiento-exteior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mejorar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  color: #fff;
}

.heading-17 {
  font-family: Merriweather, serif;
}

.proteger {
  height: 300px;
  background-image: url('../images/correccion-pintura.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mantener {
  height: 300px;
  background-image: url('../images/mantener.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-6 {
  padding-top: 20px;
}

.proteger-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  color: #fff;
}

.mantener-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  color: #fff;
}

.map {
  display: none;
  width: 100%;
  height: 100%;
}

.heading-18 {
  width: auto;
  font-family: Merriweather, serif;
  color: #fff;
}

.button-4 {
  margin-top: 10px;
  background-color: #d32630;
  color: #fff;
  font-weight: 700;
}

.button-4:hover {
  background-color: #fff;
  color: #d32630;
  font-weight: 700;
}

.link-2 {
  color: #d32630;
}

.link-2:hover {
  color: #f8f8f8;
}

.map-2 {
  width: 100%;
  height: 100%;
}

.image-3 {
  margin-top: 10px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

.text-block-3 {
  padding-right: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .div-block-4 {
    padding-top: 30px;
  }

  .div-block-6 {
    height: auto;
  }

  .div-block-10 {
    padding-left: 30px;
  }

  .button-4 {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
  }

  .container-3 {
    max-width: 90%;
  }

  .container-4 {
    max-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .grid-2 {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-4 {
    width: 250px;
    height: 350px;
    margin-top: 76px;
    padding: 60px 10px 60px 30px;
  }

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

  .grid-4 {
    margin-top: -86px;
  }

  .div-block-6 {
    width: 340px;
    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 0px;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .section-4.overflow_hidden {
    height: 300px;
  }

  .heading-4 {
    padding-right: 0px;
    font-size: 24px;
  }

  .grid-5 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    margin-left: 3px;
    padding-right: 30px;
  }

  .div-block-11 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .div-block-16 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraph-5 {
    width: 80%;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mejorar-div {
    width: 100%;
    padding: 20px;
  }

  .map-2 {
    margin-top: 0px;
  }

  .menu-button.w--open {
    background-color: #000;
  }
}

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

  .div-block-4 {
    margin-top: -78px;
    margin-left: 66px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .div-block-5 {
    margin-top: 18px;
    margin-right: -13px;
    margin-left: 0px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block-6 {
    width: 350px;
    height: 370px;
    margin-top: -46px;
    margin-left: -22px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .section-4.overflow_hidden {
    height: 320px;
    margin-top: -341px;
  }

  .heading-4 {
    margin-top: 10px;
    padding-top: 0px;
  }

  .galeria {
    background-position: 50% 50%;
  }

  .grid-5 {
    margin-top: -39px;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .div-block-12 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-2 {
    margin-left: 0px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .paragraph-5 {
    display: none;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

#w-node-_9f99c4ba-4658-4ad3-e5c1-b580db28e1f1-8dab0822 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6a8606f-385b-3f51-845f-9b7b9f78f16d-8dab0822 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5f482fad-b5db-e5d6-9c83-0a4146953bfd-8dab0822 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5c800585-a78e-d786-c030-891ad5fb7591-8dab0822 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41d4c69a-6db4-ae01-2457-4d1f48e49281-8dab0822 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
.icons{
  margin-right: 3.5px;
}
.direccion{
    float:right;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media screen and (max-width: 767px) {
  .direccion{
    float:right;
    color:blue;
}
}