.ramais-title {
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 32pt;
	line-height: 0.8;
}

.ramais-title-bold { font-weight: 500; }

.ramais-title a {
	color: #282C31;
	text-decoration: none;
}

.ramais-title a:hover { color: #282C31; }

.input-group-prepend {
	background-color: transparent !important;
	border-right: 0 !important;
}

.input-group-text {
	height: 44px;
	background-color: transparent !important;
}

#buscar {
	height: 44px;
	border-left: 0 !important;
}

#buscar:focus {
	border-color:#ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btnActive {
	width: 170px;
	font-weight: 400;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background-color: #58585a;
	color: #fff;
	border-radius: 0;
}

.btnActive:hover {
	cursor: pointer;
	color: #fff;
}

.btnRamais {
	width: 170px;
	font-weight: 400;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #58585a;
	border-radius: 0;
	border-color: #58585a;
}

@media (max-width: 991px) {
	.ramais-btns {
		justify-content: center !important;
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	#btnCascavel { margin-bottom: 15px; }
	.btnActive,
	.btnRamais { width: 100%; }
}