@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Bold.ttf") format("truetype");
  font-weight: 700;
}

:root {
  --nav-fs: 2rem;
  --padding: 0 1rem;
  --slide-fs: 5.6rem;
  --learn-more-fs: 2.8rem;
  --primary-color: #50ab87;
  --secondary: #264161;
  --about-us-header: 8.8rem;
  --about-title: 3.2rem;
  --about-txt: 2.6rem;
  --upper-distance: 5rem;
  --services-fs: 4.6rem;
  --linear-gradient: linear-gradient(90deg,
      var(--primary-color) 2%,
      var(--secondary) 100%);
  --news-title: 2.4rem;
}

html {
  font-size: 62.4%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li>a {
  font-family: "Aptos";
  font-weight: normal;
}

.error>label>small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

/* Strong reset for single-line underline in Safari (and others) */
#contact input,
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="search"],
#contact input[type="tel"],
#contact input[type="url"],
#contact input[type="password"],
#contact textarea {
  /* control paddings to avoid optical double-line illusion */
  padding: 6px 0 !important;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section .has-dropdown>a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 5rem auto -35px;
  position: relative;
  z-index: 1;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs>.current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: #000000c7;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header.scrolled {
  /* background-color: var(--secondary); */
  -webkit-box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
}

.resume-btn {
    margin-top: 10px;
    font-family: "Aptos";
    font-weight: 600 !important;
    background-color: var(--primary-color);
    border-radius: 3px;
    font-size: 16px;
	display: block;
	color: white;
	padding: 10px;
}

.resume-btn:focus,
.resume-btn:hover {
	color: white;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-section {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.top-bar .toggle-topbar.menu-icon {
  top: 15px;
  left: unset;
  right: 0;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 0;
}

.innerpage main {
  padding-top: 280px;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Aptos";
  font-weight: 600 !important;
  background-color: var(--primary-color);
  border-radius: 3px;
  font-size: 14px;
}

.home-active li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--nav-fs);
  color: #fff;
  background-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

/* Links with after element */
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown>a {
  padding-right: 15px !important;
}

.top-bar-section .has-dropdown>a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;
  background-color: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0;
}

.top-bar-section .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.gif-container {
  text-align: center;
  margin: 5rem auto;
	padding: 0 1rem;
}

.container {
  max-width: 154rem;
  padding: var(--padding);
  margin: 0 auto;
}

.socialMedia-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 2rem;
}

.socialMedia-container img {
  width: 30px;
}

.language-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;

  a {
    color: white;
    font-size: var(--nav-fs);
    font-weight: 700;
  }
}

.slick-slide {
  position: relative;
}

#slider_1 .slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #294161;
  background: -o-linear-gradient(left,
      rgba(41, 65, 97, 0.9) 0%,
      rgba(41, 65, 97, 0.7) 50%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(41, 65, 97, 0.9)),
      color-stop(50%, rgba(41, 65, 97, 0.7)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg,
      rgba(41, 65, 97, 0.9) 0%,
      rgba(41, 65, 97, 0.7) 50%,
      rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}

/* #slider_1 .slick-slide::after {
  content: "";
  background-image: url("../img/t-symbol.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: clamp(2rem, 6.77vw, 13rem);
  width: clamp(25rem, 32.71vw, 628px);
  height: clamp(26.2rem, 34.22vw, 657px);
  transform: translateY(-40%);
} */

.sustainable-future {
  position: absolute;
  font-size: 0;
  color: var(--secondary);
  z-index: 1;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 154rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}

.video-container {
  position: relative;
}

.video-container::after {
  content: "";
  background-image: url('../img/tierra-slide-logo-2.png');
  width: 450px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-container video {
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 1050px;
}

.column-image-bg-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  /* adjust as needed */
  overflow: hidden;
}

.inner-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.what-we-do>div .box:hover img {
  -webkit-transform: scale(0.8) !important;
  -ms-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
}

.learn-more a {
  -webkit-animation: showThis 2s forwards;
  animation: showThis 2s forwards;
  overflow: clip;
  white-space: nowrap;
}

@-webkit-keyframes showThis {
  from {
    opacity: 0;
    max-width: 1px;
  }

  to {
    opacity: 1;
    max-width: 100%;
  }
}

@keyframes showThis {
  from {
    opacity: 0;
    max-width: 1px;
  }

  to {
    opacity: 1;
    max-width: 100%;
  }
}

.container.column-image-bg-wrap.column-bg-layer.viewport-desktop {
  margin-top: var(--upper-distance);
}

.column-image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#slider_1 .slick-slide img {
  min-height: 80rem;
}

