:root {
  --mgizq: 13%;
  --mgder: 13%;
	--fadeindhover: 0.5s;
}

/*@font-face {
    font-family: "TT Firs Neue Trial Var Roman";
    src: url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.eot");
    src: url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.svg#TT Firs Neue Trial Var Roman")format("svg");
}

@font-face {
    font-family: "fuente-ev-web-local";
    src: url("../font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.woff")format("woff"),;
}*/
.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
html,
body {
  position: relative;
  height: 100%;
}

html{
    overflow-x: hidden; 
	  	margin-top: -10px!important;
	  	padding-top: -10px!important; 
	margin-bottom: 0;
	padding-bottom: 0;
  }

body{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0!important;
	padding-top: 0!important;
    overflow-x: hidden;
	/*font-family: 'Barlow', sans-serif!important;
	border: solid 1px #D0D0D0;*/
		margin-bottom: 0;
	padding-bottom: 0;
	font-family: "Red Hat Display", sans-serif;
  /*max-width: fit-content;*/
}

content{
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 100%;
  /*max-width: fit-content;*/
	position: relative;
	top: 0; /* antes -88px */
}
/* Barra de navegación */

nav {
  display: flex;
  position: sticky;
  top: 50px;
  z-index: 9999;
  background-color: rgba(205, 205, 205, .5);  
  backdrop-filter: blur(5px);
  width: 71%;
  /* padding: 23px; */
  height: 110px;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px #fff0 solid;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
#logo-nav{
  margin-left: 3%;
}

nav img{
	width: 100%;
	height: auto;
	max-width: 250px;
  cursor: pointer;
}

nav svg{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
}

.afterlogo{
	width: 100%;
    text-align: left;
    margin-right: 3%;
}

.avisotop{	
	background-color: #ffffff;
    position: absolute;
    right: 0;
    padding: 11px 12%;
    font-family: 'Inter';
    font-size: 26px;
    color: #636466;
    /*max-width: 850px;*/
}

.coregir-ancho{
	width: unset;
}

.avisotop span{
	font-weight: bold;
}

.menu {
    position: relative;
    padding-right: 0%;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    font-weight: 700;

}

nav ul li{
	display: inline;
	padding-left: 15px;
}

nav ul li a{
	color: white!important;
	text-decoration: none;
}

nav ul li a{
  color: #f5f5f5 !important;
    width: 0;
}

nav ul li a:hover{
width: 100%;
text-decoration: underline;
text-underline-offset: 10px;
transition: 0.3s;
}

nav ul li .destacado{
	color: #ffffff!important;
	text-decoration: none;
	padding: 12px 0px;
	transition: var(--fadeindhover);
}

.menu-hamburguesa{
	padding: 1%;
	padding-right: 5%;
  padding-left: 0%!important;
	float: right;
	display: none;
	padding-left: 83%;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #ffffff!important;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
	background-color: #ffffff!important;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-7px, -7px);
	background-color: #ffffff!important;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-4px);
}
@media only screen 
	and (max-width : 1150px) {
	footer .elementos-footer {
		display: flex;
		justify-content: space-evenly;
	}
		
	.bajada .item {
		width: 21%;
	}
}
#logo-menu-hamburgesa{
  display: none;
}

@media only screen 
	and (max-width : 970px) {
		
	.menu-hamburguesa{
		display: block;
		z-index: 999999;
		position: absolute;
		right: 8%;
		/*top: 20px;*/
	}

	.menu{
		display: none;
		position: absolute;
		height: 100vh;
    background-color: #000000;
    opacity: 0.9;
		width: 100%;
		/*min-width: 450px;*/
		padding: 0!important;
		/*margin: 0!important;*/
		z-index: 9999;
		right: 0;
    margin-top: -50px;
    font-size: 24px;
}

	nav{
    top: 0px;
    width: 100%;
	}

	nav ul{
		padding-top: 10px;
        display: flex;
        flex-direction: column;
        padding-left: 10%;
	}

	nav ul li {
		display: flex;
		padding-left: 15px;
		padding-top: 30px;
	}	
		
	.bajada .item {
		width: 22%!important;
		padding: 25px 20px!important;
	}
  #logo-menu-hamburgesa{
    width: 30%;
    margin-left: 12%;
    margin-top: 8%;
    display: block;
  }

}

@media only screen 
	and (max-width : 720px) {

    .mySwiper {
      width: 100%;
      height: 400px;
    }
      
   

	.menu{
		width: 100%;
		/*min-width: 280px;
		top: 68px;*/
	}
}

/* Swipper */

.mySwiper {
  width: 100%;
  height: 80vh;
}

.mySwiper2 {
  width: 100%;
  height: auto;
}



.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%vh;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.top{
width: 100%;
margin-top: -100px;
}
.top-2{
  width: 100%;
  margin-top: -100px;
  }


.fullslide{
  position: fixed;
  color: #fff;
  width: 100%;
  padding: 20px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fullslide h1{
position: relative;
margin-left: 14%;
width: 100%;
max-width: 680px;
text-align: left;
font-family: "Red Hat Display", sans-serif;
font-size: 70px; 
font-weight: 900;
color: #FFFFFF;
line-height: 77px;
}
.fullslide h3{
  position: relative;
  margin-left: 14%;
  width: 100%;
  text-align: left;
  font-family: "Red Hat Display", sans-serif;
  font-size: 40px; 
  font-weight: 400;
  color: #FFFFFF;
  }

.swiper-pagination{
  margin-bottom: 20px;
}

.swiper-pagination-bullet {
  width: 50px!important;
  border-radius: 0!important;
background-color: #ffffff!important;
}

.swiper-button-next, .swiper-button-prev{
color: #ffffff!important;
}

#titulo-time-line{
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#titulo-time-line h2{
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
font-size: 45px; 
font-weight: 700;
color: #2F3033;
line-height: 50px; 
text-align: center;
}
#titulo-time-line hr{
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}

