@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

html {
  scroll-behavior: smooth;
  
}

.copyFooter img {
  filter: brightness(100);
}

.swiper-container {
  width: 100%;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 0.938rem;
  font-style: normal;
}

.rubik {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 0.938rem;
  font-style: normal;
}

div#mobile-menu {
  z-index: 999;
}

.content-int picture {
  width: 80%;
  height: 110px;
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  margin: 29px auto;
  mask-position: center center;
}

.whatsappFloat {
  background-color: #BDED48;
  position: fixed;
  bottom: 4%;
  border-radius: 50%;
  right: 25px;
  z-index: 999;
}

.whatsappFloat a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.desktop-menu a.active{
font-family: 'Rubik';
font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 20px;
text-align: center;
text-decoration-line: underline;
text-transform: uppercase;
color: #FFFFFF;
}
.desktop-menu a {
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
opacity: 0.6;
}

.logo {
  width: 200px;
}

.navbar {
  padding: 5px 0;
}

.userMenu,
.heartMenu {
  width: 15px;
}

.socialLogoFooter {
  padding: 10px 50px;
  justify-content: space-between;
}
footer .menuFooter {
  padding: 35px 50px 40px;
  justify-content: space-between;
  align-items: center;
}

.socialFooter ul {
  display: flex;
}
.socialFooter ul li {
  padding: 8px;
  border-radius: 50px;
  margin: 0 12px;
  border: 1px solid #bded48;
}
.socialFooter ul img {
  width: 12px;
}

.menuFooter {
  position: relative;
}

.menuFooter a {
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 30px;
color: #FFFFFF;
}

.borderGreen {
  position: absolute;
  left: 81%;
  right: 22.45%;
  top: 30.02%;
  height: 85px;
  border: 1px solid #bded48;
}

.newsletter h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 20px;
color: #FFFFFF;
}

.newsletter button {
  font-size: 40px !important;
}
.newsletter button,
.newsletter input {
  border-radius: 0;
  background: transparent;
  border: 0;
  font-size: 20px;
}

.newsletter input::-webkit-input-placeholder {
  color: #fff;
}

.UnderlineNewsletter {
  border-bottom: 2px solid #bded48;
  margin-right: 40px;
}

#hero {
  height: 68vh;
}

.heroBanner,
.hero-content {
  height: 100%;
}
.heroBanner .swiper-slide {
  background-size: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner .swiper-slide .content-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -35%);
  color: #fff;
  text-align: center;
  width: 95%;
}
.heroBanner .swiper-slide .content-text h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
.heroBanner .swiper-slide .content-text p {
  font-size: 20px;
  margin-bottom: 20px;
}

section#items {
  padding: 50px 230px;
}

section#items div.flex {
  padding: 8px 23px;
}

section#items div:nth-child(2) {
  border-width: 0 1px 0 1px;
}

section#items h2 {
  color: #bded48;
  font-size: 0.938rem;
  font-weight: bold;
  width: 50%;
}
section#items p {
  font-size: 2.188rem;
}

section#servicios {
  padding: 2rem 4rem 6rem;
}

#servicios .content-text h2 {
  font-size: 1rem;
  letter-spacing: 4.8px;
  color: #404040;
}

#servicios .content-text h1 {
  color: #017a57;
  font-size: 2.188rem;
}
#servicios .content-text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  text-align: justify;

  color: #3b3b3b;
  margin: 25px 80px;
}

#servicios .content-text {
  width: 60%;
  margin: 25px auto;
}

#servicios .serviciosH .content-int {
  position: absolute;
  bottom: 8%;
  padding: 0 40px;
}

#servicios .serviciosH .swiper-slide {
  overflow: hidden;
  border-radius: 15px;
}

#servicios .serviciosH img:hover {
  transform: scale(1.5);
  transition: all ease-in .3s;
}

#servicios .serviciosH img {
  transition: all ease-in .3s;
  width: 100%;
}
#servicios .serviciosH .content-int h3 {
  margin-bottom: 10px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #bded48;
}

#servicios .serviciosH .content-int p {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
}

