/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900; /* full variable weight range */
  font-style: normal;
  font-display: swap;
}
.marquee {
  rotate: -2deg;
  background: var(--color-yellow);
  padding: 20px 0;
  color: #eae4d9;
  font-size: 40px;
  overflow: hidden;
}
.marquee .item {
  display: flex;
  gap: 120px;
  align-items: center;
  font-size: x-large;
}
.marquee svg {
  width: 23px;
}
.marquee #marquee,
.marquee .first,
.marquee .clone {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  white-space: nowrap;
  align-items: center;
}
@media (max-width: 800px) {
  .marquee {
    padding: 10px 0;
    font-size: 28px;
  }
  .marquee svg {
    width: 28px;
  }
}

.btn-rounded {
  border: 0;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
  font-size: 30px;
  padding: 0 15px;
  gap: 10px;
  color: var(--color-green);
  transition: 0.2s gap ease-in-out;
  transform-origin: center right;
}
.btn-rounded.loading {
  opacity: 0.5;
  pointer-events: none;
}
.btn-rounded:hover {
  gap: 20px;
}
.btn-rounded:hover svg {
  scale: 1.1;
}
.btn-rounded:active {
  scale: 0.98;
}
.btn-rounded svg {
  width: 30px;
  transition: 0.2s scale;
}
.btn-rounded.green {
  background: var(--color-green);
  color: white;
}