.slider1 {
  position: relative;
}

.slider1 .learn-more {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 13rem;
  left: clamp(2rem, 9.11vw, 17.5rem);

  a {
    padding: 1.8rem 2.5rem;
    color: white;
    background: -o-linear-gradient(left,
        rgba(65, 176, 109, 1) 0%,
        rgba(93, 125, 163, 1) 100%);
    background: -webkit-gradient(linear,
        left top, right top,
        from(rgba(65, 176, 109, 1)),
        to(rgba(93, 125, 163, 1)));
    background: linear-gradient(90deg,
        rgba(65, 176, 109, 1) 0%,
        rgba(93, 125, 163, 1) 100%);
    border-radius: 3.3rem;
    font-size: var(--learn-more-fs);
    font-weight: 700;
    line-height: 1;
    display: block;
  }
}

#slider_1 .slick-dots {
  position: absolute;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  left: 50%;
  bottom: 4.5rem;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);

  button {
    font-size: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
    background-color: unset;
    background-image: url("../img/inactive-dot.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slick-active {
    border-radius: 50%;
    background-image: -o-linear-gradient(left,
        rgba(65, 176, 109, 1) 0%,
        rgba(93, 125, 163, 1) 100%);
    background-image: -webkit-gradient(linear,
        left top, right top,
        from(rgba(65, 176, 109, 1)),
        to(rgba(93, 125, 163, 1)));
    background-image: linear-gradient(90deg,
        rgba(65, 176, 109, 1) 0%,
        rgba(93, 125, 163, 1) 100%);
  }
}

.about-us-outer-container {
  margin-top: var(--upper-distance);
}

.about-us-outer-container>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.about-us-outer-container>div>h1 {
  width: 49rem;
  font-size: var(--about-us-header);
  font-weight: 700;
  background: -o-linear-gradient(90deg, var(--primary-color) 2%, #5c80a3 100%);
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: 1px;
}

.about-us-txt .moduleTitle {
  font-size: var(--about-title);
  font-weight: 700;
  margin-bottom: 4rem;
}

.about-us-txt {
  color: var(--primary-color);
  font-size: var(--about-txt);
  text-align: justify;
  max-width: 76.5rem;
  margin-left: auto;
  line-height: 1.2;
  letter-spacing: 1px;
}

.about-us-txt .learn-more a {
  display: block;
  color: var(--primary-color);
  margin-top: 3rem;
  position: relative;
  padding-bottom: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-us-txt .learn-more a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 325px;
  height: 4px;
  background-image: var(--linear-gradient);
}

.container.all-services a:hover::before,
.about-us-txt .learn-more a:hover::before {
  max-width: 0;
  -webkit-animation: widthExpand 0.8s forwards;
  animation: widthExpand 0.8s forwards;
}

@-webkit-keyframes widthExpand {
  from {
    max-width: 0;
  }

  to {
    max-width: 325px;
  }
}

@keyframes widthExpand {
  from {
    max-width: 0;
  }

  to {
    max-width: 325px;
  }
}

.about-us-outro {
  max-width: 112rem;
  margin-left: 0;
  font-size: var(--about-txt);
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.about-us-img {
  margin-top: 4rem;
}

.box a:hover {
  max-width: 100%;
  height: auto;
}

/* .what-we-do>div {
  display: flex;
  justify-content: space-between;

  .box {
    max-width: 257px;
    padding: 0 1rem;
  }

  img {
    transition: all 1s;
  }
}

.box a {
  display: block;
}

.box p {
  font-size: var(--about-txt);
  color: var(--secondary);
  font-weight: 700;
  text-align: center;
  margin: 3.2rem 0 0;
} */

.tierra-in-numbers {
  margin-top: var(--upper-distance);
  position: relative;
}

.tierra-in-numbers::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0000004a;
  position: absolute;
  top: 0;
  left: 0;
}

.tierra-in-numbers>.container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tierra-in-numbers>.container h2 {
  font-size: var(--about-us-header);
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  gap: 0rem;
  /* gap: 5rem; */
}

.data-container ul {
  margin: 0;
  list-style-type: none;
}

.data-container p {
  font-size: var(--about-title);
  margin-bottom: 1rem;
  line-height: 1;
  height: 90px;
  font-weight: 700;
}

.total-portfolio-before {
  position: relative;
}

.total-portfolio-before::before {
  content: "Total Portfolio";
  width: auto;
  height: auto;
  position: absolute;
  bottom: 50%;
  left: -10px;
  -webkit-transform: translateX(-100%) translateY(50%);
      -ms-transform: translateX(-100%) translateY(50%);
          transform: translateX(-100%) translateY(50%);
  font-size: var(--about-title);
  ;
  font-weight: 700;
}

.photovoltaics-before::before {
  content: "Photovoltaics";
}

.wind-power-before::before {
  content: "Wind Power";
}

.data-container>div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
}

