
body{
  font-family: "MontserratMedium";
}


@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/MonserratBold/MontserratBold.eot"); /* IE9*/
  src: url("../fonts/MonserratBold/MontserratBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/MonserratBold/MontserratBold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/MonserratBold/MontserratBold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/MonserratBold/MontserratBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/MonserratBold/MontserratBold.svg#Norma Monserrat Bold") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "MontserratExtraBold";
  src: url("../fonts/MonserratExtraBold/MontserratExtraBold.eot"); /* IE9*/
  src: url("../fonts/MonserratExtraBold/MontserratExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/MonserratExtraBold/MontserratExtraBold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/MonserratExtraBold/MontserratExtraBold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/MonserratExtraBold/MontserratExtraBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/MonserratExtraBold/MontserratExtraBold.svg#Norma Monserrat Extra Bold") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/MonserratMedium/MontserratMedium.eot"); /* IE9*/
  src: url("../fonts/MonserratMedium/MontserratMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/MonserratMedium/MontserratMedium.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/MonserratMedium/MontserratMedium.woff") format("woff"), /* chrome、firefox */
  url("../fonts/MonserratMedium/MontserratMedium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/MonserratMedium/MontserratMedium.svg#Norma Monserrat Medium") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/MonserratRegular/MontserratRegular.eot"); /* IE9*/
  src: url("../fonts/MonserratRegular/MontserratRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/MonserratRegular/MontserratRegular.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/MonserratRegular/MontserratRegular.woff") format("woff"), /* chrome、firefox */
  url("../fonts/MonserratRegular/MontserratRegular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/MonserratRegular/MontserratRegular.svg#Norma Monserrat Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "MontserratLight";
  src: url("../fonts/MonserratLight/MontserratLight.eot"); /* IE9*/
  src: url("../fonts/MonserratLight/MontserratLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/MonserratLight/MontserratLight.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/MonserratLight/MontserratLight.woff") format("woff"), /* chrome、firefox */
  url("../fonts/MonserratLight/MontserratLight.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/MonserratLight/MontserratLight.svg#Norma Monserrat Light") format("svg"); /* iOS 4.1- */
}


h1,h3,h5{
	color: #00B4D9;
    font-family: "MontserratExtraBold";
}
h5{
	color: #83C700;
    font-family: "MontserratExtraBold";
}
h2{
  color: #00B4D9;
  font-family: "MontserratMedium";
  font-size: 2em;
}


p{
  font-family:"MontserratLight" ;
}

/* Media Querys */
@media(min-width: 576px){
    html{
        font-size: 15px;
    }
}
@media(min-width: 768px){
    html{
        font-size: 16px;
    }


}
@media(min-width: 992px){
    html{
        font-size: 17px;
    }

    h2{
      font-size: 3em;
    }
    
}

@media(min-width: 1200px){
    html{
        font-size: 18px;
    }
}

html {
    scroll-padding-top: 116px; /* Ajusta este valor según la altura de tu menú */
}

section{
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .footer img{
    max-width: 100%;
    height: auto; /* Mantiene la proporción */
}
}
/***************************COLORES***********************************/
.color-celeste{
  color: #00B4D9;
}

.color-verde{
  color: #83C700;
}
.color-naranja{
  color: #FF9400;
  
}
.background-colo-celeste{
  background-color:  #00B4D9;

}


/***************************BOTON***************************************/
/**********************************************************************/
.boton .enlace{
  max-width: 50%;
  margin: 0 auto;
 }
@media (min-width: 991px) {
  .boton .enlace{
    max-width: 75%;
    margin: 0 0px;
   }
  
}


/***************************ICONO TEXTO***********************************/
/**********************************************************************/
.icono-texto h2{
  font-size: 32px;

}


@media (min-width: 1200px) {
  .icono-texto h2{
    font-size: 52px;
  
  }
}

/***************************SECCION-DESCUBRE***********************************/
/*****************************************************************************/

.navbar{
  padding-right: 5%;
    padding-left: 5%;

}

