@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-regular {
  font-weight: 300;
}

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

.text-black {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.text-lowercase {
  text-transform: lowercase;
}

body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
body.no-scroll {
  overflow: hidden;
}

@keyframes open-menu {
  from {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes close-menu {
  from {
    display: block;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.fixed-menu {
  width: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 39px;
  padding-right: 49px;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #292929;
  display: flex;
  align-items: center;
  z-index: 100;
}
.fixed-menu__logo img {
  height: 22px;
}
.fixed-menu__nav {
  padding-left: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  font-size: 14px;
  font-size: 0.875em;
}
.fixed-menu__nav-item {
  justify-self: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
  letter-spacing: 0.12em;
}
.fixed-menu__nav-item:hover {
  color: #0ff;
}
.fixed-menu__nav-item--active {
  color: #0ff;
}

.main-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #00f;
  transition: opacity 0.35s ease;
}
.main-menu.open {
  display: block;
  opacity: 1;
}
.main-menu .cuadro {
  position: absolute;
  width: 0.8680555556vw;
  height: 0.8680555556vw;
}
.main-menu .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4.224537037vw;
}
.main-menu__top {
  padding-left: 3.7615740741vw;
  padding-right: 4.8032407407vw;
  display: flex;
  justify-content: space-between;
}
.main-menu__logo {
  padding-top: 0.4050925926vw;
}
.main-menu__logo img {
  height: 3.2407407407vw;
}
.main-menu__close {
  position: relative;
  width: 2.8935185185vw;
  height: 2.8935185185vw;
  background-color: #fff;
  cursor: pointer;
}
.main-menu__close .line {
  position: absolute;
  top: 50%;
  left: 0.5208333333vw;
  display: block;
  content: "";
  width: 1.8518518519vw;
  height: 1px;
  background-color: #00f;
}
.main-menu__close .line.line-1 {
  transform: rotate(-45deg);
}
.main-menu__close .line.line-2 {
  transform: rotate(45deg);
}
.main-menu__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  font-size: 2.7777777778vw;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
}
.main-menu__item {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  transition: color 0.2s ease;
}
.main-menu__item:hover {
  color: #0ff;
}

.page-title {
  margin-top: 6.7708333333vw;
}
.page-title__wrapper {
  padding-inline: 8.1018518519vw;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
.page-title h1 {
  margin: 0;
  font-size: 2.0833333333vw;
  line-height: 1;
}
.page-title__cuadro {
  display: block;
  content: "";
  width: 0.8680555556vw;
  height: 0.8680555556vw;
  background-color: #0ff;
  line-height: 1;
}

.big-text {
  margin-top: 7.6967592593vw;
}
.big-text__wrapper {
  padding-left: 6.5972222222vw;
  padding-right: 2.8935185185vw;
}
.big-text__sentence {
  display: inline;
  font-size: 7.4074074074vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
}
.big-text__separator {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 3.8194444444vw;
  height: 3.8194444444vw;
  margin-right: 0.5em;
}
.big-text__separator.separator-1 {
  background-color: #00f;
}
.big-text__separator.separator-2 {
  background-color: #0ff;
}

.site-header {
  padding-left: 3.7615740741vw;
  padding-right: 4.8032407407vw;
  padding-top: 4.224537037vw;
  display: flex;
  justify-content: space-between;
}
.site-header__logo {
  padding-top: 0.4050925926vw;
}
.site-header__logo img {
  height: 3.2407407407vw;
}
.site-header__hamburger {
  position: relative;
  width: 2.8935185185vw;
  height: 2.8935185185vw;
  background-color: #00f;
  cursor: pointer;
}
.site-header__hamburger .line {
  position: absolute;
  width: 1.3888888889vw;
  left: 0.7523148148vw;
  top: 50%;
  content: "";
  height: 1px;
  background-color: #fff;
}
.site-header__hamburger .line.line-1 {
  transform: translateY(-0.2893518519vw);
}
.site-header__hamburger .line.line-2 {
  transform: translateY(0.2893518519vw);
}

.site-footer {
  padding-bottom: 52px;
  padding-top: 154px;
}
.site-footer__top, .site-footer__bottom {
  padding-left: 5.0347222222vw;
  line-height: 2.3125;
}
.site-footer__top {
  border-bottom: 1px solid #00f;
}
.site-footer__bottom {
  padding-top: 1em;
}
.site-footer__logo {
  margin-bottom: 40px;
}
.site-footer__logo img {
  max-height: 40px;
}
.site-footer__address {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.site-footer__address a {
  text-decoration: none;
  color: #000;
}

.nosotros-content {
  margin-top: 20.0810185185vw;
}
.nosotros-content .wrapper {
  padding-left: 8.1018518519vw;
  padding-right: 5.4976851852vw;
  display: flex;
  justify-content: space-between;
}
.nosotros-content__logo {
  width: 15.3935185185vw;
}
.nosotros-content__logo img {
  max-width: 100%;
}
.nosotros-content__content {
  width: 59.5486111111vw;
  font-size: 2.7777777778vw;
  line-height: 1;
}
.nosotros-content__content p:not(:last-child) {
  margin-bottom: 5.2083333333em;
}

.contacto-content, .contacto-form {
  padding-left: 25.3472222222vw;
  padding-right: 23.6111111111vw;
}
.contacto-content {
  margin-top: 7.6967592593vw;
}
.contacto-content__title {
  font-size: 2.7777777778vw;
  line-height: 1;
  margin-bottom: 1em;
}
.contacto-content__data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  column-gap: 3.7615740741vw;
}
.contacto-content__data .data {
  min-height: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0ff;
  font-size: 1.3888888889vw;
  line-height: 1;
}
.contacto-content__data .data a {
  color: #00f;
  text-decoration: none;
}
.contacto-content__data .data a:hover {
  text-decoration: underline;
}
.contacto-content__content {
  margin-top: 5.4976851852vw;
  font-size: 1.1574074074vw;
  line-height: 1;
}
.contacto-form {
  margin-top: 5.0347222222vw;
}
.contacto-form label {
  display: block;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.contacto-form .form-control,
.contacto-form .form-select {
  border-radius: 0;
  border: 1px solid #00f;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 2.8935185185vw;
}
.contacto-form .form-control.is-invalid,
.contacto-form .form-select.is-invalid {
  border-color: #f00;
}
.contacto-form input.form-control,
.contacto-form select.form-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.contacto-form .btn-blue {
  background-color: #00f;
  border-radius: 0;
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  padding-inline: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.contacto-form .btn-blue:hover {
  background-color: #0ff;
  color: #00f;
}
.contacto-form__error {
  position: relative;
  font-size: 0.8101851852vw;
  line-height: 1;
  color: #f00;
  margin-bottom: 0.5em;
}

.servicios-content {
  margin-top: 17.1296296296vw;
  background-color: #0ff;
  padding-top: 12.962962963vw;
  padding-bottom: 14.7569444444vw;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.servicios-wrapper {
  min-width: 100%;
  overflow-x: visible;
  padding-left: 24.7685185185vw;
  padding-right: 24.7685185185vw;
  display: flex;
  column-gap: 16.724537037vw;
  scrollbar: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
  height: 100%;
  will-change: transform;
}
.servicios__title {
  font-size: 2.7777777778vw;
  margin-bottom: 1em;
  line-height: 1;
  max-width: 85%;
}
.servicios__item {
  flex: 0 0 auto;
}
.servicios__item-text {
  margin-bottom: 1em;
  line-height: 1;
  font-size: 1.3888888889vw;
  text-wrap: nowrap;
}
.servicios__item-text:last-child {
  margin-bottom: 0;
}
