* {
  margin: 0;
  padding: 0;
}

#content {
  overflow: hidden;
}

.line-content {
  position: absolute;
  width: 0.6px;
  background: white;
  height: 100%;
  z-index: 10;
  top: 0;
}

.line-content-left {
  left: 5%;
}

.line-content-right {
  right: 5%;
}

.line-content-gray {
  background-color: #7a7a7a;
  z-index: 12;
}
/*---------------------------Fuentes----------------------------*/
@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Bold.eot#iefix") format("embedded-opentype");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Bold.woff") format("woff");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Bold.svg") format("svg");
  font-weight: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Regular.ttf") format("opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Regular.eot#iefix") format("embedded-opentype");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Regular.woff") format("woff");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Regular.svg") format("svg");
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Light.ttf") format("opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Light.eot#iefix") format("embedded-opentype");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Light.woff") format("woff");
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/fonts/Mulish/Mulish-Light.svg") format("svg");
  font-weight: 300;
  font-weight: normal;
}

/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preloader img {
  width: 120px;
}
.logo-preloader{
  width: 110px !important;
  position: absolute;
  top: 90%;
  z-index: 999;
}
/*------------------Generales------------------*/
.mobileElement {
  display: none !important;
}

a {
  cursor: pointer;
}

img {
  resize: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li {
  font-family: "Mulish";
  font-weight: 300;
}

h1 {
  font-size: 14px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

p {
  font-size: 14px;
  line-height: 22px;
}

.bold {
  font-weight: 600;
}

.green {
  color: #33b940 !important;
}

.button-green {
  padding: 14px 60px 14px 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #33b940;
  transition: 0.5s all ease-in-out;
  width: fit-content;
  background: #33b940 url(/files/arrow-button.svg);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
}

.button-green:hover {
  color: #33b940;
  background: transparent url("/files/arrow-button-green.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
}

img {
  resize: none !important;
}

/* Texto encima portada */
.hero-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  height: 100%;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-hero-container {
  position: absolute;
  left: 5%;
  width: auto;
  text-align: left;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
}

.menu-link-hero {
  width: fit-content;
  /* left: 4.5%; */
  position: absolute;
  margin-top: 50px;
  z-index: 3;
}

.link-hero {
  color: white;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  padding-left: 30px;
  border-left: 5px solid transparent;
  white-space: nowrap;
}

.link-hero h2 {
  font-size: 24px;
  margin-bottom: 7px;
  transition: 0.5s all ease-in-out;
}

.link-hero p {
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  font-size: 14px;
}

.link-hero:hover{
  border-left: 5px solid #33b940;
}

.link-hero:hover p,
.link-hero:hover h2 {
  opacity: 1;
}

.link-hero-red-grandis{
  display: flex;
}

.link-hero-red-grandis span{
  font-size: 11px;
  margin-left: 3px;
}

.text-hero {
  position: absolute;
  bottom: 10vh;
}

.text-hero p {
  color: #ffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3.25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 4.5%;
}

.text-hero h2 {
  color: #ffff;
  font-size: 44.735px;
  line-height: 50px;
  padding-left: calc(4.5% - 5px);
}

.line-green {
  position: absolute;
  height: 40px;
  width: 5px;
  background: #33b940;
  top: 43px;
}

/* Rectangle section */

.rectangle-section {
  display: flex;
  align-items: stretch;
  position: relative;
}

.rectangle-text {
  width: 40%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 5% 5% 5%;
}

.rectangle-section-left h3,
.rectangle-section-left span:not(h3 span) {
  padding-left: 4.5%;
}

.rectangle-section-left .button-green,
.rectangle-section-left p {
  margin-left: 4.5%;
}

.rectangle-section-right span:not(h3 span),
.rectangle-section-right h3,
.rectangle-section-right p {
  padding-right: 4.5%;
}

.rectangle-section-right .button-green {
  margin-right: 4.5%;
}

.rectangle-section img {
  width: 50%;
  aspect-ratio: 1/1;
  z-index: 13;
  object-fit: cover;
}

.rectangle-section span {
  color: #8d8d8d;
  font-size: 15px;
  letter-spacing: 2.268px;
  margin-top: 20px;
}

.rectangle-section h3,
.rectangle-section h3 span {
  color: #3c3c3c;
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.rectangle-text .line-green {
  top: calc(50% - 20px);
}

.rectangle-section-right .rectangle-text .line-green {
  right: 5%;
}

@media (min-height: 250px) and (max-height: 700px) {
  .link-hero h2 {
    margin-bottom: 5px;
  }
  .link-hero p {
    margin-bottom: 10px;
  }
  .text-hero {
    bottom: calc(var(--vh, 1vh) * 15);
  }
  .line-green{
    top: 18px;
  }
}

@media (min-height: 250px) and (max-height: 600px) {
  .link-hero h2 {
    font-size: 20px;
  }
  .text-hero h2 {
    color: #ffff;
    font-size: 30px;
    line-height: 40px;
  }
  .text-hero p {
    margin-bottom: 0;
  }
}
@media (min-height: 250px) and (max-height: 400px) {
  .text-hero-container {
    height: calc(100vh - 20vh);
    top: 20vh;
  }
}

/* Data in numbers */
.data-in-numbers-section {
  position: relative;
  background-color: #f9f9f9;
  width: 90%;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-in-numbers {
  width: 40%;
  padding: 90px 10%;
  display: flex;
  align-items: center;
  height: 100%;
}
.data-in-numbers .line-green {
  top: calc(50% - 20px);
}
.data-in-numbers:nth-of-type(2) {
  border-left: 0.6px solid #7a7a7a;
}
.data-in-numbers:nth-of-type(1) .line-green {
  left: 5%;
}
.data-in-numbers img {
  margin-right: 50px;
}
.data-in-numbers h3 {
  color: #3c3c3c;
  font-size: 31px;
  font-weight: 600;
  line-height: 37px;
}

/* -------------Header--------------- */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 99;
  background-color: #ffffff;
  border-bottom: 0.6px solid #003d1b;
}

#headerDummy {
  height: 80px;
}

.item-contact:hover {
  background: transparent;
  color: #33b940 !important;
}

.item,
.language {
  color: #7a7a7a;
}

.language {
  color: #7a7a7a !important;
}

.item-contact {
  border: 0.5px solid #14472C;
  background: #14472C;
  border-radius: 5px;
  color: white !important;
}

.item-contact:hover {
  background: transparent;
  color: #14472C !important;
}

.language {
  color: rgba(122, 122, 122, 1);
  background: white;
}

.row {
  height: 100%;
}

.desktop-menu {
  height: 100%;
}

header .container {
  height: 100%;
  width: 85%;
  margin: auto;
  position: relative;
  z-index: 11;
}

.row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#headerLogoLink {
  display: flex;
}

#logoHeader {
  width: 150px;
  filter: unset !important;
}

.mainmenu {
  display: flex;
  position: relative;
  align-items: center;
}

.mainmenu li {
  margin: 0px 25px;
  display: inline;
  list-style: none;
  position: relative;
  cursor: pointer;
  line-height: 23px;
}

.mainmenu li .item,
.mainmenu li a {
  font-size: 14px !important;
  color: black;
  display: flex;
  align-items: center;
  font-weight: 300;
  white-space: nowrap;
}

.item-contact {
  margin-right: 90px;
  padding: 5px 35px;
  border: 0.5px solid white;
  transition: 0.5s all ease-in-out;
}


.item-contact:hover {
  background-color: white;
  color: #14472C !important;
  border: 1px solid #14472C;
}

.languagepicker:hover {
  height: 75px;
}

.languagepicker {
  display: flex;
  flex-direction: column;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -5px;
}

.language {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: white !important;
  display: flex;
  margin-bottom: 5px;
  width: 60px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(22px);
  background: rgb(0, 0, 0, 0.2);
  padding: 7px 10px;
  font-weight: 500;
}

.language img::nth-of-type(2) {
  margin-left: 7px;
}

.language img:nth-of-type(1) {
  margin-right: 7px;
}

.item img {
  margin-left: 5px;
}

.active .item-menu a {
  color: black !important;
}

/* Sub menu */
.item-menu-sub-menu {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0px 20px 20px 10px;
  width: auto;
  transform: scaley(0);
  transform-origin: top;
  transition: transform 0.3s linear;
  background: white;
}
.sub-menu .item-menu-link {
  padding: 20px 0 0 10px;
  text-wrap: nowrap;
  white-space: nowrap;
}
.item-menu-sub-menu:hover .sub-menu {
  transform: scaley(1);
}

/* Title general */
.title-general {
  color: #3c3c3c;
  font-size: 29px;
  font-weight: 600;
  line-height: 35px;
  left: 7%;
  position: absolute;
  top: 40px;
}

/* Sub menu hover */
#mainnav ul.submenu {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px !important;
  width: fit-content;
  text-align: left;
  z-index: 9999;
  background-color: rgba(34, 64, 74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 10px;
  width: max-content;
}
.active .container .row .desktop-menu #mainnav .mainmenu li .submenu {
  top: 48px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#mainnav ul.submenu li:first-child {
  border-top: none;
}
#mainnav ul li ul li {
  margin-left: 0;
}
#mainnav ul.submenu > li > a {
  color: #fff5e2;
  text-decoration: none;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {
  top: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.submenu li {
  margin: 0;
}
.item-menu {
  line-height: 14px !important;
  margin: 0 !important;
}
.active .sub-menu {
  background: white;
  top: 52px;
}
.mainmenu li a {
  color: black;
}

/* Burger Menu */
#main-container-responsive {
  display: none;
}

