@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.cSJCwsePZf {
  animation: ticker 30s linear infinite;
}

.crkG5DmNXsd, 
.cHJe2d4jNi-, .crkLd9Vh4s-, 
.cSJpuCFnrsW {
background: linear-gradient(39deg, #000000, #564a20);
background-size: 400% 400%;
animation: AnimationName 13s ease infinite;
}

@keyframes AnimationName { 
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}

.cSJ45P7VmsW {
box-shadow: inset 0px -142px 300px -67px rgba(0,0,0,0.93);
}

/*
.cS1HoOAQod,.cHyD3uRQiW, .cH1ge6uAQod, .cS1gXLtAmib {
text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
*/

.cSJulCBXjb {
background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}


/* Detalhe de Artigo - Redes Sociais do Autor: "condition visibility" de CSS */
.cHkGeuy9OTZz[href="#"] {
    display:none;
}
.cHJov2upWG[href="#"] {
    display:none;
}
/* Zoom - Hover Image - Category List*/
.cr1FeZ8d3QSf:hover {
    transform: scale(1.1);
}