@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=Alegreya+Sans|Bad+Script|Barlow+Condensed|BenchNine|Kalam|News+Cycle|Pathway+Gothic+One|Poiret+One');

*{
	box-sizing: border-box;
}

body{
	margin: 0;
	background: #fff;
}
.gen{
	position:relative;
	margin:auto;
	margin-top: -5px;
	text-align: center;
	background: #fff;
	}
.menugenericos a{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px 10px;
	font-size: 16px;
	border-right: 2px solid #333;
	}

.menugenericos a:hover{
    background: rgba(0,0,0,0.2);
	}

.titulo {
	width: 100%;
    height: auto;
    margin-top: 130px;  
    text-align: center;
	font-family: 'Kalam', cursive;
	color: #333;
}

.titulo P{
    text-align: justify;
    padding: 15px;
	font-family: 'Kalam', cursive;
	color: #333;
}

.juveniles{
	margin: 10px;
	border: 3px solid #333;
	margin-bottom: 40px;
	background:  #fff;
}

.juveniles h3{
    font-family: 'Kalam', cursive;
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.juveniles p{
    font-family: 'Kalam', cursive;
    font-size: 16px;
	margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.galeria{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.galeria li:hover{
    transform: scale(1.06);
}

.galeria h3{
    font-family:  'Oswald',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.ofertas{
	color: red;
	text-decoration: none;
}
.info{
    font-family: 'Oswald' sans-serif;
    font-size: 17px;
    margin-left: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
	padding: 10px;
    color: #333;
}
.galeria__item{
	list-style: none;
	width: 90%;
    border-radius: 5px;
	border: 2px solid #333;
	width: 80%;
    height: 180px;
	position: relative;
	margin-bottom: 20px;

}
.galeria img {
    width: 100%;
    height: 100%;
	cursor:pointer;
}

#larga {
    width: 150px;
    height: 210px;   
}

.chollo img{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
	}

.tex {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}

.tex h3{
	text-align: left;
	font-size: 12px;
	color: black;
	font-family:  'Oswald',sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 2px;
}

.tex p{
	text-align: left;
	font-size: 11px;
	color: black;
	font-family:  'Oswald',sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.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;
}

.vertical{
	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: 60%;
	Border: 5px solid #fff;
    box-sizing: border-box;
}

.vertical img{
	width: 80%;
	height: 60%;
	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;
}
.modal_anterior, .modal_siguiente{ 
	width: 65px; 
	height: 65px; 
	color: #fff; 
	font-weight: bold; 
	font-size: 35px; 
	font-family: monospace; 
	line-height: 65px; 
	text-align: center; 
	padding-right: 20px; 
	padding-left: 20px; 
	cursor: pointer; 
}

.otra img {
    width: 150px;
    height: 210px;   
}

@media (min-width:480px) {
	.gen{
	margin-top: 0px;
	}
	.galeria__item{
		width: 48%;
		margin: 5px;
	}
}

@media (min-width:768px) {
	.gen{
	margin-top: -2px;
	}
	.galeria{
		width: 90%;
		margin:auto;
		text-align: center;
	}
	.galeria__item{
		width: 45%;
	}
	
	#larga {
    width: 18%;
    height: 200px;   
	}

}

@media (min-width:1024px) {
	.titulo {
    margin-top: 80px;  
}
	.galeria{
		width: 100%;
		margin:auto;
		text-align: center;
	}
	.galeria__item{
		width: 23%;
    	height: 180px;
		margin-bottom: 15px;
	}
	#larga {
   	 	width: 18%;
    	height: 280px;   
	}
	.modal img{
		width: 80%;
		height: 90%;
	}
	
	.vertical img {
		width: 450px;
		height: 600px;   
}

	.juveniles h3{
		font-size: 34px;
	}
	
	.juveniles p{
    	font-size: 22px;
	}
	.tex h3{
	font-size: 13px;
	font-family:  'Oswald',sans-serif;
}

.tex p{
	font-size: 11px;
	font-family:  'Oswald',sans-serif;
}
}
	

