@import url("https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap");
@font-face {
  font-family: "roman";
  src: url("fonts/helveticaroman.woff2") format("woff2"), url("fonts/helveticaroman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  src: url("fonts/helveticabold.woff2") format("woff2"), url("fonts/helveticabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  font-family: "roman", sans-serif;
  font-size: 12.5px;
  color: white;
  background: #0023f4;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  font-size: 1rem;
  margin: 0 0 1rem;
}

strong {
  font-family: "bold";
  display: inline;
}

button {
  all: unset;
  cursor: pointer;
}

input {
  all: unset;
  color: white;
  position: relative;
  display: block;
  border-bottom: 1px solid white;
  font-size: 1.14rem;
}

video {
  display: block;
  width: 100%;
}

.d-none {
  display: none;
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.video__cursor {
  position: absolute;
  width: 7rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.75rem;
}
.video__cursor__play {
  display: block;
}
.video__cursor__stop {
  display: none;
}
.video__cursor.on .video__cursor__play {
  display: none;
}
.video__cursor.on .video__cursor__stop {
  display: block;
}

.b-grey {
  background: #f4f4f4 !important;
  color: #000000;
}
.b-black {
  background: #000000 !important;
  color: white;
}
.b-blue {
  background: #0023f4 !important;
  color: white;
}
.b-white {
  background: white !important;
  color: #000000;
}

.btn--primary {
  position: relative;
  display: block;
  background: #0023f4;
  padding: 0.9rem 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 100%;
}
.btn--small {
  text-transform: none;
}

.wrapper {
  width: calc(100% - 5rem);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .wrapper {
    width: calc(100% - 2.5rem);
  }
}
.wrapper--margin {
  max-width: 1366px;
}
.wrapper--margin-xl {
  max-width: 1200px;
}
.wrapper--margin-lg {
  max-width: 992px;
}
.wrapper--margin-lg100 {
  max-width: calc( 992px - 100px );
}
@media (max-width: 992px) {
  .wrapper--margin-lg100 {
    max-width: 768px;
  }
}
.wrapper--margin-md {
  max-width: 768px;
}

.title-loop {
  position: relative;
  white-space: nowrap;
}
.title-loop__repeater {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.64rem;
  margin: 0;
}
@media (max-width: 768px) {
  .title-loop__repeater {
    font-size: 4.07rem;
  }
}
@media (max-width: 576px) {
  .title-loop__repeater {
    font-size: 3.57rem;
  }
}
@media (max-width: 468px) {
  .title-loop__repeater {
    font-size: 3.21rem;
  }
}
.title-loop__repeater span {
  display: inline-block;
  vertical-align: baseline;
}
.title-loop__repeater span:nth-of-type(1), .title-loop__repeater span:nth-of-type(3) {
  font-family: "Poly", serif;
  margin-right: 0.5rem;
  font-style: italic;
}
.title-loop__repeater span:nth-of-type(2) {
  position: relative;
  font-family: "bold";
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  letter-spacing: -1px;
  top: 0.2rem;
  margin-right: 0.5rem;
}

.cursor {
  position: absolute;
  top: calc(var(--posY) * 1px);
  left: calc(var(--posX) * 1px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  z-index: 150;
}
@media (max-width: 768px) {
  .cursor {
    display: none;
  }
}
.cursor__wrap-text {
  border-radius: 100%;
  background: #ff2400;
  position: relative;
  height: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  left: 0.5px;
}
.cursor__wrap-text:hover {
  cursor: pointer;
}
.cursor__p {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
}
.cursor__p:nth-of-type(1) {
  color: black;
}
.cursor__p:nth-of-type(2) {
  letter-spacing: 1.5px;
  left: 0.2px;
}
.cursor__img {
  position: relative;
  display: block;
  width: 0.3rem;
  height: 0.4rem;
  left: -0.1rem;
  margin: 0.05rem auto 0.2rem;
  opacity: 0 !important;
}

#smooth-wrapper {
  opacity: 0;
  overflow: hidden !important;
}

.cookies {
  position: fixed;
  background: #0023f4;
  color: black;
  border: 4px solid #000000;
  bottom: 1.43rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  display: flex;
  gap: 0.5em;
  font-size: 1.79rem;
  padding-left: 1em;
}
@media (max-width: 992px) {
  .cookies {
    font-size: 1.43rem;
  }
}
@media (max-width: 576px) {
  .cookies {
    width: 100%;
  }
}
.cookies__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25em;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .cookies__text {
    font-size: 1.1em;
  }
}
.cookies span.italic {
  font-family: "Poly", serif;
  font-style: italic;
}
.cookies__btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies .btn {
  position: relative;
  display: block;
  top: 0.25em;
  background: black;
  color: white;
  font-family: "Poly", serif;
  font-style: italic;
  font-size: 0.7em;
  padding: 0.5em 1.5em;
  margin: 0 0 0.5em 0;
  text-transform: none;
  letter-spacing: 0.5px;
}
.cookies .btn:hover {
  background: white;
  color: black;
}
.cookies__logo {
  position: relative;
  display: block;
  background: #000000;
  width: 10rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies__logo__img {
  position: relative;
  display: block;
  width: 65%;
  left: 5%;
}
.cookies a {
  cursor: pointer;
}

header {
  position: fixed;
  margin-top: 2.75rem;
  width: 100%;
  z-index: 200;
  opacity: 0;
}
@media (max-width: 468px) {
  header {
    margin-top: 1.75rem;
  }
}
header.work::after {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0.7) 0%, transparent 50%);
  width: 80%;
  height: 350%;
  opacity: 0.8;
}
@media (max-width: 992px) {
  header.work::after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header.work::after {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    width: 100%;
    height: 50vh;
  }
}
header.work .header__logo.white .header__logo__img--white {
  opacity: 1;
}
header.work .header__logo.white .header__logo__text {
  color: white;
}
header.work .header__logo__img {
  position: absolute;
  top: 0;
  left: 0;
}
header.work .header__logo__img--white {
  opacity: 0;
}
header.work .aside.white span {
  color: white;
}
header.work .aside.white .lines__line {
  background: white;
}
header.work .aside.white .hamburger {
  border-color: white;
}
header.work .aside .hamburger {
  border-color: #000000;
}
header.work .aside .hamburger span {
  transition: color 0.2s cubic-bezier(0.68, 0, 0.32, 1.06);
  color: #000000;
}
header.work .aside .lines__line {
  background: #000000;
}
header .wrapper {
  position: relative;
  z-index: 110;
}
header .header__logo {
  display: flex;
}
header .header__logo__img, header .header__logo__wrap-img {
  position: relative;
  display: block;
  width: 9.64rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  header .header__logo__img, header .header__logo__wrap-img {
    width: 7.86rem;
  }
}
@media (max-width: 576px) {
  header .header__logo__img, header .header__logo__wrap-img {
    width: 6.43rem;
  }
}
header .header__logo__wrap-img:hover {
  transform: scale(0.95);
}
header .header__logo__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "bold";
  color: white !important;
  line-height: 1;
  font-size: 0.93rem;
  margin-top: 0.21rem;
}
@media (max-width: 576px) {
  header .header__logo__text {
    margin-top: 0.14rem;
    font-size: 0.64rem;
  }
}
@media (max-width: 468px) {
  header .header__logo__text {
    margin-top: 0.07rem;
  }
}
header .aside {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
header .aside .hamburger {
  position: relative;
  width: 2.14rem;
  height: 2.14rem;
  border: 3px solid white;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  header .aside .hamburger {
    width: 1.43rem;
    height: 1.43rem;
    margin-bottom: 1rem;
    border: 2px solid white;
  }
}
@media (max-width: 576px) {
  header .aside .hamburger {
    width: 1.07rem;
    height: 1.07rem;
    border: 1px solid white;
  }
}
header .aside .hamburger span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 1.29rem;
  font-family: "bold";
  font-weight: 500;
  transform: translate(calc(-100% - 1rem), 0);
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 576px) {
  header .aside .hamburger span {
    top: -0.5rem;
    font-size: 1.14rem;
  }
}
@media (max-width: 468px) {
  header .aside .hamburger span {
    top: -0.2rem;
    font-size: 1.07rem;
    font-family: "roman";
  }
}
header .aside .lines {
  position: relative;
  left: 2.5%;
  width: 95%;
  height: calc(100vh - 10rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .aside .lines__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1.5px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
}
header .aside .lines__line:nth-of-type(5n+2) {
  height: 1.75x;
}
header .aside .lines__line:nth-of-type(5n+3) {
  height: 2.25px;
}
header .aside .lines__line:nth-of-type(5n+4) {
  height: 2px;
}
header .aside .lines__line:nth-of-type(5n+5) {
  height: 1.75px;
}
@media (max-width: 768px) {
  header .aside .lines {
    height: calc(100vh - 7.5rem);
  }
}
header .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  height: 100vh;
  background: black;
  z-index: 100;
}
header .menu__wrap-a {
  position: absolute;
  top: 7rem;
  right: calc( 5rem - 7px );
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-transform: uppercase;
  font-family: "bold";
  overflow: hidden;
}
header .menu__a {
  position: relative;
  font-size: 6.07rem;
  line-height: 0.85;
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  padding: 1.6rem 1.6rem 0 1.6rem;
}
header .menu__a span.text {
  position: relative;
  display: block;
}
header .menu__a span.line {
  position: absolute;
  top: 0;
  right: -1px;
  width: 100%;
  height: 2px;
  background: white;
}
header .menu__a:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
header .menu__a:nth-of-type(2) {
  margin-bottom: 1.7rem;
}
header .menu__a:nth-of-type(2) span {
  opacity: 0.9;
}
header .menu__a:nth-of-type(3) span {
  opacity: 0.7;
}

