body  { 
	background-color: white;
}
.cor-verde {
	color: #8EDD65;
}

.cor-vermelho {
	color: #005A70;
}


img.logo-topo {
	height: 60px;
}

.logo {
	padding: 0px !important;
}

p.abaixo-logo {
	margin-top: 20px;
	text-align: left;
}


.botao-agua {
	background-color: #8EDD65 !important;
	color: white !important;
}

.botao-agua:hover {
	opacity: 0.4;
	transition: 0.5;
	color: white !important;
}

.botao-laser {
	background-color: #005A70 !important;
	color: white !important;
}

.botao-laser:hover {
	opacity: 0.4;
	transition: 0.5;
	color: white !important;
}

img.chapas-laser {
	display: block;
	margin: 0px auto;
	max-height: 258px;
	height: 100%;
}

img.chapas-agua {
	display: block;
	margin: 0px auto;
	max-height: 430px;
	height: 100%;
}

img.logo-mini {
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

.BlocoBlog {
	background: #fff;
	margin: 0 5px;
}

.ConteudoBlog {
    padding: 30px 15px 20px 15px;
    text-align: center;
}

.ConteudoBlog h5 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.ConteudoBlog p {
	margin-top: 10px;
    color: #777;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.BlocoBlog img { 
	display: block;
	height: 250px;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

.BlocoBlog a, a.Catalogo { 
	display: table;
	border-radius: 50px;
	padding: 5px 15px;
	background-color: #005A70;
	color: white;
	font-size: 16px;
	text-align: center;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
}

.BlocoBlog a, a.Catalogo { 
	background-color: #8EDD65;
}


.DataBlog { 
	font-size: 8px;
	text-align: center;
	color: #777;
}