.data-container ul li {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;

  span {
    font-size: var(--nav-fs);
    font-weight: 700;
	  display: none;
  }
}

.data-container ul li p {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  gap: 1rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 5rem;
}

/* .what-we-do {
  margin-top: var(--upper-distance);
} */

.right-side-news {
  margin-right: auto;
  margin-left: unset !important;

  .news-slider {
    margin-right: auto;
    margin-left: unset;
  }

}

.services-outer-container {
  margin-top: 3rem;
}

.services-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  position: relative;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}

.innerpage .services-container {
  max-width: unset;
}

.service {
  max-width: 70rem;
  width: 100%;
  position: relative;
}

.project figure,
.service figure {
  margin: 0;
  position: relative;
}

.project figure {
  width: clamp(200px, 15.89vw, 305px);
}


.projects-container .slick-next,
.projects-container .slick-prev {
  background-image: url("../img/left-arrow.png");
  background-color: unset;
  font-size: 0;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
  width: 64px;
  height: 64px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: unset;
  position: absolute;
  -webkit-filter: brightness(100) opacity(.4);
          filter: brightness(100) opacity(.4);
  left: 2rem;
  z-index: 1;
}

.projects-container:hover .slick-next,
.projects-container:hover .slick-prev {
  -webkit-filter: brightness(100) opacity(1);
          filter: brightness(100) opacity(1);
}

.projects-container .slick-next {
  background-image: url("../img/right-arrow.png");
  right: 2rem;
  left: unset;
}


.project img {
  width: 100%;
}

.service img {
  width: 100%;
}

.project h3,
.service h3 {
  font-size: clamp(1.8rem, 1.67vw, var(--about-title));
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  width: 90%;
  margin: 0;
}

.service span {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px white;
  bottom: 20rem;
  left: 4rem;
  font-size: 195px;
  font-weight: 700;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 0.75;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.service:hover span {
  bottom: calc(100% - 12rem);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.service .more {
  position: absolute;
  bottom: 5rem;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  color: white;
  font-weight: 700;
  font-size: var(--news-title);
  color: white;
  padding: 1rem 2rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0);
  background: -o-linear-gradient(left,
      rgba(65, 176, 109, 1) 0%,
      rgba(93, 125, 163, 1) 100%);
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(65, 176, 109, 1)),
      to(rgba(93, 125, 163, 1)));
  background: linear-gradient(90deg,
      rgba(65, 176, 109, 1) 0%,
      rgba(93, 125, 163, 1) 100%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.service:hover .more {
  opacity: 1;
}

.projects-container {
  padding: 0 1rem;
}

.projects-container .news {
  width: 400px;
  -webkit-filter: opacity(.5);
          filter: opacity(.5);
}

.projects-container .news.slick-active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.project figure::before,
.service figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(255, 255, 255, 0.2) 90%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(rgba(0, 0, 0, 0.35)),
      color-stop(90%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(255, 255, 255, 0.2) 90%);
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.project:hover figure::before,
.service:hover figure::before {
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(38, 65, 97, 0.5) 100%);
  background: -webkit-gradient(linear,
      left top, left bottom,
      from(rgba(0, 0, 0, 0.78)),
      to(rgba(38, 65, 97, 0.5)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(38, 65, 97, 0.5) 100%);
}

.all-services a {
  color: var(--secondary);
  font-size: var(--news-title);
  font-weight: 700;
  position: relative;
}

.all-services a::before {
  /* content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 270px;
  height: 4px;
  background-image: var(--linear-gradient); */
}

.all-services {
  margin: 2rem auto 3rem;
}

.news-outer-container {
  margin-top: var(--upper-distance);
}

.news-outer-container>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  max-width: clamp(165rem, 88.54vw, 170rem);
  padding-left: 1rem;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.news-slider {
  width: clamp(60rem, 59.38vw, 114rem);
  margin-left: auto;
}

.news-slider .slick-prev {
  display: none !important;
}

.news-slider .slick-next {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  background-image: url('../img/news-right-arrow.png');
  font-size: 0;
  background-color: unset;
  background-size: cover;
  padding: 2.5rem;
}

.news figure {
  margin: 0;
}

.news-outer-container-2 {
  padding: 0 1rem;
}

.news-new-container>.news {
  margin: 0;
  max-width: 154rem;
  padding: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}


.news-new-container>.news:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;

  figure::before,
  figure,
  img {
    border-radius: 2rem;
  }
}

