.slider{
	max-height: 500px !important;
}

.slider .indicators{
	z-index:999;
	bottom:15px !important;
}

.slider .indicators li{
	background:#9B9B9B;
}

.slider .indicators .indicator-item{
	opacity:.6;
}

.slider .indicators .indicator-item.active{
	background:#FFF !important;
	opacity:1;
}

.slides li{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.slides li .img{
	opacity: 1;
	background-image:url("../images/fondo.png");
	background-repeat: no-repeat;
    background-size: 100% 101%;
    background-position: center center;
	width: 100%;
	/*max-width: 1200px;*/
	margin: auto;
	height: 500px;
}
.slider .slides li .caption{
	left: 16.5% !important;
	top:0px;
	padding-top:65px;
}
.slider li .caption h3{
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	color: white;
	font-size: 45px;
	margin-top: 35px;
	margin-bottom:10px;
	height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.slider li .caption p{
	font-size:25px;
}

.slider li .caption .autor{
	font-family: 'Roboto Slab', sans-serif;
	font-size:18pt;
}

.slider li .caption div.inf_adic{
	height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    margin-bottom:40px;
    font-family: 'Roboto Slab', sans-serif;

}

.slider li .caption div.inf_adic p{
	color:#fff;
}

.slides li .caption{
	z-index: 999;
}

.slides li .addthis_sharing_toolbox{
	position:absolute;
	bottom:10px;
	right:50px;
	color:#D72130 !important;
}


.addthis_sharing_toolbox .at-share-btn-elements a{
	background-color:#FFF !important;
	border-radius: 50% !important;
	padding:5px;
	margin-top:10px;
	margin-right:10px !important;
}

.addthis_sharing_toolbox .at-share-btn-elements a span{
	width:25px !important;
	height:25px !important;
}

.addthis_sharing_toolbox .at-share-btn-elements a svg{
	fill:#D72130 !important;
	width:25px !important;
	height:25px !important;
}

.slides li .author{
	margin-top: -30px;
	margin-left: 124px;
	position: relative;
	z-index: 999;
	background-color: rgba(0,0,0,.6);
	color: #D71F30;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	padding: 5px;
	padding-left: 55px;
}
.slides li .author br{
	display: none;
}
.slides li .author:after{
	position: absolute;
	content: '';
	background-color: rgba(0,0,0,.6);
	right: -100%;
	width: 100%;
	top: 0px;
	bottom: 0px;
}
.controls{
	position: absolute;
	bottom: 0px;
	height: 62px;
	display: flex;
	flex-direction: row;
	z-index: 99;
	left: 16.3% !important
}

.controls div{
	height: 62px;
	width: 62px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.controls div i{
	color: white;
	font-size: 20px;
}
.controls div.pre{
	background-color: rgba(65,65,65,.8);
}
.controls div.next{
	background-color: #333333;
}
.slider .col.s12{
	padding: 0px;
	margin-left: -5px;
}

.slides a.permalink{
	background-color:white;
	color:#D72130 !important;
	font-size:18px;
	padding:10px 40px;
	border-radius: 33px;
}
.slider .slides{
	height:750px;
}

.slider .indicators .indicator-item{
	width:10px;
	height:10px;
}
@media screen and (max-width: 1024px){
	.slider li .caption h3{
		font-size:38px;
	}

}
@media screen and (max-width: 600px){
	.slider .indicators .indicator-item{
		width:6px;
		height:6px;
	}
	.slides li .author{
		margin-top: -62px;
		height: 62px;
		padding-left: 25px;
		line-height: 17px;
	}
	.slides li .author br{
		display: block;
	}
	.slider li .caption h3{
		margin-top: 0px;
	}
	.controls{
		left: 0px !important;
	}
	.slider li .caption h3{
		font-size: 20px;
		font-weight: 700;
		margin-bottom:10px;
		height:88px;
		overflow:hidden;
		display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	}

	.slider, .slider .slides{
		height:300px !important;
	}

	.slides li .img{
		height:300px;
	}
	.slider .slides li .caption{
		padding-top:100px;
	}
	.slides a.permalink{
		font-size:13px;
	}
}
.slider .slides li.active .caption{
	opacity: 1 !important;
	transform: none !important;
}