#carousel::before {
  content: "";
  display: block;
  width: 198px;
  height: 151vh;
  background-image: url(../img/movil-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -17px;
  top: 21%;
  z-index: 2;
}

  .contenedor_texto{
    position: relative;
    top:0;
    padding-left: 8%;
    z-index: 2;
    top:0;
  }

.texto h1 {
  font-size: 2rem;
  margin-top: 3rem;
}


@media (min-width: 576px) {
  #descubre{
    margin-top: 5rem;
    z-index: 2;
  }

  .texto h1 {
    margin-top: 1rem;
    font-size: 2.5rem;
  }



  .contenedor_texto {
    padding-left: 5%;
}

.navbar {
    padding-right: 3%;
    padding-left: 3%;
}
}


@media (min-width: 768px) {

  #descubre .icono{
    width: 7%;
  }
    #descubre{
  margin-top: 5rem;
  }
  #carousel::before {
    width: 355px;
    height: 151vh;
    background-image: url(../img/web-01.svg);
    left: -17px;
    top: 80%;
}

    

      .texto h1 {
    font-size: 1.7rem;
  }

  .contenedor_texto {
    position: absolute;
  }


}


@media (min-width: 992px) {
 
  #descubre .icono{
    width: 10%;
    margin: 0rem 3rem;
  }
  .texto h1 {
    font-size: 2.1rem;
  }

  #carousel::before {
    width: 564px;
    height: 151vh;
    background-image: url(../img/web-01.svg);
    left: -17px;
    top: 80%;
}
}

@media (max-width: 991px) {
  #descubre #carousel::before {
     display: none;
  }
}

@media (min-width: 1200px) {
 .navbar{
  padding-right: 4%;
  padding-left: 4%;

}
}

@media (min-width: 1400px) {
  
    .contenedor_texto {
       padding-left: 7.5%;    
  }

   .navbar{
 padding-right: 7%;
        padding-left: 7%;

}
}

@media (min-width: 1600px) {
  #descubre{
  margin-top: 6rem;
}
}




/***************************LÍNES GRADIENTE***********************************/

.linea{
	width: 60%;
	height: 8px;
	background: rgba(254,153,0,1); /* Naranja */
background: -moz-linear-gradient(left, rgba(254,153,0,1) 0%, rgba(237,206,1,1) 40%, rgba(102,193,20,1) 70%, rgba(17,178,209,1) 75%, rgba(17,178,209,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,153,0,1)), color-stop(40%, rgba(237,206,1,1)), color-stop(70%, rgba(102,193,20,1)), color-stop(75%, rgba(17,178,209,1)), color-stop(100%, rgba(17,178,209,1)));
background: -webkit-linear-gradient(left, rgba(254,153,0,1) 0%, rgba(237,206,1,1) 40%, rgba(102,193,20,1) 70%, rgba(17,178,209,1) 75%, rgba(17,178,209,1) 100%);
background: -o-linear-gradient(left, rgba(254,153,0,1) 0%, rgba(237,206,1,1) 40%, rgba(102,193,20,1) 70%, rgba(17,178,209,1) 75%, rgba(17,178,209,1) 100%);
background: -ms-linear-gradient(left, rgba(254,153,0,1) 0%, rgba(237,206,1,1) 40%, rgba(102,193,20,1) 70%, rgba(17,178,209,1) 75%, rgba(17,178,209,1) 100%);
background: linear-gradient(to right, rgba(254,153,0,1) 0%, rgba(237,206,1,1) 40%, rgba(102,193,20,1) 70%, rgba(17,178,209,1) 75%, rgba(17,178,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9900', endColorstr='#11b2d1', GradientType=1 );
}
 

@media (min-width: 1200px) {

  .linea{
    width: 100%;
  }
}

@media (min-width: 1600px) {

  .linea{
    width: 70%;
  }
}


/***************************CARRUSEL***********************************/
/**********************************************************************/
img#logo {
  width: 18vh;
}

#descubre {
  position: relative;
}


  #descubre .icono img {
  width: 10%; 
  margin: 1rem;
}  

#descubre .carousel{
  margin-left: 1.7em;
  
}

@media (min-width: 1400px) {
  #descubre .carousel {
    margin-left: 5%;
 
  }
}  