.news-outer-container-2 .news-new-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-new-container>.news>a>div {
  max-width: 70rem;
  padding: 0 2rem;

  span {
    font-size: 2.6rem;
    color: var(--primary-color);
  }
}

.news-new-container>.news:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.news-new-container>.news:hover a {
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 9px #00000061;
          box-shadow: 0px 0px 9px #00000061;
}

.news-new-container>.news>a>div p {
  font-size: var(--news-title);
  color: var(--secondary);
}

.news-new-container>.news>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.news-new-container>.news figure::before,
.news-new-container>.news figure,
.news-new-container>.news img {
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
}

.news-new-container>.news h4 {
  max-width: unset;
  margin: unset;
  text-align: left;
  padding: 0;
  font-size: var(--learn-more-fs);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.news-new-container>.news h4::before {
  content: "";
  background-color: var(--secondary);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.news-new-container>.news:hover h4::before {
  width: 100%;
}

.news-new-container>.news>a .read-more-container {
  display: block;
  position: static;
}

.news {
  margin-right: 20px;
  position: relative;
  width: clamp(32rem, 20.83vw, 40rem);
}

.news figure,
.news img {
  max-height: 47rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}

.news-outer-container .projects-container {
  width: 100%;
  max-width: unset;
}

.project-outer-container .all-services a {
  color: var(--secondary);
  font-size: var(--services-fs);
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.innerpage .news {
  width: 40rem;
}

.read-more-container {
  display: none;
}

.news-slider.slick-initialized .slick-slide {
  padding: 0;
}

.read-more-container {
  position: absolute;
  border-radius: 20px;
  padding: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 3.5rem;
  left: 2.5rem;
}

.read-more-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: -o-linear-gradient(left, var(--primary-color) 2%, #5d7fa4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(2%, var(--primary-color)), to(#5d7fa4));
  background: linear-gradient(90deg, var(--primary-color) 2%, #5d7fa4 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.carrer-btn a,
.read-more {
  position: relative;
  background: -o-linear-gradient(left,
      rgba(65, 176, 109, 0) 0%,
      rgba(93, 124, 163, 0) 100%);
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(65, 176, 109, 0)),
      to(rgba(93, 124, 163, 0)));
  background: linear-gradient(90deg,
      rgba(65, 176, 109, 0) 0%,
      rgba(93, 124, 163, 0) 100%);
  border-radius: 18px;
  padding: 12px 14px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.carrer-btn a,
.news .read-more {
  background: -o-linear-gradient(left,
      rgba(65, 176, 109, 1) 0%,
      rgba(93, 125, 163, 1) 100%);
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(65, 176, 109, 1)),
      to(rgba(93, 125, 163, 1)));
  background: linear-gradient(90deg,
      rgba(65, 176, 109, 1) 0%,
      rgba(93, 125, 163, 1) 100%);
}

.carrer-btn a {
  font-size: var(--nav-fs);
  border-radius: 3rem;
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.news h4 {
  color: white;
  font-weight: 700;
  font-size: clamp(2rem, 1.25vw, var(--about-txt));
  max-width: 330px;
  padding: 0 1rem;
  color: var(--secondary);
  padding: 1rem;
  font-weight: 700;
  background-color: var(--secondary);
  border-radius: 0;
  width: 100%;
  text-align: center;
  background: white;
  margin: 0rem auto;
}

.news figure {
  position: relative;
}

.news figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
  background-color: black;
  -webkit-filter: opacity(.4);
  filter: opacity(.4);
}

.news:hover figure::before {
  filter: opacity(0);
  -webkit-filter: opacity(.4);
  background-color: transparent;
}

.news-txt .moduleTitle {
  color: var(--secondary);
  font-size: var(--services-fs);
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}

.news-txt {
  font-size: var(--news-title);
  color: var(--secondary);
  max-width: 46rem;
  line-height: 1.1;
  margin-bottom: 5rem;
  text-align: center;
}

.carrer-outer-container {
  margin-top: var(--upper-distance);
}

.carrer-outer-container h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
  font-size: var(--services-fs);
  font-weight: 700;
  background: -o-linear-gradient(90deg, var(--primary-color) 2%, #5c80a3 100%);
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: 1px;
}

.carrer-outer-container p {
  color: var(--secondary);
  font-size: var(--news-title);
  text-align: justify;
  max-width: 76.5rem;
  margin-right: auto;
  line-height: 1.2;
  letter-spacing: 1px;
}

.carrer-outer-container>div {
  max-width: 154rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carrer-outer-container>div>div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.carrer-outer-container .learn-more a {
  display: block;
  color: var(--secondary);
  margin-top: 3rem;
  position: relative;
  padding-bottom: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--news-title);
  text-align: justify;
  margin-bottom: 4rem;
}

.carrer-outer-container .learn-more a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 325px;
  height: 4px;
  background-image: var(--linear-gradient);
}

.learn-more a:hover::before {
  max-width: 0;
  -webkit-animation: widthExpand 0.8s forwards;
  animation: widthExpand 0.8s forwards;
}

.map {
  margin: var(--upper-distance) auto 0;
}

.map h3 {
  font-size: var(--services-fs);
  background: -o-linear-gradient(90deg, var(--primary-color) 2%, #5c80a3 100%);
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.map>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 154rem;
  padding: 0 1rem;
  margin: 0 auto;
  gap: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.map ul,
.map>div>div,
.map>div p {
  font-size: var(--news-title);
  text-align: justify;
  max-width: 80rem;
  color: var(--secondary);
  line-height: 1.6;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
  font-size: var(--about-title);
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 5rem;
}

.static-page__content,
.static-page__content *,
.static-page__content p {
  font-size: calc(var(--nav-fs) + .2rem);
  line-height: 1.4;
  text-align: justify;
}

.static-page__content a {
  color: var(--primary-color);
  font-weight: 700;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  margin-top: var(--upper-distance);
  background-color: #000000c7;
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url(../img/symbol-footer.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer a:focus,
footer a:hover,
footer a {
  color: white;
  font-size: var(--nav-fs);
}

.footer-box-title p,
.footer-box-title {
  font-size: var(--learn-more-fs);
  font-weight: 700;
  color: white;
  margin-bottom: .4rem;
}

.footer-information a {
  line-height: 1;
}

.footer-socialMedia-container {
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer ul {
  margin: 0;
  list-style-type: none;
}

.footer-menu {
  margin-left: clamp(5rem, 9.38vw, 18rem);
  margin-right: clamp(5rem, 5.73vw, 11rem);
}

.footer-contact {
  max-width: 32rem;
}

.footer-information>li:first-of-type {
  margin-bottom: 3rem;
}

.footer-information>li:nth-of-type(2) {
  margin-bottom: 4px;
}

.footer-bottom,
.bottom-footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-footer-details {
  gap: clamp(1rem, 1.82vw, 3.5rem);
}

.site-footer__copyrights {
  color: white;
  font-size: var(--nav-fs);
}

.bottom-footer-details span {
  color: white;
  font-size: 1.9rem;
}

.footer-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

.innerpage-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  list-style-type: none;

  .news {
    margin: 0;
  }
}

#contact input::-webkit-input-placeholder {
  padding: 1.8rem 2px;
  font-size: 2rem;
  background-color: transparent;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 1px solid white;
  color: white;
}

#contact input::-moz-placeholder {
  padding: 1.8rem 2px;
  font-size: 2rem;
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  border-bottom: 1px solid white;
  color: white;
}

#contact input:-ms-input-placeholder {
  padding: 1.8rem 2px;
  font-size: 2rem;
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  border-bottom: 1px solid white;
  color: white;
}

#contact input::-ms-input-placeholder {
  padding: 1.8rem 2px;
  font-size: 2rem;
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  border-bottom: 1px solid white;
  color: white;
}

#message,
#messageType option,
#contact input::placeholder,
#contact input:focus,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  padding: 1.8rem 2px;
  font-size: 2rem;
  background-color: transparent;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 1px solid white;
  color: white;
}

