.indexphp{
	display: flex;
	min-height: calc(100vh - 123px - 177px);
	flex-direction: column;
	margin-top: 40px;
}

.index_features_slider{
	display: flex;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.index_features{
	display: flex;
	flex-direction: column;
	margin-right: auto;
}

.features_box{
	max-width: 361px;
	width: calc(100% - 103px);
    display: flex;
    flex-direction: column;
    background: #016944;
    padding: 20px 50px;
    position: relative;
    min-height: calc(200px - 40px);
}
	.features_box:first-child {
		margin-bottom: 7px;
		min-height: calc(200px - 60px);
	}
.something-co {
	background: rgba(216,216,216,0.2);
}
.features_box:last-child {
	display: none;
}

.features_box:hover{background: #01331c;}
.something-co:hover {
	background: rgba(216,216,216,0.2);
}
.features_newpage{

   height: 20px

}
.ca_ob {
	display: flex;
	flex-direction: column;
}
	.ca_ob img {
		height: 48px;
	}
.co-title {
	font-size: 11px;
	margin: auto;
	font-weight: bold;
}
.co-number {
	font-size: 13px;
	margin: auto;
	margin-top:7px;
}
.features_des {
	color: #FAF638;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features_title {
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0;
}

.features_newpage{
	position: absolute;
    bottom: 20px;
    right: 20px;
}

.index_slider{
    display: flex;
    max-width: 796px;
    width: 100%;
}

.index_quickacess{
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
}

.quickacess_item{
    display: flex;
    flex-direction: column;
    padding: 40px 30px 60px;
    margin-right: auto;
    background: rgba(216,216,216,0.2);
    max-width: calc(380px - 60px);
    width: 100%;
}

.quickacess_titleIcon{
	display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 110px;
}

.quickacess_maintitle{
	margin: 0 auto 0 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 700;
}

.quickacess_titleIcon img{
	max-height: 110px;
    width: auto;
}

.quickacess_list{
	list-style: none;
    padding: 0;
    margin: 0;
}

.quickacess_list a{
	width: calc(100% - 40px);
    height: 60px;
    align-items: center;
    display: flex;
    border-bottom: 3px solid #016537;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
    padding: 0 20px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.quickacess_list a:hover{
	border-bottom: 3px solid transparent;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
    background: #D8D8D8;
    color: #016944;
    text-decoration: underline;
    
}

.quickacess_list a img{margin-left: auto;}
.quickacess_list a:hover img{display: none;}

.index_info {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
	width: 100%;
	padding: 60px 0 45px;
}

.info_item{
	display: flex;
    max-width: calc((100% / 3) - 80px);
    height: 96px;
    background: #016944;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    align-items: center;
    padding: 0 20px;
    margin-right: auto;
}
.info_item:last-child{margin: 0;}
.info_item img{margin-left: auto;}
.info_item:hover{background: #01331c;}
.uslss-info {
	font-size: 14px;
	max-width: 1160px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
	.index_slider{display: none;}	
	
	.indexphp{margin: 0;}
	
	.features_box:last-child{display: flex;}
	
	.index_quickacess{
		flex-direction: column;
		margin-top: 15px;
	}
	
	.quickacess_item{
		max-width: calc(100% - 40px);
		padding: 40px 20px 60px;
		margin-bottom: 15px;
	}
	
	.index_info{flex-direction: column;}
	
	.info_item{
		border-radius: 0;
	    margin-bottom: 10px;
	    font-weight: 700;
	    max-width: calc(100% - 40px);
	}
	
	.index_features_slider{
		width: 100vw;
	    height: 203px;
	    position: relative;
	    overflow: hidden;
	}
	
	.index_features{
		white-space: nowrap;
	    position: absolute;
	    top: 0;
	    flex-direction: row;
	    display: inline-flex;	    
	    transition: all 1s ease;
	    left: -100vw;
	    width: calc(100vw * 5);
	}
	
	.features_box{white-space: pre-wrap; max-width: calc(100vw - 100px);}
	
	.features_navigation{
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    display: flex;
	    height: 100%;
	}
	
	.features_arrow{
		height: 100%;
	    width: 20px;
	    display: flex;
	    z-index: 10;
	    align-items: center;
    	justify-content: center;
	}
	.features_arrow[data-nav="prev"]{margin-right: auto;}
	.features_arrow img{height: 18px; width: auto;}
	.casos_obitos {
		display: flex;
		margin: auto 0;
	}
	.ca_ob {
		width: 120px;
		text-align: center;
		margin: auto;
	}

	.features_newpage{

   		height: 20px

	}


}