@import url(inicio.css);
@import url(nosotros.css);
@import url(catalogo.css);
@import url(galeria.css);
@import url(contactenos.css);

.box-paginador{
	padding-top: 60px;
	position: relative;
	width: 100%;
	float: left;
	color: #000;
}

.np-left{
	padding-left: 0px !important;
}


.np-right{
	padding-right: 0px !important;
}

.ul-right{
	float: right;
}

a:hover{text-decoration: none !important;}

.section_general{
	width: 100%;
	float: left;
}

footer,header{
	width: 100%;
	float: left;
}

section{
	width: 100%;
	float: left;
	position: relative;
}

.red{background-color: red;}
.green{background-color: green;}
.purple{background-color: purple;}
.blue{background-color: blue;}
.yellow{background: yellow;}

.np{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.img-c{
	position: relative;
	margin: auto;
}


.link-menu{
	font-size: 12px;
	color: #000;
	font-weight: 600;
	transition: all 0.4s;
}

.text-justify{
	text-align: justify !important;
}

.text-white{color: #fff !important;}
.text-black{color: #000 !important;}

.no-list{
	list-style: none;
}

/*________________________________________________*/


.nav ul li{
	float: left;	
}

.nav-footer ul li{
	float: left;	
}


.nav ul li a{
	color: #fff  !important;
	transition: all 0.4s;
}




.nav ul li:hover a
,.nav ul li.active a{
	font-weight: bold;
}



header {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s;
}


.header-movil{
	width: 100%;
    float: left;
}

.btn-menu{
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	position: relative;
    top: 12px;
}

.btn-menu:focus{
	border: none;
	outline: none;
}


.line-btn{
	width: 100%;
	height: 3px;
	float: left;
	margin-top: 5px;
	transition: all 0.4s;
}

.line-1{background-color: #fff;}
.line-2{background-color: #fff;}


.div-logo-movil{
	padding-top: 7px;
}


.menu-movil{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 64, 114, 0.70);
	position: fixed;
	right: -100%;
	color: #fff;
	text-align: center;
	top: 90px;
	padding-top: 40px;
	transition: all 0.4s;
	z-index: 999;
}

.nav-movil li a{
	color: #fff;
	font-size: 18px;

}


.nav-movil li.active a{
	font-weight: 900;
}


.nav-movil li{
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 15px;
}


.redes-movil{
	position: absolute;
	bottom: 80px;
	right: 15px;
}

.redes-movil a{
	padding-left: 15px;
	padding-right: 15px;
}

.x{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #081c2b;
	transition: all 0.4s;
	border-radius: 50%;
}


header{
	position: fixed;
	z-index: 9999;
}

/*
.header2{
	position: relative;
	background-color: #004274;
}*/

.nav-fb{
	padding-top: 13px;
}


.idiomas{
	color: #fff;
}


.idiomas a:hover
,.idiomas a.active{
	font-weight: bold;
	text-decoration: underline;
}


.box-footer-left
{
	text-align: center;
}
.box-footer-right
{
	text-align: center;
}


footer{
	background-color: #004274;
}


footer p
,footer a{
	color: #fff;
}

footer p{
	padding-top: 20px;
}



/*Responsive*/

/* iphone 4 */
@media (max-width: 320px){




}/*Fin 320*/
/* especial */ 
@media (max-width: 375px) {



}/*Fin 560*/

@media(max-width: 767px){


}
@media (min-width: 768px) {

	.box-footer-left
	{
		text-align: left;
	}
	.box-footer-right
	{
		text-align: right;
	}


	.logo-pc{
		margin: auto;
	}

	.nav ul li{
		padding: 20px 17px 0 17px;
	}


	.div-menu{
		padding-top: 15px;
	}

}/*Fin 768*/
@media (min-width: 992px) {

	.div-menu{
		padding-top: 0px;
	}

	.logo-pc{
		margin: initial;
	}

	.nav ul li{
		padding: 20px 18px 0 18px;
	}


}/*Fin 992*/

@media (min-width: 1200px) {

	.nav ul li{
		padding: 21px 21px 0 21px;
	}

}/*Fin 1200*/