#container-menu-responsive nav {
  display: none;
}

/*-----------------Footer-----------------*/
footer {
  border-top: 0.6px solid #003d1b;
  z-index: 12;
  position: relative;
  background: white;
}
#footer-top {
  display: flex;
  width: 90%;
  align-items: center;
  margin: auto;
  height: 200px;
  justify-content: space-between;
}
.container-footer-top {
  display: flex;
  flex-direction: column;
  padding: 0 4%;
  border-left: 1px solid #7a7a7a;
  justify-content: center;
  height: 100%;
}
.container-footer-top img {
  width: 150px;
}
.item-footer {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
}
.container-footer-top .item-footer:last-child {
  margin-bottom: 0;
}
a.item-footer {
  cursor: pointer;
  display: flex;
  align-items: center;
}
a.item-footer img{
  width: auto !important;
  margin-right: 6px;
}
#footer-bottom {
  background-color: #003d1b;
  width: 95%;
  padding: 10px 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-bottom span {
  color: white;
  font-size: 11px;
}
.logo-footer {
  margin-right: 4%;
}
/*--------------------- RESPONSIVE ----------------------*/
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .rectangle-section h3,
  .rectangle-section h3 span {
    font-size: 20px;
    line-height: 28px;
  }
  .text-hero h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .rectangle-section img {
    margin: 5% auto 0 !important;
  }
  .text-hero h2 {
    font-size: 29px !important;
    line-height: 32px !important;
    padding-left: calc(7% - 5px) !important;
  }
  .text-hero p {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
}

