.cta button, .cta .button {
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.cta button, .cta .button {
  width: 200px;
  height: 40px;
  border: medium none;
  background-color: #ff0000;
  border-radius: 5px;
  box-shadow: 0px 5px #990000;
  position: relative;
}

.top-cta {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.top-cta-red {
  background-color: #ea0000;
  background-image: url(../../../images/layout/fundo/buttons-bg.png);
  color: #ffffff;
}

.top-cta-white {
  border-style: dashed;
  border-width: 2px;
  border-color: #ff0000;
  background-color: rgba(255,255,255,0.6);
}

.top-cta .top-cta-headline h2 {
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.top-cta-red .top-cta-headline h2 {
  background-color: #ea00008a;
}

.top-cta-white .top-cta-headline h2 {
  background-color: #ea0000;
}

.top-cta .top-cta-container {
  width: 40%;
  padding-bottom: 10px;
  text-align: center;
}

.top-cta-red .top-cta-container {
  background-color: #ea00008a;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
}

.top-cta-white .top-cta-container {
  background-color: #ea0000;
}
.top-cta-container-left {
  float: left;
  margin-left: 20px;
}

.top-cta-container-right {
  float: right;
  margin-right: 20px;
}

.top-cta-container-headline h3 {
  padding: 10px;
  background-color: #ffffff;
  color: #ff0000;;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 10px;  
}

.top-cta-container-button {
  width: 80%;
  display: inline-block;
  margin: 10px;
  padding: 6px;
  background-color: #ffffff;
  border-radius: 4px;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
}

.top-cta-container-button a {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.clearfix {
  clear: both;
}

#barra-menu-comunicacao #menu-comunicacao .cta .links-comunicar{
  font-size: 14px;
  color: #FFF;
  font-weight: 700;

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  background-image: linear-gradient(to bottom, #ff0000, #cc0000);
  background-repeat: repeat-x;
  background-color: #ff0000;
  box-shadow: 0px 5px #990000;

  border-radius: 4px 5px 5px 4px;
  border: medium none;
  width: 200px;
  height: 28px;
  line-height: 20px;

  position: relative;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#barra-menu-comunicacao #menu-comunicacao .cta a.links-comunicar:hover{
  text-decoration: none;
  color: #fefefe;
  color: #333;
  text-decoration: none;
  background-color: #ff0000;
  background-position: 0px -15px;
  transition: background-position 0.1s linear 0s;
  color: #FFF;
  border-color: #cc0000;
}