a {
	text-decoration: none;
}



.quem-somos {
	width: 100%;
	height: 160px;
	background-image: url(https://orthox.com.br/wp-content/themes/ortho-x/assets/img/fundo-header-contatos.png);
}

.title-contato {
	font-weight: 700;
	font-size: 50px;
	color: var(--orange);
}


.banner-exame img{
	width: 100%;
}

.conteudo-exames p{
	font-size: 16px;
}

.conteudo-exames .servico-card {
	background-color: var(--white);
	border: 1px solid #788FA1;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.25);
	padding: 0px;
	width: 350px;
	height: 325px;
	border-radius: 20px;
	text-decoration: none;
}

.conteudo-exames .servico-card:hover{
	background-color: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--white);
}

.conteudo-exames .servico-card .texto-card {
	font-weight: 700;
	display: contents;
	font-size: 18px;
}

.conteudo-exames .servico-card .texto-cardHover {
	color: var(--blue-dark);
	font-weight: 700;
	font-size: 18px;
}

.conteudo-exames .servico-card .texto-cardHover:hover {
	color: var(--white);
}

.conteudo-exames .servico-card:hover a{
	text-decoration: none;
	color: var(--white);
}

.conteudo-exames .servico-card:hover p{
	font-size: 16px;
}

.conteudo-exames .servico-card h1{
	font-size: 32px;
	font-weight: 700;
	/*padding: 50%;*/
	color: var(--red-dark);
}

.conteudo-exames .servico-card img{
	width: 100%;
	height: 210px;
	border-radius: 20px 20px 0px 0px;
}

.conteudo-exames .servico-card:hover img {
	display: none;
}

.conteudo-exames .servico-card:hover h1 {
	display: none;
}

.conteudo-exames .servico-card:hover .texto-card {
	display: none;
}