/*style jul site responsive*/

@media (max-width: 991px) {
	/*documentos*/
	.docContNew {
    	height: 260px;
	}
	.datContNew {
    	height: 400px;
	}
	.notContNew{
		height: 310px;
	}
}
@media (max-width: 768px) {
	section.sec_two .noti{
		padding:0;
	}
	section.sec_two .noti img{
		width:100%;
	}
	section.newCont .bordePadd{
		padding:5% 20px;
	}
	section.sec_three .not-three-1{
		margin:0 0 25px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ededed;
	}
	section.sec_three .not-three-2{
		margin:0 0 25px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ededed;
	}
	footer .contFoot{
		padding:5% 20px;
	}
	
	section.sec_one .not-2 .imgNoti_one, 
	section.sec_one .not-3 .imgNoti_one{
		height: 200px;
	}
	section.sec_two .noti .imgNoti-two{
		height: 200px;
	}
	
	/*internass*/
	.intCont-top .intImg-top{
		width:100%;
		display: inline-block;
	}
	.intCont-top .intTxt-top{
		width:100%;
		display: inline-block;
		padding: 0;
	}
	.datContNew{
		text-align: center;
		padding: 0;
	}
	.datContNew h3::before{
		left: 47%;
	}
	.datContNew .imgCircleNew{
		margin: 0 auto 20px auto;
	}
	
	/*noticias*/
	.notContNew .imgNotiSit{
		height: 200px;
	}
	
	/*documentos*/
	.docContNew {
    	height: auto;
	}
	.datContNew {
		height: auto;
	}
	.notContNew{
		height: auto;
	}
}
@media (max-width: 600px) {
	section.slide .swiper-button-next,
	section.slide .swiper-button-prev{
		display:none;
	}
	section.slide .bgImg{
		height: 400px;
	}
}
@media (max-width: 480px) {
	section.sec_three .not-three-1 .imgNoti-three{
		width: 100%;
		margin: 0 0 15px 0;
	}
	section.sec_three .not-three-1 .datNoti-three{
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 320px) {
}

