@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background-color: #ecf0f1;
}
main{
	//height: 100vh;
	display: grid;
	grid-gap: 10px;
	grid-template: auto;
}
header{
	width: 100%;
	height: 100px;
	background-color: #89C4F4;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}

nav{
	width: 100%;
	height: 50px;
	
	margin: 0px;
	margin-right: auto;
	margin-left: auto;

}

#slide{
	width: 100%;
	height: 250px;
	background-color: #777;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}

section{
	width: 60%;
	height: auto;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}

article{
	width: 100%;
	height: auto;
	/*background-color: #f12;*/
	float: left;
}
aside{
	width: 300px;
	height: 400px;
	background-color: #ecf0f1;
	float: right;
}


/************* NAV ***************/

nav{
	

	width: 980px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	justify-self: center;
	
}
ul{
	
	


}
li{
	float: left;
	margin-right: 30px;
	list-style-type: none;
	line-height: none;
	text-transform: uppercase;
}

a{
	color: #000;
	text-decoration: none;
font-family: 'Luckiest Guy', cursive;
	font-size: 30px;

}
a:hover{
	color: red;

}

/****************header****************/

.box1{
	width: 100%;
	height: 100px;
	position: absolute;
	left: auto;
	right: auto;
	text-align: center;
	top:8px;
	}

/**************slide***************/
#continer-slide{
	width: 1024px;
	height: 200px;
	
	margin-left: auto;
	margin-right: auto;

}


.box-0{
	width: 130px;
	height: 190px;
	float: left;
	margin-left: 10px;
	/*background-color: #fff;*/

}



/**************article***************/
.box{
	width: 160px;
	height: 220px;
	/*background-color: #fff;*/
}
/**************** footer **************/

.boxx{
	width: 160px;
	height: 220px;
	position: relative;
	justify-self: center;
	align-self: baseline;
	/*background-color: #fff;*/
}

.boxx img{
	max-width:220px;
	max-width:160px;
	cursor:pointer;
}
iframe{
	overflow:hidden;
	width:355px;
	height:560px;
	margin-left:15px;
}
.contenido_ajax{
/*	background-color:#B0AFB1;*/
	position:relative;
}

.barra_conenedor .boxx{
	position:relative;
	float:left;
	max-width:60px;
	max-height:80px;
}
.barra_conenedor .boxx .v_comprado{
	width: 16px;
	height: 16px;
	
}
.barra_conenedor .boxx img{
	max-width:60px;
}

.barra_conenedor .boxx a{
	display: none;
}

@media (max-width: 1024px){
	.bt_login{
		position: absolute;
		right: 10%;
	}
	
	section{
	width: 100%;
	height: auto;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	}

}
@media (min-width: 924px){
	.bt_login{
		position: absolute;
		right: 30%;
	}
}
.codigo_form-control{
	width: 40px;
	margin-right: 10px;
	font-size: 26px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;

}
.v_comprado{
	background-image: url(../images/accept.png);
	background-size: 100%;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}
.v_ncomprado{
	position: absolute;
	bottom: 0px;
	right: 0px;	
}
.v_ncomprado a{
font-size: 16px;
color: white;
font-weight: normal;
}
@media (min-width:1180px) and (max-width: 1379px){
	nav ul li{
		margin-left: 10px;
		
	}
	nav ul li a{
		font-size: 24px;		
	}
}
@media (max-width: 1024px) and (max-width:1179px){
	nav ul li{
		margin-left: 10px;
		
	}
	nav ul li a{
		font-size: 20px;		
	}
}
#grid01 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	grid-template-rows:  repeat(3 ,1fr);
	grid-auto-rows: auto;
	grid-gap: 20px; 
	justify-content: center;
	
}
.contact-loading{
	background: url(img/contact/loading.gif);
	width: 54px;
	height: 55px;
	
}
#menu_{
	display: grid;
	grid-template-columns: auto;
	justify-content: center;
	
}