/*
  Theme Name: Factoria Creativa Child
  Theme URI: https://www.factoriacreativabarcelona.es/
  Description:  A lightweight and minimalist WordPress theme for Factoria Creativa
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: factoria-creativa
  Text Domain: factoria-creativa-child
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/************************************************General**********************************************************/

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&family=Gilda+Display&display=swap"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /********************General**********************************/
  --fc-main-padding: 0 7rem;
  --fc-main-single-padding: 7rem;
  --fc-main-vertical-padding: 10rem 0rem;
  --fc-main-content: 148rem;
  --fc-main-width: 192rem;
  --fc-max-width: 240rem;

  --fc-main-gap: 6rem;
  --fc-negative-margin: -7.2rem;
  --fc-full-height: 100vh;

  /*********************Fonts*****************************/
  --fc-main-font: "Mont", sans-serif;
  /******************Colors*******************************/
  --fc-color-main-text: #60605e;
  --fc-negro-transparente: rgba(0, 31, 96, 0.6);
  --fc-color-azul: #001689;
  --fc-azul-oscuro: #001f60;
  --fc-gray: #d0d0d0;
  --fc-cyan: #00ccff;
  /* Primary p */
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 */
  font-size: 62.5%;
  font-family: var(--fc-main-font);
  overflow-x: hidden;
  /* May not work on Safari */
  /* scroll-behavior: smooth; */
}

body {
  font-family: var(--fc-main-font);
  color: var(--fc-azul-oscuro);
  max-width: var(--fc-max-width);
  margin: 0 auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body p {
  margin-bottom: 2rem;
}

div p:last-of-type {
  margin-bottom: 0;
}

.post-template-default div p:last-of-type {
  margin-bottom: 2rem;
}

body h1 {
  /* font-family: var(--fc-secondary-font);
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2; */
  margin: 0;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.1;
}

body h2 {
  margin-bottom: 2.5rem;
}

body h3 {
  margin-bottom: 1rem;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

ul:not([class]),
ol:not([class]) {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

/************************************General Fonts************************************/

.factoria__h1,
h1 {
  margin: 0;
}

/* AGH3 */
.factoria__h2,
h2 {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 4rem;
  margin: 0;
}

.factoria__paragraphs,
p,
li,
td {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.factoria__h3,
h3 {
  margin: 0;
}

.enegy_h1 {
  font-weight: 600;
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 0;
}

.enegy_h2 {
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.energy_h3 {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.1;
  margin: 0;
}

.energy_subtitulos {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
}

.energy_paragraph_bold {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.energy_paragraph_s {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
}

/***********************General Styles***************************/

.factoria__main-content {
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
  max-width: var(--fc-max-width);
  margin: 0 auto;
}

.factoria__inner-content {
  max-width: var(--fc-main-width);
  width: 100%;
}

#factoria-main-content {
  padding: var(--fc-main-vertical-padding);
}

.factoria__fit-content {
  max-width: var(--fc-main-content);
  width: 100%;
}

/********************************Modal General ********************************/

#factoria-reusable-modal-89,
#factoria-marketing-modal-89 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in;
  transform: scale(0);
}

#factoria-reusable-modal-89.show,
#factoria-marketing-modal-89.show {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease-out;
  transform: scale(1);
}

.id-energy-modal__project-detail {
  display: flex;
  max-width: 90vw;
  margin-top: 6rem;
  position: relative;
}

.id-energy-modal__project-detail--overlay-logo {
  position: absolute;
  top: 3rem;
  left: 6rem;
  img {
    max-width: 12.2rem;
  }
}

.id-energy-modal__project-detail__left-block,
.id-energy-modal__project-detail__right-block {
  width: 50%;
}

.id-energy-modal__project-detail__left-block {
  position: relative;
  background-color: var(--fc-color-azul);
  color: #fff;
  padding: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  h2 {
    margin-bottom: 3.2rem;
  }
}

.id-energy-modal__project-detail__right-block img {
  object-fit: cover;
}

.project-modal__button-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 5rem;
}

.video-button,
.close-modal,
.video-button.factoria__buttons {
  padding: 1.2rem 1.6rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  cursor: pointer;
}

.id-energy-modal__project-detail--overlay-x {
  color: #fff;
  position: absolute;
  left: calc(100% - 5rem);
  top: 3rem;
  font-size: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.home__section-six__mobile-map {
  display: none;
}

#factoria-marketing-modal-89 .id-energy-modal__project-detail__left-block,
#factoria-marketing-modal-89 .id-energy-modal__project-detail__right-block {
  flex: 1 1 50%;
}

#factoria-marketing-modal-89 .id-energy-modal__project-detail {
  max-width: 70vw;
}

#cmplz-document{
  max-width: 100%;
}

/*****************************Marketing Modal *********************************/
/**********************************Menu ***************************************/

.secondary_menu_one {
  background-color: var(--fc-negro-transparente);
  border: 1px solid #fff;
  transform: translate(-10%, 45px);
  border-radius: 0;
}

#main_header_89 .menu-item .secondary_menu_one .item-anchor {
  color: #fff;
  font-size: 1.2rem;
  padding: 1.6rem;
}

#main_header_89 .menu-item-has-children::after {
  content: "\f107";
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -0.8rem;
  top: 2px;
  transform: translate(100%, 0%);
  transition: all 0.25s ease-in;
  color: #fff;
  font-size: 1.3rem;
}
/***********************General Modifiers***************************
fc-{number}-block example fc-first-block
fc-{attribute}-title fc-primary-title
fc-loop use in loops
fc-element sinfle element in aloop
/

/*********************************Gsap*************************************************/
.gsap-section-transition {
  min-height: 100vh;
  scroll-snap-align: start;
}

/*************************************Header******************************************/

#main_header_89 {
  background-color: var(--fc-negro-transparente);
  min-height: auto;
}

.custom_menu_secondary .header_menu_one {
  gap: 6rem;
}

#main_header_89 .menu-item .item-anchor {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  text-transform: initial;
}

.gemma__inner-content--header {
  padding: 1.4rem 0;
}

.custom_logo_wrapper img {
  max-width: 13rem;
  height: auto;
}

/*************************************Gtranslate************************************/

.gtranslate_wrapper {
  display: flex;
  gap: 2rem;
  padding: 1rem;
}

.gtranslate_wrapper .glink {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}

.gt-current--lg {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  /* color: var(--fc-color-black, #484848); */
}

.gtranslate_wrapper a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
/* 
.header_menu_one > .menu-item.has_submenu::after {
  content: "\f107";
  cursor: pointer;
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 60%;
  transform: translateY(-60%);
  transition: all 0.25s ease-in;
  font-size: 1.5rem;
  color: var(--fc-color-black, #484848);
} */

/****************************Copyright*******************************/

.copyright-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline;
  color: var(--fc-blue);
  a {
    display: inline;
    text-decoration: none;
    color: var(--fc-blue);
  }
  p {
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }
}

/**********************************Boton General ********************************************/

.factoria__buttons {
  border: 1px solid var(--fc-azul-oscuro);
  padding: 1.2rem 1.6rem;
  color: var(--fc-azul-oscuro);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.3s ease-in;
  display: block;
}

.factoria__buttons:hover {
  background-color: var(--fc-azul-oscuro);
  color: #fff;
  transition: all 0.3s ease-out;
}

/********************************************Home Page Gsap nav *****************************************/

.page-template-home .custom_logo_wrapper {
  visibility: hidden;
  opacity: 0;
}

.page-template-home .custom_menu_secondary {
  visibility: hidden;
  opacity: 0;
}

.page-template-home .home-banner--information__icon {
  visibility: hidden;
  opacity: 0;
}

.page-template-home .home-banner--information__text {
  visibility: hidden;
  opacity: 0;
}

.about-page__section-two__information-timeline--element--year > p {
  font-size: 2.7rem;
}

/*****************************************error 404 ********************************************/

.error-404--inner {
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 10rem 0;
}

.error-404--inner span {
  color: var(--fc-cyan);
}

.error-404__text {
  text-align: center;
}

/********************************************Home Page *****************************************/

.home-banner {
  position: relative;
  margin-top: var(--fc-negative-margin);
  background: rgba(0, 0, 0, 0.2);
}

.home-banner-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(33.4%);
  max-width: 63rem;
}

.home-banner--inner {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20rem;
}

.home-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-banner__video video {
  object-fit: cover;
}

.home-banner--information__icon {
  max-width: 38.5rem;
  width: 100%;
}

.home-banner--information__wrapper {
  max-width: 73rem;
}

.home-banner--information__wrapper .home-banner--information__separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 3.2rem 0;
}

.home-banner--information__text {
  color: #fff;
}

.home__section-two {
  background-color: var(--fc-color-azul);
}
.home__section-two--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5.6rem;
}

.home__section-two--numbers__block-one--logo {
  max-width: 27.5rem;
  width: 100%;
}

.home__section-two--information {
  color: #fff;
  max-width: 103rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.home__section-two--numbers {
  border: 1px solid #fff;
  padding: 8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.home__section-two--numbers__block-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.numbers__block-two--loop {
  display: flex;
  justify-content: space-between;
}

.numbers__block-two--loop > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
}

.numbers__block-two--loop > div > p:first-child {
  font-weight: 600;
  font-size: 8.3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.numbers__block-two--loop > div > p:last-child {
  display: inline-block;
  max-width: 17rem;
  font-weight: 600;
}

.home__section-three--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
}

.home__section-three__services--element__card--text {
  text-align: left;
}

.home__section-three__information {
  max-width: 88rem;
  text-align: center;
  margin-top: 5rem;
}

.home__section-three__information--title {
  margin-bottom: 2rem;
}

.home__section-three__information--text {
  margin-top: 0.8rem;
}

.home__section-three__services {
  width: 100%;
}

.home__section-three__services--loop {
  display: flex;
  a {
    text-decoration: none;
    color: var(--fc-azul-oscuro);
    margin: 0 3.3rem;
    display: flex;
    flex: 1;
  }
}

.home__section-three__services--loop.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}

.home__section-three__services--loop.slick-slider .slick-track {
  display: flex;
}

.home__section-three__services--element {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home__section-three__services--element__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
  border: 1px solid var(--fc-azul-oscuro);
  background-color: #fff;
  padding: 4rem;
  margin-top: 0.8rem;
  text-align: center;
  flex-grow: 1;
  transition: all 0.3s ease-in;
}

.home__section-three__services--element__card:hover {
  background-color: var(--fc-color-azul);
  color: #fff;
  transition: all 0.3s ease-out;
  .home__section-three__services--separator {
    background-color: #fff;
  }
}

#service_desarrollo .home__section-three__services--element__card:hover {
  svg path {
    fill: #fff;
  }
}

.home__section-three__services--separator {
  height: 1px;
  width: 100%;
  background-color: var(--fc-azul-oscuro);
}

.factoria__fit-content.home__section-three--inner {
  max-width: calc(var(--fc-main-content) + 6.6rem);
}

.home__section-three {
  position: relative;
  overflow: hidden;
}

