﻿/* ESTILOS GENERALES */
@font-face {
	font-family: 'arcena';
	src: local("?"),  url("../fonts/ARCENA.ttf") format("truetype");	
	font-weight: normal;
	font-style: normal;
}
body{
    background-image: url("../img/fondo-desvan.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:100%;
	min-height:100vh;
	font-size:18px;
	width:100%;
	text-align: center;
	font-family:'arcena';
}

.row{
	margin-left:0px !important;
	margin-right:0px !important;
}

.titulo{
	min-height:15vh;
}

.titulo img{
}

.titulo img{
	max-width:40%;
	margin-top:30px;
}

.desvan{
    background-image: url("../img/fondo-catalogo.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:100%;
	min-height:70vh;
}

.catalogo{
    background-image: url("../img/background.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:100%;
	min-height:70vh;
}

.novedades{
	color:white;
}

@media (max-width:670px){
	.titulo img{
		max-width:100%;margin-top:40px;
	}
}

.novedades{
	margin-top:60px;
	padding-right:10px;
	padding-left:10px;
	text-align:left;
}

@media (max-width:670px){
	.novedades{
		margin-top:50px;
	}
}

.novedades p{
	font-family:'arcena';
	font-size:30px;
	margin:0px;
	padding:10px;
}

.libros{
	margin-top:25px;
	display:flex;
	justify-content: space-between;
}

.portadas img{
	max-width:90%;
}

@media (max-width:670px){.portadas img{max-width:70%;}}

.datos-libro{
	font-family:'arcena';
	padding:10px 0 10px 0;
	margin-top:25px;
	margin-bottom:25px;
}

.datos-libro h3{
	text-transform:uppercase;
	color:white;
	font-size:20px;
	padding:0px;
	margin:5px;
	font-family: 'Uppercase';
}

.datos-libro span{
	font-size:18px;	
}

.nieva img{
	max-width:150px;
	margin:10px;
}

.nieva{
    background-image: url("../img/fondo-papel.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:100%;
	width:100%;
	min-height:15vh;
}

.novedades a{
	color:white;
}