#messageType option {
  background-color: var(--primary-color);
}

#message::-webkit-input-placeholder {
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: white;
  font-size: 2rem;
  background-color: transparent;
}

#message::-moz-placeholder {
  border: unset;
  box-shadow: unset;
  color: white;
  font-size: 2rem;
  background-color: transparent;
}

#message:-ms-input-placeholder {
  border: unset;
  box-shadow: unset;
  color: white;
  font-size: 2rem;
  background-color: transparent;
}

#message::-ms-input-placeholder {
  border: unset;
  box-shadow: unset;
  color: white;
  font-size: 2rem;
  background-color: transparent;
}

#messageType,
#message,
#message::placeholder {
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: white;
  font-size: 2rem;
  background-color: transparent;
}

#messageType,
#message {
  border-bottom: 1px solid white;
}

label {
  font-size: 2rem;
  color: white;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: 14px;
}

#messageType {
  height: 38px;
  font-size: var(--nav-fs);
  font-family: "Aptos";
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  padding: 0 1rem;
}

#contact form {
  max-width: 80rem;
  width: 100%;
  background-color: var(--secondary);
  padding: 5rem 1rem;
  border-radius: 4rem;

  &>* {
    margin-bottom: 2rem;
  }
}

.innerpage main {
  padding-top: 0;
}