.home__section-three-banner-vector {
  position: absolute;
  top: -6rem;
  left: 0;
  width: 25%;
  z-index: -1;
}

.home__section-three__secondary-banner-vector {
  position: absolute;
  bottom: -9rem;
  right: 0;
  width: 17%;
  z-index: -1;
}

.home__section-four--inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 1000%;
  height: 100%;
}

.home__section-four,
.home__section-five {
  background-color: var(--fc-color-azul);
  color: #ffffff;
  max-width: var(--fc-max-width);
  overflow: hidden;
}

.home__section-four--inner a {
  text-decoration: none;
}

.home__section-five {
  overflow: visible;
}

.home__section-four__information--separator {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin-top: 4rem;
}

.home__section-four__information {
  margin-right: 17.6rem;
  max-width: 104.4rem;
  width: 100%;
  padding-left: 1%;
}

.home__section-four__information--text {
  margin-top: 3.2rem;
}

.home__section-four__information__service-element {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1/1;
  height: 90vh;
  padding: 6rem;
  color: #fff;
  margin-right: 3.2rem;
}

.home__section-four__information__service-element:hover
  .home__section-four__information__service-element--img
  img {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}

.home__section-four__information__service-element::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 96, 0.6);
  transition: all 0.3s ease-in;
}

.home__section-four__information__service-element:hover::after {
  background-color: rgba(0, 31, 96, 0.3);
  transition: all 0.3s ease-out;
}

.home__section-four__information__service-element--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  img {
    object-fit: cover;
    transition: all 0.3s ease-in;
  }
}

.home__section-four__information__service-element--information {
  z-index: 1;
}

.home__section-four__information__service-element--information__text--wrapper {
  display: flex;
  align-items: flex-end;
  gap: 7rem;
  margin-top: 2.4rem;
}

.home__section-five__image-block > img {
  aspect-ratio: 1092 / 865;
  height: auto;
  object-fit: cover;
}

.home__section-five {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.home__section-five__image-block {
  position: relative;
  width: 55%;
}

.home__section-five__information-block {
  display: flex;
  justify-content: flex-end;
  width: 45%;
}

.home__section-five__information-block__data {
  position: absolute;
  top: 0;
  transform: translate(5%, -50%);
  width: 150%;
  max-width: 83.5rem;
  padding: 8.9rem 8.1rem 8.9rem 10.5rem;
  background-color: var(--fc-color-azul);
  z-index: 1;
}

.home__section-five__information-block--inner {
  position: relative;
  max-width: 66rem;
  width: 100%;
}

.home__section-five__information-block__data--text {
  font-weight: 700;
}

.home__section-five__information-block__data--separator {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 1.6rem 0;
}

.home__section-five__information-block__data--loop__element {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.home__section-five__information-block__data--loop__element--number {
  width: 3.2rem;
  height: 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--fc-cyan);
  color: #fff;
  > p {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.home__section-five__information-block__data--loop {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  margin-top: 2.8rem;
}

.home__section-five__information-block__data--bg-vector {
  position: absolute;
  left: 0;
  transform: translate(-71.6%, 14.4%);
}

.home__section-five__image-block__data--bg-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(66.7%);
  > img {
    max-width: 35rem;
  }
}

.home__section-six {
  align-items: center;
}

.home__section-six--inner {
  margin-top: 12vh;
}

.home__section-seven.gsap-section-transition {
  min-height: auto;
}

.home__section-seven--inner {
  display: flex;
  align-items: center;
  padding: 14rem 0;
}

.home__section-seven--title {
  width: calc(30% - 6rem);
}

.home__section-seven--loop {
  width: calc(70% + 6rem);
}

.home__section-seven__partners-loop {
  width: 100%;
}

.home__section-seven__partners-loop--element {
  margin: 0 6rem;
  img {
    max-width: 15rem;
  }
}

.home__section-seven__partners-loop .slick-track {
  display: flex;
  align-items: center;
}

/********************************Footer**********************************/

.factoria-footer--inner {
  display: flex;
  padding: 9rem 0;
}

.factoria-footer__main-content {
  width: 67%;
  display: flex;
  justify-content: space-between;
}

.factoria-footer__main-content__description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 43rem;
  > img {
    height: auto;
    max-width: 43rem;
  }
}
.footer__section-three__contact-wrapper--text > p {
  margin-bottom: 0;
}

.projects__section-two--loop__element--information__secondary h4 {
  font-weight: 600;
}

.projects__section-three--table-data--icon {
  width: 30px;
}

.projects__section-three--table-data--icon svg {
  width: 100%;
}

.factoria-footer {
  position: relative;
  background-color: var(--fc-color-azul);
  color: #fff;
}

.footer_menu_one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  list-style: none;
  /* color: #fff; */
}

.footer_menu_one a {
  text-decoration: none;
  color: #fff;
}

.factoria-footer__main-content__location--social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer__section-one__contact-wrapper a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  text-decoration: none;
  > p {
    margin: 0;
  }
}

.factoria-footer__main-content__location {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 2.2rem;
}

.footer__section-one__contact-wrapper:first-of-type {
  max-width: 16rem;
}

.factoria-footer__vector-wrapper--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  max-width: 55rem;
}

.post-template-default .factoria-footer p:last-of-type {
  margin-bottom: 0;
}

/*************************About Page *************************************/

.about-page__section-one {
  display: flex;
  margin-top: var(--fc-negative-margin);
  height: 100vh;
  max-width: var(--fc-max-width);
}

.about-page__section-one__left-block {
  width: 42%;

  img {
    object-fit: cover;
  }
}

.about-page__section-one__right-block {
  display: flex;
  align-items: flex-end;
  width: 58%;
  background-color: var(--fc-color-azul);
  color: #fff;
  padding-right: var(--fc-main-single-padding);
}

.about-page__section-one__right-block--inner {
  --fc-about-padding: 14.9rem;
  max-width: 85.8rem;
  /* padding-left: 14.9rem; */
  padding-bottom: 4rem;
  width: 100%;
  > p,
  h1 {
    padding-left: var(--fc-about-padding);
    @media (max-width: 540px) {
      padding-left: 0;
    }
  }
  h1 {
    padding-bottom: 2.4rem;
  }
}

.about-page__section-one__right-block--main-text {
  padding-left: var(--fc-about-padding);
}

.about-page__section-one__right-block--separator {
  height: 1px;
  background-color: #fff;
  margin: 4rem 0;
  margin-left: var(--fc-about-padding);
}

.about-page__section-one__right-block--main-title__overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.2rem 3rem;
  padding-left: 6rem;
  transform: translate(-99.8%, -2.4rem);
  background-color: var(--fc-color-azul);
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.about-page__section-one__right-block--main-title {
  position: relative;
}

.about-page__section-two {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.about-page__section-three__first-block--text__text {
  margin-top: 1rem;
}

.about-page__section-two__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.factoria__fit-content.about-page__section-two--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9rem;
  max-width: 152rem;
}

.about-page__section-two__information {
  display: flex;
  gap: 5.2rem;
  z-index: 1;
  width: 100%;
  color: #fff;
}

.about-page__section-two__information > div {
  flex: 1;
}

.about-page__section-two__information--data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-page__section-two__information--data__description--year {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--fc-cyan);
  > p {
    margin: 0;
  }
}

.about-page__section-two__information--data__description--text > p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
}

.single-tecnologia__flexible-content__graph-text__img-information--left-block__list--element--title {
  font-size: 2.1rem;
}

.about-page__section-two__information--data__description--text {
  margin-top: 1.2rem;
}

.about-page__section-two__information--featured-image {
  position: relative;
  aspect-ratio: 761/525;
}

.about-page__section-two__information--featured-image--overlay {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-46%, -27.7%);
}

.about-page__section-two__information--featured-image picture > img {
  object-fit: cover;
}

.about-page__section-two__information-timeline {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 90%;
  margin-top: 6rem;
}

.about-page__section-two__information-timeline--element {
  display: flex;
  align-items: center;
  flex: 1;
}

.about-page__section-two__information-timeline--element:last-of-type {
  flex: unset;
}

.about-page__section-two__information-timeline--element__line {
  width: auto;
  height: 5px;
  background-color: #fff;
  flex: 1;
}

.about-page__section-two__information-timeline--element:last-of-type
  .about-page__section-two__information-timeline--element__line {
  flex: 0;
}

.about-page__section-two__information-timeline--element__icon {
  position: relative;
  cursor: pointer;
}

.about-page__section-two__information-timeline--element--year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -140%);
  color: #fff;
}

.active
  .about-page__section-two__information-timeline--element__icon
  svg
  circle {
  fill: var(--fc-cyan);
}

.about-page__section-two__information-timeline--element__line.active-line {
  background-color: var(--fc-cyan);
}

.active .about-page__section-two__information-timeline--element--year {
  color: var(--fc-cyan);
}

.about-page__section-three {
  background-color: var(--fc-color-azul);
}

.about-page__section-three {
  padding-top: 12.2rem;
  padding-bottom: 12.2rem;
}

.about-page__section-three__first-block {
  display: flex;
  align-items: center;
}

.about-page__section-three__first-block--board {
  flex: 1;
}

.about-page__section-three__first-block--text {
  max-width: 61.8rem;
  color: #fff;
  margin-top: 2rem;
}

.about-page__section-three__first-block--board__loop__element > img {
  aspect-ratio: 1 / 1;
  height: auto;
  max-width: 24.5rem;
  width: 100%;
}

.about-page__section-three__first-block--board__loop {
  display: flex;
  padding-top: 2.8rem;
}

.about-page__section-three__first-block--board__loop__element {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 24.5rem;
  width: 100%;
  cursor: pointer;
}

.about-page__section-three__first-block--board__loop__element--overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 13, 41, 0.6);
  padding: 2.3rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.about-page__section-three__first-block--board__loop__element--overlay > p {
  font-size: 1.6rem;
  line-height: 1.3;
}

.about-page__section-three__first-block--board__loop__element--overlay > h4 {
  font-size: 2.2rem;
  line-height: 1.3;
}

.about-page__section-three__first-block--board__loop__element:hover
  .about-page__section-three__first-block--board__loop__element--overlay {
  opacity: 1;
  transition: all 0.3s ease-out;
}

.about-page__section-three__first-block--board__loop__element h4 {
  color: #fff;
}

.about-page__section-three__first-block--board__loop__element p {
  color: var(--fc-cyan);
}

.about-page__section-three__first-block--board__loop__element--overlay__icon {
  margin-top: 0.8rem;
}
.about-page__section-three__first-block--board h3 {
  color: var(--fc-cyan);
}

.about-page__section-three__second-block--board__loop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: fit-content;
  grid-auto-rows: 1fr;
  margin-top: 2.8rem;
}