.carousel-indicators {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
}

.carousel-indicators button {
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background-color:rgb(153 153 153);
  border: 1px solid rgb(153 153 153);
  margin: 0 5px; 
}

.carousel-indicators .active {
  background-color: white;
  border: 1px solid white;
}
.carousel-texto {
  position: absolute;
  top: 40px; 
  right: 30px; 
  color: #fff; 
  width: 45%;
  text-align: end;
  padding: 5px 10px;

}

.carousel {
  margin-bottom: 4rem;
}
 

#carousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: end;
    padding-left: 0;
    margin-right: 9%;
    margin-left: 15%;
    list-style: none;
}
 /* Estilos para la sección descubre */
#descubre {
  position: relative;
}


.descubre-contenido {
  max-width: 100%;
  margin: 0 auto;
}

.carousel-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(60% - 0px);
  height: 100%;
}


.carousel-texto {
  position: absolute;
  bottom: 20px;
 right: 20px;
  color: white;
  padding: 10px;
  font-size: 1.2rem;
}

/**********ICONO -BOTON- VIDEO ************/
img.play-button {
  width: 50%;
  margin: 0 auto;
}

.play-icon {
  position: absolute;
  z-index: 10; 
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}


 .play-button:hover {
    opacity: 0.8; 
 }





.carousel-texto {
  width: 80%;
}

img.play-button {
  width: 20%;
}


@media (min-width: 480px) {
    .descubre-linea {
      position: absolute;
      width: 36%;
      left: -3px;
      top: 52%;
   }
/*
   #carousel::before {
      height: 380px;
  }*/
}



@media (min-width: 1200px) {
  img.play-button {
    width: 20%;
    margin-left: 55%;
  }
}





/*********************************************************************************************/
/***************************SECCION-TRANFORMAMOS-LA-ENERGIA***********************************/
/*********************************************************************************************/
/*********************************************************************************************/



.transformamos-cantidades  span{
  font-size: 2.5em;
  color: #00B4D9;
  font-family: "MontserratExtraBold";

}
.transformamos-texto {
  text-align: center;
}
.transformamos-icono {
  width: 35%;
  margin: 2rem auto;
}
.transformamos-cantidades{
  text-align: center;
}

.transformamos-cantidades  span{
  font-size: 2em;
  color: #00B4D9;
  font-family: "MontserratExtraBold";


}


#transformamos .transformamos-linea::after {
  content: "";
  display: block;
  width: 397px;
  height: 83vh; 
  background-image: url(../img/movil-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 21%;
  z-index:-1;
}




@media (min-width: 576px) {
  #transformamos .transformamos-linea::after {
   
    
    width: 479px;
    height: 79vh;
    background-image: url(../img/movil-02.svg);
  
    right: -15px;
    top: 13%;
    z-index:-1;
}

}

@media (min-width: 768px) {

  #transformamos .transformamos-linea::after {
  
    width: 665px;
    height: 95vh;
    background-image: url(../img/tablet-02.svg);
    right: 0;
    top: 21%;
   
  }
  
    
}
@media (min-width: 992px) {

  .transformamos-cantidades  span{
    font-size: 2.5em;
    color: #00B4D9;
    font-family: "MontserratExtraBold";
  
  }
  .transformamos-texto{
    padding-right: 5rem;
  
  }
  .transformamos-icono {
    width: 100%;
    margin: 2rem auto;
  }
  .transformamos-cantidades {
    padding-left: 2rem;
  }

  .transformamos-texto {
    text-align: start;
  }

  .transformamos-cantidades{
    text-align: start;
  }


  #transformamos .transformamos-linea::after {
    width: 637px;
    height: 20vh;
    background-image: url(../img/linea02.png);
    left: 0;
    top: 75%;
}

}

@media (max-width: 991px) {
  #transformamos .transformamos-linea::after {
     display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  #transformamos .transformamos-linea::after {
    width:542px;
    height: 45vh;

}
}