/* SWIPPER */

.time-line{
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.swiper-slide p{
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
font-size: 18px; 
font-weight: 400;
color: #2F3033;
line-height: 26px;
}
.swiper-slide h2{
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
font-size: 28px; 
font-weight: 700;
color: #E21837;
line-height: 13px;
padding-top: 20px;
}
     .swiper {
        width: 100%;
        height: 100%;
      }


      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		cursor: -webkit-grab; cursor: grab; /* cursor "mano" */
		  -webkit-touch-callout: none; /* iOS Safari */
			-webkit-user-select: none; /* Safari */
			 -khtml-user-select: none; /* Konqueror HTML */
			   -moz-user-select: none; /* Old versions of Firefox */
				-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently
										  supported by Chrome, Edge, Opera and Firefox */
      }

      .swiper-slide img {
        display: block;
       /* width: auto;*/
        height: auto;
        object-fit: cover;
      }

	.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display:none;
		color: #e21837;
	}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -5px!important;
}

.mySwiperImgProyectos .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
	bottom: 5px;
} 

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display:none;
}

		.swiper-pagination-bullet-active{
			background: red!important;
		}

		.swiper-pagination-bullet{
			background: black!important;
		}

		/*.mySwipertimeline{
			border-top: solid 3px blue!important;
		}*/

		.mySwiperClientes .swiper-wrapper, .mySwiperClientes .swiper-slide{
			height: auto!important;
		}

		/*.swiper-wrapper, .swiper-slide{
			height: 750px!important;
		}*/
    /*.swiper-wrapper{
    border-top: solid 3px #E8E8E8 !important;   
    }  ESTO es para la raya de arriba entera pero no consigo que este en los dos slider*/
   
		.mySwiperImgProyectos .swiper-slide{
			width: 100%!important;
			height: auto!important;
		}

		#vertswipper{
			height: 650px!important;
		}

		.nocelu1050{
			display: block;
		}

		.sicelu1050{
			display: none;
		}

		.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet, .swiper.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
			background-color: white!important;
			border: solid 2px black!important;
		}

		.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper.swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
			background-color: grey!important;
			border: solid 2px black!important;
		}

		.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical .swiper-pagination-bullets {
			transform: translate3d(-580px,-50%,0)!important;
		}

		#correccion-slider-derecho-home .swiper-pagination-vertical.swiper-pagination-bullets, #correccion-slider-derecho-home .swiper-vertical .swiper-pagination-bullets {
			transform: translate3d(-0px,-50%,0)!important;
		}

		.mySwipernosotros .swiper-button-next, .mySwipernosotros .swiper-button-prev{
			background-color: #1C3563!important;
			color: white!important;
			padding: 20px 28px!important;
			border-radius: 50%!important;
		}

		.mySwipernosotros .swiper-button-next::after, .mySwipernosotros .swiper-button-prev::after{
			display: none;
		}

		.mySwipernosotros .swiper-button-next, .mySwipernosotros .swiper-button-prev{
			background-image: url("../img/iconos/flecha-blanca.png");
			background-repeat: no-repeat;
			background-position: center;
		}

		.mySwipernosotros .swiper-button-prev{
			transform: rotate(-180deg);
			margin-left: 25px;
		}

		.mySwipernosotros .swiper-button-next, .swiper-rtl .swiper-button-prev {
			right: 35px!important;
		}

		.mySwipertimeline .swiper-wrapper .swiper-slide, .mySwipercertificaciones .swiper-wrapper .swiper-slide{
			display: flex!important;
			flex-direction: column!important;
			align-content: center;
			margin-top: -3px!important;
			justify-content: flex-start;
			border-top: solid 3px #E8E8E8!important;
			margin-left: 0;
			margin-right: 7%;
			margin-bottom: 1%!important;
			width: auto!important;
			height: auto!important;
      width: 28% !important;
		}

		.mySwipercertificaciones .swiper-wrapper .swiper-slide{
			border-top: none!important;
			margin-top: 0px!important;
		}

		.mySwipertimeline hr{
			border-top: solid 3px #1C3563!important;
			margin-bottom: 0px!important;
		}

		.mySwipercertificaciones hr{
			display: none;
		}

		.mySwipertimeline .swiper-wrapper .swiper-slide hr{
			display: flex;
			border-top: solid 2px gray!important;
			width: 90px!important;
			float: left;
			margin-right: 70%;
		}

		/*.mySwipertimeline .swiper-wrapper .swiper-slide:first-child{
			margin-left: 17%;
		} esto se lo saque yo porque empuja para la derecha todo*/

		.mySwipercertificaciones .swiper-wrapper .swiper-slide:first-child{
			margin-left: 3%;
		}

		.mySwipertimeline .swiper-wrapper .swiper-slide img:first-child{
			margin-top: -11px;
		}

		.mySwipertimeline .swiper-wrapper, .mySwipercertificaciones .swiper-wrapper{
			height: auto!important;
			padding-bottom: 3%;
      margin-top: 20px;
		}

		.limite-p-timeline{
			max-width: 250px;
		}

		#correccion-slider-derecho-home{
			margin-right: 14%;
		}

/* FIN SWIPPER */

