@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensaucesans;
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharpgrotesk;
  src: url('../fonts/SharpGrotesk-Bold10.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #0a1953;
  --white-smoke: #f3f3f3;
  --orange-red: #ff5a03;
  --dark-violet: #8200da;
}

body {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  font-size: 10vh;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensaucesans, sans-serif;
  font-size: 400%;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  color: var(--orange-red);
  letter-spacing: -.05rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  font-size: 160%;
  font-weight: 600;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
}

.section {
  position: relative;
}

.section.nosotros {
  overflow: hidden;
}

.section.f3f3f3 {
  background-color: var(--white-smoke);
  overflow: hidden;
}

.padding-lyr {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  position: relative;
}

.padding-lyr.resultados {
  padding-left: 12%;
  padding-right: 12%;
}

.padding-tyb {
  width: 100%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

.padding-tyb._12b {
  padding-bottom: 6%;
  transform: translate(0, -5vw);
}

.padding-tyb.solo-3-icons {
  padding-top: 0%;
  padding-bottom: 6%;
  transform: translate(0, -5vw);
}

.padding-tyb.de-fondo-gris {
  padding-bottom: 12%;
}

.container-nosotras {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.item {
  width: 100%;
  height: 100%;
  position: relative;
}

.item.valores {
  min-height: 85vh;
}

.flex-de-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-de-item.l {
  align-items: flex-start;
}

.flex-de-item.foto {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.flex-de-item.foto.r {
  align-items: flex-start;
}

.flex-de-item.texto {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15%;
  padding-right: 6vw;
  position: relative;
}

.flex-de-item.texto._2 {
  align-items: flex-end;
  padding-left: 12vw;
  padding-right: 0;
}

.flex-de-item.item-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-de-item.foto-footer {
  justify-content: flex-start;
  align-items: stretch;
}

.flex-de-item.inner-brand {
  padding: 26%;
}

.flex-de-item.holaaa {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-de-item.inner-icons-links {
  padding: 26% 23%;
}

.flex-de-item.left-brand {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 6%;
}

.container-uppercase {
  margin-bottom: 1.5vw;
}

.anime {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.anime.sin-p {
  padding-top: 0;
  padding-bottom: 0;
}

.uppercase-title {
  color: var(--dark-violet);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.uppercase-title.naranja {
  color: var(--orange-red);
}

.container-h.perso {
  width: 75ch;
}

.container-h.valores {
  padding-left: 9vw;
  padding-right: 6vw;
}

.container-h.valores.l {
  padding-left: 0;
  padding-right: 9vw;
}

.h3 {
  letter-spacing: -.25rem;
  font-size: 450%;
  font-weight: 600;
  line-height: 120%;
}

.container-item-con-icono {
  width: 100%;
}

.container-title-item {
  margin-top: 6%;
}

.container-title-item._100 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  display: flex;
  position: relative;
}

.container-title-item._100w {
  width: 100%;
}

.container-title-item.de-servicios {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 80px;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.h4 {
  line-height: 120%;
}

.h4.items {
  width: 8ch;
}

.h4.items.v {
  color: var(--dark-violet);
}

.h4.mas-gde {
  width: 10ch;
  font-size: 200%;
}

.h4.servicios {
  width: 10ch;
}

.h4.servicios.v {
  width: auto;
  color: var(--dark-violet);
  margin-top: 0;
  margin-bottom: 0;
}

.separator {
  background-color: var(--orange-red);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  position: relative;
  inset: auto 0% 0%;
}

.separator.v {
  background-color: var(--dark-violet);
}

.separator.v.servicios {
  width: 10%;
  margin-top: 40px;
}

.container-p-de-item {
  margin-top: 3%;
}

.container-p-de-item.de-valores {
  padding-left: 9vw;
}

.container-p-de-item.de-valores.l {
  padding-left: 0;
  padding-right: 9vw;
}

.paddings {
  width: 100%;
  position: relative;
}

.paddings.t1 {
  padding-left: 7vw;
  padding-right: 2vw;
}

.paddings.talentos {
  padding-right: 12vw;
}

.scroll-section {
  opacity: .15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5%;
  display: flex;
  position: relative;
  top: .5%;
  overflow: hidden;
}

.super-text {
  color: #d6d6d6;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Sharpgrotesk, sans-serif;
  font-size: 30vh;
  font-weight: 700;
  line-height: 100%;
}

.super-text.one {
  margin-left: -200px;
}

.super-text.two {
  display: none;
}

.img-bg-derecho {
  float: right;
  opacity: .15;
  position: absolute;
  inset: auto -10% 0% auto;
}

.img-bg-derecho.de-valores {
  opacity: 1;
  inset: auto -40% 5% auto;
}

.img-bg-derecho.de-valores.top {
  inset: 5% -40% auto auto;
}

.img-bg-derecho.de-valores.left {
  inset: auto auto 15% -40%;
}

.container-title-3-icons {
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-3-icons-items {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 6%;
  display: grid;
}

.title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-valores {
  z-index: 2;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6%;
  display: grid;
  position: relative;
}

.grid-de-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

._100foto {
  z-index: 1;
  background-color: var(--orange-red);
  object-fit: cover;
  object-position: 50% 50%;
  width: 70%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

._100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.foto-chica {
  z-index: 1;
  width: 25%;
  position: absolute;
  inset: auto auto 0% 20%;
  overflow: hidden;
}

.iso-grande {
  max-width: 70%;
  position: absolute;
  inset: 10% auto auto 10%;
}

.bg-iso {
  z-index: 0;
  max-width: 40%;
  position: absolute;
  inset: 40% auto 0% 5%;
}

._100-foto-r {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 70%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

.foto-chica-r {
  z-index: 1;
  width: 25%;
  position: absolute;
  inset: auto 20% 0% auto;
  overflow: hidden;
}

.iso-gde-r {
  max-width: 70%;
  position: absolute;
  inset: 10% 10% auto auto;
}

.bg-iso-r {
  z-index: 0;
  max-width: 40%;
  position: absolute;
  inset: 40% 5% auto auto;
}

.padding-3-servicios {
  width: 100%;
  margin-top: 3%;
  padding-left: 6%;
  padding-right: 6%;
}

.container-p-de-servicio {
  min-height: 220px;
  margin-top: 3%;
}

.footer {
  background-color: var(--dark-violet);
  width: 100%;
  padding-bottom: 50vh;
  position: relative;
}

.grid-de-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(50vh, 1fr) minmax(50vh, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-img-foto {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._100-de-imgs-footer {
  width: 100%;
  height: 100%;
  position: relative;
}

.holas {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-footer-2 {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.icono-link-2 {
  width: 80%;
}

.txt-link {
  margin-top: 0;
  display: none;
}

.footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: 100%;
  margin-top: 6%;
  display: grid;
}

.container-social-links {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6%;
  display: flex;
}

.social-link {
  margin-left: 10px;
  margin-right: 10px;
}

.fooer-credits {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3% 3% 1.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credit-txt {
  float: left;
  color: #faf8e8;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 80%;
  font-weight: 400;
  line-height: 100%;
}

.credit-right-2 {
  font-size: 110%;
  font-weight: 700;
}

.um-credit-2 {
  float: right;
  color: #f1f1f1;
  text-align: right;
  text-transform: none;
  flex: 1;
  font-family: Opensaucesans, sans-serif;
}

.cuadrado-2 {
  color: var(--orange-red);
  font-weight: 700;
}

.um-link-2 {
  color: var(--orange-red);
  text-transform: none;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  border-bottom: 3px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-decoration: none;
}

.btn-2 {
  z-index: 9999;
  width: 64px;
  position: fixed;
  inset: auto .5% 1.5% auto;
}

.btn-subir {
  z-index: 999;
  background-color: #50a0ff;
  border-radius: 0;
  padding: 14px 20px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(0, 200px);
}

.image-2 {
  width: 16px;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  background-color: #000c;
  padding: 0%;
  display: none;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  font-style: normal;
  display: flex;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.progreso {
  z-index: 9999;
  background-color: var(--dark-violet);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header {
  width: 100%;
  height: 100vh;
  min-height: 550px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-img.bottom {
  object-position: 50% 0%;
}

.hero-img.foto {
  object-position: 50% 100%;
}

.foto-bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-txt-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-center-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-separator {
  background-color: var(--dark-violet);
  transform-origin: 0%;
  width: 100%;
  height: 6px;
  position: relative;
  inset: auto 0% 0%;
  transform: translate(0, -10px);
}

.h1 {
  z-index: 1;
  letter-spacing: -.2rem;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 7vw;
  line-height: 100%;
  position: relative;
}

.h1.celular {
  display: none;
}

.h2 {
  color: var(--white-smoke);
  font-family: Opensaucesans, sans-serif;
  font-size: 140%;
  font-weight: 400;
  line-height: 100%;
}

.container-btns {
  margin-top: 3%;
  display: flex;
}

.sep-de-btn {
  width: 20px;
  height: 100%;
}

.img-hola {
  max-width: 40vw;
  padding-top: 9vw;
  padding-left: 11vw;
  display: block;
}

.slide-nav {
  color: var(--white-smoke);
  font-size: 40%;
}

.typedjs {
  color: var(--white-smoke);
  letter-spacing: -.1rem;
  font-family: Opensaucesans, sans-serif;
  font-size: 10vw;
  font-weight: 600;
  display: none;
}

.brand {
  display: block;
}

.logo {
  height: 48px;
  margin-left: 13px;
}

.nav-link {
  margin-right: 30px;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

.link {
  padding: 0;
  font-size: 100%;
  line-height: 100%;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: static;
  inset: 0% auto 0% 5%;
}

.menu {
  z-index: 20;
  padding: 0;
  position: relative;
}

.menu.w--open {
  background-color: #c8c8c800;
  width: 80px;
}

.list {
  font-size: 100%;
  display: flex;
}

.burger-line {
  background-color: var(--orange-red);
  width: 40px;
  height: 2px;
  color: var(--orange-red);
  margin-top: 4px;
  margin-bottom: 4px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #272a32;
  margin-left: auto;
  padding: 1.1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button:hover {
  color: #272a32;
  background-color: #272a3200;
  box-shadow: inset 0 0 0 1px #272a32;
}

.navigation {
  background-color: var(--white-smoke);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Opensaucesans, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto;
}

.line {
  background-color: #333;
  width: 30px;
  height: 6px;
  position: absolute;
}

.nav-list-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 100%;
  display: flex;
}

.nav-menu {
  color: #161616;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 48px;
  line-height: 100%;
  position: fixed;
  inset: 0%;
}

.container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 100%;
  display: flex;
}

.btn {
  border: 3px solid var(--dark-violet);
  background-color: var(--dark-violet);
  border-radius: 10px;
  padding: 20px 30px;
}

.btn.second {
  border: 3px solid var(--white-smoke);
  background-color: #0000;
}

.btn.second.idioma {
  margin-top: 25px;
  margin-left: 6%;
}

.btn.second.alta-laboral {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  background-color: #ffffff0d;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 100px 20px auto auto;
}

.btn.second.alta-laboral.footer {
  text-align: right;
  width: auto;
  margin-right: 6%;
  position: static;
}

.busquedas {
  margin-right: 5px;
  font-weight: 800;
}

.upper-btn {
  color: var(--orange-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 5px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.upper-btn.naranja, .upper-btn._2 {
  color: var(--orange-red);
}

.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;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container-h.perso {
    width: 65%;
  }

  .h3 {
    font-size: 5vw;
  }

  .container-title-item.de-servicios {
    padding-right: 0%;
  }

  .h4 {
    font-size: 1.5vw;
  }

  .h4.mas-gde {
    font-size: 260%;
  }

  .h4.servicios.v {
    font-size: 2vw;
  }

  .super-text {
    font-size: 35vh;
  }

  .super-text.one {
    line-height: 100%;
  }

  .super-text.two {
    font-size: 9em;
    line-height: 100%;
  }

  .container-3-icons-items {
    padding-left: 6%;
    padding-right: 6%;
  }

  .btn-2.wsp {
    right: 1.5%;
  }
}

@media screen and (max-width: 991px) {
  .padding-lyr, .padding-lyr.resultados {
    padding-left: 6%;
    padding-right: 6%;
  }

  .item.valores {
    min-height: 60vh;
  }

  .paddings.t1 {
    padding-left: 0;
    padding-right: 0;
  }

  .paddings.talentos {
    padding-right: 6%;
  }

  .super-text {
    font-size: 25vw;
  }

  ._100foto, ._100-foto-r {
    width: 90%;
  }

  .padding-3-servicios {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-de-footer {
    grid-template-rows: minmax(35vh, 1fr) minmax(35vh, 1fr);
  }

  .holas {
    object-fit: cover;
    object-position: 0% 100%;
  }

  .fooer-credits {
    padding-top: 9%;
    padding-bottom: 1.5%;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .container-center-hero {
    padding-left: 9%;
    padding-right: 9%;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 10vw;
  }

  .h2 {
    line-height: 120%;
  }

  .img-hola {
    max-width: 60vw;
    padding-top: 0;
    padding-left: 12vw;
  }

  .typedjs {
    font-size: 12vw;
  }

  .nav-link {
    margin-bottom: 20%;
  }

  .list {
    flex-direction: column;
    padding-left: 0;
  }

  .line {
    margin-top: 1.5%;
  }

  .btn.second.alta-laboral {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container-nosotras {
    grid-template-columns: 1fr;
  }

  .flex-de-item.foto, .flex-de-item.foto.r {
    align-items: center;
  }

  .flex-de-item.texto {
    padding-top: 0%;
    padding-right: 0;
  }

  .flex-de-item.texto._2 {
    align-items: flex-start;
    padding-left: 0;
  }

  .flex-de-item.left-brand {
    padding-left: 6%;
    padding-right: 6%;
  }

  .flex-de-item.social-icons {
    justify-content: flex-start;
  }

  .container-h.perso {
    width: auto;
  }

  .container-h.valores {
    padding-left: 0;
    padding-right: 0;
  }

  .h4.mas-gde {
    width: auto;
  }

  .container-p-de-item.de-valores {
    padding-left: 0;
  }

  .container-p-de-item.de-valores.l {
    padding-right: 0;
  }

  .scroll-section {
    padding-top: 80px;
  }

  .super-text {
    font-size: 14vw;
  }

  .container-3-icons-items {
    grid-template-columns: 1fr 1fr;
  }

  .grid-de-item {
    grid-template-columns: 1fr;
  }

  .foto-chica {
    left: 0%;
  }

  .foto-chica-r {
    right: 0%;
  }

  .grid-de-footer {
    grid-template-rows: minmax(35vh, 1fr) minmax(35vh, 1fr) minmax(35vh, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .holas {
    object-position: 35% 100%;
  }

  .footer-2 {
    grid-template-columns: .5fr 1fr;
    align-content: start;
  }

  .container-social-links {
    justify-content: space-between;
    padding-left: 12%;
    padding-right: 3%;
  }

  .fooer-credits {
    z-index: 0;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 0% 1.5% 3%;
  }

  .credit-left {
    display: block;
    transform: translate(0, 15px);
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .btn-2 {
    width: 48px;
  }

  .btn-subir {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .image-2 {
    width: 12px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .progreso, .hero-img.foto {
    display: none;
  }

  .foto-bg-container.testi {
    background-image: url('../images/trova-hello.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .nav-link {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .list {
    flex-direction: column;
  }

  .button {
    font-size: 1rem;
  }

  .btn.second.idioma {
    margin-left: 3%;
  }

  .btn.second.alta-laboral {
    right: 10px;
  }

  .btn.second.alta-laboral.footer {
    text-align: left;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 0%;
  }

  .a {
    font-size: 60%;
  }

  .il {
    transform: translate(-25px);
  }

  .ir {
    transform: translate(25px);
  }
}

@media screen and (max-width: 479px) {
  .padding-tyb.de-fondo-gris {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .item.none {
    display: none;
  }

  .flex-de-item.left-brand {
    align-items: center;
    padding-left: 16%;
    padding-right: 12%;
  }

  .anime.sin-p.r {
    display: none;
  }

  .h3 {
    letter-spacing: -.05rem;
    font-size: 280%;
  }

  .container-title-item._100 {
    margin-top: 3%;
  }

  .container-title-item.de-servicios {
    min-height: auto;
  }

  .icon-item {
    width: 64px;
  }

  .h4.mas-gde {
    font-size: 160%;
  }

  .separator.v.servicios {
    margin-top: 15px;
  }

  .scroll-section {
    padding-top: 0;
  }

  .super-text {
    font-size: 40vw;
  }

  .container-3-icons-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .container-valores {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-p-de-servicio {
    min-height: auto;
  }

  .grid-de-footer {
    grid-template-columns: 1fr 1fr;
  }

  .icono-link-2 {
    width: 60%;
  }

  .footer-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .container-social-links {
    padding-left: 6%;
    padding-right: 6%;
  }

  .img-s {
    width: 22px;
  }

  .fooer-credits {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
    padding: 0% 3%;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .btn-2.wsp {
    width: 64px;
    right: 1.5%;
  }

  .browser_header {
    font-size: 160%;
    line-height: 100%;
  }

  .browser-warning {
    width: auto;
    max-width: none;
    padding: 6% 3%;
  }

  .foto-bg-container.testi {
    background-image: url('../images/trova-hello_1.jpg');
  }

  .flex-txt-hero.de-slide-foto {
    align-items: flex-end;
    padding-bottom: 10vh;
  }

  .container-center-hero {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container-center-hero.con-foto {
    justify-content: flex-end;
    padding-left: 6%;
    padding-right: 3%;
  }

  .h1 {
    letter-spacing: -.1rem;
    font-size: 19vw;
    font-style: normal;
  }

  .h1.celular {
    padding-right: 0;
    font-size: 14vw;
    display: block;
  }

  .h2 {
    font-size: 120%;
  }

  .container-btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3%;
  }

  .sep-de-btn {
    width: 100%;
    height: 20px;
  }

  .img-hola {
    max-width: 90vw;
    padding-top: 0;
    padding-left: 28%;
  }

  .typedjs {
    font-size: 20vw;
  }

  .logo {
    height: 40px;
    margin-left: -13px;
    display: block;
  }

  .button {
    font-size: .7rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 0;
  }

  .btn.second.idioma {
    margin-left: 0%;
  }

  .btn.second.alta-laboral {
    border-color: var(--white-smoke);
    color: var(--white-smoke);
    background-color: #8200da38;
    inset: 100px auto auto 10px;
  }

  .btn.second.alta-laboral.footer {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 0%;
  }
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84bee7-5a84bee5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84beeb-5a84bee5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84beef-5a84bee5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84bef3-5a84bee5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84bef7-5a84bee5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84befd-5a84bee5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f56b53de-47a7-a66c-7bd0-60265a84bf01-5a84bee5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_93c2b7fc-68fc-31e7-e83d-3d5c360baf4b-5a84bee5 {
  justify-self: start;
}

#w-node-_8356e593-a557-39e1-c241-3df1df2310c0-5a84bee5 {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-f56b53de-47a7-a66c-7bd0-60265a84bee7-5a84bee5 {
    grid-row-end: 4;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84bef3-5a84bee5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84bef7-5a84bee5 {
    grid-row: 2 / 3;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84befd-5a84bee5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84bf01-5a84bee5 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_93c2b7fc-68fc-31e7-e83d-3d5c360baf4b-5a84bee5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_8356e593-a557-39e1-c241-3df1df2310c0-5a84bee5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-ace691b1-ce8f-4228-0a88-2d0db7157883-b7157881 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f56b53de-47a7-a66c-7bd0-60265a84bee7-5a84bee5 {
    grid-row-end: 2;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84beeb-5a84bee5 {
    grid-column-start: 1;
  }

  #w-node-f56b53de-47a7-a66c-7bd0-60265a84beef-5a84bee5, #w-node-f56b53de-47a7-a66c-7bd0-60265a84bef3-5a84bee5, #w-node-f56b53de-47a7-a66c-7bd0-60265a84bef7-5a84bee5, #w-node-f56b53de-47a7-a66c-7bd0-60265a84befd-5a84bee5, #w-node-f56b53de-47a7-a66c-7bd0-60265a84bf01-5a84bee5 {
    grid-column: 1 / 3;
  }

  #w-node-_93c2b7fc-68fc-31e7-e83d-3d5c360baf4b-5a84bee5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8356e593-a557-39e1-c241-3df1df2310c0-5a84bee5 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk';
  src: url('../fonts/SharpGrotesk-Bold10.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}