@media (min-width: 1920px) {
  .main-header .logo {
    position: relative !important;
    left: -420px !important;
  }
}
.main-header-mobile {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.main-header-mobile img {
  width: 160px;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .main-header-mobile {
    display: block;
  }
}

.main-header {
  z-index: 1000;
  position: relative;
  padding: 0 20px;
}
.main-header .container {
  max-width: 1200px;
}
.main-header svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  max-width: 1920px;
  margin: auto;
  z-index: -1;
}
.main-header > div {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header ul li {
  position: relative;
}
.main-header .container > nav {
  margin-top: -12px;
}
.main-header li.menu-item-has-children > a {
  padding-right: 25px;
}
.main-header li.menu-item-has-children > a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='white' d='m3.55 12l7.35 7.35q.375.375.363.875t-.388.875t-.875.375t-.875-.375l-7.7-7.675q-.3-.3-.45-.675T.825 12t.15-.75t.45-.675l7.7-7.7q.375-.375.888-.363t.887.388t.375.875t-.375.875z'/%3E%3C/svg%3E");
  opacity: 0.6;
  transform: rotate(-90deg) translateX(4px);
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
.main-header li.menu-item-has-children:hover .sub-menu, .main-header li.menu-item-has-children:focus .sub-menu, .main-header li.menu-item-has-children:focus-within .sub-menu {
  transform: translateY(-8px);
  opacity: 1;
  pointer-events: auto;
}
.main-header .sub-menu {
  pointer-events: none;
  transition: 0.4s opacity, 0.2s transform;
  transform: translateY(-20px);
  opacity: 0;
  position: absolute;
  right: -10px;
  flex-direction: column;
  top: 40px;
  padding: 5px;
  white-space: nowrap;
  border-radius: 10px;
  background: #196f57;
  box-shadow: 0 0 0 2px #11634d;
  text-align: left;
  gap: 0;
}
.main-header .sub-menu:hover {
  pointer-events: auto;
}
.main-header .sub-menu li {
  width: 100%;
}
.main-header .sub-menu a {
  transition: 0.1s background-color;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.main-header .sub-menu a:after {
  content: none;
}
.main-header .sub-menu a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-header nav a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  position: relative;
  /* Hover State: Change the angle to 360deg to reveal the whole border */
}
.main-header nav a::after {
  content: "";
  position: absolute;
  inset: -11px -15px;
  border-radius: 50%;
  border: 1px solid var(--color-yellow);
  /* The active color */
  transform: rotate(-6deg);
  /* THE TRICK: Masking the border with a conic gradient */
  /* We use both standard and -webkit- for compatibility */
  -webkit-mask: conic-gradient(from 180deg, black var(--angle), transparent var(--angle));
  mask: conic-gradient(from 180deg, black var(--angle), transparent var(--angle));
  /* Animation settings */
  transition: --angle 0.6s;
}
.main-header nav a:hover::after {
  --angle: 360deg;
}
.main-header .current_page_item a:after {
  --angle: 360deg;
}
.main-header .logo {
  position: absolute;
  left: 13%;
  transform: translateY(20px);
}
.main-header .logo img {
  width: 240px;
  height: auto;
}
@media (max-width: 1200px) {
  .main-header .logo {
    width: 170px;
  }
}
@media (max-width: 1050px) {
  .main-header .logo {
    margin-left: 0px;
  }
}
@media (max-width: 850px) {
  .main-header .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .main-header {
    background: var(--color-green);
    z-index: 2000;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2392156863);
    width: 100%;
    transform: translate3d(0, -100%, 0);
    transition: 0.5s transform, 0.4s opacity;
    opacity: 0;
  }
  .main-header .header-bg {
    display: none;
  }
  .main-header nav {
    width: 100%;
  }
  .main-header ul {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .main-header li.menu-item-has-children {
    width: 100%;
  }
  .main-header li.menu-item-has-children:hover .sub-menu, .main-header li.menu-item-has-children:focus .sub-menu, .main-header li.menu-item-has-children:focus-within .sub-menu {
    transform: translateY(0);
  }
  .main-header .sub-menu {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
  }
  .main-header > div {
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
  }
  .main-header img {
    display: block;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .main-header.active {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
}

.main-footer {
  margin-top: 80px;
  background: var(--color-green);
}
.main-footer a {
  color: white;
  text-decoration: none;
}
.main-footer a:hover {
  color: var(--color-yellow);
}
.main-footer .container {
  padding: 0 30px;
}
.main-footer .left {
  width: 35%;
}
.main-footer .left p {
  color: white;
  font-size: 15px;
}
.main-footer .left .social {
  display: flex;
  gap: 5px;
}
.main-footer .left .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-footer .left .social svg {
  width: 20px;
  color: white;
}
.main-footer .left .social .yt {
  background-color: #ff0000;
}
.main-footer .left .social .ig {
  background-color: #f00075;
}
.main-footer .left .social .in {
  background-color: #0d66c2;
}
.main-footer .left .social .tw {
  background-color: #1da1f2;
}
.main-footer .left .social .fb {
  background-color: #0866ff;
}
.main-footer .logo svg {
  width: 100%;
  max-width: 260px;
}
.main-footer .top {
  gap: 20px;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.main-footer .top .right {
  gap: 30px;
  display: flex;
}
.main-footer .top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .top a {
  display: inline-block;
}
.main-footer .top .menu > .menu-item + .menu-item {
  margin-top: 10px;
}
.main-footer .top .menu > li > a {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 450;
}
.main-footer .top .menu .sub-menu {
  margin-bottom: 10px;
}
.main-footer .top .menu .sub-menu > li.current_page_item a {
  color: var(--color-yellow);
  text-decoration: underline;
}
.main-footer .top .menu .sub-menu > li a {
  margin: 2px 0;
  font-size: 15px;
}
.main-footer .top .menu .sub-menu > li a:hover {
  text-decoration: underline;
}
.main-footer .bottom {
  background-color: var(--color-yellow);
  text-align: center;
  color: white;
  padding: 20px;
}
@media (max-width: 700px) {
  .main-footer .top .right {
    flex-wrap: wrap;
  }
  .main-footer .left .social {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .main-footer .top {
    flex-wrap: wrap;
  }
  .main-footer .top .left {
    width: 100%;
  }
  .main-footer .top .right {
    margin-top: 20px;
  }
}

.pll-parent-menu-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px !important;
  background: rgba(0, 0, 0, 0.2);
  height: 28px;
}
.pll-parent-menu-item img {
  width: 11px !important;
  height: 8px !important;
}
.pll-parent-menu-item > a {
  padding: 0 !important;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.pll-parent-menu-item > a span {
  margin: 0 !important;
}
.pll-parent-menu-item > a:after, .pll-parent-menu-item > a:before {
  content: none !important;
}
.pll-parent-menu-item:hover .sub-menu, .pll-parent-menu-item:focus .sub-menu, .pll-parent-menu-item:focus-within .sub-menu {
  transform: translateY(-15px) !important;
}
.pll-parent-menu-item .sub-menu {
  padding: 5px;
  border-radius: 8px;
  font-weight: 500;
  text-align: left;
}
.pll-parent-menu-item .sub-menu a {
  padding: 4px !important;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.pll-parent-menu-item .sub-menu a span {
  margin: 0 !important;
}
.pll-parent-menu-item .sub-menu a:after, .pll-parent-menu-item .sub-menu a:before {
  content: none !important;
}
@media (max-width: 850px) {
  .pll-parent-menu-item {
    display: none;
  }
}

.pll-lang-select {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 8px;
  margin-top: 15px;
}
.pll-lang-select option {
  color: black !important;
}

/**
* elv: btn mobile 1.0
*/
.btn-menu {
  z-index: 3000;
  position: relative;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-green);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  background: transparent;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  transition: 0.4s transform;
}
.btn-menu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: black;
  transition: 0.2s opacity, 0.2s transform;
}
.btn-menu.active {
  transform: rotate(90deg);
}
.btn-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}
.btn-menu.active span:nth-child(2) {
  opacity: 0;
}
.btn-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

.btn-menu {
  position: fixed;
  top: 16px;
  right: 20px;
  background: #eae4d9;
  outline: 4px solid #eae4d9;
}

@media (max-width: 800px) {
  .btn-menu {
    display: flex;
  }
}
:root {
  --color-green: #11634d;
  --color-yellow: #d5af61;
  --color-orange: #e25914;
}

html {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* 1. Define the custom property so we can animate the gradient angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
body {
  background: #eae4d9;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

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

section.page-thumbnail {
  position: relative;
  margin-top: 30px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
}
section.page-thumbnail:before {
  content: "";
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #eae4d9, transparent);
}
section.page-thumbnail img {
  width: 100% !important;
  max-width: 100% !important;
}
section.page-thumbnail .img {
  position: relative;
  width: 100%;
  height: 550px !important;
}
section.page-thumbnail .img .img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 550px !important;
}
section.page-thumbnail .img .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 550px !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.4);
  transform-origin: 50% 50%;
}

.main-container {
  min-height: calc(100dvh - 450px);
}

.page-services .image {
  margin-top: -2%;
}
.page-services .image img {
  max-height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-services h1 {
  text-align: center;
  max-width: 35ch;
  color: var(--color-green);
  margin-left: auto;
  margin-right: auto;
}
.page-services h2 {
  text-align: center;
  max-width: 65ch;
  color: var(--color-green);
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  margin-bottom: 35px;
}
.page-services .icon-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-services .icon-title svg {
  width: 80px;
}
.page-services .icon-title span {
  background: var(--color-yellow);
  color: var(--color-green);
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 350;
}
.page-services .row-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: var(--color-green);
}
.page-services .row-item a:hover img {
  scale: 1.02;
}
.page-services .row-item a:hover h4 {
  color: #333;
}
.page-services .row-item .item {
  width: calc(33.333% - 20px);
  text-align: center;
  text-decoration: none;
  color: var(--color-green);
}
.page-services .row-item .item p {
  margin-top: 10px;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-services .row-item .item img {
  width: 100%;
  aspect-ratio: 1/0.65;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s scale;
}
.page-services .row-item .item h4 {
  font-size: 22px;
  margin: 10px 0 0 0;
  transition: 0.2s color;
  font-weight: 600;
}
.page-services .workshops {
  padding: 0 20px;
}
.page-services .educacion {
  padding: 0 20px;
  background: url(../img/bg-services.png);
  background-size: 100% 100%;
  margin-bottom: -80px;
  padding-bottom: 80px;
}
@media (max-width: 700px) {
  .page-services h1 {
    font-size: 25px;
  }
  .page-services h2 {
    font-size: 19px;
  }
  .page-services .icon-title svg {
    width: 50px;
  }
  .page-services .icon-title span {
    font-size: 21px;
  }
  .page-services .row-item .item {
    width: calc(50% - 10px);
  }
  .page-services .row-item .item h4 {
    font-size: 20px;
  }
  .page-services .row-item .item p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .page-services .row-item .item {
    width: 100%;
  }
}

.page-contacto {
  margin-bottom: -80px;
  position: relative;
}
.page-contacto:before {
  content: "";
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #eae4d9, transparent);
}
.page-contacto .hero-contacto {
  min-height: 500px;
  padding: 80px 20px;
  background: url(../img/bg-contacto.jpg);
  text-align: right;
  font-size: 50px;
  background-size: cover;
  background-position: bottom center;
  color: white;
}
.page-contacto .hero-contacto strong {
  font-weight: 600;
}
.page-contacto .form-contact {
  padding: 60px 20px;
  background-color: var(--color-green);
}
.page-contacto input,
.page-contacto textarea {
  border-radius: 30px;
  font-size: 18px;
  border: 0;
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  outline: none;
  transition: box-shadow 0.1s;
}
.page-contacto input:focus,
.page-contacto textarea:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);
}
.page-contacto textarea {
  resize: vertical;
  min-height: 200px;
  padding: 15px;
}
.page-contacto form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-contacto .row {
  display: flex;
  gap: 10px;
}
.page-contacto .input {
  width: 100%;
}
.page-contacto button {
  margin-left: auto;
}
@media (max-width: 800px) {
  .page-contacto .hero-contacto {
    font-size: 35px;
    padding: 50px 20px;
    height: 47vw;
    min-height: 220px;
  }
}

#page-home.home .main-header .logo {
  display: none;
}

