
.contentbox{
		width: 100%;
		height: auto;
		padding: 0px;
		background-size: cover;
		background: #fff;
}

.box-products{
		width: 80%;
		height: auto;
		overflow: hidden;
		margin: auto;
		display: flex;
		flex-direction: row;
}

	.box-prods .prods{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		border: 2px solid #7777;
		width: 31%;
		height: auto;
		margin: 16px 4px;
	}

.box-products2{
		width: 80%;
		height: auto;
		overflow: hidden;
		margin: auto;
		display: flex;
		flex-direction: row;
}

.box-products3{
		width: 80%;
		height: auto;
		overflow: hidden;
		margin: auto;
		display: flex;
		flex-direction: column;
}

.box-products3 .box-prods{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

.box-category{
		width: 25%;
		height: 100%;
		float: left;
		background: #EAEAEA;
}

.category-item:hover.active2{
		background: #D9D6D6;
		transition: all .1s ease;
}

	.box-detal{
		width: 75%;
		height: 100%;
		float: right;
		background: #ffF;
	}

	.box-detal li{
		display: block;
		padding: 20px 30px;
		border: 1px solid #f1ecec;
		font-family: "Poppins-Bold";
	}

	.produc-category{
		position: relative;
	}

	.produc-category:hover .list-menu{
		transform: translateX(0px);
		opacity: 1;
		transition: ease .3s;
	}

	.produc-category.active{
		animation: boxdetalli .5s ease;
	}

	@keyframes boxdetalli{
		from{
			opacity: 0;
		}

		to{
			opacity: 1;
		}
	}

	.box-detal li h1{
		color: #777777;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.box-detal li p{
		color: #777777;
		font-size: 14px;
		text-align: justify-all;
	}

	.content-detail-btns{
		width: 100%;
		height: auto;
		display: flex;
		font-size: 10px;
	}

	.box-detal .content-detail-btns .btn-ft{
		display: block;
		text-align: center;
		width: 150px;
		text-decoration: none;
		color: #ffff;
		font-size: 100%;
		margin-left: 20px;
		margin-top: 20px;
		padding: 7px 5px;
		background: #7CC733;
	}

	.box-detal .content-detail-btns .btn-detal{
		display: block;
		text-align: center;
		width: 100px;
		text-decoration: none;
		color: #ffff;
		margin-top: 20px;
		padding: 7px 5px;
		background: #3367D6;
	}

	.box-detal .content-detail-btns .btn-ft:hover{
		opacity: 0.8;
		transition: .3 ease;
	}

	.box-detal .content-detail-btns .btn-detal:hover{
		opacity: 0.8;
		transition: .3s ease;
	}


	.box-category .category-item{
		display: block;
		padding: 14px 12px;
		border: 1px solid #f1ecec;
		color: #000;
		text-align: center;
		font-size: 14px;
		font-family: "Poppins-Bold";
	}

	.category-item.active{
		background: #ffff;
	}


@media	(min-width: 800px){

	.menu-bar{
		display:none; 
	}

	.banner-products{
		position: relative;
		background-image: url('../img/Trabajador-soldando.webp');
		display: flex;
		background-size: cover;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 400px;
	}


	.banner-products h2{
		font-family: "Poppins-Bold";
		color: #fff;
		font-size: 45px;
		z-index: 99;
	}

	.caja-centrada{
		width: 85%;
		overflow: hidden;
		margin: 0 auto;
	}

	

	.caja-centrada2{
		width: 95%;
		max-width: 1800px;
		overflow: hidden;
		margin: 0 auto;
	}

	.container-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	.caja-centrada-menu{
	    width: 94%;
	    margin: auto;	
	}

	.caja-section{
		width: 80%;
		overflow: hidden;
		margin: 0 auto;
		
	}

	.caja-slider{
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		
	}		

	.contenedor-body{
		max-width: 1800px;
		margin: 117px auto 0px;
		overflow: hidden;
	}

	.section-3{
		width: 100%;
		overflow: hidden;
		margin: 70px auto 150px;
	}

	.section-3 h1{
		font-size: 27px;
	}

	.nav li ul{
		transform: translateY(-119px);
		position: absolute;
		z-index: -1;
		min-width: 250px;
		transition: 0.3s ease;
	}

	.nav li ul a{
		font-family: "Poppins-Regular";
		padding: 10px 9px;
		font-size: 12px;
	}

	.nav li ul li{
		position: relative;
	}

	.nav li ul li ul{
		right: -250px;
		top: 0;
	}

	.nav li:hover > ul{
		transform: translateY(0px);
		transition: 0.3s ease;
	}

	.nav li:hover .f-ar-nav{
		transform: translateY(0px);
		transition: 0.3s ease;
	}

	.nav .f-ar-nav{
		transform: rotate(180deg);
		transition: 0.3s;
	}

	.nav #servicios:hover .f-ar-nav{
		transform: rotate(0deg);
		transition: 0.3s;
	}

	.nav > li{
		float: left;
	}

	.nav li a{
		font-family: "Poppins-Bold";
		text-decoration: none;
		display: block;
		padding: 29px 18px;
		font-size: 14px;
	}

	.nav{
		margin-right: 80px;	
	}


.nav > li > ul > li > a:hover{
	background: #ff9900;
	color:#fff;
}

.nav > li > ul > li > ul > li a:hover{
	background: #ff9900;
	color:#fff;
}

.nav > li > ul > li > a, .nav > li > ul > li > ul > li a{
	border-left: #f1ecec 0.5px solid;
	border-right: #f1ecec 0.5px solid;
	border-bottom: #f1ecec 0.5px solid;
}

.nav > li > ul{
	border-top: #F79C1E 2px solid;
}

.nav{
	float: right;
	font-weight: bold;
}

.nav a{
	font-family: 'Poppins-SemiBold';
	color: #4E6C92;
	background: #fff;
}

.nav a:hover{
	color: #fff;
	transition: 0.3s;
	background: #ff9900;
}

.nav a.active{
	background: #F79C1E;
	color: #fff;
}

.menu-bar a{
	color: #7CC733;
}

	.info-box-QS{
		margin: 15px 0px;
		padding: 50px 0px;
		height: auto;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.info-box-QS h3{
		color: #F79C1E;
		font-size: 25px;
		font-weight: bold;
		justify-content: center;
		align-self: center;
	}

	.info-box-QS2{
		margin: 150px 0px 150px;
		overflow: hidden;
		color: #fff;
	}

	.info-box-QS2 img{
		position: absolute;
		top: 60px;
		width: 550px;
		left: 30px;
	}

	.P-QS{
		margin-left: 30px;
		float: left;
		width: 50%;
		align-content: center;
	}

	.QS-ART1-P{
		width: 200px;
		margin: 40px 120px 40px;
		float: right;
	}

	.QS-ART1-P h1{
		font-size: 28px;
	}

	.info-box-productos{
		color: #fff;	
	}

	.section-QS2 h1{
		font-size: 28px; 
	}

	.section-QS2 p{
		padding-top: 18px; 
		font-size: 18px; 
		text-align: justify;
	}

	.section-QS2{
		margin: 60px;
	}

	.section-productos{
		display: flex;
		overflow: hidden;
	}

	.section-productos .articulos h1{
		font-size: 30px; 
	}

	.section-productos .articulos h2{
		font-size: 15px; 
	}

	.section-productos .articulos .p2{
		padding-top: 6px; 
		font-size: 12px; 
	}

	.text-box{
		width: 100%;
	}

	.articulos{
		width: 82%;
		margin-top: 20px;
		float: right;
	}

	.articulo-producto{
		width: 250px;
		margin: 50px;
	}

	.cajaFE{
		width: 600px;
		padding: 50px;
	}

	.cajaFE h1{
		margin-bottom: 80px;
	}

	.cajaFE a, .cajaFE li{
		font-size: 17px;
		margin-bottom: 60px;
	}

	.cajaFE a{
		padding: 18px;
	    padding-right: 100PX;
	}

	form{
		width: 1000px;
		height: 0 auto;
		margin: 0 auto;
		padding: 25px 50px;
		background: #fff;
	}

	input,textarea{
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
		padding: 7px;
		box-sizing: border-box;
		border: 1px solid #777777;
	}

	input:focus,textarea:focus{
		outline: none;
		transition: 0.5s ease;
		border: 1px solid #F79C1E;
	}

	textarea{
		min-height: 100px;
		max-height: 200px;
		max-width: 100%;
	}

	.box-footer{
		display: block;
		width: 33%;
		height: 0 auto;
		padding: 0px 20px;

	}

	.box-footer iframe{
		width: 70%;
		height: 50%;
		margin-left: 25%;
	}

	.Art-info-img{
		width: 40%;
		align-self: center;
		height: auto;
		float: left;
	}

	.Art-info-img img{
		width: 400px;
		border: 1px solid #EDEDED;
		display: block; 
		margin: auto;
	}

	.Art-info-p{
		float: right;
		width: 50%;
		overflow: hidden;
		max-height: 900px;
		box-sizing: border-box;
	}


	.flex-caption .logoIMG{
		width: 150px;
		position: absolute;
		top: 5%;
		right: 5%;
	}


	.flex-caption p{
		font-family: "Poppins-Regular";
		position: absolute;
		top: 50%;
		text-align: center;
		width: 100%;
		font-size: 40px;
		color: #fff;
		font-weight: bold;
	}

	.social-container{
		width: 100%;
		background: url('../img/img-campo.jpg');
		background-size: cover;
	}

	

	.social-container > h1{
		text-align: center;
		padding: 13px;
		color: #fff;
		background-color: #343A40;
		font-size: 22px;
		font-family: "Poppins-Bold";
	}

	.red-social{
		width: 33%;
		text-align: center;
		margin: 20px 0px 0px;
	}

	.Facebook{
		width: 100%; 
		height: 800px;
	}

	.list-product{
		width: 18%;
		display: block;
		background-color: #fff;
		color: black;
		box-shadow: 0px 1px 10px #808080;
	}

	.list-product h5{
		font-family: "Poppins-Bold";
		font-size: 15px;
		color: #7CC733;
		margin-bottom: 2px;
	}

	.list-product h1{
		font-family: "Poppins-semiBold";
		color: #4CAF50;
		font-size: 20px;
	}

	.list-product a{
		font-family: "Poppins-regular";
		text-decoration: none;
		color: black;
		line-height: 12px;
		font-size: 12px;
	}

	.list-product li{
		list-style: none;
	}

	.list-product ul{
		margin: 20px 20px 150px;
	}

	.h1{
		padding: 20px 150px 20px 250px;
		font-size: 20px;
	}
	
	.article-left{
		width: 40%;
		position: absolute; left: 5%; top: 10%;
	}

	.article-right{
		width: 40%; 
		position: absolute; right: 5%; bottom: 10%;
	}

	.wiki{
		width: 100%; 
		height: 850px;
		margin: 200px 0px; 
		background: url(../img/green-leaf-texture-ecology-concepts-leaf-nature-industry-influence.jpg) fixed center;
		position: relative;
	}

	.container-img{
		background: url('../img/img cultivar.jpg') #0000;
		background-size: cover;
		width: 500px;
		height: 400px;
		position: absolute;
		right: 1px;
		top: -25px;
	}

	.container-QSD{
		min-width: 1000px;
		width: 100%;
		height: 500px;
		overflow: hidden;
		background: #343A40;
	}

	.container-QSD .container-text-QSD{
		float: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		height: 100%;
		padding: 40px 80px;
	}

	.container-QSD .img-QSD{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../img/maquinaria3.jpg");
		width: 50%;
		height: 100%;
		float: right;
	}

	.container-QSD2{
		min-width: 1128px;
		width: 100%;
		height: 500px;
		overflow: hidden;
		background: #F79C1E;
	}

	.container-QSD2 .img-QSD2{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../img/maquinaria2.jpg");
		width: 50%;
		height: 100%;
		float: right;
	}

	.container-QSD2 .container-text-QSD2{
		float: right;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		height: 100%;
		padding: 20px 80px;
	}

	.container-QSD .container-text-QSD h1{
		font-family: "Poppins-Bold";
		text-align: center;
		font-size: 29px;
		color: #fff;
	}

	.container-QSD .container-text-QSD p{
		margin-top: 14px;
		text-align: center;
		margin-bottom: 10px;
		font-family: "Poppins-Regular";
		font-size: 18px;
		color: #fff;
	}

	.container-QSD2 .container-text-QSD2 h1{
		font-family: "Poppins-Bold";
		text-align: center;
		font-size: 29px;
		color: #fff;
	}

	.container-QSD2 .container-text-QSD2 p{
		margin-top: 14px;
		text-align: center;
		margin-bottom: 10px;
		font-family: "Poppins-Regular";
		font-size: 18px;
		color: #fff;
	}

	.vent-text{
		width: 500px;
		font-family: "Poppins-bold";
		font-size: 15px;
		padding: 18px 20px 12px 100px;
		display: block;
		background-image: url(../img/Lo-mas-vendido.png);
		background-size: cover;
		justify-content: center;
		text-align: center;
		float: right;
		color: #fff;
		box-sizing: border-box;
	}

	.item-detail p{
		font-family: "Poppins-Regular";
		box-sizing: border-box;
		text-align: justify-all;
		padding: 5px 10px;
		margin-bottom: 40px;
		font-size: 17px;
		color: #ffff;
	}

	.container-items .item-product{
		width: auto;
		height: 0 auto;
		padding-bottom: 15px;
		overflow: hidden;
	}

	.caja-centrada-footer{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0px 50px;
		display: flex;
		flex-direction: row;
	}	

	.box-products2 .servis{
		min-width: 300px;
		margin-top: 150px;
		margin-left: 15px;
		display: block;
		width: 100%;
		background: #fff;
		height: auto;
	}

	.zoom-box.active{
		display: flex;
	}

	.info-box-QS p{
		margin-top: 30px; 
		font-family: Poppins-Regular;
		line-height: 36px;
		font-size: 18px;
		text-align: justify;
		margin-top: 50px;
		text-align: center;
		padding: 0px 29px;
		color: #777777;
	}

	.box-p1{
		width: 100%;
		background: #343A40;
		padding: 15px;
	}

	.container-QSD-about{
		position: relative;
		width: 100%;
		height: auto;
	}

	.container-QSD-about .img1{
		bottom: 0;
		left: 0;
		position: absolute;
		width: 250px;
		height: auto;
	}

	.container-QSD-about .img2{
		top: 0;
		right: 0;
		position: absolute;
		width: 250px;
		height: auto;
	}

	.container-text-about{
		width: 50%;
		height: 0 auto;
		margin: auto;
		padding: 100px;
	}

	.container-text-about h2{
		text-align: center;
		font-family: "Poppins-bold";
		color: #000000;
		font-size: 40px;
	}

	.container-text-about p{
		text-align: center;
		color: #777777;
		font-family: "Poppins-Regular";
		margin-top: 20px;
		font-size: 18px;
	}

	.container-QSD3{
		position: relative;
		width: 100%;
		height: 0 auto;
		display: table;
	}

	.container-QSD3 > h1{
		font-family: "Poppins-Bold";
		display: block;
		margin: 190px 0px auto;
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-size: 50px;
	}

	.container-QSD3 .imgfond{
		float: left;
		width: 50%;
		transform: translateX(-14px);
		height: 0 auto;
	}

	.content-serv{
		display: block;
		height: auto;
	}

	.content-serv-box2{
		position: relative;
		display: flex;
		flex-direction: row;
		padding: 60px 30px; 
		width: 100%;
		height: auto;
		background-image: url('../img/sold.jpg'); 	
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		transition: 3s ease;
	}

	.overlay-box2{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background: #000000;
	}

	.box-serv{
		width: 100%;
		height: 100%;
		margin: 0px 15px;
		display: flex;
		z-index: 999;
		flex-direction: row;
	}

	.box-serv .i-content{
		display: block;
		text-align: center;
		padding: 5px;
		width: 50px;
		font-size: 100%;
		color: #F79C1E;
	}

	.box-serv .text-content{
		box-sizing: border-box;
	}

	.box-serv .text-content h1{
		font-family: 'Poppins-SemiBold';
		font-size: 20px;
		color: #fff;
	}

	.box-serv .text-content p{
		font-family: 'Poppins-Regular';
		text-align: justify-all;
		margin-top: 15px;
		line-height: 25px;
		font-size: 17px;
		color: #fff;
	}


	.content-mdesc{
		position: relative;
		width: 100%;
		height: 500px;
		overflow: hidden;
		background: #000000;
	}

	.content-mdesc .content-mdesc-img{
		width: 100%;
		height: 100%;
		background-image: url('../img/fondo-sold.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.content-mdesc .content-mdesc-img img{
		position: relative;
		top: -12px;
		width: 100%;
		height: auto;
	}

	.content-mdesc .content-mdesc-text{
		font-family: "Poppins-Regular";
		position: absolute;
		top: 21px;
		bottom: 0;
		right: 0;
		width: 500px;
		height: auto;
		padding: 50px;
	}

	.overlay-mdesc{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #F79C1E;
		opacity: 0.8;
	}

	.content-mdesc .content-mdesc-text h1{
		font-family: 'Poppins-Bold';
		position: relative;
		margin-bottom: 12px;
		font-size: 30px;
		color: #fff;
	}

	.content-mdesc .content-mdesc-text h3{
		font-family: 'Poppins-Regular';
		position: relative;
		text-align: justify-all;
		font-size: 17px;
		line-height: 21px;
		color: #343A40;
	}

	.content-mdesc .content-mdesc-text p{
		position: relative;
		text-align: justify;
		font-size: 16px;
		margin-top: 5px;
		color: #fff;
	}

	.products-slider .products-slider-text{
		width: 100%;
		height: auto;
		padding: 0px 80px;
	}

	.products-slider .products-slider-text h1{
		font-family: Poppins-Bold;
		font-size: 45px;
		color: #383838;
	}

	.products-slider .products-slider-text p{
		font-family: 'Poppins-Regular';
		margin-top: 12px;
		font-size: 19px;
		color: #a9a9a9;
	}

	.products-slider .products-slider-text .products-slider-button{
		font-family: 'Poppins-Regular';
		text-decoration-line: none;
		text-align: center;
		width: 200px;
		height: auto;
		border-radius: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		color: #fff;
		border: none;
		background: #F79C1E;
		padding: 10px;
		display: block;
	}

	.zoom-box{
		position: fixed;
		display: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999999999999999;
		justify-content: center;
		align-items: center;
	}

	.zoom-box .overlay-zoom{
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0.3;
		background: black;
	}

	.zoom-box img.active{
		position: relative;
		display: block;
		width: 450px;
		z-index: 99999999;
		height: 0 auto;
		animation: zooom ease 0.5s;
	}

	.zoom-box img{
		display: none;
	}

	.zoom-box .ft{
		position: absolute;
		top: 100px;
		bottom: 0;
		right: 100px;
		display: block;
		z-index: 99999999999;
		font-size: 50px;
		color: #fff;
	}

	.zoom-box .ft:hover{
		opacity: 0.5;
	}

	.zoom-box .arow-left{
		display: block;
		top: 50%;
		z-index: 99999999999;
		bottom: 0;
		left: 20%;
		position: absolute;
		font-size: 40px;
		color: #fff;
	}

	.zoom-box .arow-right{
		display: block;
		top: 50%;
		z-index: 99999999999;
		bottom: 0;
		right: 20%;
		position: absolute;
		font-size: 40px;
		color: #fff;
	}

	.zoom-box .arow-left:hover{
		transition: 0.3s;
		color: #F79C1E;
	}

	.zoom-box .arow-right:hover{
		transition: 0.3s;
		color: #F79C1E;
	}

	.contentbox .container-QSD .container-text-QSD{
		background: #F79C1E;
	}

	.contentbox .container-QSD .img-QSD{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../img/poli-cal.jpg");
		width: 50%;
		height: 100%;
		float: right;
	}

	.contentbox .container-QSD .container-text-QSD h1{
		margin-bottom: 20px;
		text-align: center;
	}

	.box-bouch{
		width: 100%;
		height: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 80px 0px 0px;
		padding: 30px 20px;
		background: #4E6C92;
		color: #fff;
	}

	.box-bouch h3{
		font-family: Poppins-Bold;
		font-size: 26px;
	}

	.box-bouch .btn-bouch{
		font-family: Poppins-Regular;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 30px;
		color: #777777;
		border: none;
		width: 200px;
		height: 50px;
		padding: 10px;
		background: #fff;
		margin-left: 50px; 
		transition: 0.5s;
	}

	.box-bouch .btn-bouch:hover{
		transform: scale(1.05);
		transition: 0.5s;
	}

	.box-mant-p{
		width: 100%;
		padding: 50px 30px;
		min-height: 300px;
		display: flex;
		flex-wrap: wrap;
	}

	.box-mant-p .img-mant{
		width: 50%;
		height: 300px;
		background-size: cover;
		background-image: url("../img/maquinaria.jpg");
	}

	.box-mant-p .text-mant{
		width: 50%;
		height: 0 auto;
		text-align: justify;
		padding: 0px 50px;
	}

	.box-mant-p .text-mant h1{
		font-family: "Poppins-Bold";
		font-size: 24px;
		color: #333333;
	}

	.box-mant-p .text-mant p{
		margin-top: 15px;
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #747474;
	}

	.box-mant-p-2{
		width: 100%;
		padding: 50px 30px;
		min-height: 300px;
		display: flex;
		flex-direction: column;
	}

	.box-mant-p-2 .text-mant-2{
		width: 80%;
		height: 0 auto;
		margin: auto;
		display: flex;
		flex-direction: row;
	}

	.box-mant-p-2 .text-mant-2 .text-mant-2-sub{
		width: 50%;
		height: 0 auto;
		padding: 0px 50px;
	}

	.box-mant-p-2 .text-mant-2 .text-mant-2-sub span{
		display: flex;
		flex-direction: row;
		margin-top: 15px;
	}

	.box-mant-p-2 h1{
		text-align: center;
		font-family: "Poppins-Bold";
		font-size: 24px;
		margin-bottom: 40px;
		color: #333333;
	}

	.box-mant-p-2 .text-mant-2 h3{
		text-align: left;
		margin-left: 13px;
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #747474;
	}

	.box-polit{
		min-width: 1200px;
		width: 100%;
		height: auto;
		background: red;
		display: flex;
		flex-direction: row;
		margin: 80px 0px;
	}

	.box-polit .box-polit-text{
		position: relative;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
		background-image: url('../img/3-mec.jpg');
		background-size: cover;
		color: #fff;
		padding: 50px 100px;
	}

	.box-polit .box-polit-text span{
		position: relative;
		font-family: "Poppins-Bold";
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 24px; 
		margin-bottom: 30px; 
	}

	.box-polit .box-polit-text .fa-id-badge{
		display: block;
		width: 30px; 
	}

	.box-polit .box-polit-text span h3{
		margin-left: 20px;
		text-shadow: 0.1em 0.1em 0.2em black
	}

	.box-polit .box-polit-img{
		width: 50%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-image: url("../img/maquinaria.jpg");
	}

	.box-polit .box-polit-text-2{
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
		background: #FAFAFA;
		padding: 50px 100px;
	}

	.box-polit .box-polit-text-2 h1{
		font-family: "Poppins-Bold";	
		font-size: 24px;
		color: #333333;
	}

	.box-polit .box-polit-text-2 p{
		font-family: "Poppins-Regular";
		font-size: 17px;
		color: #747474;
	}

	.box-polit .box-polit-text-2 ul li{
		margin-bottom: 18px;
	}

	.overlay-polit{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #4E6C92;
		opacity: 0.8;
	}

		.box-proyectitem-desc .proyectitem-img-text-box{
		width: 100%; 
		display: flex;
		margin-top: 60px;
		flex-direction: row;
		justify-content: center;
		height: auto;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-img{
		width: 50%;
		padding: 20px;
		height: auto;
		display: flex;
		justify-content: center;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-img .anim-slider-m{
		max-width: 600px;
		height: auto;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-text{
		width: 50%;
		height: auto;
		display: block;
		padding: 40px 60px;
	}

	.footer-contact{
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0px;
		background: #F3F3F3;
	}

	.footer-contact .caja-direc{
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 400px;
		height: 100%;
		padding: 40px 30px;
		background: #F79C1E;
	}

	.footer-contact .box-direct{
		display: flex;
		flex-direction: row;
	}

	.footer-contact .caja-direc h1{
		font-family: "Poppins-Bold";
		margin-bottom: 28px;
		font-size: 23px;
		color: #333;
	}

	.footer-contact .caja-direc .box-direct .aw{
		font-family: "Poppins-Bold";
		width: 30px;
		font-size: 50px;
		margin-right: 20px;
		color: #fff;
	}

	.footer-contact .caja-direc .box-direct h2{
		font-family: "Poppins-Bold";
		font-size: 21px;
		color: #333;
	}

	.footer-contact .caja-direc .box-direct p{
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #fff;
	}

	.footer-contact .caja-direc .btn-cot{
		display: block;
		width: 150px;
		margin: 20px auto;
		text-align: center;
		font-family: "Poppins-Bold";
		font-size: 14px;
		padding: 10px 15px;
		color: #fff;
		background: #F79C1E;
		border: 2px solid #fff;
	}

	.footer-contact .caja-direc .btn-cot:hover{
		cursor: pointer;
		background-color: #fff;
		color: #333;
		transition: all 0.5s ease;
	}

	.footer-contact .caja-direc .btn-cot .f-a{
		opacity: 0;
		visibility: inherit;
	}

	.footer-contact .caja-direc .btn-cot:hover .f-a{
		opacity: 1;
		visibility: visible;
		transition: 0.1s ease;
	}

	.container-QSD3 .imgfond2{
		padding-top: 160px;
		position: relative;
		transform: translateX(14px);
		float: right;
		width: 50%;
		height: auto;
	}

	.container-QSD3 .imgfond2 img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 0 auto;
	}

	.container-QSD3 .text-imgfond2{
		z-index: 999;
		position: relative;
		width: 70%;
		margin: auto;
		text-align: left;
	}


	.container-QSD3 .text-imgfond2 h1{
		font-family: "Poppins-SemiBold";
		margin-top: 15px;
		font-size: 21px;
		color: #9b9b9b;
	}

	.as{
		opacity: 0;
	}

	.ar{
		color: #F79C1E;
	}

	.text-imgfond2 h1:hover .as{
		transition: 0.5s ease;
		color: #F79C1E;
		opacity: 1;
	}

	.imgfond2 .text-imgfond2 h1:hover .ar{
		transition: 0.5s ease;
		transform: translateY(19px);
		display: none;
	}

	.header-contact{
		width: 100%;
		height: auto;
		background: #fff;
	}

	.header-contact .text-contact{
		width: 70%;
		height: auto;
		margin: 50px auto;
		text-align: center;
		background: #fff;
	}

	.header-contact .text-contact h1{
		font-size: 40px;
		font-family: "Poppins-Bold";
		font-weight: bold;
	}

}


@media (max-width: 800px) and (min-width: 5px){

	.banner-products h2{
		font-family: "Poppins-Bold";
		color: #fff;
		font-size: 35px;
		z-index: 99;
	}

	.zoom-box.active{
		display: flex;
	}

	.box-products{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
	}

	.box-category{
		width: 100%;
		height: 100%;
		background: #EAEAEA;
	}

	.box-detal{
		width: 100%;
		height: 100%;
		background: #ffF;
	}

	.caja-centrada-footer{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0px 50px;
		display: flex;
		flex-direction: row;
	}	

	.logo{
		visibility: collapse;
	}

	.caja-section{
		width: 60%;
		overflow: hidden;
		margin: 0 auto;
		
	}

	.contenedor-body{
		overflow: hidden;
		margin: 80px auto 0px;
		width: 100%;
		height: 100%;
	}

	.section-3{
		width: 100%;
		overflow: hidden;
		margin: 47px auto 150px;
	}

	.section-3 h1{
		font-size: 25px;
	}

	.cajaFE a{
		font-size: 12px;
	}

	.menu-bar{
		display: block;
		float: none;
		background-color: #fff;
	}

	.menu-bar .menu-btn{
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.caja-centrada2{
		width: 95%;
		max-width: 1800px;
		overflow: hidden;
		margin: 0 auto;
	}

	.caja-centrada-menu .nav{
		width: 100%;
		height: 100%;
		left:-100%;
		margin: 0;
		position: fixed;
		overflow-y: auto;
	}

	.caja-centrada-menu .nav ul li{
		display: block;
		float: none;
	}

	.nav li ul{
		display: none;
		min-width: 170px;
	}

	.nav li ul li{
		position: relative;
	}

	.nav li ul li ul{
		right: -170px;
		top: 0;
	}

	.nav li:hover > ul{
		display: none;
		position: static;
	}

	.nav li:hover{
		opacity: 1;
	}

	.nav li a{
		text-decoration: none;
		display: block;
		padding: 14px 14px;
	}

	.nav{
		font-size: 15px;
	}


.nav > li > ul > li > a:hover{
	color:#fff;
}

.nav > li > ul > li > a{
	background: #2B2A2A;
}

.nav > li > ul > li > ul > li a:hover{
	color:#fff;
}

.nav > li > ul > li > ul > li a{
	background: #121212;
}

.nav > li > ul > li > a, .nav > li > ul > li > ul > li a{
	border-left: #f1ecec 0.5px solid;
	border-right: #f1ecec 0.5px solid;
	border-bottom: #f1ecec 0.5px solid;
}

.nav > li > ul{
	border-top: #F79C1E 2px solid;
}

.nav{
	float: right;
	font-weight: bold;
}

.nav a{
	font-family: 'Poppins-SemiBold';
	background-color: #1F1E1E;
	color: #F79C1E;
}

.nav a:hover{
	color: #fff;
	transition: 0.3s;
	background: #1F1E1E;
}

.menu-bar a{
	color: #F79C1E;
}

	.info-box-QS{
		margin: 15px 0px;
		padding: 50px 0px;
		height: auto;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.info-box-QS h3{
		color: #F79C1E;
		display: block;
		width: 40px;
		height: 90px;
		justify-content: center;
		align-self: center;
	}

	.P-QS{
		width: 100%;
		margin-top: 40px;
		display: block;
		height: auto;
		align-content: center;
	}

	.container-img{
		background: url('../img/img cultivar.jpg') #0000;
		background-size: cover;
		width: 100%;
		box-sizing: border-box;
		height: 300px;
	}

	.info-box-QS2{
		margin: 150px 0px 150px;
		overflow: hidden;
		color: #fff;
	}


	.info-box-QS2 img{
		width: 100%;
	}

	.QS-ART1-P{
		width: 100%;
		margin: 40px 0px 40px;
		float: left;
	}

	.QS-ART1-P h1{
		font-size: 17px;
	}


	.info-box-productos{
		margin: 0;
		color: #fff;	
	}


	.section-QS2 h1{
		font-size: 28px; 
	}

	.section-QS2 p{
		padding-top: 18px; 
		font-size: 18px; 
		text-align: justify;
	}

	.section-QS2{
		margin: 60px;
	}


	.section-productos{
		overflow: hidden;
	}

	.section-productos .articulos h1{
		font-size: 17px; 
	}

	.section-productos .articulos h2{
		font-size: 15px; 
	}

	.section-productos .articulos .p2{
		padding-top: 6px; 
		font-size: 12px; 
	}

	.text-box{
		width: 100%;
	}

	.articulos{
		width: 100%;
		margin-top: 50px;
	}

	.articulo-producto{
		width: 100%;
		margin: 70px;
	}

	.cajaFE{
		width: 100%;
		padding: 15px;
		margin: 50px 0px 100px 0px;
		text-align: center;
		box-sizing: border-box;
	}

	.cajaFE h1{
		margin-bottom: 50px;
	}

	.cajaFE a, .cajaFE li{
		font-size: 11px;
		margin-bottom: 60px;
	}

	.cajaFE a{
		padding: 13px;
	}

	form{
		width: 80%;
		padding: 80px 20px;
		box-sizing: border-box;
		margin: auto;
	}

	input,textarea{
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
		padding: 7px;
		box-sizing: border-box;
		border: 1px solid #777777;
	}

	input:focus,textarea:focus{
		outline: none;
		transition: 0.5s ease;
		border: 1px solid #F79C1E;
	}

	textarea{
		min-height: 100px;
		max-height: 200px;
		max-width: 100%;
	}

	.box-footer iframe{
		width: 150px;
		height: 150px;
	}

	.Art-info-img{
		width: 80%;
		margin: 0 auto;
	}

	.Art-info-img img{
		width: 400px;
		border: 1px solid #EDEDED;
		display: block; 
		margin: auto;
	}

	.Art-info-p{
		width: 90%;
		overflow: hidden;
		margin: 70px auto;
	}

	.flex-caption .logoIMG{
		width: 60px;
		position: absolute;
		top: 5%;
		right: 5%;
	}

	.flex-caption p{
		font-family: Poppins-Regular;
		position: absolute;
		top: 50%;
		text-align: center;
		width: 100%;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
	}

	.social-container{
		width: 100%;
		background: url('../img/img-campo.jpg');
		background-size: cover;
	}

	.social-container > h1{
		text-align: center;
		padding: 2px;
		color: #fff;
		background-color: #343A40;
		font-size: 15px;
		font-family: Poppins-Bold;
	}

	.red-social{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 5px 0px 0px;
	}

	.Facebook{
		width: 400px; 
		height: 600px;
	}

	blockquote{
		width: 20px;
		text-align: center;
	}

	.list-product{
		display: none;
	}

	.producto section img{
		width: 100%;
	}

	.producto a{
		font-size: 13px;
		margin: 0px auto;
	}

	.producto section{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.h1{
		padding: 20px 50px 10px 200px;
		font-size: 15px;
		text-align: center;
	}

	.article-left{
		width: 100%;
		padding: 50px 30px;
	}

	.article-right{
		width: 100%;
		padding: 50px 30px; 
	}

	.wiki{
		width: 100%; 
		height: auto;
		margin: 200px 0px; 
		background: url(../img/green-leaf-texture-ecology-concepts-leaf-nature-industry-influence.jpg) fixed center;
	}

	.Art-recomend .owl-carousel .wiew-fast{
		visibility: hidden;
	}

	.container-QSD{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #343A40;
	}

	.container-QSD .container-text-QSD{
		width: 100%;
		height: 100%;
		padding: 20px 30px;
		float: left;
	}

	.container-QSD img{
		width: 40%;
		display: none;
		height: 100%;
		float: right;
	}

	.container-QSD2{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #F79C1E;
	}

	.container-QSD2 img{
		width: 40%;
		display: none;
		height: 100%;
		float: left;
	}

	.container-QSD2 .container-text-QSD2{
		width: 100%;
		height: 100%;
		padding: 10px 30px;
		float: right;
	}

	.container-QSD .container-text-QSD h1{
		font-family: "Poppins-Bold";
		font-size: 26px;
		color: #fff;
	}

	.container-QSD .container-text-QSD p{
		margin-top: 10px;
		text-align: justify-all;
		margin-bottom: 8px;
		font-family: "Poppins-Regular";
		font-size: 18px;
		color: #fff;
	}

	.container-QSD2 .container-text-QSD2 h1{
		font-family: "Poppins-Bold";
		font-size: 24px;
		color: #fff;
	}

	.container-QSD2 .container-text-QSD2 p{
		margin-top: 10px;
		margin-bottom: 8px;
		text-align: justify-all;
		font-family: "Poppins-Regular";
		font-size: 18px;
		color: #fff;
	}

	.vent-text{
		width: 350px;
		height: 60px;
		font-family: Poppins-bold;
		font-size: 12px;
		padding: 18px 20px 12px 130px;
		display: block;
		background-image: url(../img/Lo-mas-vendido.png);
		background-size: cover;
		justify-content: center;
		text-align: center;
		float: right;
		color: #fff;
		box-sizing: border-box;
	}

	.caja-centrada-footer{
		max-width: 1700px;
		overflow: hidden;
		margin: 0 auto;
		padding: 50px 0px 50px;
		display: block;
	}	

	.box-footer{
		width: 100%;
		margin: 50px auto;
		height: 0 auto;
	}

	.box-products2{
		width: 80%;
		height: auto;
		overflow: hidden;
		margin: auto;
		display: flex;
		flex-direction: column;
	}

	.box-products2 .servis{
		width: 100%;
		margin-top: 150px;
		margin-left: 15px;
		display: block;
		background: #fff;
		height: auto;
	}

	.info-box-QS p{
		font-family: Poppins-Regular;
		line-height: 21px;
		font-size: 100%;
		text-align: justify;
		text-align: center;
		padding: 0px 29px;
		color: #777777;
	}

	.box-p1{
		display: none;
	}

	.box-products3 .box-prods{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.box-prods .prods{
		position: relative;
		display: block;
		overflow: hidden;
		border: 2px solid #7777;
		width: 100%;
		height: auto;
		margin: 16px 4px;
	}

	.container-QSD-about{
		position: relative;
		width: 100%;
		height: auto;
	}

	.container-QSD-about .img1{
		display: none;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100px;
		height: auto;
	}

	.container-QSD-about .img2{
		display: none;
		top: 0;
		right: 0;
		position: absolute;
		width: 100px;
		height: auto;
	}

	.container-text-about{
		width: 90%;
		height: 0 auto;
		margin: 80px auto;
		padding: 10px;
	}

	.container-text-about h2{
		text-align: center;
		font-family: "Poppins-Bold";
		color: #000000;
		font-size: 40px;
	}

	.container-text-about p{
		text-align: center;
		color: #777777;
		font-family: "Poppins-Regular";
		margin-top: 20px;
		font-size: 18px;
	}

	.container-QSD3{
		position: relative;
		width: 100%;
		height: 0 auto;
		display: table;
	}

	.container-QSD3 > h1{
		font-family: "Poppins-Bold";
		display: block;
		margin: 190px 0px auto;
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-size: 50px;
	}

	.container-QSD3 .imgfond{
		width: 100%;
		height: 0 auto;
		margin-top: 40px;
	}

	.container-QSD3 .imgfond2{
		margin: 50px 10px;
		position: relative;
		transform: translateX(14px);
		width: 100%;
		height: auto;
	}

	.container-QSD3 .imgfond2 img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 0 auto;
	}

	.container-QSD3 .text-imgfond2{
		z-index: 999;
		position: relative;
		width: 80%;
		margin: auto;
		text-align: left;
	}

	.container-QSD3 .imgfond2 img{
		display: none;
	}

	.container-QSD3 .text-imgfond2 h1{
		font-family: "Poppins-Bold";
		margin-top: 15px;
		font-size: 17px;
		color: #9b9b9b;
	}

	.as{
		opacity: 0;
	}

	.ar{
		color: #F79C1E;
	}

	.text-imgfond2 h1:hover .as{
		transition: 0.5s ease;
		color: #F79C1E;
		opacity: 1;
	}

	.imgfond2 .text-imgfond2 h1:hover .ar{
		transition: 0.5s ease;
		transform: translateY(19px);
		display: none;
	}

	.content-serv{
		display: block;
		height: auto;
	}

	.content-serv-box2{
		position: relative;
		display: flex;
		flex-direction: column;
		padding: 60px 30px; 
		width: 100%;
		height: auto;
		background-image: url('../img/sold.jpg'); 	
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		transition: 3s ease;
	}

	.overlay-box2{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background: #000000;
	}

	.box-serv{
		width: 100%;
		height: 100%;
		margin: 0px 15px;
		display: flex;
		z-index: 999;
		margin-top: 50px;
		flex-direction: row;
	}

	.box-serv .i-content{
		display: block;
		text-align: center;
		padding: 5px;
		width: 50px;
		font-size: 100%;
		color: #F79C1E;
	}

	.box-serv .text-content{
		box-sizing: border-box;
	}

	.box-serv .text-content h1{
		font-family: 'Poppins-SemiBold';
		font-size: 20px;
		color: #fff;
	}

	.box-serv .text-content p{
		font-family: 'Poppins-Regular';
		text-align: justify-all;
		margin-top: 15px;
		line-height: 25px;
		font-size: 17px;
		color: #fff;
	}

	.content-mdesc{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #000000;
	}

	.content-mdesc .content-mdesc-text{
		font-family: "Poppins-Regular";
		position: absolute;
		display: table;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 40px 10px;
	}

	.overlay-mdesc{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #F79C1E;
		opacity: 0.8;
	}

	.content-mdesc .content-mdesc-text h1{
		font-family: 'Poppins-Bold';
		position: relative;
		margin-bottom: 12px;
		font-size: 22px;
		color: #fff;
	}

	.content-mdesc .content-mdesc-text h3{
		font-family: 'Poppins-Regular';
		position: relative;
		text-align: justify-all;
		font-size: 16px;
		line-height: 21px;
		color: #343A40;
	}

	.content-mdesc .content-mdesc-text p{
		position: relative;
		text-align: justify;
		font-size: 15px;
		margin-top: 5px;
		color: #fff;
	}

	.products-slider .products-slider-text{
		width: 100%;
		height: auto;
	}

	.products-slider .products-slider-text h1{
		font-family: Poppins-Bold;
		font-size: 27px;
		color: #383838;
	}

	.products-slider .products-slider-text p{
		text-align: justify-all;
		font-family: 'Poppins-Regular';
		margin-top: 12px;
		font-size: 17px;
		color: #a9a9a9;
	}

	.products-slider .products-slider-text .products-slider-button{
		font-family: 'Poppins-Regular';
		text-decoration-line: none;
		text-align: center;
		width: 200px;
		height: auto;
		border-radius: 20px;
		margin-top: 20px;
		margin-bottom: 80px;
		color: #fff;
		border: none;
		background: #F79C1E;
		padding: 10px;
		display: block;
	}

	.zoom-box{
		position: fixed;
		display: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999999999999999;
		justify-content: center;
		align-items: center;
	}

	.zoom-box .overlay-zoom{
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0.3;
		background: black;
	}

	.zoom-box img.active{
		position: relative;
		display: block;
		width: 250px;
		z-index: 99999999;
		height: 0 auto;
		animation: zooom ease 0.5s;
	}

	.zoom-box img{
		display: none;
	}

	.zoom-box .ft{
		position: absolute;
		top: 20%;
		bottom: 0;
		right: 60px;
		display: block;
		z-index: 99999999999;
		font-size: 30px;
		color: #fff;
	}

	.zoom-box .ft:hover{
		opacity: 0.5;
	}

	.zoom-box .arow-left{
		display: block;
		top: 50%;
		z-index: 99999999999;
		bottom: 0;
		left: 10%;
		position: absolute;
		font-size: 30px;
		color: #fff;
	}

	.zoom-box .arow-right{
		display: block;
		top: 50%;
		z-index: 99999999999;
		bottom: 0;
		right: 10%;
		position: absolute;
		font-size: 30px;
		color: #fff;
	}

	.zoom-box .arow-left:hover{
		transition: 0.3s;
		color: #F79C1E;
	}

	.zoom-box .arow-right:hover{
		transition: 0.3s;
		color: #F79C1E;
	}

	.contentbox .container-QSD .container-text-QSD{
		background: #F79C1E;
	}

	.contentbox .container-QSD .img-QSD{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../img/poli-cal.jpg");
		width: 50%;
		height: 100%;
		float: right;
	}

	.box-bouch{
		width: 100%;
		height: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 80px 0px 0px;
		padding: 30px 20px;
		background: #4E6C92;
		color: #fff;
	}

	.box-bouch h3{
		font-family: Poppins-Bold;
		font-size: 14px;
	}

	.box-bouch .btn-bouch{
		font-family: Poppins-Regular;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 30px;
		color: #777777;
		border: none;
		font-size: 100%;
		width: 100%;
		height: auto;
		padding: 10px;
		margin-top: 20px;
		background: #fff;
		transition: 0.5s;
	}

	.box-bouch .btn-bouch:hover{
		transform: scale(1.05);
		transition: 0.5s;
	}

	.banner-products{
		position: relative;
		background-image: url('../img/Trabajador-soldando.webp');
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		background-size: cover;
		width: 100%;
		padding: 0px 20px;
		height: 400px;
	}


	.banner-products h2{
		font-family: "Poppins-Bold";
		color: #fff;
		font-size: 30px;
		z-index: 99;
	}

	.box-mant-p{
		width: 100%;
		padding: 50px 10px;
		min-height: 300px;
		display: flex;
		flex-direction: column;
	}

	.box-mant-p .img-mant{
		width: 100%;
		height: 300px;
		background-size: cover;
		background-image: url("../img/maquinaria.jpg");
	}

	.box-mant-p .text-mant{
		width: 100%;
		height: 0 auto;
		text-align: justify;
		padding: 0px 10px;
	}

	.box-mant-p .text-mant h1{
		font-family: "Poppins-Bold";
		font-size: 24px;
		color: #333333;
	}

	.box-mant-p .text-mant p{
		margin-top: 15px;
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #747474;
	}

	.box-mant-p-2{
		width: 100%;
		padding: 50px 30px;
		min-height: 300px;
		display: flex;
		flex-direction: column;
	}

	.box-mant-p-2 .text-mant-2{
		width: 100%;
		height: 0 auto;
		margin: auto;
		display: flex;
		flex-direction: column;
	}

	.box-mant-p-2 .text-mant-2 .text-mant-2-sub{
		width: 100%;
		height: 0 auto;
		padding: 0px 10px;
	}

	.box-mant-p-2 .text-mant-2 .text-mant-2-sub span{
		display: flex;
		flex-direction: row;
		margin-top: 15px;
	}

	.box-mant-p-2 h1{
		text-align: center;
		font-family: "Poppins-Bold";
		font-size: 24px;
		margin-bottom: 40px;
		color: #333333;
	}

	.box-mant-p-2 .text-mant-2 h3{
		text-align: left;
		margin-left: 13px;
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #747474;
	}

	.box-polit{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 80px 0px;
	}

	.box-polit .box-polit-text{
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
		background-image: url('../img/3-mec.jpg');
		background-size: cover;
		color: #fff;
		padding: 50px 15px;
	}

	.box-polit .box-polit-text span{
		position: relative;
		font-family: "Poppins-Bold";
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 24px; 
		margin-bottom: 30px; 
	}

	.box-polit .box-polit-text .fa-id-badge{
		display: block;
		width: 30px; 
	}

	.box-polit .box-polit-text span h3{
		margin-left: 20px;
		text-shadow: 0.1em 0.1em 0.2em black
	}

	.box-polit .box-polit-img{
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		background-image: url("../img/maquinaria.jpg");
	}

	.box-polit .box-polit-text-2{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: auto;
		background: #FAFAFA;
		padding: 50px 20px;
		box-sizing: border-box;
	}

	.box-polit .box-polit-text-2 h1{
		font-family: "Poppins-Bold";	
		font-size: 24px;
		color: #333333;
	}

	.box-polit .box-polit-text-2 p{
		font-family: "Poppins-Regular";
		font-size: 17px;
		color: #747474;
	}

	.box-polit .box-polit-text-2 ul li{
		margin-bottom: 18px;
	}

	.overlay-polit{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #4E6C92;
		opacity: 0.8;
	}

		.box-proyectitem-desc .proyectitem-img-text-box{
		width: 100%; 
		display: flex;
		margin-top: 60px;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-img{
		width: 100%;
		padding: 20px;
		height: auto;
		display: flex;
		justify-content: center;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-img .anim-slider-m{
		max-width: 600px;
		height: auto;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-text{
		width: 100%;
		height: auto;
		display: block;
		padding: 40px 60px;
	}

	.footer-contact{
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0px;
		background: #F3F3F3;
	}

	.footer-contact .caja-direc{
		position: relative;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
		height: auto;
		padding: 40px 30px;
		background: #F79C1E;
	}

	.footer-contact .box-direct{
		display: flex;
		flex-direction: column;
	}

	.footer-contact .caja-direc h1{
		font-family: "Poppins-Bold";
		margin-bottom: 28px;
		font-size: 23px;
		color: #333;
	}

	.footer-contact .caja-direc .box-direct .aw{
		font-family: "Poppins-Bold";
		width: 30px;
		font-size: 50px;
		margin-right: 20px;
		color: #fff;
	}

	.footer-contact .caja-direc .box-direct h2{
		font-family: "Poppins-Bold";
		font-size: 21px;
		color: #333;
	}

	.footer-contact .caja-direc .box-direct p{
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #fff;
	}

	.footer-contact .caja-direc .btn-cot{
		display: block;
		width: 150px;
		margin: 20px auto;
		text-align: center;
		font-family: "Poppins-Bold";
		font-size: 14px;
		padding: 10px 15px;
		color: #fff;
		background: #F79C1E;
		border: 2px solid #fff;
	}

	.footer-contact .caja-direc .btn-cot:hover{
		cursor: pointer;
		background-color: #fff;
		color: #000;
		transition: all 0.5s ease;
	}

	.header-contact{
		width: 100%;
		height: auto;
		background: #fff;
	}

	.header-contact .text-contact{
		width: 70%;
		height: auto;
		margin: 40px auto 10px auto;
		text-align: center;
		background: #fff;
	}

	.header-contact .text-contact h1{
		font-size: 30px;
		font-family: "Poppins-Bold";
		font-weight: bold;
	}

}

@font-face{
	font-family: Poppins-Bold;
	src: url('../fonts/Poppins-Bold.otf');
}

@font-face{
	font-family: Lato-Regular;
	src: url('../fonts/Lato-Regular.ttf');
}

@font-face{
	font-family: Lato-Bold;
	src: url('../fonts/Lato-Bold.ttf');
}

@font-face{
	font-family: Poppins-Regular;
	src: url('../fonts/Poppins-Regular.otf');
}
@font-face{
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.otf');
}

@font-face{
	font-family: 'Oswald';
	src: url('../fonts/Oswald-VariableFont_wght.ttf');
}

@font-face{
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaLTStdLight.otf');
}

@font-face{
	font-family: 'Arial';
	src: url('../fonts/ARIAL.woff');
}

header{
		position: fixed;
		width: 100%;
		max-width: 1800px;
		margin: 0 auto;
		height: 100px;
		top: 0 ;
		right: 0;
		left: 0;
		z-index: 99999999999;
	}

	header.active{
		transform: translateY(-1000px);
		transition: 1s ease;
	}

	header.remove{
		transform: translateY(0);
		transition: 0.5s ease;
	}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.caja-centrada-o{
	width: 93%;
	overflow: hidden;
	margin: 0px auto;
	flex-wrap: wrap;
	display: flex;
}

.caja-centrada-menu .nav{
	list-style: none;
}

.caja-centrada-menu .nav ul li{
	list-style: none;
}

.caja-centrada-menu{
	background-color: #fff;
}

.info-box-QS2{
	background: #fff; 
}

.linea{
	  width: 120px;
	  border-top: 2px solid #F79C1E;
	  height: auto;
	  padding: 0;
	  margin: 5px auto 0 auto;
	}


.info-box-QS h1{
	font-family: "Poppins-Bold";
	font-size: 42px;
	align-self: center;
	justify-content: center;
	color: #212121;
}

.info-box-CNT h1{
	font-family: "Poppins-Bold";
	font-size: 36px;
	color: #fff;
}

footer{
	padding: 10px;
	background-color: #343A40;
	overflow: hidden;
	font-family: "Poppins-Regular";
	color:#fff;
}

.box-footer li{
	list-style: none;
	padding: 10px;
	color: #fff;
}

.box-footer .link-footer{
	font-family: "Poppins-Regular";
	text-decoration: none;
	list-style: none;
	color: #D6D8D9;
	font-size: 17px;
}

.link-footer.active{
	font-weight: bold;
	color: #ffff;
}

.box-footer a:hover{
	color: #fff;
	transition: all .3s ease;
}

.box-footer h1{
	font-family: "Poppins-Bold";
	font-size: 18px;
	text-decoration: none;
	list-style: none;
	color: #fff;
}

.section-3 h1{
	margin-bottom: 80px;
	font-family: Poppins-Bold;
	padding: 10px;
	background-image: linear-gradient(#0C9C48,#09B852) ;
	color: #fff;
	border-radius: 0.5em;
}

.section-3 a{
	font-family: Poppins-regular;
}

.isotipo-logo{
	text-align: center;
}

.Bienvenidos{
	width: 100%;
	margin: 0 auto;
	max-width: 1800px;
	overflow: hidden;
	background-color: #343A40;
}

.Bienvenidos a{
	float: right;
	display: block;
	overflow: hidden;
	padding: 10px;
	color: #ffff;
}

.Bienvenidos div{
	display: inline-block;
	padding: 10px;
	margin-left: 20px; 
	color: #fff;
}

.Bienvenidos h5{
	font-family: "Poppins-Regular";
	font-size: 14px;
	float: right;
	margin-left: 10px; 
}


.Bienvenidos .icon-facebook:hover{
	background: #3b5998;
	transition: 1s;
}

.Bienvenidos .icon-twitter:hover{
	background: #00acee;
	transition: 1s;
}

.Bienvenidos .icon-instagram:hover{
	background: #d6249f;
	transition: 1s;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.info-box{
	width: 100%;
	height: 1200%;

	overflow: hidden;
	margin: 0 auto;
}

.articulo-fichas-y-tecnicas{
	width: 80%;
	margin: 0 auto;
	padding:20px;
	border: green solid;
	float: left;
	margin-bottom: 30px;
	border-radius: 1em;
}

.articulo-fichas-y-tecnicas a,.articulo-fichas-y-tecnicas li{
	text-decoration: none;
	list-style: none;
}

.articulo-fichas-y-tecnicas h1{
	margin-bottom: 30px;
}

.articulo-fichas-y-tecnicas ul{
	float: right;
}

.p1,.p2{
	color: black;
	font-family: Poppins-regular;
}

.text-box{
	background: green;
	border-radius: 0.5em 0.5em 0em 0em;
}

.boton{
	display: block;
	width: 200px;
	height: 0 auto;
	margin: 50px auto;
	background: #F79C1E;
	color: #fff;
	font-size: 100%;
	padding: 10px; 
	border: none;
	outline: none;
}

.boton:hover{
	cursor: pointer;
	opacity: 0.5;
}

.QS-ART1{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.cajaFE{
	border: 1px solid #BABEC4;
	border-radius: 0.5em;
}

.cajaFE a, .cajaFE li{
	text-decoration: none;
	list-style: none;
}

.cajaFE a{
	border: 1px solid green ;	
	border-radius: 0.5em;
	color: black;
}

.cajaFE a:hover{
	cursor: pointer;
	opacity: 1;
	background: #30CF42;
	color: #fff;
}

.text-box h2{
	font-size: 16px;
	padding: 5px;
	font-family: Poppins-Bold;
}

.articulo-producto img{
	border-left: green dotted;
	border-right: green dotted;
	border-bottom: green dotted;
	box-sizing: border-box;
}

.articulo-producto{
	border-radius: 0.5em;
    transition: all ease .3s;
}

.articulo-producto p{
	padding: 10px;
}

.articulo-producto:hover{
	transition: box-shadow .3s;
	box-shadow: 1px 2px 10px #808080;
}

.list-product h1{
	font-family: Poppins-Bold;
	color: #7CC733;
}

.list-product h3{
	font-family: Poppins-semiBold;
	color: #4CAF50;
}

.list-product a{
	font-family: Poppins-regular;
	text-decoration: none;
	color: black
}

.list-product a:active{
	color: #A9DB74;
}

.list-product::-webkit-scrollbar{
	width: 6px;
}

.list-product::-webkit-scrollbar-thumb{
	background: #BABEC4;
}

.producto a:hover{
	color: #5BB603;
}

.producto a{
	color: #212121;
}

.overlay{
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.conteinerprod-index{
	width: 100%;
	height: 0 auto;
	background: #fff;
	display: inline-block;
}

.products{
	margin: 0px 0px 80px;
}

.products .products-section{
	width: 100%;
	align-content: center;
	border-top: 1px solid #BABEC4; 
	border-bottom: 1px solid #BABEC4; 
}

.products .products-section .producto{
	width: 33%;
	float: left;
}

.producto section{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.producto section img{
	width: 100%;
}

.producto a{
	font-size: 15px;
}

.img-hojs{
	width: 230px;
}

.social-container .red-social-text{
	text-align: center;
	background: rgba(117, 106, 90, 0.65);
	font-family: Poppins-Bold;
	font-size: 21px;
	margin: 50px 0px;
	padding: 30px 0px;
}

.social-container .red-social-text h1{
	color: #fff;
}

.products-slider{
	width: 100%;
	margin: 90px 0px;
	padding: 25px 20px 25px 20px;
	background: url('../img/vent-img.jpg') fixed 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.products-slider-2{
	width: 100%;
	margin: 10px 0px;
	padding: 25px 20px 25px 20px;
	background: url('../img/vent-img.jpg') fixed 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.products-slider .container-slider{
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.products-slider-2 .container-slider{
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.products-slider-2 h3{
	font-size: 28px;
	color: #000;
	text-align: center;
}


.products-slider .container-items{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.container-items .item-product{
	width: 100%;
	text-align: center;
	height: 0 auto;
	padding-bottom: 15px;
	overflow: hidden;
}

.container-items .item-img{
	width: 100%;
	height: 0 auto;
	overflow: hidden;
	transition: 0.5s;
}

.container-items .item-img img:hover{
	transform: scale(1.05);
}

.item-img img{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: 0.3s;
} 

.item-product .detail-link{
	width: 100%;
	margin-top: 16px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	font-size: 21px;
	font-family: Poppins-Regular;
	color: #777;
	transition: 1s ease all;
}

.item-product .detail-link:hover{
	color: #000;
	transition: 1s ease all;
}

.item-product .item-button{
	font-family: Poppins-Regular;
	position: relative;
	overflow: hidden;

	display: block;
	width: 100px;
	height: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	border-radius: 15px;

	justify-content: center;
	text-decoration: none;
	background: #F79C1E;
	color: #fff;
}

.item-product .item-button:hover p{
	transform: translateY(50px);
	transition: all ease .3s;
}

.item-product .item-button:hover .fa-plus{
	transform: translateY(0px);
	transition: all ease .3s;
}

.item-product .item-button:hover{
	background: #4E6C92;
	transition: all ease .3s;
}

.item-product .item-button p{
	font-family: Poppins-Regular;
	position: absolute;
	top: 50%;
	left: 50%;

	margin-top: -12px;
	margin-left: -50px;

	width: 100px;
	display: block;

	transition: all ease .3s;
}

.item-product .item-button .fa-plus{
	position: absolute;
	top: 50%;
	left:50%; 
	margin-left: -9px;
	margin-top: -9px;

	display: block;

	transform: translateY(-50px);

	transition: all ease .3s;
}

.content-detail-wiki{
	padding: 10px;
	width: 100%;
	height: 0 auto;
	background: rgb(55,52,53,0.75);
}

.p-contact{
	width: 100%;
	height: auto;
	box-sizing: content-box;
	background: #fff;
}

.section-QS{
	width: 100%;
	height: auto;
}

.Art-info{
	background-image: url(../img/fondoInf.png); 
	background-size: 100% 100%;
	width: 100%;
	height: 0 auto;
	padding: 170px 0px;
	border-bottom: 1px solid #EDEDED;
}

	.item-detail .detail-link-recomend{
		text-align: center;
		display: block;
		text-decoration: none;
		color: black;
		font-family: "Poppins-Bold";
		font-size: 19px;
		margin: 10px;
	}

	.item-detail p{
		font-family: "Poppins-Regular";
		box-sizing: border-box;
		text-align: justify-all;
		padding: 5px 10px;
		margin-bottom: 40px;
		font-size: 17px;
		color: #ffff;
	}

	.item-detail .detail-link-recomend:hover{
		color: #3f3f3f;
		transition: all .25s ease;
	}

	.item-recomend .item-button{
		text-align: center;
		display: block;
		text-decoration: none;
		color: black;
	}

	.Art-recomend{
		width: 100%;
		height: auto;
		padding: 50px;
		display: block;
		overflow: hidden;
	}

	.Art-recomend .item-recomend{
		width: 100%;	
		height: auto;
		position: relative;
		overflow: hidden;
	}

	.Art-recomend .item-recomend .item-img-recomend{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	.item-img-recomend{
		border: 1px solid #EDEDED;
	}

	.container-textrecomend{
		width: 100%;
		height: 0 auto;
		border-top: 1px solid #EDEDED;
		border-bottom: 1px solid #EDEDED;
		margin-top: 30px;
		line-height: 50px;
		padding: 10px;
	}

	.container-textrecomend .line-text{
		width: 60px;
		height: 2px;
		background: #83AC2B;
	}

	.container-textrecomend h3{
		margin-left: 5px;
		font-family: "Poppins-Regular";
		font-size: 20px;
		color: #2d2a2a;
		line-height: 50px;
	}

	.Art-info-p h1{
		line-height: 22px;
		font-size: 24px;
	}

	.Art-info-p h3{
		line-height: 22px;
		font-size: 24px;
		padding-top: 5px; 
		font-family: Poppins-SemiBold; 
		font-size: 17px;
	}

	.Art-info-p p{
		font-family: "Poppins-Regular";
		line-height: 19px;
	}

	.Art-info-p a{
		font-family: Poppins-SemiBold; 
		text-decoration: none; 
		font-size: 17px;
	}

	.owl-carousel .owl-prev{
	    position: absolute;
	    top: 25%;
	    left: 0;
	    margin-left: -20px;
	    display: block !important;
	}

	.owl-carousel .owl-next{
		position: absolute;
	    top: 25%;
	    right: 0;
	    margin-left: -20px;
	    display: block !important;
	}

	.owl-carousel .navprev,.owl-carousel .navnext{
		font-family: "Poppins-Bold";
		font-size: 25px;
		text-align: center;
		justify-content: center;
		padding: 8px 10px;
	}

	.owl-carousel .owl-dots{
	 	margin-top: 40px;
	} 

	.owl-carousel .owl-dot.active{
		transform: scale(1.2) !important;
		transition: all .2s ease;
	}

	.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover{
		color: #fff !important;
		border-radius: 50% !important;
		background: #83AC2B !important;
	}
	
	.Art-recomend .owl-carousel .wiew-fast{
		box-sizing: border-box;
		width: 40px;
		min-width: 40px;
		height: auto;
		font-size: 20px;
		padding: 10px;
		border: 1px solid #EDEDED;
		position: absolute;
		top: 0;
		right: 0;

		transition: all .3s ease;
		transform: translateX(35px);
	}

	.medium-zoom-image--opened, .medium-zoom-overlay{
		z-index: 9999;
	}	

	/*-------------------*/
	/*--Animaciones--*/
	/*-------------------*/

	.item-recomend:hover .wiew-fast{
		transform: translateX(0px);
		transition: ease .3s;
	}

	.wiew-fast:hover{
		color: #83AC2B;
	}

	.container-QS{
		position: relative;
		width: 100%;
		height: 523px;
		background-size: cover;
		display: flex;
		background-repeat: no-repeat;
		background-position: center;
		justify-content: center;
		align-items: center;
		background-image: url(../img/img-footer/8.jpg);
	}

	.container-QS .overlay-QS{
		position: absolute;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0.5;
	}

	.container-QS h1{
		font-family: "Poppins-Bold";
		font-size: 42px;
		display: block;
		text-align: center;
		z-index: 999;
		color: #ffff;
	}

	.info-box-CNT{
		width: 100%;
		height: auto;
		background-image: url(../img/contacto.jpg); 
		background-repeat: no-repeat; 
		background-size:cover;
	}

	.linea2{
	  width: 50px;
	  margin-bottom: 35px;
	  border-top: 2px solid #F79C1E;
	}

	.box-footer img{
		display: inline-block;
		width: 30%;
		height: auto;
	}

	.box-img-footer{
		width: 96%;
		max-width: 960px;
		margin: 0 auto;
		clear: both;
	}

	.box-footer p{
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #999999;
		text-align: justify-all;
	}

	.box-footer h6{
		font-family: "Poppins-Regular";
		font-size: 14px;
		color: #999999;
		margin-bottom: 15px;
		text-align: justify-all;
	}

	.box-footer .img-loco-cert{
		width: 200px;
		margin-top: 20px;
	}

	.contact-banner{
		width: 100%;
		height: 400px;
		background: url("../img/maquinaria.jpg");
		background-size: cover;
		background-attachment: fixed;
	}

	.contact-box{
		width: 100%;
		height: 0 auto;
		background-color: #fff;
	}

	.overlay h1{
		font-family: "Poppins-Bold";
		text-align: center;
		position: relative;
		z-index: 999;
		top: 40%;
		font-size: 40px;
		color: #fff;	
	}

	.p-contact h6{
		font-family: Poppins-Regular;
		color: #000;
		font-size: 15px;
	}

	.box-products .servis{
		display: block;
		width: 100%;
		margin: 20px 0px;
		background: #fff;
		height: auto;
	}	

	.box-products .servis .img-serv{
		width: 100%;
		padding: 20px 15px;
		height: 0 auto;
	}

	.box-products2 .servis h2{
		margin-top: 15px;
		margin-bottom: 14px;
		font-family: "Poppins-Bold";
		font-size: 20px;
		color: #000000; 
		text-align: justify-all;
	}


	.box-products2 .servis p{
		font-family: "Poppins-Regular";
		font-size: 17px;
		color: #777777; 
		text-align: justify;
	}

	.servis .img-serv img{
		width: 100%;
		height: 100%;
	}

	.box-products3 > h3{
		margin-top: 70px;
		text-align: center;
		font-family: "Poppins-Bold";
		color: black;
		font-size: 25px;
	}

	.box-products3 .linea3{
	  width: 120px;
	  border-top: 2px solid #F79C1E;
	  padding: 0;
	  margin: 15px auto 40px auto;
	}

	.box-prods .prods img{
		display: block;
		width: 100%;
		height: 0 auto;
	}

	.box-prods .prods #img-prods:hover{
		background: #fff;
		opacity: 0.8;
		transform: scale(1.30);
		transition: 0.5s;
	}

	

	@keyframes zooom{
		from{
			transform: scale(0.20);
		}

		to{
			transform: scale(1);
		}
	}

	.select{
		display: flex;
		align-self: center;
		flex-direction: row;
		margin-top: 30px; 
		width: 400px;
		height: 0 auto;
		justify-content: center;
	}

	.select span{
		font-family: "Poppins-Bold";
		display: flex;
		width: 40px;
		height: 40px;
		background: #777777;
		text-align: center;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 100% 100%;
	}

	.select span:hover{
		opacity: 0.9;
		background: #F79C1E;
		cursor: pointer;
	}

	.select strong{
		font-family: "Poppins-Bold";
		display: flex;
		width: 40px;
		height: 40px;
		background: #EDEDED;
		text-align: center;
		align-items: center;
		justify-content: center;
		color: #777777;
		font-size: 100% 100%;
	}

	.select strong:hover{
		background: #777777;
		opacity: 0.6;
		color: #fff;
		cursor: pointer;
	}

	.select strong.active{
		background: #777777;
		opacity: 0.6;
		color: #fff;
	}

	.pl{
		display: none;
		animation: planima 0.5s;
		transition: 0.5s;
	}

	@keyframes planima{
		from{
			opacity: 0;
		}

		to{
			opacity: 1;
		}
	}

	.pl.active{
		display: block;
	}

	.box-red{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.url{
		font-family: "Poppins-Bold";
		color: #343A40;
		background: #fff;
		border: 1px solid #343A40;
		margin: 50px 20px;
		padding: 15px 20px;
		font-size: 100%;
		height: 0 auto;
		text-align: center;
	}

	.url:hover{
		opacity: 0.8;
		background: #000000;
		color: #fff;
		transition: 0.5s ease;
	}

	.prods span{
		font-family: "Poppins-Bold";
		font-weight: bold;
		background: #F79C1E;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		transform: translateY(-100px);
		height: auto;
		color: #fff;
		text-align: center;
		padding: 10px;
	}

	.prods:hover span{
		transform: translateY(0px);
		transition: 0.5s;
	}

	.text-frr{
		width: 100%;
		height: auto;
		font-family: "Poppins-Regular";
		background: #FAFAFA;
		color: #747474;
		font-size: 17px;
		text-align: center;
	}

	.text-frr p{
		display: block;
		width: auto;
		padding: 80px 50px;
	}

	.box-process{
		width: 100%;
		height: auto;
		text-align: center;
	}

	.box-process h2{
		font-family: "Poppins-Bold";
		font-size: 25px;
		color: #000;
		margin-top: 50px;
	}

	.box-process .linea{
		width: 120px;
		border-top: 2px solid #F79C1E;
	 	padding: 0;
		margin: 15px auto 40px auto;
	}

	.box-process .process{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
	}

	.box-process .process .process-img{
		width: 250px;
		height: auto;
		margin: 50px 60px 80px;
	}

	.box-process .process .process-img h2{
		font-family: "Poppins-Bold";
		margin: 35px 0px 0px;
		font-size: 19px;
		color: #747474;
	}

	.box-process .process .process-img img{
		width: 100%;
		height: 0 auto;
		border-radius: 50%;
		transition: 0.5s;
	}

	.box-process .process img:hover{
		transform: scale(1.03);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius: 50%;
		transition: 0.5s;
	}


	.box-mec{
		width: 100%;
		height: auto;
		text-align: center;
	}

	.box-mec h2{
		font-family: "Poppins-Bold";
		font-size: 25px;
		color: #000;
		margin-top: 50px;
	}

	.box-mec .linea{
		width: 120px;
		border-top: 2px solid #F79C1E;
	 	padding: 0;
		margin: 15px auto 40px auto;
	}

	.box-mec .mec{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
		margin: auto;
		height: auto; 
	}

	.box-mec .mec .mec-img{
		width: 300px;
		height: auto;
		margin: 50px 20px 80px;
	}

	.box-mec .mec .mec-img h2{
		font-family: "Poppins-Bold";
		margin: 35px 0px 0px;
		font-size: 19px;
		color: #747474;
	}

	.box-mec .mec .mec-img h3{
		font-family: "Poppins-Bold";
		margin: 12px 0px 0px;
		font-size: 19px;
		color: #333333;
	}

	.box-mec .mec .mec-img p{
		font-family: "Poppins-Regular";
		margin: 12px 0px 0px;
		font-size: 14px;
		color: #747474;
	}

	.box-mec .mec .mec-img img{
		width: 100%;
		height: 0 auto;
		transition: 0.5s;
	}

	.box-mec .mec img:hover{
		transform: scale(1.03);
		transition: 0.5s;
	}



	.box-proyects{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0px 20px;
	}

	.item-product .box-proyects{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0px;
	}

	.box-proyects .img-proyect:hover > .overlay-proyec{
		display: block;
		opacity: 0.7;
	}

	.box-proyects .img-proyect:hover > .text-proyect{
		display: block;
		opacity: 1;
	}

	.box-proyects .img-proyect:hover > img{
		transform: scale(1.10);
	}

	.box-proyects .overlay-proyec{
		z-index: 999;
		transition: 0.5s;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: #000000;
		opacity: 0;
		width: 100%;
		height: 100%;
	}

	.container-slider .box-proyects .img-proyect{
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 400px;
		height: auto;
		margin: 50px 10px 20px;
	}

	.box-proyects .img-proyect{
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 400px;
		height: auto;
		margin: 50px 10px 20px;
	}

	.container-slider-2 .box-proyects .img-proyect{
		border: 2px solid #d8d8d8;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 400px;
		height: auto;
		margin: 50px 10px 20px;
	}

	.box-proyects .text-proyect{
		z-index: 999;
		transition: 0.5s;
		opacity: 0;
		position: absolute;
		text-align: center;
		width: 80%;
		height: auto;
	}

	.box-proyects .text-proyect h1{
		font-family: "Poppins-Bold";
		color: #fff;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.box-proyects .text-proyect .btn-text-proyect{
		font-family: "Poppins-Regular";
		display: block;
		background: #F79C1E;
		text-align: center;
		text-decoration: none;
		width: 70px;
		color: #fff;
		font-size: 15px;
		padding: 2px 0px;
		margin: auto;
	}

	.box-proyects .text-proyect .btn-text-proyect:hover{
		background: #000;
		color: #fff;
		transition: 0.1s ease;
	}

	.box-proyects .img-proyect img{
		width: 100%;
		height: auto;
		transition: 0.5s;
	}



	.box-proyectitem-desc{
		margin: 60px 5px;
	}

	.box-proyectitem-desc h1{
		font-family: 'Poppins-regular';
		font-size: 25px;
		margin-bottom: 15px;
		color: #000000;
		text-align: center;
	}




	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-text hr{
		width: 200px;
		color: #7777;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-text h2{
		font-family: "Poppins-Bold";
		color: #333333;
		font-size: 22px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.box-proyectitem-desc .proyectitem-img-text-box .proyectitem-text p{
		font-family: "Poppins-Regular";
		color: #747474;
		font-size: 15px;
		margin-bottom: 40px;
		text-align: justify;
	}

	.box-proyectitem-desc .proyectitem-text .red-social-text-box{
		width: 100%;
		height: auto;
	}

	.box-proyectitem-desc .proyectitem-text .red-social-text-box .url{
		display: inline-block;
		width: 50px;
		height: auto;
		font-family:"Poppins-Bold";
		color: #343A40;
		background: #fff;
		font-size: 100%;
		border: 1px solid #343A40;
		margin: 10px 10px;
		padding: 10px 10px;
		text-align: center;
		transition: 0.5s ease;
	}

	.box-proyectitem-desc .proyectitem-text .red-social-text-box .url:hover{
		opacity: 0.8;
		background: #000000;
		color: #fff;
	}

	.box-content-eplx{
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 50px;
	}

	.box-content-eplx h2{
		font-family: "Poppins-Bold";
		font-size: 25px;
		color: #000;
		margin-top: 50px;
	}

	.box-content-eplx .linea{
		width: 120px;
		border-top: 2px solid #F79C1E;
	 	padding: 0;
		margin: 15px auto 40px auto;
	}

	.box-content-eplx .mec{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
		margin: auto;
		height: auto; 
	}

	.box-content-eplx .mec .mec-img{
		width: 300px;
		border: 1px solid #d8d8d8;
		box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
		height: auto;
		margin: 50px 20px 80px;
	}

	.box-content-eplx .mec .mec-img h2{
		font-family: "Poppins-Bold";
		margin: 35px 0px 0px;
		font-size: 19px;
		color: #747474;
	}

	.box-content-eplx .mec .mec-img h3{
		font-family: "Poppins-Bold";
		margin: 12px 20px 0px;
		font-size: 19px;
		text-align: left;
		color: #333333;
	}

	.box-content-eplx .mec .mec-img p{
		font-family: "Poppins-Regular";
		margin: 12px 20px 10px;
		text-align: left;
		font-size: 14px;
		color: #747474;
	}

	.box-content-eplx .mec .mec-img img{
		width: 100%;
		height: 0 auto;
	}
	




	
	










	



	





	

	

	

	
	





		