.gd {
	width: 100%;
}
.featured-content-wrapper {
	padding: 30px;
}
@media (min-width: 768px) {
	.gd {
		display: none;
	}
}
.categorias li {
	padding: 5px;
}
.categorias > a {
	color: #d12377;
	transition: ease-out 1s;
}
.categorias > a:hover {
	color: #bc1e6a;
}
.noticia {
	margin-bottom: 30px;
}
.noticia-head {
	text-transform: uppercase;
}
.noticia-contexto {
	text-align: justify;
}
.email a {
	color: #fff
}
.header-top {
	background: #d12377;
}
.joao {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.padding-40 {
	padding: 40px;
}
.padding-20 h3 {
	padding-top:10px;
}
.single-page-title::before {
	background: rgba(209, 35, 119, 0.7);
}
.single-page-title h2 {
    font-weight: 400;   
}
.navbar-default .navbar-toggle {
	z-index: 999;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.fa-whatsapp {
	color: lightgreen;
}

.orcamentosec {
    background: #25D366;
}
.orcamento {
    color: #f7f7f7 !important;
}

.btn-wpp-piscante {
  transition: ease 0.4s;
  animation: piscar 0.75s infinite;
  border-radius: 30px;
  border: 3px solid #25D366;
  line-height: 20px;
  font-size: 20px;
}
.btn-wpp-piscante i {
	font-size: 125%;
}
@keyframes piscar {
  0%,50%  {
    background: transparent;
    color: #25D366 !important;
  }
  51%,100%  {
    color: #555 !important;
    background: #25D366;
  }
}