.about-page__section-three--inner {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.about-page__section-three__third-block--board__loop {
  display: flex;
  margin-top: 2.8rem;
}

.about-page__section-four {
  max-width: var(--fc-max-width);
  width: 100%;
}

.about-page__section-four--inner {
  padding-top: 17.2rem;
  padding-bottom: 17.2rem;
}

.about-page__section-four__first-block__left-container {
  padding-left: var(--fc-main-single-padding);
  display: flex;
  justify-content: flex-end;
}

.about-page__section-four__first-block {
  display: flex;
}

.about-page__section-four__first-block > div {
  width: 50%;
}

.about-page__section-four__first-block__right-container {
  padding-left: 17rem;
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  justify-content: flex-end;
}

.about-page__section-four__first-block__right-container--loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  column-gap: 4rem;
  row-gap: 1rem;
}

.about-page__section-four__first-block__right-container--loop__element svg {
  max-width: 28rem;
}

.about-page__section-four__first-block__right-container--images {
  display: flex;
}

.about-page__section-four__first-block__right-container--images > div {
  width: 50%;
}

.about-page__section-four__first-block__right-container--loop__wrapper {
  padding-right: var(--fc-main-single-padding);
}

.about-page__section-four__second-block {
  padding: var(--fc-main-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  text-align: center;
  margin-top: 25rem;
}

.about-page__section-four__first-block__left-container--inner {
  max-width: 73.5rem;
}

.about-page__section-four__first-block__left-container--inner h2 {
  font-size: 7.5rem;
}
.about-page__section-four__first-block__left-container--text {
  margin-top: 2.4rem;
}

/*********************************Single Service *******************************************/
.single-service {
  position: relative;
  margin-top: var(--fc-negative-margin);
  min-height: 100vh;
  align-items: center;
}

.single-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.single-service--overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexible-content__progress-line__fc-four-block--attributes h3 {
  font-weight: 600;
  font-size: 2.9rem;
  line-height: 4rem;
  width: 90%;
}

.flexible-content__progress-line__fc-four-block--attributes h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4rem;
}

.fc-element--icon {
  max-width: 6.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.single-service--overlay-image img {
  object-fit: cover;
}

.single-service--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-service__information {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  z-index: 1;
  max-width: 73rem;
  color: #fff;
}

.single-service--attributes {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.single-service--attributes {
  z-index: 1;
}

.single-service--attribute > p {
  color: #fff;
}

.single-service--attribute__measure {
  color: var(--fc-cyan);
}

.single-service--icons {
  display: flex;
  gap: 2.5rem;
}

.factoria__main-content.single-service__section-two {
  background-color: var(--fc-color-azul);
  min-height: 100vh;
}

.single-service__section-two--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15.5rem 0;
}

.single-service__section-two__first-block {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.single-service__section-two__first-block > h2 {
  max-width: 60rem;
}

.single-service__section-two__first-block--loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.single-service__section-two__first-block--loop > a {
  padding: 1.2rem 8rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  transition: all 0.3s ease-in;
}

.single-service__section-two__first-block--loop > a:hover {
  background-color: var(--fc-azul-oscuro);
  transition: all 0.3s ease-out;
}

.single-service__section-two__first-block--flexible-content__progress-line {
  display: flex;
  align-items: center;
  margin-bottom: 16rem;
}

.flexible-content__progress-line--element {
  display: flex;
  align-items: center;
  flex: 1;
}

.flexible-content__progress-line--element--line.dashed {
  background: repeating-linear-gradient(
    to right,
    var(--fc-gray),
    var(--fc-gray) 10px,
    transparent 10px,
    transparent 20px
  );
  position: relative;
}

p.flexible-content__progress-line--element--line__overlay-text {
  position: absolute;
  color: #ffffffad;
  top: -1.4rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flexible-content__progress-line--element--line {
  flex: 1;
  height: 0.5rem;
  background-color: var(--fc-gray);
  width: auto;
}

.flexible-content__progress-line--element--data__absolute {
  position: absolute;
  left: 0;
  color: #fff;
  max-width: 26rem;
  width: 1000%;
}

.flexible-content__progress-line--element:nth-of-type(odd)
  .flexible-content__progress-line--element--data__absolute {
  top: -1.6rem;
  transform: translate(-13%, -101%);
  left: 50%;
}

.flexible-content__progress-line--element:nth-of-type(even)
  .flexible-content__progress-line--element--data__absolute {
  display: flex;
  flex-direction: column-reverse;
  bottom: -1.6rem;
  transform: translate(-10%, 100%);
  left: 50%;
}

.fc-amount {
  font-size: 2.4rem;
}

p.flexible-content__progress-line--element--data__absolute--percentage.energy_h3 {
  font-size: 4.5rem;
}

.flexible-content__progress-line--element--data {
  position: relative;
}

.flexible-content__progress-line--element--data__absolute--percentage {
  color: var(--fc-cyan);
}

.flexible-content__progress-line--element--data__absolute--text {
  margin-top: 0.7rem;
}

.flexible-content__progress-line--after {
  margin-left: 3.6rem;
  color: #fff;
}

.flexible-content__progress-line--element:nth-of-type(even)
  .flexible-content__progress-line--element--data__absolute--text {
  margin-top: 1rem;
  margin-bottom: 0.7rem;
}

.single-service__section-three .fc-loop {
  display: flex;
  width: 100%;
  transform: translateX(7rem);
}

.single-service__section-three .fc-loop > div {
  flex: 1;
}

.single-service__section-three .fc-element {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin: 0 2rem;
}

.single-service__section-three .fc-element--img {
  width: 40%;
  position: relative;
}

.single-service__section-three .fc-element--img .fc-element--img__overtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  > p {
    font-size: 2.1rem;
  }
}

.single-service__section-three .fc-element--img img {
  max-width: 27.6rem;
  object-fit: cover;
}

.single-service__section-three .fc-element--information {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  > p {
    margin-bottom: 0;
  }
}
.single-service__section-three .fc-element--information .fc-first-color {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--fc-cyan);
}

.single-service__section-three--inner .fc-first-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
}

.single-service__section-three--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20rem 0;
  gap: 10rem;
}

.single-service__section-three--inner .fc-second-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.8rem;
}

.single-service__section-four--inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  padding-bottom: 16rem;
}

.single-service__section-four--inner > div {
  width: 100%;
}