#servicios .serviciosH .content-int span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #bded48;
}
#servicios .content-int span img {
  width: 20px;
  margin-left: 10px;
  display: inline-block;
}

.serviciosH .swiper-slide {
  margin-bottom: 75px;
}

.novedadesH .swiper-button-next,
.serviciosH .swiper-button-next,
.novedadesH .swiper-button-prev,
.serviciosH .swiper-button-prev {
  top: inherit;
  bottom: 0px;
  z-index: 99;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.novedadesH .swiper-button-next,
.serviciosH .swiper-button-next {
  right: 40%;
}
.novedadesH .swiper-button-prev,
.serviciosH .swiper-button-prev {
  left: 40%;
}

.novedadesH .swiper-button-next:after,
.serviciosH .swiper-button-next:after {
  left: 10px;
  position: relative;
  background-image: url("../img/right.svg");
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.novedadesH .swiper-button-prev:after,
.serviciosH .swiper-button-prev:after {
  right: 60px;
  position: relative;
  background-image: url("../img/left.svg");
  color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
}
.swiper-pagination-bullet-active {
  background-color: #8c8c8c !important;
  width: 13px !important;
  height: 13px !important;
}

#servicios div.view-more a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #09402d;
  width: fit-content;
  display: block;
  margin: 0 auto;
  background-color: #bded48;
  padding: 20px 30px;
  border-radius: 50px;
  margin-top: 30px;
}

section#nosotros .imageNosotrosH{
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}

section#nosotros .imageNosotrosH img{
  transition: all ease-in .4s;
}
section#nosotros .imageNosotrosH:hover img{
  transform: scale(1.5);
  transition: all ease-in .4s;
}

section#nosotros h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #09402d;
  opacity: 0.6;
}

section#nosotros h1 {
  font-family: "Rubik";
  font-style: normal;
  font-size: 45px;
  line-height: 46px;
  color: #017a57;
}
section#nosotros .pSubtitulo {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #017a57;
}
section#nosotros .pDescriptivo {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3b3b3b;
}

#nosotros div.view-more.btn a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #09402d;
  width: fit-content;
  display: block;
  background-color: #bded48;
  padding: 20px 30px;
  border-radius: 50px;
  margin-top: 30px;
}

#objetivos,
#industrias {
  padding: 4rem 4rem 6rem;
}
#objetivos{
  padding-bottom: 0;
}
#objetivos .content-objetivos:hover{
  height: auto;
}
#objetivos .content-objetivos:hover p{
  display: block;
}
#objetivos .content-objetivos p{
  font-size: 12px;
  color: #fff;
  display: none;
}
#objetivos .swiper-slide{
  height: 400px;
}
#objetivos .content-objetivos h1{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 23px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}

#objetivos .content-objetivos:hover img{
  width: 120px;
}

#objetivos .content-objetivos img{
  display: block;
  margin: 0 auto;
  width: 80px;
  margin-bottom: 15px;
}

#objetivos .content-objetivos {
  background-color: #09402D;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
  padding: 45px 30px;
  height: 270px;
  margin: 15px;
}

#objetivos h2,
#industrias h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #09402d;
  opacity: 0.6;
}

#objetivos p,
#industrias p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #3B3B3B;
}

#objetivos h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 46px;
color: #017A57;
}

#industrias h1 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 29px;
  color: #017a57;
}

#industrias .content-industrias {
  background-color: #017a57;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
  padding: 45px 30px;
  height: 290px;
  margin: 15px;
}

#industrias .content-industrias img {
  display: block;
  margin: 0 auto;
}
#industrias .content-industrias h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 25px;
}

#parallax:hover{
  background-size: 120%;
  transition: all ease-in-out .4s;
}

#parallax:hover::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000083;
  top: 0;
  transition: all ease-in-out .4s;
}
#parallax {
  transition: all ease-in-out .4s;
    position: relative;
    height: 70vh;
    background-size: 110%;
    background-position: center center;
    background-repeat: no-repeat;
}

#parallax h1 {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 29px;
color: #FFFFFF;
position: relative;
z-index: 9;
}
#parallax h2{
  position: relative;
  z-index: 9;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 39px;
  color: #BDED48;
}
#parallax img{
  position: relative;
  z-index: 9;
}
#parallax h3{
  position: relative;
  z-index: 9;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}

