
/* FONTS */

@font-face {
  font-family: 'Mochi';
  src: url("/assets/fonts/MochiyPopPOne-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DefaultFont';
  src: url("/assets/fonts/OpenSans.ttf");
  font-weight: 400;
  font-style: normal;
}


/* HEADERS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: inherit;
}
.h1 {
  font-size: 54px;
  font-weight: 700;
}
.h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.h3 {
  font-size: 26px;
}
.h4 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}
.h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
.h6 {
  font-weight: 900;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 64px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4, .h5 {
    font-size: 40px;
    line-height: .9;
  }
}
@media (min-width: 1200px) {
  .h1 {
    font-size: 72px;
  }
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .h1 {
    font-size: 76px;
  }
}
@media (max-width: 575px) {
  h2 > strong,
  h4 > strong {
    display: block;
  }
}

/* CONTAINER */
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

/* COLORS */
.color-menu {
  color: #003018;
}
.color-grey {
  color: #7a91af;
}
.color-black {
  color: #50637b;
}
.color-link {
  color: #5b6b80;
}
.color-white {
  color: #ffffff;
}


/* GLOBAL */
body {
  font-family: 'DefaultFont', sans-serif;
  color: #003018;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background-color: white;
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
a {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
  color: #5b6b80;
  transition: color .55s ease;
}
a:hover, a:focus {
  text-decoration: none;
  color: white;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
b, strong {
  font-weight: 900;
}
hr {
  height: 0;
  border: 0;
  border-top: 1px solid rgb(76 94 121 / 20%);
}

*::selection {
  background: transparent;
}
body::-webkit-scrollbar {
  width: 10px;
  background: white;
  transition: all .55s ease;
}
body::-webkit-scrollbar:hover {
  background: #2e91b1;
}
body::-webkit-scrollbar-thumb {
  background: #2e91b1;
  transition: all .55s ease;
}
body::-webkit-scrollbar-track {
  background: #b0c2c9;
}

.button {
  background-color: #003018;
  border-radius: 8px;
  color: white;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 20px 20px;
  width: auto;
  box-shadow: 0px 6px 15px 2px rgb(0 0 0 / 25%);
  transition: all .35s ease;
}
.button > * {
  display: inline-block;
  vertical-align: middle;
}
.button i {
  font-size: 24px;
  padding-left: 8px;
}
.button:hover,
.button:focus {
  background-color: #73aa3e;
}
.button:hover span,
.button:focus span,
.button:hover i,
.button:focus i {
  color: white;
}
.button.link {
  background-color: #73aa3e;
  font-size: 16px;
  padding: 12px 16px;
}

.shadow {
  box-shadow: 0px 5px 25px 0 rgb(0 0 0 / 50%);
}
.rounded {
  border-radius: 8px;
}

section {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 5;
}
section#main {
  width: 100%;
  padding-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
  section#main {
    min-height: 95vh;
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .button {
    font-size: 20px;
  }
}


/* 404 */
.node-404 .hero-error {
  position: relative;
  display: grid;
  width: 100vw;
  height: 100vh;
  background-color: white;
}
.node-404 .hero-error .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 12fr;
  grid-template-rows: min-content;
  z-index: 2;
}
.node-404 .hero-error .wrapper .logo {
  align-self: start;
  padding-left: 12px;
}
.node-404 .hero-error .wrapper .logo img {
  width: 20vw;
  min-width: 120px;
  max-width: 300px;
}
.node-404 .hero-error .wrapper .content {
  padding-left: 20px;
  padding-right: 80px;
  max-width: 630px;
}
.node-404 .hero-error .wrapper .content .h1 {
  margin-bottom: 0;
}
.node-404 .hero-error .wrapper .content p {
  margin: 36px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .node-404 .hero-error .hero img {
    width: 50%;
  }
  .node-404 .hero-error .wrapper {
    grid-template-columns: 6fr 6fr;
    grid-template-rows: auto;
  }
  .node-404 .hero-error .wrapper .logo {
    align-self: center;
    justify-self: right;
    padding-right: 5vw;
  }
  .node-404 .hero-error .wrapper .content {
    align-self: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}


/* MENÚ */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  padding: 12px 0;
  background-color: #003018;
  z-index: 100;
}
header .menu-desktop {
  display: none;
}
header .menu-desktop > .container {
  display: grid;
  grid-template-columns: 12fr;
  align-items: center;
}
header div.logo {
  position: relative;
  z-index: 20;
}
header div.logo a {
  display: flex;
}
header div.logo img {
  width: 175px;
}
header .menu {
  margin: 0;
  list-style-type: none;
  text-align: right;
}
header .menu li.item {
  position: relative;
  font-family: 'Mochi', sans-serif;
  display: inline-block;
}
header .menu li.item a {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  transition: color .55s ease;
  padding: 0 8px;
}
header .menu li.lang {
  margin-left: 24px;
}
header .menu li.lang > div,
header .menu-mobile li.lang div {
  position: relative;
  max-width: none;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-top: -2px;
  z-index: 1;
}
header .menu-mobile li.lang div {
  margin-right: 10px;
  margin-top: -5px;
}
header .menu li.lang a::after {
  content: '>';
  position: relative;
  display: inline-block;
}
header .menu:hover li a {
  color: #73aa3e;
}
header .menu .submenu {
  position: absolute;
  width: 100%;
  background: #003018;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
}
header .menu .submenu li {
  width: 100%;
  margin-bottom: 5px;
}
header .menu .submenu li > a {
  display: inline-block;
  padding: 0;
  width: 100%;
}
header .menu li:hover > a {
  color: white;
}
header .menu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
header .menu-mobile {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
header .menu-mobile.active {
  position: fixed;
}
header .menu-mobile > * {
  position: relative;
  z-index: 10;
}
header .menu-mobile .background-hamburguer {
  transform: scale(0);
  width: 360px;
  position: absolute;
  left: -224px;
  top: -180px;
  pointer-events: none;
  transition: all .55s;
  z-index: 8;
}
header .menu-mobile.active .background-hamburguer {
  transform: scale(1);
  transition-delay: .55s;
}
header .menu-mobile .logo img {
  width: 150px;
  vertical-align: middle;
}
header .menu-mobile li.item {
  font-family: 'Mochi', sans-serif;
  padding: 4px 0;
}
header .menu-mobile li.lang {
  padding-top: 12px;
}
header .menu-mobile li.lang a::after {
  content: '>';
  position: relative;
  display: inline-block;
}
header .menu-mobile .hamburguer {
  width: 50px;
}
header .menu-mobile .hamburguer .bar {
  display: block;
  width: 44px;
  height: 4px;
  background: #fff;
  border-radius: 20px;
  margin: 0;
  position: absolute;
  top: -2px;
  left: 2px;
  transition: all .25s ease;
}
header .menu-mobile .hamburguer .bar:first-child {
  left: 8px;
  width: 32px;
  transform: translateY(-12px);
}
header .menu-mobile .hamburguer .bar:last-child {
  left: 8px;
  width: 32px;
  transform: translateY(12px);
}
header .menu-mobile.active .hamburguer .bar:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
header .menu-mobile.active .hamburguer .bar:first-child {
  transform: rotate(45deg) translate(-4px, 4px);
}
header .menu-mobile.active .hamburguer .bar:last-child {
  transform: rotate(-45deg) translate(-4px, -4px);
}
header .menu-mobile .content {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: auto;
  min-height: 100vh;
  background-color: #003018;
  transition: width .75s ease;
  overflow: hidden;
  z-index: 5;
}
header .menu-mobile.active .content {
  width: 100vw;
}
header .menu-mobile .content .content-menu {
  text-align: center;
  margin-top: 100px;
}
header .menu-mobile .content .content-menu li a {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 8px 20px;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .25s ease;
}
header .menu-mobile.active .content .content-menu li a {
  opacity: 1;
  transition-delay: .5s;
}

@media (min-height: 400px) {
  header .menu-mobile .content .content-menu li a {

    padding: 10px 20px;
  }
}
@media (min-width: 1024px) {
  header {
    height: 60px;
  }
  header .menu-desktop {
    display: block;
  }
  header .menu-desktop > .container {
    grid-template-columns: 2fr 10fr;
  }
  header .menu-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .menu li.item a {
    font-size: 14px;
    padding: 0 14px;
  }
  header div.logo img {
    width: 190px;
  }
}


/* PAGE-TITLE */
.page-title {
  font-family: 'Mochi', sans-serif;
  margin-top: 48px;
  margin-bottom: 40px;
  text-align: center;
}
.page-title h1 {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-title {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 40px;
  }
}


/* FOOTER */
#footer {
  background-color: #003018;
}
#footer .content-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  width: 100%;
  font-size: 15px;
}
#footer .content-footer > span {
  width: 50%;
}
#footer .content-footer > .links {
  width: 50%;
  text-align: right;
  line-height: 1.1;
}
#footer .content-footer > .links li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}
#footer .content-footer > .links li a {
  color: white;
}



