.cycle-slideshow {
  margin-bottom: 30px;
  padding: 0 !important;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  z-index: 99 !important; }

.cycle-slideshow .img-container {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 5px 5px 0 0 !important; }

.cycle-slideshow img {
  display: block;
  width: 100% !important;
  height: auto;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px 5px 0 0 !important; }

.cycle-slideshow span.autor-foto {
  width: 50%;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  font-family: "arial" !important;
  display: block;
  color: #172938;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 340px;
  margin-top: -20px;
  z-index: 999;
  text-align: left;
  padding-left: 10px;
  background: #fff;
  border-radius: 0 0 0 5px;
  border: 1px solid #ccc; }

.cycle-slideshow .slider-desc {
  margin-top: 40px;
  overflow: hidden;
  padding: 0 !important;
  height: auto;
  min-height: 75px; }

.cycle-slideshow a {
  width: 100%;
  position: relative; }

.cycle-slideshow a:hover {
  text-decoration: none !important; }

.cycle-slideshow h3 {
  margin: 0 0 10px 0;
  color: #172938;
  font-weight: bold;
  font-family: 'arial' !important;
  font-size: 34px;
  line-height: 37px;
  padding: 0 !important; }

.cycle-slideshow p {
  line-height: 14px;
  line-height: 18px;
  margin: 0 !important;
  color: #172938;
  padding: 0 !important; }

.cycle-slideshow .cycle-pager {
  position: absolute;
  width: 50%;
  text-align: right;
  margin-top: -20px;
  right: 0;
  z-index: 999;
  background: #FFF;
  height: 20px;
  border: 1px solid #C0C1C1;
  padding: 0 !important;
  border-radius: 0 0 5px 0 !important;
  border-left: 0 !important; }

/*  Para paginacao com n�meros
.cycle-slideshow  .cycle-pager a {
    width: 20px;
    height: 20px;
    line-height:22px;
    background: #195128;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration:none;
}

.cycle-slideshow  .cycle-pager-active a{
    background: #F7C514 !important;
    color: #195128;
} */
.cycle-slideshow .cycle-pager span {
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 4px !important;
  color: #ccc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 !important;
  font-size: 25px; }

.cycle-slideshow .cycle-pager span.cycle-pager-active {
  background: #fff;
  color: #2c66ce;
  border: 1px solid #ccc;
  border-radius: 100%; }

