@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
}
#logoesociais {
	background-image: url(bg_logo.jpg);
	height: 120px;
	width: 100%;
}
#ultimos_eventos {
	height: 460px;
	width: 100%;
}
#informativo {
	height: 250px;
	width: 100%;
	background-image: url(bg_logo.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F9C;
	padding-top: 5px;
}
.letra_infor {
	font-family: sans-serif, arial, verdana;
	font-size: 16px;
	color: #F39;
}


.letra_normal {
	font-family: sans-serif, arial, verdana;
	font-size: 18px;
	color: #939;
}



#topinho {
	height: 25px;
	width: 100%;
	background-color: #F9C;
}
.contato_letra {
	font-family: trebuchet, arial, verdana;
	font-size: 14px;
	color: #710038;
}
#slide {
	height: 450px;
	width: 100%;
}


#topinho_central {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 120px;
	width: 400px;
	float: left;
}
#sociais {
	float: left;
	height: 120px;
	width: 600px;
}

#logoesociais_centro {
	height: 120px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#maiseventos {
	height: 30px;
	width: 100%;
	padding-top: 10px;
	background-color: #7E0682;
	font-family: sans-serif, arial, verdana;
	color: #FFF;
	font-size: 18px;
}
#links {
	height: 230px;
	width: 100%;
	background-color: #e5dde8;
}
#links_centro {
	height: 230px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}


#menu {
	height: 44px;
	width: 100%;
	background-color: #FF99CC;
}
#menu_centro {
	height: 44px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}



/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#maiseventos:hover {
	background-color:#F3F;
	}
	
a {
	text-decoration:none
	}
#rodape {
	height: 200px;
	width: 100%;
}
#rodape_centro {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Rotate 360 */
.hvr-rotate2 {
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 0.9s ease-in-out;
}
.hvr-rotate2:hover, .hvr-rotate2:focus, .hvr-rotate2:active {
 -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out 0s;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#conteudo_studio {
	background-image: url(bg_logo.jpg);
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#conteudo_cursos {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_logo.jpg);
}
#conteudo_espetaculos {
	background-image: url(bg_logo.jpg);
	height: 1100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_aniversariantes {
	background-image: url(bg_logo.jpg);
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_informativos {
	background-image: url(bg_logo.jpg);
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_fotos {
	background-image: url(bg_logo.jpg);
	height: 1500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_jogos {
	background-image: url(bg_logo.jpg);
	height: 1900px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_contato {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_logo.jpg);
}
#conteudo_pilates {
	height: 1200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_logo.jpg);
}