/* HOME */
#hero-home .hero-image {
  height: 50vh;
  overflow: hidden;
}
#hero-home .hero-image img {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#hero-home .hero-logo {
  height: 15vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#hero-home .hero-logo img {
  width: 60%;
  max-width: 720px;
  min-width: 300px;
}
#hero-home .hero-link {
  height: 5vh;
  width: 100%;
  text-align: center;
  display: none;
}
#hero-home .hero-link.hide {
  display: none;
}
#hero-home .hero-link i {
  font-size: 32px;
  color: #003018;
}
.node-home .home-title {
  margin: 40px 0 40px;
  padding: 20px;
  border: 8px solid #003018;
  border-right: 0;
  border-left: 0;
  font-family: 'Mochi', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #003018;
}
.node-home .home-title h2 {
  font-size: 24px;
}
.node-home #main .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.node-home .reverse {
  flex-direction: row-reverse;
}
.node-home #main .content .image {
  width: 100%;
  text-align: center;
}
.node-home #main .content .image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.node-home #main .content .text {
  padding: 20px 0;
  align-self: center;
  color: #003018;
}
.node-home #main .content ul li {
  padding: 8px 0;
}
.node-home #main .content ul li:before {
  content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.node-home .proyect .full-image {
  position: relative;
  margin-top: -40px;
  height: 45vh;
}
.node-home .proyect .full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.node-home .proyect .full-text {
  width: 100%;
  padding: 40px;
  text-align: center;
}
.node-home .proyect .link {
  padding: 20px 0 40px;
  text-align: center;
}
.node-home .c-home-partners {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.node-home .c-home-partners .partners-swiper {
  position: relative;
  overflow: visible;
}
.node-home .c-home-partners .partners-swiper .swiper-slide {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 6px 15px 2px rgb(0 0 0 / 25%);
  border-radius: 8px;
  height: 200px;
  max-width: 450px;
  margin: 0 auto 40px;
}
.node-home .c-home-partners .partners-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.node-home .c-home-partners .partners-swiper .swiper-slide-prev {
  visibility: hidden;
}
.node-home .c-home-partners .partners-swiper .swiper-buttons {
  display: none;
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.node-home .c-home-partners .partners-swiper .swiper-buttons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px 0px rgb(63 61 86 / 25%);
}
.node-home .c-home-partners .partners-swiper .swiper-buttons > div i {
  color: #003018;
  transition: color .25s ease;
}
.node-home .c-home-partners .partners-swiper .swiper-buttons .swiper-button-prev i {
  padding-right: 2px;
}
.node-home .c-home-partners .partners-swiper .swiper-buttons .swiper-button-next i {
  padding-left: 2px;
}
.node-home .c-home-partners .partners-swiper .swiper-buttons > div:hover i {
  color: #73aa3e;
}
.node-home .partners .link {
  text-align: center;
  padding-bottom: 40px;
}
.node-home .contact .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.node-home .contact .text > * {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.node-home .contact .text > a {
  color: inherit;
  cursor: pointer;
}

@media (min-width: 480px) {
  .node-home .c-home-partners .partners-swiper .swiper-slide .user .icon {  
    display: flex;
    background-color: #73aa3e;
    border-radius: 50%;
    color: white;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .node-home .c-home-partners .partners-swiper .swiper-buttons {
    display: block;
  }
  #hero-home {
    height: 100vh;
  }
  #hero-home .hero-image {
    height: 70vh;
  }
  #hero-home .hero-image.proyecto-2024 {
    height: 85vh;
  }
  #hero-home .hero-logo {
    height: 25vh;
  }
  #hero-home .hero-link {
    display: block;
  }
  .node-home .home-title h2 {
    font-size: 40px;
  }
  .node-home .home-title {
    margin: 80px 0 40px;
  }
  .node-home .home-title h2 {
    font-size: 32px;
  }
  .node-home #main .content {
    padding: 40px 0;
  }
  .node-home #main .content .image {
    width: 50%;
  }
  .node-home #main .content .text {
    width: 50%;
    padding-left: 60px;
    text-align: justify;
  }
  .node-home #main .content.reverse .text {
    padding-left: 0;
    padding-right: 60px;
  }
  .node-home #main .content .image img {
    height: 400px;
  }
  .node-home #main .content ul li:before {
    font-size: 32px;
    margin-right: 20px;
  }
  .node-home #main .principles .content .text {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
  }
  .node-home .proyect .full-image,
  .node-home .proyect .full-image img {
    height: auto;
    max-height: 920px;
  }
  .node-home .c-home-partners {
    padding: 60px 0 80px;
  }
  .node-home .c-home-partners .partners-swiper .swiper-slide {
    margin: 0 0 40px;
  }
  .node-home .partners .link {
    padding-top: 50px;
  }
}
@media (min-width: 1600px) {
  .node-home #main .content ul li:before {
    font-size: 40px;
    margin-right: 20px;
  }
  .node-home #main .principles .content .text {
    font-size: 28px;
    line-height: 1.2;
  }
}