.page-home .hero {
  border-bottom: 100px solid var(--color-green);
  position: relative;
}
.page-home .hero .container {
  padding: 0 20px;
  max-width: 1400px;
  margin: auto;
}
.page-home .hero .main {
  display: flex;
}
.page-home .hero .main .left {
  flex-shrink: 0;
}
.page-home .hero .main .left .logo {
  text-align: center;
  margin-top: -50px;
  transform: translateY(-10px);
}
.page-home .hero .main .left .logo img {
  width: 230px;
}
@media (max-width: 800px) {
  .page-home .hero .main .left .logo {
    display: none;
  }
}
.page-home .hero .main .left > img {
  width: 420px;
  filter: drop-shadow(1px 9px 11px rgba(0, 0, 0, 0.5));
  margin-bottom: -40px;
  margin-top: -20px;
  z-index: 1000;
  position: relative;
}
.page-home .hero .main .right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .hero .main .right h1 {
  font-size: 44px;
  font-weight: 350;
  color: var(--color-orange);
  max-width: 13ch;
}
.page-home .hero .main .right svg {
  width: 0.9em;
  vertical-align: -5px;
}
.page-home .hero .bottom {
  margin-bottom: -20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.page-home .hero .bottom svg {
  height: 150px;
  width: 100%;
}
@media (max-width: 850px) {
  .page-home .hero {
    margin-top: 20px;
  }
  .page-home .hero .main .left .logo {
    transform: translateY(-30px);
  }
  .page-home .hero .main .left .logo img {
    width: 190px;
  }
  .page-home .hero .main .left > img {
    width: 280px;
  }
  .page-home .hero .main .right {
    justify-content: flex-end;
  }
  .page-home .hero .main .right h1 {
    font-size: 37px;
  }
}
@media (max-width: 650px) {
  .page-home .hero {
    border-bottom-width: 50px;
  }
  .page-home .hero .main .left {
    flex-shrink: 0;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
  }
  .page-home .hero .main .left img {
    width: 36vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page-home .hero .main .right h1 {
    font-weight: 500;
    font-size: 5.4vw;
  }
}
.page-home .quote {
  padding: 80px 20px;
  font-size: 25px;
  color: var(--color-green);
}
.page-home .quote .container {
  max-width: 800px;
  text-align: justify;
  line-height: 1.3em;
}
.page-home .quote span {
  display: block;
  text-align: right;
}
@media (max-width: 580px) {
  .page-home .quote {
    font-size: 20px;
  }
  .page-home .quote .container {
    gap: 20px;
    text-align: left;
  }
  .page-home .quote .blockquote {
    margin-bottom: 10px;
  }
}
.page-home .servicios {
  padding: 80px 20px;
}
.page-home .servicios .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.page-home .servicios .title {
  font-size: 35px;
}
.page-home .servicios .subtitle {
  font-size: 25px;
}
.page-home .servicios .left {
  display: flex;
}
.page-home .servicios .item {
  display: flex;
  color: var(--color-green);
  gap: 15px;
  text-decoration: none;
}
.page-home .servicios .item:hover {
  color: #333;
}
.page-home .servicios .item:hover svg {
  transform: rotate(0.5turn);
}
.page-home .servicios .item svg {
  width: 70px;
  transition: 2s transform;
}
.page-home .servicios .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .page-home .servicios .title {
    font-size: 25px;
  }
  .page-home .servicios .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .page-home .servicios .item svg {
    width: 40px;
  }
  .page-home .servicios .title {
    font-size: 20px;
  }
  .page-home .servicios .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .page-home .servicios {
    padding: 50px 20px 10px 20px;
  }
  .page-home .servicios .container {
    flex-direction: column;
    gap: 20px;
  }
}
.page-home .medios .container {
  padding: 0 20px;
  max-width: 1100px;
}
.page-home .medios .title {
  display: flex;
  font-size: 30px;
  color: var(--color-green);
  font-weight: 400;
  gap: 10px;
}
.page-home .medios .title svg {
  width: 30px;
}
.page-home .medios .row {
  padding: 0 50px;
  gap: 10px;
  display: flex;
}
.page-home .medios .row .video {
  text-decoration: none;
  font-size: 15px;
  width: 33.333%;
}
.page-home .medios .row .video:hover .img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-home .medios .row .video:hover .img:after {
  transform: rotate(-42deg) scale(1);
  opacity: 1;
}
.page-home .medios .row .img {
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}
.page-home .medios .row .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: 0.2s background-color;
}
.page-home .medios .row .img:after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("../img/arrow-orange.svg");
  z-index: 10;
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-25deg) scale(0);
  opacity: 0;
  transition: 0.2s opacity, 0.2s transform;
}
.page-home .medios .row img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .medios .row h4 {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  line-height: 1.3em;
}
@media (max-width: 700px) {
  .page-home .medios .row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .page-home .medios .row {
    flex-direction: column;
    gap: 20px;
  }
  .page-home .medios .row .video {
    width: 100%;
  }
}
.page-home .clientes {
  margin-top: 50px;
}
.page-home .clientes .title {
  display: flex;
  font-size: 30px;
  color: var(--color-green);
  font-weight: 400;
  gap: 10px;
}
.page-home .clientes .title svg {
  width: 30px;
}
.page-home .clientes .marquee-clientes {
  padding: 20px 0;
  overflow: hidden;
}
.page-home .clientes .marquee-clientes img {
  width: 250px;
  height: auto;
}
.page-home .clientes .marquee-clientes svg {
  width: 23px;
}
.page-home .clientes .marquee-clientes #marquee-clientes,
.page-home .clientes .marquee-clientes .first,
.page-home .clientes .marquee-clientes .clone {
  display: flex;
  gap: 50px;
  flex-shrink: 0;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .page-home .clientes .marquee-clientes {
    padding: 10px 0;
    font-size: 28px;
  }
  .page-home .clientes .marquee-clientes svg {
    width: 28px;
  }
}

