@charset "UTF-8";
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  line-height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  content: "";
}

a img {
  border: none;
}

input, button {
  border: 0;
  background: none;
}

section {
  height: 840px;
  padding-top: 3em;
}

.next-down {
  margin-top: 31em;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
}

.box-center {
  width: 31%;
  padding: 18em 0;
}

/*------CONTEÚDO--------*/
#conteudo {
  color: #000;
}

/*---------Slide-----------*/

.fotos{
  -webkit-background-size:cover ;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover !important;
}

#dulce{
  background: url("../img/dulce.png") no-repeat center center fixed;
}

#pingu{
  background: url("../img/pingu.png") no-repeat center center fixed;
}

#bttf2{
  background: url("../img/bttf2.png") no-repeat center center fixed;
}

#starwars{
  background: url("../img/starwars.png") no-repeat center center fixed;
}

#aventura{
  background: url("../img/aventura.png") no-repeat center center fixed;
}

.controles{
  position: fixed;
  top: 0;
  padding: 9em 1em;
  font-size: 45px;
  color:#fcf8e3;
  cursor: pointer;
  opacity: 0;
}

#prev{
  left: 0;
}

#next{
  right: 0;
}

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.cycle-slideshow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  /*background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
    /*
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}

/* pager */
.cycle-pager {
    position: absolute;
    bottom: 1em;
    text-align: center;
    width: 100%;
    z-index: 500;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}

.cycle-pager img{
  margin-right: 5px;
}

.cycle-pager > * {
  cursor: pointer;
}

/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}

/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused';
    color: white;
    background: black;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}


/*------Footer--------*/
footer p {
  margin: 24px 0 11px;
  font-family: 'Roboto Thin';
  font-size: 14px;
  background-color: transparent;
  font-weight: 700; }

footer a {
  color: #505050;
  text-decoration: none; }

footer a:hover {
  color: #505050;
  text-decoration: none; }

/*------ media queries--------*/

@media screen and (min-width: 1021px){
  .cycle-pager img:hover{
    width: 100px;
    margin-right: 15px;
    margin-left: 15px;
    height: 100px;
  }

  .controles:hover{
    opacity: 100;
    display: block;
  }
}

@media screen and (max-width: 1020px){
  .controles{
    opacity:0;
    display: none;
  }
}
