hr {
	height: 4px;
	border-radius: 2px;
	background-color: #0f4c91;
	max-width: 100%;
	width: 327px;
	margin: 0;
}

.titulo_h6 {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #4a4a4a;
}

.blue-fole {
	border-radius: 17px;
	background-color: #0f4c91;
	font-weight: 500;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.open-acord {
	background: #f0f0f0 linear-gradient(to left, #ffffff, #f0f0f0);
	height: 335px;
	margin: 50px -45px;
	color: #4a4a4a;
}
.padding_images{
    height:78px;
    width:70px;
}

.choose {
	margin-top: 30px;
	z-index: 10;
}

@media screen and (max-width:499px) {
	.open-acord {
		padding: 30px 30px 30px;
	}
}

@media screen and (min-width:500px) {
	.open-acord {
		padding: 50px 80px 60px;
	}
}

@media screen and (max-width:991px) {
	.rotate {
		display: inline-block;
	}
	.rotate .titulo_h5 {
		font-size: 20px;
		color: #ffffff;
		text-transform: uppercase;
	}
	.open-acord {
		margin: 0 25px;
	}
	.padding_images {
		padding: 15px;
	}
}

@media screen and (min-width:992px) {
	.blue-fole {
		max-width: 100px;
		height: 380px;
		flex-direction: column;
	}
	.rotate {
		position: absolute;
		top: 61%;
		left: 45%;
		-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	}
	.rotate .titulo_h5 {
		white-space: nowrap;
		font-size: 30px;
		color: #ffffff;
		text-transform: uppercase;
	}
	.col-md-2 {
		width: 11.2%;
	}
	.padding_images {
		padding: 25px 15px 15px;
	}
}