@media (min-width: 1200px) {

  #transformamos .transformamos-linea::after {
    width: 637px;
    height: 37vh;
    background-image: url(../img/linea02.png);
    left: 0;
    top: 71%;
    z-index:-1;

}
}
@media (min-width: 1320px) {
  #transformamos .transformamos-linea::after {
    width: 655px;
    height: 40vh;
    background-image: url(../img/linea02.png);
    left: 0;
    top: 71%;
    z-index:-1;
}

}

@media (min-width: 1600px) {

  
}


/*****************************************************************************/
/***************************PLANETA*******************************************/
/*****************************************************************************/
/*****************************************************************************/

 #planeta{
  margin: 3rem 0rem;
  text-align: center;
} 
.planeta-texto {
  width: 35%;
  margin: 0 auto;
}

#planeta .carouselPlaneta-texto{
  text-align: center;

}


.planeta-linea::after {
  content: "";
  display: block;
  width: 114px;
  height: 140vh;
  background-image: url(../img/movil-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 21%;
  z-index: 2;
}
@media (min-width:576px) {
  .planeta-linea::after {
   
    width: 107px;
    height: 140vh;
    background-image: url(../img/movil-03.svg);
   
}
}
@media (min-width:768px) {
  .planeta-linea::after {
    width: 233px;
    height: 179vh;
    background-image: url(../img/tablet-03.svg);
    top: 21%;
}
.planeta-texto {
  width: 100%;
  margin: 0px;
}

}


@media (min-width:992px) {
  #planeta {
    padding-top: 2rem;
}
  
  #planeta p{
    text-align: start;
  }

  #carouselPlaneta h5{
    text-align: start;
  }
  #carouselPlaneta p{
    text-align: start;
  }


  .planeta-linea::after {
    
      width: 390px;
      height: 133vh;
      background-image: url(../img/web-03-01.svg);
      top: 32%;
      right: -1%;

}
}


@media (max-width: 991px) {
  #planeta .planeta-linea::after {
     display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .planeta-linea::after {
    width: 362px;
    height: 135vh;
}
}
@media (min-width:1200px) {

  .planeta-linea::after {
    width: 360px;
    height: 140vh;
    top: 34%;
}
/*   #planeta .carouselPlaneta-texto{
    display: flex;
    flex-direction: column;
    align-items: start;
  
  } */
  #carouselPlaneta p{
    text-align: start;
  }

}
@media (min-width:1320px) {
  .planeta-linea::after {
    width: 534px;
    height: 140vh;
    background-image: url(../img/web-03.svg);
    top: 21%;
    right: -7%;
}

}





/***************************CARRUSEL***********************************/

#carouselPlaneta .carousel-indicators {
  position: absolute;
  bottom: 30px; 
  left: 25%; 
  transform: translateX(-50%);
  display: flex; 
  justify-content: center; 
}
#carouselPlaneta .carousel-indicators li {
  background-color: #808080; 
  border-radius: 50%; 
  width: 15px;
  height: 15px;
}
#carouselPlaneta .carousel-indicators {
  position: absolute;
  bottom: 30px; 
  transform: translateX(-50%);
  align-items: center;
  display: flex; 
  justify-content: center; 
}

#carouselPlaneta .carousel-indicators .active {
  background-color: #555555; 
}




/*****************************************************************************/
/***************************SUEÑOS*******************************************/
/*****************************************************************************/
/*****************************************************************************/




#carouselSueño .carousel-inner{
  width: 100%;
  margin: 0 auto;
}

#sueños .carouselSueño-texto{
  text-align: center;

}
/* #sueños .boton{
  display: flex;
  justify-content: center;
} */
/* #sueños .enlace{
  width: 75%;
} */


.sueño-linea::before {

    content: "";
    display: block;
    width: 224px;
    height: 60vh;
    background-image: url(../img/movil-04.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    top: 21%;
    z-index: 2;

}





/*************CARRUSEL********************/



#carouselSueño .carousel-indicators li {
  background-color: #808080; 
  border-radius: 50%; 
  width: 15px;
  height: 15px;
}
#carouselSueño .carousel-indicators {
  position: absolute;
  bottom: -90px; 
  left: 40%; 
  transform: translateX(-50%); 
  align-items: center;
  display: flex; 
  justify-content: center; 
}
#carouselSueño .carousel-indicators .active {
  background-color: #555555; 
}