/*fin de slider*/

 .seccion-1366{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 80px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    width: 71%;
  }
  .seccion-1366-tecnologia{
    max-width: 100%;
    background-color: #F4F7F9;
    padding: 40px 0px 350px 0px;
    margin-bottom: 100px;
  }
 
  .seccion-1366-certificaciones{
    margin-left: auto;
    margin-right: auto;
    /*padding: 100px 0px 100px 0px;*/
    display: flex;
    margin-top: -350px;
    max-width: 1366px;
    width: 71%;
    align-content: center;
    align-items: center;
    max-width: 1000px;
  }
  .certificaciones{
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .certificaciones-1{
    width: 100%;
    display: flex;
    background-image: url("../imagen/1-certi.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 534px;
  }
  .certificaciones-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../imagen/2-certi.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 522px;
    justify-content: center;
  }
  
  .certificaciones-2 img{
    width: 15%;
  }
  .certificaciones-2 p{
    text-align: left;
    font-family: "Red Hat Display", sans-serif;
    font-size: 21px; 
    font-weight: 400;
    line-height: 28px;
    color: #2F3033;
    max-width: 380px;
    width: 85%;
    padding-right: 25px;
  }
  .certificaciones-2 h3{
    text-align: left;
    font-family: "Red Hat Display", sans-serif;
    font-size: 45px; 
    font-weight: 700;
    line-height: 50px;
    color: #2F3033;
    max-width: 340px;
    width: 100%;
  }

  .foto-texto{
display: flex;
width: 100%;
margin-top: 100px;
align-items: center;
  }
  .foto{
flex: 50%;
  }
  .texto{
flex:50%;
padding-left: 30px;
  }
  .texto h3{
  text-align: left;
  font-family: "Red Hat Display", sans-serif;
  font-size: 45px; 
  font-weight: 700;
  line-height: 50px;
  color: #2F3033;
  max-width: 340px;
  width: 100%;
  }
  .texto p{
    text-align: left;
    font-family: "Red Hat Display", sans-serif;
    font-size: 21px; 
    font-weight: 400;
    line-height: 28px;
    color: #2F3033;
    max-width: 440px;
    width: 100%;
  }
  hr{
    position: relative;
    width: 20%;
    border: none;
    height: 2px;
    background-color: #E21837;
    color: #E21837!important;
    opacity: 1!important;
    /*margin-top: 195px;*/
    left: 0px;
  }
  #media{
    position: relative;
    width: 7%;
    border: none;
    height: 2px;
    background: #E21837;
    margin-left: auto;
    margin-right: auto;
  }

.boton-rojo{
  border: 1px #E21837 solid;
  max-width: 500px;
  border-radius: 12px;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  text-align: center;
  width: 204px; 
  margin-top: 20px;
}
.boton-rojo a{
  text-decoration: none;
  text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px; 
    font-weight: 700;
    line-height: 21px;
    color: #E21837;
}
.boton-rojo:hover{
  border: 2px #E21837 solid;
  border-radius: 12px;
}
.foto-texto-2{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  margin-top: 100px;
  align-items: center;
    }
    .foto-2{
  flex: 50%;
    }
    .texto-2{
  flex:50%;
  padding-left: 15px;
    }
    .texto-2 h3{
    text-align: left;
    font-family: "Red Hat Display", sans-serif;
    font-size: 45px; 
    font-weight: 700;
    line-height: 50px;
    color: #2F3033;
    max-width: 440px;
    width: 100%;
    }
    .texto-2 p{
      text-align: left;
      font-family: "Red Hat Display", sans-serif;
      font-size: 21px; 
      font-weight: 400;
      line-height: 28px;
      color: #2F3033;
      max-width: 440px;
      width: 100%;
    }
    .infinito-1{
      width: 100%;
      margin-top: 100px;
    }
    .infinito-1 h2{
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 45px; 
    font-weight: 700;
    line-height: 50px;
    color: #2F3033;
    width: 100%;
    }
/*aca empieza slider loguitos*/
    .slider{
      width: 100%;
      height: auto;
      margin: auto;
      overflow: hidden;
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .slide{
      padding-left: 50px;
      padding-right: 50px;
    }
    .slider .slide-track{
      display: flex;
      animation: scroll 30s linear infinite;
      width: calc(300px * 18);
      align-items: center;
    }
    .slider .slide{
      width: 300px;
    }
    .slider .slide img{
      width: 100%;
    }
    @keyframes scroll {
    0% {
      -webkit-transform: translatex(0);
      transform: translatex(0);
    }
    100% {
      -webkit-transform: translatex(calc(-200px * 9));
      transform: translatex(calc(-200px * 9));
    }
    }
    .slider .slide-track-2{
      display: flex;
      animation: scroll 30s linear infinite;
      animation-direction: reverse;
      width: calc(300px * 18);/*el 18 tiene que ver con la cantidad de logos y  asi es el tamaño segun cuantas filas aya de logos*/
      align-items: center;
    }
     /*fin el slider de loguitos*/

     /*mundo*/
     .mundo{
      width: 100%;
      background-image: url("../imagen/mundo.jpg");
      background-repeat: no-repeat;
      background-size: cover;
     }
     .contenedor-mundo{
      max-width: 71%;
      display: flex;
      margin-left: auto;
    margin-right: auto;
    padding: 100px 0px 100px 0px;
     }
     .mundo-1{
      width: 75%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    align-items: flex-start;
     }
     .mundo-1 h2{
      font-family: "Red Hat Display", sans-serif;
      font-size: 57px; 
      font-weight: 700;
      line-height: 60px;
      color: #ffffff;
      padding: 20px 0px 20px 0px;
      max-width: 700px;
      width: 100%;
     }
     #mundo-1-img{
      width: 20%;
     }
     .sellos{
      display: flex;
      align-items: end;
      width: 25%;
      justify-content: center;
     }
     .sellos img{
      width: 50%;
     }
     .boton-blanco{
      border: 1px #ffffff solid;
      max-width: 500px;
      border-radius: 12px;
      cursor: pointer;
      padding: 8px 15px 8px 15px;
      text-align: center;
      width: 204px; 
      margin-top: 20px;
    }
    .boton-blanco a{
      text-decoration: none!important;
      text-align: center;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px; 
        font-weight: 700;
        line-height: 21px;
        color: #ffffff!important;
    }
    .boton-blanco:hover{
      border: 2px #ffffff solid;
      border-radius: 12px;
    }
    .mundo-1 a{
      text-decoration: none!important;
      color: #ffffff!important;
      text-align: center;
      font-family: "Red Hat Display", sans-serif;
      font-size: 16px; 
      font-weight: 700;
      line-height: 21px;
    }

    #videito{
      display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0px 100px 0px;
    }