.page-about .right {
  margin-top: 25px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-about img {
  max-width: 350px;
  width: 100%;
}
.page-about .bottom-gallery {
  background-image: url(../img/bg-gallery.png);
  padding: 100px 20px;
  margin-bottom: -80px;
  background-size: cover;
}
.page-about .bottom-gallery .img {
  width: calc(33.333% - 30px);
}
.page-about .bottom-gallery img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1/1.45;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .bottom-gallery .container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .page-about .bottom-gallery {
    padding: 30px 20px;
  }
  .page-about .bottom-gallery .container {
    gap: 10px;
  }
  .page-about .bottom-gallery .img {
    width: calc(33.333% - 9px);
  }
}
@media (max-width: 650px) {
  .page-about .bottom-gallery img {
    border-radius: 10px;
  }
}
.page-about .workspaces {
  padding: 0 20px;
  display: flex;
  gap: 40px;
  font-size: 17px;
  line-height: 1.5em;
  color: var(--color-green);
}
@media (max-width: 800px) {
  .page-about .workspaces {
    flex-wrap: wrap;
    padding-bottom: 60px;
    gap: 0;
  }
  .page-about .workspaces .right {
    margin-top: 0;
    width: 100%;
  }
}

.error404 .main-container {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 50px;
  color: var(--color-green);
}