.single-service__section-four .fc-first-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  > div {
    flex: 1;
  }
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element {
  display: flex;
  gap: 0.8rem;
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element
  .fc-element--number
  > p {
  font-weight: 600;
  font-size: 16.7rem;
  line-height: 0.75;
  color: #ffffff;
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element
  .fc-title {
  color: var(--fc-cyan);
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element
  .fc-text {
  color: #fff;
}

.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element.mt-2 {
  margin-top: 10rem;
}
.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element.mt-3 {
  margin-top: 20rem;
}
.single-service__section-two__first-block--flexible-content
  .fc-second-block--steps
  .fc-element.mt-4 {
  margin-top: 30rem;
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--specializations
  .fc-element {
  display: flex;
  gap: 2rem;
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--specializations {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  > div {
    width: calc(50% - 5rem);
  }
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--icons-text {
  display: flex;
  flex-direction: column;
  gap: 7.3rem;
  align-items: center;
  margin: 0 auto;
  margin-top: 8rem;
  max-width: 119.4rem;
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--icons-text
  > .fc-title
  > p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  color: #ffffff;
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--specializations
  .fc-element
  .fc-element--information {
  color: #fff;
}

.single-service__section-two__first-block--flexible-content
  .fc-third-block--specializations
  .fc-element
  .fc-element--information
  .fc-title {
  color: var(--fc-cyan);
}

.flexible-content__progress-line__fc-four-block--attributes__loop > h4 {
  color: var(--fc-cyan);
  margin-bottom: 1.6rem;
}

.flexible-content__progress-line__fc-four-block--attributes {
  display: flex;
  gap: 16rem;
  margin-top: 10rem;
}

.flexible-content__progress-line__fc-four-block--attributes > div {
  flex: 1;
  color: #fff;
}

.flexible-content__progress-line__fc-four-block--attributes__left-block h3,
.flexible-content__progress-line__fc-four-block--attributes__right-block h3 {
  margin-bottom: 5.6rem;
}

.flexible-content__progress-line__fc-four-block--attributes__loop--text--separator {
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 3.2rem 0;
}

.flexible-content__progress-line__fc-four-block--attributes__loop--text--separator:last-of-type {
  display: none;
}

/*****************************Tecnologias *************************************************/

.single-tecnologia {
  position: relative;
  min-height: 100vh;
  margin-top: var(--fc-negative-margin);
  align-items: center;
}

.single-tecnologia--overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  > img {
    object-fit: cover;
  }
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list--element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list--element__vertical-line {
  flex: 1;
  width: 1px;
  background-color: #fff;
}

.single-tecnologia--overlay-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.single-tecnologia--inner {
  z-index: 1;
  color: #fff;
}

.single-tecnologia--information {
  max-width: 50%;
}

.single-tecnologia--information__text {
  margin-top: 2.6rem;
}

.single-tecnologia__flexible-content__graph-text {
  min-height: 100vh;
  align-items: center;
}

.single-tecnologia__flexible-content__graph-text--inner {
  display: flex;
}

.single-tecnologia__flexible-content__graph-text--left-block {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 50%;
  padding-right: 6.3rem;
}

.single-tecnologia__flexible-content__graph-text--right-block {
  width: 50%;
}

.single-tecnologia__flexible-content__graph-text--left-block__list--element {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.single-tecnologia__flexible-content__graph-text--left-block__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.single-tecnologia__flexible-content__graph-text--left-block__secondary-text {
  margin-top: auto;
}

.single-tecnologia__flexible-content__graph-text__img-information {
  display: flex;
  min-height: 100vh;
}

.single-tecnologia__flexible-content__graph-text__img-information > div {
  width: 50%;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block {
  display: flex;
  justify-content: flex-start;
  background-color: var(--fc-color-azul);
  padding-right: var(--fc-main-single-padding);
  padding-top: 12.3rem;
  padding-bottom: 12.3rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--inner {
  max-width: 87.3rem;
  color: #fff;
  padding-left: 9.5rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--list-wraper {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.single-tecnologia__flexible-content__graph-text__img-information--left-block__list--element {
  display: flex;
  align-items: center;
  gap: 3.4rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list-expand-text {
  display: flex;
  flex-direction: column;
  gap: 2.85rem;
  padding: 0.8rem 0;
  margin-left: 0.5rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list-points {
  display: flex;
  flex-direction: column;
  padding-top: 0.2rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list--element {
  height: 5.15rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list--element:last-of-type {
  flex-grow: unset;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block__list--element:last-of-type
  > div {
  display: none;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--highlight-text {
  background-color: var(--fc-cyan);
  padding: 2rem 5rem;
  margin-top: 2.4rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--final-ttile {
  color: var(--fc-cyan);
  margin-top: 4rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--text {
  margin-top: 2.4rem;
}

.single-tecnologia__flexible-content__graph-text__img-information__right-block--final-text {
  margin-top: 1rem;
}

.factoria__fit-content.single-tecnologia__flexible-content__proyects-line--inner {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  align-items: center;
  padding-top: 20rem;
  padding-bottom: 10rem;
}

.single-tecnologia__flexible-content__proyects-line__block__list {
  display: flex;
  width: 100%;
}

.single-tecnologia__flexible-content__proyects-line__block__list--element--icon
  svg
  circle {
  fill: var(--fc-cyan);
}

.single-tecnologia__flexible-content__proyects-line__block__list--element {
  flex: 1;
  display: flex;
  align-items: center;
}

.single-tecnologia__flexible-content__proyects-line__block__list--element:last-of-type {
  flex: 0;
}

.single-tecnologia__flexible-content__proyects-line__block__list--element__line {
  flex: 1;
  height: 0.5rem;
  background-color: var(--fc-gray);
}

.single-tecnologia__flexible-content__proyects-line__block__list--element--icon {
  position: relative;
}

.single-tecnologia__flexible-content__proyects-line__block__list--element--icon__overlay-title {
  position: absolute;
  top: -5.9rem;
  left: 50%;
  width: 17rem;
  transform: translate(-50%, 50%);
  text-align: center;
  color: var(--fc-cyan);
}

.single-tecnologia__flexible-content__proyects-line__block__list--element--icon__overlay-text {
  position: absolute;
  bottom: -3.4rem;
  left: 50%;
  transform: translate(-50%, 50%);
}

.factoria__main-content.single-tecnologia__section-three {
  min-height: 100vh;
}

.single-tecnologia__section-three--inner {
  padding: 19.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.single-tecnologia__section-three__block-one {
  > h2 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .factoria__buttons {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.single-tecnologia__section-three__block-two {
  .factoria__buttons {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8rem;
    min-width: 21.6rem;
    text-align: center;
  }
}

.single-tecnologia__section-three__block-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-tecnologia__section-three__block-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100rem;
  width: 100%;
}

.single-tecnologia__section-three__block-two--loop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6.4rem;
}

.single-tecnologia__section-three__block-two--text {
  margin-top: 2rem;
}

.single-tecnologia__flexible-content__double-image--inner {
  display: flex;
  min-height: 100vh;
}

.single-tecnologia__flexible-content__double-image--first-block--information,
.single-tecnologia__flexible-content__double-image--second-block--information {
  flex-grow: 1;
}
.single-tecnologia__flexible-content__double-image--inner img {
  aspect-ratio: 960/392;
  height: auto;
}

.single-tecnologia__flexible-content__double-image--inner > div {
  display: flex;
  flex-direction: column;
  width: 50%;

  .single-tecnologia__flexible-content__double-image--first-block--information,
  .single-tecnologia__flexible-content__double-image--second-block--information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 74rem;
  }
}

.single-tecnologia__flexible-content__double-image--inner h2 {
  margin-bottom: 2.4rem;
}

.single-tecnologia__flexible-content__double-image--first-block--information {
  /* justify-self: flex-end; */
  align-self: flex-end;
  padding-right: 10.4rem;
}

.single-tecnologia__flexible-content__double-image--second-block--information {
  color: #fff;
  padding-left: 16.3rem;
}

.single-tecnologia__flexible-content__double-image--second-block {
  background-color: var(--fc-color-azul);
}

.single-tecnologia__flexible-content__double-image--second-block--img {
  background-color: #fff;
}

.single-tecnologia__flexible-content .single-service__section-three--inner {
  padding-bottom: 0;
}

.factoria__main-content.single-tecnologia__data-text {
  min-height: 100vh;
  align-items: center;
}

.single-tecnologia__data-text--first-block {
  display: flex;
  align-items: center;
}

.single-tecnologia__data-text--first-block__title {
  width: 60%;
}

.single-tecnologia__data-text--first-block__text {
  padding-left: 2rem;
  width: 40%;
}

.single-tecnologia__data-text--second-block {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--fc-azul-oscuro);
    width: calc(50% - 1.1rem);
    padding: 9rem;
    text-align: center;
  }
}

.single-tecnologia__data-text--second-block__element > h3 {
  font-weight: 800;
  font-size: 3.4rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.single-tecnologia__data-text--second-block__element--text > p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
}

.single-tecnologia__data-text--second-block__element > h4 {
  color: var(--fc-cyan);
}

.single-tecnologia__data-text--second-block__element--loop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.2rem;
}

.single-tecnologia__data-text--second-block__element--loop__item > a {
  text-decoration: none;
  color: var(--fc-azul-oscuro);
}

.single-service__data-text--inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.single-tecnologia__data-text--second-block__element--text {
  padding-bottom: 4rem;
}

.single-tecnologia__data-text.is-altern {
  position: relative;
  background-color: var(--fc-color-azul);
  color: #fff;
}

.single-tecnologia__data-text.is-altern
  .single-tecnologia__data-text--second-block__element--loop__item
  > a {
  color: #fff;
}

.single-tecnologia__data-text.is-altern
  .single-tecnologia__data-text--second-block {
  > div {
    border: 1px solid #fff;
  }
}

.single-tecnologia__data-text--overlay-vector {
  position: absolute;
  top: 0;
  right: -1px;
  max-width: 29.5rem;
  transform: translateY(-6.4rem);
}

/***********************************Talent Opportunities **********************************/
.talent-opportunities__section-one {
  position: relative;
  margin-top: var(--fc-negative-margin);
}

.talent-opportunities__section-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.talent-opportunities__section-one img {
  aspect-ratio: 1954/575;
  width: 100%;
  height: auto;
}

.talent-opportunities__section-two {
  background-color: var(--fc-color-azul);
  color: #fff;
}

.talent-opportunities__section-two--inner {
  display: flex;
  padding: 10rem 0;
}

.talent-opportunities__section-two--inner > div {
  width: 50%;
}

.talent-opportunities__section-two__right-block--loop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.6rem;
}

.talent-opportunities__section-two__left-block--text {
  margin-top: 2.4rem;
}

.talent-opportunities__section-two__right-block--text > p {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}

.talent-opportunities__section-two__left-block {
  padding-right: 15rem;
}

.talent-opportunities__section-three {
  position: relative;
  color: #fff;
}

.talent-opportunities__section-three::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 96, 0.6);
  transition: all 0.3s ease-out;
}

.talent-opportunities__section-three--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  img {
    object-fit: cover;
  }
}

.work-enviroment__section-four--first-block__information__text {
  margin-top: 1.2rem;
}

.talent-opportunities__section-three--inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 14rem 0;
  z-index: 1;
}

.talent-opportunities__section-three--anchore {
  text-decoration: none;
}

.talent-opportunities__section-three:hover::after {
  background-color: rgba(0, 31, 96, 0.1);
  transition: all 0.3s ease-in;
}

.talent-opportunities__section-three--tile {
  width: 40%;
  padding-right: 10rem;
}

.talent-opportunities__section-three--information {
  display: flex;
  align-items: center;
  gap: 6rem;
  flex: 1;
}

.talent-opportunities__section-three--text > p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.talent-opportunities__section-three--information--icon {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.talent__contact-shared {
  position: relative;
  min-height: 71.5rem;
  align-items: center;
}

.talent__contact-shared--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6.4rem;
}

.talent__contact-shared--overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.shared-talent-banner {
  position: relative;
  min-height: 100vh;
  margin-top: var(--fc-negative-margin);
  color: #fff;
  align-items: center;
}

.shared-talent-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.shared-talent-banner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  > img {
    object-fit: cover;
  }
}

.shared-talent-banner--inner {
  z-index: 1;
}

.shared-talent-banner--information {
  width: 60%;
}

.page-template-talent-development .shared-talent-banner--information h1 {
  font-size: 6.3rem;
}

.shared-talent-banner--information--text {
  margin-top: 2.6rem;
}

.factoria__main-content.work-enviroment__section-two {
  min-height: 100vh;
}

.work-enviroment__section-two--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.work-enviroment__section-two--comments-carousel__element {
  margin: 0 4rem;
  padding: 4rem 3.5rem;
}

#commentary_carousel_89 .slick-track {
  display: flex;
}

#commentary_carousel_89 .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

#commentary_carousel_89 .slick-dots {
  bottom: -8.5rem;
}

.work-enviroment__section-two--comments-carousel__element.type_1 {
  border: 1px solid #ffda00;
}

.work-enviroment__section-two--comments-carousel__element.type_2 {
  border: 1px solid var(--fc-cyan);
}

.work-enviroment__section-two--comments-carousel__element.type_3 {
  border: 1px solid #38d430;
}

.work-enviroment__section-two--comments-carousel__element--information {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.work-enviroment__section-two--comments-carousel__element--separator {
  height: 1px;
  background-color: #000;
  width: 100%;
  margin: 2.4rem 0;
  margin-top: auto;
}

.work-enviroment__section-two--comments-carousel__element--information__data-name {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.4rem;
}

.factoria__main-content.work-enviroment__section-three {
  min-height: 100vh;
  background-color: var(--fc-color-azul);
  color: #fff;
}

.work-enviroment__section-three--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.work-enviroment__section-three--second-block__grade-loop {
  display: flex;
  column-gap: 3rem;
  row-gap: 7rem;
  flex-wrap: wrap;
}

.work-enviroment__section-three--second-block__grade-loop > div {
  width: calc(50% - 1.5rem);
  display: flex;
  gap: 2rem;
}

.work-enviroment__section-three--second-block__grade-loop--element__graph {
  position: relative;
  width: 100%;
  max-width: 10rem;
}

.work-enviroment__section-three--second-block__grade-loop--element__graph > p {
  color: #38d430;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
}

.work-enviroment__section-three--second-block__grade-loop--element__graph img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.work-enviroment__section-four--first-block {
  display: flex;
  padding: 0 1.6rem;
}

.work-enviroment__section-four--first-block__information {
  width: 40%;
}

.work-enviroment__section-four--first-block__videos {
  width: 60%;
  display: flex;
  gap: 2rem;
}

.work-enviroment__section-four--first-block__videos--video {
  flex: 1;
}

.work-enviroment__section-four--first-block__videos--video lite-youtube {
  aspect-ratio: 16/9;
}

.work-enviroment__section-four--first-block__information {
  width: 40%;
  padding-right: 5rem;
}

.work-enviroment__section-four {
  min-height: 100vh;
}

.work-enviroment__section-four--inner {
  max-width: calc(var(--fc-main-content) + 3.2rem);
}

.work-enviroment__section-four--second-block--loop__image-list__item {
  margin: 0 1.6rem;
}

.work-enviroment__section-four--second-block {
  margin-top: 14.6rem;
}

.work-enviroment-page__modal--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.work-enviroment-page__modal--wrapper.open {
  opacity: 1;
  transition: all 0.3s ease-out;
  pointer-events: all;
}

.work-enviroment-page__modal--close-inner {
  cursor: pointer;
}

.work-enviroment__section-four--second-block--loop__image-list__item {
  cursor: pointer;
}

#work-enviroment-modal89 {
  max-width: 50rem;
  width: 100%;
}

#work-enviroment-modal89 .slick-prev {
  left: -100px;
}

#work-enviroment-modal89 .slick-next {
  right: -100px;
}

#work-enviroment-modal89 .slick-prev:before,
#work-enviroment-modal89 .slick-next:before {
  font-size: 3.6rem;
}

#work-enviroment-modal89 .slick-prev,
#work-enviroment-modal89 .slick-next {
  width: 3.6rem;
  height: 3.6rem;
}

.work-enviroment-page__modal--close {
  width: 90%;
  max-width: 120rem;
  display: flex;
  justify-content: flex-end;
}

.work-enviroment-page__modal--close-inner {
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem;
  transform: translateY(-100%);
}

.factoria__fit-content.work-enviroment__section-four--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.talent-benefits__section-one {
  display: flex;
  max-height: 100vh;
}

.talent-benefits__section-one--information--inner {
  max-width: 81.4rem;
  padding: 18rem 0;
  padding-left: 10.4rem;
}

.talent-benefits__section-one--image {
  width: 45%;
}

.talent-benefits__section-one--image > img {
  object-fit: cover;
}

.talent-benefits__section-one--information--loop--element {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.talent-benefits__section-one--information--loop--element__number {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 0;
  align-items: center;
  color: #ffffff;
  background-color: var(--fc-cyan);
  max-width: 3.2rem;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.talent-benefits__section-one--information--loop {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 4.8rem;
}

.talent-benefits__section-one--information {
  width: 55%;
  padding-right: var(--fc-main-single-padding);
}

.talent-benefits__section-one.is-altern {
  position: relative;
  flex-direction: row-reverse;
  background-color: var(--fc-color-azul);
  align-items: center;
}

.is-altern .talent-benefits__section-one--information--loop--element {
  color: #fff;
}

.is-altern .talent-benefits__section-one--information {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: var(--fc-main-single-padding);
}

.is-altern .talent-benefits__section-one--information--inner {
  padding-left: 0;
  padding-right: 10.4rem;
}

.talent-benefits__section-one--image img {
  object-fit: cover;
}

.talent-benefits__section-one--img-overlay {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 0;
  right: 0;
  transform: translateY(-17.27rem);
  svg {
    width: 80%;
  }
}

.factoria__main-content.talent-development__section-two {
  min-height: 100vh;
}

.talent-development__section-two--second-block {
  display: flex;
  gap: 6.8rem;
}

.talent-development__section-two--second-block > div {
  width: 50%;
}

.talent-development__section-two--second-block__image img {
  aspect-ratio: 706 /437;
  height: auto;
}

.talent-development__section-two__information {
  margin-top: 3rem;
  width: 50%;
}

.factoria__fit-content.talent-development__section-two--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7rem;
}

.talent-development__section-three {
  background-color: var(--fc-color-azul);
  min-height: 100vh;
  color: #fff;
}

.talent-development__section-three--second-block {
  display: flex;
  align-items: center;
}

.talent-development__section-three--second-block > div {
  width: 50%;
}

.factoria__fit-content.talent-development__section-three--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15.8rem 0;
}

.talent-development__section-three--second-block--attributes {
  padding: 8.2rem 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.6rem;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem; */
}

/* Center the last odd item */
.talent-development__section-three--second-block--attributes
  > *:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
}

.talent-development__section-three--second-block--attributes
  > :nth-child(even) {
  justify-self: end;
}

.talent-development__section-three--second-block--attributes__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  color: var(--fc-cyan);
  max-width: 18.3rem;
  /* width: calc(50% - 1.3rem); */

  p {
    max-width: 18.3rem;
  }
}

.talent-development__section-three--second-block--university__loop {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 5.5rem;
}

.talent-development__section-three--first-block {
  max-width: 50%;
}

.talent-development__section-three--first-block--text {
  margin-top: 2.8rem;
}

.talent-development__section-three--second-block--university {
  padding-left: 16rem;
}

.talent-development__section-three--second-block--university {
  margin-top: -17rem;
}

.talent-development__section-three__overlay-vector {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-20%);
}

.talent-development__section-three--inner h2 {
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 1.1;
}

/**************************************Licitaciones***************************************/

.tenders-section-one--inner {
  padding: 14.4rem 0;
}

.tenders-section-one__text {
  max-width: 72.8rem;
  width: 100%;
  margin-top: 2.1rem;
}

.tenders-section-two--inner {
  padding: 12rem 0;
}

.tenders-section-two {
  background-color: var(--fc-color-azul);
  color: #fff;
}

.tenders-section-two__second-block {
  display: flex;
  gap: 10rem;
}

.tenders-section-two__second-block > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
}

.tenders-section-two__second-block__attributes-table {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4.6rem 4rem;
  border: 1px solid #fff;
}

.tenders-section-two__first-block {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 5rem;
}

.tenders-section-two__second-block__attributes-table--element {
  > p {
    display: inline;
  }
}

.tenders-section-two__second-block__attributes-table--element
  > p:first-of-type {
  color: var(--fc-cyan);
}

.tenders-section-two__second-block__project-description--main > p {
  display: inline;
  color: var(--fc-cyan);
}

.tenders-section-two__second-block__project-description--main > div {
  display: inline;
}

.tenders-section-two__second-block__project-description--main > div p {
  display: inline-block;
}

.tenders-section-two__second-block__project-description--main
  > div
  p:nth-of-type(2) {
  margin-top: 2rem;
}

.tenders-section-two__second-block__project-description--main
  > div
  p:first-of-type {
  display: inline;
}
.tenders-section-two__second-block__project-description--secondary {
  margin-top: 2rem;
}
.tenders-section-two__second-block__project-description--secondary > p {
  display: inline;
}

.tenders-section-two__second-block__project-description--secondary
  > p:first-of-type {
  color: var(--fc-cyan);
}

.tenders-section-two__second-block--img img {
  max-width: 100%;
  width: auto;
}

.tenders-section-two__second-block__project-description {
  margin-bottom: 2rem;
}
.tenders-section-two__second-block--img {
  margin-top: auto;
}

.sustainability-section-one {
  position: relative;
  min-height: 100vh;
  align-items: center;
  color: #fff;
  margin-top: var(--fc-negative-margin);
}

.sustainability-section-one::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.sustainability-section-one--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  img {
    object-fit: cover;
  }
}

