:root {
--primary-text-color: #1d1d1d;
--background-color: #f9f9f9;
--link-hover-color: #1d1d1d;
--border-color: #313131;
--text-color-muted: #8f8f8f;
--color-raw: #e4e4e4;
--selection: rgba(233, 229, 220, 0.7);
--color-bone: #f3f1f0;
}
.dark {
--primary-text-color: #f9f9f9;
--background-color: #1d1d1d;
--link-hover-color: #8f8f8f;
--border-color: #e0e0e0;
--text-color-muted: #8f8f8f;
--color-raw: #e4e4e4;
--text-grey: #373737;
--selection: rgba(233, 229, 220, 0.9);
--color-bone: #f3f1f0;
}
::selection {
background-color: var(--selection);
color: var(--primary-text-color);
}
::-moz-selection {
background-color: var(--selection);
color: var(--primary-text-color);
}
html {
box-sizing: border-box;
height: 100%;
scroll-behavior: smooth;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
background-color: var(--background-color);
color: var(--primary-text-color);
font-family: "Inter", sans-serif;
margin: 0;
overflow-x: hidden;
min-height: 100vh; 
display: flex;
flex-direction: column;
}
a {
color: var(--primary-text-color);
text-decoration: none;
transition: all 0.2s ease-in-out;
}
a:hover {
transform: scale(1.2);
font-weight: 500;
cursor: pointer;
}
.topnav,
.footer {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: transparent;
color: var(--primary-text-color);
box-sizing: border-box;
padding: 0.5rem 4rem 3rem 4rem;
}
.topnav .nav-link,
.footer .privacy-link,
.footer .copyright {
font-size: clamp(0.5rem, 3vw , 1.2rem);
font-weight: 500;
letter-spacing: -0.05em;
text-transform: lowercase;
padding: 0;
}
.topnav .isotipo-icon {
height: clamp(3rem, 5vw, 5rem);
width: auto;
}
.footer .copyright {
cursor: not-allowed;
font-size: clamp(0.5rem, 4vw , 1.3rem);
}
main {
width: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 0;
padding: 0 clamp(0.1rem, 27vw, 60rem);
}
.main-content h1 {
color: var(--primary-text-color);
font-style: normal;
letter-spacing: -0.05em;
line-height:1.1;
text-align: left;
font-size: clamp(1.4rem, 3.2vw, 3rem);
font-style: normal;
font-weight: 500;
margin-top: 0;
}
.main-content h1 span {
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-size: clamp(1.5rem, 3.2vw, 3rem);
font-weight: 400;
}
.main-content h2 {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: -0.05em;
font-size: clamp(1.2rem, 3vw, 2.8rem);
color: var(--primary-text-color);
line-height: 1.1;
margin: 0.5rem 0;
padding-top: 0;
}
.main-content  h2 span {
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-weight: 400;
}
.main-content .contact-link {
  display: inline-block;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  transition: all 0.3s ease;
  margin-top: 2rem;
  padding: clamp(0.8rem, 1vw, 1.2rem) clamp(1.5rem, 5vw, 3rem);
  border: clamp(2px, 0.5vw, 3px) solid var(--primary-text-color);
  border-radius: clamp(50px, 8vw, 100px);
  font-size: clamp(1.2rem, 1vw, 2rem);
}
.main-content .contact-link:hover {
transform: scale(1.2);
cursor: auto;
background-color: var(--primary-text-color);
color: var(--background-color);
}
.main-content h3 {
color: var(--primary-text-color);
font-style: normal;
letter-spacing: -0.05em;
line-height:1.2;
text-align: left;
font-size: clamp(0.7rem, 1.55vw, 2rem);
font-style: normal;
font-weight: 500;
margin: 0.5rem 0;
}
.main-content h3 span {
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-weight: 400;
}
.main-content p {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: -0.05em;
font-size: clamp(1rem, 1.9vw, 2rem);
color: var(--primary-text-color);
line-height: 1.2;
margin: 0.3rem 0;
text-align: left;
}
.main-content p span {
font-family: 'Libre Baskerville', serif;
font-style: italic;
}
.parpadeo h1 {
font-family: 'Libre Baskerville', serif;
font-style: normal;
font-weight: 400;
letter-spacing: -0.05em;
font-size: clamp(4rem, 10vw + 0.5rem, 10rem);
color: var(--primary-text-color);
line-height: 1.2;
margin: 0.5rem 0;
max-width: var(--content-max-width-desktop, 750px);
}
#parpadeo-js {
transition: opacity 0.2s;
}
.icon img {
width: 3.75rem;
height: auto;
display: block;
margin: 0 auto;
transition: transform 0.2s;
}
.icon img:hover {
transform: scale(1.1);
}
.wrapper {
position: fixed;
bottom: 1rem;
right: 1rem;
width: clamp(300px, 55vw, 357px);
max-height: 95vh;
overflow-y: auto;
max-width: 350px;
margin: 0 auto;
border-radius: 15px;
background-color: #f9f9f9;
padding: 0.2rem min(2rem, 2%);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
z-index: 1000;
display: none;
}
.wrapper.show-banner {
display: block;
animation-name: SlideRight;
animation-duration: 2.5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cookie-header {
display: flex;
justify-content: flex-end;
align-items: center;
padding: min(0.4rem, 1.5vw) 0 min(0.2rem, 1vw) 0;
background-color: transparent;
border: none;
}
.close-button {
background: none;
border: none;
padding: 0;
cursor: pointer;
line-height: 0;
width: auto;
flex-grow: 0;
flex-shrink: 0;
margin-right: 0;
margin-left: auto;
}
.close-button:hover {
transform: scale(1.4);
}
.icon-close {
width: 32px;
height: 32px;
vertical-align: middle;
}
.cookie-main-content,
.cookie-preferences {
padding: 0.4rem min(0.1rem, 2%);
}
.cookie-main-content .data p {
font-style: normal;
font-size: clamp(1rem, 2vw, 1.1rem);
color: #1d1d1d;
line-height: 1.2;
font-weight: 400;
letter-spacing: -0.05em;
text-align: left;
padding: 0.5rem min(0.5rem, 2%);
margin: 0;
}
.cookie-main-content .data p span {
font-family: 'Libre Baskerville', serif;
font-style: italic;
font-weight: 500;
letter-spacing: -0.05em;
}
.cookie-main-content .data p a {
text-decoration: none;
color: #1d1d1d;
font-weight: 600;
transition: text-decoration 0.2s ease, color 0.2s ease;
}
.cookie-main-content .data p span a:hover {
text-decoration: none;
transform: scale(1.1);
font-weight: 600;
cursor: pointer;
}
.cookie-main-content .buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 0.5rem;
width: 100%;
justify-content: center;
border: none;
margin: 0;
cursor: pointer;
padding: min(0.5rem, 2vw);
}
.button {
background-color: #f9f9f9;
color: #1d1d1d;
font-size: clamp(0.8rem, 1.4vw, 0.9rem);
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
font-style: normal;
line-height: 1.4;
text-align: center;
text-decoration: none;
font-weight: 500;
padding: min(0.4rem, 5%) 1rem;
border: 2px solid #1d1d1d;
border-radius: 25px;
cursor: pointer;
flex-basis: 100px;
flex-grow: 1;
flex-shrink: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: none;
}
.button:hover {
background-color: #1d1d1d;
color: #f9f9f9;
}
#acceptBtn {
background-color: #f9f9f9;
color:#1d1d1d;
font-style: normal;
line-height: 1.4;
font-size: clamp(0.8rem, 1.4vw, 0.9rem);
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
text-align: center;
text-decoration: none;
font-weight: 500;
padding: min(0.4rem, 5%) 1rem;
border: 2px solid #1d1d1d;
border-radius: 25px;
cursor: pointer;
flex-basis: 100px;
flex-grow: 1;
flex-shrink: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: none;
}
#acceptBtn:hover {
background-color: #1d1d1d;
color: #f9f9f9;
}
.button:focus,
.button:active {
outline: none;
}
.button.decline-button {
background-color: var(--primary-text-color);
color: var(--background-color);
font-size: clamp(0.8rem, 1.4vw, 0.9rem);
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
font-style: normal;
line-height: 1.4;
text-align: center;
text-decoration: none;
font-weight: 500;
padding: min(0.4rem, 5%) 1rem;
border: 2px solid var(--background-color);
border-radius: 25px;
cursor: pointer;
flex-basis: 100px;
flex-grow: 1;
flex-shrink: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: none;
}
.button.decline-button:hover {
background-color: var(--background-color);
color: var(--primary-text-color);
}
.hidden {
display: none !important;
}
.cookie-preferences {
margin-top: 0;
padding:0;
}
.cookie-preferences h4 {
font-size: min(1.5rem, calc(1rem + 1.5vw));
font-weight: 400;
letter-spacing: -0.05em;
color: #1d1d1d;
margin-bottom: 0.4rem;
text-align: left;
padding: 0;
margin-top: 0.02rem;
}
.cookie-preferences .pref-intro {
font-size: min(0.9rem, calc(1rem + 1.5vw));
letter-spacing: -0.03em;
color: #1d1d1d;
margin-bottom: 0.8rem;
text-align: left;
padding: 0 min(1rem, 4vw) min(0.6rem, 4vw) 0;
}
.cookie-category {
background-color: var(--color-bone);
padding: min(0.5rem, 2vw) min(0.8rem, 3vw);
margin-bottom: 0.5rem;
border-radius: 8px;
border: 1px solid var(--color-raw);
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.cookie-category input[type="checkbox"] {
margin-right: 0.4rem;
flex-shrink: 0;
width: 18px;
height: 18px;
top: 1px;
border-color: var(--color-raw);
}
.cookie-category input[type="checkbox"]:checked {
background-color: var(--background-color);
border-color: var(--primary-text-color);
color: var(--primary-text-color);
}
.cookie-category input[type="checkbox"]:checked::after {
font-size: 12px;
}
.cookie-category input[type="checkbox"]:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.cookie-category label {
font-weight: 500;
color: var(--text-grey);
font-size: 0.9rem;
line-height: 18px;
}
.cookie-category input[type="checkbox"]:disabled + label {
color: var(--text-color-muted);
}
.cookie-category .description {
font-size: 0.75rem;
color: var(--text-grey);
margin-top: 0.2rem;
margin-left: 1.6rem;
width: calc(100% - 1.6rem);
}
.buttons.preferences-buttons {
display: flex;
align-items: center;
padding: min(0.6rem, 4vw) min(0.8rem, 3vw) min(1rem, 4vw);
box-sizing: border-box;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 1;
flex-direction: row;
flex-wrap: wrap;
gap: 0.5rem;
width: 100%;
font-weight: 500;
font-size: clamp(0.8rem, 1.4vw, 0.9rem);
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
justify-content: center;
}
#backToMainBtn {
background-color: #f9f9f9;
color: #1d1d1d;
border: 2px solid #1d1d1d;
font-weight: 500;
font-size: clamp(0.8rem, 1.4vw, 0.9rem);
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
}
#backToMainBtn:hover {
background-color: #1d1d1d;
color: #f9f9f9;
font-family: "Inter", sans-serif;
letter-spacing: -0.05em;
}
@keyframes SlideRight {
  from {
    transform: translateX(120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
}
@media (min-width: 768px) {
.main-content .contact-link {
  border: 3px solid var(--primary-text-color);
}
}
