/*!
Theme Name: bioagradables
Theme URI: http://bioagradables.org/
Author: bioagradables.org
Author URI: http://bioagradables.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bioagradables
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Fonts
--------------------------------------------- */
@font-face {
  font-family: 'satoshi';
  font-weight: 700;
  src: url("assets/fonts/Satoshi-Variable.woff2") format("woff2"), url("assets/fonts/Satoshi-Variable.woff") format("woff"); }

@font-face {
  font-family: 'switzer';
  font-weight: 300;
  src: url("assets/fonts/Switzer-Variable.woff2") format("woff2"), url("assets/fonts/Switzer-Variable.woff") format("woff"); }

@font-face {
  font-family: 'switzer-bold';
  font-weight: 700;
  src: url("assets/fonts/Switzer-Variable.woff2") format("woff2"), url("assets/fonts/Switzer-Variable.woff") format("woff"); }

/* Colors
--------------------------------------------- */
/* Function
--------------------------------------------- */
/* Elements
--------------------------------------------- */
/* Animations
--------------------------------------------- */
@-webkit-keyframes crab {
  0% {
    transform: translateX(-50%); }
  70% {
    transform: translateX(-50%); }
  80% {
    transform: translateX(-45%); }
  90% {
    transform: translateX(-53%); }
  100% {
    transform: translateX(-50%); } }
@keyframes crab {
  0% {
    transform: translateX(-50%); }
  70% {
    transform: translateX(-50%); }
  80% {
    transform: translateX(-45%); }
  90% {
    transform: translateX(-53%); }
  100% {
    transform: translateX(-50%); } }

/* Media queries
--------------------------------------------- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #1e1e1e;
  font-family: "switzer";
  font-size: 1.8rem;
  line-height: 1.5; }

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #1e1e1e;
  letter-spacing: -0.03em;
  font-family: "satoshi";
  margin-top: 0; }

h1,
.h1 {
  font-size: 4.6rem;
  line-height: 90%;
  margin-bottom: 3rem; }
  @media (min-width: 600px) {
    h1,
    .h1 {
      font-size: 7.6rem; } }
  @media (min-width: 769px) {
    h1,
    .h1 {
      font-size: 9.6rem; } }

h2,
.h2 {
  font-size: 3.4rem;
  line-height: 100%;
  margin-bottom: 3rem; }
  @media (min-width: 600px) {
    h2,
    .h2 {
      font-size: 7.2rem; } }

h3,
.h3 {
  font-size: 2.8rem;
  line-height: 115%;
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    h3,
    .h3 {
      font-size: 5rem; } }

h4,
.h4 {
  font-size: 2.4rem;
  line-height: 125%; }
  @media (min-width: 600px) {
    h4,
    .h4 {
      font-size: 2.8rem; } }

h5,
.h5 {
  font-size: 2rem;
  line-height: 115%; }
  @media (min-width: 600px) {
    h5,
    .h5 {
      font-size: 2.6rem; } }

h6,
.h6 {
  font-size: 1.8rem;
  line-height: 90%; }
  @media (min-width: 600px) {
    h6,
    .h6 {
      font-size: 2.2rem; } }

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 1.25rem 2.375rem; }

/* Body */
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  max-width: 900px; }
  p.has-text-align-center {
    margin-left: auto;
    margin-right: auto; }
  p.has-huge-font-size {
    font-size: 2.4rem; }
    @media (min-width: 600px) {
      p.has-huge-font-size {
        font-size: 3rem; } }
  p.has-large-font-size {
    font-size: 2rem; }
    @media (min-width: 600px) {
      p.has-large-font-size {
        font-size: 2.4rem; } }
  p.has-medium-font-size p.has-normal-font-size {
    font-size: 1.8rem; }
  p.has-small-font-size {
    font-size: 1.6rem; }

main a {
  color: #079839;
  text-decoration: underline; }
  main a:hover, main a:active {
    color: #3cae64; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html,
body {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden; }
  html.noscroll,
  body.noscroll {
    overflow-y: hidden; }

body {
  background: #fff; }

.entry-content,
.wp-block-group__inner-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.alignfull, .entry-content > .wp-block-group.has-background {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw; }

@media (min-width: 1200px) {
  .alignwide, .entry-content > .wp-block-group.has-brand-3-background-color, .entry-content > .wp-block-group.has-brand-2-background-color {
    width: 90vw;
    margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%); } }

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px; }

ul,
ol {
  margin: 0 0 1.5em 0em; }