/*Fanpack section*/

    .fanpack{
      width: 100%;
      background-image: url("../imagen/disenos.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }
    .fan{
      width: 71%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      padding: 50px 0px 50px 0px;
    }
    .fan h2{
      font-family: "Red Hat Display", sans-serif;
      font-size: 57px; 
      font-weight: 700;
      line-height: 60px;
      color: #ffffff;
      padding: 10px 0px 10px 0px;
      max-width: 900px;
      width: 100%;
      text-align: center;
    }

    #fan-img{
      width: 25%;
    }
    
    .boton-rojo-furioso{
      border: 1px #E21837 solid;
      max-width: 500px;
      border-radius: 12px;
      cursor: pointer;
      padding: 8px 15px 8px 15px;
      text-align: center;
      width: 204px; 
      margin-top: 20px;
      background-color: #E21837;
    }
    .boton-rojo-furioso a{
      text-decoration: none;
      text-align: center;
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px; 
        font-weight: 700;
        line-height: 21px;
        color: #ffffff;
    }
    .boton-rojo-furioso:hover{
      border: 2px #ffffff solid;
      border-radius: 12px;
      background-color: transparent;
    }
/* termina Fanpack section*/

/*Informacion section*/
    .informacion{
    max-width: 71%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 30px 0px;
    }
    .info{
    width: 19%;
    display: flex;
    flex-direction: column;
    }
    .info p{
      font-family: "Red Hat Display", sans-serif;
      font-size: 21px; 
      font-weight: 400;
      line-height: 28px;
      color: #2F3033;
    }
    .info a{
      color: #E21837;
  
    }
    .info img{
      width: 12%;
      padding-bottom: 5px;
    }
/*empieza formulario*/

    .info-form{
      width: 25%;
    display: flex;
    flex-direction: column;
    }
    .info-form h5{
      text-align: left;
        font-family: "Red Hat Display", sans-serif;
        font-size: 15px; 
        font-weight: 700;
        line-height: 21px;
        color: #E21837;
        text-transform: uppercase;
    }
    #informacion{
      max-width: 71%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
    }
    #informacion h2{
      text-align: left;
        font-family: "Red Hat Display", sans-serif;
        font-size: 45px; 
        font-weight: 700;
        line-height: 50px;
    }
    #informacion hr{
    position: relative;
    width: 11%;
    max-width: 100px;
    border: none;
    height: 2px;
    background-color: #E21837;
    color: #E21837!important;
    opacity: 1!important;
    /* margin-top: 195px; */
    left: 0px;
    }