.main__image {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;

  img {
    max-width: 64rem;
    width: 100%;
    max-height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3rem;
  }
}

#articlebody .main__image img {
  max-width: unset;
  border-radius: unset;
  margin-top: -15rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  padding: 0;
}

.pagination {
  margin: 2rem 0 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(--primary-color);
}

ul.pagination li a {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: var(--primary-color);
  color: white;
}

.footer-logo img {
  max-width: 30rem;
}

.footer-logo {
  padding-top: 10px;
}

breadcrumbs {
  margin-top: 2rem;
  padding: 0;
}

.breadcrumbs a:not(.current):hover {
  color: var(--primary-color) !important;
}

.breadcrumb *,
.breadcrumbs>.current {
  font-size: 16px;
}

.breadcrumb .fa-home {
  color: var(--primary-color);
}

.alert-box.warning,
.alert-box.success {
  font-size: 1.8rem;
}

.close {
  opacity: 1 !important;
  right: 0rem !important;
  cursor: pointer;
}

#contact .alert-box.success {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

#contact .alert-box .close {
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px 6px 8px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  opacity: 1;
  margin: 0;
  transform: translateY(-50%);
}

input[type="file"] {
  width: 100%;
  color: white;
  font-size: 1.4rem;
}

#contact.carrerContact .alert-box.success {
  position: absolute;
  bottom: 30px;
}

h3.category-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--news-title);
  font-weight: 700;
}

.category-title-2 {
  margin-top: 5rem;
}

h3.category-title+.innerpage-news-container,
.category-title-2+.innerpage-news-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-column-align: center;
      justify-self: center;
}

.company.video-container video {
  height: clamp(20px, 30.208vw, 1580px);
}

.company.video-container::after {
  display: none;
}

.services-outer-container>h3 {
  font-weight: 700;
  color: var(--secondary);
  font-size: var(--services-fs);
  padding: 0 1rem;
  text-align: center;
}

.services-outer-container .projects-title {
  color: var(--primary-color);
  text-align: right;
  text-align: center;
}

@media screen and (min-width: 1921px) {
  .news-slider {
    width: 100%;
    margin-left: auto;
    max-width: 160rem;
  }

  .news-outer-container>div {
    gap: 1rem;
    max-width: 58vw;
  }

  .news-outer-container>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    max-width: 224rem;
  }
}

@media screen and (max-width: 1520px) {
  :root {
    --services-fs: 3.2rem;
    --slide-fs: 4.2rem;
    --learn-more-fs: 2.4rem;
    --about-us-header: 7rem;
    --about-title: 2.8rem;
    --about-txt: 2.2rem;
    --upper-distance: 10rem;
    --news-title: 2.4rem;
  }

  .news-new-container>.news>a>div {
    max-width: 60rem;
  }

  .news-outer-container-2 .news img {
    max-width: 65rem;
  }

  .services-icon img {
    width: clamp(6rem, 8.68vw, 13.2rem);
  }

  .service span {
    font-size: clamp(100px, 12.5vw, 190px);
  }

	.tierra-in-numbers>.container {
		-webkit-transform: translate(-50%, -50%) !important;
		    -ms-transform: translate(-50%, -50%) !important;
		        transform: translate(-50%, -50%) !important;
	}
	
  #slider_1 .slick-slide img {
    min-height: 60rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slider1 .learn-more,
  #slider_1 .sliderCaption {
    left: 4rem;
  }

  #slider_1 .sliderCaption {
    width: 47rem;
  }

  /* #slider_1 .slick-slide::after {
    right: 3rem;
  } */

  #slider_1 .slick-dots {
    bottom: 1.5rem;
  }

  .innerpage .services-container,
  .services-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 960px;
    margin: 0 auto;
  }

  .all-services {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .tierra-in-numbers video {
    height: 710px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sustainable-future {
    text-align: center;
  }

  .carrer-outer-container>div>div:first-of-type {
    max-width: 58rem;
  }

  .all-services {
    margin-left: auto;
    margin-right: 0;
  }

  .projects-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .projects-container .slick-next,
  .projects-container .slick-prev {
    width: 50px;
    height: 50px;
    background-size: contain;
  }

  .project.slick-slide {
    padding: 0 5px;
  }

  .project.slick-slide figure {
    width: 100%;
  }
	
	.data-container ul li p {
		padding: 0;
	}
}

@media screen and (max-width: 1220px) {
  .news-outer-container-2 .news-new-container .news>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;

    figure::before,
    figure,
    img {
      border-radius: 2rem;
    }
  }

  .news-new-container>.news>a>div {
    padding: 2rem;
  }

  .news-outer-container-2 .news {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  h3.category-title+.innerpage-news-container,
  .category-title-2+.innerpage-news-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);

    .news {
      width: clamp(29rem, 32.79vw, 40rem);
    }
  }

  .language-social-container {
    gap: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }

  .title-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .top-bar-section {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0 auto;
  }

  .top-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    height: 102px;
  }

  .top-bar-section .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  :root {
    --about-us-header: 6.8rem;
    --nav-fs: 2rem;
    --padding: 0 1rem;
    --slide-fs: 3.2rem;
    --learn-more-fs: 2.6rem;
    --primary-color: #50ab87;
    --secondary: #264161;
    --about-title: 2.8rem;
    --about-txt: 2.4rem;
    --upper-distance: 7rem;
    --services-fs: 2.8rem;
    --news-title: 2rem;
  }

  #slider_1 .slick-slide img {
    min-height: 55rem;
  }

  .carrer-outer-container>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-we-do>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    max-width: 60rem;
  }

  .about-us-outro {
    text-align: center;
  }

  .about-us-outer-container>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-txt {
    margin: 0 auto;
  }

  .innerpage .services-container,
  .services-container {
    gap: 3rem;
  }

  .services-icon {
    display: none;
  }

  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #contact iframe {
    width: 100%;
  }

  .map>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .data-container {
    gap: 2rem;
  }
	
