b {
	font-weight: 700;
}

/* title */
.titulo-sub-menu h2 {
	margin-bottom: 8px;
}

.titulo-sub-menu h3 {
	font-size: 18px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.titulo-sub-menu h3 {
		font-size: 26px;
	}
}

.botao.small {
	font-size: 13px;
	padding: 10px 24px;
	text-transform: uppercase;
}

/* search */
.block-search label {
	margin-bottom: 60px;
	max-width: 580px;
	position: relative;
	width: 100%;
}

.block-search input[type="text"] {
	background-color: #e3e3e3;
	height: 51px;
	width: 100%;
}

.block-search input[type="image"] {
	position: absolute;
	right: 0;
	top: 0;
}

/* acordion */
.sanfona p ~ h3 {
	margin-top: 50px;
}

.sanfona dt {
	position: relative;
}

.sanfona .number {
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/**/

.textbox.anais h4 ~ h5 {
	margin-top: 60px;
}

.textbox.anais h4 {
	font-weight: 300;
}

.textbox.anais h5 {
	font-size: 20px;
	font-weight: normal;
}