body {
  padding-top: 56px;
}

a {
  color: #00B7FF;
}

a:hover {  
  text-decoration: none;
}

.logo {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-gray {
  color: #7d7979;
}

.card-propaganda {
  margin-bottom: 1.5rem!important;
}

.btn-orange {
  background-color: #f89c35;
  color: #fff;
}

.fa-whatsapp, .fa-facebook-square, .fa-twitter, .fa-instagram {
  font-size: 40px;
  padding: 15px;
  margin: 15px -2px 15px -2px;
}

.fa-whatsapp {
  color: #25d366;
}

.fa-facebook-square {  
  color: #3c5a99;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-instagram {
  background:-moz-linear-gradient(#405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fCaf45, #ffdc80); 
  background: -webkit-linear-gradient(#405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fCaf45, #ffdc80); 
  background: linear-gradient(#405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fCaf45, #ffdc80);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color:transparent;  
}

.img-propaganda, .img-noticia-home {
  height: 165px;
}

.img-noticia {
  width: 730px;
}

#contact .form #sendmessage, #contact .form #errormessage {
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #fff;
}

#contact .form #sendmessage {
  background-color: #f89c35;
  border: 1px solid #f89c35;
}

#contact .form #errormessage {
  background-color: #dc3545;
  border: 1px solid #dc3545;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}