ul {
  list-style: disc; }
  ul ::marker {
    color: #079839; }

ol {
  list-style: decimal; }

ul ::marker,
ol ::marker {
  color: #079839; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and 
   iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a,
a:visited {
  color: #079839; }

a:hover,
a:focus,
a:active {
  color: #3cae64; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Galleries
--------------------------------------------- */
*::-webkit-scrollbar {
  width: 0.75rem; }

*::-webkit-scrollbar-track {
  background-color: #f4f0ea; }

*::-webkit-scrollbar-thumb {
  background-color: #b1dfc1;
  outline: none;
  border-radius: 10px; }

/* Theme colors
--------------------------------------------- */
.wp-block-button:not([class*=is-style]) .wp-block-button__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.8rem 1.3rem;
  border-radius: 16px;
  font-family: "satoshi";
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 2rem;
  background: #079839;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49); }
  .wp-block-button:not([class*=is-style]) .wp-block-button__link:hover {
    background: #3cae64; }
  .wp-block-button:not([class*=is-style]) .wp-block-button__link:focus {
    outline: 4px solid #b7e6c7;
    outline-offset: -4px; }
  .wp-block-button:not([class*=is-style]) .wp-block-button__link:active {
    color: #ededed; }

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-button-descargable .wp-block-button__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.8rem 1.3rem;
  border-radius: 16px;
  font-family: "satoshi";
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 2rem;
  background: #fff;
  color: #1e1e1e;
  border: 0.1rem solid #d1d1d1;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49); }
  .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-button-descargable .wp-block-button__link:hover {
    background: #eaeaea; }
  .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-button-descargable .wp-block-button__link:focus {
    outline: 4px solid #eaeaea;
    outline-offset: -4px; }
  .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-button-descargable .wp-block-button__link:active {
    color: #ededed; }

.wp-block-button.is-style-button-link .wp-block-button__link {
  position: relative;
  padding: 1.1rem 5.8rem 1.3rem 0;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: "satoshi";
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 2rem;
  font-size: 2.2rem;
  color: #1e1e1e; }
  .wp-block-button.is-style-button-link .wp-block-button__link::after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    background-image: url("assets/images/icon-button-link.svg"); }
  .wp-block-button.is-style-button-link .wp-block-button__link:hover {
    color: #6b6b6b; }
    .wp-block-button.is-style-button-link .wp-block-button__link:hover::after {
      background-image: url("assets/images/icon-button-link-hover.svg"); }
  .wp-block-button.is-style-button-link .wp-block-button__link:focus {
    text-decoration: underline;
    outline: none; }

.wp-block-button + .wp-block-button.is-style-button-link .wp-block-button__link {
  padding-left: 1.8rem; }

.wp-block-button.is-style-button-jumbo, .wp-block-button.is-style-button-jumbo-member {
  position: relative;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
  background: #1e1e1e;
  border-radius: 16px; }
  @media (max-width: 480px) {
    .wp-block-button.is-style-button-jumbo, .wp-block-button.is-style-button-jumbo-member {
      zoom: 0.9; } }
  .wp-block-button.is-style-button-jumbo::after, .wp-block-button.is-style-button-jumbo-member::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 6rem);
    left: 50%;
    transform: translateX(-50%);
    width: 11.5rem;
    height: 8.1rem;
    background-image: url("assets/images/gif-cangrejo.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
    -webkit-animation: crab 2s cubic-bezier(0.03, -0.33, 0.71, 1.49) 1s infinite;
    animation: crab 2s cubic-bezier(0.03, -0.33, 0.71, 1.49) 1s infinite; }
  .wp-block-button.is-style-button-jumbo:hover, .wp-block-button.is-style-button-jumbo-member:hover {
    transform: scale(1.03, 1.06);
    background: #079839; }
    .wp-block-button.is-style-button-jumbo:hover::after, .wp-block-button.is-style-button-jumbo-member:hover::after {
      top: unset;
      bottom: calc(100% - 13px); }
  .wp-block-button.is-style-button-jumbo .wp-block-button__link, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2.6rem 8rem 2.6rem 3.2rem;
    min-width: 300px;
    border-radius: 16px;
    background: #1e1e1e;
    transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
    text-align: left;
    font-family: "satoshi";
    letter-spacing: -0.02em;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #fff; }
    @media (min-width: 769px) {
      .wp-block-button.is-style-button-jumbo .wp-block-button__link, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link {
        font-size: 2.8rem;
        padding: 2.6rem 14rem 2.6rem 3.2rem; } }
    .wp-block-button.is-style-button-jumbo .wp-block-button__link:hover, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link:hover {
      transform: scale(0.97, 0.94);
      background: #079839; }
    .wp-block-button.is-style-button-jumbo .wp-block-button__link:focus, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link:focus {
      background: #079839;
      outline: 4px solid #eaeaea;
      outline-offset: -4px; }
      .wp-block-button.is-style-button-jumbo .wp-block-button__link:focus:hover, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link:focus:hover {
        transform: scale(1, 1); }
    .wp-block-button.is-style-button-jumbo .wp-block-button__link:active, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link:active {
      background: #4b4b4b; }
    .wp-block-button.is-style-button-jumbo .wp-block-button__link::after, .wp-block-button.is-style-button-jumbo-member .wp-block-button__link::after {
      content: '';
      position: absolute;
      right: 4rem;
      top: 50%;
      transform: translateY(-50%);
      width: 3.2rem;
      height: 3.2rem;
      background-image: url("assets/images/icon-arrow-right-white.svg"); }

.wp-block-button.is-style-button-jumbo-member .wp-block-button__link {
  padding: 4.6rem 8rem 2.6rem 3.2rem; }
  @media (min-width: 769px) {
    .wp-block-button.is-style-button-jumbo-member .wp-block-button__link {
      padding: 4.6rem 14rem 2.6rem 3.2rem; } }
  .wp-block-button.is-style-button-jumbo-member .wp-block-button__link::before {
    content: 'Become a member';
    position: absolute;
    left: 3rem;
    top: 2.4rem;
    color: #fff;
    font-family: "switzer";
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.01em; }

.wp-block-button.is-style-button-descargable .wp-block-button__link {
  position: relative;
  padding-left: 5rem; }
  .wp-block-button.is-style-button-descargable .wp-block-button__link:before {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("assets/images/icon-download.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.wp-block-button.is-style-video .wp-block-button__link {
  position: relative;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  color: transparent;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49); }
  .wp-block-button.is-style-video .wp-block-button__link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
    background-image: url("assets/images/icon-play.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .wp-block-button.is-style-video .wp-block-button__link:hover {
    transform: scale(1.05); }

#mc_embed_signup form #mc-embedded-subscribe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.8rem 1.3rem;
  border-radius: 16px;
  font-family: "satoshi";
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 2rem;
  background: #079839;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
  border: 0; }
  #mc_embed_signup form #mc-embedded-subscribe:hover {
    background: #3cae64;
    border: 0; }
  #mc_embed_signup form #mc-embedded-subscribe:focus {
    outline: 4px solid #b7e6c7;
    outline-offset: -4px; }
  #mc_embed_signup form #mc-embedded-subscribe:active {
    color: #ededed; }

div.wpforms-container-full.wpforms-container form .wpforms-submit-container button[type=submit].wpforms-submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.8rem 1.3rem;
  border-radius: 16px;
  font-family: "satoshi";
  letter-spacing: -0.02em;
  font-size: 1.8rem;
  line-height: 2rem;
  background: #079839;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
  border: 0; }
  div.wpforms-container-full.wpforms-container form .wpforms-submit-container button[type=submit].wpforms-submit:hover {
    background: #3cae64;
    border: 0; }
  div.wpforms-container-full.wpforms-container form .wpforms-submit-container button[type=submit].wpforms-submit:focus {
    outline: 4px solid #b7e6c7;
    outline-offset: -4px; }
  div.wpforms-container-full.wpforms-container form .wpforms-submit-container button[type=submit].wpforms-submit:active {
    color: #ededed; }

/* Header
--------------------------------------------- */
.site-header {
  padding: 2rem;
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  .site-header__container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
  .site-header.scrolled {
    background-color: #fff; }

.site-logo {
  display: inline-block;
  z-index: 900;
  height: 4rem;
  width: 100%;
  max-width: 25rem;
  background-image: url("assets/images/bioagradables-logo-1.png");
  background-repeat: no-repeat;
  background-size: contain; }
  .site-logo--dark {
    background-image: url("assets/images/bioagradables-logo-2.png"); }
  .scrolled .site-logo {
    background-image: url("assets/images/bioagradables-logo-1.png"); }
  @media (max-width: 991px) {
    .toggled .site-logo {
      background-image: url("assets/images/bioagradables-logo-3.png"); } }

/* Mobile menu toggle button
--------------------------------------------- */
.menu-toggle {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  cursor: pointer;
  z-index: 900; }
  @media (min-width: 992px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle::before, .menu-toggle::after {
    content: ''; }
  .menu-toggle i, .menu-toggle::before, .menu-toggle::after {
    position: absolute;
    left: 12.5%;
    width: 75%;
    height: 0.2rem;
    background-color: #1e1e1e;
    transition: all 0.5s ease-in-out; }
  .menu-toggle i {
    top: 50%;
    transform: translateY(-50%); }
  .menu-toggle::before {
    top: 15%; }
  .menu-toggle::after {
    bottom: 15%; }
  .toggled .menu-toggle i {
    opacity: 0; }
  .toggled .menu-toggle::before, .toggled .menu-toggle::after {
    background-color: #fff;
    top: 50%; }
  .toggled .menu-toggle::before {
    transform: rotate(45deg); }
  .toggled .menu-toggle::after {
    transform: rotate(-45deg); }

/* Navigation
--------------------------------------------- */
.site-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 0.5rem; }
  .site-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .site-navigation li {
    position: relative; }
  .site-navigation .nav-menu > li:not(:last-child) {
    margin-right: 1rem; }
  .site-navigation a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-family: "satoshi";
    font-size: 1.8rem;
    line-height: 2rem;
    color: #1e1e1e;
    width: 100%;
    padding: 1.1rem 1.6rem 1.3rem 1.6rem;
    border-radius: 16px; }
    .site-navigation a:hover {
      background-color: #eaeaea; }
    .site-navigation a:active {
      color: #3cae64; }
    @media (max-width: 991px) {
      .site-navigation a {
        color: #fff; }
        .site-navigation a:hover {
          background-color: #4b4b4b; } }
  .site-navigation .menu-item-has-children > a {
    padding: 1.1rem 3.2rem 1.3rem 1.6rem; }
    @media (min-width: 992px) {
      .site-navigation .menu-item-has-children > a[href="#"] {
        pointer-events: none; } }
  .site-navigation .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 0.6rem;
    background-image: url("assets/images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 991px) {
      .site-navigation .menu-item-has-children > a::after {
        background-image: url("assets/images/icon-arrow-down-white.svg"); } }
  @media (max-width: 991px) {
    .site-navigation .menu-item-has-children.focus a {
      margin-bottom: 1rem; } }
  @media (max-width: 991px) {
    .site-navigation .focus a[href="#"] {
      background-color: #4b4b4b; } }
  .site-navigation .focus a[href="#"]::after {
    transform: translateY(-50%) rotate(180deg); }

@media (min-width: 992px) and (max-width: 991px) {
  .site-navigation .menu-item-has-children:hover a[href="#"] {
    background-color: #4b4b4b; } }
  @media (min-width: 992px) {
    .site-navigation .menu-item-has-children:hover a[href="#"]::after {
      transform: translateY(-50%) rotate(180deg); } }

[class*=menu-principal] {
  display: block; }
  @media (max-width: 991px) {
    [class*=menu-principal] {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      min-height: -webkit-fill-available;
      background: #1e1e1e; }
      .toggled [class*=menu-principal] {
        display: block; }
      [class*=menu-principal]::after {
        content: '';
        position: fixed;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 10rem;
        height: 10rem;
        background-image: url("assets/images/gif-cangrejo.gif");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        -webkit-animation: crab 2s cubic-bezier(0.03, -0.33, 0.71, 1.49) 1s infinite;
        animation: crab 2s cubic-bezier(0.03, -0.33, 0.71, 1.49) 1s infinite; } }

ul.nav-menu {
  display: flex; }
  ul.nav-menu > li:last-child a {
    background-color: #079839;
    border-radius: 16px;
    color: #fff;
    padding: 1.1rem 2.4rem 1.3rem 2.4rem; }
    ul.nav-menu > li:last-child a:hover {
      background: #3cae64;
      color: #fff; }
  @media (max-width: 991px) {
    ul.nav-menu {
      flex-direction: column;
      position: relative;
      margin-top: 8rem;
      width: 100vw;
      height: 60%;
      padding: 10%;
      overflow-y: auto; }
      ul.nav-menu li {
        margin-bottom: 2rem; } }

ul.sub-menu {
  display: none; }
  ul.sub-menu a {
    font-size: 1.6rem; }
    ul.sub-menu a:hover {
      background: transparent; }
  .focus ul.sub-menu {
    display: block; }
  ul.sub-menu li:hover {
    background: rgba(8, 115, 152, 0.08); }
  @media (min-width: 992px) {
    ul.sub-menu {
      position: absolute;
      top: 100%;
      width: 100%;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04), 0px 0px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden; }
      .menu-item-has-children:focus ul.sub-menu,
      .menu-item-has-children:hover ul.sub-menu {
        display: block; } }
  @media (max-width: 991px) {
    ul.sub-menu {
      position: relative;
      margin-top: 0.9rem;
      margin-left: 1.8rem;
      padding-left: 0.9rem;
      border-left: 1px solid #4b4b4b; }
      ul.sub-menu a {
        font-family: "switzer"; } }

/* Mobile social navigation
--------------------------------------------- */
.site-navigation .site-navigation__social {
  position: fixed;
  left: 0;
  bottom: 20vh;
  width: 100%;
  text-align: center;
  transform: translateY(100%);
  z-index: 800;
  display: none; }
  .toggled .site-navigation .site-navigation__social {
    display: block; }
  @media (min-width: 992px) {
    .site-navigation .site-navigation__social {
      display: none !important; } }

.site-footer {
  padding: 2rem;
  background-color: #f4f0ea; }
  .site-footer__section {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 769px) {
      .site-footer__section .col:first-child {
        justify-content: flex-start; }
      .site-footer__section .col:last-child {
        justify-content: flex-end; } }
  .site-footer__nav {
    font-family: "satoshi";
    padding-top: 6rem;
    padding-bottom: 3rem; }
    .site-footer__nav .col {
      order: 3;
      width: 50%;
      margin-bottom: 3rem; }
      .site-footer__nav .col:first-child {
        order: 1; }
      .site-footer__nav .col:last-child {
        display: flex;
        align-items: center;
        order: 2; }
    @media (min-width: 769px) {
      .site-footer__nav {
        flex-wrap: nowrap; }
        .site-footer__nav .col {
          order: 1;
          width: auto;
          flex-grow: 2; }
          .site-footer__nav .col:first-child, .site-footer__nav .col:last-child {
            flex-grow: 1; }
          .site-footer__nav .col:last-child {
            padding-right: 1rem;
            align-items: flex-start; } }
    .site-footer__nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .site-footer__nav li {
      padding-bottom: 0.5rem; }
  .site-footer__info .col {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 769px) {
      .site-footer__info .col {
        width: auto; } }
  .site-footer__navheader {
    display: block;
    margin-bottom: 1rem;
    opacity: 0.4; }
  .site-footer a {
    text-decoration: none;
    color: #4b4b4b;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      .site-footer a {
        font-size: 1.8rem; } }
    .site-footer a:hover {
      color: #079839; }
    .site-footer a[href="#"] {
      display: block;
      margin-bottom: 0;
      opacity: 0.5;
      pointer-events: none; }

.footer-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 810px;
  background: linear-gradient(#fff, #f4f0ea 30%); }
  .footer-cta__content {
    max-width: 640px;
    text-align: center; }
  .footer-cta__button {
    max-width: 350px;
    margin: 0 auto; }
  .footer-cta__button-label {
    display: block;
    position: relative;
    font-size: 1.3rem;
    padding-top: 5.4rem;
    font-family: "satoshi";
    color: #8b8b8b; }

@-webkit-keyframes indicatorArrowMove {
  0% {
    transform: translateY(-3px) rotate(-10deg); }
  10% {
    transform: translateY(3px) rotate(10deg); }
  20% {
    transform: translateY(0) rotate(0); } }

@keyframes indicatorArrowMove {
  0% {
    transform: translateY(-3px) rotate(-10deg); }
  10% {
    transform: translateY(3px) rotate(10deg); }
  20% {
    transform: translateY(0) rotate(0); } }
    .footer-cta__button-label::before {
      content: '';
      position: absolute;
      width: 0.8rem;
      height: 4.4rem;
      top: 0.5rem;
      left: calc(50% - 0.8rem / 2);
      background-image: url("assets/images/icon-footer-cta-button-label.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      -webkit-animation: indicatorArrowMove 1.5s linear 0s infinite alternate;
      animation: indicatorArrowMove 1.5s linear 0s infinite alternate; }
  .footer-cta__trash {
    position: absolute;
    top: 0;
    width: calc(50vw - 640px / 2);
    height: 100%;
    pointer-events: none; }
    .footer-cta__trash--left {
      left: 0; }
    .footer-cta__trash--right {
      right: 0; }
    .footer-cta__trash div {
      width: calc(810px / 5);
      height: calc(810px / 5);
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      transition: transform 0.5s cubic-bezier(1, 0.2, 0.17, 1.16); }
      @media (max-width: 769px) {
        .footer-cta__trash div {
          width: calc(calc(810px / 5) / 2);
          height: calc(calc(810px / 5) / 2); } }
      .footer-cta__trash div.trash-group-1 {
        top: calc(calc(810px / 5) * 0);
        transition-delay: 50ms; }
        @media (max-width: 769px) {
          .footer-cta__trash div.trash-group-1 {
            top: calc(calc(810px / 5) / 2 * 0); } }
      .footer-cta__trash div.trash-group-2 {
        top: calc(calc(810px / 5) * 1);
        transition-delay: 100ms; }
        @media (max-width: 769px) {
          .footer-cta__trash div.trash-group-2 {
            top: calc(calc(810px / 5) / 2 * 1); } }
      .footer-cta__trash div.trash-group-3 {
        top: calc(calc(810px / 5) * 2);
        transition-delay: 150ms; }
        @media (max-width: 769px) {
          .footer-cta__trash div.trash-group-3 {
            top: calc(calc(810px / 5) / 2 * 2); } }
      .footer-cta__trash div.trash-group-4 {
        top: calc(calc(810px / 5) * 3);
        transition-delay: 200ms; }
        @media (max-width: 769px) {
          .footer-cta__trash div.trash-group-4 {
            top: calc(calc(810px / 5) * 1.3 * 3); } }
      .footer-cta__trash div.trash-group-5 {
        top: calc(calc(810px / 5) * 4);
        transition-delay: 250ms; }
        @media (max-width: 769px) {
          .footer-cta__trash div.trash-group-5 {
            top: auto;
            bottom: 0; } }
    .footer-cta__trash--left div:nth-child(1) {
      left: 0;
      background-position: top left; }
    .footer-cta__trash--left div:nth-child(2) {
      left: calc(calc(810px / 5) / 2); }
    .footer-cta__trash--left div:nth-child(3) {
      left: 0;
      background-position: bottom left; }
    .footer-cta__trash--left div:nth-child(4) {
      left: calc(calc(810px / 5)); }
    .footer-cta__trash--left div:nth-child(5) {
      left: 0;
      height: calc(calc(810px / 5) * 1.3); }
    .footer-cta__trash--right div:nth-child(1) {
      right: 10%; }
    .footer-cta__trash--right div:nth-child(2) {
      right: calc(calc(810px / 5) / -2.2); }
    .footer-cta__trash--right div:nth-child(3) {
      right: calc(810px / 5); }
      @media (max-width: 769px) {
        .footer-cta__trash--right div:nth-child(3) {
          right: 0; } }
    .footer-cta__trash--right div:nth-child(4) {
      right: calc(calc(810px / 5) / -3); }
      @media (max-width: 769px) {
        .footer-cta__trash--right div:nth-child(4) {
          right: 0; } }
    .footer-cta__trash--right div:nth-child(5) {
      right: calc(calc(810px / 5) * 1.2); }
      @media (max-width: 769px) {
        .footer-cta__trash--right div:nth-child(5) {
          right: 0; } }
  .footer-cta.js-hide-trash .footer-cta__trash--left div:nth-child(1) {
    transform: translate(-999px, -200px); }
  .footer-cta.js-hide-trash .footer-cta__trash--left div:nth-child(2) {
    transform: translate(-999px, -10px); }
  .footer-cta.js-hide-trash .footer-cta__trash--left div:nth-child(3) {
    transform: translate(-999px, 0); }
  .footer-cta.js-hide-trash .footer-cta__trash--left div:nth-child(4) {
    transform: translate(-999px, 100px); }
  .footer-cta.js-hide-trash .footer-cta__trash--left div:nth-child(5) {
    transform: translate(-999px, 200px); }
  .footer-cta.js-hide-trash .footer-cta__trash--right div:nth-child(1) {
    transform: translate(999px, -200px); }
  .footer-cta.js-hide-trash .footer-cta__trash--right div:nth-child(2) {
    transform: translate(999px, -10px); }
  .footer-cta.js-hide-trash .footer-cta__trash--right div:nth-child(3) {
    transform: translate(999px, 0); }
  .footer-cta.js-hide-trash .footer-cta__trash--right div:nth-child(4) {
    transform: translate(999px, 100px); }
  .footer-cta.js-hide-trash .footer-cta__trash--right div:nth-child(5) {
    transform: translate(999px, 200px); }

.menu-pie-de-pagina-idioma-container .menu {
  position: relative; }

.menu-pie-de-pagina-idioma-container .menu-item-has-children {
  min-width: 120px; }
  .menu-pie-de-pagina-idioma-container .menu-item-has-children > a,
  .menu-pie-de-pagina-idioma-container .menu-item-has-children > span {
    position: relative;
    padding-right: 20px;
    cursor: pointer; }
    .menu-pie-de-pagina-idioma-container .menu-item-has-children > a::after,
    .menu-pie-de-pagina-idioma-container .menu-item-has-children > span::after {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1rem;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("assets/images/icon-arrow-down.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
  .menu-pie-de-pagina-idioma-container .menu-item-has-children:hover > a::after,
  .menu-pie-de-pagina-idioma-container .menu-item-has-children:hover > span::after {
    transform: translateY(-50%) rotate(180deg); }

.menu-pie-de-pagina-idioma-container .sub-menu {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  border: none; }
  .menu-pie-de-pagina-idioma-container .sub-menu a {
    display: block;
    padding: 1rem; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Block Archives
--------------------------------------------- */
.wp-block-latest-posts {
  width: 100%; }
  @media (min-width: 992px) {
    .wp-block-latest-posts {
      width: 90vw;
      margin-left: calc(-45vw + 50%) !important;
      margin-right: calc(-45vw + 50%) !important; } }
  @media (min-width: 1300px) {
    .wp-block-latest-posts {
      width: 100%;
      max-width: 1300px;
      margin-left: calc(-1300px/2 + 50%) !important;
      margin-right: calc(-1300px/2 + 50%) !important; } }
  .wp-block-latest-posts__featured-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49); }
    .wp-block-latest-posts__featured-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      border-radius: 8px;
      background-color: #b1dfc1;
      color: #9fd8b3;
      font-family: "switzer";
      font-weight: bold;
      font-size: 8rem;
      line-height: 1em; }
    .wp-block-latest-posts__featured-image:hover {
      transform: scale(1.05); }
  .wp-block-latest-posts__post-excerpt {
    font-size: 1.6rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-height: 7.5rem; }
  .wp-block-latest-posts:not(.wp-block-latest-posts--press) li > a {
    font-family: "satoshi";
    letter-spacing: -0.02em;
    font-size: 1.8rem;
    line-height: 2rem;
    display: block;
    position: relative;
    padding-right: 4.8rem;
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    color: #1e1e1e;
    text-decoration: none;
    text-align: left; }
    .wp-block-latest-posts:not(.wp-block-latest-posts--press) li > a::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 3.2rem;
      height: 3.2rem;
      background-image: url("assets/images/icon-button-link.svg"); }
    .wp-block-latest-posts:not(.wp-block-latest-posts--press) li > a:hover {
      color: #6b6b6b; }
      .wp-block-latest-posts:not(.wp-block-latest-posts--press) li > a:hover::after {
        background-image: url("assets/images/icon-button-link-hover.svg"); }
    .wp-block-latest-posts:not(.wp-block-latest-posts--press) li > a:focus {
      text-decoration: underline;
      outline: none; }
  .wp-block-latest-posts--partners li > a:hover {
    color: #079839; }
  .wp-block-latest-posts--partners li > a:after {
    display: none; }
  .wp-block-latest-posts--partners .wp-block-latest-posts__featured-image img {
    max-width: 100%; }
  .wp-block-latest-posts--partners .wp-block-latest-posts__featured-image:hover {
    transform: none; }
  .wp-block-latest-posts--press .wp-block-button__link {
    display: inline-block !important; }
  .wp-block-latest-posts--press .wp-block-latest-posts__title {
    font-family: "satoshi";
    letter-spacing: -0.02em;
    font-size: 1.8rem;
    line-height: 2rem;
    font-size: 2.2rem;
    color: #1e1e1e; }
  .wp-block-latest-posts--press .wp-block-latest-posts__featured-image:hover {
    transform: none; }
  @media (min-width: 600px) {
    .wp-block-latest-posts--press > li:first-child {
      width: 100%;
      display: flex;
      flex-direction: row-reverse; }
      .wp-block-latest-posts--press > li:first-child > div {
        width: 50%; }
      .wp-block-latest-posts--press > li:first-child .wp-block-latest-posts__featured-image {
        padding-bottom: 36%; }
      .wp-block-latest-posts--press > li:first-child .wp-block-latest-posts__content {
        padding-right: 10%; } }
  @media (min-width: 600px) {
    .wp-block-latest-posts--press li:nth-child(3n) {
      margin-right: 1.25em !important; }
    .wp-block-latest-posts--press li:nth-child(3n-2) {
      margin-right: 0; } }

.project_date {
  display: block;
  color: #079839;
  font-size: 1.6rem;
  margin-bottom: 1rem; }
  .single .project_date {
    margin-bottom: 5rem; }

.wp-pagenavi {
  width: 100%;
  max-width: 1300px;
  text-align: center;
  padding-top: 2rem;
  margin: 0 2rem 2rem; }
  .wp-pagenavi > span,
  .wp-pagenavi > a {
    display: inline-block;
    padding: 1rem;
    text-decoration: none;
    color: #1e1e1e;
    font-family: "satoshi"; }
  .wp-pagenavi .current {
    position: relative;
    color: #079839; }
    .wp-pagenavi .current::after {
      content: '';
      position: absolute;
      width: calc(100% - 1.5rem);
      height: 2px;
      background-color: #079839;
      left: 50%;
      top: calc(100% - 1rem);
      transform: translateX(-50%); }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    color: transparent;
    background-repeat: no-repeat;
    background-size: 1.5ch;
    background-position: center; }
  .wp-pagenavi .nextpostslink {
    color: transparent;
    background-image: url("assets/images/icon-arrow-next.svg"); }
    .wp-pagenavi .nextpostslink:hover {
      background-image: url("assets/images/icon-arrow-next-hover.svg"); }
  .wp-pagenavi .previouspostslink {
    background-image: url("assets/images/icon-arrow-prev.svg"); }
    .wp-pagenavi .previouspostslink:hover {
      background-image: url("assets/images/icon-arrow-prev-hover.svg"); }

/* Error 404 template
--------------------------------------------- */
.error-404 .entry-content {
  margin-top: 20rem;
  padding-bottom: 20rem;
  max-width: 800px; }

/* Page default template
--------------------------------------------- */
.page .entry-content > *:first-child:not([class*=wp-block-cover]) {
  margin-top: 20rem; }

/* Detail Template: for single post type pages (blog,proyectos...)
--------------------------------------------- */
.detail-template {
  padding-top: 12rem; }
  @media (min-width: 992px) {
    .detail-template {
      padding-top: 20rem; } }
  .detail-template .entry-header {
    text-align: center; }
  .detail-template .breadcrumps a {
    font-family: "satoshi";
    color: #4b4b4b;
    text-decoration: none; }
    .detail-template .breadcrumps a:hover {
      color: #079839; }
      .detail-template .breadcrumps a:hover path {
        stroke: #079839; }
  .detail-template .post-date {
    font-family: "satoshi";
    color: #079839;
    font-size: 1.8rem;
    margin-bottom: 3.6rem; }
  .detail-template .post-thumbnail img {
    width: calc(100% - 4rem);
    max-width: 1080px;
    margin-bottom: 9rem;
    border-radius: 16px; }
  .detail-template .entry-content img {
    border-radius: 8px; }
  .single-post .detail-template .entry-content {
    max-width: 860px; }
    .single-post .detail-template .entry-content > *:not(.alignfull):not(.alignwide):not(.wp-block-group) {
      margin-right: auto;
      margin-left: auto; }
    .single-post .detail-template .entry-content > .wp-block-image {
      max-width: 100%;
      margin: 4.5rem auto; }
  .single-proyectos .detail-template .entry-content {
    width: calc(100% - 4rem);
    max-width: 1080px;
    padding: 0; }

/* Single entry footer
--------------------------------------------- */
.detail-template .entry-footer {
  max-width: 1080px;
  margin: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #3cae64;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .detail-template .entry-footer {
      margin: 6rem auto 4rem;
      padding-top: 6rem;
      justify-content: space-between; } }
  .detail-template .entry-footer__title {
    width: 100%;
    margin-bottom: 4rem;
    padding-right: 2rem; }
    .detail-template .entry-footer__title h3 {
      margin-bottom: 2rem; }
    .detail-template .entry-footer__title .wp-block-button__link {
      padding-left: 0; }
    @media (min-width: 992px) {
      .detail-template .entry-footer__title {
        width: 33%;
        margin-bottom: 0; } }
  .detail-template .entry-footer__related {
    width: 100%; }
    .detail-template .entry-footer__related .wp-block-latest-posts {
      width: 100%;
      margin: 0 auto !important; }
      @media (min-width: 600px) {
        .detail-template .entry-footer__related .wp-block-latest-posts li {
          width: calc(50% - 1.299em); } }
    @media (min-width: 992px) {
      .detail-template .entry-footer__related {
        width: 66%; } }

.entry-author {
  padding: 3.2rem;
  margin-top: 4rem;
  border-radius: 16px;
  background-color: #f4f0ea; }
  @media (min-width: 769px) {
    .entry-author {
      margin-top: 12rem; } }
  .entry-author__profile {
    position: relative;
    padding-left: 7.2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      .entry-author__profile {
        padding-left: 9.6rem; } }
  .entry-author__image {
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 999px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-width: 769px) {
      .entry-author__image {
        width: 7.2rem;
        height: 7.2rem; } }
  .entry-author__name {
    font-family: "satoshi";
    font-size: 2.2rem; }
  .entry-author__description p {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .entry-author__description {
      padding-left: 9.6rem; } }

/* Single next prev navigation
--------------------------------------------- */
.nav-links {
  max-width: 1080px;
  margin: 0 auto 4rem;
  padding: 4rem 2rem 0;
  border-top: 1px solid #3cae64;
  display: flex;
  justify-content: space-between; }
  .nav-links a {
    text-decoration: none;
    color: #4b4b4b; }
    .nav-links a span {
      display: block; }
    .nav-links a .nav-subtitle {
      font-size: 1.2rem;
      opacity: 0.8; }
  .nav-links .nav-previous {
    padding-right: 2rem; }
  .nav-links .nav-next {
    padding-left: 2rem; }
  @media (min-width: 1200px) {
    .nav-links {
      padding: 4rem 0 0; } }

/* Theme colors
--------------------------------------------- */
/* Background */
.has-bio-white-background-color {
  background-color: #fff; }

.has-bio-black-background-color {
  background-color: #1e1e1e; }

.has-bio-dark-grey-background-color {
  background-color: #4b4b4b; }

.has-bio-light-grey-background-color {
  background-color: #f4f0ea; }

.has-brand-1-background-color {
  background-color: #079839; }

.has-brand-1-light-background-color {
  background-color: #3cae64; }

.has-brand-2-background-color {
  background-color: #087398; }

.has-brand-3-background-color {
  background-color: #fbe159; }

.has-bg-blue-background-color {
  background-color: #9edce2; }

.has-bg-green-background-color {
  background-color: #b1dfc1; }

/* Text */
.has-bio-white-color {
  color: #fff; }

.has-bio-black-color {
  color: #1e1e1e; }

.has-bio-dark-grey-color {
  color: #4b4b4b; }

.has-bio-light-grey-color {
  color: #f4f0ea; }

.has-bg-blue-color {
  color: #9edce2; }

.has-bg-green-color {
  color: #b1dfc1; }

.has-brand-1-color {
  color: #079839; }

.has-brand-1-light-color {
  color: #3cae64; }

.has-brand-2-color {
  color: #087398; }

.has-brand-3-color {
  color: #fbe159; }

/* Separador
--------------------------------------------- */
.wp-block-separator:not(.is-style-wide) {
  max-width: 200px; }

/* Block cover
--------------------------------------------- */
.wp-block-cover {
  min-height: 35rem;
  padding: 4rem 3rem; }
  @media (min-width: 769px) {
    .wp-block-cover {
      min-height: 43rem;
      padding: 5rem 6rem; } }
  @media (min-width: 992px) {
    .entry-content > .wp-block-cover {
      min-height: 43rem;
      padding: 8rem 12rem; } }
  .wp-block-column .wp-block-cover {
    border-radius: 8px;
    overflow: hidden; }
  .wp-block-cover.js-open-video .has-background-dim,
  .wp-block-cover.js-open-video .has-background-dim:before,
  .wp-block-cover.js-open-video video {
    border-radius: 8px; }
  .wp-block-cover.has-bg-blue-background-color p:first-of-type, .wp-block-cover.has-bg-green-background-color p:first-of-type, .wp-block-cover.has-bio-light-grey-background-color p:first-of-type {
    font-family: "satoshi";
    color: #4b4b4b; }
  .wp-block-cover.has-bg-blue-background-color h1, .wp-block-cover.has-bg-blue-background-color h2, .wp-block-cover.has-bg-green-background-color h1, .wp-block-cover.has-bg-green-background-color h2, .wp-block-cover.has-bio-light-grey-background-color h1, .wp-block-cover.has-bio-light-grey-background-color h2 {
    color: #1e1e1e; }
  .page .entry-content > .wp-block-cover:first-child,
  .blog .entry-content > .wp-block-cover:first-child {
    height: 45vh;
    margin-bottom: 5rem;
    padding-top: 10rem; }
    @media (min-width: 992px) {
      .page .entry-content > .wp-block-cover:first-child,
      .blog .entry-content > .wp-block-cover:first-child {
        height: 30vh;
        margin-bottom: 10rem; } }
    .page .entry-content > .wp-block-cover:first-child h1,
    .blog .entry-content > .wp-block-cover:first-child h1 {
      margin-top: 0; }
  .home .entry-content > .wp-block-cover:first-child {
    height: 100vh; }
    .home .entry-content > .wp-block-cover:first-child h1 {
      margin-bottom: 20vh; }
    .home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
      max-width: 90vw; }
      @media (min-width: 1200px) {
        .home .entry-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
          max-width: calc(1300px - 200px); } }
    .home .entry-content > .wp-block-cover:first-child::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 2rem;
      width: 100px;
      height: 100px;
      min-height: auto;
      transform: translateY(50%);
      background-image: url("assets/images/pegatina-home-hero.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom;
      z-index: 0; }
      @media (min-width: 992px) {
        .home .entry-content > .wp-block-cover:first-child::after {
          right: 14vw;
          width: 160px;
          height: 160px;
          transform: translateY(70%); } }
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 600px; }
  .wp-block-cover .wp-block-cover__video-background {
    background-color: #b1dfc1; }

.wp-block-cover.js-open-video {
  cursor: pointer;
  transition: transform 0.5s ease-in-out; }
  .wp-block-cover.js-open-video:hover {
    transform: scale(1.05); }
  .wp-block-cover.js-open-video .wp-block-cover__gradient-background {
    pointer-events: none; }
  .wp-block-cover.js-open-video--icon .wp-block-cover__inner-container {
    position: relative; }
    .wp-block-cover.js-open-video--icon .wp-block-cover__inner-container::after {
      content: '';
      position: absolute;
      width: 6rem;
      height: 6rem;
      top: 100%;
      left: 0;
      cursor: pointer;
      transition: transform 0.5s cubic-bezier(0.03, -0.33, 0.71, 1.49);
      background-image: url("assets/images/icon-play.svg");
      background-size: contain;
      background-repeat: no-repeat; }
    .wp-block-cover.js-open-video--icon .wp-block-cover__inner-container:hover::after {
      transform: scale(1.05); }

/* Block quote
--------------------------------------------- */
.wp-block-quote {
  position: relative;
  padding-top: 7rem; }
  .wp-block-quote p {
    color: #079839;
    font-family: "satoshi"; }
  .wp-block-quote cite {
    color: #4b4b4b;
    font-size: 90%; }
  .wp-block-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6.7rem;
    height: 4.9rem;
    background-image: url("assets/images/icon-quote.svg"); }
  .wp-block-quote::after {
    content: '';
    position: absolute;
    top: 2.5rem;
    right: 0;
    width: calc(100% - 9rem);
    height: 0.1rem;
    background: #079839; }

/* Block Table
--------------------------------------------- */
table {
  position: relative; }
  table::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d1d1d1;
    border-radius: 16px; }
  table tr {
    border-bottom: 1px solid #f4f0ea; }
  table td, table th {
    padding: 1rem 2rem; }
  table thead th {
    font-family: "satoshi"; }
  table thead tr {
    border-bottom: 1px solid #d1d1d1; }
  table tbody td {
    color: #4b4b4b; }
  table tfoot tr {
    border-bottom: 0; }

/* Block Image
--------------------------------------------- */
.wp-block-image img,
.wp-block-image:not(.is-style-rounded) img,
.wp-block-gallery img,
.wp-block-gallery:not(.is-style-rounded) img {
  border-radius: 8px; }

.wp-block-image figcaption,
.wp-block-gallery figcaption {
  font-size: 1.5rem;
  color: #4b4b4b;
  margin-top: 0; }

.wp-block-image.is-style-image-up {
  margin-top: -20%; }

/* Block Video
--------------------------------------------- */
.wp-block-video video {
  border-radius: 8px; }

/* Block Separador
--------------------------------------------- */
.wp-block-separator {
  border: 0;
  background: #4b4b4b; }

/* Block Latest
--------------------------------------------- */
.wp-block-latest-posts.is-grid li {
  margin-bottom: 7.2rem; }

/* Block Media text
--------------------------------------------- */
.wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0; }

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 2rem 0; } }

.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 8px; }

@media (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 2rem; } }

/* Block Column
--------------------------------------------- */
.wp-block-column .wp-block-image + .has-small-font-size {
  margin-bottom: 0; }

.wp-block-column .wp-block-buttons + p {
  padding-top: 1rem; }

@media (max-width: 600px) {
  .wp-block-column {
    padding: 2rem 0; } }

@media (max-width: 600px) {
  .wp-block-columns.is-style-reversed {
    flex-direction: column-reverse; } }

/* Block Group
--------------------------------------------- */
.entry-content > .wp-block-group.has-background {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.entry-content > .wp-block-group.has-brand-3-background-color, .entry-content > .wp-block-group.has-brand-2-background-color {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 16px; }

/* Block Embed Youtube
--------------------------------------------- */
.wp-block-embed-youtube iframe {
  border-radius: 8px; }

/* Forms
--------------------------------------------- */
@media (max-width: 769px) {
  form .wpforms-field,
  div.wpforms-container form.wpforms-form .wpforms-field,
  #mc_embed_signup .wpforms-field {
    width: 100%;
    margin-left: 0; } }

.overlay form .wpforms-field, .overlay
div.wpforms-container form.wpforms-form .wpforms-field, .overlay
#mc_embed_signup .wpforms-field {
  padding-right: 5px;
  padding-left: 5px; }

form div > label,
form label.wpforms-field-label,
div.wpforms-container form.wpforms-form div > label,
div.wpforms-container form.wpforms-form label.wpforms-field-label,
#mc_embed_signup div > label,
#mc_embed_signup label.wpforms-field-label {
  font-family: "satoshi";
  margin-bottom: 1rem;
  display: block; }
  form div > label .wpforms-required-label,
  form label.wpforms-field-label .wpforms-required-label,
  div.wpforms-container form.wpforms-form div > label .wpforms-required-label,
  div.wpforms-container form.wpforms-form label.wpforms-field-label .wpforms-required-label,
  #mc_embed_signup div > label .wpforms-required-label,
  #mc_embed_signup label.wpforms-field-label .wpforms-required-label {
    color: #1e1e1e; }

form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),
form textarea,
form select,
div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),
div.wpforms-container form.wpforms-form textarea,
div.wpforms-container form.wpforms-form select,
#mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]),
#mc_embed_signup textarea,
#mc_embed_signup select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.9rem 2.2rem !important;
  border-radius: 16px;
  border: solid 0.1rem #d1d1d1;
  height: auto;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #1e1e1e; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):focus,
  form textarea:focus,
  form select:focus,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):focus,
  div.wpforms-container form.wpforms-form textarea:focus,
  div.wpforms-container form.wpforms-form select:focus,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):focus,
  #mc_embed_signup textarea:focus,
  #mc_embed_signup select:focus {
    outline: none;
    box-shadow: 0 0 0 2px green;
    border-color: transparent; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]).wpforms-error,
  form textarea.wpforms-error,
  form select.wpforms-error,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]).wpforms-error,
  div.wpforms-container form.wpforms-form textarea.wpforms-error,
  div.wpforms-container form.wpforms-form select.wpforms-error,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]).wpforms-error,
  #mc_embed_signup textarea.wpforms-error,
  #mc_embed_signup select.wpforms-error {
    border-color: #e77272 !important; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder, div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, div.wpforms-container form.wpforms-form textarea::-moz-placeholder, div.wpforms-container form.wpforms-form select::-moz-placeholder, #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, #mc_embed_signup textarea::-moz-placeholder, #mc_embed_signup select::-moz-placeholder {
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, div.wpforms-container form.wpforms-form textarea:-ms-input-placeholder, div.wpforms-container form.wpforms-form select:-ms-input-placeholder, #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, #mc_embed_signup textarea:-ms-input-placeholder, #mc_embed_signup select:-ms-input-placeholder {
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::placeholder,
  form textarea::placeholder,
  form select::placeholder,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::placeholder,
  div.wpforms-container form.wpforms-form textarea::placeholder,
  div.wpforms-container form.wpforms-form select::placeholder,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::placeholder,
  #mc_embed_signup textarea::placeholder,
  #mc_embed_signup select::placeholder {
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  form select::-webkit-input-placeholder,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  div.wpforms-container form.wpforms-form textarea::-webkit-input-placeholder,
  div.wpforms-container form.wpforms-form select::-webkit-input-placeholder,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  #mc_embed_signup textarea::-webkit-input-placeholder,
  #mc_embed_signup select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
  form textarea::-moz-placeholder,
  form select::-moz-placeholder,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
  div.wpforms-container form.wpforms-form textarea::-moz-placeholder,
  div.wpforms-container form.wpforms-form select::-moz-placeholder,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
  #mc_embed_signup textarea::-moz-placeholder,
  #mc_embed_signup select::-moz-placeholder {
    /* Firefox 19+ */
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
  form textarea:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
  div.wpforms-container form.wpforms-form textarea:-ms-input-placeholder,
  div.wpforms-container form.wpforms-form select:-ms-input-placeholder,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
  #mc_embed_signup textarea:-ms-input-placeholder,
  #mc_embed_signup select:-ms-input-placeholder {
    /* IE 10+ */
    color: #d1d1d1; }
  form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
  form textarea:-moz-placeholder,
  form select:-moz-placeholder,
  div.wpforms-container form.wpforms-form input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
  div.wpforms-container form.wpforms-form textarea:-moz-placeholder,
  div.wpforms-container form.wpforms-form select:-moz-placeholder,
  #mc_embed_signup input:not([type="range"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
  #mc_embed_signup textarea:-moz-placeholder,
  #mc_embed_signup select:-moz-placeholder {
    /* Firefox 18- */
    color: #d1d1d1; }

form textarea,
div.wpforms-container form.wpforms-form textarea,
#mc_embed_signup textarea {
  width: 100%; }

form select,
div.wpforms-container form.wpforms-form select,
#mc_embed_signup select {
  background-image: url("assets/images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) 50%;
  color: #d1d1d1; }
  form select.wpforms-valid,
  div.wpforms-container form.wpforms-form select.wpforms-valid,
  #mc_embed_signup select.wpforms-valid {
    color: #1e1e1e; }

form input[type="radio"],
form input[type="checkbox"],
div.wpforms-container form.wpforms-form input[type="radio"],
div.wpforms-container form.wpforms-form input[type="checkbox"],
#mc_embed_signup input[type="radio"],
#mc_embed_signup input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 0.1rem #d1d1d1;
  background: #fff; }
  form input[type="radio"]:checked,
  form input[type="checkbox"]:checked,
  div.wpforms-container form.wpforms-form input[type="radio"]:checked,
  div.wpforms-container form.wpforms-form input[type="checkbox"]:checked,
  #mc_embed_signup input[type="radio"]:checked,
  #mc_embed_signup input[type="checkbox"]:checked {
    background: #079839; }

form input[type="radio"]:checked,
div.wpforms-container form.wpforms-form input[type="radio"]:checked,
#mc_embed_signup input[type="radio"]:checked {
  outline: 1px solid #fff;
  outline-offset: -2px; }

form input[type="checkbox"],
div.wpforms-container form.wpforms-form input[type="checkbox"],
#mc_embed_signup input[type="checkbox"] {
  border-radius: 0.4rem; }
  form input[type="checkbox"]:checked,
  div.wpforms-container form.wpforms-form input[type="checkbox"]:checked,
  #mc_embed_signup input[type="checkbox"]:checked {
    background-image: url("assets/images/icon-tick-white.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 55% 40%; }

form input[type=range]::-webkit-slider-thumb,
div.wpforms-container form.wpforms-form input[type=range]::-webkit-slider-thumb,
#mc_embed_signup input[type=range]::-webkit-slider-thumb {
  background: #079839 !important; }

form .wpforms-submit-container,
div.wpforms-container form.wpforms-form .wpforms-submit-container,
#mc_embed_signup .wpforms-submit-container {
  display: flex;
  justify-content: flex-end; }

form label.wpforms-error,
div.wpforms-container form.wpforms-form label.wpforms-error,
#mc_embed_signup label.wpforms-error {
  color: #e77272; }

#mc_embed_signup form {
  display: flex; }

#mc_embed_signup .mc-field-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

#mc_embed_signup .mc-field-group:nth-child(1) {
  width: 60%;
  margin-right: 2%; }
  @media (min-width: 769px) {
    #mc_embed_signup .mc-field-group:nth-child(1) {
      width: 70%; } }

#mc_embed_signup .mc-field-group:nth-child(2) {
  width: 35%; }
  @media (min-width: 769px) {
    #mc_embed_signup .mc-field-group:nth-child(2) {
      width: 28%; } }

#mc_embed_signup input[type="submit"] {
  cursor: pointer; }

#mc_embed_signup #mc-embedded-subscribe {
  padding: 1.1rem 1.8rem 1.3rem !important; }

.wpforms-confirmation-container-full {
  border-radius: 8px; }

/* Mobile social navigation
--------------------------------------------- */
.site-navigation__social ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-navigation__social li {
  display: inline-block;
  margin: 1rem; }

.site-navigation__social .social-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center; }
  .site-navigation__social .social-icon:hover {
    background-color: transparent; }
  .site-navigation__social .social-icon--instagram {
    background-image: url("assets/images/social/icon-instagram-black.svg"); }
    .site-navigation__social .social-icon--instagram:hover {
      background-image: url("assets/images/social/icon-instagram-brand1.svg"); }
  .site-navigation__social .social-icon--facebook {
    background-image: url("assets/images/social/icon-facebook-black.svg"); }
    .site-navigation__social .social-icon--facebook:hover {
      background-image: url("assets/images/social/icon-facebook-brand1.svg"); }
  .site-navigation__social .social-icon--twitter {
    background-image: url("assets/images/social/icon-twitter-black.svg"); }
    .site-navigation__social .social-icon--twitter:hover {
      background-image: url("assets/images/social/icon-twitter-brand1.svg"); }
  .site-navigation__social .social-icon--youtube {
    background-image: url("assets/images/social/icon-youtube-black.svg"); }
    .site-navigation__social .social-icon--youtube:hover {
      background-image: url("assets/images/social/icon-youtube-brand1.svg"); }

.site-navigation .site-navigation__social .social-icon {
  width: 4rem;
  height: 4rem; }
  .site-navigation .site-navigation__social .social-icon--instagram {
    background-image: url("assets/images/social/icon-instagram-white.svg"); }
  .site-navigation .site-navigation__social .social-icon--facebook {
    background-image: url("assets/images/social/icon-facebook-white.svg"); }
  .site-navigation .site-navigation__social .social-icon--twitter {
    background-image: url("assets/images/social/icon-twitter-white.svg"); }
  .site-navigation .site-navigation__social .social-icon--youtube {
    background-image: url("assets/images/social/icon-youtube-white.svg"); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none; }
  .overlay.js-open {
    display: flex; }
  .overlay__inner {
    position: relative;
    width: 90vw;
    height: 90vh;
    max-width: 900px;
    background-color: #f4f0ea;
    border-radius: 8px;
    padding: 4rem 3rem;
    z-index: 1; }
    @media (min-width: 769px) {
      .overlay__inner {
        padding: 4rem 6rem; } }
  .overlay__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0.5rem 2rem; }
  .overlay__item {
    display: none; }
  .overlay[data-overlay=contacto] .overlay__item.contacto {
    display: block; }
  .overlay[data-overlay=calendario] .overlay__item.calendario {
    display: block; }
  .overlay .calendario iframe {
    max-width: 99%;
    max-height: 450px; }

.overlay__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 10; }
  @media (min-width: 769px) {
    .overlay__close {
      top: 4rem;
      right: 4rem; } }
  .overlay__close::before, .overlay__close::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #1e1e1e; }
  .overlay__close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .overlay__close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.overlay__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0; }

.overlay-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none; }
  .overlay-video.js-open {
    display: flex; }
  .overlay-video__inner {
    position: relative;
    width: 80vw;
    max-width: 900px;
    height: auto;
    min-height: 40%;
    background-color: #b1dfc1;
    border-radius: 8px;
    z-index: 1; }
    .overlay-video__inner video {
      width: 100%;
      height: 100%;
      border-radius: 8px; }
    .overlay-video__inner iframe {
      width: 100%;
      height: 100%;
      min-height: 60vh;
      border-radius: 8px; }
    .overlay-video__inner video,
    .overlay-video__inner iframe {
      margin-bottom: -0.75rem; }
  .overlay-video__container {
    width: 100%;
    height: 100%; }

@-webkit-keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
    .overlay-video__container:before {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      background-image: url("assets/images/icon-loading.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      transform: translate(-50%, -50%);
      -webkit-animation: loading 2s infinite linear;
      animation: loading 2s infinite linear;
      z-index: -1; }
  .overlay-video__close {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 8px; }
    .overlay-video__close::before, .overlay-video__close::after {
      content: '';
      height: 2px;
      width: 80%; }
    @media (min-width: 769px) {
      .overlay-video__close {
        top: 1rem;
        right: 1rem; } }

/* Block Insta feed
--------------------------------------------- */
.insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-actions {
  display: none; }

.insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list {
  --insta-item-width: 200px;
  width: 110vw;
  margin-left: calc(50% - 55vw) !important;
  margin-right: calc(50% - 50vw) !important; }
  @media (min-width: 992px) {
    .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list {
      --insta-item-width: 300px; } }
  .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item {
    width: 16.4% !important;
    min-width: auto;
    pointer-events: none;
    cursor: none; }
    @media screen and (max-width: 767px) {
      .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item {
        width: 32.8% !important; } }
    .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item .insta-gallery-item-wrap {
      border-radius: 8px; }
    .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item:nth-child(-n+6) {
      transform: translateX(15%); }
    .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item:nth-child(n+7) {
      transform: translateX(-15%); }
      @media screen and (max-width: 767px) {
        .insta-gallery-feed[data-feed_layout="gallery"] .insta-gallery-list div.insta-gallery-item:nth-child(n+7) {
          display: none; } }

/* Mailchimp
--------------------------------------------- */
#mc_embed_signup {
  background-color: transparent !important; }
  #mc_embed_signup .indicates-required {
    display: none; }
  #mc_embed_signup .brandingLogo {
    display: none; }

/* Cookie bar
--------------------------------------------- */
#cookie-notice {
  background-color: transparent !important;
  padding: 1rem; }
  #cookie-notice .cookie-notice-container {
    background-color: #9edce2;
    border-radius: 8px; }
    #cookie-notice .cookie-notice-container .cn-text-container {
      font-family: "satoshi"; }
    #cookie-notice .cookie-notice-container .cn-buttons-container a {
      font-family: "satoshi";
      border-radius: 8px; }
      #cookie-notice .cookie-notice-container .cn-buttons-container a:hover {
        background-color: #ededed !important; }
    #cookie-notice .cookie-notice-container .cn-close-icon {
      right: 2rem;
      top: 3rem; }
      #cookie-notice .cookie-notice-container .cn-close-icon::after, #cookie-notice .cookie-notice-container .cn-close-icon::before {
        background-color: #1e1e1e; }
      @media (min-width: 992px) {
        #cookie-notice .cookie-notice-container .cn-close-icon {
          right: 3rem;
          top: 50%; } }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }
