.banner-contact {
    background-image: url('../images/bg/contact.jpg');
}

.callback {
	font-size: 4em;
	color: black;
}

.text-center {
	text-align: center !important
}

.gdlr-widget-title {
	text-align: center !important
}

.sairmao-marrom {
	color: #946d42;
}

.sairmao-marrom-bg {
	background-color: #9f8c4f !important;
}

p {
	font-size: 1.2em;
}

.error {
	color: red;
}


.msp-cn-1-1 {
	color: #946d42;
}

.msp-cn-1-2 {
	color: white;
}

.msp-preset-btn-159 {
	border-color: white;
	color: white;
}

hr.sairmao {
	border-top: 3px solid #946d42;
	width: 40%;
	margin: 20px auto;
}

.footer-wrapper {
	background-color: #ece8e1;
	color: black;
}

.footer-wrapper .gdlr-widget-title {
	color: black;
}

.portfolio-thumbnail .portfolio-overlay {
	/* background: linear-gradient(rgba(150, 110, 65, 0.77), rgba(243, 129, 66, 0.77)) */
	background: rgba(150, 110, 65, .7);
}
.copyright-wrapper {
	background-color: rgb(159, 140, 79);
	color: white;
}

.gdlr-blog-thumbnail {
	background: none;
}

.blog-item-wrapper img {
	margin: 0 20px;
}

.certificacoes .column-service-image {
	text-align: center;
}

.rounded-button {
  background-color: rgb(159, 140, 79);
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 4px;
  border-radius: 12px;
  color: white !important;
  min-width: 150px;
}

div.desktop,
div.mobile {
	text-align: center;
}

@media (max-width: 1023px) {
	div.desktop {
		display: none;
	}	
}

@media (min-width: 1024px) {
	div.mobile {
		display: none;
	}	
}
