@CHARSET "UTF-8";

/*LIBROS*/
.header-libros {
	font-family: "RalewayHeavy";
	font-size: 2.8em;	
	color: #245061;
	text-align: center;
	background-image:url('../../images/libros/header-libros.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #7AC0CC;
	background-size: cover;
}
.page {
	font-family: "RalewayRegular";
	text-align: center;
	color: #575757;
	font-size: 1.1em;
} 
.page-footer .btn-libro {
	font-family: "RalewayHeavy";
	font-size: 1.5em;	
	color: white;
	text-align: center;
	height: 150px;
	padding-top: 25px;
}
.page-footer .btn-libro:hover {
	cursor: pointer;
	color: #656565;
}
.page-footer .btn-libro:nth-child(1){ background-color: #7AC0CC; }
.page-footer .btn-libro:nth-child(2){ background-color: #245061; }
.page-footer .btn-libro:nth-child(3){ background-color: #EA7C9F; }
.page-footer .btn-libro:nth-child(4){ background-color: #F2CD1A; }
.page-footer .btn-libro:nth-child(5){ background-color: #c7c8ca; }
.page-footer .btn-libro:nth-child(6){ background-color: #7AC0CC; }
#carousel-libros{
	margin: 0 auto;
	text-align: center;
}
#carousel-libros .carousel-indicators{
	bottom: -12px;
}
#carousel-libros .carousel-indicators li{
	border: 1px solid #ea7c9f !important;
}
#carousel-libros .carousel-indicators .active{
	background-color: #ea7c9f !important;
}
.contenedor-libros{
	width: 90%;
	margin: 0 auto;
	height: 450px !important;
	padding-top: 40px;
}
.contenedor-libros p {
	color: #245061;
	font-family: 'RalewayRegular';
	font-size: 1.0em;
	text-align: justify;
	padding-right: 50px;
}
.contenedor-libros p:first-child {
	color: #7AC0CC;
	font-family: 'RalewayRegular';
	font-size: 2.8em;
	text-align: left;
}
.contenedor-libros hr {
    background-color: #7AC0CC;
    border-top: 0;
    height: 6px;
    padding: 0;
    margin: 10px 0 15px 10px;
    width: 40px;
}
.contenedor-libros img {
    padding-top: 50px;
    padding-left: 50px;
}
.contenedor-libros .btn-rosa{
	font-family: 'RalewayHeavy';
	color: white;
    background-color: #EA7C9F;
   	font-size: 1.1em;
   	padding-right: 20px;
    padding-left: 20px;
}
.libros-flecha-nav{
	color: #245061 !important;
}

@media (max-width: 768px) {
	
}
@media (min-width: 768px) {

}