#parallax p {
  font-family: "Rubik";
  position: relative;
  z-index: 9;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}

#parallax p span {
  position: relative;
  z-index: 9;
  color: #bded48 !important;
  font-weight: bolder;
}

section#clientes {
  padding: 4rem 4rem 6rem;
}
section#clientes h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #09402d;
  opacity: 0.6;
}
section#clientes h1 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 29px;
  color: #017a57;
}

#producto {
  padding: 1rem;
}
#producto h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #09402d;
  opacity: 0.6;
}
#producto .imageProducto{
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}
#producto .imageProducto img{
  transition: all ease-in-out .4s;
}
#producto .imageProducto:hover img{
  transform: scale(1.5);
}

#producto .contentProducts{
    padding: 35px 25px;
}
#producto h1 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 49px;
  color: #017a57;
}
#producto p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
#producto div.view-more.btn a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #09402d;
    width: fit-content;
    display: block;
    background-color: #bded48;
    padding: 20px 30px;
    border-radius: 50px;
    margin-top: 30px;
  }
  #parallax div.view-more a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #09402d;
    width: fit-content;
    display: block;
    background-color: #bded48;
    padding: 20px 30px;
    border-radius: 50px;
    margin-top: 30px;
    z-index: 99;
    position: relative;
}

  #novedades {
    padding: 4rem 1rem 0rem;
  }
  
  #novedadesList{
    padding: 4rem 1rem 1rem;
    
  }
  
  #novedades .content-text {
    width: 60%;
    margin: 0 auto;
  }
  #novedadesList .content-text{
    padding-bottom: 30px;
  }
  #novedades .content-text h2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #09402D;
    opacity: 0.6;
  }
#novedadesList .content-text h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
  color: #017A57;
}

#novedades .content-text h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #017A57;
}

#novedadesList .content-text p{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 25px;
text-align: justify;
color: #3B3B3B;
}
#destacado .content-int p,
#novedades .content-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #3B3B3B;
  width: 79%;
  margin: 20px auto;
}

#destacado .swiper-wrapper,
#novedades .swiper-wrapper{
    margin: 80px 0;
}

#destacado .swiper-slide .content-int, 
#novedades .swiper-slide .content-int {
  padding: 0 50px;
  background-color: #fff;
  margin-top: -23px;
  z-index: 9;
  position: relative;
  border-radius: 15px;
}

#destacado .swiper-slide .content-int a, 
#novedades .swiper-slide .content-int span.btn {
  background-color: #BDED48;
  display: block;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 25px;
  margin-top: 15px;
  float: right;
  top: 0px;
}

#destacado .swiper-slide .content-int p, #novedades .swiper-slide .content-int p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#destacado .swiper-slide img,
#novedades .swiper-slide img{
  width: 100%;
}

#destacado .swiper-slide .content-int h3, #novedades .swiper-slide .content-int h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #017A57;
}

#destacado .swiper-slide .content-int span,
#novedades .swiper-slide .content-int span{
    background-color: #387A6E;
    border-radius: 5px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 8px;
    position: relative;
    top: -15px;
}

#novedadesList article .p-6 {
  top: -26px;
  position: relative;
  background: #fff;
  border-radius: 12px;
}
#novedadesList article span {
  background-color: #387A6E;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  top: -35px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #FFFFFF;
}
#novedadesList article h3{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #017A57;
}
#novedadesList article p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #3B3B3B;
}
#novedadesList article span.link {
  display: block;
  background-color: #BDED48 !important;
  width: fit-content;
  top: 0 !important;
  border-radius: 50px !important;
  float: right;
  padding: 10px 20px !important;
  margin-top: 25px;
}
#novedadesList .paginador li.active a{
  background-color: #017A57;
}
#novedadesList .paginador li a {
  background-color: #BCBCBC;
  border-radius: 50px;
  padding: 9px;
  color: #fff;
  width: 27px;
  height: 27px;
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  line-height: .5;
}