/* CONCEPTO */
.node-concepto .intro .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0 0;
}
.node-concepto .intro .content h2 {
  margin-bottom: 20px;
}
.node-concepto .intro .content .image {
  width: 100%;
  text-align: center;
}
.node-concepto .intro .content .image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.node-concepto .intro .content .text {
  width: 100%;
  padding: 20px 0;
  align-self: center;
  text-align: justify;
}
.node-concepto .intro .full-text {
  width: 100%;
  text-align: justify;
}
.node-concepto .portlets .portlet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0;
  flex-direction: column-reverse;
}
.node-concepto .portlets .portlet .image {
  width: 100%;
  text-align: center;
  align-self: center;
  margin-top: 32px;
}
.node-concepto .portlets .portlet .image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.node-concepto .portlets .portlet .text {
  width: 100%;
  align-self: center;
  text-align: justify;
}
.node-concepto .portlets .portlet .text .title {
  display: inline-block;
  border-bottom: 5px solid #003018;
  padding-bottom: 12px;
  margin-bottom: 32px;
  text-align: left;
}
.node-concepto .portlets .portlet .text ul {
  list-style-type: disc;
  padding: 0 20px;
}
.node-concepto .portlets .portlet .text ul li {
  padding: 12px 0;
}

@media (min-width: 1024px) {
  .node-concepto .intro .content .text {
    width: 50%;
    padding: 20px;
  }
  .node-concepto .intro .content:not(.reverse) .text {
    padding-left: 60px;
  }
  .node-concepto .intro .content.reverse .text {
    padding-right: 60px;
  }
  .node-concepto .intro .content .image {
    width: 50%;
  }
  .node-concepto .portlets .portlet .image img,
  .node-concepto .intro .content .image img {
    height: 400px;
  }
  .node-concepto .intro .content h2 {
    margin-bottom: 40px;
  }
  .node-concepto .intro .content {
    padding: 40px 0;
  }
  .node-concepto .intro .full-text {
    padding: 20px;
  }
  .node-concepto .portlets .portlet .image {
    width: 50%;
    margin-top: 0;
  }
  .node-concepto .portlets .portlet .text {
    width: 50%;
    padding: 20px;
  }
  .node-concepto .portlets .portlet:not(.reverse) .text {
    padding-left: 60px;
  }
  .node-concepto .portlets .portlet.reverse .text {
    padding-right: 60px;
  }
  .node-concepto .portlets .portlet {
    flex-direction: row;
  }
  .node-concepto .reverse {
    flex-direction: row-reverse !important;
  }
}