@media (max-width:576px) {
  #sueños{
   
    text-align: center;
  }

  #carouselSueño .carousel-indicators {

    left: 35%; 
    bottom: -70px; 
  
  }
}

@media (min-width:768px) {


  .sueños-icono_texto{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .sueño-linea::before {
    width: 170px;
    height: 81vh;
    background-image: url(../img/tablet-04.svg);
    left: -118px;
    top: 21%;
    z-index: 2;
}
#carouselSueño .carousel-indicators {

  left: 35%; 
  bottom: -80px; 

}

}


@media (max-width: 991px) {
  #sueños .sueño-linea::before {
    display: none;
  }
}

@media (min-width:992px) {
  #carouselSueño .carousel-indicators {
    left: 25%; 
  }

  #sueños .carouselSueño-texto {
    text-align: start;
}
  .sueño-linea::before {
    width: 286px;
    height: 80vh;
    background-image: url(../img/web-04.svg);
    left: -134px;
    top: 21%;
    z-index: 2;
}
#sueño .carouselSueño-texto{
  display: flex;
  flex-direction: column;
  align-items: start;

}
#carouselSueño p{
  text-align: start;
}
#sueño .enlace{
  width: 100%;
}

/* #sueños .boton {
  display: flex;
  justify-content: start;
} */
#sueños .sueños-icono {
  display: flex;
  justify-content: end;
}
}

  
 
  



@media (min-width:1200px) {
  #sueño .carouselSueño-texto{
    display: flex;
    flex-direction: column;
    align-items: start;
  
  }
  #carouselSueño p{
    text-align: start;
  }
  #sueño .enlace{
    width: 100%;
  }
}





/***************************BOTONES DE ENLACE***********************************/
.section_enlace{
	margin-top: -3em;
}