#contactoH{
  background-color: #387A6E;
  padding: 4rem 4rem 6rem;
}
#contactoH .mapH{
  width: 50%;
}

#contactoH iframe{
    width: 100%;
}

.formularioH button{
        font-family: "Poppins";
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 19px;
        color: #09402d;
        width: fit-content;
        display: block;
        margin: 0 auto;
        background-color: #bded48;
        padding: 20px 30px;
        border-radius: 50px;
        margin-top: 30px;
}
.formularioH h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 45px;
line-height: 25px;
text-align: center;
color: #FFFFFF;
}

#heroHistoria:hover::after{
  display: block;
}

#heroHistoria::after{
  position: absolute;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000073;
  top: 0;
  z-index: 2;
}
#heroHistoria img{
  z-index: 99;
  position: relative;
}
#heroHistoria {
  position: relative;
  background-position: center center;
  background-size: 110%;
}
#heroHistoria .content-text{
  width: 60%;
  z-index: 99;
}
#heroHistoria .content-text h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #FFFFFF;
}
#heroHistoria .content-text h1{
    font-family: 'Poppins';
  /*font-family: 'Inter';*/
  font-style: normal;
  font-weight: 300;
  font-size: 82px;
  line-height: 99px;
  color: #BDED48;
}
#heroHistoria .content-text p{
  font-family: 'Poppins';
  font-style: normal;
  /*font-weight: 600;*/
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}
#heroHistoria .content-text a{
  display: flex;
  gap: 6px;
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
text-decoration-line: underline;
color: #BDED48;
}
.responsabilidad-corporativa h2 span,
.cultura-seguridad h2 span{
  font-weight: 300;
}
.responsabilidad-corporativa h2,
.cultura-seguridad h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 46px;
color: #017A57;
}

.economia-circular {
  width: 70%;
  margin: 0 auto;
}

.economia-circular video{
  margin: 35px auto;
}

#serviciosInt{
  padding: 4rem 4rem 6rem;
}

#serviciosInt .servicios-link {
  border-width: 0 1px 0 0;
  border-color: #000000;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 600px;
}

#serviciosInt .servicios-link:last-child{
  border-width: 0 !important;
}

#serviciosInt .servicios-link div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  padding-left: 6px;
}

#serviciosInt .servicios-link h3{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 29px;
color: #09402D;
}

#serviciosInt .servicios-link img {
  display: block;
  width: auto;
  height: 149px;
  margin: 15px auto;
}

#serviciosInt h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
  color: #017A57;
}
#serviciosInt p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #3B3B3B;
}
#serviciosInt a.todos-servicios{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  color: #000000;
}

#serviciosInt .rounded-lg a{
  margin: 0;
  padding: 0;
}
#serviciosInt .rounded-lg h3{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  line-height: 29px;
  color: #09402D;
}

#serviciosInt .rounded-lg{
  border-radius: 50px;
  border: 1px solid #09402D;
}

.serviceItems .swiper-slide{
  position: relative;
}

.tituloLateral h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 49px;
text-transform: uppercase;
color: #FFFFFF;
}
.tituloLateral {
  position: absolute;
  transform: rotate(270deg);
  right: -256px;
  width: 584px;
  top: 317px;
}

.carouselServices {
  position: relative;
  padding: 6rem 4rem;
  background-size: cover;
}

.servicios-relacionados .content-text h1,
.carouselServices .content-text h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 49px;
  color: #BDED48;
}
.servicios-relacionados .content-text p, .carouselServices .content-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
}

.servicioItems {
  margin: 20px 0;
}
.servicioItems .swiper-slide .content-text {
  position: absolute;
  padding: 10%;
  bottom: 0;
}
.popup-title,
.servicioItems .swiper-slide .content-text h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem !important;
  line-height: 19px;
  color: #BDED48;
}
.popup-message{
  font-family: 'Poppins';
  line-height: 24px !important;
  font-weight: 300;
  line-height: 24px !important;
  color: #fff;
}
.servicioItems .swiper-slide .content-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 0.938rem !important;
  line-height: 24px !important;
  color: #FFFFFF;
  -webkit-line-clamp: 3;
}

