
@import url("home.css");
@import url("aboutus.css");
@import url("products.css");
@import url("methods.css");
@import url("customers.css");
@import url("certifications.css");
@import url("contactus.css");
@import url("detail.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

*{
	font-family: 'Montserrat', sans-serif;
}

body{
	background-color: #fffdd3;
}

.np{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.np-left{
	padding-left: 0px !important;
}

.np-right{
	padding-right: 0px !important;
}

.img-c{
	position: relative;
	margin: auto;
}

.general-section{
	padding-top: 80px;
}

a{
	color: inherit !important;
}

a:hover{
	text-decoration: none !important;
}


.no-btn{
	border: none;
	padding: 0;
	background-color: transparent;
	outline: none !important;
}

/* -------------------------------- */
/* ----------- Colores ------------ */
/* -------------------------------- */

.bg-black{
	background-color: #000;
}


.bg-yellow{
	background-color: #ffc529;
}

.bg-cream{
	background-color: #fffdd3;
}






.text-black{
	color: #000 !important;
}

.text-yellow{
	color: #ffc529 ;
}



/* ------- botones ------- */

.btn-black{
	background-color: transparent;
	color: #000 !important;
	font-weight: bold;
	padding: 5px 45px;
	top: 30px;
	display: inline-block;
	transition: all 0.5s;
	border: 2px solid #000;
	border-radius: 50px;
}

.btn-black:hover{
	transform: scale(1.1);
}


.btn-white{
	background-color: transparent;
	color: #fff !important;
	font-weight: bold;
	padding: 8px 35px;
	top: 30px;
	display: inline-block;
	transition: all 0.5s;
	border: 2px solid #fff;
	border-radius: 50px;
}

.btn-white:hover{
	transform: scale(1.1);
}


/* --------------------------------------------*/



.no-list{
	list-style: none;
}

.section-relative{
	position: relative;
}

/* -------------------------------------------------------------------------------*/




header{
	width: 100%;
	position: fixed;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	z-index: 99999;
	transition: all 0.5s;
}

.header-logo{
	transition: all 0.5s;
}

footer{
	width: 100%;
	position: relative;
	float: left;
}

.footer-icon{
	height: 20px;
	margin-left: 4px;
	margin-right: 4px;
}


.idioma{
	font-size: 14px;
}



.md-logo{
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
}


.btn-movil-menu{
	position: relative;
	margin-left: 8px;
}

.btn-movil-menu:focus{
	outline: none !important;
	box-shadow: none;
	transition: all 0.5s;
}


.bg-menu-movil{
	width: 70%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	padding-top: 20px;
	z-index: 99999;
	box-shadow: 0px 1px 6px 0px #000000;
	padding-right: 20px;
	transition: all 0.9s;
	background-color: #FFE2CA;
}


.nav-link{
	color: #404040 ;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
	display: inline-block;
}


.fb-menu-movil{
	position: relative;
	display: inline-block;
	/*bottom: 20px;
	right: 30px;*/
}





.text-footer-left{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}
.text-footer-right{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}





.wsp-icon{
	position: fixed;
	right: 15px;
	bottom: 30px;
}


.menu-close{
	width: 40px;
}


.fb-menu-movil img{
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}





.logo-pie{
	margin-right: 35px;
	padding-bottom: 40px;
}

.redes-pie{
	margin-left: 20px;
	height: 24px;
}

.marginSpecialLeftFooterIcon{
	margin-left: 0px;
}

.img-vertical-line{
	position: relative;
}

.img-vertical-line:after{
	content: "";
	width: 0px;
	height: 60px;
	background-color: #fff;
	position:absolute;
	right: 0;
	border-radius: 0px;
	top: -18px;
}



.idioma,.idioma a{
	color: #fff !important;
	font-weight: 700;
}


.link-text.active
,.link-text:hover{
	color: #ffc529 !important;
}


.link-text:before{
	content: "";
	width: 0px;
	height: 18px;
	position: absolute;
	background-image: url(../img/home/indicador-menu.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -15px;
	bottom: 18px;
	transition: all 0.5s;
}

.link-text.active:before
,.link-text:hover:before{
	width: 70px;
}



.m-right-40{
	margin-right: 40px;
}

.m-left-40{
	margin-left: 40px;
}




.text-footer-left2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

.text-footer-right2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}



.link-katana{
	display: block;
	position: relative;
}


.linkSectionGeneral{
	padding-top: 100px;
}





@media (min-width: 576px) {



}
@media (min-width: 768px) {

	.md-menu{
		margin-top: 5px;
	}



	.bg-menu-movil{
		width: 60%;
		padding-right: 70px;
	}

	.nav-link{
		font-size: 17px;
	}



	.idioma{
		font-size: 16px;
	}

	.md-logo{
		text-align: left;
	}


	.img-vertical-line:after{
		width: 6px;
	}
	
	.logo-pie{
		width: auto;
	}
	.redes-pie{
		height: auto;
	}


	.marginSpecialLeftFooterIcon{
		margin-left: 35px;
	}



	.text-footer-left2{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
	}
	
	.text-footer-right2{
		text-align: right;
		padding-top: 40px;
		padding-bottom: 25px;
	}


	.logo-pie{
		padding-bottom: 0px;
	}
	
	.text-footer-left{
		text-align: left;
	}
	.text-footer-right{
		text-align: right;
	}

}

@media (min-width: 992px) {



	.md-menu{
		margin-top: 18px;
	}

	.ul-menu li a{
		font-size: 14px;
	}

	.general-section{
		padding-top: 133px;
	}

	.bg-menu-movil{
		width: 45%;
		padding-right: 60px;
	}

	.nav-link{
		font-size: 18px;
	}



	.fb-menu-movil img{
		height: 55px;
		margin-left: 8px;
		margin-right: 8px;
	}

	footer{
		padding-top: 0px;
	}
	

}
@media (min-width: 1200px) {

	.bg-menu-movil{
		width: 42%;
		padding-right: 120px;
	}

	.nav-link{
		font-size: 20px;
	}


}