/* Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  display: none;
}

/* Fonts */
@font-face {
  font-family: "LayGrotesk Web";
  src: url(../fonts/laygrotesk-regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "LayGrotesk Web";
  src: url(../fonts/laygrotesk-medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "LayGrotesk Web";
  src: url(../fonts/laygrotesk-semibold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "LayGrotesk Web";
  src: url(../fonts/laygrotesk-bold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Archivo Ex Web";
  src: url(../fonts/archivo-ex-medium.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Archivo Ex Web";
  src: url(../fonts/archivo-ex-ebold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "NotoSerif Web";
  src: url(../fonts/NotoSerif-Italic.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
/* Defaults */
:root {
  --c-negro: #000000;
  --c-blanco: #ffffff;
  --c-gris: #212121;
  --altopag: 100dvh;
}

html {
  font-size: 10px;
}

body {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--c-negro);
  font-family: "LayGrotesk Web", sans-serif;
  font-weight: normal;
  background-color: var(--c-blanco);
}

a {
  color: var(--c-negro);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: var(--c-negro);
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "Archivo Ex Web", sans-serif;
  font-weight: normal;
}

strong, b {
  font-weight: bold;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* General */
.container {
  margin: 0 auto;
  padding: 0 5rem;
}

.formato p {
  margin-bottom: 1.2em;
}
.formato b, .formato strong {
  font-weight: 600;
}

.img-mobile {
  display: none;
}

/* Custom */
header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  justify-content: space-between;
  height: 14rem;
  mix-blend-mode: exclusion;
}
body.page-template-inicio header {
  mix-blend-mode: initial;
}
header .logo a {
  display: inline-flex;
}
header .logo a h1 {
  line-height: 0;
}
header .logo a h1 svg {
  height: 4.4rem;
  fill: var(--c-blanco);
}
header .menu-sup ul {
  display: flex;
  gap: 4rem;
}
header .menu-sup ul li {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 500;
}
header .menu-sup ul li a {
  color: var(--c-blanco);
}
header .menu-sup ul li a:hover {
  font-weight: bold;
}
header .menu-sup ul li.active a {
  font-weight: bold;
}

main {
  position: relative;
  min-height: var(--altopag);
}
main .home-fondo {
  position: absolute;
  z-index: 1;
  inset: 0;
  line-height: 0;
}
main .home-fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .inicio {
	margin-top: 100px;
  position: absolute;
  inset: 0;
  display: flex;
  /* align-items: center; */
  z-index: 2;
}
main .inicio .menu-lat {
  text-transform: uppercase;
  font-size: 2.8rem;
}
main .inicio .menu-lat .titu {
  color: var(--c-blanco);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
main .inicio .menu-lat ul li {
  line-height: 1;
  font-weight: 500;
}
main .inicio .menu-lat ul li a {
  color: var(--c-blanco);
}
main .inicio .menu-lat ul li a:hover {
  font-weight: 600;
}
main .story {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: var(--altopag);
  z-index: 0;
  align-items: center;
  justify-content: center;
  padding-top: 14rem;
  padding-bottom: 14rem;
}
main .story h1 {
  font-family: "LayGrotesk Web", sans-serif;
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 0.7em;
  text-align: center;
}
main .story .wrapper {
  max-width: 118rem;
  text-align: center;
}
main .talent .wrapper {
  padding-top: 20rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
main .talent .wrapper .lista ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main .talent .wrapper .lista ul li a {
  display: inline-flex;
  gap: 0.6rem;
}
main .talent .wrapper .lista ul li a span {
  font-family: "Archivo Ex Web", sans-serif;
  font-size: 5.6rem;
}
main .talent .wrapper .lista ul li a sup {
  font-family: "LayGrotesk Web", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
main .talent .wrapper .lista ul li a:hover span {
  font-weight: 800;
}
main .talent .wrapper .lista ul li a:hover sup {
  font-weight: bold;
}
main .talent .fondos {
  position: fixed;
  z-index: 0;
  inset: 0;
  line-height: 0;
}
main .talent .fondos img {
  position: fixed;
  top: 2.1rem;
  right: 2.1rem;
  height: calc(100% - 4.2rem);
  width: auto;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
main .talent .fondos img.active {
  opacity: 1;
}
main .talent-single .wrapper {
  padding-top: 20rem;
  padding-bottom: 20rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 13rem;
}
main .talent-single .wrapper .img {
  line-height: 0;
}
main .talent-single .wrapper .img img {
  width: 100%;
  height: auto;
}
main .talent-single .wrapper .img .leye-m {
  display: none;
}
main .talent-single .wrapper .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
main .talent-single .wrapper .info .sup h1 {
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
main .talent-single .wrapper .info .inf {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main .talent-single .wrapper .info .inf .prenex {
  font-family: "NotoSerif Web";
  text-transform: initial;
}
main .talent-single .wrapper .info .inf .prenex .nav-links {
  color: var(--c-gris);
  opacity: 0.5;
}
main .talent-single .wrapper .info .inf .prenex .nav-links a {
  color: var(--c-gris);
}
main .talent-single .wrapper .stats {
  grid-column: span 2;
  display: flex;
  gap: 7rem;
  align-items: center;
  justify-content: center;
}
main .talent-single .wrapper .stats .stat {
  text-transform: uppercase;
  display: flex;
  gap: 0.5rem;
}
main .talent-single .wrapper .stats .stat .num {
  font-weight: bold;
}

footer {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  mix-blend-mode: exclusion;
  color: var(--c-blanco);
}
body.page-template-inicio footer {
  mix-blend-mode: initial;
}
body.page-template-story footer, body.single-talent footer {
  mix-blend-mode: initial;
  color: var(--c-negro);
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: -7rem;
  transform: none;
  text-align: center;
}
footer .frase {
  text-transform: uppercase;
  font-weight: 500;
}

.infmovil {
  display: none;
}

/* Responsive */
@media (width < 1600px) {
  html {
    font-size: 7.5px;
  }
}
@media (width < 1200px) {
  main .talent .fondos {
    display: none;
  }
  main .talent-single .wrapper .stats {
    gap: 5rem;
  }
}
@media (width < 992px) {
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  header .menu-sup ul {
    gap: 2rem;
  }
  header .menu-sup ul li {
    font-size: 2.2rem;
  }
  main .talent-single .wrapper {
    grid-template-columns: 1fr;
    row-gap: 7rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  main .talent-single .wrapper .img {
    max-width: 60rem;
    margin: 0 auto;
  }
  main .talent-single .wrapper .img .leye-m {
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-top: 1.6rem;
  }
  main .talent-single .wrapper .info .sup {
    text-align: center;
  }
  main .talent-single .wrapper .info .sup h1 {
    margin-bottom: 0.8em;
  }
  main .talent-single .wrapper .info .inf {
    display: none;
  }
  main .talent-single .wrapper .stats {
    grid-column: span 1;
    max-width: 60rem;
    margin: 0 auto;
    flex-wrap: wrap;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1.2rem;
  }
}
@media (width < 768px) {
  html {
    font-size: 4px;
  }
  main .inicio .menu-lat {
    font-size: 4.5rem;
  }
  main .inicio .menu-lat .titu {
    margin-bottom: 2rem;
  }
  main .inicio .menu-lat ul li {
    line-height: 1.2;
  }
  footer {
    width: 100%;
    text-align: center;
  }
  footer .frase {
    font-size: 2.5rem;
  }
  header .menu-sup ul li {
    font-size: 2.5rem;
  }
  main .talent-single .wrapper .img .leye-m {
    font-size: 2.5rem;
  }
  .formato {
    font-size: 2.5rem;
  }
  main .talent-single .wrapper .stats {
    font-size: 2.5rem;
  }
  .infmovil {
    display: block;
    text-align: center;
    position: relative;
    top: 1.5rem;
  }
  .infmovil .nav-links {
    font-size: 2.5rem;
    font-family: "NotoSerif Web";
    color: var(--c-gris);
    opacity: 0.5;
  }
  .infmovil .nav-links a {
    color: var(--c-gris);
  }
}/*# sourceMappingURL=main.css.map */