.page-page {
  padding: 0 20px;
}
.page-page h1 {
  color: var(--color-orange);
  font-weight: 600;
}
.page-page .content {
  color: var(--color-green);
}

.page-recursos .recursos-content .recursos-row .container {
  padding: 0 20px;
  max-width: 1100px;
}
.page-recursos .recursos-content .recursos-row .title {
  display: flex;
  font-size: 30px;
  color: var(--color-green);
  font-weight: 400;
  gap: 10px;
}
.page-recursos .recursos-content .recursos-row .title svg {
  width: 30px;
}
.page-recursos .recursos-content .recursos-row .row {
  gap: 10px;
  display: flex;
}
.page-recursos .recursos-content .recursos-row .row .video {
  text-decoration: none;
  font-size: 15px;
  width: 33.333%;
}
.page-recursos .recursos-content .recursos-row .row .video:hover .img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-recursos .recursos-content .recursos-row .row .video:hover .img:after {
  transform: rotate(-42deg) scale(1);
  opacity: 1;
}
.page-recursos .recursos-content .recursos-row .row .img {
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}
.page-recursos .recursos-content .recursos-row .row .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: 0.2s background-color;
}
.page-recursos .recursos-content .recursos-row .row .img:after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("../img/arrow-orange.svg");
  z-index: 10;
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-25deg) scale(0);
  opacity: 0;
  transition: 0.2s opacity, 0.2s transform;
}
.page-recursos .recursos-content .recursos-row .row img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recursos .recursos-content .recursos-row .row h4 {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  line-height: 1.3em;
}
@media (max-width: 700px) {
  .page-recursos .recursos-content .recursos-row .row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .page-recursos .recursos-content .recursos-row .row {
    flex-direction: column;
    gap: 20px;
  }
  .page-recursos .recursos-content .recursos-row .row .video {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */