.layout-cabecalho {
  height: 70px;
  line-height: 60px;
  border-bottom: 0.5px solid #b8b6b6;
  
  background-image: url(../imagens/branco2.png);  
  background-color: hsl(0, 60%, 3%);  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}

.layout-cabecalho--home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}

.layout-redes {
  padding: 80px 0;
  background-image: url(../imagens/fundo-redes.png);
  background-size: cover;
  background-color: #c0bcbc;
}

.layout-chamada {
  padding: 80px 0;
  
  background-image: url(../imagens/fundo.png);
  background-color: hsl(0, 60%, 3%);  
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;    
}

.layout-depoimento {
  padding: 80px 0;
  background-color: #0e0d0d;
}

.layout-rodape {
  padding: 10px 0;

  background-color: #011841;

  color: #fff;
  text-align: center;
}

@media(max-width: 749px) {
  .layout-redes .row > div:not(.ultima-coluna) {
    margin-bottom: 40px;
  }
}

.layout-assinatura {
  padding: 40px 0;
}

.meulink {
	font-size: 12pt;
    font-weight: bold;
    font-family: 'Titillium Web', Sans-serif, Arial;
    letter-spacing: .01em;
    list-style-type: none;
    text-transform: uppercase;
	  text-decoration: none;
    color: #e9ecf0;   
    text-decoration: none !important; 
}

.meulink:hover
{ background-color: #f1f1f1; 

transition: 0.6s;

opacity: 0.9;

}