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

.menu {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cabecera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/cabecera-imagen-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f3f3;
}

.contenedor-navegacion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contenedor-menu {
  display: block;
  -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;
}

.menu-link {
  font-family: Oswald, sans-serif;
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-link:hover {
  border-bottom: 2px solid #e62d52;
}

.menu-link:focus {
  color: #e62d52;
}

.menu-link.w--current {
  color: #2a2a2a;
}

.columnas-cabecera {
  height: 100%;
}

.columna-cabecera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 100px;
  padding-left: 150px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/cabecera-box-bg.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cabecera-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.cabecera-texto {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  border-top: 1px dotted #fff;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.cabecera-barra {
  background-color: #303030;
}

.cabecera-boton {
  border-radius: 10px;
  background-color: #000;
}

.cabecera-barra-columnas {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cabecera-barra-columna {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  padding-right: 100px;
}

.cabecera-barra-iconos {
  font-family: Icofont, sans-serif;
  color: #acacac;
  font-size: 30px;
}

.cabecera-barra-datos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.cabecera-barra-texto {
  padding-right: 20px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.italic-text {
  font-style: normal;
}

.cabecera-barra-boton-facebook {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/icono_facebook.svg');
  background-position: 50% 50%;
  background-size: 25px 2px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icofont, sans-serif;
  color: rgba(51, 51, 51, 0);
}

.cabecera-barra-boton-facebook:hover {
  background-color: #000;
}

.italic-text-2 {
  color: #acacac;
  font-size: 20px;
  font-style: normal;
}

.cabecera-barra-cel {
  display: none;
}

.cabecera-barra-boton {
  background-color: rgba(56, 152, 236, 0);
  font-family: Oswald, sans-serif;
  color: #acacac;
  font-size: 16px;
}

.cabecera-barra-boton:hover {
  background-color: #e62d52;
  color: #000;
}

.slider {
  height: 500px;
}

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

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

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.nosotros-columnas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nosotros-columna {
  display: block;
}

.nosotros-columna-imagen {
  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-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nosotros-columna-texto {
  padding: 20px 100px 50px;
}

.titulos-h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #d6d6d6;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.texto-normal {
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  line-height: 25px;
}

.titulo-especial-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  color: #dedede;
  font-size: 72px;
  text-transform: uppercase;
}

.servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fondo_auto1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.servicios-imagen-mecanico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.servicios-columnas {
  z-index: 2;
  display: block;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.titulo-especial-fondos-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 87.1%, 0.2);
  font-size: 72px;
  text-transform: uppercase;
}

.image {
  position: relative;
  z-index: 2;
}

.servicios-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 50px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(230, 45, 82, 0.5);
}

.servicios-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.titulo-fondos-h1 {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.servicios-contenedor-titulo {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 25px 50px 15px;
  -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;
  border-bottom: 2px solid #e72d52;
}

.mas-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.mas-servicios-h2 {
  margin-top: 50px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 2px solid #e62d52;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.mas-servicios-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.texto-normal-fondos {
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #858585;
  line-height: 25px;
}

.clientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 150px;
  -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;
}

.clientes-contenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.frase-h1 {
  font-family: Oswald, sans-serif;
  text-align: center;
}

