@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy');
@import url('https://fonts.googleapis.com/css?family=Frijole');
@import url('https://fonts.googleapis.com/css?family=Pavanam|Pontano+Sans|Pragati+Narrow|Sintony|Ubuntu+Condensed');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Bad+Script|Barlow+Condensed|BenchNine|Kalam|News+Cycle|Pathway+Gothic+One|Poiret+One');

body {
   	font-family: 'Yanone Kaffeesatz', sans-serif;
    background:  #fff;
    } 

.titulo {
	font-family: 'Kalam', cursive;
    width: 100%;
    height: auto;
    margin-top: 80px;  
    text-align: center;
	color: #333;    
}

.chollo{
	width: 90%;
	display: block;
	margin:auto;
	text-align: center;
}

.chollo P{
	font-family: 'Kalam', cursive;
    text-align: justify;
    padding: 15px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
}

.chollo img{
	align-content: center;
	text-align: center;
}
.galeria {
    width: 95%;
    margin: auto;
    list-style: none;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 15px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px;
    background: #333;
	width: 280px;
}

.galeria li:hover{
    box-shadow: 5px 5px rgba(200,88,38,0.8);
    transform: scale(1.06);
}

.galeria h3{
    font-family:  'Barlow Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

table{
	margin: auto;
	margin-top: 5px;
    font-size: 17px;
	color: #fff;
	text-align: center;
	border: 0px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Barlow Condensed', sans-serif;

}

th, td{
	border: 0px solid #fff;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px 10px;
}

.info{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    margin-left: 2px;
    color: #fff;
	width: 238px;
}

.precio{
	margin-top: 8px;
    font-size: 20px; 
    text-align: right;
    color:#fff;
    font-family: 'Frijole', cursive;
    text-shadow: 1px 3px 3px rgba(200,88,38,0.8);
}

.galeria img {
	margin-top: 5px;
    width: 100%;
    height: 180px;
    border: 0px solid #fff;
    border-radius: 0px;
	cursor:pointer;
}
#larga {
	
    height: 290px;   
}


/*Estilos del modal*/
.modal{
	position:fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	top:0;
	left:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 25000;
}

.modal img{
	width: 80%;
	height: 65%;
	Border: 5px solid #fff;
    box-sizing: border-box;
}


.boton__cerrar{
	width: 30px;
	height: 30px;
	color:#fff;
	font-weight: bold;
	font-size: 25px;
	font-family: monospace;
	line-height: 25px;
	text-align: center;
	background: red;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top:20px;
}


 @media (min-width:1024px){
    .titulo P{
		margin-left: 120px;
		margin-right: 120px;		
	}

	.imagen img {
		width: 100%;
		height: 100%;
	}	
	 
   .chollo{	
		width: 90%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: auto;
	}

	.chollo P{
		width: 75%;
		
	}
	.chollos img{
		width: 250px;
		height: 250px;
	}
	.modal img{
	width: 550px;
	height: 600px;
}
	 
}


    