.sustainability-section-one--inner {
  z-index: 1;
}
.sustainability-section-one--text {
  max-width: 73rem;
  margin-top: 2rem;
}

.sustainability-section-two {
  display: flex;
}

.sustainability-section-two > div {
  flex: 1;
}

.sustainability-section-two__first-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: var(--fc-main-single-padding);
}

.sustainability-section-two__first-block--inner {
  max-width: 74rem;
  padding-right: 15rem;
}

.sustainability-section-two__first-block--loop {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  margin-top: 4rem;
}

.sustainability-section-two__first-block--loop a {
  padding: 1.2rem 3rem;
  border: 1px solid var(--fc-azul-oscuro);
  color: var(--fc-azul-oscuro);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  min-width: 14.5rem;
}

.sustainability-section-two__first-block--text {
  margin-top: 2.4rem;
}

/********************************Contact Page ***********************************************/

.contact-section-one--first-block--locations-places {
  background-color: var(--fc-color-azul);
  color: #fff;
  padding: 2.4rem;
}

.contact-section-one--first-block--locations-places__main-office {
  > p {
    color: var(--fc-cyan);
  }

  a {
    color: #fff;
    text-decoration: none;
  }
  > div {
    margin-top: 1.6rem;
  }
}

.contact-section-one--first-block--locations-places__main-office--email p {
  margin: 0;
}

.factoria__fit-content.contact-section-one--inner {
  display: flex;
}

.contact-section-one--second-block {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
  flex: 1;
  padding-left: 12.6rem;
}

.contact-section-one--second-block > div {
  width: calc(25% - 7.5rem);

  h3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
    color: var(--fc-cyan);
  }
}

.contact-section-one--second-block--country--city-loop__location > a {
  text-decoration: none;
  color: var(--fc-azul-oscuro);
  p {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
}

.contact-section-one--second-block--country--city-loop__location {
  margin-top: 1.6rem;
}

.contact-section-one--second-block--country--city-loop__separator {
  width: 100%;
  height: 1px;
  background-color: var(--fc-azul-oscuro);
  margin: 2.8rem 0;
}

.contact-section-one--second-block--country--city-loop__separator:last-of-type {
  display: none;
}

.contact-section-one--inner {
  padding: 11.4rem 0;
}

.contact-section-one--first-block__cities {
  margin-top: 2.8rem;
}

.contact-section-one--second-block--country--city-loop > h3 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  color: var(--fc-cyan);
}

.contact-section-two--inner {
  display: flex;
  padding: 11.4rem 0;
}

.contact-section-two--inner > div {
  width: 50%;
}

.contact-section-two__left-block--text {
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}

.contact-section-two__left-block {
  padding-right: 14.9rem;
}
.contact-section-two__left-block a {
  margin-top: 0.8rem;
  display: inline-block;
  color: var(--fc-cyan);
  text-decoration: none;
}

.form-shared__input-group--inner {
  display: flex;
  gap: 2rem;
}

/******************************************Noticias ***************************************/

.blog-page__section-one__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem;
}

.blog-page__section-one__grid--element a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-page__section-one__grid--element__img {
  position: relative;
  aspect-ratio: 477/260;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  > p {
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.1rem 2.9rem;
  }
}

.blog-page__section-one__grid--element__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page__section-one__grid--element__information {
  padding: 2rem 3rem;
  background-color: var(--fc-color-azul);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-page__section-one__grid--element__arrow {
  justify-self: flex-end;
  border: 1px solid #fff;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.1rem;
  margin-top: auto;
  align-self: flex-end;
}

.blog-page__section-one__grid--element__information > .post-excerpt {
  display: block;
  margin-bottom: 1rem;
}

.blog-page__section-one--inner {
  padding: 14.4rem 0;
}

.blog-page__section-one__title {
  margin-bottom: 8rem;
}

.section_two_left_title.enegy_h2 {
  margin-bottom: 1rem;
}

.blog-page__section-one--text {
  max-width: 72.8rem;
}

.single-post__content--separator {
  width: 100%;
  height: 1px;
  background-color: var(--fc-color-azul);
  margin-bottom: 5.7rem;
}

/****************************Single Post ***************************************************/
.single-post__section-one {
  position: relative;
  min-height: 77.5rem;
  align-items: center;
  margin-top: var(--fc-negative-margin);
}

.single-post__section-one.factoria__main-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fc-negro-transparente);
}

.single-post__section-one__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  img {
    object-fit: cover;
  }
}

.blog-post__section-one--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  z-index: 1;
  color: #ffff;

  h1 {
    max-width: 88rem;
  }
}

