.grecaptcha-badge {
  display:none !important;
}

.bg-degrade {

	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 15%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 15%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 15%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.barra-degrade {
    background: -webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    background: -o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    background: -moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
    width: 100%;
    height: 6px;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 0px;
}

/*Zebra Striped */

.linha-stripped:nth-of-type(odd),
.teaser-item:nth-of-type(odd) {
    background: #f5f5f5;
    padding:  10px;
}

.linha-stripped:nth-of-type(even),
.teaser-item:nth-of-type(even) {
    background: #fff;
    padding:  10px;
}


.ajuda > .uk-button {
  background-color: #085c8e;
  -webkit-animation-name: botaoajuda; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: botaoajuda;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes botaoajuda {
  0% {background-color: #085c8e;}
  50% {background-color: #28a1e9;}
  100% {background-color: #085c8e;}
}

/* Standard syntax */
@keyframes botaoajuda {
  0% {background-color: #085c8e;}
  50% {background-color: #28a1e9;}
  100% {background-color: #085c8e;}
}

.areacliente > .uk-button {
  background-color: #1178b6;
  -webkit-animation-name: botaoajuda; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  animation-name: botaoajuda;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes botaoajuda {
  0% {background-color: #1178b6;}
  50% {background-color: #28a1e9;}
  100% {background-color: #1178b6;}
}

/* Standard syntax */
@keyframes botaoajuda {
  0% {background-color: #1178b6;}
  50% {background-color: #28a1e9;}
  100% {background-color: #1178b6;}
}

.areacliente > .uk-button-secondary:hover,
.ajuda > .uk-button-secondary:hover {
    color: #fff;
    background-color: #fff;
}