input:placeholder{
  color: #383838;
  text-align: left;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
form input {
  background-color: #EDEDED;
  padding: 5px 5px 5px 10px;
  width: 100%;
  /* color: #c30c0c; */
  margin-top: 10px;
  border-radius: 10px;
  display: block;
  border: 0;
}

form input[type="submit"] {
  display: block;
  width: 21%;
  color: #E21837;
  cursor: pointer;
  background-color: #0d6efd00;
  padding: 0;
  margin-top: 7px;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
/*form input[type="submit"]:hover{
  color: #ff0000;
}*/
.enviar{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.icon{
  margin-top: 10px;
  color: #c51717;
}

/*Termina formulario*/
/* termina Informacion section*/
/*empieza formulario-2*/
#contenedor-de-formulario{
  background-color: #F4F7F9;
}

.formulario-2{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px 80px 0px;
  max-width: 1366px;
}

.info-form-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}
.info-form-2 h5{
  text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 45px; 
    font-weight: 700;
    line-height: 40px;
    color: #E21837;
}
.info-form-2 p{
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px; 
  font-weight: 400;
  line-height: 28px;
  color: #2F3033;
}

.info-form-2 input {
  background-color: #EDEDED;
  padding: 5px 5px 5px 10px;
  width: 45%;
  /* color: #c30c0c; */
  margin-top: 10px;
  border-radius: 10px;
  display: block;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-form-2 input[type="submit"] {
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  width: 40%;
  margin-top: 0px;
  margin-left: 0px;
    margin-right: 0px;
}

.enviar-2{
  display: flex;
  align-items: center;
  width: 11%;
  color: #E21837;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #E21837;
  justify-content: center;
  margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px 15px 0px;
    border-radius: 15px;
}
.enviar-2:hover{
 /* background-color: #E21837;
  color: #ffffff;*/
  border: 3px solid #E21837;
} 
.enviar-2 .icon{
  margin-top: 0%;
}
.icon{
  margin-top: 10px;
  color: #c51717;
}
/*Termina formulario-2*/

/*empiezan los tops*/
  .top-nosotros{
    background-image: url("../imagen/top-nosotros.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 768px;
    width: 100%;
    height: 768px;
    margin-top: -100px;
    display: flex;
    align-items: center;
  }
  .top-sostenibilidad{
    background-image: url("../imagen/top-Sostenibilidad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 768px;
    width: 100%;
    height: 768px;
    margin-top: -100px;
    display: flex;
    align-items: center;
  }
  .top-productos{
    background-image: url("../imagen/top-productos.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 768px;
    width: 100%;
    height: 768px;
    margin-top: -100px;
    display: flex;
    align-items: center;
  }
  .top-contacto{
    background-image: url("../imagen/top-contactos.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 768px;
    width: 100%;
    height: 768px;
    margin-top: -100px;
    display: flex;
    align-items: center;
  }
  .top-titulos{
    width: 71%;
    display:flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .top-titulos h3{
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    color: white;
    width: 100%;
  }
  .top-titulos h1{
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 70px;
    font-weight: 900;
    line-height: 77px;
    color: white;
    width: 90%;
    max-width: 880px;
  }
/*Termina los tops*/

/*SECCION SOSTENIBILIDAD*/
.seccion-1-sostenibilidad{
  width: 100%;
}
.sosten-1{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-top: 80px;
}
.sosten-1 h2{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.sosten-1 h3{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #E21837;
  text-align: center;
}
.sosten-1 p{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  color: #2F3033;
  text-align: center;
  width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.sosten-1 hr{
  width: 8%;
  margin-left: auto;
  margin-right: auto;
  background-color: #E21837;
  color: #E21837;
  opacity: 1!important;
}

#susten{
  width: 100%;
  background-color: #F4F7F9;
}
/*Termina SECCION SOSTENIBILIDAD*/
/*SECCION BIO*/
.bio{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 150px;
}
.biodegradables{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.biodegradables-icono{
  width: 13%;
    margin-right: 10px;
}

.biodegradables-contenido{
  width: 100%;
  display: flex;
}
.biodegradebles-texto{
  display: flex;
  flex-direction: column;
  width: 79%;
  margin-bottom: 30px;
}
.biodegradebles-texto h4{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #2F3033;
}
.biodegradebles-texto p{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #2F3033;
}
/*TERMINA SECCION BIO*/

/*EMPIEZA SECCION PRODUCTOS*/
.productos{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 150px;
  max-width: 900px;
}
.productos-fila{
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  padding: 0px 5px 0px 5px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.productos-contenido{
  display: flex;
  flex-direction: column;
  width: 98%;
  /* width: 552px; */
  height: 380px;
  justify-content: center;
  padding-left: 50px;
}

.productos-contenido h2{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  max-width: 400px;
}
.productos-contenido p{
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  max-width: 400px;
  width: 85%;
}
.productos-contenido hr{
color: #ffffff !important;
background-color: #ffffff;
}
#bolsas-de-papel{
  background-image: url("../imagen/bolsa-de-papel-y-cartulina.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
#bolsas-de-papel-1{
  background-image: url("../imagen/packaging.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 552px;
}
#bolsas-de-papel-2{
  background-image: url("../imagen/bobinas-de-papel.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 552px;
}
#bolsas-de-papel-3{
  background-image: url("../imagen/papel-de-regalo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
#bolsas-de-papel-4{
  background-image: url("../imagen/cajas-y-estuches.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
#bolsas-de-papel-5{
  background-image: url("../imagen/sobres-de-papel.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
#bolsas-de-papel-6{
  background-image: url("../imagen/manteles-y-posavasos.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
#bolsas-de-papel-7{
  background-image: url("../imagen/hilos.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
    max-width: 552px;
}
.producto-botones{
  display: flex;
  width: 90%;
  justify-content: flex-start;
  /* margin-left: auto; */
  /* padding-right: 80px; */
  max-width: 350px;
}
.boton-productos{
  width: 47%;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 7px 0px 7px 0px;
  text-align: center;
  cursor: pointer;
}
.boton-productos a{
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.boton-productos:hover{
  background-color: #E21837;
  border: 2px solid #E21837;
}

/*TERMINA SECCION PRODUCTOS*/

/* SECCION CONTACTANOS*/
.contactanos{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 60px;
}
.contactanos-info-container{
  display: flex;
  flex-direction: column;
}
.contactanos-info{
width: 100%;
display: flex;
justify-content: space-around;
}
.contactanos-info-cajas{
  display: flex;
  flex-direction: column;
  width: 35%;
  /*justify-content: space-around;*/
}
.contactanos-info-cajas p{
  color: #2F3033;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  }
.contactanos-info-cajas img{
width: 12%;
}
.contactanos-info-cajas a{
color: #E21837;
  }

  /*formulario-3*/

.contactanos-form{
width: 100%;
background-color: #EDEDED;
border-radius: 30px;
display: flex;
flex-direction: column;
}

.contactanos-form h3{
  color: #E21837;;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  width: 90%;
}
.contactanos-form form{
width: 100%;
}

.contactanos-form input{
  background-color: #EDEDED;
  padding: 5px 5px 15px 0px;
  width: 90%;
  /* color: #c30c0c; */
  margin-top: 10px;
  border-radius: 0!important;
  display: block;
  border-bottom: #000000 1px solid;
 margin-left: auto;
  margin-right: auto;
}
.enviar-3{
  display: flex;
  align-items: center;
  width: 35%;
  cursor: pointer;
   border: 2px solid #E21837; 
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  /* padding: 15px 0px 15px 0px; */
  border-radius: 15px;
  float: right;
  margin-right: 15px;
}
.enviar-3:hover{
  border: 3px solid #E21837;
} 
.contactanos-form input[type="submit"] .enviar-3  .salir #ok {
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #ffffff;
  border-bottom: none!important;
 /*margin-left: 0px;
  margin-right: 0px;*/
  padding: 15px 0px 15px 0px;
  border-bottom: none;
  width: 100%;
  margin-top: 0px;
}

.contactanos-form textarea{
  background-color: #EDEDED;
  padding: 5px 5px 15px 0px;
  width: 90%;
  /* color: #c30c0c; */
  margin-top: 10px;
  border-radius: 0!important;
  display: block;
  border: transparent;
  border-bottom: #000000 1px solid;
  margin-left: auto;
  margin-right: auto;
}
  /*formulario-3*/
/* TERMINA SECCION CONTACTANOS*/

/* EMPIEZA SECCION PLANTAS*/
.plantas{
background-color: #F4F7F9;
padding-bottom: 80px;
padding-top: 10px;
}
.plantas-container{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 120px;
}
.plantas-info{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.plantas-info-1{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.plantas-info-cajas{
  display: flex;
  flex-direction: column;
  width: 90%;
}
.plantas-info-cajas p{
  color: #2F3033;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  width: 86%;
  }
  .plantas-info-cajas h4{
    color: #383838;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    }
.plantas-info-cajas img{
width: 7%;
}
.plantas-info-cajas-1 img{
  width: 4%;
  }
.plantas-info-cajas a{
color: #E21837;
  }
.titulo-de-seccion{
  width: 71%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.titulo-de-seccion h2{
  color:   #2F3033;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}
.titulo-de-seccion h3{
  color: #E21837;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 13px;
}
.titulo-de-seccion hr{
  width: 11%;
  background-color: #E21837;
  color: #E21837;
  opacity: 1!important;
}

/* TERMINA SECCION PLANTAS*/
 
@keyframes mymove {
  25% {background-position: center;}
}
/*boton de whass up emergency*/
.emergency{
    position: fixed;
    bottom: -12px;
    right: var(--mgder);
    z-index: 999;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0px 0px 13px 1px rgba(145, 142, 142, 0.75);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(145, 142, 142, 0.75);
    -moz-box-shadow: 0px 0px 13px 1px rgba(145, 142, 142, 0.75);
    transition: var(--fadeindhover);
    background-color: #FFFFFF;
    margin-right: -10px;
    margin-left: 40px;
    padding-bottom: 20px;
}

.emergency:hover{
		box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
border-radius: 25px;
}

/* fin boton de whass up emergency*/

/*footer empieza*/
footer{
	display: flex;
  width: 100%;
  background-image: url("../imagen/fondo-footer-1920.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  flex-direction:row;
}

.conteiner-footer{
  display: flex;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  padding: 80px 0px 150px 0px;
  flex-wrap: wrap;
  max-width: 1366px;
  justify-content: center;

}
#caja-de-4{
  display: flex;
    width: 100%;
    justify-content: space-between;
    max-width:480px ;
}
#caja-de-2{
  display: flex;
    width: 100%;
    justify-content: space-between;
    max-width:480px ;
}
.columnas{
width: 18%;
display: flex;
align-items: flex-start;

}
.columnas-2{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.columnas-2 img{
  width: 90%;
}
.columnas ul{
  list-style: none;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #E21837;
  padding-inline-start: 0px;
}
.columnas li{
  padding-bottom: 7px;
}
.columnas ul li a{
  text-decoration: none;
  color: #E21837;
}
.columnas img{
  width: 100%;
}
.img-redes-footer{
  margin-right: -12px;
}

.img-redes-footer a img{
	width: 30%!important;
}

* {
    box-sizing: border-box;
  }
  #linea-roja-final{
    margin-top: -80px;
    width: 100%;
    background-color: #E21837;
    display: flex;
    /* justify-items: center; */
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    padding: 14px 0px 0px 0px;
  }
  #reserved{
  flex: 60%;
  }
.terms{
  flex: 20%;
  display: flex;
  justify-content: flex-end;
}
.terms a{
  text-decoration: none;
  color: white;
}
#contenedor-linea-roja{
  width: 71%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
/* termina footer */




/* EMPIEZA FOTOS SLIDER PRRINCIPAL*/
#menos-800{
  display: none;
}
#menos-430{
  display: none;
}

/* TERMINA FOTOS SLIDER PRRINCIPAL*/


#logo-nav {
  cursor: pointer;
}
.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
    width: 30px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #38DC82;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
    width: 5px;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;  
}


@media only screen 	and (max-width:550px){
    div .scrollmenu img{
      width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    }
  }

/*EMPIEZA LO RESPONSIVO///////////////////////////////////////////////////////////*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
  /*ESTE ES MIO*/
  @media only screen 	and  (max-width: 1500px) {
    .fullslide{
      bottom: 10%!important;
    }
  }

   /*ESTE ES MIO*/
 @media only screen 	and  (max-width: 1300px) {
    .fullslide{
      bottom: 5%!important;
    }
  }

  /*EMPIEZA 1370 ///////////////////////////////////////////////////////////*/
@media only screen and  (max-width: 1370px){
.conteiner-footer{
  justify-content: center;
}
#caja-de-4 {
 /* max-width: 700px;*/
  margin-bottom: 20px;
}
#caja-de-2 {
  max-width: 700px;
  align-items: center;
    justify-content: center;
}
.columnas-2{
  width: 30%;
  justify-content: space-evenly;
}
}
/*TERMINA 1370 ///////////////////////////////////////////////////////////*/
    /*EMPIEZA 1200 ///////////////////////////////////////////////////////////*/
/* Responsive 1200 */

@media  screen and  ( max-width: 1200px ){
 /* .fullslide{
    bottom: 50%;
  }*/
  .fullslide h1{
  font-size: 50px;
  line-height: 57px;
  max-width: 630px;
  }
  .fullslide h3{
  font-size: 25px;
  }
 .foto-texto{
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
 }
 .foto-texto-2{
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
 }
 .texto {
  padding-left: 0px;
  padding-top: 30px;
 }
 .texto-2{
  padding-left: 0px;
  padding-top: 30px;
 }
 .texto h3{
  max-width: 560px;
 }
 .texto p{
  max-width: 560px;
 }
 .texto-2 h3{
  max-width: 560px;
 }
 .texto-2 p{
  max-width: 560px;
 }
 .productos{
  flex-direction: column;
 }
.productos-contenido{
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%!important;
  max-width: 629px!important;
  border-radius: 28px;
  margin-bottom: 29px;
}
.productos {
  width: 100%!important;
  max-width: 1000px!important;
}

.productos-fila {
width: 100%!important;
max-width: 700px!important;
align-items: center;
padding: 0px 20px 0px 20px;
}
.contactanos{
flex-wrap: wrap;
}
.plantas-container{
flex-wrap: wrap;
margin-bottom: 40px;
}
.plantas-info{
width: 70%;
}
.plantas-info-1{
width: 70%;
}
.contactanos-info-container{
margin-bottom: 40px;
}
.informacion{
flex-wrap: wrap;
}
.info{
min-width: 250px;
}
.info-form{
min-width: 250px;
}
}
   /*TERMINA 1200 ///////////////////////////////////////////////////////////*/  
  /*EMPIEZA 1100 ///////////////////////////////////////////////////////////*/
  @media only screen and (max-width: 1100px) {
    .certificaciones-1{
      flex-direction: column;
      background-image: url("../imagen/certificaciones-chica.png");
      background-repeat: no-repeat;
      background-size: contain;
      height: 534px;
    }
    .certificaciones-2 p{
    max-width: none;
    width: 100%; 
    padding-right: 0px;
    justify-content: center;
    }
    .certificaciones-2{
      background: none;
      height: 300px;
      width: 80%;
    }
    .certificaciones{
      flex-direction: column;
      align-items: center;
    }
    .certificaciones-2 img {
      width: 40%;
  }
  .seccion-1366-tecnologia {
    padding-bottom: 200px;
  }
  .enviar-2{
    width: 15%;
  }
  }
  /*TERMINA 1100 ///////////////////////////////////////////////////////////*/
/*EMPIEZA 970 ///////////////////////////////////////////////////////////*/
  @media screen and (max-width: 970px){
    .fullslide h1 {
      margin-left: 3%;
      max-width: 690px;
    }
    .fullslide h3 {
      margin-left: 3%;
    }
    .fullslide{
      bottom: 0% !important;
    }
  }
/*TERMINA 970 ///////////////////////////////////////////////////////////*/
    /*EMPIEZA 800 ///////////////////////////////////////////////////////////*/
/*ESTE ES MIO*/
@media only screen and  (max-width: 800px){
  .plantas-container{
    flex-direction: column;
  }
  .plantas-info{
    margin-bottom: 50px;
  }
  .plantas-info-cajas span{
   display: none;
  }
  .plantas-info-1{
    width: 100%;
  }
  .caja-scroll h1{
  text-align: left;
  margin-left: 8%;
  }
  
  .grid-container-footer{
    margin-left: 8%;
    padding-bottom: 70px;
  }

  .fullslide{
   bottom: 25%!important;
  }
  .fullslide h1{
    font-size: 58px;
    line-height: 70px;
    max-width: 720px;
  }
  .bio{
    flex-direction: column;
    width: 90%;
    margin-bottom: 10px;
  }
  .biodegradables-icono {
    width: 10%;
  }

  .top{
    background-image: url("../imagen/top-home-800.jpg")!important;
  }
  .top-services{
    background-image: url("../imagen/top-services-800.jpg")!important;
  }
  .top-contact-us{
    background-image: url('../imagen/top-contact-800.jpg');
    height: 774px;
  }

  .top h3{
    max-width: 100%;
  }
  #logo-menu-hamburgesa {
        position: static;
  }
  .enviar-2{
    width: 20%;
  }

  .mas-800{
    display: none!important;
  }
  #menos-800{
    display: block!important ;
    height: 774;
  }
 #menos-430{
   display: none!important; 
  }
}
/*TERMINA 800 ///////////////////////////////////////////////////////////*/
 /*EMPIEZA 600 ///////////////////////////////////////////////////////////*/ 
 @media  screen and (max-widht: 600px){
.columnas-2 img {
    width: 70%!important;
}
.img-redes-footer {
width: 80%!important;
}
.columnas-2 {
  width: 40%;
}
.seccion-1366-tecnologia {
  padding-bottom: 150px;
}
.enviar-2{
  width: 30%;
}
 }
 /*TERMINA 600 ///////////////////////////////////////////////////////////*/ 

 @media (max-width: 680px){  
  .fullslide{
bottom: 5%;
  }  
  .bar1, .bar2, .bar3 {
    background-color: #CCCCCC!important;
  }

  .change .bar1 {
    background-color: #CCCCCC!important;
  }

  .change .bar3 {
    background-color: #CCCCCC!important;
  }
}

  @media (prefers-color-scheme: dark) {
    .swiper-button-next, .swiper-button-prev {
      color: #FFFFFF!important;
    }
  }
/*EMPIEZA 650 ///////////////////////////////////////////////////////////*/
 @media (max-width: 650px){
  .contactanos-info{
    flex-direction: column;
  }
  .contactanos-info-cajas{
    width: 100%;
  }
  .contactanos-info-cajas img {
    width: 7%;
  }
  .plantas-info-1{
    flex-direction: column;
    width: 70%;
  }
  }
/*TERMINA 650 ///////////////////////////////////////////////////////////*/
/*EMPIEZA 530 ///////////////////////////////////////////////////////////*/
  @media (max-width: 530px){
    .fullslide h1 {
      width: 100%;
      font-size: 50px;
      line-height: 55px;
      margin-top: 0px;
    }
      .fullslide {
        bottom: 0%!important ;
    }
      }
/*TERMINA 530 ///////////////////////////////////////////////////////////*/
  /*EMPIEZA 500 ///////////////////////////////////////////////////////////*/
  @media screen and (max-width: 500px){
  #caja-de-4{
    flex-direction: column;
  }
  #caja-de-2{
    flex-direction: column-reverse;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .columnas-2{
    justify-content: flex-start!important;
    margin-bottom: 10px!important;
    width: 50%!important;
  }
  .columnas{
    width: 35%!important;
    display: flex!important;
    align-items: flex-start!important;
  }
  .columnas img{
    margin-bottom: 20px!important;
  }
  .seccion-1366-tecnologia {
    padding-bottom: 50px;
  }
 }

 /*TERMINA 500 ///////////////////////////////////////////////////////////
/*EMPIEZA 470 ///////////////////////////////////////////////////////////*/
  @media (max-width: 470px){

    .swiper-button-next{
      display: none!important;
    }
   .swiper-button-prev{
      display: none!important;
    }
    .title{
      font-size: 18px;
    }
  }
/*TERMINA 470 ///////////////////////////////////////////////////////////*/
/*EMPIEZA 430 ///////////////////////////////////////////////////////////*/
/* Responsive 430 */

@media  screen and (max-width: 430px){

  .mySwiper{
    height: 350px;
  }
  .mySwiper .swiper-pagination{
  display: none!important;
  }  
.menu-hamburguesa {
  right: 4%;
  /*top: 23px;*/
}

.caja-scroll h1{
  font-size: 34px!important;
}

.scroll h2{
  font-size: 34px!important;
}
.fullslide h1{
  font-size: 50px ;
  line-height: 55px;
  max-width: 420px;
}
.fullslide{
  bottom: 33%!important;
}
.slide-3{
   bottom: 30%!important;
}
 

.top-nosotros{
  background-image: url("../imagen/top-nosotros-430.jpg");
  height: 932px;
        max-height: 932px;
}
.top-productos{
  background-image: url("../imagen/top-productos-430.jpg");
  height: 932px;
        max-height: 932px;
}
.top-sostenibilidad{
  background-image: url("../imagen/top-sostenibilidad-430.jpg");
  height: 932px;
        max-height: 932px;
}
.top-contacto{
  background-image: url("../imagen/top-contacto-430.jpg");
  height: 932px;
        max-height: 932px;
}
.biodegradables-icono {
  width: 20%!important;
}
.sosten-1{
  width: 90%;
}
.sosten-1 h2{
  font-size: 45px;
  line-height: 50px;
}
.sosten-1 h3{
  line-height: 30px;
}
.sosten-1 hr {
  width: 25%;
}
.sosten-1 p{
  font-size: 17px;
  line-height: 25px;
  text-align: left;
      width: 90%;
}

.biodegradebles-texto h4{
  font-size: 24px;
  line-height: 24px;
}
.biodegradebles-texto p{
  font-size: 17px;
  line-height: 25px;
}
.seccion-1366{
width: 100%;
margin-top: 80px;
margin-bottom: 30%;
}
.seccion-1366-certificaciones {
  width: 90%;
}
.seccion-1366-tecnologia {
  padding-bottom: 100px;
}
.foto-texto {
  width: 90%!important;
}
.foto-texto-2{
  width: 90%!important;
}
.texto p{
  font-size: 17px;
  line-height: 25px;
}
.texto-2 p{
  font-size: 17px;
  line-height: 25px;
}

nav {
    top: 0px;
    width: 100%;
  }
  nav ul {
    padding-left: 9%;
  }
  .certificaciones-1 {
    height: 434px;
  }
  .certificaciones-2 {
    width: 90%;
  }
  .enviar-2{
    width: 85%;
    padding: 8px 0px 8px 0px;
  }
  .info-form-2 input {
width: 85%;
}
.productos-contenido{
  max-width: 360px;
}
.plantas-info-cajas img {
  width: 12%!important;
}
.contactanos {
  width: 90%;
}
.titulo-de-seccion {
  width: 90%;
}
.plantas-container {
  width: 90%;
}
.fanpack {
  width: 100%;
  background-image: url("../imagen/fanpack-430.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#fan-img {
  width: 65%;
}
.fan {
  width: 90%;
}
.fan h2{
  font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    max-width: 300px;
}
.mundo{
  background-image: url("../imagen/mundo-430.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.contenedor-mundo{
  width: 90%;
}
.mundo-1-img {
  width: 40%;
}
#mundo-1-img {
  width: 45%;
}
.mundo-1 h2{
  font-size: 30px;
    line-height: 30px;
}
.sellos{
  width: 30%;
}
.sellos img {
  width: 100%;
}
.slider .slide {
  width: 200px;
}
.boton-rojo{
  width: 100%;
}
.infinito-1 h2 {
  font-size: 30px;
    font-weight: 700;
    line-height: 33px;
}
.boton-rojo-furioso {
  width: 100%;
}
hr{
  width: 27%;
}
#informacion hr {
  width: 25%;
}
#media {
  width: 25%;
}
.top-titulos{
  width: 90%;
}
.top-titulos h1{
  font-size: 57px;
    font-weight: 900;
    line-height: 70px;
}
.top-titulos h3{
  font-size: 30px;
}


.mas-800{
  display: none;
}
#menos-800{
  display: none!important ;
}
#menos-430{
 display: block!important; 

}
.swiper-horizontal {
  height: 930px;
}
#contenedor-linea-roja{
  width: 95%;
}
#linea-roja-final {
  text-align: center;
}
}
/*TERMINA 430 ///////////////////////////////////////////////////////////*/
/*EMPIEZA 380 ///////////////////////////////////////////////////////////*/
@media (max-height: 380px){	
	.fullslide{
		margin-top: 0px;
	}
}
/*TERMINA 380 ///////////////////////////////////////////////////////////*/
/* width */
.scrollmenu ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollmenu ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrollmenu ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollmenu ::-webkit-scrollbar-thumb:hover {
  background: #555;
}


footer p a{
	text-decoration: none;
	color: inherit!important;
}

.logonav{
	cursor: pointer;
 /* padding-top: 10px;*/
}