.single-post-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.8rem;
  border: 1px solid #fff;
  span {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.single-post__content {
  padding: 8rem 0;
}

.single-post__section-two--inner {
  max-width: 111.7rem;
  width: 100%;
  padding: 9.4rem 0;
}

.single-post__date {
  display: flex;
  align-items: center;
  gap: 3rem;
  span {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

/***********************************navigation *********************************************/
.single-pots-navigation {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.post-navigation .nav-links {
  display: flex;
  align-items: center;
  > div {
    width: 50%;
    @media (max-width: 540px) {
      width: 100%;
    }
  }
}

.post-navigation .nav-links > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--fc-azul-oscuro);
  text-decoration: none;
  gap: 3rem;
}

.post-navigation .nav-links > div a .post-title {
  word-break: break-all;
}

.nav-previous {
  padding-right: 5.6rem;
}

.nav-previous .single-pots-navigation {
  align-items: flex-end;
}

.nav-next {
  padding-left: 5.6rem;
}

.single-pots-navigation--icon {
  border: 1px solid var(--fc-azul-oscuro);
  padding: 1rem 1.4rem;
}

.single-pots-navigation--icon i {
  font-size: 1.5rem;
}

.single-pots-navigation > span:first-of-type {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: var(--fc-gray);
}

.single-pots-navigation > span:last-of-type {
  font-weight: 600;
}

/**********************************Projects *************************************************/

.projects__section-one {
  align-items: center;
  position: relative;
  margin-top: var(--fc-negative-margin);
  min-height: 100vh;
  color: #fff;
}

.projects__section-one--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.projects__section-one__information {
  max-width: 70rem;
}

.projects__section-one__information--text {
  margin-top: 2.6rem;
}

.projects__section-two {
  margin-top: 2rem;
}

.projects__section-two--loop,
.projects__section-two--loop .slick-track {
  display: flex;
  gap: 2rem;
}

.projects__section-two--loop__row,
.slick-initialized .slick-slide.projects__section-two--loop__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  height: auto;
}

.projects__section-two--loop__element {
  position: relative;
  height: calc(50% - 1rem);
  /* height: auto; */
  min-height: 29.5rem;
  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

.projects__section-two--loop__element--information {
  display: flex;
  color: #fff;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 5rem;
  background: rgb(0, 22, 137, 0.7);
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in;
  > p {
    margin-bottom: 1.2rem;
  }
  > h3 {
    color: var(--fc-cyan);
    text-transform: uppercase;
  }
}

.projects__section-two--loop__element--information:hover {
  opacity: 1;
  transition: all 0.3s ease-out;
}

.projects__section-two--loop__element--information__secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1.6rem;
  h4 {
    color: var(--fc-cyan);
  }
}

.projects__section-two--loop__element--information__secondary:last-of-type {
  margin-bottom: 2rem;
}

.projects__section-two--loop__element--information__connection {
  margin-top: auto;
}

.projects__section-two--loop__element--information__button {
  margin-top: 4.2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #ffffff;
  padding: 1.2rem 1.6rem;
  border: 1px solid #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5rem;
}

.projects__section-three--inner {
  max-width: 122rem;
  width: 100%;
  padding: 13rem 0;
}

.projects__section-three--table-data table {
  width: 100%;
  border-collapse: collapse;
  th {
    text-align: left;
  }
}

.projects__section-three--table-data table tr:not(:first-of-type) {
  border-bottom: 1px solid var(--fc-azul-oscuro);
}

.projects__section-three--table-data table tr:first-of-type th {
  padding: 3.1rem 0;
}

.projects__section-three--table-data table tr td {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
}

.projects__section-three--table-data--tecnology {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  svg path {
    fill: var(--fc-azul-oscuro);
  }
}

.projects__section-three--filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

/*****************************projects Dropdown************************************/

.custom-select-wrapper {
  display: inline-block;
  margin: 10px;
  max-width: 20rem;
  width: 100%;
}

.custom-select {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid var(--fc-cyan);
}

.custom-select__selected {
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ID Energy Group */
.custom-select__selected p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: var(--fc-cyan);
}

.custom-select__dropdown {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.custom-select__dropdown.show {
  display: block;
}

.custom-select__option {
  padding: 10px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
}

.custom-select__option:hover {
  background-color: #f0f0f0;
}

/* Reset button */
.reset-filters-btn {
  padding: 8px 12px;
  border: 1px solid var(--fc-azul-oscuro);
  background-color: transparent;
  color: var(--fc-azul-oscuro);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.reset-filters-btn:hover {
  background-color: var(--fc-azul-oscuro);
  color: #fff;
  transition: all 0.3s ease-out;
}

.pagination {
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pagination-arrow {
  background: transparent;
  border: 2px solid #1d1b4d;
  color: #1d1b4d;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}

.pagination-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.pagination-status {
  font-size: 20px;
  font-weight: 500;
  color: #c0c0c0;
}

.pagination-status .current {
  color: #00b5e2;
  font-weight: 600;
}

/**************************Map Cards **************************/

.location-card {
  max-width: 60rem;
  color: #fff;
  /* border: 1px solid #ccc; */
}

.location-card__info {
  background-color: var(--fc-color-azul); /* Dark blue */
  color: white;
  padding: 20px;
}

.location-card__info h3 {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 4rem;
  margin-bottom: 0;
}

.location-card__info p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}

.location-card__info strong {
  color: #ffffff;
}

.location-card__image img {
  width: 100%;
  max-width: 57.8rem;
  display: block;
  height: auto;
  object-fit: cover;
  aspect-ratio: 578/220;
}

.location-card__separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/********************************Contact Form **********************************************/

/***************************************************Formulario Contacto *******************************************/

.form-shared__checkbox-wrapper:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
}

.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}

.checkbox-wrapper-31 input[type="checkbox"] + svg {
  border: 1px solid var(--fc-color-azul);
  border-radius: 100%;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg {
  border-color: transparent;
}

.checkbox-wrapper-31 input[type="checkbox"]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: var(--fc-color-azul);
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.form-shared__acceptance {
  position: relative;
}

.form-shared__input-group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}

.form-shared__input-group--input label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.6rem;
}

.form-shared__input-group--input {
  display: flex;
  flex-direction: column;
}
.form-shared__input-group--input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.form-shared__input-group--input input,
.form-shared__input-group--input textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 2rem;
  color:#666;
  border: none;
  background-color: transparent;
  border: 1px solid var(--fc-azul-oscuro);
}

.form-shared__submit .wpcf7-list-item {
  margin-left: 0;
}

.form-shared__submit {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-shared__input-group--input input:focus,
.form-shared__input-group--input textarea:focus {
  outline: none;
}

.form-shared__submit .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.form-shared__submit--button {
  position: relative;
  margin-top: 2rem;
}

.form-shared__submit--button .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(300%, 50%);
}

#yourConsent,
#mailing-consent,
#phone-consent {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-shared__submit input[type="submit"] {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 1.2rem 1.6rem;
  color: var(--fc-azul-oscuro);
  border: 1px solid var(--fc-azul-oscuro);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.form-shared__submit input[type="submit"]:hover {
  transition: all 0.3s ease-out;
  background-color: var(--fc-color-azul);
  color: #fff;
}

.form-shared__input-group--input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  transform: translateY(130%);
  color: var(--fc-color-main-text);
}

/*********************Polylang *****************************/

.polylang-inline-switcher {
  color: #fff;
  a {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
  }
}

.polylang-inline-switcher .active-lang {
  font-weight: 800;
}

/**************************************Media Queries****************************************/

@media (max-width: 1600px) {
  :root {
    /********************General**********************************/
    --fc-main-padding: 0 6rem;
    --fc-main-single-padding: 6rem;
  }
}

