/*  
	Theme Name: Azul Salado
	Version: 1.0 2026
	Author: hctr
*/

/*********************************************************************************/
/************************************************************************* RESET */
/*********************************************************************************/

* {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body {
  min-height: 100dvh;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

figure {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; /* Retrasa el cambio de color de fondo predeterminado */
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent inset; /* Cambia 'white' por el color de fondo deseado */
}

/*********************************************************************************/
/************************************************************************* FONTS */
/*********************************************************************************/

@font-face {
  font-family: "Commuters Sans";
  src: url("./fonts/CommutersSans-Regular.eot");
  src:
    url("./fonts/CommutersSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CommutersSans-Regular.woff2") format("woff2"),
    url("./fonts/CommutersSans-Regular.woff") format("woff"),
    url("./fonts/CommutersSans-Regular.ttf") format("truetype"),
    url("./fonts/CommutersSans-Regular.svg#CommutersSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal Book";
  src: url("./fonts/PPNeueMontreal-Book.eot");
  src:
    url("./fonts/PPNeueMontreal-Book.eot?#iefix") format("embedded-opentype"),
    url("./fonts/PPNeueMontreal-Book.woff2") format("woff2"),
    url("./fonts/PPNeueMontreal-Book.woff") format("woff"),
    url("./fonts/PPNeueMontreal-Book.ttf") format("truetype"),
    url("./fonts/PPNeueMontreal-Book.svg#PPNeueMontreal-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times Now";
  src: url("./fonts/TimesNow-ExtraLight.eot");
  src:
    url("./fonts/TimesNow-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("./fonts/TimesNow-ExtraLight.woff2") format("woff2"),
    url("./fonts/TimesNow-ExtraLight.woff") format("woff"),
    url("./fonts/TimesNow-ExtraLight.ttf") format("truetype"),
    url("./fonts/TimesNow-ExtraLight.svg#TimesNow-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Favorit";
  src: url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.eot");
  src:
    url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.woff2")
      format("woff2"),
    url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.woff")
      format("woff"),
    url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.ttf")
      format("truetype"),
    url("./fonts/ABCFavoritMonoVariableUnlicensedTrial-Regular.svg#ABCFavoritMonoVariableUnlicensedTrial-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times Now";
  src: url("./fonts/TimesNow-ExtraLightItalic.eot");
  src:
    url("./fonts/TimesNow-ExtraLightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/TimesNow-ExtraLightItalic.woff2") format("woff2"),
    url("./fonts/TimesNow-ExtraLightItalic.woff") format("woff"),
    url("./fonts/TimesNow-ExtraLightItalic.ttf") format("truetype"),
    url("./fonts/TimesNow-ExtraLightItalic.svg#TimesNow-ExtraLightItalic")
      format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/*********************************************************************************/
/*********************************************************************** GENERAL */
/*********************************************************************************/

:root {
  --font-primera: "ABC Favorit", monospace;
  --font-commuters: "Commuters Sans", sans-serif;
  --font-pp: "PP Neue Montreal Book", sans-serif;
  --font-times: "Times Now", serif;
  --color-primero: rgb(115, 151, 155);
  --color-segundo: rgb(164, 183, 186);
  --color-tercero: rgb(244, 244, 230);
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga";
}

body {
  background-color: var(--color-tercero);
}

@media only screen and (min-width: 2559px) and (max-width: 3000px) {
  html {
    font-size: 13.2px;
  }
}
@media only screen and (min-width: 1919px) and (max-width: 2559px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1279px) {
  html {
    font-size: 7.25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 959px) {
  html {
    font-size: 6.5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 799px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (min-width: 0) and (max-width: 639px) {
  html {
    font-size: 5.5px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  html {
    font-size: 5px;
  }
}

* {
  font-family: var(--font-arial);
  color: var(--color-black);
}

body.no-scroll {
  overflow: hidden;
}

.body--overflow {
  overflow: hidden;
}

main[data-page="home"] {
  background-color: var(--color-segundo);
}

/*********************************************************************************/
/************************************************************************ HEADER */
/*********************************************************************************/

.mainHeader {
  position: absolute;
  z-index: 900;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 2.7rem 0 2.7rem;
}

.mainHeader--scroll {
  position: fixed;
  background-color: var(--color-tercero);
}

.mainHeader--home {
  position: fixed;
  background-color: transparent;
}

.mainHeader__wrap {
  width: 100%;
  padding: 2.3rem 0 2.2rem 0;
  border-bottom: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainHeader--home .mainHeader__wrap {
  border-bottom: 0.1rem solid var(--color-tercero);
}

.mainHeader__wrap div {
  width: 10.2rem;
  height: 4.5rem;
  background: url("./img/logo-azul-salado-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transition: all 0s ease-out;
}

.mainHeader--home .mainHeader__wrap div {
  background: url("./img/logo-azul-salado-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mainHeader__wrap div a {
  display: block;
  width: 100%;
  height: 100%;
}

.mainHeader ul {
  margin: 0 1rem 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.mainHeader ul li {
  font-family: Helvetica, sans-serif;
  font-size: clamp(12px, 1.5vw, 1.5rem);
  text-transform: uppercase;
  color: var(--color-primero);
}

.mainHeader--home ul li {
  color: var(--color-tercero);
}

.mainHeader ul li:last-child::before {
  content: "/";
  margin-right: 0.5rem;
}

.mainHeader ul li a {
  text-decoration: none;
  color: var(--color-primero);
}

.mainHeader--home ul li a {
  color: var(--color-tercero);
}

.mainHeader button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: clamp(12px, 1.5vw, 1.5rem);
  text-transform: uppercase;
  color: var(--color-primero);
}

.mainHeader--home button {
  color: var(--color-tercero);
}

@media only screen and (min-width: 0px) and (max-width: 799px) {
  .mainHeader button.cerrar > span:first-child {
    top: 20px;
    transform: rotate(30deg);
  }
  .mainHeader button.cerrar > span:last-child {
    bottom: 20px;
    transform: rotate(-30deg);
  }
}

@media only screen and (min-width: 0px) and (max-width: 639px) {
  .mainHeader button.cerrar > span:first-child {
    top: 15px;
  }
  .mainHeader button.cerrar > span:last-child {
    bottom: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .mainHeader h1 {
    height: 32px;
    width: 275px;
    background-size: 293px 293px;
  }
  .mainHeader--white h1 {
    background: url("img/sprite.svg") 0 -94px;
    background-size: 240px 240px;
  }
  .mainHeader button {
    width: 48px;
    height: 24px;
  }
  .mainHeader button.cerrar > span:first-child {
    top: 12px;
  }
  .mainHeader button.cerrar > span:last-child {
    bottom: 12px;
  }
}

/*********************************************************************************/
/*************************************************************************** NAV */
/*********************************************************************************/

.mainNav {
  position: fixed;
  z-index: 901;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-segundo);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 3%;
  overflow: hidden;
  opacity: 0;
  transition: none;
  transition: opacity 0.3s ease-in-out;
}

.mainNav--activo {
  height: 100vh;
  padding: 8.7rem 2.6rem 0 2.6rem;
  opacity: 1;
}

.mainNav__logo {
  position: absolute;
  top: 2.6rem;
  left: 2.4rem;
  width: 25.9rem;
  aspect-ratio: 259 / 114;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url("./img/logo-azul-salado-light.svg");
  background-size: contain;
}

.mainNav--light .mainNav__logo {
  background-image: url("./img/logo-azul-salado-dark.svg");
}

.mainNav__cerrar {
  border: 0;
  background: transparent;
  position: absolute;
  top: 2.6rem;
  right: 2.6rem;
  cursor: pointer;
}

.mainNav__cerrar::after {
  content: "X";
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-commuters);
  font-size: 15px;
  color: white;
}

.mainNav--light .mainNav__cerrar::after {
  color: var(--color-primero);
}

.mainNav__menu {
  flex: 1 0.35 35%;
  height: calc(72vh - 8.7rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.mainNav__menu li {
  list-style-type: none;
  margin-bottom: 5px;
  color: var(--color-tercero);
}

.mainNav__menu li::before {
  content: "/";
  margin-right: 10px;
  font-family: var(--font-primera);
  font-size: clamp(16px, 1.6vw, 1.6rem);
}

.mainNav--light .mainNav__menu li::before {
  color: var(--color-primero);
}

.mainNav__menu li a {
  font-family: var(--font-primera);
  font-size: clamp(12px, 1.6vw, 1.6rem);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: var(--color-tercero);
}

.mainNav--light .mainNav__menu a {
  color: var(--color-primero);
}

.mainNav__imagenes {
  flex: 1 0.55 55%;
  height: calc(72vh - 8.7rem);
}

.mainNav__imagenes h2 {
  font-family: var(--font-times);
  font-size: clamp(32px, 7.4vw, 7.4rem);
  font-style: italic;
  font-weight: normal;
  color: var(--color-tercero);
}

.mainNav--light .mainNav__imagenes h2 {
  color: var(--color-primero);
}

.mainNav__imagenes div {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.4rem;
}

.mainNav__imagenes div.mainNav__imagen--active {
  z-index: 1;
  opacity: 1;
}

.mainNav__imagenes picture {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 535 / 722;
  overflow: hidden;
}

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

@media only screen and (min-width: 0px) and (max-width: 639px) {
  .mainNav {
    flex-direction: column;
    row-gap: 6%;
  }
  .mainNav--activo {
    padding: 80px 34px 37px 34px;
  }
  .mainNav__logo {
    top: 25px;
    left: 34px;
    width: 85px;
  }
  .mainNav__cerrar {
    top: 35px;
    right: 34px;
    width: 12px;
    height: 18px;
  }
  .mainNav__cerrar::after {
    font-size: 15px;
  }
  .mainNav__menu {
    flex: inherit;
    height: calc(26vh - 80px);
    align-items: flex-end;
  }
  .mainNav__menu li {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .mainNav__menu li::before {
    margin-right: 15px;
  }
  .mainNav__imagenes {
    flex: 1;
    width: 100%;
  }
  .mainNav__imagenes div {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .mainNav__imagenes picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 900 / 1214;
  }
  .mainFooter {
    display: none;
  }
}

/*********************************************************************************/
/************************************************************************ FOOTER */
/*********************************************************************************/

.mainFooter {
  z-index: 900;
  width: 100%;
  padding: 0 2.8rem 0 2.8rem;
}

.mainFooter--home {
  background-color: var(--color-segundo);
}

.mainFooter--nav {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding: 0;
}

.mainFooter__wrap {
  padding: 6.4rem 0 4.3rem 8.5rem;
  border-top: 1px solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6.5rem;
}

.mainFooter--home .mainFooter__wrap {
  border-top: 0.1rem solid var(--color-tercero);
}

.mainFooter--nav .mainFooter__wrap {
  border-top: 0.1rem solid var(--color-tercero);
}

.mainNav--light .mainFooter__wrap {
  border-top: 0.1rem solid var(--color-primero);
}

.mainFooter__logo {
  width: 6.9rem;
  height: 9rem;
  background: url("./img/logo-footer-azul-salado-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.mainFooter--home .mainFooter__logo {
  background: url("./img/logo-footer-azul-salado-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mainFooter--nav .mainFooter__logo {
  background: url("./img/logo-footer-azul-salado-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mainNav--light .mainFooter__logo {
  background: url("./img/logo-footer-azul-salado-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mainFooter__columnas {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mainFooter__columnas div {
  display: flex;
  justify-content: space-between;
}

.mainFooter__columnas div:first-child {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid var(--color-primero);
}

.mainFooter--home .mainFooter__columnas div:first-child {
  border-bottom: 0.1rem solid var(--color-tercero);
}

.mainFooter--nav .mainFooter__columnas div:first-child {
  border-bottom: 0.1rem solid var(--color-tercero);
}

.mainNav--light .mainFooter__columnas div:first-child {
  border-bottom: 0.1rem solid var(--color-primero);
}

.mainFooter__columnas div:last-child {
  padding-top: 1.5rem;
}

.mainFooter__columnas ul {
  list-style: none;
  display: flex;
  gap: 5px;
}

.mainFooter__columnas div:last-child ul {
  flex: 1;
  justify-content: space-between;
}

.mainFooter__columnas li {
  font-family: var(--font-pp);
  font-size: clamp(10px, 1.2vw, 1.2rem);
  text-transform: uppercase;
  color: var(--color-primero);
  display: flex;
  align-items: center;
  gap: 5px;
}

.mainFooter--home .mainFooter__columnas li {
  color: var(--color-tercero);
}

.mainFooter--nav .mainFooter__columnas li {
  color: var(--color-tercero);
}

.mainNav--light .mainFooter__columnas li {
  color: var(--color-primero);
}

.mainFooter__columnas li::after {
  content: "/";
}

.mainFooter__columnas li:last-child:after {
  content: "";
}

.mainFooter__columnas div:last-child li::after {
  display: none;
}

.mainFooter__columnas li a {
  color: var(--color-primero);
  text-decoration: none;
}

.mainFooter--home .mainFooter__columnas li a {
  color: var(--color-tercero);
}

.mainFooter--nav .mainFooter__columnas li a {
  color: var(--color-tercero);
}

.mainNav--light .mainFooter__columnas li a {
  color: var(--color-primero);
}

@media (max-width: 495px) {
  .mainFooter .mainFooter__wrap {
    padding: 6.4rem 0 4.3rem 0;
  }
}
@media (max-width: 435px) {
  .mainFooter__columnas {
    width: 100%;
  }
  .mainFooter .mainFooter__wrap {
    flex-direction: column;
    align-items: center;
  }
  .mainFooter .mainFooter__columnas div:first-child {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

/*********************************************************************************/
/*********************************************************************** CLASSES */
/*********************************************************************************/

/* HOME */

.home {
  width: 100%;
  min-height: 100vh;
}

.home__contenido {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9.1rem 2.5% 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home__contenido h1 {
  order: 2;
  width: 100%;
  padding: 33vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33%;
}

.home__contenido h1 span {
  flex: 1;
  font-family: var(--font-times);
  font-size: clamp(24px, 4.4vw, 4.4rem);
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-tercero);
  white-space: nowrap;
}

.home__contenido h2 {
  order: 3;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: clamp(14px, 2vw, 2rem);
  text-transform: uppercase;
  text-align: center;
  color: var(--color-tercero);
}

.home__contenido > span {
  order: 1;
  font-family: var(--font-primera);
  font-size: clamp(10px, 1.2vw, 1.2rem);
  color: var(--color-tercero);
  text-transform: uppercase;
  text-align: center;
}

.home__wrap {
  width: 100%;
  padding: 24vh 2.8rem 10rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}

/* Caja “editorial” */
.home__item + .home__item {
  display: block;
  aspect-ratio: var(--ar, 3/4);
  overflow: hidden;
  margin-inline: auto; /* centrado por defecto */
}

/* Control de anchos (asimetría) */
.home__item--full {
  width: 100%;
}
.home__item--xl {
  width: 80%;
}
.home__item--l {
  width: 60%;
}
.home__item--m {
  width: 40%;
}
.home__item--s {
  width: 30%;
}
.home__item--xs {
  width: 20%;
}

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

.home__wrap picture:first-child {
  width: auto;
  height: 62vh;
  aspect-ratio: 336 / 434;
  overflow: hidden;
}

.home__wrap picture + picture {
  opacity: 0;
}

.home__wrap--activo picture + picture {
  opacity: 1;
}

.home__wrap picture:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__wrap picture + picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 799px) {
  .home__item--xl {
    width: 90%;
  }
  .home__item--l {
    width: 85%;
  }
  .home__item--m {
    width: 65%;
  }
  .home__item--s {
    width: 45%;
  }
  .home__item--xs {
    width: 35%;
  }
}
@media (max-width: 639px) {
  .home__wrap {
    padding: 22vh 2.8rem 10rem 2.8rem;
  }
  .home__wrap picture:first-child {
    width: 70%;
  }
  .home__item--xl {
    width: 98%;
  }
  .home__item--l {
    width: 95%;
  }
  .home__item--m {
    width: 75%;
  }
  .home__item--s {
    width: 55%;
  }
  .home__item--xs {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .home__contenido h1 {
    gap: 0;
  }
}

/* SERVICIOS - Hero */

.servicesHero {
  width: 100%;
  padding: 9.1rem 0 0 0;
}

.servicesHero__wrapper {
  width: 100%;
  padding: 2.8rem;
}

.servicesHero__wrapper div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}

.servicesHero__wrapper h1 {
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  text-align: center;
  color: var(--color-tercero);
  letter-spacing: -0.1rem;
}

.servicesHero__wrapper h1 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.servicesHero__wrapper p {
  width: 100%;
  max-width: 78.1rem;
  font-family: var(--font-times);
  font-size: clamp(16px, 1.9vw, 1.9rem);
  font-weight: 300;
  text-align: center;
  color: var(--color-tercero);
}

.servicesHero__wrapper picture {
  display: block;
  width: 100%;
  aspect-ratio: 1385 / 649;
  overflow: hidden;
}

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

@media (max-width: 639px) {
  .servicesHero__wrapper picture {
    aspect-ratio: 1 / 1;
  }
}

/* SERVICES - What */

.servicesWhat {
  width: 100%;
  padding: 0 2.8rem;
}

.servicesWhat__wrapper {
  width: 100%;
  padding: 2.8rem 0;
  border-top: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10%;
}

.servicesWhat__left {
  flex: 3 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

.servicesWhat__left h2 {
  width: fit-content;
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: var(--color-primero);
  letter-spacing: -0.1rem;
}

.servicesWhat__left h2 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.servicesWhat__left a {
  padding-left: 4rem;
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.1rem;
  color: var(--color-primero);
}

.servicesWhat__right {
  flex: 7 1 0;
  counter-reset: items;
}

.servicesWhat__item {
  width: 100%;
  padding: 2.6rem 0;
  display: flex;
  flex-direction: column;
  border-bottom: 0.1rem solid var(--color-primero);
}

.servicesWhat__item:last-child {
  border-bottom: none;
}

.servicesWhat__item h3 {
  width: 100%;
  font-family: var(--font-times);
  font-size: clamp(16px, 3vw, 3rem);
  font-weight: normal;
  color: var(--color-primero);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.servicesWhat__item h3::before {
  content: "(" counter(items, decimal-leading-zero) ")";
  counter-increment: items;
}

.servicesWhat__item div {
  width: 100%;
  max-height: 0;
  overflow: hidden;
}

.servicesWhat__item div.servicesWhat__item--active {
  max-height: 100rem;
}

.servicesWhat__item p {
  font-family: var(--font-times);
  font-weight: 300;
  font-size: clamp(14px, 1.9vw, 1.9rem);
  text-align: justify;
  hyphens: auto;
  color: var(--color-primero);
  padding-top: 4.6rem;
}
@media (max-width: 485px) {
  .servicesWhat__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .servicesWhat__left h2 {
    text-align: center;
  }
  .servicesWhat__left a {
    padding-left: 0;
    margin: auto;
  }
}

/* SERVICES - Desti */

.servicesDesti {
  width: 100%;
  padding: 0 2.8rem;
}

.servicesDesti__wrapper {
  width: 100%;
  padding: 10.2rem 4.7rem 7.2rem 4.7rem;
  border-top: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5%;
}

.servicesDesti__left {
  flex: 3 1 0;
}

.servicesDesti__left picture {
  width: 100%;
  aspect-ratio: 445 / 557;
  overflow: hidden;
}

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

.servicesDesti__right {
  flex: 7 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.servicesDesti__right h2 {
  width: 100%;
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1rem;
  display: flex;
  justify-content: space-between;
  color: var(--color-primero);
}

.servicesDesti__right h2 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.servicesDesti__right h3 {
  width: 100%;
  font-family: var(--font-primera);
  font-size: clamp(10px, 1.2vw, 1.2rem);
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primero);
  letter-spacing: 0.1rem;
}

.servicesDesti__right div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.servicesDesti__right p {
  font-family: var(--font-times);
  font-weight: 300;
  font-size: clamp(14px, 1.9vw, 1.9rem);
  text-align: justify;
  text-align-last: center;
  hyphens: auto;
  color: var(--color-primero);
}

.servicesDesti__right a {
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0.1rem;
  color: var(--color-primero);
  margin: auto;
}

@media (max-width: 705px) {
  .servicesDesti {
    padding: 0;
  }
  .servicesDesti__wrapper {
    padding: 10.2rem 2.8rem 7.2rem 2.8rem;
    flex-direction: column-reverse;
    gap: 5rem;
  }
  .servicesDesti__right {
    gap: 4.8rem;
  }
}

/* ABOUT - header */

.aboutHeader {
  width: 100%;
  padding: 9.1rem 0 0 0;
}

.aboutHeader__wrapper {
  width: 100%;
  padding: 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4.5rem;
}

.aboutHeader__left {
  flex: 7 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 3.5rem;
}

.aboutHeader__left h1 {
  font-family: var(--font-times);
  font-size: clamp(18px, 3.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: var(--color-primero);
}

.aboutHeader__left h1 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.aboutHeader__left p {
  width: 100%;
  padding-left: 4.5rem;
  column-count: 2;
  column-gap: 2rem;
  font-family: var(--font-times);
  font-size: clamp(16px, 1.9vw, 1.9rem);
  font-weight: 300;
  text-align: justify;
  hyphens: auto;
  color: var(--color-primero);
}

.aboutHeader__right {
  flex: 3 1 0;
}

.aboutHeader__right picture {
  display: block;
  width: 100%;
  aspect-ratio: 484 / 646;
  overflow: hidden;
}

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

@media (max-width: 815px) {
  .aboutHeader__right picture {
    aspect-ratio: inherit;
    height: 100%;
  }
}
@media (max-width: 639px) {
  .aboutHeader__left p {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .aboutHeader__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 4rem;
  }
  .aboutHeader__left {
    align-items: center;
  }
  .aboutHeader__right picture {
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .aboutHeader__left p {
    column-count: 1;
    text-align-last: center;
  }
}

/* ABOUT - Experiencia */

.aboutExper {
  width: 100%;
  padding: 11.4rem 2.8rem 0 2.8rem;
}

.aboutExper__wrapper {
  width: 100%;
  padding: 2rem 0;
  border-top: 0.1rem solid var(--color-primero);
  border-bottom: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutExper__wrapper h2 {
  order: 2;
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: var(--color-primero);
}

.aboutExper__wrapper h3 {
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-primero);
  letter-spacing: 0.3rem;
}

.aboutExper__wrapper h3:nth-child(2) {
  order: 1;
}

.aboutExper__wrapper h3:nth-child(3) {
  order: 3;
}

@media (max-width: 695px) {
  .aboutExper__wrapper {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .aboutExper__wrapper h2 {
    order: 1;
    flex: 1 1 0;
    min-width: 100%;
  }
  .aboutExper__wrapper h3:nth-child(2) {
    order: 2;
    flex: 0.5 1 0;
    text-align: left;
  }
  .aboutExper__wrapper h3:nth-child(3) {
    order: 3;
    flex: 0.5 1 0;
    text-align: right;
  }
}

@media (max-width: 505px) {
  .aboutExper__wrapper {
    flex-direction: column;
  }
}

/* ABOUT - What */

.aboutWhat {
  width: 100%;
  padding: 0 2.8rem;
}

.aboutWhat__wrapper {
  width: 100%;
  padding: 33rem 2.4rem 4.8rem 2.4rem;
  border-bottom: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16.8rem;
}

.aboutWhat__wrapper h2 {
  flex: 3 1 0;
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: var(--color-primero);
}

.aboutWhat__wrapper h2 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.aboutWhat__wrapper p {
  flex: 7 1 0;
  font-family: var(--font-times);
  font-size: clamp(14px, 1.9vw, 1.9rem);
  font-weight: 300;
  text-align: justify;
  hyphens: auto;
  color: var(--color-primero);
}

@media (max-width: 935px) {
  .aboutWhat__wrapper {
    gap: 5%;
  }
}
@media (max-width: 805px) {
  .aboutWhat__wrapper h2 {
    flex: 4 1 0;
  }
  .aboutWhat__wrapper p {
    flex: 6 1 0;
  }
}
@media (max-width: 545px) {
  .aboutWhat__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .aboutWhat__wrapper h2 {
    text-align: center;
  }
  .aboutWhat__wrapper p {
    text-align-last: center;
  }
}

/* ABOUT - Slider */

.aboutSlider {
  width: 100%;
  padding: 2.8rem;
}

.aboutSlider picture {
  width: 100%;
  aspect-ratio: 1326 / 621;
  overflow: hidden;
}

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

.aboutSlider .swiper-navigation {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.aboutSlider .swiper-button-prev,
.aboutSlider .swiper-button-next {
  position: relative;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: inherit;
  width: 27px;
  height: 9px;
  margin: 0;
}

.aboutSlider .swiper-button-prev::after,
.aboutSlider .swiper-button-next::after {
  content: "";
  width: 27px;
  height: 9px;
  background: url("./img/flecha-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutSlider .swiper-button-prev::after {
  content: "";
  transform: rotate(180deg);
}

/* ABOUT - Testimonios */

.aboutTesti {
  width: 100%;
  padding: 0 2.8rem;
}

.aboutTesti__wrapper {
  width: 100%;
  padding: 6.1rem 0;
  border-top: 0.1rem solid var(--color-primero);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 9rem;
}

.aboutTesti__wrapper h2 {
  flex: 3 1 0;
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  text-align: right;
  color: var(--color-primero);
}

.aboutTesti__wrapper h2 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.aboutTesti .swiper {
  flex: 7 1 0;
  max-width: 100%;
  padding: 6.3rem 0 8rem 0;
  background-color: var(--color-segundo);
  border-radius: 5rem;
}

.aboutTesti .swiper-slide {
  padding: 0 6.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3.2rem;
}

.aboutTesti .swiper-slide h3 {
  font-family: var(--font-times);
  font-size: clamp(18px, 4vw, 4rem);
  font-weight: 300;
  color: var(--color-tercero);
}

.aboutTesti .swiper-slide p {
  font-family: var(--font-times);
  font-size: clamp(14px, 1.9vw, 1.9rem);
  font-weight: 300;
  text-align: justify;
  hyphens: auto;
  text-indent: 12.2rem;
  color: var(--color-tercero);
}

.aboutTesti .swiper-slide span {
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: var(--color-tercero);
}

.aboutTesti .swiper-navigation {
  position: absolute;
  z-index: 1;
  bottom: 3.4rem;
  left: 0;
  width: 100%;
  padding: 0 6.3rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.aboutTesti .swiper-button-prev,
.aboutTesti .swiper-button-next {
  position: relative;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: inherit;
  width: 27px;
  height: 9px;
  margin: 0;
}

.aboutTesti .swiper-button-prev::after,
.aboutTesti .swiper-button-next::after {
  content: "";
  width: 27px;
  height: 9px;
  background: url("./img/flecha-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.aboutTesti .swiper-button-prev::after {
  content: "";
  transform: rotate(180deg);
}

@media (max-width: 500px) {
  .aboutTesti__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .aboutTesti__wrapper h2 {
    text-align: center;
  }
  .swiper-backface-hidden .swiper-slide {
    align-items: center;
  }
  .aboutTesti .swiper {
    flex: auto;
  }
  .aboutTesti .swiper-slide p {
    text-align-last: center;
    text-indent: 0;
  }
}

/* PORTFOLIO */

.portfolio {
  width: 100%;
  padding: 9.1rem 0;
}

.portfolio__wrapper {
  width: 100%;
  padding: 0 2.8rem;
}

/* un bloque repetible */
.portfolio .tile {
  position: relative;
  aspect-ratio: 1373 / 903; /* cambia si tu módulo no es cuadrado */
  margin-bottom: 8rem;
}

/* cada imagen dentro del tile */
.portfolio .tile .p {
  position: absolute;
  margin: 0;
}

.portfolio .tile .p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mapa de posiciones (se repite en cada tile) */
.portfolio .tile .p1 {
  left: 0;
  top: 5%;
  width: 20%;
}
.portfolio .tile .p2 {
  left: 34%;
  top: 20%;
  width: 16%;
}
.portfolio .tile .p3 {
  right: 14%;
  top: 5%;
  width: 24%;
}
.portfolio .tile + .tile .p3 {
  top: -20%;
  right: 20%;
}
.portfolio .tile .p4 {
  left: 8%;
  bottom: 0;
  width: 20%;
}
.portfolio .tile .p5 {
  right: 30%;
  top: 53%;
  width: 8%;
}
.portfolio .tile .p6 {
  right: 6%;
  top: 37%;
  width: 13%;
}

.portfolio__wrapper picture {
  display: block;
}

.portfolio__wrapper picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 639px) {
  .portfolio .tile {
    aspect-ratio: 348 / 1238;
  }
  .portfolio .tile .p1 {
    left: 0;
    top: 2%;
    width: 55%;
  }
  .portfolio .tile .p2 {
    left: inherit;
    top: 25%;
    width: 50%;
    right: 0;
  }
  .portfolio .tile .p3,
  .portfolio .tile + .tile .p3 {
    right: inherit;
    left: 5%;
    top: 50%;
    width: 55%;
  }
  .portfolio .tile .p6 {
    right: inherit;
    left: 9%;
    top: 67%;
    width: 40%;
  }
  .portfolio .tile .p5 {
    right: 5%;
    top: 64%;
    width: 25%;
  }
  .portfolio .tile .p4 {
    left: 50%;
    bottom: 0;
    width: 35%;
    transform: translateX(-50%);
  }
}

/* CONTACT */

.contact {
  width: 100%;
  padding: 9.1rem 0;
}

.contact__wrapper {
  width: 100%;
  padding: 2.8rem 2.8rem 0 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.contact__left {
  flex: 35 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.contact__left h1 {
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.1rem;
  text-align: left;
  color: var(--color-primero);
}

.contact__left h1 em {
  font-family: var(--font-times);
  font-weight: 400;
  font-style: italic;
}

.contact__left picture {
  width: 100%;
  max-width: 19.1rem;
  aspect-ratio: 191 / 251;
  overflow: hidden;
}

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

.contact__right {
  flex: 65 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.contact__right form p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 3.4rem;
}

.contact__right form p label {
  flex: 0.5 1 0;
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--color-primero);
}

.contact__right form p label span {
  display: block;
}

.contact__right form p label span input {
  width: 100%;
  padding: 10px 0 2px 0;
  border: 0;
  border-bottom: 1px solid var(--color-primero);
  background: transparent;
  font-size: clamp(14px, 1.6vw, 1.6rem);
  letter-spacing: 0.1rem;
}

.contact__right form p label span input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__right form p label span input:focus {
  outline: none;
}

.contact__right form p label span select {
  width: 100%;
  padding: 8px 0 2px 0;
  border: 0;
  border-bottom: 1px solid var(--color-primero);
  background: transparent;
  font-size: clamp(14px, 1.6vw, 1.6rem);
  letter-spacing: 0.1rem;
}

.contact__right form p label span select:focus {
  outline: none;
}

.contact__right form .message p {
  display: block;
}

.contact__right form p label span textarea {
  width: 100%;
  max-height: 100px;
  padding: 15px 0 2px 0;
  border: 0;
  border-bottom: 1px solid var(--color-primero);
  background: transparent;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  resize: none;
}

.contact__right form p label span textarea:focus {
  outline: none;
}

.contact__right form .submit p {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 0;
}

.contact__right form .submit p input[type="submit"] {
  border: 0;
  background: transparent;
  font-family: var(--font-primera);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  text-decoration: underline;
  color: var(--color-primero);
}

@media (max-width: 835px) {
  .contact__wrapper {
    padding: 2.8rem 2.8rem 0 2.8rem;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .contact__left {
    align-items: center;
    gap: 5rem;
  }
  .contact__right {
    flex: 1 1 0;
    width: 100%;
  }
}
@media (max-width: 540px) {
  .contact__right form p {
    flex-direction: column;
  }
  .contact__right form p label {
    flex: 1 1 0;
    width: 100%;
  }
}

/* TWO COLUMNS FORM MENTOR -> MENTORSHIPS */

.two-columns-form-mentor {
  width: 100%;
  padding: 177px 0 0 0;
}

.two-columns-form-mentor > div {
  width: 100%;
  /*border-top: 1px solid var(--color-black);*/
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
}

.two-columns-form-mentor > div > picture {
  line-height: 0;
}

.two-columns-form-mentor > div > picture > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.two-columns-form-mentor > div > div {
  flex: 1 1 60%;
  max-width: 60%;
  padding-top: 70px;
  padding-right: 45px;
}

.two-columns-form-mentor > div > div > h2 {
  font-family: var(--font-solare-normal);
  font-size: 5rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  text-align: right;
  line-height: 2rem;
  margin-top: 25px;
}

.two-columns-form-mentor > div > div > h2 > i {
  font-family: var(--font-solare-italic);
}

.two-columns-form-mentor > div > div > div {
  margin-top: 124px;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .two-columns-form-mentor > div > picture {
    max-width: 40%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 799px) {
  .two-columns-form-mentor {
    padding: 150px 0 180px 0;
  }
  .two-columns-form-mentor > div {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .two-columns-form-mentor > div > picture {
    max-width: inherit;
  }
  .two-columns-form-mentor > div > div {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 45px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 639px) {
  .two-columns-form-mentor {
    padding: 120px 0 180px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 639px) {
  .two-columns-form-mentor {
    padding: 110px 0 180px 0;
  }
  .two-columns-form-mentor > div > div > h2 {
    font-size: 4.5rem;
  }
}

/* PAGE */

.page {
  width: 100%;
  padding: 9.1rem 0;
}

.page__wrapper {
  width: 100%;
  max-width: 90rem;
  margin: auto;
  padding: 2.8rem;
}

.page__wrapper h1 {
  font-family: var(--font-times);
  font-size: clamp(24px, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: var(--color-primero);
  margin-bottom: 5rem;
}

.page__wrapper h2 {
  font-family: var(--font-times);
  font-size: clamp(16px, 2vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: var(--color-primero);
  margin-bottom: 2rem;
}

.page__wrapper p {
  width: 100%;
  font-family: var(--font-times);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  font-weight: 300;
  color: var(--color-primero);
  margin-bottom: 2rem;
}

.page__wrapper ul {
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.page__wrapper ol {
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.page__wrapper ul li {
  font-family: var(--font-times);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  font-weight: 300;
  color: var(--color-primero);
  margin-bottom: 0.5rem;
}

.page__wrapper ol li {
  font-family: var(--font-times);
  font-size: clamp(14px, 1.6vw, 1.6rem);
  font-weight: 300;
  color: var(--color-primero);
  margin-bottom: 0.5rem;
}
