:root {
  --dark-slate-blue: #253294;
  --midnight-blue: var(--azul-gris);
  --white: #fafafa;
  --grey: #8c8c8d;
  --gold: #e2ac09;
  --light-grey: #d5d6db;
  --dark-slate-blue-2: #253294;
  --azul-gris: #1d1f2e;
  --medium-aquamarine: #5cd197;
  --yellow: #f5f50c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

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

.menu-item-wrap {
  opacity: .6;
  color: #f5e35fde;
  cursor: pointer;
  border-bottom-color: #f5e35fde;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 0 10px 10px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.menu-item-wrap:hover {
  opacity: 1;
  color: #fff;
}

.menu-item-wrap.w--current {
  opacity: 1;
  color: #151a3f;
  border: 1px solid #0000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition-property: none;
}

.icon-4 {
  opacity: 1;
  color: #253294;
  background-color: #0000;
}

.icon-4:hover {
  color: var(--dark-slate-blue);
}

.brand {
  border-bottom-style: none;
  margin-right: 100px;
  padding-top: 0;
  transition: opacity .4s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  display: flex;
  position: relative;
  left: -30px;
}

.menu-item-deco-line {
  opacity: 0;
  color: #0000;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: 2px;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-toggle-2 {
  padding: 0 40px 0 10px;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.menu-item {
  color: #060628;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item:hover {
  color: #36373a;
}

.menu-item:active {
  color: #000;
}

.dropdown-list {
  background-color: #fafafa;
}

.dropdown-list.w--open {
  color: #253294c4;
  background-color: #ececed;
  font-size: 14px;
  font-weight: 600;
}

.menu {
  z-index: 2147483647;
  color: #fff;
  background-color: #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 10px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 2px 8px 12px -9px #36373a;
}

.menu:hover {
  color: #060628;
}

.seccion-contenido {
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  height: auto;
  margin: auto auto 0;
  padding-top: 10px;
  display: block;
  position: static;
}

.seccion-contenido.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.seccion-contenido.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagen-de-portadas {
  z-index: 0;
  background-color: #d5d6db;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 310px;
  margin: 14px auto 60px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.imagen-de-portadas.styleguide-deco-block {
  clear: none;
  background-color: var(--midnight-blue);
  color: #253294c4;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 800px;
  max-width: 1440px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.caja-de-imagenes {
  justify-content: space-between;
  align-items: stretch;
  width: 900px;
  height: 500px;
  display: flex;
  position: static;
}

.slider-7 {
  justify-content: center;
  width: 900px;
  height: 500px;
  display: block;
  position: absolute;
}

.mask-3 {
  width: 900px;
  height: 500px;
}

.slide-nav-5 {
  justify-content: center;
  font-size: 10px;
  display: flex;
  top: 519px;
}

.seccion-inicio {
  border: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  margin-bottom: 0;
  display: block;
  position: static;
}

.seccion-inicio.cc-subscribe-form {
  height: 400px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.seccion-inicio.cc-deco-block-wrap {
  background-color: var(--grey);
  background-color: #fafafa;
  height: 300px;
  margin: 11px auto 73px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.titulo-encabezado {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
}

.contacto-cuadro {
  color: #fff;
  background-color: #1d1f2e;
  background-image: linear-gradient(#05082766, #05082766);
  align-items: center;
  width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.parrafo-encabezado {
  color: #2f3874;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.parrafo-encabezado.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  align-self: start;
  margin-top: 40px;
  margin-bottom: 10px;
}

.contenedor-contactanos {
  text-align: center;
  margin: 20px auto;
  display: block;
}

.contenido-conocenos {
  text-align: center;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contenerdor-de-texto {
  margin-bottom: 25px;
}

.white-button {
  z-index: 50;
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.valor-1 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.valor-1.cc-subheadline {
  opacity: 1;
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.valor-1.cc-footer-section-headline {
  opacity: 1;
  color: #cfa622;
  font-family: Verdana, Geneva, sans-serif;
}

.valor-1.cc-subheadline {
  color: var(--gold);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
}

.valor-1.cc-contact-form-label {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.error-message {
  background-color: var(--light-grey);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.subscribe-wrap {
  color: #fff;
  text-align: center;
  background-color: #1d1f2e;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 60px;
  display: flex;
}

.footer-subheadline {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--gold);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
  position: static;
  top: 0;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #171719;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  transform: none;
}

.footer-grid-column {
  color: #fff;
  flex-direction: column;
  align-self: end;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #f5e35fd9;
}

.footer-link.w--current {
  transition-duration: .275s, .4s;
}

.footer-link.w--current:hover {
  color: #f5e35fd9;
}

.footer-email-link {
  color: #fff;
  align-self: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
}

.footer-email-link:hover {
  color: #f5e35fde;
}

.small-paragraph {
  color: #fff;
  align-self: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  opacity: 1;
  backface-visibility: visible;
  perspective: none;
  color: #fff;
  white-space: normal;
  background-color: #0000;
  border: 1px #0000;
  align-self: end;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.small-paragraph.cc-copyright-footer {
  opacity: 1;
  backface-visibility: visible;
  perspective: none;
  color: #fff;
  white-space: normal;
  background-color: #0000;
  border: 1px #0000;
  align-self: end;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #f5e35fd9;
  align-self: end;
}

.text-span {
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.text-span:hover {
  color: #f5e35fd9;
}

.footer-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 940px;
  transform: ;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 10px;
}

.titulo-servicios {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.titulo-servicios.cc-overlayed-headline {
  width: 90%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-bottom: 0;
  position: static;
}

.heading-31 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-3 {
  color: #36373a;
  text-align: center;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.seccion-mision {
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  grid-auto-flow: row;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.about-head-pic {
  background-image: url('../images/geologia-encabezado.JPG');
  background-position: 50% 10%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 320px;
  margin: 0 auto 100px;
  display: block;
}

.slider-deco-line {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  text-align: left;
  background-color: #cfa622;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 1px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  top: 0;
  left: 185px;
  right: auto;
}

.heading-2 {
  color: #293168d9;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-30 {
  color: #36373a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-4 {
  color: #36373a;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.subheadline-deco-line {
  background-color: #f5e35fde;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.about-section-1 {
  margin-top: 40px;
  padding-left: 0;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.about-section-2 {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-right: 60px;
}

.seccion-valores {
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  margin-bottom: 60px;
}

.contenedor-de-servicios {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.parrafo-conocenos-2 {
  color: #1c1f35e8;
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}

.seccion-vision {
  grid-template-rows: auto;
  grid-template-columns: .35fr .65fr;
  margin-bottom: 60px;
}

.seccion-nosotros {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .35fr .65fr;
  align-items: center;
  margin-bottom: 60px;
}

.imagen-de-fondo {
  opacity: 1;
  background-image: url('../images/DSC00247.JPG');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 340px;
  margin-bottom: 100px;
  display: flex;
  position: static;
}

.imagen-de-fondo.cc-about-parallax {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/fractura-en-formacion.JPG');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: stretch;
  height: 340px;
  display: flex;
  position: static;
}

.heading-16 {
  color: #0c0c0c;
  text-align: center;
  margin-top: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 100px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.menu_superior {
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.link {
  color: var(--dark-slate-blue-2);
  text-transform: uppercase;
  border: 1px solid #253294c4;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.galeria-servicios {
  width: 940px;
  height: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-19 {
  height: auto;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  inset: 0%;
}

.paragraph-4 {
  color: var(--azul-gris);
  text-align: center;
  margin-bottom: 15px;
  margin-left: 40px;
  margin-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.icon {
  color: #36373a;
  font-size: 28px;
}

.cuadro_description {
  width: 400px;
  height: 300px;
  margin-top: 0;
  margin-left: 472px;
  position: absolute;
  inset: 0;
}

.right-arrow-2 {
  margin-left: 0;
  margin-right: 0;
  inset: 0% 0% 0% auto;
}

.heading-18 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.icon-2 {
  color: #060628;
  margin-left: 16px;
  font-size: 28px;
}

.text-block-11 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.slide-nav-6 {
  color: #253294;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
}

.slider-8 {
  background-color: var(--white);
  color: #06062800;
  width: 940px;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 10px;
  position: relative;
}

.link_toblockmenu {
  color: #fafafa;
  background-color: #060628;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  position: relative;
  left: 120px;
  right: 100px;
}

.left-arrow-2 {
  margin-left: 0;
  margin-right: 0;
}

.office-image {
  text-align: left;
  background-image: url('../images/olime2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 460px;
  height: 230px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.contact-form {
  text-transform: capitalize;
}

.contact-form-wrap {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: 100px;
  margin-right: 100px;
  padding: 60px;
  display: flex;
  position: static;
}

.message-form {
  text-transform: capitalize;
  margin-bottom: 0;
}

.text-field {
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  text-transform: none;
  white-space: normal;
  height: 100px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dark-button {
  z-index: 50;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1d1f2e;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-form-info {
  margin-bottom: 40px;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.parrafo-conocenos-3 {
  color: #1c1f35e8;
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.seccion-de-contacto {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
}

.image-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.contenido-1 {
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-14 {
  color: #253294;
  text-align: left;
  text-transform: uppercase;
  margin-top: 50px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.columnas {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-13 {
  clear: none;
  position: static;
}

.list-3 {
  color: var(--azul-gris);
  margin-top: 40px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-15 {
  color: #253294;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.image-14 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.list-7 {
  color: var(--azul-gris);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.column-3 {
  justify-content: center;
  margin-top: 46px;
  display: flex;
}

.heading-24 {
  color: #253294;
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.contenedor-imagenes-g {
  margin: 0 0 20px;
}

.paragraph-11 {
  color: var(--azul-gris);
  text-align: justify;
  margin-top: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.columns-4 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0;
}

.column-4 {
  color: var(--azul-gris);
  padding-left: 0;
}

.div-block-37 {
  margin-top: 0;
}

.heading-23 {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.columns-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.contenedor-servicio {
  background-color: #fff;
  margin: 40px auto;
  display: block;
}

.div-block-36 {
  width: 380px;
  height: 250px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.div-block-38 {
  width: auto;
  height: auto;
}

.text-block-22 {
  color: var(--azul-gris);
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.columns-2 {
  margin: 10px 0 20px;
  position: static;
}

.heading-34 {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.heading-35 {
  color: #253294;
  text-align: left;
  text-transform: none;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-12 {
  color: var(--azul-gris);
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-26 {
  text-align: left;
  margin-top: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-13 {
  color: var(--azul-gris);
  margin-top: 20px;
  margin-left: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-10 {
  width: auto;
  color: var(--azul-gris);
  margin-top: 0;
  margin-left: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-27 {
  color: var(--azul-gris);
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-42 {
  margin-top: 20px;
  margin-left: 35px;
}

.seccion-contenido-e {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 60px;
  font-family: Open Sans, sans-serif;
}

.image-24 {
  margin: 25px 20px 25px 0;
}

.paragraph-10 {
  color: var(--azul-gris);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.image-25 {
  margin-top: 25px;
  margin-left: 0;
  margin-right: 20px;
}

.heading-28 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.columns-5 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.seccion-contenido-1c {
  margin-top: 0;
}

.container-4 {
  height: 700px;
  margin-top: 60px;
  margin-bottom: 0;
}

.image-27 {
  margin-bottom: 50px;
  margin-left: 40px;
}

.heading-38 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-29 {
  color: var(--azul-gris);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-39 {
  color: var(--dark-slate-blue);
  margin-top: 40px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-30 {
  color: var(--azul-gris);
  text-transform: none;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-11 {
  font-size: 16px;
  line-height: 28px;
}

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

.heading-40 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-41 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.slide {
  background-image: url('../images/portada6.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  position: relative;
}

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

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

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

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

.heading-43 {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.image-28 {
  margin-top: 20px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       "Area-2 Area-2"
                       "Area Area";
}

.heading-44 {
  color: #253294;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.list-12 {
  color: var(--azul-gris);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item-2 {
  color: var(--azul-gris);
}

.div-block-46 {
  margin-top: 42px;
}

.image-30 {
  margin-left: 40px;
}

.footer-aviso {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-aviso:hover {
  color: var(--gold);
}

.list-13 {
  color: var(--azul-gris);
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-50 {
  width: 400px;
  height: 250px;
  margin-left: 40px;
}

.image-37, .image-38, .image-39, .image-40 {
  height: 300px;
}

.link-block-11 {
  text-decoration: none;
}

.text-block-37 {
  color: var(--midnight-blue);
}

.heading-48 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 67px;
  font-size: 18px;
  line-height: 28px;
}

.text-block-39 {
  font-size: 14px;
}

.text-block-40 {
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-14 {
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.list-14 {
  color: var(--azul-gris);
  font-size: 16px;
  line-height: 24px;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--grey);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.imagen-banner-superior {
  width: 500px;
  height: 300px;
  margin-left: 0;
  display: block;
}

.div-banner-superior-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.div-banner-superior {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 300px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.titulos {
  color: var(--white);
  text-align: center;
  margin: 85px 0 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
}

.image-48 {
  margin-left: auto;
}

.right-arrow-3 {
  position: absolute;
}

.div-block-68 {
  margin-top: 0;
}

.div-block-70 {
  background-color: var(--midnight-blue);
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  margin-left: 20px;
  text-decoration: none;
}

.banner.w--current {
  display: inline-block;
}

.desplegable {
  padding: 0;
}

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

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

.mask-4 {
  color: #fff;
}

.contenedor-global {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.div-block-79 {
  background-image: url('../images/EQUIPOS-TODOS.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 60px;
}

.block_imagemenu {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/industria-petrolera.JPG');
  background-position: 50%;
  background-size: 400px 300px;
  background-clip: border-box;
  width: 400px;
  height: 300px;
  margin-left: 60px;
  position: relative;
}

.div-block-81 {
  background-image: url('../images/geohidrologia.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 60px;
  position: relative;
}

.div-block-82 {
  background-image: url('../images/marrosismica.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 60px;
  position: relative;
}

.div-block-83 {
  background-image: url('../images/dron_fotogrametria.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 60px;
  position: relative;
}

.div-block-84 {
  background-image: url('../images/geologia-de-campo.JPG');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 60px;
}

.div-block-85 {
  margin-left: 220px;
  margin-right: 220px;
  position: static;
  left: 100px;
  right: 100px;
}

.div-block-86 {
  background-color: var(--grey);
  height: 350px;
}

.image-62 {
  margin-top: 5px;
  margin-left: 0;
}

.image-63, .image-64 {
  margin-top: 5px;
  margin-left: 5px;
}

.text-block-44 {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.text-block-45 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
}

.text-block-46 {
  color: var(--azul-gris);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-47 {
  color: var(--azul-gris);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-48 {
  color: var(--azul-gris);
  margin-top: 10px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
}

.div-block-88 {
  width: 400px;
  height: 180px;
  margin-left: 20px;
}

.text-block-49 {
  color: var(--azul-gris);
  margin-top: 10px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.text-block-50 {
  color: var(--azul-gris);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

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

.heading-54 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-89 {
  width: 400px;
  height: 180px;
  margin-left: 20px;
}

.text-block-51 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.heading-55 {
  color: var(--white);
  text-align: center;
}

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

.paragraph-17 {
  color: var(--azul-gris);
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-18 {
  color: var(--azul-gris);
  margin-top: 60px;
  font-size: 16px;
  line-height: 28px;
}

.list-item-7, .list-item-8, .list-item-9 {
  color: var(--dark-slate-blue);
  font-size: 16px;
  line-height: 24px;
}

.paragraph-19 {
  color: var(--azul-gris);
  margin-left: 10px;
  font-size: 16px;
  line-height: 28px;
}

.heading-56 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  line-height: 28px;
}

.heading-57 {
  color: var(--dark-slate-blue);
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.image-65 {
  margin-top: 5px;
  margin-left: 5px;
}

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

.grid-10 {
  grid-row-gap: 63px;
  grid-template-columns: 2.25fr;
}

.div-block-91 {
  height: 250px;
}

.div-block-92 {
  height: 250px;
  margin-top: 0;
}

.columns-13 {
  margin-left: 0;
  margin-right: 0;
}

.columns-14 {
  margin: 40px 0 140px;
}

.div-block-93 {
  width: auto;
  height: 280px;
}

.list-item-10, .list-item-11 {
  color: var(--azul-gris);
}

.paragraph-20 {
  color: var(--azul-gris);
  font-size: 16px;
  line-height: 28px;
}

.paragraph-21 {
  color: var(--azul-gris);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.list-16, .list-17 {
  color: var(--azul-gris);
  font-size: 16px;
  line-height: 28px;
}

.paragraph-22 {
  color: var(--azul-gris);
  margin-left: 10px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.lightbox-link {
  margin-top: 0;
}

.container-7 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.paragraph-23 {
  color: var(--azul-gris);
  text-align: center;
  margin: 40px 20px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-94 {
  width: auto;
  height: 600px;
  margin-left: 0;
}

.div-block-95 {
  width: 400px;
  height: 300px;
  margin-left: 30px;
}

.div-block-97 {
  background-image: url('../images/20250201_130746.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 300px;
  margin-left: 30px;
}

.paragraph-24 {
  color: var(--azul-gris);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-98 {
  width: 290px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-25 {
  color: var(--azul-gris);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.list-18 {
  color: var(--azul-gris);
  margin-left: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-53 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-54 {
  color: var(--dark-slate-blue);
  margin-top: 15px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.list-19 {
  color: var(--dark-slate-blue);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-55 {
  color: var(--dark-slate-blue);
  margin-top: 40px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.list-20 {
  color: var(--dark-slate-blue);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.columns-16 {
  margin-top: 50px;
}

.text-block-56 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.list-21 {
  color: var(--dark-slate-blue);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.column-15 {
  height: 600px;
}

.text-block-57 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.list-22 {
  color: var(--dark-slate-blue);
  margin-left: 20px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-26 {
  color: var(--azul-gris);
  margin-top: 20px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-27 {
  color: var(--azul-gris);
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item-12, .list-item-13 {
  list-style-type: decimal;
}

.text-block-58, .text-block-59 {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-23 {
  color: var(--azul-gris);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.list-24 {
  color: var(--azul-gris);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-60 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-99 {
  width: 380px;
  height: 250px;
  margin-bottom: 60px;
}

.div-block-100 {
  width: 380px;
  height: 250px;
}

.text-block-61 {
  box-shadow: 2px 2px 5px 2px var(--gold);
  color: var(--grey);
  text-align: center;
  margin-top: 61px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-28 {
  color: var(--azul-gris);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.grid-13 {
  grid-template-columns: 1fr;
}

.div-block-101 {
  width: 400px;
  height: 300px;
  margin-top: 139px;
  margin-left: 30px;
}

.navbar-2 {
  z-index: 99999;
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--grey);
  background-color: var(--white);
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 0;
  outline: 3px #333;
  display: block;
  position: sticky;
  top: 0;
}

.navbar-menu-link.w--current {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navbar-menu-link.style {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.navbar-logo {
  margin-top: 10px;
}

.style-menu {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.navbar-logo-imagen {
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: block;
}

.container-8 {
  width: auto;
  height: 80px;
  margin-top: 0;
}

.nav-menu-2 {
  margin-top: 10px;
}

.div-block-103 {
  width: 400px;
  height: 300px;
  margin-top: 10px;
  margin-left: 30px;
}

.paragraph-31 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.columns-17 {
  height: 800px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-63, .text-block-64 {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-65 {
  margin-top: 10px;
}

.image-66 {
  width: 400px;
  height: 180px;
}

.image-67 {
  text-align: left;
  width: 400px;
  height: 180px;
}

.image-71 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-clip: border-box;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 2;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 91px;
    padding-bottom: 10px;
    display: block;
    position: static;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-item-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
  }

  .brand {
    flex: 1;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .logo-image.cc-footer-logo {
    margin-top: 52px;
    margin-bottom: 10px;
  }

  .seccion-contenido {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .seccion-contenido.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .seccion-contenido.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imagen-de-portadas {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .imagen-de-portadas.styleguide-deco-block {
    min-width: 0;
  }

  .slider-7 {
    background-color: #0000;
    justify-content: space-around;
    align-items: stretch;
    width: 700px;
    height: 500px;
    margin-right: 0;
  }

  .mask-3 {
    background-color: #0000;
    width: 700px;
  }

  .slide-nav-5 {
    background-color: #0000;
    display: block;
  }

  .seccion-inicio.cc-subscribe-form {
    height: 300px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .seccion-inicio.cc-deco-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .contacto-cuadro {
    text-align: center;
    flex-direction: row;
    width: auto;
    position: relative;
  }

  .parrafo-encabezado {
    margin-top: 10px;
  }

  .contenedor-contactanos {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .valor-1.cc-footer-section-headline {
    opacity: 1;
    flex: 0 auto;
    margin-bottom: 0;
  }

  .error-message {
    width: auto;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-grid-column {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    left: -2px;
  }

  .footer-link {
    margin-right: 10px;
  }

  .footer-link.w--current {
    padding-right: 0;
  }

  .footer-email-link {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
    display: block;
  }

  .small-paragraph {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
    display: block;
  }

  .small-paragraph:hover {
    color: var(--gold);
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .footer-2 {
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .titulo-servicios.cc-overlayed-headline {
    width: 80%;
  }

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

  .seccion-mision {
    grid-column-gap: 22px;
    grid-template-columns: .75fr .5fr;
  }

  .about-head-pic {
    width: 100%;
  }

  .slider-deco-line {
    left: 109px;
  }

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

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-section-2 {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .seccion-valores {
    grid-template-columns: 1.75fr 1.1fr;
  }

  .parrafo-conocenos-2 {
    align-self: center;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .seccion-vision {
    grid-column-gap: 18px;
    grid-template-columns: 3.1fr 2.25fr;
  }

  .seccion-nosotros {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .menu_superior {
    height: auto;
  }

  .link {
    margin-top: 11px;
    padding-top: 5px;
  }

  .galeria-servicios {
    width: auto;
    height: 400px;
  }

  .div-block-19 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 0;
  }

  .paragraph-4 {
    color: #36373a;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cuadro_description {
    width: 300px;
    height: 300px;
    margin-left: 366px;
    margin-right: 70px;
    inset: 0% 0% 0% -2%;
  }

  .right-arrow-2 {
    margin-left: 0;
    margin-right: 10px;
  }

  .slide-nav-6 {
    margin-bottom: 13px;
    font-size: 9px;
  }

  .slider-8 {
    width: 700px;
    margin-left: 37px;
  }

  .link_toblockmenu {
    background-color: #060628;
    margin-left: 95px;
    font-size: 12px;
    font-weight: 700;
    left: -3px;
  }

  .link_toblockmenu:hover {
    color: #8f8f8f;
  }

  .link_toblockmenu:active {
    color: #fff;
  }

  .left-arrow-2 {
    margin-left: -38px;
  }

  .office-image {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 80%;
    height: 250px;
    margin-bottom: 0;
  }

  .contact-form-wrap {
    flex-flow: row;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: -180px;
    margin-right: -174px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
    position: static;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .parrafo-conocenos-3 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-headline {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .heading-15 {
    text-align: center;
  }

  .div-block-36 {
    width: 300px;
    margin-right: 10px;
  }

  .seccion-contenido-e {
    padding-top: 40px;
  }

  .seccion-contenido-1c {
    margin-top: 57px;
    padding-left: 40px;
    padding-right: 60px;
  }

  .container-4 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .columns-8 {
    height: auto;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/WhatsApp-Image-2021-08-06-at-6.29.48-PM2.jpeg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    margin-top: -15px;
    margin-bottom: -15px;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
  }

  .slide-2 {
    -webkit-text-fill-color: inherit;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 700px;
    background-clip: border-box;
  }

  .slide-3 {
    background-color: #0000;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 700px;
  }

  .slide-4 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 700px;
  }

  .slide-5 {
    background-color: #0000;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 700px;
    position: relative;
  }

  .footer-aviso {
    align-self: auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    width: 300px;
  }

  .image-37, .image-38, .image-39, .image-40 {
    height: 250px;
  }

  .column-12 {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .text-block-39 {
    margin-left: auto;
  }

  .grid-6 {
    align-content: center;
  }

  .imagen-banner-superior {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .div-banner-superior-2 {
    width: 300px;
    height: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
  }

  .div-banner-superior {
    width: 300px;
    height: 150px;
    margin: 0 5px 10px;
    position: static;
    inset: 0%;
  }

  .titulos {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }

  .image-48 {
    margin-left: 40px;
    margin-right: 0;
    padding-right: 40px;
  }

  .image-48.imagen-banner-superior {
    margin-top: 0;
    margin-right: 40px;
    padding-right: 0;
  }

  .banner {
    display: block;
  }

  .banner.w--current {
    display: inline-block;
  }

  .div-block-79 {
    width: 300px;
    height: 250px;
  }

  .block_imagemenu {
    width: 300px;
    height: 200px;
    top: 40px;
  }

  .div-block-81, .div-block-82, .div-block-83, .div-block-84 {
    width: 300px;
    height: 250px;
  }

  .text-block-44 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: block;
  }

  .div-block-88, .div-block-89 {
    width: 300px;
  }

  .paragraph-18 {
    margin-top: 40px;
  }

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

  .div-block-95, .div-block-97 {
    width: 300px;
    height: 250px;
  }

  .text-block-53 {
    font-family: PT Sans, sans-serif;
  }

  .grid-12, .columns-16 {
    height: auto;
  }

  .div-block-99 {
    width: 300px;
    margin-right: 10px;
  }

  .div-block-100 {
    width: 300px;
  }

  .text-block-61 {
    box-shadow: 2px 2px 5px 2px var(--gold);
  }

  .div-block-101 {
    width: 300px;
    height: 250px;
  }

  .slide-10 {
    left: -31px;
  }

  .menu-button-2 {
    color: var(--dark-slate-blue);
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    align-items: stretch;
    display: flex;
  }

  .logo-image.cc-footer-logo {
    display: block;
  }

  .seccion-contenido {
    width: 566px;
    padding-left: 4%;
    padding-right: 4%;
    position: static;
  }

  .seccion-contenido.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .imagen-de-portadas {
    padding-left: 4%;
    padding-right: 4%;
  }

  .imagen-de-portadas.styleguide-deco-block {
    justify-content: space-between;
  }

  .slider-7 {
    background-color: #0000;
    width: 500px;
    height: 500px;
    display: flex;
  }

  .mask-3 {
    background-color: #0000;
  }

  .seccion-inicio.cc-subscribe-form {
    height: 300px;
    margin-bottom: 20px;
  }

  .contacto-cuadro {
    justify-content: center;
    position: static;
  }

  .parrafo-encabezado {
    font-size: 16px;
  }

  .contenido-conocenos {
    width: 90%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-email-link {
    margin-right: 20px;
    font-size: 14px;
  }

  .small-paragraph {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .titulo-servicios {
    width: 90%;
  }

  .titulo-servicios.cc-overlayed-headline {
    width: auto;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .heading-31 {
    font-size: 26px;
  }

  .seccion-mision {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1.5fr;
  }

  .about-head-pic {
    margin-top: -20px;
    margin-bottom: 60px;
  }

  .slider-deco-line {
    left: 49px;
  }

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

  .heading-30 {
    font-size: 24px;
  }

  .about-section-1 {
    align-self: auto;
    margin-top: 0;
    padding-left: 10px;
    display: block;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .about-section-2 {
    width: 300px;
  }

  .seccion-valores {
    grid-template-columns: 1.25fr 1.1fr;
  }

  .parrafo-conocenos-2 {
    margin-right: 0;
    font-size: 16px;
  }

  .seccion-vision {
    grid-column-gap: 0px;
    grid-template-columns: 2.6fr 2fr;
  }

  .paragraph {
    padding-left: 60px;
    padding-right: 60px;
  }

  .galeria-servicios {
    width: auto;
    padding-top: 0;
  }

  .div-block-19 {
    margin-top: 10px;
  }

  .paragraph-4 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .cuadro_description {
    width: 250px;
    height: 210px;
    margin-top: 0;
    margin-left: 267px;
    margin-right: 0;
    inset: 0%;
  }

  .right-arrow-2 {
    margin-right: -34px;
  }

  .heading-18 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .slide-nav-6 {
    margin-bottom: 0;
  }

  .slider-8 {
    width: 500px;
    height: 300px;
    margin-top: 57px;
  }

  .link_toblockmenu {
    margin-top: 0;
    margin-left: 60px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .contact-form-wrap {
    flex-flow: column;
    margin-left: -149px;
    padding: 40px 0;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .contact-form-info {
    margin-bottom: 40px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .contenido-1 {
    margin-top: 0;
    padding-top: 10px;
  }

  .heading-14 {
    text-align: center;
  }

  .list-3 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-14 {
    text-align: left;
  }

  .list-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .paragraph-11 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-23 {
    margin-left: 20px;
    font-size: 16px;
  }

  .div-block-36 {
    margin-left: 120px;
  }

  .text-block-22 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .heading-34 {
    text-align: center;
  }

  .heading-35 {
    margin-left: 20px;
  }

  .paragraph-12 {
    margin-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-26, .paragraph-13 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .list-10 {
    margin-left: 60px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-27 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

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

  .image-24 {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-10.style-parrafo {
    font-size: 16px;
  }

  .image-25 {
    margin-top: 10px;
    margin-left: 20px;
  }

  .container-4 {
    height: auto;
    margin-bottom: 40px;
  }

  .image-27 {
    margin-left: 120px;
  }

  .text-block-29 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-30 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .list-11 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 25px;
  }

  .heading-40, .heading-41 {
    margin-left: 20px;
  }

  .slide {
    background-color: #0000;
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 700px;
    background-attachment: scroll;
    height: 0;
    padding-right: 0;
    position: relative;
    inset: 0%;
  }

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

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

  .heading-43 {
    color: #000;
    margin-top: 0;
    font-family: Open Sans, sans-serif;
  }

  .image-28 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-auto-flow: row;
    place-content: center stretch;
    margin-top: 25px;
  }

  .heading-44 {
    text-align: center;
  }

  .list-12 {
    margin-left: 20px;
  }

  .image-30 {
    margin-left: 120px;
  }

  .footer-aviso {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }

  .list-13 {
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .image-32 {
    text-align: center;
    margin-top: 10px;
    margin-left: 100px;
  }

  .image-33, .image-34 {
    margin-top: 10px;
    margin-left: 100px;
  }

  .div-block-50 {
    margin-left: 120px;
  }

  .div-block-54 {
    margin-left: 0;
    padding-left: 100px;
  }

  .image-37 {
    height: 250px;
  }

  .image-38.imagen-contenido, .image-39.imagen-contenido {
    height: 200px;
  }

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

  .column-14 {
    margin-top: 0;
  }

  .heading-48 {
    margin-top: 60px;
    margin-left: 20px;
    font-size: 16px;
  }

  .text-block-39 {
    font-size: 14px;
    display: block;
  }

  .paragraph-14 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-14.style-parrafo {
    font-size: 16px;
  }

  .list-14 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .grid-6 {
    grid-template-columns: .25fr .25fr;
    grid-auto-flow: row;
  }

  .imagen-banner-superior {
    margin-left: 10px;
    padding: 0;
  }

  .div-banner-superior-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .div-banner-superior {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 20px;
  }

  .titulos {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
    top: 0;
  }

  .bloquescentrales {
    margin-bottom: 14px;
  }

  .body {
    margin-bottom: 0;
  }

  .image-48.imagen-banner-superior {
    margin-top: 10px;
  }

  .div-block-79 {
    width: 220px;
    height: 210px;
  }

  .block_imagemenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    height: 200px;
    display: block;
    top: 0;
  }

  .div-block-81, .div-block-82, .div-block-83, .div-block-84 {
    width: 220px;
    height: 200px;
  }

  .text-block-44 {
    margin-right: 0;
  }

  .text-block-46 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-47 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-48 {
    margin-left: 20px;
    font-size: 14px;
  }

  .div-block-88 {
    margin-left: 100px;
  }

  .text-block-49 {
    margin-left: 20px;
    font-size: 14px;
  }

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

  .div-block-89 {
    margin-left: 100px;
  }

  .text-block-51 {
    margin-left: 40px;
    font-size: 14px;
  }

  .heading-55 {
    margin-top: 0;
    font-size: 20px;
    position: static;
  }

  .paragraph-17 {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-17.style-parrafo {
    font-size: 16px;
  }

  .paragraph-18 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-19 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-56, .heading-57 {
    margin-left: 20px;
    font-size: 16px;
  }

  .list-15 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-91 {
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-92, .div-block-93 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-20 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-20.style-parrafo {
    font-size: 16px;
  }

  .paragraph-21, .list-16 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .list-17 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-22 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-95, .div-block-97 {
    margin-left: 100px;
  }

  .paragraph-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-25 {
    margin-left: 20px;
  }

  .list-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-15 {
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .paragraph-26, .paragraph-27 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 25px;
  }

  .text-block-58, .text-block-59 {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .list-23, .list-24 {
    margin-left: 10px;
    margin-right: 20px;
    line-height: 25px;
  }

  .div-block-99, .div-block-100 {
    margin-left: 120px;
  }

  .text-block-61 {
    box-shadow: 1px 2px 5px 2px var(--gold);
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-28 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-101 {
    margin-top: 40px;
    margin-left: 120px;
  }

  .slide-10 {
    vertical-align: baseline;
    position: relative;
  }

  .menu-button-2 {
    color: var(--azul-gris);
  }

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

  .div-block-103 {
    width: 300px;
    height: 250px;
    margin-left: 120px;
  }

  .image-68, .image-69, .image-70 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-right: 0;
  }

  .seccion-contenido {
    width: auto;
    margin-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .imagen-de-portadas {
    height: 350px;
    margin-bottom: 70px;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .imagen-de-portadas.styleguide-deco-block {
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .slider-7 {
    background-color: #0000;
    width: 300px;
    height: 300px;
  }

  .seccion-inicio {
    margin-bottom: 0;
  }

  .seccion-inicio.cc-subscribe-form {
    height: 400px;
    margin-bottom: 0;
  }

  .parrafo-encabezado {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .contenerdor-de-texto {
    position: static;
  }

  .valor-1.cc-subheadline {
    font-size: 14px;
    line-height: 20px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-column {
    display: block;
  }

  .footer-email-link {
    margin-right: auto;
    font-size: 16px;
    display: block;
  }

  .small-paragraph {
    margin-left: 5px;
  }

  .footer-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

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

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

  .seccion-mision {
    padding-right: 0;
  }

  .about-head-pic {
    margin-top: 100px;
  }

  .slider-deco-line {
    position: relative;
    left: 4px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-30 {
    font-size: 24px;
  }

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

  .about-section-1 {
    margin-top: 0;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .about-section-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .parrafo-conocenos-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .seccion-vision {
    grid-template-columns: 2.6fr 2fr;
  }

  .imagen-de-fondo.cc-about-parallax {
    position: relative;
    inset: auto 0% 0%;
  }

  .heading-16 {
    padding-left: 10px;
    font-weight: 400;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
  }

  .menu_superior {
    position: fixed;
  }

  .galeria-servicios {
    width: 280px;
    height: 450px;
    margin-top: 60px;
    margin-bottom: 143px;
    margin-left: 30px;
    position: relative;
    inset: 0%;
  }

  .div-block-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 41px;
    line-height: 26px;
  }

  .cuadro_description {
    width: 230px;
    height: 240px;
    margin-top: 266px;
    margin-left: 49px;
    margin-right: 0;
    position: absolute;
  }

  .right-arrow-2 {
    margin-right: -36px;
  }

  .heading-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-nav-6 {
    width: 180px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -9.5px;
    padding-bottom: 0;
    top: 505px;
    left: 55px;
  }

  .slider-8 {
    width: 250px;
    height: 500px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .link_toblockmenu {
    margin-left: 70px;
  }

  .left-arrow-2 {
    margin-left: -15px;
  }

  .office-image {
    height: 190px;
  }

  .contact-form {
    margin-left: 10px;
  }

  .contact-form-wrap {
    margin-left: -220px;
    margin-right: -97px;
    padding: 40px 10px 40px 0;
  }

  .text-field {
    width: 250px;
    height: 30px;
    margin-left: 20px;
  }

  .form-wrap {
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
    margin-left: 17px;
  }

  .contact-form-headline {
    width: 250px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 25px;
  }

  .contenido-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-14 {
    margin-left: 0;
    font-size: 16px;
  }

  .list-3 {
    padding-left: 20px;
    font-size: 14px;
  }

  .heading-15 {
    margin-top: 20px;
    font-size: 16px;
  }

  .list-7 {
    padding-left: 20px;
    font-size: 14px;
  }

  .column-5 {
    margin-top: 20px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .contenedor-servicio {
    margin-top: 40px;
  }

  .div-block-36 {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .text-block-22 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .heading-34 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-35 {
    margin-top: 20px;
  }

  .paragraph-12, .text-block-26 {
    font-size: 16px;
  }

  .paragraph-13 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .list-10 {
    width: 300px;
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

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

  .div-block-42 {
    margin-left: 10px;
  }

  .seccion-contenido-e {
    padding-top: 20px;
  }

  .image-24 {
    margin-left: 0;
  }

  .paragraph-10 {
    text-align: justify;
    font-size: 16px;
  }

  .paragraph-10.style-parrafo {
    line-height: 25px;
  }

  .image-25 {
    margin-left: 0;
  }

  .heading-28 {
    margin-top: 60px;
  }

  .seccion-contenido-1c {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    margin-top: 40px;
  }

  .image-27 {
    margin-top: 21px;
    margin-left: 20px;
  }

  .heading-38 {
    font-size: 16px;
  }

  .text-block-29 {
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-39, .text-block-30 {
    font-size: 16px;
  }

  .list-11 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-40, .heading-41 {
    font-size: 16px;
  }

  .slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 550px;
    margin-right: 0;
    inset: auto;
  }

  .slide-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 550px;
  }

  .slide-3 {
    background-repeat: no-repeat;
    background-size: 550px;
    background-attachment: fixed;
  }

  .slide-4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 550px;
  }

  .slide-5 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 550px;
    background-attachment: fixed;
    margin-right: 0;
    position: relative;
    right: 0;
  }

  .heading-43 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }

  .list-12 {
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-46 {
    margin-top: 30px;
  }

  .image-30 {
    margin-left: 20px;
  }

  .footer-aviso {
    align-self: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .list-13 {
    font-size: 16px;
  }

  .image-32, .image-33, .image-34 {
    margin-left: 0;
  }

  .column-11 {
    padding-left: 20px;
  }

  .div-block-50 {
    margin-left: 0;
  }

  .div-block-54 {
    padding-left: 0;
    padding-right: 10px;
  }

  .image-38.imagen-contenido, .image-39.imagen-contenido, .image-40 {
    height: 100px;
  }

  .column-14 {
    margin-top: 0;
  }

  .paragraph-14.style-parrafo {
    font-size: 16px;
    line-height: 25px;
  }

  .list-14 {
    margin-top: 22px;
    padding-left: 10px;
    font-size: 16px;
  }

  .div-block-63 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-6 {
    width: auto;
    height: auto;
    padding-top: 20px;
    display: block;
  }

  .imagen-banner-superior {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 60px auto auto;
    padding: 10px 0 40px;
  }

  .div-banner-superior-2 {
    height: auto;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: auto;
    display: block;
  }

  .div-banner-superior {
    margin-top: 0;
    margin-bottom: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .titulos {
    margin-top: 40px;
    font-size: 20px;
  }

  .bloquescentrales {
    margin-top: 10px;
  }

  .image-48 {
    margin-left: 20px;
    margin-right: 0;
    padding-right: 20px;
  }

  .image-48.imagen-banner-superior {
    width: 180px;
    height: 180px;
    margin-top: 60px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .right-arrow-3 {
    display: block;
    inset: 50% -8% 0% auto;
  }

  .left-arrow-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    display: block;
    inset: 52% auto 0% -9%;
  }

  .div-block-79 {
    width: 180px;
    height: 250px;
  }

  .block_imagemenu {
    width: 180px;
    height: 200px;
    position: relative;
  }

  .div-block-81 {
    width: 180px;
    height: 250px;
    position: relative;
  }

  .div-block-82, .div-block-83, .div-block-84 {
    width: 180px;
    height: 250px;
  }

  .div-block-86 {
    height: 300px;
  }

  .text-block-44 {
    margin-top: 10px;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-47, .text-block-48 {
    font-size: 16px;
  }

  .div-block-88 {
    margin-left: 0;
  }

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

  .text-block-50 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-89 {
    margin-left: 0;
  }

  .text-block-51 {
    margin-left: 20px;
    font-size: 16px;
  }

  .paragraph-17, .paragraph-18.style-parrafo, .list-item-7, .list-item-8, .list-item-9, .paragraph-19, .list-15, .paragraph-20.style-parrafo, .paragraph-21, .list-16, .list-17 {
    font-size: 16px;
  }

  .paragraph-23 {
    line-height: 25px;
  }

  .div-block-94 {
    padding-right: 20px;
  }

  .div-block-95, .div-block-97 {
    margin-left: 0;
  }

  .paragraph-24 {
    margin-right: 20px;
    line-height: 25px;
  }

  .list-18 {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 25px;
  }

  .list-19 {
    margin-right: 0;
    padding-left: 20px;
    line-height: 25px;
  }

  .list-20 {
    line-height: 25px;
  }

  .list-21, .list-22 {
    margin-right: 0;
    padding-left: 20px;
    line-height: 25px;
  }

  .div-block-99 {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .div-block-100 {
    margin-left: 0;
  }

  .paragraph-28 {
    font-size: 16px;
  }

  .div-block-101 {
    margin-left: 0;
  }

  .slide-10 {
    margin-left: -13px;
    position: static;
  }

  .navbar-logo-imagen {
    width: 120px;
    margin-left: 9px;
  }

  .slide-11 {
    margin-left: -16px;
  }

  .slide-12 {
    margin-left: -11px;
  }

  .slide-13 {
    margin-left: -12px;
  }

  .slide-14 {
    margin-left: -14px;
  }

  .slide-15 {
    height: 500px;
    margin-left: -20px;
  }

  .div-block-103 {
    margin-left: 0;
  }

  .image-68, .image-69 {
    margin-left: auto;
  }
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9a0-de01a99d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9a1-de01a99d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9a8-de01a99d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end stretch;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9ab-de01a99d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9ad-de01a99d {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9b8-de01a99d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9ba-de01a99d {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9c1-de01a99d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_024f6292-a295-999d-88e2-2d78de01a9c3-de01a99d {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa1918f9-4292b9f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191905-4292b9f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191906-4292b9f1 {
  place-self: auto;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191909-4292b9f1 {
  place-self: start;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa19190c-4292b9f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191914-4292b9f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191915-4292b9f1 {
  place-self: auto;
}

#w-node-efcc741a-03a8-dabe-473c-a3ceaa191918-4292b9f1 {
  place-self: start;
}

#w-node-e8f872f0-9e89-b294-8f06-de406a2434a9-aa2347dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb56f7a9-ba31-e9c2-67f6-237cde7323de-aa2347dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b4f6d130-222c-f40e-eb6f-4c9b876b4fc0-aa2347dc {
  grid-area: Area-2;
}

#w-node-b4f6d130-222c-f40e-eb6f-4c9b876b4fc1-aa2347dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3dbaa74-e7cf-35f1-e2af-e3de37564e00-aa2347dc {
  grid-area: Area;
}

#w-node-_7d9ce49b-6c32-21f6-65ff-07b623352ffe-ea1e764b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd796557-9da1-e032-1f72-85aeac8640f6-076f3906 {
  place-self: start;
}

#w-node-_6bcd7e79-410a-d844-cdaf-4ff47028eda6-7265bdd6, #w-node-_29956d8c-7240-fd4c-b1cb-d55764d04703-2988724f, #w-node-_8fd8bd2e-b7aa-fe59-79c4-4954c8963dfa-2988724f, #w-node-_7a3e4806-6a46-9e20-de13-9caffc341e20-a841d894, #w-node-_4f389651-ee56-5e28-54ca-d317d891bb3c-96018189, #w-node-c3919d0a-3fab-9e86-5cba-6e8637afa45b-96018189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-efcc741a-03a8-dabe-473c-a3ceaa1918f9-4292b9f1, #w-node-efcc741a-03a8-dabe-473c-a3ceaa191905-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35c3d2a5-c7c8-2d21-b27f-785b674c6eba-4292b9f1 {
    place-self: center;
  }

  #w-node-efcc741a-03a8-dabe-473c-a3ceaa19190c-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f63e3737-fb20-74d0-f68c-7a9fa6c2861f-4292b9f1 {
    place-self: center;
  }

  #w-node-efcc741a-03a8-dabe-473c-a3ceaa191914-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca49c3a9-aaf7-32d9-d6cb-eaa8a38e1e98-4292b9f1 {
    place-self: center;
  }

  #w-node-ac00d8ed-f6b5-c5b1-4657-717aba177190-96018189 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-efcc741a-03a8-dabe-473c-a3ceaa191905-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35c3d2a5-c7c8-2d21-b27f-785b674c6eba-4292b9f1, #w-node-f63e3737-fb20-74d0-f68c-7a9fa6c2861f-4292b9f1 {
    align-self: center;
  }

  #w-node-efcc741a-03a8-dabe-473c-a3ceaa191914-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca49c3a9-aaf7-32d9-d6cb-eaa8a38e1e98-4292b9f1 {
    align-self: center;
  }

  #w-node-e8f872f0-9e89-b294-8f06-de406a2434a9-aa2347dc {
    align-self: auto;
  }

  #w-node-b4f6d130-222c-f40e-eb6f-4c9b876b4fc0-aa2347dc {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35c3d2a5-c7c8-2d21-b27f-785b674c6eba-4292b9f1, #w-node-f63e3737-fb20-74d0-f68c-7a9fa6c2861f-4292b9f1 {
    align-self: center;
  }

  #w-node-efcc741a-03a8-dabe-473c-a3ceaa191914-4292b9f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca49c3a9-aaf7-32d9-d6cb-eaa8a38e1e98-4292b9f1 {
    align-self: center;
  }
}