@media (max-width: 1440px) {
  :root {
    /********************General**********************************/
    --fc-main-padding: 0 5rem;
    --fc-main-single-padding: 5rem;
  }

  .enegy_h1 {
    font-size: 11rem;
  }

  /*******************************Header ***************************/

  #main_header_89 {
    padding: 0 3rem;
  }

  #main_header_89 .menu-item .item-anchor {
    font-size: 1.5rem;
  }

  .custom_menu_secondary .header_menu_one {
    gap: 4rem;
  }

  /*********************************Home*******************************/
  .home__section-two--information {
    max-width: 80rem;
  }

  .home-banner-vector {
    max-width: 40rem;
  }
  .home__section-three--inner {
    gap: 2rem;
  }

  .home__section-three-banner-vector {
    width: 16%;
  }

  .home__section-four--inner {
    width: 2000%;
  }

  /*****************************About**************************************/
  .about-page__section-one {
    height: auto;
  }

  .about-page__section-one__right-block--inner {
    --fc-about-padding: 10.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .about-page__section-four__first-block__right-container--loop__element svg {
    max-width: 23rem;
  }

  .about-page__section-four__first-block__right-container--images > img {
    width: 50%;
  }

  /****************************************Tecnologias ***********************************/

  .single-tecnologia__flexible-content__graph-text__img-information__left-block--img {
    height: 100%;
    img {
      object-fit: cover;
    }
  }

  .single-tecnologia__flexible-content__proyects-line__block__list {
    width: 80%;
  }

  .single-tecnologia__flexible-content__double-image--first-block--information {
    padding-left: var(--fc-main-single-padding);
  }

  .single-tecnologia__flexible-content__double-image--second-block--information {
    padding-right: var(--fc-main-single-padding);
    padding-left: 8rem;
  }

  .factoria__main-content.single-tecnologia__data-text {
    min-height: unset;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .single-tecnologia__data-text--overlay-vector {
    z-index: -1;
  }

  /****************************Services ********************************/

  .factoria__main-content.single-service__section-two {
    min-height: unset;
  }

  .single-service__section-two--inner {
    gap: 8rem;
  }

  .single-service__section-two__first-block--flexible-content__progress-line {
    margin-top: 30rem;
  }

  /****************************Modal **************************************/

  .id-energy-modal__project-detail__left-block {
    padding: 5rem;
  }
}
/**********************Portatiles********************************/
@media (max-width: 1300px) {
  html {
    /* 9/16 */
    font-size: 56.25%;
  }

  /**************************************Home**********************************/
  .factoria-footer__main-content {
    width: 80%;
  }

  .factoria-footer__vector-wrapper--img {
    width: 20%;
    max-width: 55rem;
  }
}

/**********************Tablets********************************/
@media (max-width: 1090px) {
  html {
    /* 8/16 */
    font-size: 50%;
  }

  :root {
    --fc-main-padding: 0 4.5rem;
  }

  .enegy_h1 {
    font-size: 9rem;
  }

  /****************Home ***************************************/

  .home__section-three--inner {
    gap: 10rem;
  }

  .home__section-four__information__service-element {
    height: 65vh;
  }

  /******************Footer**************************/
  .factoria-footer__vector-wrapper--img {
    display: none;
  }

  .factoria-footer__main-content {
    width: 100%;
  }

  /*****************About****************************/
  /* .gsap-section-transition {
    min-height: 0;
  } */

  .about-page__section-two {
    height: auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .page-template-about .gsap-section-transition {
    min-height: auto;
  }

  .about-page__section-four__first-block {
    flex-wrap: wrap;
    gap: 10rem;
  }

  .about-page__section-four__first-block > div {
    width: 100%;
  }

  .about-page__section-four__first-block__left-container--inner {
    max-width: 100%;
  }
  .about-page__section-four__first-block__right-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-page__section-four__first-block__right-container--loop__wrapper {
    display: flex;
    justify-content: center;
    /* gap: 30rem; */
  }

  .about-page__section-four__first-block__right-container--loop {
    column-gap: 20rem;
  }

  .about-page__section-four__first-block__right-container--loop__element svg {
    max-width: 28rem;
  }

  /*************************Sostenibilidad **********************************/
  .sustainability-section-one {
    min-height: 60rem;
  }

  .sustainability-section-two__first-block {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sustainability-section-two__second-block img {
    object-fit: contain;
  }

  .sustainability-section-two__first-block--inner {
    padding-right: 4rem;
  }

  /*******************************Projects *******************************************/
  .projects__section-one {
    min-height: 60rem;
  }

  /********************************Oportunidades**********************************/

  .talent-opportunities__section-two--inner {
    flex-wrap: wrap;
    gap: 7rem;
  }

  .talent-opportunities__section-two--inner > div {
    width: 100%;
  }

  /**********************Ambiente Laboral ************************************/
  .shared-talent-banner {
    min-height: 90rem;
  }

  .shared-talent-banner--information {
    width: 80%;
  }

  .factoria__main-content.work-enviroment__section-two {
    min-height: auto;
  }

  .work-enviroment__section-two--inner {
    /* justify-content: space-evenly; */
    gap: 10rem;
    padding: 10rem 0;
  }

  .factoria__main-content.work-enviroment__section-three {
    min-height: auto;
  }

  .work-enviroment__section-three--inner {
    padding: 10rem 0;
  }

  .work-enviroment__section-three--second-block {
    margin-top: 3rem;
  }

  .work-enviroment__section-four {
    min-height: auto;
  }

  .factoria__fit-content.work-enviroment__section-four--inner {
    padding: 10rem 0;
  }

  .talent__contact-shared--overlay {
    width: 20%;
  }

  .talent__contact-shared--overlay > svg {
    width: 100%;
    height: 100%;
  }

  /********************************Desarrollo de Talento ******************************/
  .factoria__main-content.talent-development__section-two {
    min-height: unset;
  }

  .talent-development__section-two--inner {
    padding: 10rem 0;
  }

  .talent-development__section-three {
    min-height: unset;
  }

  .talent-development__section-three__overlay-vector {
    transform: translateX(15%);
    width: 50%;
  }

  /******************************tecnologias *****************************************/

  .single-tecnologia {
    min-height: 70rem;
  }

  .single-tecnologia--overlay-image img {
    object-fit: cover;
  }

  .single-tecnologia__flexible-content__graph-text {
    min-height: unset;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .single-tecnologia__flexible-content__graph-text__img-information {
    min-height: unset;
    flex-wrap: wrap;
  }

  .single-tecnologia__flexible-content__graph-text__img-information > div {
    width: 100%;
  }

  .single-tecnologia__flexible-content__graph-text__img-information__left-block--img
    img {
    aspect-ratio: 16/9;
  }

  .single-tecnologia__flexible-content__graph-text__img-information__right-block--inner {
    max-width: unset;
    padding-left: var(--fc-main-single-padding);
  }

  .factoria__main-content.single-tecnologia__section-three {
    min-height: unset;
  }

  .single-tecnologia__section-three__block-two {
    margin-top: 10rem;
  }

  .single-tecnologia__flexible-content__double-image--inner {
    min-height: unset;
    flex-wrap: wrap;
  }

  .single-tecnologia__flexible-content__double-image--inner > div {
    width: 100%;
  }

  .single-tecnologia__flexible-content__double-image--inner
    > div
    .single-tecnologia__flexible-content__double-image--first-block--information {
    max-width: unset;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .single-tecnologia__flexible-content__double-image--inner
    > div
    .single-tecnologia__flexible-content__double-image--second-block--information {
    max-width: unset;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .single-tecnologia--information {
    max-width: 80%;
  }

  .single-tecnologia__data-text--first-block {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .single-tecnologia__data-text--first-block__title {
    width: 100%;
  }
  .single-tecnologia__data-text--first-block__text {
    padding-left: 0rem;
    width: 100%;
  }

  /*************************Services ****************************/

  .single-service {
    min-height: 90rem;
  }

  .single-service__section-two__first-block {
    gap: 5rem;
  }

  .single-service__section-two__first-block > h2 {
    max-width: 50rem;
  }
}

/**********************Small tablets********************************/
@media (max-width: 850px) {
  :root {
    --fc-main-padding: 0 4rem;
    --fc-negative-margin: -10.5rem;
    --fc-header-min-height: 11.6rem;
  }

  .enegy_h1 {
    font-size: 7rem;
  }

  .enegy_h2 {
    font-size: 5rem;
  }

  /*****************************Home**************************/
  .home-banner-vector {
    max-width: 30rem;
  }

  .numbers__block-two--loop {
    flex-wrap: wrap;
    row-gap: 4rem;
    justify-content: center;
    column-gap: 7rem;
  }

  .numbers__block-two--loop > div {
    width: 26%;
  }

  .home__section-two--numbers__block-one {
    gap: 5rem;
  }

  .home__section-four__information {
    margin-right: 17.6rem;
    max-width: 80rem;
    width: 100%;
    padding-left: 0.2%;
  }

  /****************************Header*************************/
  .custom_logo_wrapper img {
    max-width: 20rem;
  }

  .gemma__inner-content--header {
    padding: 2rem 0;
  }

  .menu-button--toggle .line {
    stroke: #fff;
  }

  .nav.nav-overlay .nav__content {
    background-color: rgba(0, 31, 96, 0.8);
  }

  /**************************About*****************************/

  .about-page__section-three__first-block > div {
    width: 50%;
    flex: auto;
  }

  .about-page__section-three__first-block {
    gap: 10rem;
  }
  .about-page__section-three__first-block--text__title {
    margin-bottom: 2rem;
  }

  .about-page__section-three__third-block--board__loop {
    flex-wrap: wrap;
  }

  .factoria__fit-content.about-page__section-two--inner {
    flex-direction: row;
    gap: 6rem;
  }

  .about-page__section-two__information-timeline {
    width: 25%;
    flex-direction: column;
    align-items: flex-end;
  }

  .about-page__section-two__information-timeline--element {
    flex-direction: column;
  }

  .about-page__section-two__information-timeline--element__line {
    height: 40px;
    background-color: #fff;
    flex: auto;
    width: 5px;
  }

  .about-page__section-two__information {
    flex-wrap: wrap;
  }

  .about-page__section-two__information--data {
    margin-left: auto;
  }

  .about-page__section-two__information > div {
    flex: unset;
  }

  .about-page__section-two__information-timeline--element--year {
    top: 0;
    left: -10rem;
    transform: translate(0, 0%);
  }

  /*************************Contact Page ********************************/

  .contact-section-one--second-block {
    gap: 5rem;
  }

  .contact-section-one--second-block > div {
    width: calc(33.3% - 3.33rem);
  }

  /***************************Blog**************************************/

  .blog-page__section-one__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /*************************Footer********************/

  .factoria-footer__main-content {
    flex-wrap: wrap;
    gap: 10rem;
  }

  .factoria-footer__main-content__description {
    max-width: 100%;
  }

  .about-page__section-one__left-block {
    width: 100%;
  }

  .about-page__section-one__right-block {
    width: 100%;
  }

  /*******************************Single Post ******************************/

  .single-post__section-one {
    min-height: 54rem;
  }

  /*******************************Oportunudades **************************/

  .talent__contact-shared--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
  }

  .talent__contact-shared--overlay svg {
    width: 100%;
    height: 100%;
  }

  /************************************beneficios***************************/

  .shared-talent-banner--overlay img {
    object-fit: cover;
  }

  /*******************************Tecnologias****************************/

  .single-tecnologia--information {
    max-width: 70%;
    margin-top: 3rem;
  }

  .single-tecnologia__flexible-content__graph-text--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }

  .single-tecnologia__flexible-content__graph-text--left-block {
    gap: 3.2rem;
    width: 100%;
    padding-right: var(--fc-main-single-padding);
  }

  .single-tecnologia__flexible-content__graph-text--right-block {
    width: 100%;
  }

  .factoria-footer__main-content__location--social {
    margin-top: 3rem;
  }

  .single-tecnologia__flexible-content__double-image--first-block--information {
    padding-right: var(--fc-main-single-padding);
  }

  .single-tecnologia__flexible-content__double-image--second-block--information {
    padding-left: var(--fc-main-single-padding);
  }

  .single-service__section-three--inner {
    padding: 10rem 0;
  }

  .single-service__section-three .fc-loop {
    transform: unset;
  }

  .single-service__section-three .fc-element--img .fc-element--img__overtext {
    text-align: center;
  }

  .factoria-footer__main-content__description {
    order: 3;
  }

  .single-tecnologia__data-text--second-block > div {
    padding: 5rem;
  }

  /****************************Services **********************************/

  .single-service--inner {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .single-service--attributes {
    flex-direction: row;
    gap: 3.2rem;
    justify-content: space-between;
    width: 100%;
  }

  .single-service__section-two__first-block--flexible-content__progress-line {
    width: 1200px;
    position: relative;
    overflow-x: scroll;
    height: 60rem;
    padding-left: 5rem;
    margin-bottom: 0;
  }

  .single-service__section-two--inner {
    gap: 3rem;
  }

  .single-service__section-two__first-block--flexible-content {
    overflow: scroll;
  }

  .single-service__section-three .fc-loop {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10rem;
    column-gap: 3rem;
  }

  .single-service__section-three .fc-loop > div {
    flex: unset;
    width: 43%;
  }

  .single-service__section-three .fc-loop > div:only-child {
    width: 100%;
  }

  .single-service__section-two__first-block--flexible-content__progress-line {
    margin-top: 0rem;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps {
    gap: 5rem;
    flex-wrap: wrap;
    margin-top: 10rem;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps
    > div {
    width: 45%;
    flex: unset;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps
    .fc-element.mt-3 {
    margin-top: 10rem;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps
    .fc-element.mt-4 {
    margin-top: 15rem;
  }

  .flexible-content__progress-line__fc-four-block--attributes h4 {
    line-height: 2.7rem;
  }

  .flexible-content__progress-line__fc-four-block--attributes {
    gap: 9rem;
  }
}

/**********************Mobiles*******************************/
@media (max-width: 540px) {
  /***********************************General ************************/
  .enegy_h2 {
    font-size: 3.5rem;
  }

  .enegy_h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
  /********************************Home******************************/

  .gsap-section-transition {
    min-height: unset;
  }

  .home-banner--inner {
    padding-bottom: 7rem;
    aspect-ratio: 1/1.2;
    height: auto;
  }

  .home-banner-vector {
    max-width: 17rem;
    transform: translateY(54%);
  }
  .home__section-two--inner {
    padding: 15rem 0;
  }

  .home__section-two--numbers__block-one {
    flex-wrap: wrap;
  }

  .home__section-two--numbers {
    padding: 4rem;
  }

  .numbers__block-two--loop {
    row-gap: 6rem;
  }

  .numbers__block-two--loop > div {
    width: 100%;
  }

  .home__section-three--inner {
    padding: 15rem 0;
  }

  .home__section-three-banner-vector {
    width: 25%;
  }

  .home__section-three__secondary-banner-vector {
    width: 23%;
  }
  .home__section-five__information-block {
    width: 100%;
  }

  .home__section-five__image-block {
    position: relative;
    width: 100%;
  }

  .home__section-four {
    min-height: 100vh;
  }

  .home__section-five__information-block__data {
    position: relative;
    top: auto;
    transform: unset;
    width: 100%;
    max-width: none;
    padding: 8.9rem 8.1rem 8.9rem 10.5rem;
  }

  .home__section-five {
    flex-wrap: wrap-reverse;
  }

  .home__section-five__image-block__data--bg-vector {
    > img {
      max-width: 16rem;
    }
  }

  .home__section-four__information {
    margin-right: 17.6rem;
    max-width: 40rem;
    padding-left: 0.3%;
  }

  .home__section-seven__partners-loop--element {
    margin: 0 1rem;
  }

  .home__section-seven--inner {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .home__section-seven--title {
    width: 100%;
  }

  .home__section-seven--loop {
    width: 100%;
  }

  /************************************Contact ********************************/

  .factoria__fit-content.contact-section-one--inner {
    flex-wrap: wrap;
  }

  .factoria__fit-content.contact-section-one--inner > div {
    width: 100%;
  }

  .contact-section-one--second-block > div {
    width: 100%;
  }

  .contact-section-one--second-block {
    padding-left: 0;
    margin-top: 10rem;
  }

  .contact-section-two--inner {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }

  .contact-section-two--inner > div {
    width: 100%;
  }

  .contact-section-two__right-block {
    margin-top: 6rem;
    padding-bottom: 10rem;
  }

  .form-shared__input-group--inner {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }

  /***********************************licitaciones****************************/

  .tenders-section-two__second-block {
    display: flex;
    gap: 10rem;
    flex-wrap: wrap;
  }

  /************************************Footer ********************************/

  .factoria-footer__main-content {
    width: 100%;
    flex-wrap: wrap;
    gap: 4rem;
  }

  .footer_menu_one {
    gap: 2rem;
  }

  .factoria-footer__main-content__location--social {
    margin-top: 1rem;
  }

  /***********************************About ************************************/

  .about-page__section-one {
    flex-wrap: wrap;
  }

  .about-page__section-one__left-block img {
    aspect-ratio: 1/1;
  }
  .about-page__section-one__right-block {
    padding-right: var(--fc-main-single-padding);
    padding-left: var(--fc-main-single-padding);
  }

  .about-page__section-one__right-block--main-text {
    padding-left: 0;
  }

  .about-page__section-one__right-block--main-title__overlay {
    top: 0;
    left: 0;
    padding: 0;
    padding-left: 6rem;
    transform: translate(-50%, 0.2rem);
  }

  .about-page__section-one__right-block--main-title > p {
    margin-left: 6.6rem;
    margin-top: 1rem;
  }

  .about-page__section-one__right-block--separator {
    margin-left: 0;
  }

  .about-page__section-three__first-block {
    gap: 10rem;
    flex-wrap: wrap-reverse;
  }

  .about-page__section-three__first-block--board {
    display: flex;
    flex-direction: column;
  }

  .about-page__section-three__second-block--board__loop {
    grid-template-columns: repeat(2, 1fr);
    align-self: center;
  }

  .about-page__section-three__first-block--board__loop {
    align-self: center;
  }

  /*****************Blog***************************/
  .blog-page__section-one__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-page__section-one--inner {
    padding: 10rem 0;
  }

  /****************Ssotenibilidad ***************************/
  .sustainability-section-two {
    flex-wrap: wrap;
  }

  .sustainability-section-two > div {
    flex: unset;
  }

  /***********************post navigation****************************/
  .post-navigation .nav-links > div a {
    gap: 5rem;
  }

  .post-navigation .nav-links {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .nav-previous {
    padding-right: 0;
  }

  .nav-next {
    padding-left: 0;
  }

  /******************************projects *******************************/

  .projects__section-three--table-data {
    overflow-x: scroll;
  }

  .projects__section-three--table-data table {
    width: 566px;
  }

  /******************************oportunidades ****************************/
  .talent-opportunities__section-two__right-block--loop {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    row-gap: 4rem;
  }

  .talent-opportunities__section-two__left-block {
    padding-right: 0;
  }

  .talent-opportunities__section-three--inner {
    gap: 3rem;
    flex-wrap: wrap;
  }

  .talent__contact-shared {
    min-height: 54.5rem;
  }

  .shared-talent-banner {
    min-height: 70rem;
  }

  .shared-talent-banner--overlay img {
    object-fit: cover;
  }

  .shared-talent-banner--inner {
    margin-top: 5rem;
  }

  .shared-talent-banner--information {
    width: 100%;
  }

  .work-enviroment__section-three--second-block__grade-loop > div {
    width: 100%;
    align-items: flex-start;
  }

  .work-enviroment__section-four--first-block {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .work-enviroment__section-four--first-block__information {
    width: 100%;
    padding-right: 0;
  }

  .work-enviroment__section-four--first-block__videos {
    width: 100%;
  }

  #work-enviroment-modal89 {
    width: 90%;
  }

  /*********************************benefits********************************/

  .talent-benefits__section-one {
    max-height: unset;
    flex-wrap: wrap;
  }

  .talent-benefits__section-one--image {
    width: 100%;
  }

  .talent-benefits__section-one--information {
    width: 100%;
    padding-right: var(--fc-main-single-padding);
  }

  .talent-benefits__section-one--information--inner {
    max-width: 81.4rem;
    padding: 10rem 0;
    padding-left: var(--fc-main-single-padding);
  }

  .talent-benefits__section-one--img-overlay {
    transform: translateY(-7.27rem);
    width: 50%;
  }

  .talent-benefits__section-one--img-overlay svg {
    width: 100%;
    height: 100%;
  }

  .is-altern .talent-benefits__section-one--information--inner {
    padding-right: var(--fc-main-single-padding);
  }

  /*************************Desarrollo *******************************/

  .talent-development__section-two--second-block {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .talent-development__section-two--second-block > div {
    width: 100%;
  }

  .talent-development__section-three--first-block {
    max-width: 100%;
  }

  .talent-development__section-three--second-block {
    flex-wrap: wrap;
  }

  .talent-development__section-three--second-block > div {
    width: 100%;
  }

  .talent-development__section-three--second-block--university {
    margin-top: 0;
    padding-left: 0;
  }
  .talent-development__section-three__overlay-vector {
    transform: translate(24%, 0%);
    width: 40%;
  }

  .talent-development__section-three__overlay-vector svg {
    width: 100%;
    height: 100%;
  }

  /************************Tecnologias***************************/

  .single-tecnologia--information {
    max-width: 100%;
  }

  .single-tecnologia__flexible-content__proyects-line__block__list--element--icon__overlay-title
    p {
    font-size: 1.6rem;
  }

  .single-tecnologia__flexible-content__proyects-line__block__list--element--icon__overlay-text
    p {
    font-size: 1.6rem;
  }

  .single-tecnologia__flexible-content__proyects-line__block__list {
    width: 90%;
  }

  .single-tecnologia__flexible-content__graph-text__img-information__right-block--list-wraper {
    flex-wrap: wrap;
  }

  .single-tecnologia__flexible-content__graph-text__img-information__right-block__list-expand-text {
    width: 100%;
  }

  .single-tecnologia__section-three__block-two--loop {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 5rem;
  }

  .factoria__fit-content.single-tecnologia__flexible-content__proyects-line--inner {
    padding-top: 10rem;
  }

  .single-tecnologia__section-three--inner {
    padding: 5rem 0;
  }

  .single-tecnologia__data-text--second-block {
    flex-wrap: wrap;
  }

  .single-tecnologia__data-text--second-block > div {
    width: 100%;
  }

  /***************************Services **********************************/

  .single-service {
    min-height: 90rem;
    padding-top: 15rem;
    padding-bottom: 10rem;
  }

  .single-service--attributes {
    width: 100%;
    flex-wrap: wrap;
  }

  .single-service__section-two__first-block {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .single-service__section-two__first-block--loop {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .single-service__section-two__first-block--technologies {
    width: 100%;
  }

  .single-service__section-three .fc-loop > div {
    flex: unset;
    width: 100%;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps
    > div {
    width: 100%;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-second-block--steps
    .fc-element.mt-4 {
    margin-top: 10rem;
  }

  .single-service__section-two__first-block--flexible-content
    .fc-third-block--specializations
    > div {
    width: 100%;
  }

  .flexible-content__progress-line__fc-four-block--attributes {
    flex-wrap: wrap;
  }

  .about-page__section-two__information--featured-image--overlay {
    display: none;
  }

  .about-page__section-two__bg-image img {
    object-fit: cover;
  }

  .about-page__section-two__information--data__title {
    margin-bottom: 1rem;
  }

  .about-page__section-two__information {
    width: 60%;
  }

  .about-page__section-four__first-block__left-container--inner h2 {
    font-size: 3.5rem;
    line-height: 1.4;
  }

  .about-page__section-four__first-block__left-container {
    padding-right: var(--fc-main-single-padding);
  }

  .about-page__section-four__first-block__right-container--loop {
    column-gap: 2rem;
  }

  .about-page__section-four__first-block__right-container--loop__wrapper {
    padding-right: 0;
  }

  .about-page__section-four__first-block__right-container--loop__element svg {
    max-width: 20rem;
  }

  .about-page__section-three__third-block--board__loop a {
    width: 50%;
  }

  .about-page__section-four__second-block {
    margin-top: 16rem;
  }

  .home__section-six__desptok-map {
    display: none;
  }

  .home__section-six__mobile-map {
    display: block;
  }

  .location-card {
    margin-left: 0rem;
    max-width: 35rem;
    width: 100%;
  }

  .location-card__image {
    display: block;
  }

  .location-card__info h3 {
    font-size: 2.2rem;
    line-height: 4rem;
  }

  .location-card__image img {
    position: static !important;
  }

  .home__section-six {
    padding: 0;
  }

  .single-tecnologia__flexible-content__graph-text__img-information__right-block__list {
    gap: 3rem;
  }

  .talent-development__section-two__information {
    width: 100%;
  }

  .page-template-talent-development .shared-talent-banner--information h1 {
    font-size: 3.5rem;
  }

  .id-energy-modal__project-detail{
    flex-wrap: wrap-reverse;
  }

  .id-energy-modal__project-detail__left-block, .id-energy-modal__project-detail__right-block {
    width: 100%;
}

.factoria-reusable-modal__content, .factoria-marketing-modal__content{
  max-height: 70vh;
  overflow-y: scroll;
  margin-top: 6rem;
}

.id-energy-modal__project-detail{
  margin-top: 0;
}


}

/**********************Small Mobiles*******************************/
@media (max-width: 400px) {
  :root {
    --fc-main-padding: 0 3rem;
  }
}
