
.slick-dots{
	display: none !important;
}
/* .slick-prev{
	display: none !important;
}
.slick-next{
	display: none !important;
} */
.slick-prev i,
.slick-next i {
  	color: #19325b;
  	font-size: 25px;
}
.slick-prev:before,
.slick-next:before {
  	content: '';
}

.slick-prev,
.slick-next {
	width: 40px;
  	height: 40px;
}

.contenedor {
	max-width: 1366px;
	margin: 0 80px;
	text-align: center;
}

.sliderPrincipal{
	width: 60%;
	max-height: 350;
	display: inline-block;
	vertical-align: top;
}

.sliderPrincipal img{
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 290px;
	background-color: #ffff;
	
}
.infoSliderPrincipal{
    width: 100%;
    height: 60px;
    bottom: 4px;
    background: #19325b;
}
.infoSliderPrincipal .div2{
	text-align: left;
	padding: 0.3em 2em;
    height: 100%;
    color: white;
}
.fecha{
	display: block;
	height: 25%;
	font-size: 10px;
	font-style: italic;
}
.info1{
	display: block;
	height: 75%;
	font-size: 14px;
	overflow: hidden;
}
.sliderSegundario{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 4%;
}
.sliderSegundario img{
	width: 35%;
	height: 107px;
	display: inline-block;
	vertical-align: top;
	object-fit: contain;
	object-position: center;
	background: white;
}
.sliderSegundario .slick-list{
	height: 350px !important;
}
.text{
	width: 62%;
	height: 107px;
	display: inline-block;
	vertical-align: top;
}
.text .div1{
	padding: 15px 0px 15px 12px;
    height: 100%;
    font-size: 13px;
    color: grey;
}
.div1 div{
	height: 100%;
	overflow: hidden;
}
.slick-current{
	background: #80808026;
}
.slick-current .text .div1{
	color: #0f559c;
}
.slick-slide a{
	color: gray;
	text-decoration: none;
	pointer-events: none;
  	cursor: default;
}
.slick-current a{
	color: #0f559c;
	text-decoration: none;
	pointer-events: all;
	cursor: pointer;
}
.historico{
	margin-top: 30px;
}
.historico a{
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #0f559c;
	
}
@media (max-width : 800px){
	.sliderSegundario{
		display: none;
	}
	.sliderPrincipal{
		width: 100%;
	}
}