.servicios-relacionados .swiper-slide a, .carouselServices .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.servicioItems .swiper-slide .content-text span{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px !important;
text-decoration-line: underline;
color: #BDED48;
display: flex;
gap: 6px;
}


#recoleccion h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 59px;
  color: #09402D;
}
#recoleccion p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  color: #000000;
}
#nosotros a.link{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #09402D;
  display: flex;
}

#nosotros a.link img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 8px;
  left: 8px;
}

#productBenner{
  padding: 4rem 4rem 6rem;
}
#productBenner .content-text h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 49px;
  color: #BDED48;
}
#productBenner .content-text img.bannerImg {
  filter: brightness(100);
}
#productBenner .content-text img {
  margin: 10px 0;
  width: 250px;
  height: auto;
}
#productBenner .content-text p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
#productBenner .productItem p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #3B3B3B;
}
#productBenner .productItem h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 22px;
  
  color: #017A57;
}

.bannerImg img{
  filter: brightness(100);
  margin-bottom: 20px;
}
#productBenner .productItem img{
  width: 100%;

}
#productBenner .productItem .content-producto{
  padding: 25px 50px 120px;
}
#productBenner .productItem .content-producto p{
  width: 80%;
}
.productItem .content-producto span {
  background-color: #BDED48;
  border-radius: 50px;
  width: fit-content;
  display: block;
  padding: 10px 15px;
  margin-top: 20px;
  float: right;
}
.productItem .content-producto span img{
  width: 50px !important;
}

#bannerProductos {
  height: 38vh;
  background-size: 100%;
}

#bannerProductos h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #BDED48;
}
#bannerProductos h1{
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
}
#bannerProductos p{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
}

#contact .contact-social a{
  display: block;
  border: 1px solid #09402D !important;
  padding: 10px;
  border-radius: 50px;
}
#contact .contact-social a img{
  fill: #09402D !important;
}

#contact h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 45px;
line-height: 25px;
text-align: center;
color: #09402D;
}
#contact h3{
font-family: 'Rubik';
font-style: normal;
font-weight: 300;
font-size: 25px;
line-height: 19px;
color: #3B3B3B;
}
#contact h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 26px;
  color: #09402D;
}
#contact p{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 26px;
color: #000000;
}

#contact button{
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #09402D;
}
#contact iframe{
  width: 100%;
}

#blogInt h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 42px;
  color: #017A57;
}
#blogInt p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #3B3B3B;
}
#blogInt .content-blog {
  margin-top: -127px;
  background-color: #fff;
  z-index: 999;
  position: relative;
  border-radius: 15px;
  padding: 50px 100px;
}

#destacado h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 25px;
color: #09402D;
}

#destacado{
  margin: 80px 0;
}

.titulo-formulario{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 35px;
color: #BDED48;
}

form a{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 35px;
color: #BDED48;
}

form button{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 19px;
color: #09402D;
}

.servicios-relacionados h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 25px;
color: #09402D;
margin: 60px 0
}
.servicios-relacionados .swiper-slide,
.carouselServices .swiper-slide{
  width: 100%;
  background-repeat: no-repeat; 
  background-size: cover;
  height: 470px;
}
.content-text img {
  width: 20px;
  height: 20px;
}

.content-zoom img{
  transition: all ease-in-out .3s;
}

.content-zoom:hover img{
  transition: all ease-in-out .3s;
  transform: scale(1.5);
}

.content-zoom {
  overflow: hidden;
  border-radius: 15px;
  width: fit-content;
  margin: 25px auto;
}

.titulo-economia-circular p.leading-relaxed{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
text-align: justify;
color: #3B3B3B;
}
.titulo-economia-circular .text-circular{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 29px;
color: #3B3B3B;
}
.titulo-economia-circular h4{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 29px;
color: #3B3B3B;
}
.titulo-economia-circular h3{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 29px;
color: #017A57;
}

.service-part p{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #000000;
}
.service-part a{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 19px;
color: #09402D;
background-color: #BDED48;
border-radius: 50px;
padding: 10px 15px;
}

