/* Vinheta capa */
.col-box-vinheta-interna{
	color: #0069b7;
	font-size: 30px;
	font-family: 'Opensans Semi-Bolde';
	padding-top: 30px;
	padding-bottom: 45px;
}
.col-box-vinheta-interna:before{
	content: ' ';
	display: block;
	width: 60px;
	background-color: #F90;
}

.col-box-vinheta-interna small{
	font-size: 14px;
	color: #ff6b6b;
	font-family: 'Opensans Regular';
	font-weight: lighter;
}

.box-color-vinheta{
	width: 100%;
	float: left;
	min-height: 40px;
	margin-top: 30px;
	background-color: #e5e4e4;
}

/* Resolution 1440 */
@media only screen and (max-width : 1440px){
	.col-box-vinheta-interna{
		padding-bottom: 30px;
	}
}
/* Resolution 1024px */
@media only screen and (max-width : 1024px){
	.col-box-vinheta-interna{
		padding-bottom: 30px;
	}
}
/* Resolution 768px */
@media only screen and (max-width : 768px){
	.col-box-vinheta-interna{
		padding-bottom: 0px;
	}
}
/* Resolution 767px */
@media only screen and (max-width : 767px){
	.col-box-vinheta-interna{
		padding-bottom: 0px;
	}
	.col-box-vinheta-interna small{
		font-size: 12px;
	}
}
/* Resolution 480px */
@media only screen and (max-width : 480px){
}
/* Resolution 425px */
@media only screen and (max-width : 425px){
}
/* Resolution 375px */
@media only screen and (max-width : 375px){ 
}
/* Resolution 320px */
@media only screen and (max-width : 320px){
}