.cycle-slideshow{width:900px; height:280px; }


.cycle-slideshow .slide { width: inherit; height: inherit; position: relative; }

.cycle-slideshow .slide .bg { position: relative; z-index: 1; width: 100%; height: inherit; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.cycle-slideshow .slide .fg .base1 { width: inherit; height: inherit; display: table; }
.cycle-slideshow .slide .fg .base2 { width: inherit; height: inherit; display: table-cell; vertical-align: middle; padding: 0 70px; padding-top: 0px; }

.cycle-slideshow .slide .fg { position: absolute; z-index: 2; width: inherit; height: inherit; left: 0; top: 70px; text-align: center; }
.cycle-slideshow .slide .fg .linha { line-height: 125%; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); line-height: 130%;  }
.cycle-slideshow .slide .fg .linha1 { font-size: 40px; color: #fff; font-weight: normal; margin-bottom: 8px; }
.cycle-slideshow .slide .fg .linha2 { font-size: 28px; color: #fff; font-weight: normal; margin-bottom: 12px !important; }
.cycle-slideshow .slide .fg .linha .abtn { display: inline-block; height: 43px; line-height: 43px; background: #0392D8; color: #fff; font-weight: bold; font-size: 18px; padding: 0 20px; min-width: 150px; cursor: pointer; text-shadow: none; }
.cycle-slideshow .slide .fg .linha .abtn:hover { background: #E3A52F; }
.cycle-slideshow .slide .fg a { display: block; }