.service-part h3{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 42px;
color: #09402D;
}
.service-part h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 42px;
color: #09402D;
}
.service-part {
  margin-top: -200px;
  padding-top: 250px;
}
.texto-banner-servicio h3{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 42px;
color: #BDED48;
}
.texto-banner-servicio h2{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 42px;
color: #BDED48;
}

.texto-banner-servicio p{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #FFFFFF;
}
.bannerServicio p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 33px;
color: #FFFFFF;
}
.bannerServicio h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 42px;
color: #BDED48;
}

.bannerServicio{
  background-size: cover;
  height: 35vh;
}

.strip {
  background-image: url('../img/stripes.png');
  background-position: 100%;
  background-color: #fff;
}

.proyecto-forestal h1{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 39px;
  color: #BDED48;
}

.proyecto-forestal h2{
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 29px;
  color: #000;
}

.proyecto-forestal p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #000;
}


#service2 ul li{
  color: #fff;
  padding-left: 20px;
  font-family: 'Rubik';
}
#service2 h3,
#service2 h2 {
  color: #BDED48;
  font-size: 25px;
  font-family: 'Rubik';
  font-style: normal;
  margin: 17px 0px;
}

#productBenner .content-text {
  padding: 25px 84px;
}

.view-more-nosotros,
.view-more {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.view-more.btn {
  opacity: 1;
  overflow: visible;
}
.view-more-nosotros.activo,
.view-more.show {
  height: 100%; /* Ajusta según el contenido */
  opacity: 1;
  transition: height 0.5s ease-out, opacity 0.5s ease-out;
}

.link-view-more {
  display: flex;
  gap: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  color: #FFFFFF;
  align-items: center;
  padding: 20px 0;
}

.link-view-more img{
  position: relative;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  z-index: 99;
}

.popup-content {
  background: #09402D;
  padding: 20px;
  width: 40%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup-overlay.show .popup-content {
  transform: scale(1);
}

.close-popup {
  background: red;
  color: white;
  border: none;
  padding: 8px 15px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

a[data-popup]{
  display: block;
  width: 100%;
  height: 100%;
}

.terminos-c p{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 12px !important;
line-height: 19px;
color: #4F4F4F;
}

#contact .inputsForm{
  padding: 0px clamp(1rem, 5vw, 5rem);
}

.imgNovedades{
  height:411px;
}

#service4 ul li{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 35px;
color: #FFFFFF;
}

@media (max-width: 480px) {
  .socialLogoFooter {
    align-items: center;
}
  .servicioItems .swiper-slide .content-text {
    bottom: 106px;
}
  .servicios-relacionados .content-text h1, .carouselServices .content-text h1 {
    font-size: 29px;
}
#serviciosInt .servicios-link {
  width: 50%;
}
#serviciosInt .servicios-link {
  border-width: 0;
}
.servicios-relacionados .swiper-slide, .carouselServices .swiper-slide {
  border-radius: 20px;
}
#serviciosInt .servicios-link img {
  height: 100px;
}
  .economia-circular {
    width: 100%;
}
  #heroHistoria {
    background-size: cover;
}
  #heroHistoria .content-text {
    width: 88%;
}
  #heroHistoria .content-text h1 {
    font-size: 60px;
    line-height: 64px;
}
  #parallax {
    background-size: cover;
}
#parallax p {
  width: 90%;
}
section#nosotros .imageNosotrosH {
  margin-top: 0rem;
  padding: 0 20px;
}
section#nosotros .imageNosotrosH img{
  border-radius: 20px;
}
#serviciosInt h1 {
  margin: 0;
}