.enlace{
	background: hsl(78, 54%, 50%);
background: -moz-linear-gradient(left, rgba(154,195,58,1) 0%, rgba(29,111,183,1) 70%, rgba(29,111,183,1) 91%, rgba(29,112,183,1) 95%, rgba(29,112,183,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(154,195,58,1)), color-stop(70%, rgba(29,111,183,1)), color-stop(91%, rgba(29,111,183,1)), color-stop(95%, rgba(29,112,183,1)), color-stop(100%, rgba(29,112,183,1)));
background: -webkit-linear-gradient(left, rgba(154,195,58,1) 0%, rgba(29,111,183,1) 70%, rgba(29,111,183,1) 91%, rgba(29,112,183,1) 95%, rgba(29,112,183,1) 100%);
background: -o-linear-gradient(left, rgba(154,195,58,1) 0%, rgba(29,111,183,1) 70%, rgba(29,111,183,1) 91%, rgba(29,112,183,1) 95%, rgba(29,112,183,1) 100%);
background: -ms-linear-gradient(left, rgba(154,195,58,1) 0%, rgba(29,111,183,1) 70%, rgba(29,111,183,1) 91%, rgba(29,112,183,1) 95%, rgba(29,112,183,1) 100%);
background: linear-gradient(to right, rgba(154,195,58,1) 0%, rgba(29,111,183,1) 70%, rgba(29,111,183,1) 91%, rgba(29,112,183,1) 95%, rgba(29,112,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac33a', endColorstr='#1d70b7', GradientType=1 );
	padding: 1em 2em;
    border-radius: 0px 0px 28px 0px;
	z-index: 3;
	border: 1px solid #fff;
	color:#fff;
}


 .enlace p{
  font-size: 12px;
  font-family: "MontserratBold";
 }

 @media (min-width: 1200px) {
  .enlace p{
    font-size: 16px;
    font-family: "MontserratBold";
   }
  
}


.enlace:hover{
	color:#fff;
}

.enlace span:first-child{
  font-size: 0.9rem;
  margin-bottom: 1rem;
}


@media (min-width: 768px) {
  .w-md-auto {
    width:auto !important;
  }

  .mt-md-6{
    margin-top: 6em;
  }
}

@media (min-width: 1200px){
  .w-lx-auto {
      width: 24.33%!important;
  }
}


@media (min-width: 992px) {
  .px-lg-auto {
    padding:1em 1em !important;
  }

}





.flecha{
  height: 85px;
  left: 15%;
  margin-left: 25px;
}



/* ################################################## */
/* COLUMNA ABSOLUTA DE 4 */
.colAbs4{
  width: 100%;
  height: 300px;
  
  z-index: 1;
  top: 0;
}
.colAbs4--izq{
  left: 0;
}
.colAbs4--der{
  right: 0;
}

@media(min-width: 576px){
  .colAbs4--sm{
    width: calc((100% - 540px) / 2 + 165px);
    height: 100%;
    position: absolute;
  }
}
@media(min-width: 768px){
  .colAbs4--sm,
  .colAbs4--md{
    width: calc((100% - 720px) / 2 + 225px);
    height: 100%;
    position: absolute;
  }
}
@media(min-width: 992px){
  .colAbs4--sm,
  .colAbs4--md,
  .colAbs4--lg{
    width: calc((100% - 960px) / 2 + 304.98px);
    height: 100%;
    position: absolute;
  }
}
@media(min-width: 1200px){
  .colAbs4--sm,
  .colAbs4--md,
  .colAbs4--lg,
  .colAbs4--xl{
    width: calc((100% - 1140px) / 2 + 365px);
    height: 100%;
    position: absolute;
  }
}
/* ################################################## */





/* ################################################## */
/* COLUMNA ABSOLUTA DE 8 */
.colAbs8{
  width: 100%;
  height: 300px;

  z-index: 1;
  top: 0;
}
.colAbs8--izq{
  left: 0;
}
.colAbs8--der{
  right: 0;
}

@media(min-width: 576px){
  .colAbs8--sm{
    width: calc((100% - 540px) / 2 + 345px);
    height: 100%;
    position: absolute;
  }
}
@media(min-width: 768px){
  .colAbs8--sm,
  .colAbs8--md{
  /*  width: calc((100% - 720px) / 2 + 465px);*/
  width: 100%;
    height: 100%;
    position: relative;
  }
}
@media(min-width: 992px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg{
    width: calc((100% - 960px) / 2 + 624.98px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1024px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg{
    width: calc((100% - 1125px) / 2 + 810px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1200px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 1200px) / 2 + 850px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1400px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 1400px) / 2 + 1100px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1500px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 1553px) / 2 + 1200px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1600px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 1590px) / 2 + 1300px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 1800px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 1900px) / 2 + 1580px);
    height: 100%;
    position: absolute;
  }
}

@media(min-width: 2000px){
  .colAbs8--sm,
  .colAbs8--md,
  .colAbs8--lg,
  .colAbs8--xl{
    width: calc((100% - 2000px) / 2 + 1700px);
    height: 100%;
    position: absolute;
  }
}

/* ################################################## */


.bgImgCover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*

@media(min-width: 576px){
  #carousel .carousel-item{
    padding-left: 6%;
  }
}
*/

/*  ELIMINE
@media (min-width: 768px) {
  #carousel::before {
    left: -37%;
  }
}*/

@media (min-width: 992px) {
  /*#carousel::before { eliminado
     background-image: none;
  }*/

 .descubre-linea {
            position: absolute;
        width: 53%;
        left: 5%;
        top: 81%;
  }
}

@media (min-width: 1200px) {
    .descubre-linea {
        width: 147%;
        left: 2.5%;
        top: 73%;
    
    }

    .texto h1{
      font-size: 2rem;
    }

    .flecha{
          height: 85px;
    left: 15%;
    margin-left: 25px;
    margin-top: 95%;
    }

    #carousel::before {
        content: "";
        display: block;
        width: 56%;
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 1%;
        top: 35%;
        /* margin-left: 2rem; */
        z-index: 9;
        height: 517px;
    }

}

@media (min-width: 1300px) {
    .descubre-linea {
        width: 159%;
        left: 2.5%;
        top: 73%;
    
    }

    .texto h1{
      font-size: 2rem;
    }
}


