*{
	margin: 0;
	padding: 0;
}

.img-responsive{
	width: 100%;
	height: 100%;
}
header > nav{
	
	height: 80px;
	z-index: 9000;
	background-color: transparent;
	position: fixed;
	top: 35;
	left: 0;
	width: 100%;

	box-shadow: none;
	color: #fff;
	transition: all .5s ease-in-out;

}
header nav .container__nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	height: 100%;
	align-items: center;
	position: relative;
	padding: 0 2rem ;
}
header .boton__icono{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
header nav .container__nav .logo__principal{
	width: 200px;
	height: 100%;
	padding: 5px;
	cursor: pointer;
}
header nav ul.navegacion__header li {
	margin: 0 8px;
}

header nav ul.navegacion__header,header nav ul.navegacion__header li a{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
header nav ul.navegacion__header li{
	float: none;
	height: 100%;
}
header nav .container__nav a{
	/*color:#000;*/
	font-family: calibri-bold;
	font-size: 1.25rem;
	line-height: 10px;
}
nav ul a:hover {
	transition: all .3s ease-in-out;
	background-color: rgba(0,0,0,0.1);
	color: #ff3700 !important;
}

 .headerbody{
	background-color: #FFF;
}
.boton__icono i{
	height: 0px;
	line-height: 0px;
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
	height: 20px;
	line-height: 0px;
}

@media only screen and (max-width: 500px) {
	header nav .container__nav{
		justify-content: center;
	}
	header nav .container__nav .logo__principal{
		cursor: pointer;
	}

	.btn__menu {
		font-size: 1rem;
		position: absolute;
		left: 15px;
		cursor: pointer;
	}

	.menu__movil{
		top: 0;
		left: -450px;
		z-index: 8000000000;
		height: 100vh;
		width: 100%;
		position: fixed;
		background: rgba(148,31,2,1);
		background: -moz-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,31,2,1)), color-stop(54%, rgba(214,43,0,1)), color-stop(100%, rgba(255,55,0,1)));
		background: -webkit-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -o-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -ms-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: linear-gradient(to right, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#941f02', endColorstr='#ff3700', GradientType=1 );
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 2rem 0;
		transition: all .5s ease-in-out;
		justify-content: space-between;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.menu__movil .logo__menu__movil{
		width: 100%;
	}
	.accionar__menu{
		left: 0;
	}
	.des_accionar__menu{
		left: -450;
	}
	

	.menu__movil .logo__menu__movil a{
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;justify-content: center;-ms-align-items: center;
		align-items: center;
	}
	.menu__movil .logo__menu__movil img{
		width: 250px;
		text-align: center;
	}
	.menu__movil  .nav__menu__movil{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.menu__movil  .nav__menu__movil ul li{
		padding: 1.5rem 0;
		font-family: calibri-bold-italica;
		font-size: 1.3rem;
	}
	.menu__movil  .nav__menu__movil ul li a {
		 color: #FFF;
	}
	.nav__menu__movil ul li a div{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		line-height: 50px;
	}

	.menu__movil .btn__x__menu__movil{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		color: #FFF;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}

}

@media only screen and  (max-width:  899px)  and (max-height:  450px) {
	.redes-sociales-float{display: none;}
	header nav .container__nav{
		justify-content: center;
	}
	header nav .container__nav .logo__principal{
		cursor: pointer;
	}
	header > nav {
		height: 55px;
	}
	.btn__menu {
		font-size: 1rem;
		position: absolute;
		left: 15px;
		cursor: pointer;
	}
	.nav__menu__movil ul li a div{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		line-height: 50px;
	}
	.nav__menu__movil ul{
		width: 50%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: space-around;
		-ms-align-items: center;
		align-items: center;
	}

	.menu__movil{
		top: 0;
		left: -950px;
		z-index: 8000000000;
		height: 100vh;
		width: 100%;
		position: fixed;
		background: rgba(148,31,2,1);
		background: -moz-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(148,31,2,1)), color-stop(54%, rgba(214,43,0,1)), color-stop(100%, rgba(255,55,0,1)));
		background: -webkit-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -o-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: -ms-linear-gradient(left, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		background: linear-gradient(to right, rgba(148,31,2,1) 0%, rgba(214,43,0,1) 54%, rgba(255,55,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#941f02', endColorstr='#ff3700', GradientType=1 );
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding: 1.5rem 0;
		transition: all .5s ease-in-out;
		justify-content: space-between;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.menu__movil .logo__menu__movil{
		width: 100%;
	}
	.accionar__menu{
		left: 0;

	}
	.des_accionar__menu{
		left: -450;
	}
	

	.menu__movil .logo__menu__movil a{
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;justify-content: center;-ms-align-items: center;
		align-items: center;
	}
	.menu__movil .logo__menu__movil img{
		width: 200px;
		text-align: center;
	}
	.menu__movil  .nav__menu__movil{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		text-align: center;
	}
	.menu__movil  .nav__menu__movil ul li{
		padding: .5rem 0;
		font-family: calibri-bold-italica;
		font-size: 1.2rem;
	}
	.menu__movil  .nav__menu__movil ul li a {
		 color: #FFF;
	}

	.menu__movil .btn__x__menu__movil{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		color: #FFF;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}	
	header nav ul.navegacion__header, header nav ul.navegacion__header li a {
		display: none;
	}
	header nav .container__nav .logo__principal {
		width: 180px;
	}
}