.data-container ul li span {
display: block;
	}
	
	.total-portfolio-before::before {
	display:none;
	}
	
	.data-container ul li p {
      font-size: 4rem;
	}
	
  .innerpage .services-container,
  .services-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 650px;
    margin: 0 auto;
  }

  .sustainable-future {
    width: 100%;
    text-align: center;
  }

  .data-container p {
    height: auto;
    margin-bottom: 2rem;
  }

  .carrer-outer-container>div>div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carrer-outer-container p {
    margin: 0 auto;
  }

  .learn-more,
  .carrer-outer-container h5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  [class*="block-grid-"] {
    max-width: 660px;
    /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .about-us-outer-container>div>h1 {
    max-width: 39rem;
    width: 100%;
  }

  .bottom-footer-details span {
    display: none;
  }

  .news-outer-container>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-slider {
    width: 100%;
  }

  .innerpage .services-container,
  .services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-txt .learn-more {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .service span {
    font-size: clamp(130px, 12.5vw, 190px);
  }

  /* #slider_1 .slick-slide::after {
    width: 260px;
    height: 272px;
    right: 1rem;
  } */

  .slider1 .learn-more,
  #slider_1 .sliderCaption {
    left: 2rem;
  }

  .top-bar-section .center {
    gap: 2rem;
  }

  .news-txt {
    margin-bottom: 5rem;
  }

  .footer-menu {
    margin: 0 2rem;
    min-width: 21rem;
  }

  .footer-contact {
    max-width: 28rem;
  }

  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .bottom-footer-details {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }

  .site-footer__copyrights {
    width: 100%;
    text-align: center;
  }

  .data-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50rem;
    margin: 0 auto;
  }

  .data-container p {
    text-align: center;
  }

  .data-container ul {
    text-align: center;
  }

  .data-container .slick-prev,
  .data-container .slick-next {
    margin: 0;
    font-size: 0;
  }

  .data-container .slick-prev,
  .data-container .slick-next {
    background-color: transparent;
    background-repeat: no-repeat;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 64px;
    background-size: contain;
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }

  .data-container .slick-prev {
    background-image: url("../img/left-arrow.png");
  }

  .data-container .slick-next {
    background-image: url("../img/right-arrow.png");
  }

  .tierra-in-numbers>.container h2 {
    font-size: var(--slide-fs);
    color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8rem;
  }

  #articlebody .main__image {
    margin-top: 10rem;
  }

  div.breadcrumb {
    margin-top: 2rem;
  }
}

