*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{

	font-family: Calibri;
	background: #e7dfda;
	/*background: #901717;*/
}
.logo-construccion{
	margin:center;
	margin-top: 100px;
	width: 200px;

	background:black;
}

header{
	width: 100%;
	background: #3b7a08;
	position: fixed;
	z-index: 1;
}

.menu{
	width: 95%;
	max-width: 1100px;
	margin:auto;
	padding: .5em 0;

	display: flex;
	justify-content: space-between;

	-ms-align-items:center;
	align-items: center

}

.menu .container-menu .logo .logo-name a {  /**/
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	margin-left: 8px;
	font-family: tahoma;
	font-weight:700;

} 

.menu .container-menu .logo .logo-name { /*  */
	display: -webkit- flex;
	display: -moz- flex;
	display: -ms- flex;
	display: -o- flex;
	display: flex;	

	-ms- align-items: center;
	align-items: center; 


}
.menu .container-menu .logo .logo-name img{
	width: 120px;

}

.menu .container-menu .btn-menu {
	display: none;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
}

.menu .menu-link ul{
	list-style: none;

}
.menu .menu-link ul li{
	display: inline-block;
	margin-top: 80px;
}
.menu .menu-link ul li a{
	text-decoration: none;
	color: #fff;
	margin-left: 15px;
	font-size: 1.3em;
}


/*(baner del slogan) */

.banner-slogan {
	width: 100%;
	background: #901717;
	margin:auto;
	margin-top:5px;
}
.slogan{
	width: 100%;
	max-width: 1100px;
	margin: auto;

	font-size: 22px;
	font-style: italic;
	color: yellow;
	text-align: center;
	padding: 14px;
}

/*(banner COMPRA EN LINEA) */


-------------------------------
#seccion-banneronline{	 	
	width:100%;
	height: 200px;
	margin-right: 25px;
	top: 300px;
	border: 2px solid #a9a19c ; 
}


/*CONTENEDOR PROMOCIONES */

.contenedor{
	width: 100%;
	max-width: 1100px;
	/*background: blue;*/
	margin: auto;
	height: auto;
	
}

.seccion-principal {
	position: relative;
	width: 100%;
	max-width: 1100px;
	/*background: red;*/
	top: 215px;	
	height: auto;
	margin:auto;


	display: flex;
	flex-wrap: wrap;

	justify-content: center;

	
}
#seccion-promo{	 	
	width:45%;
	max-width: 480px;
	height: 300px;
	margin-right: 25px;
	margin-top: 30px;
	border: 2px solid #a9a19c ; 
}
.politicas{
	width: 100%;
	max-width: 1100px;
	margin-top:30px;

	font-family: calibri;
	font-size: 20px;
	text-align: center;
	padding: 15px;

}

.sub-btn-menu {
	width: 100%;
	max-width: 1100px;
	margin-top:20px;
	padding: 20px;

	display: flex;
	flex-wrap: wrap;

	justify-content: center;
}

.ir-descarga-menu {
	width: 200px;
	background: #3b7a08;
	padding: 10px;
	margin-right: 30px;
	border-radius: 20px;
	text-align: center;
}

.ir-descarga-menu a{
	text-decoration: none; 
	color: #fff;
	font-size: 18px;
}


footer{
	width: 100%;
	height:auto;
	background: #302d27;
	
	display: flex;
	/*flex-wrap: wrap;*/
	margin-top: 220px;
	padding-top: 20px;
	padding-bottom: 20px;

}


.seccion-footer{
	width: 100%;
	max-width: 1100px;
	margin:auto;
	/*background: red;*/
}

.tarjetas{
	width: 95%;
	margin: auto;
	/*background:green;*/

}
.tarjetas ul{
	/*background: gray;*/
	list-style: none;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tarjetas ul li{
	display: inline-block;
	margin-right: 20px;

}
.tarjetas p {
	background: none;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.tarjetas a{
	text-decoration: none;
	color: white;s 
}
.tarjetas img{
	text-align: center;
}

@media screen and (max-width: 700px){

	.menu .container-menu .btn-menu{
		display: block;
	}

	.menu .container-menu{
		width: 100%;
	}

	.menu .container-menu .logo {
		display: -webkit- flex;
		display: -moz- flex;
		display: -ms- flex;
		display: -o- flex;
		display: flex;	

		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	

	.menu .menu-link{
		position: absolute;
		background: rgba(0, 0,0,.8);
		height: 100vh;
		width: 100%;
		top: 115px;
		left: -100%;
		z-index: 1000;
		transition: .3s;
	}

	.menu .menu-link ul li{
		display: block;
		margin: 0;
	
	}
	.menu .menu-link ul li a{
		display: block;
		height: 50px;
		border-bottom: 2px solid #fff;
		padding: 15px;
		text-align: center;
		margin: 0;
	}

	/*CONTENEDOR PROMOCIONES*/

	#seccion-promo {
		width: 100%;
		max-width: 450px;
		margin:auto;
		margin-top:50px;

		justify-content: center;
	}
	
	/*FOOTER */

	.tarjetas ul li {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20PX;
	}

}

@media screen and (max-width: 500px) {

	#seccion-promo {
		width: 100%;
		min-width: 350px;
		margin:0;
		margin-top:25px;


		justify-content: center;
	}

	.ir-descarga-menu {
		margin-top: 35px;
	}
	.slogan {
		font-size: 16px;
	}
}

@media screen and (max-width: 360px){
	#seccion-promo {
		width: 100%;
		max-width: 100px;
		height: 260px;
		margin:0;
		margin-top:25px;
}