main > section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
main .intro {
  font-size: 0.75rem;
  margin-bottom: 330vh;
}
@media (max-width: 992px) {
  main .intro {
    font-size: 0.75vw;
  }
}
main .intro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 3em;
}
main .intro__logo__letter {
  z-index: 150;
}
main .intro__logo__letter__img {
  height: 33em;
}
main .intro__logo__letter.border, main .intro__logo__letter.border-invt {
  position: absolute;
  z-index: 1;
}
main .intro__logo__letter.border.letter-E, main .intro__logo__letter.border-invt.letter-E {
  background-image: url("../images/logoES3_E_border.svg");
  background-position: center center;
  background-size: 100% 100%;
}
main .intro__logo__letter.border.letter-E img, main .intro__logo__letter.border-invt.letter-E img {
  opacity: 0;
}
main .intro__logo__letter.border.letter-S, main .intro__logo__letter.border-invt.letter-S {
  background-image: url("../images/logoES3_S_borderv2.svg");
  background-position: center center;
  background-size: 100% 100%;
}
main .intro__logo__letter.border.letter-S img, main .intro__logo__letter.border-invt.letter-S img {
  opacity: 0;
}
main .intro__logo__letter.border.letter-3, main .intro__logo__letter.border-invt.letter-3 {
  background-image: url("../images/logoES3_3_border.svg");
  background-position: center center;
  background-size: 100% 100%;
}
main .intro__logo__letter.border.letter-3 img, main .intro__logo__letter.border-invt.letter-3 img {
  opacity: 0;
}
main .intro__logo__claim {
  position: absolute;
  top: -2%;
  left: 27em;
  height: 104%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .intro__logo__claim__p {
  color: white;
  font-family: "bold";
  line-height: 0.7;
  margin-bottom: 0;
  font-size: 7.5em;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.5rem 0;
}
@media (max-width: 576px) {
  main .intro__logo__claim__p {
    font-size: 7em;
    padding: 0.33rem 0 0.15rem;
  }
}
main .intro__logo__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 54em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .intro__logo__text__p {
  text-transform: uppercase;
  color: white;
  text-align: right;
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main .intro__logo__text__p {
    line-height: 1.3;
  }
}
main .intro__footer {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  font-family: "bold";
  font-size: 1.14rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  main .intro__footer {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
main .video__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
main .video__wrap-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
main .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 85%;
  z-index: 10;
  cursor: pointer;
}
main .video__play__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .video__play__icon {
  width: 5.71rem;
}
main .video__play__text {
  color: #ff2400;
  font-family: "bold";
  font-size: 3.93rem;
  letter-spacing: -0.15rem;
}
main .video__play__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
}
main .video__video {
  position: relative;
  max-height: 80vh;
  z-index: 1;
}
@media (max-width: 576px) {
  main .video__video {
    width: 75vw;
    max-height: auto;
  }
}
main .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -85vh;
}
main .about__title {
  position: relative;
  margin-left: -3rem;
  font-family: "Poly", serif;
  font-style: italic;
  font-size: 6.29rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  width: 90%;
  max-width: 42.86rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
}
@media (max-width: 768px) {
  main .about__title {
    font-size: 4.64rem;
    margin-left: 0rem;
    width: 85%;
    max-width: 45.71rem;
  }
}
@media (max-width: 576px) {
  main .about__title {
    font-size: 3.79rem;
    width: 80%;
  }
}
@media (max-width: 468px) {
  main .about__title {
    font-size: 3.21rem;
  }
}
main .about__text {
  color: black;
  font-family: "bold";
  text-transform: uppercase;
  width: 85%;
  max-width: 45.71rem;
}
@media (max-width: 576px) {
  main .about__text {
    width: 80%;
  }
}
main .about__text__p {
  font-size: 2.14rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  main .about__text__p {
    font-size: 1.79rem;
  }
}
@media (max-width: 576px) {
  main .about__text__p {
    font-size: 1.43rem;
  }
}
main .about__text__p:last-child {
  margin-bottom: 0;
}
main .servicios {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
}
main .servicios__title-loop {
  position: absolute;
  top: 13%;
  padding-bottom: 100vh;
}
main .servicios__text {
  position: relative;
  text-transform: uppercase;
  font-size: 2.86rem;
  width: 80%;
  max-width: 892px;
  text-align: center;
  margin-top: 12vh;
  overflow: hidden;
}
main .servicios__text strong {
  font-size: 1.25em;
}
@media (max-width: 768px) {
  main .servicios__text {
    margin-top: 4vh;
    font-size: 1.93rem;
  }
}
@media (max-width: 468px) {
  main .servicios__text {
    font-size: 1.43rem;
  }
}
main .servicios__text__gradient {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0023f4 0%, transparent 100%);
}
main .servicios__text__gradient.gradient--down {
  bottom: auto;
  top: 0;
  background-image: linear-gradient(180deg, #0023f4 0%, transparent 100%);
}
main .proyectos {
  padding-top: 8rem;
}
main .proyectos .proyecto {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto {
    margin: 0 auto 1rem;
    width: 90%;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto {
    width: 84%;
    left: -4vw;
    margin: 0 auto 1rem;
    flex-direction: column;
  }
}
main .proyectos .proyecto:nth-of-type(1) {
  margin-top: 10.71rem;
}
main .proyectos .proyecto:nth-of-type(1) .proyecto__title {
  text-align: right;
}
main .proyectos .proyecto:nth-of-type(2) {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(2) {
    margin-top: 0rem;
  }
}
main .proyectos .proyecto:nth-of-type(2) .proyecto__marco {
  top: 5rem;
  height: calc(100% - 5rem);
}
main .proyectos .proyecto:nth-of-type(2) .proyecto__text {
  width: 45%;
}
main .proyectos .proyecto:nth-of-type(2) .proyecto__wrap-text {
  margin-top: 2.5rem;
}
main .proyectos .proyecto:nth-of-type(3) {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(3) {
    margin-top: 0rem;
  }
}
main .proyectos .proyecto:nth-of-type(3) .proyecto__marco {
  top: 5rem;
  right: 4%;
  left: auto;
  transform: translateX(0);
  width: 89%;
  height: calc(100% - 5rem);
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(3) .proyecto__marco {
    top: 2rem;
    height: calc(100% - 2rem);
  }
}
main .proyectos .proyecto:nth-of-type(3) .proyecto__text {
  width: 45%;
}
main .proyectos .proyecto:nth-of-type(4) {
  margin-top: -6rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(4) {
    margin-top: 0rem;
  }
}
main .proyectos .proyecto:nth-of-type(4) .proyecto__marco {
  top: 5rem;
  right: 4%;
  left: auto;
  transform: translateX(0);
  width: 89%;
  height: calc(100% - 5rem);
}
main .proyectos .proyecto:nth-of-type(4) .proyecto__text {
  width: 45%;
}
main .proyectos .proyecto:nth-of-type(5) {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(5) {
    margin-top: 0rem;
  }
}
main .proyectos .proyecto:nth-of-type(5) .proyecto__marco {
  top: 3rem;
  right: -8%;
  left: auto;
  transform: translateX(0);
  height: calc(100% - 3rem);
  width: 90%;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(5) .proyecto__marco {
    top: 2rem;
    height: calc(100% - 2rem);
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto:nth-of-type(5) .proyecto__marco {
    right: 0%;
  }
}
main .proyectos .proyecto:nth-of-type(5) .proyecto__text {
  width: 45%;
}
main .proyectos .proyecto:nth-of-type(6) {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(6) {
    margin-top: 0rem;
  }
}
main .proyectos .proyecto:nth-of-type(6) .proyecto__marco {
  top: 2rem;
  right: 4%;
  left: auto;
  transform: translateX(0);
  height: calc(100% - 2rem);
  width: 90%;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(6) .proyecto__marco {
    top: 1rem;
    height: calc(100% - 1rem);
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto:nth-of-type(6) .proyecto__marco {
    right: 0%;
  }
}
main .proyectos .proyecto:nth-of-type(6) .proyecto__text {
  width: 45%;
}
main .proyectos .proyecto:nth-of-type(6) .proyecto__img {
  right: 4%;
}
@media (max-width: 576px) {
  main .proyectos .proyecto:nth-of-type(6) .proyecto__img {
    right: 0%;
  }
}
main .proyectos .proyecto:nth-of-type(even) {
  justify-content: flex-end;
}
main .proyectos .proyecto:nth-of-type(even) .proyecto__a {
  left: auto;
  right: 0;
}
main .proyectos .proyecto:nth-of-type(even) .proyecto__wrap-text {
  left: 16%;
  right: auto;
  align-items: flex-start;
}
@media (max-width: 768px) {
  main .proyectos .proyecto:nth-of-type(even) .proyecto__wrap-text {
    left: 5%;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto:nth-of-type(even) .proyecto__wrap-text {
    left: 0;
  }
}
main .proyectos .proyecto:nth-of-type(even) .proyecto__text {
  text-align: left;
}
main .proyectos .proyecto__a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  z-index: 50;
  cursor: none;
}
@media (max-width: 576px) {
  main .proyectos .proyecto__a {
    width: 100%;
  }
}
main .proyectos .proyecto__wrap-text {
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 20;
}
@media (max-width: 768px) {
  main .proyectos .proyecto__wrap-text {
    right: 5%;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto__wrap-text {
    position: relative;
    top: 0%;
    right: 0;
    transform: translate(0%, 0%);
    margin-top: 2.14rem !important;
  }
}
main .proyectos .proyecto__cliente {
  position: relative;
  display: inline;
  text-transform: uppercase;
  color: black;
  font-family: "bold";
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.79rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  main .proyectos .proyecto__cliente {
    font-size: 1.79rem;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto__cliente {
    font-size: 1.57rem;
    margin-left: auto;
    margin-right: auto;
  }
}
main .proyectos .proyecto__cliente span {
  position: relative;
  display: inline-block;
  background: white;
  padding: 0.33rem 0.5rem;
}
@media (max-width: 576px) {
  main .proyectos .proyecto__cliente br {
    display: none;
  }
  main .proyectos .proyecto__cliente br:nth-of-type(2) {
    position: relative;
    left: -0.66rem;
    padding: 0.33rem 0.5rem 0.33rem 0 !important;
  }
}
main .proyectos .proyecto__title {
  font-family: "Poly", serif;
  font-style: italic;
  font-size: 5.86rem;
  line-height: 0.8;
  margin-bottom: 1.43rem;
}
@media (max-width: 992px) {
  main .proyectos .proyecto__title {
    font-size: 4.64rem;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto__title {
    font-size: 3.21rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
main .proyectos .proyecto__title > div {
  overflow: hidden;
  padding-bottom: 0.15em;
}
main .proyectos .proyecto__text {
  text-transform: uppercase;
  color: black;
  font-size: 1.71rem;
  width: 50%;
  text-align: right;
  overflow: hidden;
}
main .proyectos .proyecto__text span {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 992px) {
  main .proyectos .proyecto__text {
    font-size: 1.57rem;
    width: 60% !important;
  }
}
@media (max-width: 576px) {
  main .proyectos .proyecto__text {
    font-size: 1.43rem;
    width: 80% !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}
main .proyectos .proyecto__wrap-img {
  position: relative;
  display: block;
  width: 37%;
}
@media (max-width: 576px) {
  main .proyectos .proyecto__wrap-img {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 468px) {
  main .proyectos .proyecto__wrap-img {
    width: 85% !important;
  }
}
main .proyectos .proyecto__img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  top: -3px;
}
main .proyectos .proyecto__marco {
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 85%;
  height: calc(100% + 2rem);
  border: 2px solid white;
  transform: translateX(-50%);
}
main .proyectos .proyecto__cierre {
  position: absolute;
  display: block;
  top: 1.43rem;
  right: 1.07rem;
  width: 1.79rem;
  height: 1.79rem;
  border: 2px solid white;
}
main .proyectos .proyecto__cierre::after, main .proyectos .proyecto__cierre::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 2px;
  background: white;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left;
}
main .proyectos .proyecto__cierre::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
main .brands {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .brands__title-loop {
  position: absolute;
  top: 13%;
  padding-bottom: 100vh;
}
main .brands__text {
  position: relative;
  text-transform: uppercase;
  font-size: 2.71rem;
  text-align: center;
  margin: 20rem 0 7.14rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 992px) {
  main .brands__text {
    font-size: 2.36rem;
    max-width: 80%;
    align-items: center;
  }
}
@media (max-width: 768px) {
  main .brands__text {
    font-size: 1.86rem;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  main .brands__text {
    font-size: 1.64rem;
  }
}
@media (max-width: 468px) {
  main .brands__text {
    font-size: 1.57rem;
    gap: 1rem;
    letter-spacing: -0.75px;
    left: -1rem;
  }
}
main .brands__ul {
  text-align: right;
  max-width: 32.14rem;
}
main .brands__ul:nth-of-type(1) .brands__ul__li:nth-of-type(odd) {
  font-family: "bold";
  font-weight: 700;
}
main .brands__ul:nth-of-type(2) {
  text-align: left;
}
main .brands__ul:nth-of-type(2) .brands__ul__li:nth-of-type(even) {
  font-family: "bold";
  font-weight: 700;
}
main .equipo {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .equipo__title-loop {
  position: absolute;
  top: 10%;
}
main .equipo__wrap-equipo {
  position: relative;
  display: flex;
  width: 70%;
  max-width: calc( 992px + 10px );
  margin-top: 9vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  main .equipo__wrap-equipo {
    flex-wrap: wrap;
    max-width: calc( 576px - 50px );
    width: 70%;
    margin-top: 13vh;
  }
}
main .equipo__wrap-miembro {
  position: relative;
  overflow: hidden;
}
main .equipo__wrap-miembro:nth-of-type(1) {
  z-index: 5;
}
main .equipo__wrap-miembro:nth-of-type(2) {
  z-index: 4;
}
main .equipo__wrap-miembro:nth-of-type(3) {
  z-index: 3;
}
main .equipo__wrap-miembro:nth-of-type(4) {
  z-index: 2;
}
@media (max-width: 992px) {
  main .equipo__wrap-miembro {
    width: 50%;
  }
}
main .equipo__miembro {
  position: relative;
}
main .equipo__miembro__group {
  position: relative;
  background: #0023f4;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
main .equipo__miembro__group:nth-of-type(2) {
  position: absolute;
  top: 100%;
}
main .equipo__miembro__img {
  position: relative;
  display: block;
  width: 100%;
}
main .equipo__miembro__wrap-text {
  position: absolute;
  width: 80%;
  left: 2.5rem;
  bottom: 1.5rem;
  color: white;
}
@media (max-width: 576px) {
  main .equipo__miembro__wrap-text {
    left: 1.5rem;
  }
}
main .equipo__miembro__title {
  font-size: 1.57rem;
  line-height: 1.2;
  margin-bottom: 0.33rem;
}
@media (max-width: 768px) {
  main .equipo__miembro__title {
    font-size: 1.29rem;
  }
}
main .equipo__miembro__title span {
  display: block;
}
main .equipo__miembro__title span:nth-of-type(1) {
  font-size: 1.33em;
  font-family: "Poly", serif;
  font-style: italic;
}
main .equipo__miembro__title span:nth-of-type(2) {
  text-transform: uppercase;
  font-family: "bold";
  font-weight: 700;
}
main .equipo__miembro__text {
  width: 100%;
  font-weight: 500;
  font-size: 1.14rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main .equipo__miembro__text {
    font-size: 0.86rem;
  }
}
main .contacto {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .contacto__title-loop {
  position: absolute;
  top: 10%;
}
main .contacto__wrap-contacto {
  position: relative;
  width: 80%;
  max-width: 992px;
  margin-top: 9vh;
  text-align: center;
}
@media (max-width: 468px) {
  main .contacto__wrap-contacto {
    width: 75%;
  }
}
main .contacto__p {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  main .contacto__p {
    font-size: 2.21rem;
  }
}
@media (max-width: 768px) {
  main .contacto__p {
    font-size: 1.93rem;
  }
}
@media (max-width: 576px) {
  main .contacto__p {
    font-size: 1.64rem;
  }
}
main .contacto__p:nth-of-type(1) {
  text-transform: uppercase;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.86rem;
}
main .contacto__p:nth-of-type(2) {
  margin-bottom: 2.86rem;
}
main .contacto__p:nth-of-type(2), main .contacto__p:nth-of-type(3) {
  font-size: 3.21rem;
}
@media (max-width: 992px) {
  main .contacto__p:nth-of-type(2), main .contacto__p:nth-of-type(3) {
    font-size: 2.86rem;
  }
}
@media (max-width: 768px) {
  main .contacto__p:nth-of-type(2), main .contacto__p:nth-of-type(3) {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  main .contacto__p:nth-of-type(2), main .contacto__p:nth-of-type(3) {
    font-size: 2rem;
  }
}
main .contacto__p:nth-of-type(2) span:nth-of-type(1), main .contacto__p:nth-of-type(3) span:nth-of-type(1) {
  text-transform: uppercase;
  font-family: "bold";
  font-weight: 700;
}
@media (max-width: 768px) {
  main .contacto__p:nth-of-type(2) span:nth-of-type(1), main .contacto__p:nth-of-type(3) span:nth-of-type(1) {
    display: block;
  }
}
main .work-intro a, main .work-text a {
  text-decoration: underline;
}
main .work-intro__img, main .work-text__img {
  position: relative;
  display: block;
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 43% top;
     object-position: 43% top;
  z-index: 3;
}
main .work-intro__wrap, main .work-text__wrap {
  position: relative;
  display: block;
  width: 100%;
  background: #f4f4f4;
  z-index: 2;
}
main .work-intro__content, main .work-text__content {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  main .work-intro__content, main .work-text__content {
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    max-width: 576px;
    padding: 3.57rem 0;
  }
}
main .work-intro__content__wrap-title, main .work-text__content__wrap-title {
  width: 40%;
}
@media (max-width: 992px) {
  main .work-intro__content__wrap-title, main .work-text__content__wrap-title {
    width: 100%;
  }
}
main .work-intro__content__wrap-text, main .work-text__content__wrap-text {
  width: 50%;
  font-size: 1.21rem;
  line-height: 1.3;
  text-align: justify;
  padding: 2.86rem 0;
}
@media (max-width: 992px) {
  main .work-intro__content__wrap-text, main .work-text__content__wrap-text {
    width: 100%;
    padding: 0;
  }
}
main .work-intro__title, main .work-text__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-family: "Poly", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  color: #9d9d9c;
  white-space: nowrap;
}
main .work-intro__title__img, main .work-text__title__img {
  position: relative;
  top: 0.1rem;
  height: 2.2rem;
  margin-right: 0.75rem;
}
main .work-intro__title__text, main .work-text__title__text {
  text-transform: uppercase;
  font-size: 1.86rem;
}
main .work-intro--qualitas .work-intro__title__img, main .work-text--qualitas .work-intro__title__img {
  height: 2.4rem;
  top: 0;
}
main .work-intro--pasquall .work-intro__title__img, main .work-text--pasquall .work-intro__title__img {
  height: 2.7rem;
  top: 0.1rem;
  margin-right: 1.2rem;
}
main .work-intro--adecco .work-intro__title__img, main .work-text--adecco .work-intro__title__img {
  height: 1.7rem;
  top: -0.2rem;
}
main .work-intro--puertoIndias .work-intro__title__img, main .work-text--puertoIndias .work-intro__title__img {
  height: 2.7rem;
  top: 0.2rem;
  margin-right: 1.2rem;
}
main .work-text {
  min-height: auto;
}
main .work-text__wrap {
  background: none;
}
main .work-text__content {
  min-height: auto;
  padding: 3.57rem 0;
}
main .work-text__title {
  color: white;
}
main .work-video {
  position: relative;
  min-height: auto;
  background: white;
}
main .work-video--play {
  padding: 7.14rem;
}
@media (max-width: 992px) {
  main .work-video--play {
    padding: 5vw;
  }
}
main .work-video__wrap-play {
  position: relative;
  overflow: hidden;
  cursor: none;
}
main .work-video__wrap-play .video__cursor {
  transform: translate(-108%, -50%);
}
main .work-result {
  min-height: auto;
}
main .work-result--yoigo .work-result__group {
  min-height: auto;
}
main .work-result--adecco .work-result__killthedigital {
  bottom: auto;
  right: auto;
  top: 7rem;
  left: 0;
}
main .work-result--adecco .work-result__group {
  padding: 4.29rem 2.86rem 0.71rem;
}
main .work-result__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 9rem 0 8rem;
}
@media (max-width: 768px) {
  main .work-result__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 5rem 0 2rem;
  }
}
main .work-result__group {
  padding: 2.86rem 2.86rem;
  font-size: 1.57rem;
  min-height: 30.36rem;
  width: 50%;
}
@media (max-width: 768px) {
  main .work-result__group {
    font-size: 1.29rem;
    padding: 2.86rem 2.86rem;
    text-align: left !important;
    min-height: auto;
    width: 100%;
  }
}
main .work-result__group p {
  line-height: 1.33;
  font-size: 1.2em;
}
main .work-result__group p .logo_laus {
  margin-top: 1em;
  width: 3em;
}
main .work-result__group p .logo_sol {
  margin-top: 2.7em;
  width: 7em;
}
main .work-result__group p span.sub {
  display: block;
  margin-top: 2.7em;
  font-size: 0.5em;
}
main .work-result__group__title {
  font-family: "bold";
  font-size: 1em;
  margin-bottom: 2.14rem;
}
main .work-result__group:nth-of-type(1) {
  text-align: right;
  border-right: 2px solid white;
}
@media (max-width: 768px) {
  main .work-result__group:nth-of-type(1) {
    border-right: 0px solid transparent;
    border-bottom: 2px solid white;
  }
}
@media (max-width: 768px) {
  main .work-result__group:nth-of-type(2) {
    text-align: right !important;
  }
}
main .work-result__killthedigital {
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 17.86rem;
}
@media (max-width: 768px) {
  main .work-result__killthedigital {
    position: relative;
    transform: translateX(18vw);
  }
}
main .work-gallery {
  --swiper-theme-color: #000000;
  min-height: auto;
}
main .work-gallery__slide__img {
  display: block;
  width: 100%;
}
main .work-gallery__pagination {
  bottom: 2rem !important;
}
main .work-gallery__next, main .work-gallery__prev {
  display: none;
}
main .work-images {
  display: flex;
  flex-wrap: wrap;
  min-height: auto;
}
main .work-images--single .work-images__img {
  width: 100%;
}
main .work-images__img {
  position: relative;
  display: block;
  width: 50%;
}
@media (max-width: 576px) {
  main .work-images__img {
    width: 100%;
  }
}
main .work-works__wrapper {
  position: relative;
  z-index: 10;
  width: 85%;
  min-height: 100vh;
}
main .work-works__group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  main .work-works__group {
    justify-content: center;
  }
}
main .work-works__group__img {
  position: relative;
  display: block;
  max-width: 25%;
  max-height: 70vh;
}
@media (max-width: 992px) {
  main .work-works__group__img {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  main .work-works__group__img {
    max-width: 82%;
  }
}
main .work-works__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (max-width: 768px) {
  main .work-columns {
    min-height: auto;
    height: 50vh;
  }
}
main .work-columns__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  overflow: hidden;
}
@media (max-width: 576px) {
  main .work-columns__wrap {
    width: 90%;
  }
}
main .work-columns__column {
  width: 30%;
}
@media (max-width: 768px) {
  main .work-columns__column {
    width: 48%;
  }
}
@media (max-width: 576px) {
  main .work-columns__column {
    width: 100%;
  }
}
@media (max-width: 576px) {
  main .work-columns__column:nth-of-type(1) {
    position: absolute;
    opacity: 0;
  }
}
main .work-columns__column:nth-of-type(2) {
  align-self: flex-end;
}
@media (max-width: 768px) {
  main .work-columns__column:nth-of-type(3) {
    position: absolute;
    opacity: 0;
  }
}
main .work-columns__column__img {
  position: relative;
  display: block;
  width: 100%;
}
main .work-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 8rem 0;
}
@media (max-width: 992px) {
  main .work-more__wrapper {
    max-width: 85%;
  }
}
main .work-more__title {
  font-family: "Poly";
  font-size: 2.86rem;
  letter-spacing: -1px;
  color: #9d9d9c;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 2.5rem;
}
main .work-more__title__img {
  position: relative;
  top: -0.5rem;
  display: inline-block;
  vertical-align: middle;
  width: 2.29rem;
}
main .work-more__slider {
  position: relative;
  overflow: hidden;
}
main .work-more__slide:hover .work-more__slide__img {
  transform: scale(0.95);
}
main .work-more__slide:hover .work-more__slide__text {
  text-decoration: underline;
}
main .work-more__slide__a {
  position: relative;
  display: block;
}
main .work-more__slide__img {
  width: 100%;
  margin-bottom: 1.43rem;
  transition: transform 0.1s cubic-bezier(0.68, 0, 0.32, 1.06);
}
main .work-more__slide__title {
  text-transform: uppercase;
  color: #9d9d9c;
  font-weight: 100;
  font-size: 1.64rem;
  margin-bottom: 1rem;
}
main .work-more__slide__text {
  font-family: "Poly";
  font-style: italic;
  font-size: 2.36rem;
  line-height: 0.95;
}
main .work-more__scrollbar {
  position: relative !important;
  width: calc(100% - 6px) !important;
  height: 1.79rem !important;
  border-radius: 0 !important;
  transform: translateX(-6px);
  border: 0.3rem solid #000000;
  background: white;
  margin-top: 3.57rem;
}
@media (max-width: 576px) {
  main .work-more__scrollbar {
    transform: translateX(0px);
  }
}
main .work-more__scrollbar .swiper-scrollbar-drag {
  height: 105% !important;
  border-radius: 0 !important;
  background: #000000;
}
main .legales {
  margin-left: auto;
  margin-right: auto;
  padding: 10.71rem 0;
  font-size: 1.14rem;
  line-height: 1.4;
  max-width: 70%;
}
@media (max-width: 576px) {
  main .legales {
    position: relative;
    left: -2%;
    max-width: 85%;
  }
}
main .legales a {
  text-decoration: underline;
}
main .legales h1, main .legales h2, main .legales h3, main .legales h4, main .legales h5, main .legales p {
  font-size: inherit;
  margin: 0 0 1.5rem;
}
main .legales h1 {
  font-family: "Poly", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 4.64rem;
  margin-bottom: 2.5rem;
  line-height: 0.9;
}
@media (max-width: 576px) {
  main .legales h1 {
    font-size: 3.57rem;
  }
}
main .legales h2 {
  font-family: "bold", serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
main .legales > p:not(.no-margin) {
  padding-left: 1.07rem;
}
@media (max-width: 576px) {
  main .legales > p:not(.no-margin) {
    padding-left: 0.71rem;
  }
}
main .legales ul {
  padding-left: 3.21rem;
  line-height: 1.8;
  margin-bottom: 2em;
}
main .legales ul.list {
  list-style: square;
}
main .legales ul.columns li {
  display: flex;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
main .legales ul.columns li.head {
  font-family: "bold", serif;
  font-size: 1.2em;
}
main .legales ul.columns li span:nth-of-type(1) {
  width: 17.86rem;
}
main .legales ul.columns li span:nth-of-type(2) {
  flex: 1;
}
main .legales ul.columns li p {
  margin-bottom: 0.5em;
}
@media (max-width: 576px) {
  main .legales ul {
    padding-left: 2.14rem;
  }
}

footer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
footer .footer-title-loop {
  position: absolute;
  top: 7rem;
  display: block;
  background: #0023f4;
  z-index: 1;
}
@media (max-width: 576px) {
  footer .footer-title-loop {
    top: 4rem;
  }
}
footer .footer-title-loop .title-loop__repeater {
  padding: 0;
  font-size: 2.5rem;
  margin: 0 !important;
  background: #0023f4;
  vertical-align: baseline;
  margin-right: 2rem;
  padding: 0.5rem 0 1.25rem 0.5rem;
}
footer .footer-title-loop .title-loop__repeater:nth-of-type(3) {
  left: -1px;
}
@media (max-width: 768px) {
  footer .footer-title-loop .title-loop__repeater {
    font-size: 2.14rem;
    padding: 0.3rem 0 1.25rem 0.5rem;
  }
}
@media (max-width: 468px) {
  footer .footer-title-loop .title-loop__repeater {
    font-size: 1.79rem;
    padding: 0.2rem 0 1.25rem 0.5rem;
  }
}
footer .footer-title-loop__img {
  position: relative;
  display: inline-block;
  height: 3rem;
  vertical-align: baseline;
  margin-right: 0.5rem;
  top: 0.6rem;
}
footer .footer-title-loop span {
  font-family: "roman" !important;
  text-transform: uppercase;
  color: white !important;
  line-height: 1;
  margin: 0 !important;
}
footer .footer-title-loop span em {
  font-family: "Poly", serif;
  font-weight: 300;
}
footer .footer-title-loop span:nth-of-type(2) {
  top: 0;
}
footer .footer-wrap {
  position: relative;
  padding-right: 5rem;
  top: 5vh;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .footer-wrap {
    top: 0;
    padding-right: 0rem;
    height: auto;
    margin-top: 15rem;
  }
}
@media (max-width: 576px) {
  footer .footer-wrap {
    margin-top: 12rem;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__footer-wrap__group--news .footer__title {
    text-align: center;
  }
}
footer .footer-wrap .footer__footer-wrap__group--news a {
  position: relative;
  transform: translateX(-1rem);
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__footer-wrap__group--news a {
    transform: translateX(0);
  }
}
footer .footer-wrap .footer__footer-wrap__group--newsletter {
  width: 20%;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__footer-wrap__group--newsletter {
    display: none;
  }
}
footer .footer-wrap .footer__title {
  text-transform: uppercase;
  font-size: 1.57rem;
  font-family: "bold";
}
@media (max-width: 576px) {
  footer .footer-wrap .footer__title {
    font-size: 1.43rem;
  }
}
footer .footer-wrap .footer__text {
  font-size: 1.14rem;
}
@media (max-width: 576px) {
  footer .footer-wrap .footer__text {
    font-size: 1rem;
  }
}
footer .footer-wrap .footer__rrss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__rrss {
    position: relative;
    left: 5%;
  }
}
footer .footer-wrap .footer__rrss .footer__title {
  margin: 0 0.75rem 0 0;
}
footer .footer-wrap .footer__rrss__a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #0023f4;
  border-radius: 100%;
}
footer .footer-wrap .footer__rrss__a__img {
  width: 50%;
  display: block;
}
footer .footer-wrap .footer__logo {
  display: flex;
  z-index: 2;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logo {
    justify-content: center;
    margin-top: 3rem;
  }
}
footer .footer-wrap .footer__logo__img {
  width: 23.21rem;
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logo__img {
    width: 35%;
  }
}
footer .footer-wrap .footer__logo__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.5rem;
  font-family: "Bold";
  color: white;
  overflow-x: clip;
  line-height: 1;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logo__text {
    font-size: 2.07rem;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__logo__text {
    font-size: 1.57rem;
  }
}
@media (max-width: 468px) {
  footer .footer-wrap .footer__logo__text {
    font-size: 0.86rem;
  }
}
footer .footer-wrap .footer__logosJ21 {
  position: absolute;
  top: 0;
  right: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logosJ21 {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 50%;
    max-width: 25rem;
    margin: 4rem 0;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__logosJ21 {
    margin: 2rem 0;
  }
}
footer .footer-wrap .footer__logosJ21__img1 {
  position: relative;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logosJ21__img1 {
    width: 100%;
  }
}
footer .footer-wrap .footer__logosJ21__img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logosJ21__img2 {
    width: 100%;
  }
}
footer .footer-wrap .footer__logosJ21__hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-25deg);
}
footer .footer-wrap .footer__logosJ21__logos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-wrap .footer__logosJ21__logos__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.93rem;
  opacity: 0;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__logosJ21__logos__img {
    width: 7.86rem;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__logosJ21__logos__img {
    width: 6.43rem;
  }
}
@media (max-width: 468px) {
  footer .footer-wrap .footer__logosJ21__logos__img {
    width: 5.36rem;
  }
}
footer .footer-wrap .footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  width: 70%;
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__footer {
    margin: 0 auto 3rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__footer {
    flex-wrap: wrap;
    width: 75%;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group {
    width: 50%;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group:nth-of-type(1) {
    margin-bottom: 3rem;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group:nth-of-type(2) .footer__title {
    text-align: right;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group:nth-of-type(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 468px) {
  footer .footer-wrap .footer__footer {
    position: relative;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group {
    margin-bottom: 0 !important;
  }
  footer .footer-wrap .footer__footer .footer__footer-wrap__group:nth-of-type(2) {
    align-items: center;
  }
}
footer .footer-wrap .footer__news-form {
  display: flex;
}
footer .footer-wrap .footer__news-form__input {
  flex: 1;
}
footer .footer-wrap .footer__news-form__submit {
  margin-left: 1rem;
}
footer .footer-wrap .footer__certificado {
  position: relative;
  display: block;
  height: 7.14rem;
}
footer .footer-wrap .footer__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 7.5rem;
  opacity: 0.4;
  width: 52%;
  z-index: 1;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  footer .footer-wrap .footer__back {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    opacity: 0.2;
  }
}
@media (max-width: 768px) {
  footer .footer-wrap .footer__back {
    top: 35%;
  }
}
footer .footer-legales {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: auto;
  bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  footer .footer-legales {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  footer .footer-legales {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  footer .footer-legales {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
}
footer .footer-legales__a {
  padding: 0.25rem 1rem;
}
footer .footer-legales__a:not(:last-of-type) {
  opacity: 0.5;
  border-right: 1px solid rgb(255, 255, 255);
}
@media (max-width: 576px) {
  footer .footer-legales__a:not(:last-of-type) {
    border-right: 0px solid transparent;
  }
}/*# sourceMappingURL=main.css.map */