#atendimento .card{
	border:0;
	background-color: #fff;
}

#atendimento .card-body{
	padding: 5px;
}

footer .menu a {
 color:#8c8a8a;
}

#atendimento h5{
	color: #272e7c;
}

#atendimento .link-com-seta {
	font-weight: bold;
	font-size: 1.25rem;
	height: 5rem !important;
	min-height: 5rem !important;
	margin-top: 0.25rem;
	padding-top: 0.5rem;
}

#atendimento .conteudo {
	padding-right: 2rem;
	height: 4rem;
}

#atendimento .conteudo a {
	margin-bottom: inherit !important;
	align-items: center !important;
}

#atendimento > div:not(:last-child) {
    border-bottom: 1px solid gray;
}

#atendimento .area-telefone {
	position: relative;
	padding-left: 1rem;
	padding-right: 6rem;
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
	min-height: 6rem;
}


#atendimento .titulo {
	color: var(--metro-blue);
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

#atendimento .telefone {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.25rem;
}

#atendimento .descricao {
    font-size: 0.85rem;
}

#atendimento .area-telefone a {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	float: right;
	display: block;
	width: 5rem;
	height: 5rem;
}

#atendimento img {
	width: 100%;
	height: 100%;
}

