:root {
  --black: black;
  --white: white;
  --red: #d2011e;
  --celeste: #00d1ff;
  --negro-transparente: #000000b3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: var(--black);
  text-indent: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: .06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  letter-spacing: .06em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: var(--black);
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
}

.page-wrapper.full-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.medium {
  font-weight: 500;
}

.bg-03 {
  background-color: var(--black);
  height: 100px;
  line-height: 1.2;
}

.bg-03.square-box {
  width: 100%;
}

.black {
  font-weight: 800;
}

.container-heading-style.style-guide {
  border: 1px #000;
  padding: 20px 0;
  position: relative;
}

.info-heading {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.main-text.margin-top {
  margin-top: 10px;
}

.col-right {
  border-top: 1px #e5e5e5;
  margin-left: 0;
}

.bold {
  font-weight: 700;
}

.container-info-color {
  margin-top: 20px;
}

.style-text {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
  inset: 9% auto auto 0%;
}

.style-text.static {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 5px;
  font-weight: 400;
  position: static;
}

.col-left {
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 38px;
  bottom: auto;
}

.italic {
  font-style: italic;
}

.brand {
  position: absolute;
  inset: 24px auto auto;
}

.search-webflow {
  color: #161616;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.link-text {
  letter-spacing: .06em;
  margin-top: 20px;
  font-size: 18px;
}

.link-text.secondary-font.white-text {
  transition: letter-spacing .4s ease-in-out;
}

.link-text.secondary-font.white-text:hover {
  letter-spacing: .1em;
}

.link-text.uppercase.secondary-font {
  font-family: Bitter, serif;
  transition: letter-spacing .4s ease-in-out;
}

.link-text.uppercase.secondary-font:hover {
  letter-spacing: .1em;
}

.search-button {
  font-family: Bitter, serif;
  display: none;
}

.search-button.show {
  color: var(--black);
  background-color: #0000;
  font-size: 24px;
  display: block;
}

.search-button.show.secondary-font.uppercase {
  padding-right: 0;
  font-weight: 700;
}

.nav-logo-svg {
  width: 200px;
}

.main-link {
  color: #000;
  width: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}

.main-link.nav.w--current {
  text-decoration: underline;
}

.main-link.left, .main-link.second {
  margin-left: auto;
  margin-right: 0;
}

.main-link.nav {
  perspective: 1471px;
  margin-right: 20px;
  transform: perspective(1353px);
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.right-side-nav-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.right-side-nav-wrapper.oculto {
  display: none;
}

.right-side-nav-wrapper.center {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.nav-links-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.main-nav-container {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 180px 0 5px;
  display: flex;
  position: relative;
}

.search-input {
  color: #161616;
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  display: none;
}

.navbar {
  z-index: 10;
  background-color: var(--white);
  border: 1px #000;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-social-icon {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  transition: transform .4s ease-in-out;
  display: flex;
}

.navbar-social-icon:hover {
  transform: scale(1.3);
}

.navbar-social-icon.chico {
  width: 20px;
  height: 18px;
}

.navbar-social-icon.x {
  width: 16px;
  line-height: 0;
}

.location-address {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.location-heading {
  color: #000;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.footer-logo-wrapper {
  width: 90px;
}

.footer-links {
  color: #c44f4f;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-primary {
  background-color: var(--black);
}

.bg-primary.square-box {
  width: 100%;
}

.social-link {
  color: #020202;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .4s ease-in-out;
}

.social-link:hover {
  letter-spacing: .06em;
}

.newsletter-footer-wrap {
  border-right: 2px solid #000;
  padding: 0 20px 20px 0;
}

.follow-us-footer-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
}

.text-field {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  min-height: 58px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.text-field:focus {
  border-style: solid;
  border-color: #000;
}

.mail {
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.footer-links-text {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  outline-style: none;
  outline-color: #e5e5e5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .4s ease-in-out;
}

.footer-links-text:hover {
  text-transform: none;
  transform: scale(1.1);
}

.highlighted-title {
  background-color: var(--red);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 11px 16px;
  font-family: Bitter, serif;
  font-size: 18px;
}

.highlighted-title.margin-top-large.hover {
  border: 1px solid var(--white);
  transition: filter .4s ease-in-out;
}

.highlighted-title.margin-top-large.hover:hover {
  filter: invert();
}

.newsletter-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-links-wrap {
  border-top: 1px #000;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.footer-links-wrap.flex-left {
  display: flex;
}

.submit-button {
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  min-height: 58px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.submit-button.sidebar {
  border: 1px solid var(--white);
  min-height: 30px;
  transition: filter .4s ease-in-out;
}

.submit-button.sidebar:hover {
  filter: invert();
}

.submit-button.password {
  border: 1px solid var(--white);
  width: auto;
  min-height: 40px;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: filter .4s ease-in-out;
}

.submit-button.password:hover {
  filter: invert();
}

.locations {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 10px;
  text-decoration: none;
}

.credits-text {
  color: #000;
  margin-left: auto;
  font-size: 14px;
  line-height: 1;
}

.credits-text.second {
  margin-left: 5px;
  margin-right: 5px;
  transition: transform .4s;
}

.credits-text.second:hover {
  transform: scale(1.1);
}

.credits-text.auto {
  margin-left: 0;
}

.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px #000;
  border-bottom: 2px solid #000;
  grid-template: "."
  / 1fr .5fr .5fr;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 20px;
  text-decoration: none;
}

.footer-info {
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
}

.footer-info.oculto {
  display: none;
}

.credits {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.social-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 16px;
  display: flex;
}

.contact-footer-wrap {
  text-decoration: none;
}

.error-message {
  color: var(--red);
  text-align: center;
  background-color: #0000;
}

.text-style-bold {
  font-size: 18px;
  font-weight: 700;
}

.text-style-italic {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.success-message {
  background-color: #0000;
}

.square-box {
  width: 100px;
  height: 100px;
}

.main-border {
  border: 1px solid var(--black);
}

.secondary-font {
  letter-spacing: .06em;
  transform-style: preserve-3d;
  font-family: Oswald, sans-serif;
}

.secondary-font:hover {
  transform: scale3d(1none, 1none, 1none);
}

.hero-section {
  text-align: center;
  position: relative;
}

.hero-section.oculto {
  display: none;
}

.wrap-heading-page-content {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.wrap-heading-page-content.margin-bottom-medium {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 108px;
  font-weight: 400;
  line-height: 1.2;
}

.image-decoration {
  background-color: #fb0e0e99;
  width: 270px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 37% 31% auto auto;
  transform: rotate(-6deg);
}

.quote {
  text-align: left;
  letter-spacing: .115em;
  padding: 60px 221px;
  line-height: 96%;
  position: relative;
}

.block-quote {
  z-index: 2;
  border-left-style: none;
  font-size: 36px;
  font-weight: 500;
  line-height: 96%;
  position: relative;
}

.block-quote.main-paragraph.secondary-font.quote-wrap {
  width: 427px;
}

.block-quote.main-paragraph.secondary-font.quote-wrap.uppercase {
  padding-right: 0;
  font-weight: 400;
}

.separator {
  background-color: #000;
  width: 100%;
  min-height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.separator.full {
  min-height: 40px;
}

.separator.margin-top {
  margin-top: 60px;
}

.hero-subtitle {
  text-transform: lowercase;
  margin-bottom: 31px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  display: block;
}

.text-span {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 80px;
  font-weight: 400;
}

.text-span.margin {
  margin-left: 30px;
}

.text-span.uppercase.secondary-font {
  line-height: 1.1;
}

.text-span.uppercase.secondary-font.blog-posts-title {
  font-size: 66px;
}

.blog-post-card {
  border-right: 1px solid #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.blog-post-card:last-child {
  border-right-style: none;
  padding-right: 0;
}

.title-post {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  font-size: 36px;
  font-weight: 700;
}

.title-post.medio {
  font-weight: 500;
}

.title-post.medio.margen-inferior {
  margin-bottom: 16px;
}

.title-post.medio.margen-inferior.bold {
  font-weight: 700;
}

.title-post.texto-chico {
  font-size: 32px;
}

.post-text {
  font-size: 16px;
}

.post-text.margin {
  margin-left: 5px;
  margin-right: 5px;
}

.post-text.uppercase.secondary-font.lignt {
  margin-top: 10px;
  font-weight: 300;
}

.post-paragraph {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.post-paragraph.sin-margin {
  margin-top: 0;
}

.post-image {
  height: 230px;
}

.grid-4-columns {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .93fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid-4-columns.gap {
  grid-column-gap: 20px;
}

.grid-5-columns {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-5-columns.medium-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 65px;
  padding-right: 65px;
}

.card-authors {
  position: relative;
}

.wrap-image-authors {
  overflow: hidden;
}

.authors-name {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
}

.card-paragraph {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.card-paragraph.white-text {
  margin-bottom: 0;
}

.card-blog-v2 {
  position: relative;
}

.image-post {
  height: 240px;
  overflow: hidden;
}

.hover-card {
  opacity: 1;
  background-color: #0009;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  transition: opacity .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-card:hover {
  opacity: 1;
}

.link-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.link-line.white {
  color: #fff;
  background-color: #fff;
}

.heading-card-blog-v2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.5;
}

.main-layout {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}

.main-layout.margin-bottom-large._1-1 {
  grid-template-columns: 3fr;
}

.image-decoration-v2 {
  background-color: #d580c770;
  width: 65%;
  height: 200px;
  position: absolute;
  top: auto;
  left: auto;
}

.row-post {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  display: flex;
}

.row-post.center {
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  padding-bottom: 5px;
}

.row-post.margin-top {
  margin-top: 16px;
}

.row-post.sin-margin {
  margin-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.post {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
}

.post.center {
  text-align: center;
}

.card-blog-hero-home {
  color: #000;
  text-align: left;
  border: 1px #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.primary-button {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
}

.primary-button:hover {
  filter: invert();
}

.primary-button.right {
  border-color: var(--white);
  margin-top: 30px;
  margin-right: 0;
}

.primary-button.right:hover {
  filter: invert();
}

.post-text-v1 {
  letter-spacing: .155em;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.main-paragraph {
  font-size: 24px;
  line-height: 1.1;
}

.main-paragraph.secondary-font {
  margin-bottom: 10px;
}

.galeria-image-sidebar {
  aspect-ratio: 3 / 2;
}

.location-text {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 1;
}

.about-paragraph {
  margin-bottom: 25px;
}

.about-paragraph.no-margin, .about-paragraph.margin-top {
  margin-bottom: 0;
}

.year-card {
  align-self: auto;
}

.year-image {
  width: 100%;
  height: 230px;
}

.large-text {
  font-family: Bitter, serif;
  font-size: 18px;
  line-height: 1.2;
}

.large-text.white-text.secondary-font {
  margin-top: 0;
}

.large-text.white-text.secondary-font.uppercase.margin {
  margin-left: 5px;
}

.large-text.white-text.secondary-font.uppercase.texto-chico {
  font-size: 14px;
}

.large-text.secondary-font.margin-bottom-small {
  margin-bottom: 19px;
}

.large-text.oculto {
  display: none;
}

.author-name {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.overflow-image {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.top-author-card {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.author-image {
  width: 100px;
}

.info-author-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card-popular-post {
  width: 100%;
  margin-bottom: 20px;
}

.image-popular-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 189px;
  margin-bottom: 0;
}

.heading-popular-post {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
}

.heading-popular-post.uppercase {
  font-weight: 400;
}

.author-text {
  margin-bottom: 5px;
  line-height: 1;
}

.author-text.uppercase.secondary-font {
  font-weight: 500;
}

.post-info-texts {
  margin-left: 10px;
}

.categories {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.categories.secondary-font {
  font-weight: 500;
}

.link {
  font-size: 14px;
}

.link.secondary-font {
  transition: letter-spacing .4s ease-in-out;
}

.link.secondary-font:hover {
  letter-spacing: .1em;
}

.read-more-div {
  align-self: flex-end;
  margin-top: 10px;
}

.blog-post-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.title-post-blog {
  font-size: 24px;
  line-height: 1;
}

.title-post-blog.secondary-font.margin-top {
  font-weight: 500;
}

.blog-page-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  margin-bottom: 100px;
}

.card-blog-post {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.card-blog-post:last-child {
  border-bottom-style: none;
}

.image-blog-post-page {
  width: 100%;
  height: 340px;
}

.related-card {
  align-self: auto;
  width: 100%;
}

.related-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  min-height: auto;
}

.post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
}

.post-title.uppercase.normal.margin-top {
  margin-top: 80px;
}

.post-title.secondary-font {
  font-family: Bitter, serif;
}

.post-title.secondary-font.texto-chico {
  font-size: 32px;
}

.row-related-card {
  justify-content: space-between;
  display: flex;
}

.medium-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.medium-text.uppercase.secondary-font {
  font-family: Bitter, serif;
}

.medium-text.white-text.margin-top {
  margin-top: 8px;
}

.post-cardv2 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.post-cardv2:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.exhibition-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 370px;
  display: flex;
  position: relative;
}

.exhibition-image.large-tablet {
  height: auto;
}

.exhibition-image.large-tablet.last {
  order: 1;
}

.exhibition-image.large-tablet.last.movil {
  order: 0;
}

.card-meta {
  align-items: center;
  margin-bottom: 37px;
  display: flex;
}

.card-meta.align-end {
  align-items: flex-end;
}

.category {
  margin-left: 20px;
  font-family: Oswald, sans-serif;
}

.text-exhibition-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  display: flex;
}

.text-exhibition-wrap.large-tablet.padding-right {
  padding-left: 0;
  padding-right: 60px;
}

.avatar {
  background-image: url('../images/favicon-256.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  overflow: hidden;
}

.card-title {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.category-post-card {
  align-self: auto;
  padding: 20px;
}

.category-post-card.border {
  height: 100%;
  transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.category-post-card.border:hover {
  height: 100%;
  transform: scale(1.02);
  box-shadow: 1px 1px 7px 2px #94919185;
}

.border {
  border: 1px solid var(--black);
}

.category-post-image {
  height: 330px;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase.margin-right {
  margin-right: 5px;
}

.white-text {
  color: var(--white);
}

.author-link {
  justify-content: space-between;
  font-family: Bitter, serif;
  display: flex;
}

.author-link.uppercase.secondary-font:hover {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.post-image-v2 {
  height: 670px;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.larger-text {
  letter-spacing: .155em;
}

.normal {
  font-weight: 400;
}

.social-icon {
  width: 18px;
}

.social-icon.margin-right {
  margin-right: 5px;
  transition: transform .4s ease-in-out;
}

.social-icon.margin-right:hover {
  transform: scale(1.3);
}

.text-link {
  font-family: Bitter, serif;
}

.text-link.uppercase.secondary-font {
  font-size: 16px;
}

.text-link.uppercase.secondary-font.w--current {
  color: var(--celeste);
}

.text-link.uppercase.secondary-font.static {
  text-transform: uppercase;
  transition: transform .2s ease-in-out;
}

.text-link.uppercase.secondary-font.static.white-text {
  text-transform: capitalize;
  font-size: 16px;
}

.text-link.uppercase.secondary-font {
  transition: transform .4s ease-in-out;
}

.text-link.uppercase.secondary-font:hover {
  transform: scale(1.1);
}

.text-link.uppercase.secondary-font.static {
  font-size: 18px;
}

.align-center {
  text-align: center;
}

.hide-tablet {
  display: block;
}

.show-tablet {
  display: none;
}

.margin-bottom-large {
  margin-bottom: 90px;
}

.margin-bottom-medium {
  margin-bottom: 60px;
}

.margin-bottom-small {
  margin-bottom: 50px;
}

.collection-list-wrapper-blog-post {
  width: 100%;
}

.collection-list-wrapper-blog-post.margin-bottom-medium.oculta {
  display: none;
}

.collection-list-wrapper-blog-post.menos-margen {
  margin-top: -20px;
}

.collection-list-blog-post {
  width: 100%;
}

.left-image {
  transform-style: preserve-3d;
  width: auto;
  height: 40px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.right-image {
  width: auto;
  height: 40px;
}

.right-arrow-slider-v1 {
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  inset: 0% 0% auto auto;
}

.right-arrow-slider-v1.left-border.secondary-color {
  top: auto;
  bottom: 3%;
}

.slide-nav-hide {
  justify-content: center;
  display: none;
}

.card-post-slide {
  height: 100%;
}

.left-arrow-slider-v1 {
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  inset: auto 65px 3% auto;
}

.post-slider {
  background-color: #0000;
  height: 685px;
  margin-top: 60px;
}

.wrap-info-card-slider {
  z-index: 4;
  background-color: #000000b5;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  height: 168px;
  padding: 20px 40px;
  display: flex;
}

.wrap-info-card-slider.absolute.bottom-left {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  inset: auto auto 3% 0%;
}

.left-border {
  border-left: 1px solid #000;
}

.left-border.secondary-color {
  border-left-color: var(--white);
}

.authors-section.margin-bottom-small.oculto, .review-section.margin-bottom-large.oculto {
  display: none;
}

.review-wrap-slide {
  height: 100%;
  padding: 200px 120px 49px;
  display: flex;
}

.overflow {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vote-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.review-image {
  width: 458px;
  height: auto;
  position: relative;
}

.arrow-icon {
  width: 40px;
  height: auto;
}

.arrow-icon.rotate {
  transform: rotate(-180deg);
}

.heading-review-slide {
  z-index: 11;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.left-arrow-silderv2 {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  padding-left: 50px;
  display: flex;
}

.wrap-text-review {
  position: absolute;
  inset: -13% auto auto 33px;
  overflow: hidden;
}

.revies-slider {
  background-color: #000;
  height: 570px;
  margin-top: 40px;
}

.div-wrapper-text-review {
  flex-direction: column;
  flex: 1;
  padding: 35px;
  display: flex;
}

.right-arrow-sliderv2 {
  justify-content: center;
  align-items: center;
  width: 90px;
  padding-right: 50px;
  display: flex;
}

.grid-gallery-post {
  column-count: 2;
  column-gap: 30px;
  margin-top: 30px;
}

.image-gallery {
  margin-top: 30px;
  margin-right: 0;
}

.image-gallery:first-child {
  margin-top: 0;
}

.blog-post-grid-v-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 325px;
}

.title-banner {
  background-color: var(--red);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 16px;
  display: flex;
}

.title-banner.second {
  margin-top: 50px;
}

.title-banner.second.hover {
  border: 1px solid var(--white);
  transition: filter .4s ease-in-out;
}

.title-banner.second.hover:hover {
  filter: invert();
}

.title-banner.no-margin-top {
  margin-top: 0;
  margin-bottom: 20px;
}

.title-banner.align-left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.title-banner.hover {
  border: 1px solid var(--white);
  margin-top: 0;
  transition: filter .4s ease-in-out;
}

.title-banner.hover:hover {
  filter: invert();
}

.title-banner.oculto {
  display: none;
}

.title-banner._01, .title-banner.sin-margin-top, .title-banner.sin-padding-top {
  margin-top: 0;
}

.title-banner.celeste {
  background-color: var(--celeste);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Bitter, serif;
  font-size: 14px;
}

.title-banner.celeste:hover {
  background-color: var(--red);
  color: var(--white);
}

.title-banner.sin-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.instagram-grid {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.instagram-image {
  background-image: url('../images/28.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 85px;
  height: 85px;
  transition: filter .4s ease-in-out, transform .4s ease-in-out;
}

.instagram-image:hover {
  filter: grayscale();
  transform: scale(.85);
}

.instagram-image.third {
  background-image: url('../images/32.jpg');
}

.instagram-image.sixth {
  background-image: url('../images/27.jpg');
}

.instagram-image.first {
  background-image: url('../images/28.jpg');
}

.instagram-image.second {
  background-image: url('../images/30.jpg');
}

.instagram-image.fourth {
  background-image: url('../images/29.jpg');
}

.instagram-image.fifth {
  background-image: url('../images/25.jpg');
}

.about-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 420px;
  margin-bottom: 25px;
}

.sticky-column {
  position: sticky;
  bottom: 0;
}

.sticky-column.padding {
  padding-bottom: 20px;
}

.about-image {
  margin-bottom: 0;
}

.about-image.oculto {
  display: none;
}

.location-image {
  margin-bottom: 10px;
}

.location-image.second {
  height: 231px;
}

.category-card {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.social-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-wrap.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image {
  height: auto;
}

.image.hide-desktop {
  display: none;
}

.empty-state {
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
}

.empty-state.mas-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.error-text {
  color: var(--black);
}

.image-quote {
  width: 100px;
  height: auto;
}

.image-quote.absolute {
  inset: 9% auto auto 14%;
}

.image-quote.absolute.author {
  inset: -57% auto auto 0%;
}

.image-quote.absolute.blog {
  top: 13%;
  left: 7%;
}

.collection-item {
  align-items: stretch;
  display: flex;
}

.gallery-wrap {
  border-top: 2px solid #000;
}

.blog-posts-title {
  color: #000;
  text-align: center;
  letter-spacing: .06em;
  border-top: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.year-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin: 10px 0 50px;
  display: grid;
}

.page-title {
  border-top: 1px #000;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.page-title.post {
  margin-top: 10px;
  margin-bottom: 20px;
}

.right-arrow {
  background-color: #e5e5e580;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding-left: 5px;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.right-arrow:hover {
  background-color: #fdfdfd;
}

.work-title {
  color: #000;
  text-align: center;
  letter-spacing: normal;
  border-top: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.slide {
  background-image: url('../images/29.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.second {
  background-image: url('../images/37.jpg');
}

.slide.third {
  background-image: url('../images/19.jpg');
}

.work-subtitle {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.background-video {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.block-quote-about {
  border-left-style: none;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
}

.slider-section {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.gallery-image.big {
  width: 205%;
  max-width: none;
}

.page-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.page-content.margin-bottom-large {
  justify-content: center;
  align-items: flex-start;
}

.page-content.align-left.margin-bottom-large {
  margin-bottom: 60px;
}

.column {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.column.align-start {
  border-right-style: none;
}

.column.align-start.overflow-hidden {
  position: relative;
}

.column.align-end {
  align-items: flex-end;
}

.column.align-end.overflow-hidden {
  position: relative;
}

.column.main-layout {
  border-right-style: none;
  align-items: stretch;
  width: auto;
  padding: 0;
}

.column.main-layout.overflow-hidden {
  justify-content: flex-start;
  align-items: stretch;
}

.work-with-us {
  width: 100%;
}

.arrow {
  width: 40%;
  height: auto;
}

.arrow.rotate {
  width: 40%;
  height: auto;
  transform: rotate(-180deg);
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
}

.left-title {
  color: #000;
  letter-spacing: .06em;
  max-width: 400px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.left-arrow {
  background-color: #e5e5e580;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding-right: 5px;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.left-arrow:hover {
  background-color: #fff;
}

.two-columns-grid {
  align-items: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.slide-nav {
  display: none;
}

.page-subtitle {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.slider {
  width: 100%;
  min-height: 675px;
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 630px;
}

.collection-list-wrapper.margin-bottom-small {
  background-image: url('../images/16.jpg');
  margin-bottom: 60px;
}

.collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 150px 1fr 150px;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 630px;
  display: flex;
  position: relative;
}

.collection-item-authors {
  width: 50%;
  display: block;
  position: static;
}

.collection-item-authors:nth-child(odd) {
  justify-content: flex-start;
  display: flex;
}

.collection-item-authors:nth-child(2n) {
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

.author-link-wrapper {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 240px;
  height: 240px;
  padding: 20px;
}

.bg-authors {
  background-color: var(--white);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 240px;
  right: 240px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-large {
  margin-top: 40px;
}

.grid-column {
  column-count: 2;
  column-gap: 20px;
  position: relative;
}

.post-info {
  align-items: flex-end;
  display: flex;
}

.post-card-sidebar {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 20px 10px;
  display: flex;
}

.post-card-sidebar:last-child {
  border-bottom-style: none;
}

.post-card-sidebar.border-bottom {
  border-bottom-style: solid;
}

.heading-post {
  color: #000;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 400;
}

.grid-3-columns {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-3-columns.gap-chico {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid-3-columns.gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.large {
  width: 100%;
}

.filter-collection-list-wrapper {
  flex: 1;
}

.filter-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-collection-item {
  flex: 1;
  width: auto;
}

.filter-collection-item:last-child {
  margin-right: 0;
}

.row-filters {
  width: 100%;
  display: flex;
}

.images-grid-protected-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  height: 167px;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.square-images-box {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 170px;
  transition: transform .4s ease-in-out, filter .4s ease-in-out;
}

.square-images-box:hover {
  filter: grayscale();
  transform: scale(.9);
}

.collection-list-post-page {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  padding-bottom: 0;
}

.form.blog-page {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.collection-list-wrapper-popular-post {
  margin-bottom: 30px;
}

.about-us-title-text {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-field-blog {
  color: #000;
  border: 1px solid #000;
  min-height: 58px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.text-field-blog:focus {
  border-style: solid;
  border-color: #000;
}

.text-field-blog.height {
  min-height: 40px;
  margin-bottom: 15px;
}

.text-block {
  font-size: 18px;
}

.small {
  font-size: 64px;
  line-height: 1.1;
}

.contact-content {
  width: 100%;
  display: flex;
}

.contact-image {
  color: #c9c9c9;
  background-image: url('../images/ilustracion-lrc.jpg'), url('../images/6-1.jpg');
  background-position: 0 100%, 50%;
  background-size: cover, cover;
  width: 50%;
  height: 640px;
}

.form-wrapper {
  text-align: right;
  padding: 40px;
}

.form-text-field {
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding-left: 0;
}

.form-text-field:focus {
  border-bottom-color: #000;
}

.textarea {
  border: 1px #000;
  border-bottom: 2px solid #000;
  align-items: flex-start;
  height: auto;
  min-height: 200px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.textarea:focus {
  border-bottom-color: #000;
}

.submit-contact-button {
  border: 1px solid var(--white);
  background-color: #000;
  height: 40px;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 1;
  transition: filter .4s ease-in-out;
}

.submit-contact-button:hover {
  filter: invert();
}

.succes-text {
  color: #000;
  font-family: Oswald, sans-serif;
}

.form-block-contact {
  align-self: center;
  width: 50%;
}

.location-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  width: 100%;
  margin: 80px 0 50px;
}

.location-grid-card {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
}

.location-grid-card.last {
  border-right-style: none;
}

.address-contact-page {
  color: #000;
  text-align: center;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.vertical-separator {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.faq-question-wrap {
  border-bottom: 2px solid var(--black);
  cursor: pointer;
  background-color: #fff9;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.faq-question-wrap.margin-top-large {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.faq-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 114px auto 0;
  display: block;
}

.faq-question-bar {
  background-color: #0000;
  border-bottom: 1px #00000012;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-icon {
  width: auto;
  height: 28px;
}

.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-image {
  height: 741px;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.quote-row {
  display: flex;
}

.quote-image {
  width: 50%;
  height: 780px;
}

.wrap-quote-text {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.block-quote-post-page {
  border-left-style: none;
  font-size: 24px;
}

.block-quote-post-page.margin-bottom-small.secondary-font.uppercase {
  line-height: 1.1;
}

.block-quote-post-page.margin-bottom-small.secondary-font.uppercase.hide-tablet {
  z-index: 1;
  position: relative;
}

.image-author {
  height: 300px;
}

.image-author.vacio {
  object-fit: contain;
  width: 70%;
}

.button-small {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Bitter, serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
  display: flex;
}

.button-small:hover {
  filter: invert();
}

.image-authors {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: auto;
  width: 100%;
  height: 371px;
}

.name-authors {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.text-authors {
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.margin-top-small {
  margin-top: 10px;
}

.image-author-page.margin-top {
  aspect-ratio: 1;
}

.rich-text-block-second {
  column-count: 2;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-gap: 120px;
  font-size: 16px;
}

.row-author {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.full-screen {
  height: 100vh;
}

.coming-soon-image {
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.coming-soon {
  text-align: center;
  background-color: #ffffff9e;
  width: 100%;
  max-width: 750px;
  padding-top: 78px;
  padding-bottom: 140px;
  position: absolute;
}

.brand-image {
  width: 84px;
}

.coming-soon-heading {
  font-size: 64px;
  font-weight: 400;
}

.utility-page-wrap {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 0;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 520px;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  font-weight: 400;
  display: flex;
}

.image-box {
  background-image: url('../images/27.jpg');
  background-position: 50%;
  background-size: cover;
  width: 650px;
  height: 435px;
  margin-right: 20px;
}

.protect-heading {
  font-size: 48px;
  font-weight: 400;
}

.password-field {
  border: 1px #000;
  border-bottom-style: solid;
}

.password-field.secondary-font {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.body {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns-404 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: 633px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-404.overflow-hidden.second {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.heading-404 {
  color: #000;
  font-size: 144px;
  font-weight: 400;
}

.text-404 {
  width: 100%;
  max-width: 418px;
  font-size: 24px;
  line-height: 1.1;
}

.utility-page-wrap-404 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.grid-404 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 245px 1fr 245px;
}

.page-not-found-heading {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.utility-page-content-404 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 520px;
  display: flex;
}

.bg-image {
  height: 200px;
}

.container {
  border-bottom: 2px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.no-border {
  border-bottom-style: none;
}

.button {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: #000;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
}

.button:hover {
  filter: invert();
}

.image-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 0;
}

.player-image {
  width: 90px;
  height: 90px;
  position: absolute;
}

.effect-wrapper {
  background-color: var(--white);
  margin-bottom: auto;
}

.slide-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.search-wrapper {
  background-color: var(--white);
  cursor: pointer;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  position: fixed;
  top: 238px;
}

.main-search {
  display: flex;
}

.main-search-imput {
  color: var(--black);
  border: 1px #000;
  border-bottom-width: 2px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.hide-button {
  display: none;
}

.wrap-heading-404 {
  display: flex;
}

.link-span-footer {
  font-size: 14px;
}

.social-image {
  width: 35px;
  height: 35px;
}

.licensing-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.image-licensing {
  border: 1px solid #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.image-licensing.second {
  background-image: url('../images/34.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing.first {
  background-image: url('../images/ricardo-gomez-angel-xeo82llsxty-unsplash-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
  border-style: none;
  width: 100%;
  min-height: 150px;
}

.image-licensing.fifth {
  background-image: url('../images/22.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing.fourth {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 150px;
}

.image-licensing.sixth {
  background-image: url('../images/trinh-minh-th-qg2vjseg-bg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  min-height: 300px;
}

.image-licensing.third {
  background-image: url('../images/36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-color: #272727;
  min-height: 150px;
}

.license-link {
  color: #333;
  font-weight: 400;
  transition: letter-spacing .4s ease-in-out;
}

.license-link:hover {
  color: var(--black);
  letter-spacing: .06em;
}

.images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-container {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.source-link {
  color: #333;
  background-color: #0000;
  margin-right: 20px;
  font-weight: 400;
  transition: letter-spacing .4s;
}

.source-link:hover {
  color: var(--black);
  letter-spacing: .06em;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-meta.show-tablet {
  display: block;
}

.link-block {
  width: 100%;
}

.burgher-menu {
  z-index: 1002;
  padding: 8px 9px;
  position: static;
  inset: 3.5% 33px auto auto;
}

.line-burgher-menu {
  opacity: 1;
  background-color: #000;
  width: 25px;
  height: 2px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.line-burgher-menu._2 {
  height: 2px;
  margin-top: 0;
  margin-bottom: 5px;
}

.search-page {
  border-bottom: 2px solid #000;
  display: flex;
}

.search-input-search-page {
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-search-result {
  height: 300px;
}

.search-result-item {
  border: 1px solid #000;
  padding: 20px;
}

.link-search {
  margin-top: 20px;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.link-search:hover {
  text-decoration: underline;
}

.link-search-result {
  font-size: 16px;
}

.credits-wrap {
  margin-left: auto;
  display: flex;
}

.changelog-wrap {
  border: 2px solid #000;
  width: 250px;
  padding: 40px 25px;
}

.move-image-first {
  flex: 0 auto;
  height: 100%;
  margin-top: 0;
}

.container-effect {
  flex-direction: column;
  justify-content: flex-start;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-effect.second {
  justify-content: flex-end;
}

.div-block {
  margin-bottom: 8px;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.div-espacial {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-text-especial {
  z-index: 3;
  background-color: var(--negro-transparente);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
}

.div-imagen-especial {
  aspect-ratio: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.link-especial {
  aspect-ratio: 1;
  height: 100%;
  display: flex;
}

.link-especial.movil {
  display: none;
}

.link-especial.desk {
  aspect-ratio: auto;
  width: 100%;
}

.link-especial.witdh-100 {
  width: 100%;
}

.title-especial {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

.title-especial.white-text.texto-chico {
  font-size: 20px;
}

.oculto {
  display: none;
}

.espacial-post-card {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.espacial-post-card:last-child {
  border-right-style: none;
  padding-right: 0;
}

.espacial-post-card.v2 {
  padding-right: 0;
}

.div-block-3 {
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.imagen-destacada {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70vh;
}

.empty-state-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.slider-exposicion {
  max-width: 100%;
}

.fs-slider_slider {
  background-color: #1e1e1e;
  height: auto;
}

.fs-slider_mask {
  height: auto;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
  overflow: hidden;
}

.image-2 {
  aspect-ratio: 3 / 2;
  overflow: visible;
}

.der {
  text-align: right;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4.right {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 16px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown-toggle {
  padding: 0 40px 0 0;
}

.dropdown-list {
  background-color: var(--black);
  margin-top: 15px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.success-message-2, .error-message-2 {
  background-color: #0000;
}

.ikonik-gzkvel, .ikonik-hj2nq {
  color: #000;
}

.div-block-5 {
  max-width: 800px;
  margin-bottom: 80px;
}

.boton-categorias {
  border: 1px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Bitter, serif;
  font-size: 18px;
  transition: filter .4s ease-in-out;
  display: flex;
}

.boton-categorias:hover {
  filter: invert();
}

.boton-categorias.w--current {
  background-color: var(--red);
}

.boton-categorias.w--current:hover {
  border-color: var(--black);
  background-color: var(--white);
  filter: none;
  color: var(--black);
}

.boton-categorias.right {
  border-color: var(--white);
  margin-top: 30px;
  margin-right: 0;
}

.boton-categorias.right:hover {
  filter: invert();
}

.boton-categorias.especiales.w--current {
  background-color: var(--celeste);
}

.boton-categorias.especiales.w--current:hover {
  border-color: var(--black);
  background-color: var(--white);
}

.code-embed {
  color: var(--white);
  letter-spacing: .06em;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.empty-state-6 {
  color: #fff;
  background-color: #000;
  font-size: 16px;
}

.text-link-2.uppercase.secondary-font.static {
  text-transform: uppercase;
  transition: transform .2s ease-in-out;
}

.text-link-2.uppercase.secondary-font.static:hover {
  transform: scale(1.2);
}

.text-link-2.uppercase.margin-top {
  transition: transform .4s;
}

.text-link-2.uppercase.margin-top:hover {
  transform: scale(1.1);
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown {
  display: none;
}

.link-img-destacada {
  width: 50%;
  overflow: hidden;
}

.div-block-6 {
  position: relative;
}

.lightbox-galeria {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}

.galeria {
  max-width: 100%;
  margin-bottom: 100px;
}

.collection-list-wrapper-galeria {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.collection-list-galeria {
  width: 100%;
}

.ikonik-l42agj {
  color: #000;
  width: 16px;
  height: auto;
}

.link-categoria {
  letter-spacing: .155em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}

.categoria {
  text-transform: uppercase;
}

.categoria.margin-right {
  margin-right: 5px;
}

.categoria.larger-text:hover {
  text-decoration: underline;
}

.grid-4-columns-copy {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .93fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid-4-columns-copy.gap {
  grid-column-gap: 20px;
}

.video-card {
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
}

.video-card:first-child {
  border-bottom: 1px solid #e5e5e5;
}

.video {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 370px;
  display: flex;
  position: relative;
}

.video.large-tablet {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.text-video-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.div-img-galeria {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ikonik-zcllli {
  color: var(--white);
}

.div-icono {
  background-color: var(--negro-transparente);
  border-radius: 100px;
  padding: 24px;
  position: absolute;
}

.div-block-7, .div-img {
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.link-block-2 {
  width: 50%;
}

.div-block-9 {
  aspect-ratio: 3 / 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ikonik-61m3a {
  color: #fff;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  overflow: hidden;
}

.text-autor {
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
}

.text-autor:hover {
  text-decoration: underline;
}

.blog-post-slider {
  border-right: 1px solid #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.blog-post-slider:last-child {
  border-right-style: none;
  padding-right: 0;
}

.div-block-13 {
  margin-top: -20px;
}

.collection-list-wrapper-destacadas {
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-destacadas.menos-margen {
  margin-top: -20px;
}

.div-block-14 {
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-instagram {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  transition: transform .4s ease-in-out, filter .4s ease-in-out;
}

.img-instagram:hover {
  filter: grayscale();
  transform: scale(.9);
}

.div-marquee-chico {
  background-color: var(--celeste);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.div-marquee-chico.sin-margen {
  margin-bottom: 0;
}

.marquee-01-copy {
  grid-column-gap: 1rem;
  align-self: flex-start;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.mensaje p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.collection-item-2 {
  justify-content: center;
  align-items: flex-start;
}

.ikonik-ggmsb, .ikonik-w7pywk, .ikonik-e7q8l {
  color: #fff;
}

.link-secciones {
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.img-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block-4 {
  margin-bottom: -10px;
}

.titulo-link:hover {
  text-decoration: underline;
}

.titulo-link.menos-padding {
  margin-bottom: -10px;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.collection-list-4 {
  display: flex;
}

.item-autor:nth-child(odd), .item-autor:nth-child(2n) {
  margin-right: 8px;
}

.collection-item-3 {
  margin-bottom: 16px;
}

.link-block-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-autor {
  margin-top: 16px;
  overflow: hidden;
}

.link-block-autor {
  color: var(--white);
}

.link-block-autor:hover {
  text-decoration: underline;
}

.link-caja-autor {
  background-color: var(--celeste);
  padding-left: 10px;
  padding-right: 10px;
}

.link-caja-autor:hover {
  background-color: var(--red);
  color: var(--white);
  text-decoration: underline;
}

.text-autor-2 {
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
}

.text-autor-2:hover {
  text-decoration: underline;
}

.collection-item-4 {
  margin-bottom: 8px;
}

.div-sin-foto {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo-recientes:hover {
  text-decoration: underline;
}

.collection-list-5 {
  display: flex;
}

.collection-item-5 {
  margin-right: 4px;
}

.link-block-5 {
  display: none;
}

.text-autor-3 {
  color: var(--white);
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
}

.text-autor-3:hover {
  text-decoration: underline;
}

.collection-list-6 {
  display: flex;
}

.collection-item-6 {
  margin-right: 4px;
}

.bg-01 {
  background-color: var(--red);
}

.bg-01.square-box {
  width: 100%;
}

.bg-02 {
  background-color: var(--celeste);
}

.bg-02.square-box {
  width: 100%;
}

.ikonik-6pbg5, .ikonik-nuke4, .ikonik-ri8b4 {
  color: #000;
}

.image-3 {
  aspect-ratio: 1;
}

.page-count {
  display: none;
}

.loadmore {
  background-color: var(--celeste);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.loadmore:hover {
  background-color: var(--red);
  color: #fff;
}

.pagination {
  margin-top: 80px;
}

.div-block-16 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 100%;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.espacial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
}

.espacial-card:last-child {
  border-right-style: none;
  padding-right: 0;
}

.espacial-card.v2 {
  padding-right: 0;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-406 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bg {
  background-color: var(--white);
  height: 100px;
  line-height: 1.2;
}

.bg.square-box, .collection-list-wrapper-4 {
  width: 100%;
}

.link-block-6 {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper.full-screen {
    justify-content: center;
  }

  .main-text {
    font-size: 18px;
  }

  .col-right {
    margin-left: 20px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 1px;
    position: sticky;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    perspective: 1000px;
    transform: perspective(1196px);
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 76px;
  }

  .grid-4-columns.gap {
    grid-column-gap: 50px;
  }

  .sticky-column.style-guide {
    margin-top: 0;
    margin-bottom: auto;
    top: 117px;
    bottom: auto;
  }

  .social-wrap.grid {
    grid-row-gap: 29px;
  }

  .image-quote.absolute.blog {
    top: 16%;
  }

  .page-title.post {
    margin-bottom: 20px;
    line-height: 1;
  }

  .contact-image {
    background-image: url('../images/ilustracion-lrc.jpg');
    background-position: 0 100%;
    background-size: cover;
  }

  .faq-question-wrap {
    background-color: #fff9;
    border-bottom-style: solid;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-wrapper {
    background-color: #0000;
  }

  .utility-page-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    padding-top: 0;
  }

  .container {
    opacity: 1;
  }

  .effect-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .licensing-paragraph {
    text-align: center;
    font-weight: 400;
  }

  .image-licensing {
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .licensing-container {
    border-style: solid;
    border-color: var(--black);
    background-color: #fff;
    width: 100%;
    max-width: none;
  }

  .burgher-menu {
    padding-right: 0;
    position: relative;
    top: 34.5%;
    right: 0%;
  }

  .line-burgher-menu {
    height: 2px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }

  .imagen-destacada {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .lightbox-link {
    width: 100%;
  }

  .grid-4-columns-copy.gap {
    grid-column-gap: 50px;
  }

  .div-marquee-chico.sin-margen {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .marquee-content.scroll-01 {
    grid-column-gap: 8px;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-text {
    font-size: 18px;
  }

  .main-text.secondary-font {
    font-size: 26px;
  }

  .brand {
    margin-right: auto;
    position: static;
  }

  .search-webflow {
    display: none;
  }

  .link-text.secondary-font.white-text.mobile {
    color: var(--black);
    margin-top: 10px;
    font-size: 20px;
  }

  .nav-logo-svg {
    width: 160px;
  }

  .main-link.nav.w--current {
    background-color: var(--black);
    color: var(--white);
  }

  .main-link.nav.second {
    width: auto;
  }

  .main-link.left.mobile {
    margin-left: 0;
  }

  .main-link.nav {
    text-align: left;
    width: 100%;
  }

  .main-link.nav.w--current {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 40px;
  }

  .right-side-nav-wrapper {
    margin-top: 40px;
    padding-left: 10px;
  }

  .nav-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav-container {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newsletter-footer-wrap {
    border: 1px #000;
    padding-right: 0;
  }

  .follow-us-footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrap.flex-left.absolute.hide-tablet {
    display: none;
  }

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

  .footer-info {
    border-bottom-style: none;
  }

  .contact-footer-wrap {
    border: 1px #000;
    padding-left: 0;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    margin-bottom: 40px;
  }

  .hero-heading {
    font-size: 80px;
  }

  .quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span.uppercase.secondary-font {
    font-size: 70px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 39px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title.margin {
    margin-left: 10px;
  }

  .blog-post-card {
    padding-right: 0;
  }

  .title-post {
    font-size: 32px;
  }

  .title-post.medio.margen-inferior {
    margin-bottom: 8px;
  }

  .post-image {
    width: 100%;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.movil {
    grid-template-columns: 1fr;
  }

  .grid-5-columns {
    grid-row-gap: 40px;
    column-count: 2;
    grid-template-columns: 1fr;
  }

  .card-authors {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .card-authors:nth-child(odd) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-authors:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .card-authors:first-child {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .authors-image {
    width: 100%;
  }

  .authors-name.uppercase {
    margin-top: 0;
    font-size: 36px;
    font-weight: 500;
  }

  .card-blog-v2 {
    margin-bottom: 20px;
    display: flex;
  }

  .hover-card.white-text {
    color: var(--black);
    background-color: #0000;
    justify-content: center;
    position: static;
  }

  .heading-card-blog-v2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .main-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-decoration-v2 {
    display: none;
  }

  .row-post.center.margin-bottom-small {
    border-bottom-style: none;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .row-post.margin-top.margin-bottom-small.border-bottom {
    margin-bottom: 20px;
  }

  .row-post.show-tablet {
    display: flex;
  }

  .overflow-hidden {
    width: auto;
  }

  .post.center {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-blog-hero-home.margin-bottom-large {
    margin-bottom: 40px;
  }

  .primary-button.right {
    margin-right: auto;
  }

  .primary-button.margin-top-large {
    margin-top: 0;
  }

  .primary-button.margin-top-large.large-tablet.show-tablet {
    margin-top: 40px;
  }

  .post-text-v1 {
    font-size: 22px;
  }

  .year-card {
    display: flex;
  }

  .large-text, .large-text.white-text {
    font-size: 24px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
    font-size: 24px;
  }

  .large-text.margin-top.text-tablet {
    font-size: 18px;
    line-height: 1.1;
  }

  .large-text.text-tablet {
    font-size: 18px;
  }

  .blog-page-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .related-image.mobile-image-post {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .post-title.secondary-font {
    margin-top: 16px;
  }

  .medium-text.uppercase.secondary-font.mobile {
    text-transform: none;
    font-family: Roboto, sans-serif;
  }

  .post-cardv2 {
    flex-direction: column;
  }

  .exhibition-image.large-tablet.last.movil {
    order: -1;
  }

  .card-meta {
    margin-bottom: 10px;
  }

  .card-meta.align-end {
    align-items: center;
    margin-bottom: 0;
  }

  .card-meta.align-end.show-tablet {
    margin-top: 10px;
  }

  .text-exhibition-wrap.large-tablet {
    padding-top: 16px;
    padding-left: 0;
  }

  .text-exhibition-wrap.large-tablet.padding-right {
    padding-right: 0;
  }

  .avatar {
    width: 43px;
    height: 43px;
  }

  .category-post-image {
    height: 250px;
  }

  .post-image-v2.show-tablet {
    margin-bottom: 0;
  }

  .flex-center.overflow-hidden.relative {
    width: 100%;
  }

  .text-link.uppercase.secondary-font {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-link.uppercase.secondary-font:hover {
    transform: none;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .collection-list-wrapper-blog-post.margin-bottom-medium {
    margin-top: 20px;
  }

  .collection-list-wrapper-blog-post.margin-bottom-medium.sin-margen-superior {
    margin-top: 0;
  }

  .collection-list-wrapper-blog-post.auto {
    height: auto;
  }

  .post-slide {
    height: 100%;
  }

  .right-arrow-slider-v1.left-border.secondary-color {
    border-left-style: none;
    inset: auto 0% 44% auto;
  }

  .slide-nav-hide {
    display: none;
  }

  .left-arrow-slider-v1 {
    inset: auto auto 44% 0%;
  }

  .post-slider {
    height: 700px;
  }

  .wrap-info-card-slider.absolute.bottom-left {
    background-color: var(--black);
    max-width: none;
    bottom: 0%;
  }

  .review-wrap-slide {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .overflow {
    position: static;
  }

  .review-image {
    width: 100%;
    height: 400px;
  }

  .left-arrow-silderv2 {
    justify-content: center;
    padding-left: 0;
  }

  .wrap-text-review {
    left: auto;
    right: 0;
  }

  .revies-slider {
    height: auto;
  }

  .div-wrapper-text-review {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-sliderv2 {
    padding-right: 0;
  }

  .blog-post-grid-v-2 {
    flex-direction: column;
    display: flex;
  }

  .instagram-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-image {
    max-width: none;
    height: 150px;
  }

  .instagram-image.third, .instagram-image.sixth, .instagram-image.first, .instagram-image.second, .instagram-image.fifth {
    max-width: none;
  }

  .sticky-column {
    position: static;
  }

  .sticky-column.margin-bottom-large {
    margin-top: 0;
    position: static;
  }

  .sticky-column.padding, .sticky-column.hide-tablet {
    position: static;
  }

  .image.hide-desktop {
    display: block;
  }

  .image-quote.absolute {
    left: 0%;
  }

  .collection-item {
    flex-direction: row;
  }

  .blog-posts-title {
    font-size: 50px;
  }

  .year-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 64px;
  }

  .page-title.uppercase.small {
    font-size: 57px;
  }

  .block-quote-about {
    margin-left: 60px;
    font-size: 20px;
  }

  .page-content {
    align-items: flex-start;
  }

  .column.align-start {
    width: 100%;
    padding: 0;
  }

  .column.align-end {
    border: 1px #000;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .paragraph.roboto {
    font-size: 16px;
  }

  .left-title {
    font-size: 24px;
  }

  .two-columns-grid {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-subtitle {
    font-size: 39px;
  }

  .collection-list-wrapper.margin-bottom-small {
    background-image: none;
  }

  .collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-authors {
    width: auto;
  }

  .author-link-wrapper {
    border: 1px #000;
    width: auto;
    height: auto;
    padding: 0;
  }

  .heading-post {
    font-size: 64px;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .filter-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .images-grid-protected-page {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-content.overflow-hidden {
    flex-direction: column;
    width: 100%;
  }

  .contact-image {
    width: 100%;
    height: 400px;
  }

  .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-contact {
    width: 100%;
  }

  .location-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vertical-separator {
    display: none;
  }

  .faq-question-wrap {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    flex-direction: column;
  }

  .faq-wrapper {
    margin-top: 40px;
  }

  .quote-row.margin-top {
    flex-direction: column;
  }

  .quote-image {
    width: 100%;
  }

  .wrap-quote-text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote-post-page.margin-bottom-small.secondary-font.uppercase.show-tablet {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-small {
    margin-right: 8px;
  }

  .columns-404.overflow-hidden {
    width: 100%;
  }

  .grid-404 {
    grid-template-columns: 1fr;
  }

  .effect-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-text-post {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    width: 50%;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .wrap-text-post.padding {
    flex: 1;
    width: auto;
    padding-left: 0;
  }

  .mask {
    height: 100%;
  }

  .link-blog {
    flex-direction: row-reverse;
    width: 100%;
    display: flex;
  }

  .container-info-card {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .image-mobile {
    width: 40%;
  }

  .image-licensing.fourth, .image-licensing.third {
    min-height: 300px;
  }

  .images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-container {
    width: 100%;
  }

  .card-meta.show-tablet {
    margin-bottom: 0;
    display: none;
  }

  .large-tablet {
    width: 100%;
  }

  .mobile-image-post {
    width: 215px;
    height: 215px;
  }

  .wrap-info-authors.show-tablet {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-card-authors {
    height: auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
    padding-right: 10px;
  }

  .burgher-menu {
    padding-right: 0;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    flex-flow: column;
  }

  .div-text-especial {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-text-especial.padding {
    flex: 1;
    width: auto;
    padding-left: 0;
  }

  .div-imagen-especial {
    aspect-ratio: 1;
  }

  .link-especial {
    flex-direction: row-reverse;
    width: 100%;
  }

  .link-especial.movil {
    display: block;
  }

  .espacial-post-card {
    flex-direction: row-reverse;
    padding-right: 0;
  }

  .imagen-destacada {
    min-height: 35em;
  }

  .dropdown-list.w--open {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-left: 16px;
  }

  .boton-categorias.right {
    margin-right: auto;
  }

  .boton-categorias.margin-top-large {
    margin-top: 0;
  }

  .boton-categorias.margin-top-large.large-tablet.show-tablet {
    margin-top: 40px;
  }

  .text-link-2.uppercase.secondary-font {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-link-2.uppercase.secondary-font:hover {
    transform: none;
  }

  .link-img-destacada {
    width: 100%;
  }

  .collection-list-wrapper-galeria {
    height: 100%;
  }

  .collection-list-wrapper-galeria.auto {
    height: auto;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr;
  }

  .video-card {
    flex-direction: column;
  }

  .text-video-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-video-wrap.large-tablet {
    padding-top: 20px;
    padding-left: 0;
  }

  .dropdown-2 {
    margin-left: 0;
  }

  .blog-post-slider {
    padding-right: 0;
  }

  .collection-list-wrapper-destacadas.margin-bottom-medium {
    margin-top: 20px;
  }

  .collection-list-wrapper-destacadas.margin-bottom-medium.sin-margen-superior {
    margin-top: 0;
  }

  .collection-list-wrapper-destacadas.auto {
    height: auto;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block-3 {
    width: 100%;
  }

  .espacial-card {
    flex-direction: row-reverse;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-heading-style.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-text.secondary-font {
    font-size: 18px;
  }

  .col-right {
    margin-left: 0;
  }

  .col-left {
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-text.secondary-font.white-text.mobile {
    font-size: 18px;
  }

  .nav-logo-svg {
    width: 140px;
    display: block;
  }

  .main-nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-links-wrap.flex-left.absolute.hide-tablet {
    display: none;
    bottom: auto;
  }

  .locations {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 43px;
  }

  .block-quote {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .text-span.uppercase.secondary-font {
    font-size: 57px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .title-post {
    margin-top: 10px;
    font-size: 22px;
  }

  .title-post.margen-inferior {
    margin-bottom: 8px;
  }

  .title-post.texto-chico {
    font-size: 22px;
  }

  .post-image {
    height: 150px;
  }

  .grid-5-columns.medium-gap {
    border: 1px #000;
    padding-left: 0;
    padding-right: 1px;
  }

  .card-authors {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .card-authors:last-child {
    border-bottom-style: none;
  }

  .authors-name.uppercase {
    margin-top: 0;
    font-size: 18px;
  }

  .card-paragraph.white-text.letter-spacing {
    margin-top: 10px;
    font-size: 14px;
  }

  .card-paragraph.white-text.hide-movil {
    display: none;
  }

  .heading-card-blog-v2 {
    font-size: 22px;
  }

  .overflow-hidden {
    width: auto;
  }

  .primary-button.large {
    margin-bottom: 10px;
  }

  .post-text-v1, .main-paragraph.uppercase.secondary-font {
    font-size: 18px;
  }

  .year-image.image-mobile {
    height: 150px;
  }

  .large-text.white-text {
    font-size: 18px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
    font-size: 13px;
  }

  .large-text.secondary-font {
    font-size: 22px;
  }

  .large-text.secondary-font.margin-bottom-small.show-tablet.absolute {
    inset: auto 0% 0%;
  }

  .large-text.secondary-font.show-tablet {
    font-size: 18px;
  }

  .post-title.secondary-font.texto-chico {
    font-size: 22px;
  }

  .medium-text.uppercase.secondary-font {
    font-size: 13px;
  }

  .card-meta.align-end.show-tablet {
    margin-top: 10px;
  }

  .card-title.secondary-font.margin-top {
    font-size: 18px;
  }

  .text-link.uppercase.secondary-font.static.white-text {
    font-size: 16px;
  }

  .post-slide {
    height: 100%;
  }

  .right-arrow-slider-v1.left-border.secondary-color, .left-arrow-slider-v1 {
    bottom: 42%;
  }

  .post-slider {
    height: 600px;
  }

  .arrow-icon {
    background-color: var(--black);
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .arrow-icon.rotate {
    background-color: var(--black);
    border-radius: 50px;
  }

  .blog-post-grid-v-2 {
    grid-template-columns: 1fr;
  }

  .page-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .page-title.uppercase.small {
    margin-right: auto;
    font-size: 40px;
  }

  .block-quote-about {
    font-size: 18px;
  }

  .page-content {
    align-items: center;
  }

  .page-content.align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .left-title {
    max-width: 210px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .page-subtitle {
    margin-top: 20px;
    margin-right: auto;
    font-size: 30px;
  }

  .collection-list {
    display: flex;
  }

  .heading-post {
    font-size: 40px;
  }

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

  .filter-collection-list-wrapper {
    margin-top: 8px;
  }

  .filter-collection-list {
    flex-direction: column;
  }

  .filter-collection-item {
    margin-right: 0;
  }

  .row-filters.margin-bottom-medium {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .button-small {
    width: 100%;
    margin-right: 0;
  }

  .button-small.full {
    width: 100%;
    margin-bottom: 10px;
  }

  .coming-soon-image {
    height: 200px;
  }

  .coming-soon {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .coming-soon-heading {
    font-size: 50px;
  }

  .utility-page-wrap {
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box {
    max-width: 100%;
    height: 350px;
    margin-right: 0;
  }

  .utility-page-wrap-404 {
    overflow: hidden;
  }

  .wrap-text-post {
    padding-left: 0;
  }

  .wrap-text-post.padding {
    padding-left: 10px;
  }

  .mask {
    height: 100%;
  }

  .image-licensing.first, .image-licensing.fifth, .image-licensing.fourth, .image-licensing.third {
    min-height: 300px;
  }

  .images-grid {
    grid-template-columns: 1fr;
  }

  .licensing-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-image-post {
    width: 150px;
    height: 150px;
  }

  .container-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-espacial {
    width: auto;
  }

  .div-text-especial.padding {
    padding-left: 10px;
  }

  .title-especial {
    margin-top: 10px;
    font-size: 22px;
  }

  .title-especial.white-text {
    font-size: 25px;
  }

  .boton-categorias {
    padding-left: 16px;
    padding-right: 16px;
  }

  .boton-categorias.large {
    margin-bottom: 10px;
  }

  .collection-list-wrapper-galeria {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-heading-style.style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .main-text.secondary-font {
    font-size: 13px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .link-text.secondary-font.white-text.mobile {
    margin-top: 5px;
    font-size: 16px;
  }

  .main-link.nav.second.margin-top, .right-side-nav-wrapper.center {
    margin-top: 0;
  }

  .mail {
    margin-bottom: 20px;
  }

  .footer-links-wrap.flex-left.absolute {
    position: static;
  }

  .footer-links-wrap.flex-left.absolute.hide-tablet {
    display: none;
  }

  .credits-text {
    margin-top: 10px;
    margin-left: 0;
  }

  .credits {
    flex-direction: column;
    align-items: center;
  }

  .wrap-heading-page-content.margin-bottom-medium {
    margin-top: 5px;
    margin-bottom: 27px;
  }

  .hero-heading {
    font-size: 35px;
  }

  .page-featured-image {
    height: 254px;
  }

  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-quote {
    margin-bottom: 0;
    font-size: 18px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .text-span.uppercase.secondary-font {
    font-size: 30px;
  }

  .text-span.uppercase.secondary-font.margin {
    margin-left: 10px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title {
    font-size: 18px;
  }

  .text-span.uppercase.secondary-font.blog-posts-title.margin {
    margin-left: 5px;
  }

  .text-span.uppercase.secondary-font.work-title {
    font-size: 22px;
  }

  .text-span.uppercase.secondary-font.work-title.margin {
    margin-left: 5px;
  }

  .blog-post-card {
    border-right-style: none;
  }

  .post-text.margin {
    font-size: 12px;
  }

  .post-text.margin.movil {
    display: none;
  }

  .post-image.mobile-image-post {
    width: auto;
    height: auto;
  }

  .grid-4-columns {
    grid-row-gap: 22px;
  }

  .hover-card.white-text {
    flex: 1;
    padding: 0 0 0 10px;
  }

  .heading-card-blog-v2 {
    margin-top: 5px;
    font-size: 18px;
  }

  .main-layout.margin-bottom-large {
    margin-bottom: 20px;
  }

  .row-post, .row-post.margin-top.margin-bottom-small.border-bottom.movil {
    flex-flow: column;
  }

  .overflow-hidden {
    width: auto;
  }

  .post.center {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .card-blog-hero-home.margin-bottom-large {
    margin-bottom: 40px;
  }

  .primary-button.right {
    font-size: 13px;
  }

  .primary-button.large {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 13px;
  }

  .primary-button.margin-top-large {
    margin-top: 0;
  }

  .post-text-v1 {
    font-size: 15px;
  }

  .year-image.image-mobile {
    height: 100px;
  }

  .large-text.white-text {
    font-size: 14px;
  }

  .large-text.margin-top-large {
    margin-top: 0;
  }

  .large-text.margin-top {
    margin-top: 10px;
    font-size: 13px;
  }

  .large-text.normal {
    font-size: 18px;
  }

  .large-text.secondary-font {
    font-size: 14px;
  }

  .large-text.secondary-font.show-tablet {
    font-size: 15px;
  }

  .related-card {
    flex-direction: row;
  }

  .post-title.uppercase.normal {
    margin-bottom: 0;
    font-size: 18px;
  }

  .post-title.secondary-font {
    font-size: 24px;
  }

  .row-related-card {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .medium-text.uppercase.secondary-font {
    font-size: 14px;
  }

  .post-cardv2 {
    flex-direction: column;
  }

  .exhibition-image {
    width: 100%;
  }

  .card-meta {
    margin-bottom: 10px;
  }

  .text-exhibition-wrap {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .avatar {
    width: 30px;
    height: 30px;
  }

  .card-title {
    font-size: 24px;
  }

  .card-title.secondary-font.margin-top {
    margin-top: 0;
  }

  .post-image-v2 {
    height: 240px;
    margin-top: 10px;
  }

  .larger-text.uppercase {
    font-size: 12px;
  }

  .collection-list-wrapper-blog-post.margin-bottom-medium {
    margin-bottom: 45px;
  }

  .photography-section.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .right-arrow-slider-v1.left-border.secondary-color {
    bottom: 48%;
  }

  .left-arrow-slider-v1 {
    bottom: 49%;
  }

  .post-slider {
    height: 450px;
    margin-top: 0;
  }

  .wrap-info-card-slider.absolute.bottom-left {
    padding: 10px 20px;
    bottom: 0%;
  }

  .review-section.margin-bottom-large {
    margin-bottom: 30px;
  }

  .review-wrap-slide {
    padding-top: 94px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vote-text {
    font-size: 30px;
  }

  .review-image {
    height: auto;
  }

  .heading-review-slide {
    font-size: 30px;
  }

  .left-arrow-silderv2 {
    width: auto;
    inset: 31% auto auto 0%;
  }

  .wrap-text-review {
    top: -10%;
  }

  .div-wrapper-text-review {
    padding-bottom: 20px;
  }

  .right-arrow-sliderv2 {
    width: auto;
    inset: 31% 0% auto auto;
  }

  .blog-post-grid-v-2 {
    grid-template-columns: 1fr;
  }

  .instagram-image, .instagram-image.sixth {
    height: 80px;
  }

  .page-title {
    font-size: 24px;
  }

  .work-subtitle.letter-spacing {
    font-size: 16px;
  }

  .background-video {
    height: 213px;
  }

  .block-quote-about {
    font-size: 16px;
  }

  .gallery-image {
    margin-bottom: 10px;
  }

  .gallery-image.big {
    width: 208%;
    margin-bottom: 0;
  }

  .paragraph.roboto {
    font-size: 13px;
  }

  .left-title {
    max-width: 185px;
    font-size: 18px;
  }

  .page-subtitle {
    font-size: 18px;
  }

  .collection-list {
    display: block;
  }

  .collection-item-authors {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .collection-item-authors:last-child {
    border-bottom: 1px #fff;
  }

  .author-link-wrapper {
    border-bottom-style: none;
    padding: 15px 0 0;
  }

  .grid-column {
    column-gap: 10px;
  }

  .post-card-sidebar.border-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-post {
    font-size: 24px;
  }

  .heading-post.margin-bottom-large {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .filter-collection-list {
    flex-direction: column;
  }

  .filter-collection-item {
    margin-bottom: 0;
    margin-right: 0;
  }

  .row-filters.margin-bottom-medium {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .images-grid-protected-page {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
  }

  .square-images-box {
    height: 80px;
  }

  .contact-image {
    height: 180px;
  }

  .location-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .address-contact-page.margin-top {
    font-size: 18px;
  }

  .faq-question-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .faq-question-bar {
    padding: 15px 0;
  }

  .blog-post-image {
    height: 250px;
  }

  .quote-image {
    height: 200px;
  }

  .button-small {
    width: 100%;
    font-size: 14px;
  }

  .coming-soon-heading {
    font-size: 24px;
  }

  .columns-404.overflow-hidden {
    border: 1px #000;
    padding-bottom: 0;
  }

  .heading-404 {
    font-size: 72px;
  }

  .text-404 {
    max-width: none;
    font-size: 14px;
  }

  .page-not-found-heading {
    font-size: 18px;
  }

  .utility-page-content-404 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-text-post {
    width: 100%;
  }

  .image-review {
    height: 180px;
  }

  .link-blog {
    flex-flow: column;
  }

  .container-info-card {
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    display: flex;
  }

  .licensing-paragraph, .license-link {
    font-size: 16px;
  }

  .images-grid {
    grid-template-columns: 1fr;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-container {
    width: 100%;
    padding: 20px;
  }

  .source-link {
    font-size: 16px;
  }

  .mobile-image-post {
    width: 100px;
    height: 100px;
  }

  .menu-button, .burgher-menu {
    padding-right: 0;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .credits-wrap {
    margin-left: 0;
  }

  .container-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .div-espacial {
    width: auto;
  }

  .title-especial, .title-especial.white-text {
    font-size: 18px;
  }

  .imagen-destacada {
    align-items: center;
    min-height: 20em;
    display: flex;
  }

  .boton-categorias {
    height: 90px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .boton-categorias.right {
    font-size: 13px;
  }

  .boton-categorias.large {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 13px;
  }

  .boton-categorias.margin-top-large {
    margin-top: 0;
  }

  .collection-list-wrapper-galeria.margin-bottom-medium {
    margin-bottom: 45px;
  }

  .link-categoria {
    font-size: 13px;
  }

  .categoria.larger-text {
    font-size: 12px;
  }

  .grid-4-columns-copy {
    grid-row-gap: 22px;
  }

  .video-card {
    flex-direction: column;
  }

  .video {
    width: 100%;
  }

  .text-video-wrap {
    width: 100%;
    margin-top: 16px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-icono {
    padding: 16px;
  }

  .ikonik-61m3a {
    width: 30px;
    height: 30px;
  }

  .text-autor {
    font-size: 14px;
  }

  .collection-list-wrapper-destacadas.margin-bottom-medium {
    margin-bottom: 45px;
  }

  .div-block-14 {
    display: flex;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .text-autor-2 {
    font-size: 14px;
  }

  .div-extracto {
    display: none;
  }

  .text-autor-3 {
    font-size: 14px;
  }

  .grid-405 {
    grid-template-columns: 1fr;
  }
}

#w-node-cf5ede15-da35-12a9-a07e-8668dae8b358-013cf6ff, #w-node-_0916d6bf-7c86-9ea6-79b8-f849b3601c81-013cf709, #w-node-_177612a5-2122-365e-2176-581673ee9343-013cf709 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74a1cda9-4e74-8872-ced1-20bec6b68245-013cf709 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_74a1cda9-4e74-8872-ced1-20bec6b6824e-013cf709 {
  align-self: end;
}

#w-node-_70d5e79d-e2c1-4745-da53-0b4e2ae811af-013cf70c, #w-node-c5d2140d-b207-bf5f-191d-1e583409047d-013cf710, #w-node-_30f47ed6-602e-7f0a-878d-c637264f12db-013cf710 {
  align-self: start;
}

#w-node-b213fede-848a-7aa6-61a0-6943172563d5-013cf710 {
  justify-self: stretch;
}

#w-node-_4e45041d-0afb-6247-cbdd-0f8abccae7fc-013cf711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc84d6d-a13a-67db-16b5-74c929f23b7c-013cf712 {
  align-self: start;
}

#w-node-_374fa271-43b9-86f6-228b-6eaee356e43b-013cf712 {
  justify-self: stretch;
}

#w-node-_5ee01a3f-eb0d-c66b-3053-0deb5d8d433c-260f6a00 {
  align-self: start;
}

#w-node-e61550f1-95fb-6e65-c4d0-71712f75cf21-260f6a00 {
  justify-self: stretch;
}


