/*
Theme Name: GeneratePress Child
Template: generatepress
*/
body,
html {
  box-sizing: border-box;
  font-size: 15px !important;
}
body *,
html * {
  box-sizing: border-box;
}
h1 {
  max-width: 1200px !important;
  font-family: serif, 'Playfair Display';
  margin: 0 auto;
  font-size: 200px;
  position: relative;
  text-transform: uppercase;
}
h1:before {
  content: 'Lorem ipsum';
  position: absolute;
  font-family: sans-serif, 'Inter';
  font-size: 32px;
  top: -30px;
  left: 0;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--contrast);
  background-color: var(--base-3);
  height: 1px;
  max-height: 1px;
  width: 200px;
  max-width: 200px;
  overflow: visible;
  line-height: 1px !important;
  white-space: nowrap;
  text-indent: 220px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 4px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 100px;
  }
  h1:before {
    font-size: 20px;
    top: -20px;
    width: 100px;
    text-indent: 120px;
  }
}
.blog-intro h1 {
  color: var(--contrast) !important;
  margin-top: -60px;
  font-size: 140px;
  padding-left: 26px !important;
  margin-bottom: 0 !important;
}
.blog-intro h1:before {
  display: none;
}
@media (max-width: 1200px) {
  .blog-intro h1 {
    font-size: 100px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .blog-intro h1 {
    font-size: 44vw;
    line-height: 0.75em;
    padding-left: 8px !important;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 1em;
  }
  h1:before {
    display: none;
    text-indent: 0;
  }
}
.stamp {
  filter: invert(1);
  mix-blend-mode: overlay;
  opacity: 0.8;
  width: 200px;
  height: auto;
}
h1,
h2 {
  margin-bottom: 24px !important;
  letter-spacing: -0.05em !important;
}
h2 {
  font-size: 120px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 80px;
    line-height: 1em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 70px;
    line-height: 1em;
  }
}
h2,
h3,
h4 {
  color: var(--contrast);
}
h4,
h3 {
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
}
h4 {
  font-size: 18px;
  letter-spacing: 0.3em !important;
  font-weight: 900 !important;
}
h3 {
  font-weight: 700 !important;
  font-size: 20px;
  letter-spacing: 0.03em !important;
}
.contentH3 h3 {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding-left: 16px;
}
h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: var(--contrast-3);
  height: 2px;
  width: 40px;
  top: 12px;
  left: -48px;
}
p {
  max-width: 780px;
  padding: 0;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  margin-bottom: 8px !important;
}
p strong {
  color: var(--contrast);
}
.entry-summary p {
  line-height: 1.4em;
  font-size: 0.9em;
}
.custom-copyright p {
  color: rgba(255,255,255,0.6);
  font-size: 0.95em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  letter-spacing: 0.2em;
}
.custom-copyright p.caption-copyright {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.3em !important;
}
.intro p {
  margin-left: auto;
  margin-right: auto;
}
blockquote p {
  font-size: 3em;
  font-family: serif, 'Playfair Display';
  font-style: normal;
  line-height: 1em;
  width: 100%;
  max-width: 80vw;
  color: var(--contrast);
}
@media (max-width: 1200px) {
  blockquote p {
    font-size: 1.7em;
    line-height: 1em;
  }
}
blockquote {
  width: 100%;
  border: none !important;
  display: flex;
  justify-content: center;
  padding: 0 0 16px 0;
}
body {
  padding-top: 120px !important;
  background-color: var(--base-3);
}
@media (max-width: 768px) {
  body {
    padding-top: 40px !important;
  }
}
body.home {
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  body.home {
    padding-top: 8px !important;
  }
}
.entry-title {
  font-family: serif, 'Playfair Display';
  color: #797979 !important;
}
.entry-header {
  z-index: 9;
  position: relative;
  margin-top: -5vh;
  padding-left: 10%;
  min-height: 25vh;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) {
  .entry-header {
    padding-left: 20%;
    min-height: 200px;
  }
}
.post.type-post .entry-header {
  margin-top: 0;
  padding-left: 0;
  min-height: 0;
}
@media (max-width: 1200px) and (max-width: 768px) {
  .entry-header {
    padding-left: 32px;
    min-height: 150px;
  }
}
.hfeed {
  min-height: 100vh;
}
@media (max-width: 1000px) {
  .hfeed {
    min-height: 0;
  }
}
.site-header {
  display: inline-flex;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  justify-content: center;
  animation: fadeIn 800ms cubic-bezier(0, 0, 0, 0.97);
}
.site-header .inside-header {
  display: flex;
  flex-flow: row nowrap;
  height: 60px;
  margin: 0 !important;
  align-items: stretch;
  padding: 8px 0 !important;
}
@media (max-width: 768px) {
  .site-header .inside-header {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}
.site-header .inside-header .site-logo {
  width: 0;
  transition: width 300ms cubic-bezier(0, 0, 0, 0.97);
}
.site-header .inside-header .site-logo a {
  display: flex;
  height: 100%;
  padding: 8px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .site-header .inside-header .site-logo a {
    margin-right: 0;
    min-width: 60px;
  }
}
.site-header .inside-header .site-logo .header-image {
  height: 100%;
  width: auto;
  max-width: 100px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .site-header .inside-header .site-logo .header-image {
    max-width: fit-content;
    height: 36px;
    margin-top: 6px;
  }
}
.site-header .inside-header .main-navigation {
  display: flex;
  flex-wrap: nowrap;
}
.site-header .inside-header .main-navigation .inside-navigation {
  display: flex;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav {
  display: flex;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul {
  display: flex;
  flex-wrap: nowrap;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul >li {
  padding: 0 16px !important;
  margin: 0;
  border-right: thin solid var(--base-2);
  line-height: 1em;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul >li >a {
  padding: 0;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 600;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul >li[class*="current-menu-"] >a {
  color: var(--contrast);
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul >li:hover >a {
  color: var(--accent) !important;
}
.site-header .inside-header .main-navigation .inside-navigation .main-nav ul >li:last-child {
  border-right: none;
}
body.is-scrolled .site-header,
body:not(.is-scrolled) .site-header {
  width: 100%;
}
body.is-scrolled .site-header .inside-header .site-logo,
body:not(.is-scrolled) .site-header .inside-header .site-logo {
  width: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
.cover-wrapper {
  height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  margin: 0 0 120px 0 !important;
  display: flex;
  padding: 24px !important;
  animation: coverImg 800ms cubic-bezier(0, 0, 0, 0.97);
}
@media (max-width: 1200px) {
  .cover-wrapper {
    margin-bottom: 32px !important;
  }
}
.cover-wrapper >.wp-block-group__inner-container {
  padding: 0 !important;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cover-wrapper >.wp-block-group__inner-container figure {
  margin: 0 !important;
  height: 100%;
}
.cover-wrapper >.wp-block-group__inner-container figure img {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}
@media (min-width: 1900px) {
  .cover-wrapper {
    justify-content: center;
  }
  .cover-wrapper >.wp-block-group__inner-container {
    max-width: 1880px !important;
  }
}
.coverLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 11;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: blurryLogo 2200ms cubic-bezier(0, 0, 0, 0.97);
}
.coverLogo .logoCover {
  flex: 0 0;
  height: auto !important;
  animation: turnUp 2000ms cubic-bezier(0, 0, 0, 0.97);
  transition: max-width 2000ms cubic-bezier(0, 0, 0, 0.97), width 2000ms cubic-bezier(0, 0, 0, 0.97);
}
.coverLogo .logoCover img {
  max-width: 500px !important;
}
@media (max-width: 1900px) {
  .coverLogo .logoCover img {
    max-width: 25vw !important;
  }
}
@media (max-width: 1600px) {
  .coverLogo .logoCover img {
    max-width: 400px !important;
  }
}
@media (max-width: 768px) {
  .coverLogo .logoCover img {
    max-width: 100% !important;
  }
}
.coverLogo hr {
  background-color: #fff;
  height: 1.5px;
  border: none;
  width: 30%;
  animation: widenUp 2000ms cubic-bezier(0, 0, 0, 0.97);
  margin: 60px 8px 40px;
}
.coverLogo .advisory {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  animation: turnUpAdv 2000ms cubic-bezier(0, 0, 0, 0.97);
}
.team {
  background: url("/wp-content/uploads/about-us-back-1.jpg");
  background-size: cover;
  background-position: bottom right;
}
.coverImg {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.coverImg.team {
  max-height: 80vh;
}
@media (max-width: 1200px) {
  .coverImg.team {
    max-width: 70vw;
    margin-left: auto;
    max-height: 400px;
    background-position: top left;
  }
}
.coverImg.team img {
  object-fit: contain !important;
  width: 80%;
  height: 90%;
  margin: auto auto 0 0;
}
@media (max-width: 1200px) {
  .coverImg.team img {
    object-fit: cover !important;
    object-position: top;
    width: 50%;
    height: 100%;
  }
}
.section {
  padding: 80px 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section.split {
  padding: 0;
}
@media (max-width: 1200px) {
  .section,
  .section.split {
    padding: 24px 24px 48px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .section,
  .section.split {
    padding: 16px 16px 24px;
  }
}
.split {
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .split {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1201px) {
  .split.imgShrink .half.img {
    max-width: 40%;
  }
  .split.imgShrink .half.img:first-child {
    padding-left: 100px;
  }
  .split.imgShrink .half.img:last-child {
    padding-right: 100px;
  }
  .split.imgGrow .half.img {
    max-width: 60%;
  }
}
.split .half {
  width: 50%;
  height: auto;
  flex: 1 1;
  display: flex;
}
@media (max-width: 1200px) {
  .split .half {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1201px) {
  .split .half:first-child {
    justify-content: flex-end;
  }
  .split .half:first-child >.wp-block-group__inner-container {
    justify-content: flex-end;
    padding-right: 16px;
  }
  .split .half:last-child {
    justify-content: flex-start;
  }
  .split .half:last-child >.wp-block-group__inner-container {
    justify-content: flex-start;
    padding-left: 16px;
  }
}
.split .half.img {
  max-height: 80vh;
  overflow: hidden;
}
.split .half >.wp-block-group__inner-container {
  padding: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 1200px) {
  .split .half >.wp-block-group__inner-container {
    justify-content: center;
  }
}
.split.innerSection {
  width: 100%;
  max-width: 1800px !important;
}
.contentText {
  max-width: 690px;
  padding: 16px;
  justify-content: center;
}
.contentText p {
  padding-left: 4px;
}
.contentText .logo {
  max-width: 280px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .contentText .logo {
    max-width: 180px;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.pepperHolder {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .pepperHolder {
    min-height: 30vh;
    position: relative;
    order: 2;
  }
  .pepperHolder:after {
    content: '';
    left: 24px;
    right: 24px;
    width: auto;
    display: block !important;
    height: 1px !important;
    position: absolute;
    bottom: 0;
    background: var(--base-2);
  }
}
.pepperHolder >div {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
}
.pepperHolder .pepper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pepperHolder .pepper.front {
  z-index: 3;
}
.pepperHolder .pepper.back {
  z-index: 1;
}
.pepperHolder .pepper.middle {
  z-index: 2;
  filter: brightness(1.5) saturate(1);
  transform: translateY(-50px) rotate(-6deg);
}
@media (min-width: 1201px) {
  .pepperHolder .pepper.middle {
    animation: standOut 2600ms cubic-bezier(0, 0, 0, 0.97);
    transform: translateY(-80px) rotate(-6deg);
  }
}
.pepperHolder .pepper.front,
.pepperHolder .pepper.back {
  filter: saturate(0.6);
}
@media (min-width: 1201px) {
  .pepperHolder .pepper.front,
  .pepperHolder .pepper.back {
    animation: grayOut 1400ms cubic-bezier(0, 0, 0, 0.97);
  }
}
.pepperHolder .pepper img {
  object-fit: contain !important;
  height: 80%;
  max-height: 600px;
  width: 80%;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .pepperHolder .pepper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.centeredImg.half {
  width: 50%;
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centeredImg.half img {
  max-width: 400px !important;
}
.site-main {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 980px) {
  .blog .site-main {
    justify-content: flex-start;
  }
}
.site-main .page.type-page {
  width: 100%;
}
.entry-content:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 0 !important;
}
.micromanifest {
  background: url("/wp-content/uploads/fondo-sombras.jpg");
  background-size: cover;
  padding: 200px 80px;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .micromanifest {
    padding: 100px 32px;
  }
}
.evenCols {
  padding-left: 36px;
  padding-right: 36px;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 1400px !important;
}
@media (max-width: 1400px) {
  .evenCols {
    max-width: 100%;
    flex-direction: column;
  }
}
.evenCols .contentText {
  width: 100%;
  padding-left: 80px;
  padding-right: 16px;
  margin-right: 16px;
}
.evenCols .contentText:last-child {
  margin-right: none;
}
.evenCols .contentText h3 {
  padding-left: 4px;
  position: relative;
}
.evenCols .contentText h3:before {
  content: '';
  display: block;
  height: 2px;
  width: 60px;
  background-color: var(--accent-2);
  left: -70px;
}
@media (max-width: 900px) {
  .evenCols .contentText h3:before {
    left: -50px;
    width: 40px;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  .evenCols .contentText h3:before {
    left: -40px;
    width: 32px;
  }
}
@media (max-width: 1400px) {
  .evenCols .contentText {
    margin: auto;
  }
}
@media (max-width: 1400px) and (max-width: 900px) {
  .evenCols .contentText {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) and (max-width: 768px) {
  .evenCols {
    padding-left: 8px;
    padding-right: 0;
  }
}
.featured-image {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  height: 20vh;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1200px) {
  .featured-image {
    height: 180px;
  }
}
.featured-image img {
  width: 60%;
  height: 40vh;
  object-fit: cover;
  object-position: middle left;
}
@media (max-width: 1200px) {
  .featured-image img {
    width: 40%;
    height: 280px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .featured-image img {
    height: 190px;
  }
}
.single.single-post .featured-image {
  height: auto;
  justify-content: center;
}
.single.single-post .featured-image img {
  height: 500px;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1200px) and (max-width: 768px) {
  .featured-image {
    height: 140px;
  }
}
.custom-copyright {
  padding-top: 16px;
}
.custom-copyright .icon-hl {
  background: url("/wp-content/uploads/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
  opacity: 0.6;
  margin-right: 12px;
}
.site-info {
  background-color: #222;
}
@media (max-width: 768px) {
  .site-info {
    padding-bottom: 60px;
  }
}
.site-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--accent);
}
.custom-footer {
  color: var(--base-3);
  max-width: 1200px;
  width: 100%;
  padding: 40px 32px;
}
.custom-footer nav {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.custom-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: var(--accent-2);
}
.custom-footer nav ul li {
  padding-bottom: 0.5em;
}
.custom-footer nav ul a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 300ms ease-in-out;
}
.custom-footer nav ul a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .custom-footer nav ul:last-child {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .custom-footer nav {
    flex-wrap: wrap;
  }
  .custom-footer nav ul {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em;
  }
  .custom-footer nav ul li {
    padding-bottom: 1em;
  }
}
.blog-intro {
  padding: 0 32px;
  width: 100% !important;
}
@media (max-width: 768px) {
  .blog-intro {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.site-content {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 980px) {
  .blog .site-content {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  .blog .site-content {
    margin-left: 8px;
    margin-right: 8px;
  }
}
article.post.type-post {
  width: 32% !important;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  article.post.type-post {
    width: 50% !important;
  }
}
article.post.type-post >.inside-article {
  padding: 48px;
  border-right: thin solid var(--base-2);
  display: flex;
  flex-direction: column;
}
article.post.type-post h2.entry-title {
  order: 2;
  text-transform: uppercase;
  font-size: 20px;
  font-family: sans-serif, 'Inter';
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0 !important;
  letter-spacing: 0.03em !important;
  color: var(--contrast) !important;
}
article.post.type-post .post-image {
  order: 1;
}
article.post.type-post .entry-header {
  order: 2;
  display: flex;
  flex-direction: column;
  mix-blend-mode: normal !important;
}
article.post.type-post .entry-header .entry-meta {
  margin-top: 0 !important;
  display: block;
  order: 1;
  color: var(--contrast-3);
}
article.post.type-post .entry-header .entry-meta .byline {
  display: none;
}
article.post.type-post .entry-summary {
  order: 3;
}
article.post.type-post .entry-meta {
  display: none;
  margin-bottom: 8px !important;
}
article.post.type-post .post-image {
  margin-top: 0;
  display: flex;
  height: 15vw;
  overflow: hidden;
}
@media (max-width: 980px) {
  article.post.type-post .post-image {
    height: 200px;
  }
}
article.post.type-post .post-image a,
article.post.type-post .post-image img {
  height: 100%;
  width: 100%;
}
article.post.type-post .post-image img {
  object-fit: cover;
}
article.post.type-post .entry-header,
article.post.type-post .entry-summary,
article.post.type-post .entry-meta {
  margin-top: 16px;
}
article.post.type-post:nth-child(2),
article.post.type-post:nth-child(3),
article.post.type-post:nth-child(4) {
  border-top: thin solid var(--base-2);
}
@media (min-width: 981px) {
  article.post.type-post:nth-child(3n + 1) >.inside-article {
    border-right: none;
  }
}
@media (max-width: 980px) {
  article.post.type-post:nth-child(3n) >.inside-article {
    border-right: none;
  }
  article.post.type-post:nth-child(4) {
    border-top: none;
  }
}
.single.single-post article.post.type-post {
  width: 100% !important;
}
.single.single-post article.post.type-post >.inside-article {
  padding: 0;
  border-right: none;
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.single.single-post article.post.type-post h1.entry-title {
  width: 100%;
  max-width: 780px !important;
  text-transform: none;
  font-size: 30px;
  font-family: sans-serif, 'Inter';
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 16px !important;
  letter-spacing: 0.03em !important;
  color: var(--contrast) !important;
}
.single.single-post article.post.type-post h1.entry-title:before {
  display: none;
}
.single.single-post article.post.type-post .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single.single-post article.post.type-post .entry-content >* {
  width: 100%;
}
.single.single-post article.post.type-post .entry-meta {
  max-width: 780px !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 980px) and (max-width: 768px) {
  article.post.type-post {
    width: 100% !important;
  }
  article.post.type-post >.inside-article {
    border-right: none;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  article.post.type-post:nth-child(3) {
    border-top: none;
  }
}
.hablemos {
  max-width: 50%;
  max-height: 80vh;
}
.hablemos figure {
  width: 100%;
  height: 100%;
  display: flex;
}
.hablemos figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .hablemos {
    max-width: 100% !important;
    max-height: 400px;
    overflow: hidden;
  }
}
.wp-forms {
  width: 100%;
  max-width: 100%;
  flex: 1 0;
  margin: 0 !important;
}
.wp-forms .wp-forms-field-container {
  width: 100% !important;
  max-width: 100% !important;
}
.wpforms-container .wpforms-field.required::before {
  content: '*';
  display: block;
  color: var(--accent-2);
  font-family: 'Playfair Display';
  font-size: 2em;
  line-height: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bolder;
  position: absolute;
  z-index: 3;
  transform-origin: center;
  transform: rotate(0deg) translateY(0px);
  top: 32px;
  right: 12px;
  transition: transform 300ms ease-out;
}
.wpforms-container .wpforms-field.required.message::before {
  top: 70px;
}
div.wpforms-container-full .wpforms-form em {
  animation: infoForm 300ms ease-out;
  font-size: 0.79em;
  letter-spacing: 0.04em;
  margin-top: 14px !important;
  max-height: 100%;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: var(--accent-2);
}
div.wpforms-container-full .wpforms-form em.wpforms-error::before {
  background-color: var(--accent-2);
  transform: scale(0.8);
}
div.wpforms-container.wpforms-container-full {
  padding: 24px !important;
}
div.wpforms-container.wpforms-container-full form.wpforms-form {
  width: 100%;
  max-width: 780px;
}
div.wpforms-container.wpforms-container-full form.wpforms-form button.wpforms-submit {
  background: var(--contrast);
  color: var(--base-2);
  font-family: sans-serif, 'Inter';
  text-transform: uppercase;
  font-size: 0.96em;
  font-weight: 500;
  letter-spacing: 0.06em;
}
div.wpforms-container.wpforms-container-full form.wpforms-form label {
  opacity: 0.6;
  font-weight: normal;
}
div.wpforms-container.wpforms-container-full form.wpforms-form textarea,
div.wpforms-container.wpforms-container-full form.wpforms-form select,
div.wpforms-container.wpforms-container-full form.wpforms-form input {
  position: relative;
  border: none !important;
  background-color: #f3f3f3;
  font-family: sans-serif, 'Inter';
  font-size: inherit;
  letter-spacing: 0.03em;
  border-radius: 2px;
  box-shadow: 0 0 0 0 var(--accent-3);
  transition: box-shadow 300ms ease-out;
}
div.wpforms-container.wpforms-container-full form.wpforms-form textarea[type="number"]::-webkit-outer-spin-button,
div.wpforms-container.wpforms-container-full form.wpforms-form select[type="number"]::-webkit-outer-spin-button,
div.wpforms-container.wpforms-container-full form.wpforms-form input[type="number"]::-webkit-outer-spin-button,
div.wpforms-container.wpforms-container-full form.wpforms-form textarea[type="number"]::-webkit-inner-spin-button,
div.wpforms-container.wpforms-container-full form.wpforms-form select[type="number"]::-webkit-inner-spin-button,
div.wpforms-container.wpforms-container-full form.wpforms-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.wpforms-container.wpforms-container-full form.wpforms-form textarea[type="number"],
div.wpforms-container.wpforms-container-full form.wpforms-form select[type="number"],
div.wpforms-container.wpforms-container-full form.wpforms-form input[type="number"] {
  -moz-appearance: textfield;
}
div.wpforms-container-full .wpforms-form .wpforms-field.required.wpforms-has-error::before {
  transform: rotate(180deg) translateY(2px);
}
div.wpforms-container-full .wpforms-form .wpforms-field.required input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field.required textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field.required select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field.required input.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field.required textarea.user-invalid,
div.wpforms-container-full .wpforms-form .wpforms-field.required select.user-invalid {
  box-shadow: 0 0 0 8px var(--accent-3) !important;
}
@media (max-width: 768px) {
  .has-inline-mobile-toggle {
    bottom: 0;
    top: initial !important;
    background-color: var(--base-2);
  }
  .has-inline-mobile-toggle .menu-toggle {
    background-color: var(--base) !important;
    height: 60px !important;
    width: 60px !important;
  }
  .has-inline-mobile-toggle #site-navigation {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: auto;
    z-index: 999999;
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
    background-color: var(--contrast) !important;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    transform: translateX(0%);
  }
  .has-inline-mobile-toggle #site-navigation .main-nav ul {
    flex-direction: column;
    padding: 3em;
    align-items: flex-end;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav ul li {
    margin-bottom: 2em;
    border: none;
    width: auto;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav ul li a {
    font-size: 1.3em;
    color: #fff;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav ul li:last-child {
    margin-bottom: 1em;
  }
}
@-moz-keyframes coverImg {
  from {
    opacity: 0;
    height: 5vh;
  }
  to {
    height: 80vh;
    opacity: 1;
  }
}
@-webkit-keyframes coverImg {
  from {
    opacity: 0;
    height: 5vh;
  }
  to {
    height: 80vh;
    opacity: 1;
  }
}
@-o-keyframes coverImg {
  from {
    opacity: 0;
    height: 5vh;
  }
  to {
    height: 80vh;
    opacity: 1;
  }
}
@keyframes coverImg {
  from {
    opacity: 0;
    height: 5vh;
  }
  to {
    height: 80vh;
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes blurryLogo {
  0% {
    opacity: 0;
    filter: blur(80px);
  }
  40% {
    opacity: 0;
    filter: blur(80px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes blurryLogo {
  0% {
    opacity: 0;
    filter: blur(80px);
  }
  40% {
    opacity: 0;
    filter: blur(80px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-o-keyframes blurryLogo {
  0% {
    opacity: 0;
    filter: blur(80px);
  }
  40% {
    opacity: 0;
    filter: blur(80px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes blurryLogo {
  0% {
    opacity: 0;
    filter: blur(80px);
  }
  40% {
    opacity: 0;
    filter: blur(80px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-moz-keyframes turnUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes turnUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes turnUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes turnUp {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes turnUpAdv {
  0% {
    transform: translateY(40px);
  }
  55% {
    transform: translateY(40px);
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes turnUpAdv {
  0% {
    transform: translateY(40px);
  }
  55% {
    transform: translateY(40px);
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes turnUpAdv {
  0% {
    transform: translateY(40px);
  }
  55% {
    transform: translateY(40px);
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes turnUpAdv {
  0% {
    transform: translateY(40px);
  }
  55% {
    transform: translateY(40px);
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes widenUp {
  0% {
    width: 0%;
  }
  85% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes widenUp {
  0% {
    width: 0%;
  }
  85% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@-o-keyframes widenUp {
  0% {
    width: 0%;
  }
  85% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@keyframes widenUp {
  0% {
    width: 0%;
  }
  85% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@-moz-keyframes grayOut {
  0% {
    filter: saturate(1);
  }
  100% {
    filter: saturate(0.6);
  }
}
@-webkit-keyframes grayOut {
  0% {
    filter: saturate(1);
  }
  100% {
    filter: saturate(0.6);
  }
}
@-o-keyframes grayOut {
  0% {
    filter: saturate(1);
  }
  100% {
    filter: saturate(0.6);
  }
}
@keyframes grayOut {
  0% {
    filter: saturate(1);
  }
  100% {
    filter: saturate(0.6);
  }
}
@-moz-keyframes standOut {
  0% {
    filter: brightness(1) saturate(0.8);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    filter: brightness(1.5) saturate(1);
    transform: translateY(-80px) rotate(-6deg);
  }
}
@-webkit-keyframes standOut {
  0% {
    filter: brightness(1) saturate(0.8);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    filter: brightness(1.5) saturate(1);
    transform: translateY(-80px) rotate(-6deg);
  }
}
@-o-keyframes standOut {
  0% {
    filter: brightness(1) saturate(0.8);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    filter: brightness(1.5) saturate(1);
    transform: translateY(-80px) rotate(-6deg);
  }
}
@keyframes standOut {
  0% {
    filter: brightness(1) saturate(0.8);
    transform: translateY(0) rotate(0deg);
  }
  100% {
    filter: brightness(1.5) saturate(1);
    transform: translateY(-80px) rotate(-6deg);
  }
}
@-moz-keyframes infoForm {
  0% {
    transform: translateY(-10px);
    margin-top: 0;
    max-height: 0%;
  }
}
@-webkit-keyframes infoForm {
  0% {
    transform: translateY(-10px);
    margin-top: 0;
    max-height: 0%;
  }
}
@-o-keyframes infoForm {
  0% {
    transform: translateY(-10px);
    margin-top: 0;
    max-height: 0%;
  }
}
@keyframes infoForm {
  0% {
    transform: translateY(-10px);
    margin-top: 0;
    max-height: 0%;
  }
}
