@media (min-width: 1440px) {
  .mainContent {
    padding-top: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .mainContent {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .mainContent {
    padding-top: 110px;
  }
}

section {
  font-size: 24px;
  line-height: 28px;
}
section h1 {
  font-weight: 300;
}
section .text-bold {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
section .contacto-top-blq2 > * {
  position: relative;
}
section .contacto-top-blq2 > *:before {
  content: "";
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 16px;
}
section .contacto-top-blq2 > * + * {
  margin-top: 40px;
}
section .contacto-top-blq2 .contacto-direccion * + .btn {
  margin-top: 24px;
}
section .contacto-top-blq2 .menuSocialIcons a {
  border: 1px solid;
  border-radius: 50%;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  position: relative;
}
section .contacto-top-blq2 .menuSocialIcons a:focus:after {
  content: "";
  border: 1px solid #FFFFFF;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
section .contacto-top-blq2 .menuSocialIcons a:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #212429;
}
@media (min-width: 1440px) {
  section .contacto-cont h1 {
    margin-right: 141px;
  }
  section .contacto-cont .contacto-top-blq2 > * {
    padding-left: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .contacto-cont .contacto-top-blq2 > * {
    padding-left: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .contacto-cont h1 {
    margin-right: 69px;
  }
}
@media (min-width: 1024px) {
  section .contacto-cont {
    display: flex;
  }
  section .contacto-cont h1 {
    width: 444px;
    font-size: 76px;
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  section .contacto-cont .contacto-top-blq2 {
    margin-top: 69px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .contacto-cont h1 {
    width: 400px;
    font-size: 60px;
    line-height: 64px;
  }
  section .contacto-cont .contacto-top-blq2 {
    padding-left: 265px;
  }
}
@media (min-width: 768px) {
  section .contacto-cont .contacto-top-blq2 > *:before {
    width: 100px;
  }
}
@media (max-width: 767px) {
  section .contacto-cont h1 {
    width: 320px;
    font-size: 48px;
    line-height: 52px;
  }
  section .contacto-cont .contacto-top-blq2 > * {
    padding-left: 86px;
  }
  section .contacto-cont .contacto-top-blq2 > *:before {
    width: 69px;
  }
}/*# sourceMappingURL=contactoFront.css.map */