@media (min-width: 1400px) {
  .flecha {
    height: 100px;
    left: 15%;
    margin-left: 45px;
    margin-top: 65%;
}
    .descubre-linea {
        width: 161%;
        left: 2.5%;
        top: 73%;
    
    }

    .texto h1{
      font-size: 2.5rem;
    }

     #carousel::before {
        content: "";
        display: block;
        width: 54%;
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 1%;
        top: 42%;
        /* margin-left: 2rem; */
        z-index: 5;
        height: 517px;
    }
}

@media (min-width: 1500px) {
    .descubre-linea {
        width: 181%;
        left: 2.5%;
        top: 81%;
    
    }

    .texto h1{
      font-size: 3rem;
    }
}

@media (min-width: 1600px) {
  .descubre-linea {
       left: 1.2%;
        top: 88%;
        width: 190%;
    }

     #carousel::before {
        content: "";
        display: block;
        width: 54%;
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 1%;
        top: 51%;
        /* margin-left: 2rem; */
        z-index: 9;
        height: 517px;
    }
}



@media (min-width: 1800px) {
      .descubre-linea {
        left: 1.5%;
        top: 82%;
        width: 147%;
    }

     .texto h1{
      font-size: 3.4rem;
    }

         #carousel::before {
        content: "";
        display: block;
        width: 52%;
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 1%;
        top: 55%;
        /* margin-left: 2rem; */
        z-index: 9;
        height: 517px;
    }
}



.custom-container{
   /*max-width: 2000px; 
    margin: 0 auto; */

    max-width: 2000px;
    margin: 0 auto; /* Centra el contenedor */
    position: relative;
}


@media (min-width: 2000px) {
  .flecha {
    height: 119px;
    left: 15%;
    margin-left: 25px;
}

     .texto h1{
      font-size: 3.5rem;
    }

         #carousel::before {
        content: "";
        display: block;
        width: 52%;
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 1%;
        top: 50%;
        /* margin-left: 2rem; */
        z-index: 9;
        height: 517px;
    }


}

@media (min-width: 2100px) {

    .flecha {
    height: 170px;
    left: 15%;
    margin-left: 40px;
}

     .texto h1{
      font-size: 4.5rem;
    }

         #carousel::before {
       content: "";
        display: block;
        /* width: 100%; */
        height: 50px;
        background-image: url(../img/web-01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -0.5%;
        top: 61%;
        margin-left: 1rem;
        z-index: 9;
        height: 71%;
    }


     #descubre{
  margin-top: 9rem;
}

}

@media (min-width: 2200px) {

/*
      #descubre #carousel .carousel-item>img {
    height: 35vh;
  }*/

}


#carousel{
    position: relative;
}


#carousel>img {
    width: 100vw; /* La imagen cubre todo el ancho del viewport */
 /* Mueve la imagen hacia la izquierda, compensando la mitad del viewport */
    max-width: none; /* Elimina cualquier límite de ancho predeterminado */
    position: relative;
   /* left: 50vw; /* Desplaza la imagen hacia la derecha en la mitad del viewport */
}

#descubre .carousel-item {
 /*  transition: opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);  */
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#descubre .carousel-item.active {
  opacity: 1;
}


/****************************************************/
/****************************************************/
/****************************************************/
.footer {
  background-image: url('../img/footer-proposito-movil.jpg'); 
  background-size: cover; 
  background-position: center; 
  min-height: 300px; 
  position: relative;
  color: white; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  text-align: center; 
}
.footer a {
  color: white;
  text-decoration: underline;
}

.footer-texto {
  padding: 0rem 2rem;
}

.footer-texto {
  z-index: 1; 
}

@media (min-width: 768px) {
  .footer {
    background-image: url('../img/footer-proposito.jpg'); 
    background-size: cover; 
    background-position: center; 
    min-height: 300px; 
    position: relative;
    color: white; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
  }
  
  .footer-texto {
    padding: 0rem 0rem;
  }
}



@media (max-width: 2500px) {
  body {
    overflow-x: hidden; 
  }
  


}



