body{
	font-family: "RobotoDraft";
}

footer.bg-dark{
	background-color: #111 !important;

}
footer p{
	color: #757474 !important;
}

.social-span{
	margin:0 15px;
}

.menu{
	padding: 20px 10px;
	border-bottom: 1px solid rgba(17,17,17,0.15);
}

.logo-l{
	position: absolute;
	z-index: 9999;
	bottom: 35px;
	left: calc( 50% - 210px);
	width: 360px;
}
.logo{
	position: relative;

}

.titulo-slider{
	margin-bottom: 0;
}
.subtitulo-slider{
	margin-bottom: 0;
}

.fichas-main{
	/*background-color: #CFCFCF;*/
}
.ficha{
	background-color: #dfdfdf;
	position: relative;
	margin-bottom: 20px;

}
.ficha img{
	overflow: hidden;
	transition: all .2s ease-in-out;
	position:relative;
}

.ficha:hover img{
	transform: scale(1.1);
}


.content-text{
	padding: 5px 2px 5px 15px;
	font-size:12px;
}

.tit-1, .tit-2, .tit-3{
	margin: 0;
}
.tit-2{
	font-weight: bold;
	margin-top:-3px;
}
.tit-3{
	margin-top:-3px;
}

.titulo-principal{
	font-weight: 300;
	font-size: 27px;
	color: #696969;
}

.test{
	min-width: 150px;
}


.navbar-light .navbar-nav .nav-link{
	color:black;
	font-size: 14px;
	font-weight: 400;
}

.banner-text {
	padding: 10px 25px;
	background: rgba(17,17,17,0.3);
	text-transform: uppercase;
	color: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	transition: all .2s ease-in-out;

}

.ficha:hover .banner-text{
	transform: scale(1.1);
	bottom: -10px;
}

.icon-mouse{
	position: absolute;
	bottom: -20px;
	font-size: 40px;
	left: calc(50% - 20px);
	color: white;
}

.carousel-indicators {
	bottom: 15px;
}

.martop91{
	margin-top: 91px;
}
.martop150{
	margin-top: 150px;
}
.marbot90{
	margin-bottom: 90px;
}
.marbot150{
	margin-bottom: 150px;
}


.fixed-top {
	z-index: 99999;
}


/*BOOKS*/

.book{
	margin: 50px auto;
}

.book-title{
	font-weight: 300;
	text-transform: uppercase;
}
.book-pages{
	margin-bottom: 0;
	color: #5f5f5f;
}
.book-editorial{
	margin-bottom: 0;
	color: #5f5f5f;
}
.book-year{
	margin-bottom: 0;
	color: #5f5f5f;
}
.book-sinopsis{
	margin-top: 20px;
}

.book-images .bx-wrapper{
	margin: 0 auto;
}

.buy-link img{
	margin-top: -4px;
}
.buy-link span{
	color: #7c7c7c;
	font-size: 18px;
}

.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*BOOKS*/

/*MERCHANDISING*/

.merchandising img {
	max-width: 250px;
}
.merchandising{
	margin: 50px auto;
}

.merchandising-title{
	font-weight: 300;
	text-transform: uppercase;
}
.merchandising-sinopsis{
	margin-top: 20px;
}


.merchandising-images .bx-wrapper{
	margin: 0 auto;
}

/*MERCHANDISING*/

.fix-height{
	min-height: calc( 88vh - 261px);
}

/*PARTNERS*/


.partners-images a img {
	display: inline;
	margin: 5px;
	opacity: 0.9;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.partners-images a img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.1);

}
/*PARTNERS*/


/*BIOGRAPHY*/

.biography img.floated {
	float: right;
	margin: 19px;
	margin: 0 0 19px 19px;
}

.biography img.floated:nth-child(even){
	float: left;
	margin: 0px 19px 0 0;
}

.biography p{
	margin-bottom: 30px;
}

.title-vaz{
	margin-top: 40px;
	font-size: 32px;
	text-align: center;
	font-weight: 200;
}

.book_links_a {
	float: left;
	margin-right: 10px;
}



/*BIOGRAPHY*/




/*RESPONSIVE*/

@media(min-width: 1600px){
	.navbar-brand{
		margin-left: 180px;
		margin-right: -180px;
	}
}

@media (min-width:990px)  {

	.navbar-nav:nth-child(1) {
		float:none;
		margin:0 auto;
		display: block;
		text-align: center;
	}

	.navbar-nav > li {
		display: inline-block;
		float:none;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.logo-animated{
		margin-right:70px;
	}
	
}

@media (max-width: 990px ) {
	.carousel{
		margin-top:81px;
	}
	.carousel-item {
		height: auto;
	}
}

@media (max-width: 575px ) {

	.ficha,.banner-text{
		background: none;
		text-align: center;
	}


}