/* PROYECTO */
.node-proyectos #hero-home {
  height: auto;
  margin-bottom: -80px;
}
.node-proyectos .intro .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 40px;
}
.node-proyectos .intro .content.reverse {
  flex-direction: column-reverse;
}
.node-proyectos .intro .content .image {
  width: 100%;
  text-align: center;
  align-self: center;
}
.node-proyectos .intro .content .image img {
  width: 100%;
  max-width: 400px;
  object-fit: contain;
}
.node-proyectos .intro .content span {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
.node-proyectos .intro .content .text {
  width: 100%;
  padding: 20px 0;
  text-align: justify;
}
.node-proyectos .intro .full-text {
  width: 100%;
  text-align: justify;
}
.node-proyectos .intro .full-text > h2 {
  text-align: center;
  margin: 20px 0 40px;
}
.node-proyectos .intro .full-text > h3 {
  margin: 40px 0 20px;
  display: inline-block;
  border-bottom: 5px solid #003018;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
.node-proyectos .portlets .portlet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.node-proyectos .portlets .portlet .image {
  width: 100%;
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
}
.node-proyectos .portlets .portlet .image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.node-proyectos .portlets .portlet .text {
  width: 100%;
  text-align: justify;
  padding-bottom: 40px;
}
.node-proyectos .portlets .portlet .text ul {
  padding-left: 20px;
}
.node-proyectos .portlets .portlet .text ul li {
  position: relative;
  padding: 12px 32px;
}
.node-proyectos .portlets .portlet .text ul li:before {
  position: absolute;
  left: -20px;
  top: 10px;
  padding: 8px;
  background-color: #003018;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  color: white;
  font-size: 16px;
}
.node-proyectos .portlets .portlet .text span.title {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.node-proyectos .portlets .portlet .text span.title i {
  background: #003018;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  color: white;
  font-size: 16px;
  padding-top: 5px;
}
.node-proyectos .portlets .portlet .text span.title p {
  margin: 0;
}
.node-proyectos .portlets .portlet .text span.title > span {
  font-weight: 600;
}
.node-proyectos .portlets .portlet .text ul li:nth-child(1):before {
  content: '1';
}
.node-proyectos .portlets .portlet .text ul li:nth-child(2):before {
  content: '2';
}
.node-proyectos .portlets .portlet .text ul li:nth-child(3):before {
  content: '3';
}
.node-proyectos .portlets .portlet .text ul li:nth-child(4):before {
  content: '4';
}
.node-proyectos .pdf {
  padding: 80px 0 40px;
  text-align: center;
  cursor: pointer;
}
.node-proyectos .full-image {
  width: 100%;
  height: 400px;
}
.node-proyectos .full-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .node-proyectos .intro .content .image {
    width: 50%;
  }
  .node-proyectos .intro .content .text {
    width: 50%;
    padding: 20px;
  }
  .node-proyectos .intro .full-text {
    padding: 20px;
  }
  .node-proyectos .intro .content.reverse {
    flex-direction: row-reverse;
  }
  .node-proyectos .portlets .portlet .image {
    width: 40%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .node-proyectos .portlets .portlet .text {
    width: 50%;
    padding: 0 20px;
    padding-right: 60px;
  }
  .node-proyectos .portlets .portlet.reverse {
    flex-direction: row-reverse;
  }
  .node-proyectos .portlets .portlet {
    padding-bottom: 60px;
  }
  .node-proyectos .portlets .portlet .text {
    padding-bottom: 0;
  }
  .node-proyectos .portlets .portlet .image img {
    height: 400px;
  }
  .node-proyectos .portlets .portlet .image.auto img {
    height: auto;
    object-fit: contain;
  }
}


/* PRODUCTOS */
.node-productos .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.node-productos .product {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  box-shadow: 0px 5px 25px 0 rgb(0 0 0 / 50%);
  border-radius: 8px;
  margin: 40px 0 12px;
  margin-right: 3%;
  background: #73aa3e;
  transition: all .55s ease;
}
.node-productos .product:hover {
  box-shadow: 0px 5px 25px 0 rgb(0 0 0 / 80%);
}
.node-productos .product .image {
  width: 100%;
  height: 250px;
}
.node-productos .product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-productos .product .title,
.node-productos .product .text {
  color: white;
  text-align: center;
  padding: 20px 20px 0;
}
.node-productos .product p {
  margin-bottom: 0;
}
.node-productos .product .text p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .node-productos .products {
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .node-productos .products {
    justify-content: left;
  }
  .node-productos .product {
    width: 30%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .node-productos .product {
    width: 22%;
  }
}

/* PARTNERRS */
.node-partners .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.node-partners .partner {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 25px 0 rgb(0 0 0 / 50%);
  border-radius: 8px;
  margin: 40px 0 12px;
  margin-right: 3%;
  background: white;
  color: #003018;
  transition: all .55s ease;
}
.node-partners .partner:hover {
  box-shadow: 0px 5px 25px 0 rgb(0 0 0 / 80%);
}
.node-partners .partner .image {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 20px 20px 0;
}
.node-partners .partner .image img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: contain;
}
.node-partners .partner .title,
.node-partners .partner .text {
  text-align: center;
  padding: 20px;
}
.node-partners .partner .title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
.node-partners .partner .title p {
  line-height: 1.2;
  margin-bottom: 8px;
}
.node-partners .partner .title p.country {
  font-size: 18px;
  font-weight: 600;
}
.node-partners .partner .text p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .node-partners .partners {
    margin-top: 40px;
  }
  .node-partners .partner {
    width: 40%;
    margin-bottom: 32px;
  }
  .node-partners .partner .title,
  .node-partners .partner .text {
    padding: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .node-partners .partner {
    width: 30%;
  }
}


/* PAGINAS INFO */
.node-info #page-title {
  margin-top: 32vw;
  margin-bottom: 40px;
}
.node-info .article {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
}
.node-info .article h3 {
  display: flex;
  margin-bottom: 20px;
}
.node-info .article h3 > .number {
  width: 44px;
}
.node-info .article:last-child h3 > .number {
  width: 60px;
}
.node-info .article h3 > span {
  width: 100%;
}
.node-info .article p,
.node-info .article ul {
  margin-left: 5px;
  padding-left: 32px;
}
.node-info .article ul {
  list-style-type: disc;
}
.node-info .article ul li {
  margin-bottom: 16px;
  margin-left: 40px;
}
.node-info .article:after {
  content: '';
  position: absolute;
  width: 4px;
  height: calc(100% - 70px);
  left: 8px;
  top: 70px;
  background: rgb(76 94 121 / 20%);
  z-index: 1;
}

@media (min-width: 576px) {  
  .node-info #page-title {
    margin-top: 24vw;
  }
}
@media (min-width: 768px) {  
  .node-info #page-title {
    margin-top: 20vw;
  }
  .node-info .article p,
  .node-info .article ul {
    padding-left: 44px;
  }
}
@media (min-width: 1024px) {  
  .node-info #page-title {
    margin-top: 16vw;
  }
  .node-info .article h3 > .number {
    width: 52px;
  }
  .node-info .article:last-child h3 > .number {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .node-info .article {
    margin: 0 40px 40px;
  }
}


/* COOKIES */
#cookiesAdvice {
  position: fixed;
  bottom: 0;
  right: -1000px;
  width: auto;
  max-width: 540px;
  margin: 15px;
  background: #2e91b1;
  color: white;
  border-radius: 8px;
  padding: 20px 20px 32px;
  font-size: 16px;
  transition: right 1s ease;
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 25%);
  z-index: 20;
}
#cookiesAdvice.show {
  transition: right 1s cubic-bezier(0.18, 0.89, 0.32, 1.28) 3s;
  right: 0;
}
#cookiesAdvice .text {
  margin-bottom: 32px;
}
#cookiesAdvice p a:not(:hover) {
  color: white;
}