.bold-text {
  line-height: 60px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dedede;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e62d52;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-texto {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #444;
  text-decoration: none;
}

.footer-texto:hover {
  text-decoration: underline;
}

.copyright {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #b1b1b1;
  letter-spacing: 3px;
}

.eko {
  padding: 20px;
  border-top: 1px solid #d4d4d4;
  font-family: Oswald, sans-serif;
  color: #5c5c5c;
  letter-spacing: 3px;
  text-decoration: none;
}

.eko:hover {
  color: #e62d52;
}

.text-span {
  font-family: Icofont, sans-serif;
}

.italic-text-4 {
  padding-right: 10px;
  font-size: 16px;
  font-style: normal;
}

.text-span-2 {
  font-family: Icofont, sans-serif;
}

.italic-text-5 {
  padding-right: 10px;
  font-size: 16px;
  font-style: normal;
}

.text-span-3 {
  font-family: Icofont, sans-serif;
}

.italic-text-6 {
  padding-right: 10px;
  font-size: 16px;
  font-style: normal;
}

.cabecera-secciones {
  background-image: url('../images/fondo_mecanico1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cabecera-secciones-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.galeria {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contenedor-google-360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.galeria-vista1-cel {
  display: none;
}

.galeria-vista2-cel {
  display: none;
}

.galeria-vista3-cel {
  display: none;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.boton-enviar {
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.boton-enviar:hover {
  color: #e62d52;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 100px 100px 100px 100px 100px 100px 100px;
  grid-template-rows: 100px 100px 100px 100px 100px 100px 100px;
}

.cabecera-barra-boton-insta {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/icono_instagram.svg');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Icofont, sans-serif;
  color: rgba(51, 51, 51, 0);
}

.cabecera-barra-boton-insta:hover {
  background-color: #000;
}

.slide-1 {
  background-image: url('../images/slide_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  display: none;
}

.titulo-cel-h1 {
  display: none;
}

.columnas-contacto-footer {
  margin-bottom: 10px;
}

.servicio-columna-individual {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(207, 50, 81, 0.7);
}

.grid-2 {
  display: none;
}

.icono-redes-sociales {
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .contenedor-menu {
    background-color: #1d1d1d;
  }

  .menu-link {
    color: #818181;
  }

  .menu-link:hover {
    color: #e62d52;
  }

  .columna-cabecera {
    padding-right: 50px;
    padding-left: 50px;
    background-position: 100% 50%;
  }

  .cabecera-h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .cabecera-texto {
    padding-right: 0px;
  }

  .container {
    padding-right: 0px;
  }

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

  .cabecera-barra-texto {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .slider {
    height: 300px;
  }

  .nosotros-columna-texto {
    padding: 20px 10px;
  }

  .servicios-h3 {
    font-size: 15px;
  }

  .clientes {
    padding-right: 100px;
    padding-left: 100px;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cabecera-secciones-h1 {
    margin-top: 0px;
  }

  .galeria-vista1-cel {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .columna-cabecera {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cabecera-h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .cabecera-texto {
    padding-right: 0px;
  }

  .cabecera-barra-columna {
    padding-right: 2px;
    padding-left: 2px;
  }

  .cabecera-barra-iconos {
    font-size: 20px;
  }

  .cabecera-barra-texto {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }

  .slider {
    display: none;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nosotros-columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nosotros-columna-texto {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .titulos-h2 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .titulo-especial-h1 {
    display: none;
  }

  .servicios {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .servicios-imagen-mecanico {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .servicios-columnas {
    top: 25px;
    width: 80%;
  }

  .image {
    display: block;
    max-width: 70%;
  }

  .servicios-box {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .servicios-h3 {
    font-size: 20px;
    text-align: center;
  }

  .servicios-icono {
    max-width: 15%;
  }

  .servicios-contenedor-titulo {
    top: 10px;
  }

  .clientes {
    padding: 50px;
  }

  .frase-h1 {
    font-size: 25px;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image {
    max-width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .cabecera-secciones-h1 {
    margin-top: 0px;
  }

  .contenedor-google-360 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .galeria-vista1 {
    display: none;
  }

  .galeria-vista2 {
    display: none;
  }

  .galeria-vista3 {
    display: none;
  }

  .galeria-vista1-cel {
    display: block;
  }

  .galeria-vista2-cel {
    display: block;
  }

  .galeria-vista3-cel {
    display: block;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .slider-2 {
    display: block;
  }

  .slide-1-cel {
    background-color: #000;
    background-image: url('../images/slide_01_movil.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-nav {
    display: none;
  }

  .slide-2-cel {
    background-color: #000;
    background-image: url('../images/slide_02_movil.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-3-cel {
    background-color: #000;
    background-image: url('../images/slide_03_movil.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contenedor-texto-cel {
    position: relative;
    top: 170px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: rgba(230, 45, 82, 0.61);
  }

  .titulo-slider-cel {
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .texto-slider-cel {
    padding-right: 25px;
    padding-left: 25px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .titulo-cel-h1 {
    display: block;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    background-color: #f3f3f3;
    font-family: Oswald, sans-serif;
    text-align: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .cabecera {
    height: auto;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .navbar {
    height: auto;
  }

  .contenedor-navegacion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contenedor-menu {
    background-color: #1d1d1d;
  }

  .menu-link {
    color: #818181;
  }

  .menu-link:hover {
    color: #e62d52;
  }

  .columnas-cabecera {
    height: auto;
  }

  .columna-cabecera {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
  }

  .cabecera-barra-columnas {
    display: none;
  }

  .menu-button {
    -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;
  }

  .menu-button.w--open {
    background-color: #1d1d1d;
    color: #e62d52;
  }

  .cabecera-barra-cel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -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;
  }

  .cabecera-barra-cel-icono {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .italic-text-3 {
    font-style: normal;
  }

  .slider {
    display: none;
  }

  .nosotros-columna-texto {
    padding-top: 10px;
  }

  .titulos-h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .titulo-especial-h1 {
    padding-top: 10px;
  }

  .servicios {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .servicios-imagen-mecanico {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .servicios-columnas {
    top: 0px;
    width: 90%;
  }

  .titulo-especial-fondos-h1 {
    padding-top: 10px;
  }

  .image {
    display: block;
  }

  .servicios-box {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .servicios-h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .titulo-fondos-h1 {
    margin-bottom: 0px;
  }

  .servicios-contenedor-titulo {
    top: 5px;
  }

  .clientes {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-heading {
    margin-top: 20px;
    text-align: center;
  }

  .footer-texto {
    text-align: center;
  }

  .copyright {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }

  .eko {
    font-size: 12px;
    line-height: 10px;
    text-align: left;
  }

  .cabecera-secciones-h1 {
    margin-top: 0px;
  }

  .contenedor-google-360 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid {
    display: none;
  }

  .slide-1-cel {
    background-position: 50% 0%;
  }

  .slide-2-cel {
    background-position: 50% 0%;
  }

  .slide-3-cel {
    background-position: 50% 0%;
  }

  .contenedor-texto-cel {
    position: relative;
    top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: rgba(230, 45, 82, 0.79);
  }

  .titulo-slider-cel {
    padding-left: 5px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }

  .texto-slider-cel {
    padding-right: 10px;
    padding-left: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
  }

  .social-icon-cel {
    margin: 0px 10px 10px;
    padding-top: 0px;
  }

  .titulo-cel-h1 {
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    background-color: #f3f3f3;
    font-family: Oswald, sans-serif;
    text-align: center;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos-cel {
    width: 100%;
  }

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

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list {
    text-align: center;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-_33deeaa6-d58d-2f3e-77e6-2c07c4fac655-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c285f432-c189-93d3-a9f5-6ba2bb790585-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a60b5f5-00d1-98eb-a389-fc8ff230b052-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf917cdf-96f7-f84c-f4ab-51c19b406461-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c9394f49-909c-f2c4-23b2-b5e15fae594a-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d94b5758-6b4b-c6a5-9556-aa8daa1043ff-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_955a585c-f75c-62d4-29a0-dcebcfb38d61-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_04eff3dc-aa78-78f6-8ac1-bd9eeaadbfeb-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_696fa37a-6108-4d5b-4891-6cc24c34f2d3-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f2a7afde-b138-bf9d-c11a-bdef69dd7fb9-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6eb49a45-a1cb-4061-0b8d-2a4bd8dba0d5-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-deba6617-b30c-1d63-3f7a-ba6087b9c91d-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f67e74b7-a83b-b3d8-48be-fae51ad46b0a-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9b1e3b64-d69d-afff-8d32-b70ef0d521f2-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cb24883f-2859-4106-6ec1-452d92088a8c-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ae2c449-f41c-00aa-822d-bb0e5073f3d7-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e67ea344-1def-7819-9149-097ab03c8fc3-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_63e0b3e0-4913-91e4-9875-c30f5ccc9516-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09836a93-5430-7a72-47eb-bb50611346ed-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_59e1dd4d-3505-af84-98c9-3ee7f4b72a58-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0726b0c9-f4fd-9d8f-6e52-22b9f1836e85-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f409c9e-3b5c-b2a4-2bbe-6b48d58f3064-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_11bff0d1-4439-6f62-3b6e-d7fb5df4bcac-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_813ae756-a5d5-6268-dd74-31e63352884b-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_726e7be4-c652-3636-c8fd-9904c07aa858-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2df35e21-6ab1-aa25-1a5d-bfc551557716-7da9050f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_573b5f1d-aded-e736-f5c7-5994df6c1988-840b20d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ed7b0015-9d20-a7b6-5743-c9570a43322d-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_14af40b7-6f74-523f-98ec-23b47bd6ad0c-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_325e9a87-0e4a-263f-e228-07eedfff1e27-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7b4db994-138e-4b45-ac97-179f5dea8001-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c1cef5f0-58f1-cfed-4d28-11e7e3ac21b3-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6bb07bef-4cde-81bd-2f86-bacc3ef25b64-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_73a78b52-e223-9eda-ea00-b6c6c811112e-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_83c5b944-3a85-b197-86f6-343cf2c9e374-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e252f64c-c4b0-9931-246b-da5e24885241-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4626a3ce-32cf-66bc-e41e-efb54a8e6e2a-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f7c4f283-7dba-1348-75a3-2fae12938260-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d64a97b5-9414-f346-1861-46094f9d1558-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_08769254-4012-2cb7-10ce-613d56964e09-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_512f6a12-30b5-140c-bda2-d64a93b6cdd2-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_277557bf-4f20-4dc0-b4ff-aa06e342b60a-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8e02e0ad-2875-c94a-35e8-38fa0a6d8a15-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e0df0107-9124-af75-f67f-fcba74bacc40-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7242921f-886f-82da-17e5-f07eae19d434-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_166d075a-40dc-eec7-cf85-80fa120aa734-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3d89e650-3cef-783c-ae19-edd970ef2eef-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8faabac7-c02a-c0d4-8e56-d75dd3c7ad15-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_217d29bd-22e4-621d-987d-45bac82cdf3b-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_520f2744-aafd-33c0-7a6c-84ad6f649342-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_950804f2-c2bd-88ef-6f5e-6c1a1c2c5c6a-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b54688be-520d-cc0f-19e1-0f41876602c1-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_27bc3577-4c7a-e874-b92f-865aa2b6ac14-7da9050f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_573b5f1d-aded-e736-f5c7-5994df6c1978-840b20d4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_573b5f1d-aded-e736-f5c7-5994df6c1980-840b20d4 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2'), url('../fonts/icofont.eot') format('embedded-opentype'), url('../fonts/icofont.woff') format('woff'), url('../fonts/icofont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}