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

}

#noticias p {
    font-size: 16px;
    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;
    
} 

.search {
    width: 650px;
}

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

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


}

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

}



/*
███╗   ███╗ █████╗ ██╗  ██╗     ██╗██████╗  ██████╗  ██████╗ ██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ███║╚════██╗██╔════╝ ██╔═████╗██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██║ █████╔╝███████╗ ██║██╔██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ██║ ╚═══██╗██╔═══██╗████╔╝██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     ██║██████╔╝╚██████╔╝╚██████╔╝██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚═╝╚═════╝  ╚═════╝  ╚═════╝ ╚═╝     ╚═╝  ╚═╝                                                                             
*/

@media screen and (max-width: 1370px) {
	.img-thumb{
		height: 220px;
	}

	.thumb{
		height: 220px;
		object-fit: cover;
	}

	.card-title{
		font-size: 20px;
	}

	.search {
		width: 650px;
	}
}
@media screen and (max-width: 768px) {
	.input-search {
		order: 0;
	}
	.sidebar-categoria-e-search{
		order: 3;
	}
}

@media screen and (max-width: 425px) {
	.quem-somos {
		margin-top: 5rem !important;
	}
	.conteudo {
		margin-top: 0rem !important;
	}

	.input-search{
		order: 1;
	}


	.content-category{
		justify-content: center;
		order: 2;
	}
	.sidebar-categoria{
		margin-top: 30px;
		order: 3;
	}

	.search {
		width: 340px;
	}

	.all-post{
		height: 15rem !important;
	}
}
@media screen and (max-width:  375px) {
	.search {
	    width: 290px;
	}
}