/*------------------Index.php-------------------*/
.index_slider{margin-bottom: 60px;}

.index_infos{
    max-width: 980px;
    margin: 0 auto 100px;	
}

.infos_generic{display: flex; flex-wrap: wrap;}

.infos_box{
	max-width: 314px;
	width: 100%;
	border: 1px solid #D8D8D8;	
	border-top: 0;
	max-height: 345px;
}
.infos_box:nth-child(3n-1){margin: 0 auto;}

.infos_boxlink{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.infos_title{
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	padding: 27px 30px 36px;
	border-top: 8px solid darkgreen;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
}

.infos_subtitle{
    color: #6E7073;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding: 0 30px;
    display: flex;
    margin-bottom: 20px;
    height: 60px;
}

.infos_seemore{
    margin-left: 30px;
    background: #D41C1E;
    color: #fff;
    width: 100px;
    justify-content: center;
    height: 34px;
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
}

.infos_filler{min-height: 160px; display: flex;}
.index_infos img{
	width: 100%;
    min-height: 160px;
    margin: auto 0;
}

.infos_destaque{
	display: flex;
    border: 2px solid #ccc;
    border-left: 8px solid darkgreen;
}

.infos_dest_box, .infos_dest_boxlink{display: flex; width: 100%; height: 210px;}

.infos_dest_content{
    display: flex;
    flex-direction: column;
    max-width: 35%;
}

.infos_dest_content .infos_title{border-top: 0;}
.infos_dest_content .infos_seemore{margin-bottom: 40px;}
img.infos_dest_img{max-height: unset; height: 100%; width: auto;}



.index_sintomsline{
	display: flex; 
	justify-content: center; 
	color: #fff; 
	font-size: 18px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center;
	width: 100%; 
	background: #D41C1E;
}
.index_sintomsline span{font-weight: bold; margin-left: 5px;}


.index_world{
	display: flex; 
	width: 100%;
	margin-bottom: 50px;
}

.world_pt_situation{
	display: flex;
	flex-direction: column;
	width: 498px;
	border: 1px solid #d8d8d8;
    border-top: 8px solid #016537;
    margin-right: auto;
}

.world_titleandlink{display: flex; align-items: center;}
.world_titleandlink .infos_seemore{margin: 0 auto;}

.world_title{
	font-size: 22px;
    line-height: 24px;
    margin: 30px 40px;
    font-weight: bold;
    width: 182px;
}
.world_last_infos .infos_seemore{margin-left: 40px; margin-top: 0;}

.world_iframe{overflow: hidden;}
.world_iframe iframe{width: 100%;}

.world_last_infos{
	width: 430px;
    display: flex;
    flex-direction: column;
}

.world_report{
	background: #EDEDED;
    display: flex;
    flex-direction: row;
    width: calc(100% - 46px);
    height: 82px;
    padding: 0 23px;
    margin-bottom: 17px;
    justify-content: center;
}

.world_report>img{
	height: 16px;
    width: 9px;
    min-height: 0px;
}

.world_report_title{
	color: rgba(0, 0, 0, 0.85);
    font-size: 22px;
    font-weight: bold;
    line-height: 21px;
    margin: auto 0;
    margin-right: auto;
}

.world_report_date{
    line-height: 21px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
}

.world_videos{
	display: flex;
    flex-direction: column;
    margin-bottom: 27.5px;
}

.world_video_iframe{
    display: flex;
    height: 230px;
    width: 100%;
    margin-bottom: 12.5px;
}
.world_video_iframe iframe{height: 100%;}

.world_video_link{
	border: solid 1px #6e7073;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 129px;
    font-size: 14px;
    margin-left: auto;
}

.world_spans{display: flex;}

.world_dark{
    display: inline;
    width: 151px;
    margin-right: auto;
    flex-flow: column;
    padding: 20px;
    background: #016537;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.world_light{
	display: inline;
    padding: 20px 15px;
    width: 201px;
    font-size: 16px;
    font-weight: 300;
    background: #009934;
    color: #fff;
}

.world_light p, .world_dark p{
	font-weight: 300;
    margin: 0;
    line-height: unset;
}

.world_bolder{font-weight: 500;}

.index_news{
	display: flex;
	flex-direction: column;
	margin-bottom: 39.5px;
}

.news_maintitle{
	font-size: 22px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    margin: 0 0 25px;
    font-weight: 500;
}

.news_item_zone{display: flex; width: 100%;}

.news_item{
	display: flex;
    flex-direction: column;
    padding: 35px 15.5px 30px;
    border: solid 1px #d8d8d8;
    border-top: solid 8px #016537;
    
    width: 100%;
    margin-right: 12px;
}
.news_item:last-child{margin-right: 0;}

.news_link{display: flex; flex-direction: column;}

.news_date{
	font-size: 16px;
    color: #6e7073;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 18px;
}

.news_title{
	font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin: 0 0 33.5px;
    font-weight: bold;
}

.news_readmore{
	border: solid 1px #6e7073;
    height: 33px;
    width: 99px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
}

.index_questions{display: flex; margin-bottom: 40px;}

.questions_box{width: 314px; background: #EDEEF2;}
.questions_box:nth-child(3n-1){margin: 0 auto;}

.questions_boxlink{display: flex; flex-direction: column;}

.questions_title{
	background: #016537;
	color: #fff;
	height: 78px;
	margin: 0;
	font-size: 18px;
	line-height: 78px;
	text-align: center;
	font-weight: bold;
}

.questions_content{
	padding: 38px 40px 10px;
	font-size: 14px;
	line-height: 17px;
	color: #6E7073;
	letter-spacing: normal;
}

.questions_readmore{
	margin-left: 40px;
    background: #D41C1E;
    display: flex;
    width: 100px;
    color: #fff;
    height: 34px;
    justify-content: center;
    line-height: 34px;
    font-size: 14px;
    margin-bottom: 35px;
}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
	.infos_generic{
		max-width: calc(100% - 60px);
		margin: 40px auto 50px;
	}
	
	.infos_box{max-width: 100%; margin: 0 auto 30px;}
	.infos_box:nth-child(3n-1){margin: 0 0 40px;}
	.infos_box:nth-child(2n-1){margin-right: auto;}
	
	.infos_title{
		font-size: 20px;
	    padding: 19px 15px 10px;
	    line-height: normal;   
	}
	
	.infos_subtitle{
		height: unset;
	    color: #4f4f4f;
	    font-size: 14px;
	    padding: 0 15px;
	}
	
	.infos_generic img{
		height: auto;
		width: 100%;
		min-height: unset;
		min-width: unset;
	}
	
	.infos_seemore{margin-left: 15px; margin-top: 20px;}
	
	.index_infos{margin-bottom: 87px;}
	
	
	.index_world{
		flex-direction: column;
		max-width: calc(100% - 40px);
		margin: 0 auto 30px;
	}
	
	.world_pt_situation, .world_last_infos{width: 100%;}
	
	.world_title{
		margin: 20px;
		width: calc(100% - 40px);
	}
	
	.world_report{margin-bottom: 47px;}
	
	.world_videos{margin-bottom: 30px;}
	
	.world_video_iframe{height: 175px}
	
	.world_spans{flex-direction: column;}
	
	.world_dark{width: calc(100% - 40px); margin-bottom: 6px;}
	.world_light{width: calc(100% - 30px);}
	
	.index_news{max-width: calc(100% - 40px); margin: 0 auto 60px;}
	
	.news_item_zone{flex-direction: column;}
	
	.news_item{margin: 0 0 20px; max-width: calc(100% - 30px);}
	.news_item_last{margin-bottom: 0;}
	
	.news_link{width: 100%;}
	
	.index_questions{max-width: calc(100% - 40px); margin: 0 auto 30px; flex-direction: column;}
	
	.questions_box{width: 100%; margin: 0 auto 20px !important;}
	
	.questions_content p{font-size: 16px;}
	
	.world_last_infos .infos_seemore{margin-left: 20px; margin-bottom: 30px;}
	
	.world_titleandlink .infos_seemore{
		margin-right: 20px;
	    padding: 5px 10px;
	}
}