section#items div.flex {
  justify-content: space-between;
}
section#items div:nth-child(2) {
  border: 0;
}
section#productBenner .content-text {
  background-color: #09402D;
  background-size: 0 !important;
  border-radius: 20px;
}
  section#nosotros {
    padding: 0;
}
  .servicios-relacionados{
    padding: 0 20px;
  }
  .texto-banner-servicio{
    padding: 0 20px;
  }
  .bannerServicio {
    height: 80vh;
    padding: 0 20px;
}
.bannerServicio p {
  font-size: 16px;
}
  .image-inter-servicio img{
    width: 100%;
  }
  #contactoH .mapH{
    width: 100%;
  }
  .newsletter {
    margin-bottom: 30px;
}
footer .menuFooter {
    text-align: center;
    gap: 8px;
    padding-bottom: 50px;
}
  .borderGreen {
    position: static;
    left: 79%;
    right: 22.45%;
    top: 40.02%;
    height: 85px;
    border: 1px solid #bded48;
    transform: rotate(90deg);
}
  .socialFooter ul li {
    border: 0;
}
  .socialFooter ul img {
    width: 66px;
}
  #productBenner .productItem .content-producto {
    padding: 25px 30px 120px;
}
  #productBenner .content-text h1 {
    font-size: 29px;
}
#productBenner {
  padding: 21px;
}
#productBenner .content-text {
  padding: 25px;
}
  #serviciosInt {
    padding: 4rem 1rem 6rem;
}
    section#nosotros .pSubtitulo {
        font-size: 21px;
        text-align: left
    }
    #producto h1 {
        font-size: 25px;
        line-height: 28px;
    }
    #novedades .content-text {
        width: 90%;
    }
    #novedades .content-text h1 {
        font-size: 21px;
        line-height: 26px;
    }
    #industrias {
        padding: 4rem 1rem 6rem;
    }
    #contactoH {
        background-color: #387A6E;
        padding: 4rem 1rem 6rem;
    }
    
    #parallax p {
        font-size: 22px;
        line-height: 26px;
    }
  .novedadesH .swiper-button-next,
  .serviciosH .swiper-button-next {
    right: 8%;
  }
  .novedadesH .swiper-button-prev, .serviciosH .swiper-button-prev {
    left: 15%;
}
  section#items {
    padding: 0;
  }
  .heroBanner .swiper-slide .content-text h1 {
    font-size: 24px;
    margin-bottom: 0px;
}
  .heroBanner .swiper-slide {
    background-size: cover;
}
  .heroBanner .swiper-slide .content-text {
    width: 100%;
  }
  .heroBanner .swiper-slide .content-text p {
    font-size: 15px;
    margin-bottom: 0px;
}
.heroBanner .swiper-slide .content-text {
  padding: 0 26px;
}
section#clientes {
  padding-bottom: 0;
}
section#clientes h1 {
  margin-bottom: 0;
}
.formularioH h2 {
  line-height: 44px;
}
  #servicios .content-text h1 {
    color: #017a57;
    font-size: 1.2rem;
  }
  section#servicios {
    padding: 2rem 1rem 4rem;
}
  #servicios .content-text {
    width: 100%;
  }
  #servicios .content-text p {
    margin: 22px;
  }
}


.scroll-animate {
    opacity: 0;
    transition: all 0.6s ease-out;
}

.animate-left { transform: translateX(-50px); }
.animate-right { transform: translateX(50px); }
.animate-top { transform: translateY(-50px); }
.animate-bottom { transform: translateY(50px); }
.animate-scale { transform: scale(0.8); }

.scroll-active {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
}


@media screen and (max-width: 768px) {
  #blogInt .content-blog {
    margin-top: -60px; /* menos negativo para evitar sobreposición excesiva */
    padding: 30px 20px; /* menos padding para pantallas pequeñas */
    border-radius: 10px;
  }

  #blogInt p {
    font-size: 16px;
    line-height: 28px;
  }
  .content-zoom img{
    max-width: 95%  !important;
  }
  #objetivos, #industrias {
    padding: 4rem 2rem 6rem !important;
  }
     #objetivos .content-objetivos {
        background-color: #09402D;
        border-radius: 15px;
        text-align: center;
        margin: 0 15px;
        padding: 45px 15px;
        height: 270px;
        margin: 15px;
        width: 109%;
    }
}
.content-industrias {
  text-align: center;
  padding: 10px;
}

.content-industrias img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.content-industrias h1 {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .heroBanner .swiper-slide .content-text {
        width: 95% !important; 
    }
}

/* Ajuste para móviles (<=600px) */
@media screen and (max-width: 600px) {
    .heroBanner .swiper-slide .content-text {
        width: 95% !important; 
    }
}