.homepage main {
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  :root {
    --about-us-header: 3.4rem;
    --nav-fs: 1.8rem;
    --padding: 0 1rem;
    --slide-fs: 3.2rem;
    --learn-more-fs: 2rem;
    --primary-color: #50ab87;
    --secondary: #264161;
    --about-title: 2.2rem;
    --about-txt: 1.8rem;
    --upper-distance: 5rem;
    --services-fs: 2.4rem;
    --news-title: 1.8rem;
  }

  .tierra-in-numbers>.container h2 {
    text-align: center;
  }

  .innerpage .services-container,
  .services-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
  }

  .main__image img {
    width: 100%;
    max-height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 30rem;
  }

  #contact form {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }

  .what-we-do>div {
    gap: 1rem;
  }

  .box p {
    margin: 0.5rem 0 0;
  }

  .service figure,
  .news figure::before,
  .news figure,
  .news img {
    border-radius: 1rem;
    width: 100%;
  }

  .service {
    width: 100%;
  }

  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px;
    /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .innerpage .news {
    max-width: 40rem;
    width: 95vw;
  }

  .breadcrumbs *,
  .breadcrumbs>.current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: var(--primary-color);
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span+span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .what-we-do>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
  }

  .about-us-txt .moduleTitle {
    margin-bottom: 3rem;
  }

  .service {
    width: 100%;
  }

  .about-us-outer-container>div>h1 {
    text-align: center;
  }

  #slider_1 .sliderCaption {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.6rem;
    padding-right: 1rem;
  }

  .about-us-txt .moduleTitle {
    margin-bottom: 2rem;
  }

  .about-us-txt {
    margin: 0 auto;
    text-align: center;
    text-wrap: pretty;
  }

  .about-us-txt .learn-more a::before {
    width: 100%;
  }

  .learn-more {
    margin-left: auto;
    margin-right: auto;
  }

  .top-bar {
    width: 100%;
    gap: 2rem;
  }

  .top-bar .title-area {
    width: 100%;
  }

  .top-bar.expanded .title-area {
    background-color: transparent;
  }

  #logo img {
    height: 4rem;
  }

  .top-bar {
    padding-top: 1.3rem;
  }

  .video-container::after {
    width: 250px;
    height: 72px;
    background-size: contain;
  }

  .video-container video {
    height: calc(100dvh - 65px);
  }

  .top-bar-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar-section .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }

  .language-social-container {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socialMedia-container {
    margin: 0;
    padding-bottom: 3rem;
  }

  .homepage main {
    padding-top: 6.5rem;
  }

  #slider_1 .sliderCaption {
    text-align: center;
  }

  .slider1 .learn-more {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }

  #slider_1 .slick-slide img {
    min-height: 45rem;
  }

  .all-services {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .all-services a::before {
    width: 100%;
  }

  .footer-contact,
  .footer-menu {
    text-align: center;
  }

  footer .socialMedia-container {
    padding: 0;
    margin: 2rem auto 0;
  }

  .bottom-footer-details>div:last-of-type {
    text-align: center;
    text-wrap: balance;
  }

  .service .more {
    padding: 1rem 2rem;
  }

  .service .more {
    opacity: 1;
  }

  .service span {
    font-size: clamp(30px, 12.5vw, 190px);
  }

  .news-slider {
    width: 100%;
  }

  .service span {
    bottom: 12rem;
  }

  .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box img {
    max-width: 15rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }

  .footer-logo img {
    max-width: 18rem;
  }

  .news-txt {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .site-footer {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .about-us-outer-container>div>h1 {
    max-width: 28rem;
    width: 100%;
    margin-bottom: 1rem;
  }

  .container {
    max-width: 100%;
  }

  .container h1 {
    font-size: 3rem;
  }

  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
  }

  .video-container video {
    max-height: 35rem;
    min-height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news-outer-container>div {
    padding-left: unset;
  }

  .innerpage .service img {
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .static-page__title {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .read-more-container {
    white-space: nowrap;
  }

  .news h4 {
    padding: 0 1rem;
    width: 100%;
  }

  div.breadcrumb {
    margin-bottom: -1rem;
  }

  #articlebody .main__image {
    margin-top: 6.4rem;
  }

  #contact input {
    margin-bottom: 1rem;
  }

  h3.category-title+.innerpage-news-container,
  .category-title-2+.innerpage-news-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .innerpage .services-container,
  .services-container {
    gap: 1rem;
    max-width: 100%;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .news-slider .slick-next {
    display: none !important;
  }

  .category-title-2 {
    margin-top: 1rem;
  }

  #logo img {
    height: 3rem;
  }

  .top-bar .title-area {
    padding-top: 5px;
  }

  .top-bar .toggle-topbar.menu-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .top-bar .toggle-topbar.menu-icon {
    margin-top: 3px;
  }

  .tierra-in-numbers>.container h2 {
    margin: 0 auto 3rem;
  }

  .tierra-in-numbers video {
    height: 450px;
  }

  .projects-container .news {
    width: clamp(30rem, 20.83vw, 40rem);
  }

  .projects-container .news h4 {
    position: relative;
  }
}