
@import url("home.css");
@import url("aboutus.css");
@import url("products.css");
@import url("craftsmen.css");
@import url("gallery.css");
@import url("methods.css");
@import url("contactus.css");
@import url("detail.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');

*{
	font-family: 'Montserrat', sans-serif;
}



.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-green{
	background-color: #54c5d0;
}

.bg-lgreen{
	background-color: #dbfcff;
}

.bg-yellow{
	background-color: #ffde00;
}

.bg-cream{
	background-color: #fffcbc;
}

.bg-lblue{
	background-color: #00aeef;
}

.bg-purple{
	background-color: #ec008c;
}



.text-green{
	color: #54c5d0 !important;
}

.text-lgreen{
	color: #dbfcff !important;
}

.text-yellow{
	color: #ffde00 !important;
}

.text-cream{
	color: #fffcbc;
}

.text-lblue{
	color: #00aeef;
}

.text-purple{
	color: #ec008c;
}

/* ------- botones ------- */


.btn-green{
	background-color: #54c5d0;
	color: #fff !important;
	font-weight: bold;
	padding: 7px 35px;
	top: 30px;
	display: inline-block;
	transition: all 0.5s;
	border: 1px solid #54c5d0;

}


.btn-green:hover{
	transform: scale(1.1);
}

.btn-lblue{
	background-color: #00aeef;
	color: #fff !important;
	font-weight: bold;
	padding: 7px 35px;
	top: 30px;
	display: inline-block;
	transition: all 0.5s;
	border: 1px solid #00aeef;
}

.btn-lblue:hover{
	transform: scale(1.1);
}


.btn-white{
	background-color: #fff;
	color: #00aeef !important;
	font-weight: bold;
	padding: 7px 35px;
	top: 30px;
	display: inline-block;
	transition: all 0.5s;
	border: 1px solid #fff;
}

.btn-white:hover{
	transform: scale(1.1);
}


/* --------------------------------------------*/



.no-list{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.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;
}

.header-logo{
    float: left !important;
}

footer{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.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;
}

.bg-menu-movil ul li{
	padding-bottom: 3px;

}

.nav-link{
	color: #000 !important;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	transition: all 0.5s;
	display: inline-block;
}

.nav-link:hover
,.nav-link.active{
	color: #fff !important;
	background-color: #00aeef;
	display: inline-block;
}

.fb-menu-movil{
	position: relative;
	display: inline-block;
	/*bottom: 20px;
	right: 30px;*/
}





.text-footer-left{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 13px;
}
.text-footer-right{
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	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;
}

.header-right{
	padding-top: 15px;
}



.logo-pie{
	margin-right: 40px;
	width: 90px;
}

.redes-pie{
	margin-left: 20px;
	height: 24px;
}

.m-left-20{
	margin-left: 30px;
}

.img-vertical-line{
	position: relative;
}

.img-vertical-line:after{
	content: "";
	width: 0px;
	height: 80px;
	background-color: #fff;
	position:absolute;
	right: 0;
	border-radius: 10px;
}

.text-footer-right{
	padding-top: 30px;
}


.menu-open{
	filter: invert(1);
}

.idioma,.idioma button{
	color: #000;
}






.bannerSectionGeneral{
	width: 100%;
	height: 330px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



p{
	margin-bottom: 0 !important;
}


.bannerTitle h1{
	margin-top: 130px;
}












@media (max-width: 767px) {
	.menu-open.active {
		filter: invert(1) !important;
	}
	.idioma.active, .idioma.active button {
		color: #000 !important;
	}
	.bannerSectionGeneral{
        height: 260px;
	}
	.m-left-20 {
		margin-left: 0px;
	}

}
@media (min-width: 768px) {
	.bannerTitle h1 {
		margin-top: 170px;
	}
	.md-menu{
		margin-top: 5px;
	}

	.text-footer-left{
		text-align: center;
	}
	.text-footer-right{
		text-align: center;
	}

	.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: 4px;
	}
	
	.logo-pie{
		width: auto;
	}
	.redes-pie{
		margin-left: 20px;
		height: auto;
	}

	.menu-open{
		filter: invert(0);
	}

	.idioma,.idioma button{
		color: #fff;
	}


	.mdNoPaddingLeft{
		padding-left: 0 !important;
	}

	.mdNoPaddingRight{
		padding-right: 0 !important;
	}

}

@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;
	}

}
@media (min-width: 1200px) {

	.bg-menu-movil{
		width: 42%;
		padding-right: 120px;
	}

	.nav-link{
		font-size: 20px;
	}


}