/* Mobile */
@media screen and (max-width: 1000px) {
  /*---------------Generales---------------*/
  .desktopElement {
    display: none !important;
  }

  .mobileElement {
    display: block !important;
  }

  p {
    font-size: 13px;
    line-height: 18px;
  }

  .button-green {
    font-size: 13px;
    padding: 10px 40px 10px 20px;
  }

  .title-general {
    margin-left: 4.5%;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 20px;
    position: unset;
    margin-top: 30px;
  }
  .preloader img {
    width: 80px;
  }
  /* Hero */
  .text-hero-container {
    width: 90%;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
  }
  .hero-wrap {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: 0.5s all ease-in-out;
    padding: 0;
  }
  .hero-background img {
    width: 100%;
    height: 100%;
  }
  .text-hero p {
    font-size: 11px;
    letter-spacing: 1.25px;
    margin-bottom: 4px;
    padding-left: 6.5%;
  }
  .text-hero h2 {
    font-size: 20px;
    line-height: 25px;
    padding-left: calc(7.5% - 5px);
  }
  /* Rectangle section */
  .rectangle-section {
    flex-direction: column;
  }
  .rectangle-section img {
    width: 85%;
    margin: 5% auto;
  }
  .rectangle-text {
    width: 88%;
  }
  .rectangle-section h3,
  .rectangle-section h3 span {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .rectangle-section-right span:not(h3 span),
  .rectangle-section-right h3,
  .rectangle-section-right p {
    padding-left: 4.5%;
    padding-right: 0;
  }
  .rectangle-section-right .button-green {
    margin-right: 0;
    margin-left: 4.5%;
  }
  .rectangle-section-text .line-content-left + .rectangle-text {
    padding: 2% 5% 0;
  }
  .rectangle-section-text .line-content-left + .rectangle-text h3 {
    margin-bottom: 5px;
  }
  /* Data in numbers */
  .data-in-numbers-section {
    flex-direction: column;
  }
  .data-in-numbers img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .data-in-numbers h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .data-in-numbers:nth-of-type(2) {
    border-left: unset;
  }
  .data-in-numbers {
    width: 90%;
    padding: 40px 5%;
  }
  /*---------------Header------------------*/
  header {
    box-shadow: none;
  }

  header .container {
    width: 85%;
  }

  .row {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  #logoHeader {
    width: 150px;
  }

  .mainmenu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    align-items: baseline;
    position: unset;
  }

  /* Burger Menu */
  #main-container-responsive {
    display: block;
    height: auto;
  }

  #hamburger div {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
  }

  #hamburger div span {
    background-color: #14472C; 
    display: block;
    height: 3px;
    width: 90%;
    border-radius: 100px;
    margin: 7px auto;
  }

  #hamburger div.open span {
    margin: 0;
  }

  #hamburger div.open span:nth-child(2),
  #hamburger div.open span:nth-child(1) {
    margin-bottom: 7px;
    margin-left: auto;
  }

  #hamburger div.open span:nth-child(2) {
    width: 25px;
  }

  #hamburger div.open span:nth-child(3) {
    width: 15px;
    margin-left: auto;
  }

  /* Menu */
  #container-menu-responsive nav {
    background: white;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 80px;
    left: 100%;
    display: block;
    transition: left 0.5s ease-in-out;
  }

  #container-menu-responsive nav.open {
    left: 0;
  }

  .mainmenu li {
    margin-bottom: 0;
    margin-left: 0;
    width: 90%;
    padding: 20px 5%;
    color: #3c3c3c;
    border-bottom: 0.6px solid #3c3c3c;
  }

  .mainmenu li a {
    color: #3c3c3c !important;
  }

  .mainmenu li:first-child {
    border-top: 0.6px solid #3c3c3c;
  }

  .mainmenu li:last-child {
    margin-bottom: 0;
  }

  .logo.open {
    display: none;
  }

  .languagepicker {
    left: 4%;
    top: 23px;
    width: fit-content;
    z-index: 80;
    flex-direction: unset;
  }

  .languagepicker:hover{
    height: 35px;
  }

  .languagepickerMobile .language {
    border: 0.6px solid #d9d9d9;
    padding: 5px;
    color: #3c3c3c !important;
    font-weight: 500;
    margin-right: 10px;
  }

  /* Submenu */

  .item-menu-sub-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .sub-menu-open {
    padding: 0.2rem 0;
    justify-content: flex-start;
  }
  .sub-menu {
    width: 100%;
    position: initial;
    transform: scaley(1);
    display: none;
    padding: 0;
  }
  .item-menu{
    border: unset !important;
  }
  .sub-menu .item-menu-link{
    padding: 0;
  }
  /*---------------Footer------------------*/
  #footer-top {
    flex-direction: column;
    padding: 20px 0 0 0;
    height: auto;
    width: 100%;
  }
  .container-footer-top {
    border-left: unset;
    border-bottom: 1px solid #7a7a7a;
    padding: 40px 0;
    width: 100%;
    align-items: center;
  }
  .container-footer-top:nth-of-type(1) {
    border-top: 1px solid #7a7a7a;
  }
  .container-footer-top:last-child {
    border-bottom: unset;
  }
  .logo-footer {
    margin: 20px 0 40px;
    width: 200px;
  }
}
