#scan-service{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: var(--blue-dark);
    padding: 20px 40px;
    border-radius: 5px;
}

#scan-service:hover{
    background-color: var(--red-dark);

}

#scan-service svg{
    margin-left: 2%;
}

.img-single {
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
}
.titulo-single {
	color: var(--red-dark);
	font-size: 50px;
}

.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);
}
.card {
	border: none;
}

.card-title{
	color: var(--red-dark);
    font-weight: 700;
    font-size: 20px;
}
.img-thumb {
	width: 100%;
	height: 270px;
	border-radius: 10%;
	display: inline-block;
	overflow: hidden;
}
.thumb {
	height: 350px;
	transition: transform .2s;
	object-fit: cover;
}
.thumb:hover {
	transform: scale(1.06);

}

#noticias p {
    font-size: 20px;
    color: var(--blue-dark);
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

#noticias a{
	color: var(--blue-dark);
	margin-bottom: 0px;
	font-weight: 700;
	text-transform: capitalize;
} 

#imgGaleria{
	max-width: 220px;
	width: 100%;
}

.image-titulo {
	width: 50px;
}


#titulo-texto1 {
	font-size: 35px;
	font-weight: 400;
	color: var(--orange);
}

#titulo-texto2 {
	font-size: 3rem;
	font-weight: 700;
	color: #6D0D0E;
}


/*.thumb:hover {
    transform: scale(1.06);

}*/
@media screen and (max-width: 768px) {
	.sidebar-exames-e-servicos {
		order: 2;
	}

	.titulo-single {
		color: var(--red-dark);
		font-size: 40px;
	}

	.img-single {
		height: 250px;

	}
}

@media screen and (max-width: 425px) {
	.conteudo {
		margin-top: 3rem !important;
	}
	.sidebar-categoria{
		margin-top: 30px;
		order: 2;
	}
	.content-category{
		justify-content: center;
	}
}