.header .link4 {
  border-bottom: 3px solid white;
}

.flex, .companies .info {
  display: flex;
  align-items: center;
}

.companies {
  background: url(../assets/empresas/Capa\ 9.jpg) no-repeat;
  background-size: 100%;
  margin-top: 4vw;
}
.companies .info {
  padding: 9.17vw 4.17vw 4.17vw 6.04vw;
  width: 80%;
  margin: 0 auto;
  gap: 9rem;
  justify-content: center;
}
.companies .info .info__img {
  width: 112vw;
  pointer-events: none;
}
.companies .info .info__txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}
.companies .info .info__title {
  font-size: 3.8vw;
  color: #fff5ff;
  line-height: 4.65vw;
  font-weight: 800;
}
.companies .info .info__title--span,
.companies .info .info__paragraph--span {
  color: #ae70fb;
}
.companies .info .info__paragraph {
  color: #fff5ff;
  font-size: 1.4vw;
  font-weight: 600;
  margin-bottom: 3rem;
}
.companies .info .info__contact {
  transition: 0.4s;
  font-size: 2vw;
  color: #fff5ff;
  font-weight: 800;
  background: #56459c;
  padding: 0.5rem 3rem;
  border-radius: 4rem;
}
.companies .info .info__contact:hover {
  transform: scale(1.2);
  transition: 0.4s;
}
.companies .infoMobile {
  display: none;
}
.companies .reasons {
  overflow: hidden;
  width: 80%;
  margin: 0 0 7rem auto;
  display: flex;
  align-items: center;
}
.companies .reasons .reasons__txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.companies .reasons .reasons__title--br {
  display: none;
}
.companies .reasons .reasons__title {
  font-size: 4vw;
  color: #fff5ff;
  font-weight: 800;
}
.companies .reasons .reasons__paragraph {
  font-size: 1.04vw;
  color: #fff5ff;
  font-weight: 500;
}
.companies .reasons .reasons__img {
  width: 36vw;
  pointer-events: none;
}

@media (max-width: 764px) {
  header .header .link4 {
    background-color: #3469af;
  }
  header .header .link4 .link__span,
  header .header .link4 .links {
    color: white;
    transform: scale(1.2);
  }
  .companies {
    background-size: cover;
  }
  .companies .info {
    display: none;
  }
  .companies .infoMobile {
    padding-top: 4rem;
    display: block;
    width: 80%;
    margin: 30vw auto 5rem auto;
    overflow: hidden;
  }
  .companies .infoMobile .info__header {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .companies .infoMobile .info__img {
    width: 30vw;
  }
  .companies .infoMobile .info__title {
    font-size: 7vw;
    color: #fff5ff;
    font-weight: 800;
    line-height: 8vw;
  }
  .companies .infoMobile .info__paragraph {
    text-align: center;
  }
  .companies .infoMobile .info__title--span,
  .companies .infoMobile .info__paragraph--span {
    color: #ae70fb;
  }
  .companies .infoMobile .info__txt {
    margin-top: 3rem;
    color: white;
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .companies .infoMobile .info__contact {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 6vw;
    color: #fff5ff;
    font-weight: 800;
    background: #56459c;
    padding: 0.5rem 3rem;
    border-radius: 4rem;
    margin-top: 2rem;
  }
  .companies .reasons {
    width: 80%;
    margin: 0 auto 4rem auto;
    overflow: hidden;
    flex-direction: column-reverse;
  }
  .companies .reasons .reasons__img {
    width: 70vw;
  }
  .companies .reasons .reasons__title {
    font-size: 2rem;
    text-align: center;
  }
  .companies .reasons .reasons__title--br {
    display: block;
  }
  .companies .reasons .reasons__paragraph {
    font-size: 1.7rem;
    text-align: center;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .contact .form {
    width: 100%;
  }
  .contact .contact__title {
    font-size: 8vw;
  }
  .contact .contact__paragraph {
    font-size: 5vw;
  }
  .contact .form__submit,
  .contact .form__info {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .link4 {
    border-bottom: 3px solid white;
  }
  .link4 .links {
    transform: scale(1.3);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .companies .info {
    padding: 20vw 0 0 0;
    width: 80%;
    gap: 4vw;
  }
  .companies .info .info__title {
    font-size: 4vw;
  }
  .companies .reasons {
    margin: 0 auto;
  }
}/*# sourceMappingURL=presentation.css.map */