/****** Config Files *******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***************************/
/****** Components *********/
/***************************/
*,
*::after,
*::before {
  box-sizing: border-box;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.body-home {
  overflow-x: hidden;
}
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 450px;
  margin: 0 auto;
  background-color: #e6e3e3;
}
h2,
h3,
h4 {
  font-family: 'Changa One', cursive;
}
.slick-img-mobile {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
  max-width: 100%;
  height: auto;
}
.fade {
  z-index: 9996;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popupSucesso {
  position: fixed;
  z-index: 9997;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 38px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#img-popupSucesso {
  float: right;
  cursor: pointer;
  margin: -30px -30px 0px 0px;
}
.msg-sucesso {
  width: 100%;
  float: left;
  line-height: 23px;
  color: #727372;
  font-size: 23px;
  font-weight: bold;
  margin-top: 30px;
}
.msg-erro {
  width: 100%;
  float: left;
  line-height: 23px;
  color: #727372;
  font-size: 23px;
  font-weight: bold;
  margin-top: 30px;
}
#sucesso-ok {
  float: left;
  padding-right: 30px;
  margin-top: -15px;
}
#popup {
  position: fixed;
  z-index: 9997;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  width: 90%;
}
#popup h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#popup p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}
#popup .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
  width: 36px;
}
#popup slick .slick-slide {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#popup header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
#popup header>div {
  display: table-cell;
  vertical-align: middle;
  color: #727372;
  font-weight: bold;
}
#popup header>div:first-child {
  padding-right: 20px;
}
#popup header>div h2 {
  font-size: 37px;
  font-size: 2.3125rem;
}
#popup header>div h3 {
  font-size: 16px;
  font-size: 1rem;
}
#popup .slick-dots {
  padding-top: 15px;
  bottom: -40px;
}
#popup .slick-dots li {
  margin: 0 2px;
}
#popup .slick-dots li button {
  background-color: #acacac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  padding: 0px;
}
#popup .slick-dots li button:before {
  display: none;
}
#popup .slick-dots li.slick-active button {
  background-color: #bb2484;
}
#popup .slick-arrow {
  z-index: 99;
}
#popup .slick-arrow:before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
#popup .slick-arrow.slick-next {
  width: 62px;
  height: 62px;
  right: 145px;
}
#popup .slick-arrow.slick-next:before {
  content: url("../images/arrow-right.png");
  width: 62px;
  height: 62px;
}
#popup .slick-arrow.slick-prev {
  width: 62px;
  height: 62px;
  left: 145px;
}
#popup .slick-arrow.slick-prev:before {
  content: url("../images/arrow-left.png");
  width: 62px;
  height: 62px;
}
#popup .slick-slider {
  height: 450px;
  max-height: 100%;
  overflow: auto;
}
#popupUnidade {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#popupUnidade .close {
  width: 40px;
  position: relative;
  top: 15px;
}
.family {
  color: #006eb0;
}
.dragon {
  color: #81388a;
}
.skytower {
  color: #d80f81;
}
.disko {
  color: #ffc000;
}
.logo-playcenter {
  cursor: pointer;
}
.menu-aberto {
  cursor: pointer;
}
.menu-fechado {
  cursor: pointer;
}
.content {
  width: 95%;
  margin: 0 auto;
}
.bg-body-parte1 {
  background: transparent url("../images/bg-body-parte1.jpg") 0 0 no-repeat;
}
.bg-body-parte2 {
  background: transparent url("../images/bg-body-parte2.jpg") center 0 no-repeat;
  position: relative;
  margin-top: -70px;
  padding-bottom: 250px;
  padding-top: 50px;
  z-index: 1;
}
.banner {
  position: relative;
}
.banner h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 10px #000;
  margin-top: -20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
[data-anima],
[data-anima-child] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
[data-anima].anima,
[data-anima-child].anima {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
[data-anima='resize'] {
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  transform-origin: center;
}
[data-anima='resize'].anima {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
[data-anima='resize'].centerH {
  -webkit-transform: translate3d(0, -50%, 0) scale(0);
  -moz-transform: translate3d(0, -50%, 0) scale(0);
  -ms-transform: translate3d(0, -50%, 0) scale(0);
  -o-transform: translate3d(0, -50%, 0) scale(0);
  transform: translate3d(0, -50%, 0) scale(0);
}
[data-anima='resize'].centerH.anima {
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  -moz-transform: translate3d(0, -50%, 0) scale(1);
  -ms-transform: translate3d(0, -50%, 0) scale(1);
  -o-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}
[data-anima='left'] {
  -webkit-transform: translate3d(120px, 0, 0);
  -moz-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
[data-anima='left'].anima {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-anima='left-margin'] {
  margin-left: 120px;
}
[data-anima='left-margin'].anima {
  margin-left: 0;
}
[data-anima='right'] {
  -webkit-transform: translate3d(-120px, 0, 0);
  -moz-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
[data-anima='right'].anima {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-anima='right-margin'] {
  margin-left: -120px;
}
[data-anima='right-margin'].anima {
  margin-left: 0;
}
[data-anima='top'] {
  -webkit-transform: translate3d(0, -120px, 0);
  -moz-transform: translate3d(0, -120px, 0);
  -ms-transform: translate3d(0, -120px, 0);
  -o-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
}
[data-anima='top'].anima {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-anima='top-margin'] {
  margin-top: -120px;
}
[data-anima='top-margin'].anima {
  margin-top: 0px;
}
[data-anima='bottom'] {
  -webkit-transform: translate3d(0, 120px, 0);
  -moz-transform: translate3d(0, 120px, 0);
  -ms-transform: translate3d(0, 120px, 0);
  -o-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
}
[data-anima='bottom'].anima {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-anima='bottom-margin'] {
  margin-top: 120px;
}
[data-anima='bottom-margin'].anima {
  margin-top: 0px;
}
.sliderHome {
  position: relative;
  margin-bottom: 0px !important;
}
.sliderHome .slick-dots {
  bottom: 0;
}
.sliderHome .slick-dots li {
  margin: 0 2px;
}
.sliderHome .slick-dots li button {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  padding: 0px;
}
.sliderHome .slick-dots li button:before {
  display: none;
}
.sliderHome .slick-dots li.slick-active button {
  background-color: #f04c00;
  border: 2px solid #fff;
}
slick.sliderHome .slick-slide {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body-home {
  padding-top: 82px;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
}
.menu>div {
  background: transparent url("../images/bg-header.png") center no-repeat;
  height: 82px;
}
.menu>div>img {
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.menu>div>img:first-child {
  width: 180px;
  margin-right: 55px;
}
.menu nav {
  max-height: 0;
  overflow-y: hidden;
  position: absolute;
  top: 82px;
  right: 0;
}
.menu nav.opened {
  max-height: 450px;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.menu nav>.superior {
  background: #fff url("../images/menu-bg.jpg") 0 0 no-repeat;
  height: 237px;
}
.menu nav>.superior a {
  display: table;
  width: 210px;
  color: #fff;
  text-decoration: none;
  height: 34px;
  font-size: 14px;
  font-size: 0.875rem;
}
.menu nav>.superior a>div {
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.menu nav>.superior a>div:nth-child(2) {
  width: 45px;
}
.menu nav>.superior a>div:nth-child(2):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu nav>.superior a>div:first-child {
  text-align: right;
  padding-right: 8px;
  font-weight: bold;
}
.menu nav>.superior a>div:first-child:after {
  right: 0;
}
.menu nav>.superior a>div:after {
  z-index: 99;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 80%;
  top: 100%;
  content: "";
}
.menu nav>.superior a:nth-last-child(1)>div:after {
  display: none;
}
.menu nav>.rodape {
  display: table;
  background-color: #525252;
  width: 100%;
  padding: 14px 0px;
}
.menu nav>.rodape>a {
  text-decoration: none;
  display: table-cell;
  text-align: center;
}
#welcome {
  background: transparent url("../images/welcome-bg.jpg") 0 0 no-repeat;
  position: relative;
  text-align: center;
  z-index: 2;
  overflow-x: hidden;
  height: auto;
  padding: 15px 0 25px;
}
#welcome .title {
  margin-bottom: 20px;
  padding-top: 10px;
  color: #2e0996;
  font-size: 28px;
}
#welcome .desc {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
#welcome .content {
  overflow: hidden;
}
#atracoes {
  height: 394px;
  background: transparent url("../images/atracoes-bg.jpg") 0 0 no-repeat;
  overflow: hidden;
  text-align: center;
}
#atracoes h2 {
  margin: 20px 0 15px;
  height: 65px;
  text-indent: -9999px;
  background: transparent url("../images/txt-atracoes.png") center/185px no-repeat;
}
.close {
  float: right;
  margin: -20px -20px 0 0;
  cursor: pointer;
}
.sliderAtracoes,
.sliderUnidades {
  bottom: 27px;
}
.sliderAtracoes .slick-slide,
.sliderUnidades .slick-slide {
  outline: none;
  z-index: 2;
}
.sliderAtracoes .slick-slide img,
.sliderUnidades .slick-slide img {
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
.sliderAtracoes .slick-slide h3,
.sliderUnidades .slick-slide h3 {
  height: 45px;
  padding-top: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #4f4f4f;
  font-weight: bold;
  width: 180px;
  margin: 0 auto;
}
.sliderAtracoes .slick-arrow,
.sliderUnidades .slick-arrow {
  position: absolute;
  bottom: 135px;
  top: inherit !important;
  width: 52px;
  height: 52px;
  z-index: 99;
}
.sliderAtracoes .slick-arrow.slick-next,
.sliderUnidades .slick-arrow.slick-next {
  right: 5px;
}
.sliderAtracoes .slick-arrow.slick-next:before,
.sliderUnidades .slick-arrow.slick-next:before {
  content: url("../images/arrow-right.png");
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.sliderAtracoes .slick-arrow.slick-prev,
.sliderUnidades .slick-arrow.slick-prev {
  left: 5px;
}
.sliderAtracoes .slick-arrow.slick-prev:before,
.sliderUnidades .slick-arrow.slick-prev:before {
  content: url("../images/arrow-left.png");
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.sliderUnidades {
  bottom: 3px;
}
.sliderUnidades .slick-arrow {
  bottom: 60px;
}
.sec-festa select {
  background-image: url("../images/arrow-selects.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.sec-festa #txt-festa h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 21.9px;
}
.sec-festa #txt-festa h2 span {
  font-size: 40px;
}
#unidades {
  padding-top: 10px;
  height: 320px;
  position: relative;
  background-color: #5cc5ee;
  text-align: center;
}
#unidades h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
#unidades .unidade-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#unidades .text {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
}
#unidades .mapa {
  position: absolute;
  top: 67px;
  width: 70px;
  right: 21px;
  height: 78px;
  text-indent: -9999px;
}
#facafesta {
  padding-top: 15px;
  height: 530px;
  position: relative;
}
#facafesta .festa-preco {
  display: inline-block;
  margin: 10px 0;
  vertical-align: top;
  position: relative;
  left: 120px;
  width: 180px;
  height: 180px;
  font-family: 'Changa One', cursive;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #0fb7f9;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}
#facafesta .festa-preco .mecanica {
  font-size: 8px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-top: 5px;
  margin-left: 11px;
  line-height: 9px;
}
#facafesta .festa-preco .wrap-festa-preco {
  padding: 48px 0;
}
#facafesta .festa-preco .apartir {
  text-align: center;
  font-size: 15.1px;
}
#facafesta .festa-preco .pgto {
  text-align: center;
}
#facafesta .festa-preco .parcelas-cifrao {
  display: inline-block;
}
#facafesta .festa-preco .parcelas {
  font-size: 17.6px;
}
#facafesta .festa-preco .cifrao {
  font-size: 24.7px;
  line-height: 0.8;
}
#facafesta .festa-preco .valor-zero {
  display: inline-block;
}
#facafesta .festa-preco .valor {
  font-size: 51.7px;
  display: inline-block;
}
#facafesta .festa-preco .zero {
  font-size: 18.6px;
  display: inline-block;
}
#facafesta .festa-preco .sem-juros {
  margin-top: 5px;
  text-align: center;
  font-size: 13.9px;
  clear: left;
}
#facafesta #menina {
  position: absolute;
  bottom: -5px;
  left: 0;
}
#facafesta .middle {
  margin: 0 auto;
  width: 100%;
}
#facafesta .middle #txt-festa {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#facafesta .middle #txt-festa .btn {
  display: inline-block;
  margin-right: 5px;
  padding: 6px 15px;
  font-size: 19px;
  text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -webkit-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -moz-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  background-color: #0fb7f9;
}
#facafesta .middle #txt-festa .btn.second {
  margin-right: 0;
  padding: 6px 8px;
  background-color: #2d9748;
  text-shadow: 0px 1px 0 #28813f, 0px -1px 0 #28813f, 1px 0px 0 #28813f, -1px 0px 0 #28813f, 1px 1px 0 #28813f, 1px -1px 0 #28813f, -1px 1px 0 #28813f, -1px -1px 0 #28813f, 0px 2px 0 #28813f, 0px -2px 0 #28813f, 2px 0px 0 #28813f, -2px 0px 0 #28813f, 2px 2px 0 #28813f, 2px -2px 0 #28813f, -2px 2px 0 #28813f, -2px -2px 0 #28813f, 0px 3px 0 #28813f, 0px -3px 0 #28813f, 3px 0px 0 #28813f, -3px 0px 0 #28813f, 3px 3px 0 #28813f, 3px -3px 0 #28813f, -3px 3px 0 #28813f, -3px -3px 0 #28813f;
  -webkit-text-shadow: 0px 1px 0 #28813f, 0px -1px 0 #28813f, 1px 0px 0 #28813f, -1px 0px 0 #28813f, 1px 1px 0 #28813f, 1px -1px 0 #28813f, -1px 1px 0 #28813f, -1px -1px 0 #28813f, 0px 2px 0 #28813f, 0px -2px 0 #28813f, 2px 0px 0 #28813f, -2px 0px 0 #28813f, 2px 2px 0 #28813f, 2px -2px 0 #28813f, -2px 2px 0 #28813f, -2px -2px 0 #28813f, 0px 3px 0 #28813f, 0px -3px 0 #28813f, 3px 0px 0 #28813f, -3px 0px 0 #28813f, 3px 3px 0 #28813f, 3px -3px 0 #28813f, -3px 3px 0 #28813f, -3px -3px 0 #28813f;
  -moz-text-shadow: 0px 1px 0 #28813f, 0px -1px 0 #28813f, 1px 0px 0 #28813f, -1px 0px 0 #28813f, 1px 1px 0 #28813f, 1px -1px 0 #28813f, -1px 1px 0 #28813f, -1px -1px 0 #28813f, 0px 2px 0 #28813f, 0px -2px 0 #28813f, 2px 0px 0 #28813f, -2px 0px 0 #28813f, 2px 2px 0 #28813f, 2px -2px 0 #28813f, -2px 2px 0 #28813f, -2px -2px 0 #28813f, 0px 3px 0 #28813f, 0px -3px 0 #28813f, 3px 0px 0 #28813f, -3px 0px 0 #28813f, 3px 3px 0 #28813f, 3px -3px 0 #28813f, -3px 3px 0 #28813f, -3px -3px 0 #28813f;
}
#facafesta .middle .form-orcamento {
  text-align: center;
}
#facafesta .middle .orcamento {
  margin-top: 5px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#facafesta .middle .orcamento .selects {
  width: 100%;
}
#facafesta .middle .orcamento input,
#facafesta .middle .orcamento select,
#facafesta .middle .orcamento textarea {
  width: 100%;
  border: 0;
  margin-bottom: 6px;
  padding: 4px 10px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  color: #4f4f4f;
  background-color: #ffcb05;
  font-family: inherit;
}
#facafesta .middle .orcamento input:focus,
#facafesta .middle .orcamento select:focus,
#facafesta .middle .orcamento textarea:focus {
  outline: none;
}
#facafesta .middle .orcamento textarea {
  height: 60px;
}
#facafesta .middle .orcamento .orcamento-input {
  position: relative;
}
#facafesta .middle .orcamento .orcamento-input .error-msg {
  width: 65px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
  margin: 2px 5px 0 0;
}
#facafesta .middle .orcamento h2,
#facafesta .middle .form-orcamento > h2 {
  color: #fade8a;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 5px;
}
#facafesta .middle .form-orcamento > h2 {
  margin-top: 20px;
}
#facafesta .middle .orcamento .btn {
  margin: 0px auto;
  width: 130px;
  padding: 5px 0;
  display: block;
  font-family: 'Changa One', cursive;
  font-size: 19.1px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -webkit-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -moz-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  background-color: #0fb7f9;
}
.form {
  padding-top: 40px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5px;
}
.form>div {
  width: 100%;
}
.form>div:first-child {
  padding-bottom: 45px;
}
.form>div:first-child>a {
  width: 49%;
}
.form>div:first-child>a:first-child {
  float: left;
}
.form>div:first-child>a:last-child {
  float: right;
}
.form>div:nth-child(2) {
  color: #fff;
  background-color: #db198b;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 8px 0px;
  margin-bottom: 10px;
}
.form>div:nth-child(2):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border-top: 6px solid #db198b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.form input,
.form textarea {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 4px 0px;
  border: 1px solid #fff;
  font-weight: 300;
}
.form input:focus,
.form textarea:focus {
  outline: none;
  border: 1px solid #353535;
}
.form textarea {
  height: 120px;
}
.form button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.btn {
  font-family: 'Changa One', cursive;
  text-transform: uppercase;
}
.btn {
  background-color: #127bb7;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #179ce8;
}
.btn.light {
  background-color: #1aa2db;
}
.btn.light:hover {
  background-color: #49bae9;
}
.btn.pink {
  background-color: #b72584;
}
.btn.pink:hover {
  background-color: #e16bb8;
}
#clube {
  padding-top: 25px;
  text-align: center;
}
#clube .p1 {
  margin-bottom: 25px;
}
#clube .p2 {
  margin-bottom: 25px;
  font-weight: bold;
}
#clube .p3 {
  margin-bottom: 45px;
}
#clube .content {
  overflow: hidden;
}
#clube h3,
#clube h2 {
  text-align: center;
}
#clube h3 {
  font-size: 29px;
  font-size: 1.8125rem;
}
#clube h2 {
  color: #25b8f6;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 295px;
}
#clube #menina-clube {
  margin-left: 25px;
}
#clube p {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-size: 0.9rem;
}
#clube .btn {
  width: 190px;
  display: block;
  margin: 0 auto;
  text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -webkit-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -moz-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  padding: 4px 0;
  font-size: 26px;
}
#ticketmania {
  padding-top: 25px;
  text-align: center;
}
#ticketmania h2 {
  display: inline-block;
  padding: 5px 15px;
  color: #f1b62a;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 8px;
  background-color: #2e1693;
}
#ticketmania p {
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
}
#ticketmania .p1 {
  font-family: 'Changa One', cursive;
  font-size: 27px;
  color: #2e1693;
  margin-bottom: 15px;
}
#ticketmania .p2 {
  font-size: 16px;
  color: #2e1693;
  margin-bottom: 45px;
}
#ticketmania .p3 {
  font-size: 17px;
  font-weight: bold;
  color: #2e1693;
  padding-left: 120px;
  margin-bottom: 45px;
}
#ticketmania .p4 {
  font-size: 12px;
  font-weight: bold;
  color: #2e1693;
  text-align: left;
  position: relative;
  margin-bottom: 130px;
  right: 0;
  float: right;
  width: 180px;
}
#playcard {
  text-align: center;
}
#playcard article h2 {
  display: inline-block;
  color: #fff;
  font-size: 54px;
  font-size: 3.375rem;
  background-color: #ed4d1c;
  text-shadow: 0px 1px 0 #ac3a14, 0px -1px 0 #ac3a14, 1px 0px 0 #ac3a14, -1px 0px 0 #ac3a14, 1px 1px 0 #ac3a14, 1px -1px 0 #ac3a14, -1px 1px 0 #ac3a14, -1px -1px 0 #ac3a14, 0px 2px 0 #ac3a14, 0px -2px 0 #ac3a14, 2px 0px 0 #ac3a14, -2px 0px 0 #ac3a14, 2px 2px 0 #ac3a14, 2px -2px 0 #ac3a14, -2px 2px 0 #ac3a14, -2px -2px 0 #ac3a14, 0px 3px 0 #ac3a14, 0px -3px 0 #ac3a14, 3px 0px 0 #ac3a14, -3px 0px 0 #ac3a14, 3px 3px 0 #ac3a14, 3px -3px 0 #ac3a14, -3px 3px 0 #ac3a14, -3px -3px 0 #ac3a14;
  -webkit-text-shadow: 0px 1px 0 #ac3a14, 0px -1px 0 #ac3a14, 1px 0px 0 #ac3a14, -1px 0px 0 #ac3a14, 1px 1px 0 #ac3a14, 1px -1px 0 #ac3a14, -1px 1px 0 #ac3a14, -1px -1px 0 #ac3a14, 0px 2px 0 #ac3a14, 0px -2px 0 #ac3a14, 2px 0px 0 #ac3a14, -2px 0px 0 #ac3a14, 2px 2px 0 #ac3a14, 2px -2px 0 #ac3a14, -2px 2px 0 #ac3a14, -2px -2px 0 #ac3a14, 0px 3px 0 #ac3a14, 0px -3px 0 #ac3a14, 3px 0px 0 #ac3a14, -3px 0px 0 #ac3a14, 3px 3px 0 #ac3a14, 3px -3px 0 #ac3a14, -3px 3px 0 #ac3a14, -3px -3px 0 #ac3a14;
  -moz-text-shadow: 0px 1px 0 #ac3a14, 0px -1px 0 #ac3a14, 1px 0px 0 #ac3a14, -1px 0px 0 #ac3a14, 1px 1px 0 #ac3a14, 1px -1px 0 #ac3a14, -1px 1px 0 #ac3a14, -1px -1px 0 #ac3a14, 0px 2px 0 #ac3a14, 0px -2px 0 #ac3a14, 2px 0px 0 #ac3a14, -2px 0px 0 #ac3a14, 2px 2px 0 #ac3a14, 2px -2px 0 #ac3a14, -2px 2px 0 #ac3a14, -2px -2px 0 #ac3a14, 0px 3px 0 #ac3a14, 0px -3px 0 #ac3a14, 3px 0px 0 #ac3a14, -3px 0px 0 #ac3a14, 3px 3px 0 #ac3a14, 3px -3px 0 #ac3a14, -3px 3px 0 #ac3a14, -3px -3px 0 #ac3a14;
  width: 280px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#playcard article p {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: 1.1;
}
#playcard article .p1 {
  font-family: 'Changa One', cursive;
  font-size: 22.5px;
  color: #ed4d1c;
  margin-bottom: 15px;
}
#playcard article .p2 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#playcard article .p3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#playcard article .p4 {
  font-size: 12px;
}
#playcard article a {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 20px;
  text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -webkit-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  -moz-text-shadow: 0px 1px 0 #138ebe, 0px -1px 0 #138ebe, 1px 0px 0 #138ebe, -1px 0px 0 #138ebe, 1px 1px 0 #138ebe, 1px -1px 0 #138ebe, -1px 1px 0 #138ebe, -1px -1px 0 #138ebe, 0px 2px 0 #138ebe, 0px -2px 0 #138ebe, 2px 0px 0 #138ebe, -2px 0px 0 #138ebe, 2px 2px 0 #138ebe, 2px -2px 0 #138ebe, -2px 2px 0 #138ebe, -2px -2px 0 #138ebe, 0px 3px 0 #138ebe, 0px -3px 0 #138ebe, 3px 0px 0 #138ebe, -3px 0px 0 #138ebe, 3px 3px 0 #138ebe, 3px -3px 0 #138ebe, -3px 3px 0 #138ebe, -3px -3px 0 #138ebe;
  padding: 4px 0;
  font-size: 26px;
}
.footer-top {
  background: transparent url("../images/bg-footer-mobile.png") 0 0 no-repeat;
  height: 93px;
  margin-top: -90px;
  z-index: 1;
  position: relative;
}
footer {
  background-color: #525252;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  height: 570px;
}
footer ul {
  margin: 35px 0;
}
footer ul a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
}
footer .social {
  position: relative;
}
footer .social a {
  text-decoration: none;
  margin: 0 25px;
}
footer .social:after {
  content: "";
  width: 47%;
  top: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .associados {
  margin: 40px auto 0;
  width: 100%;
}
footer .associados>div {
  display: table;
  width: 100%;
  margin: 20px 0;
}
footer .associados>div>div {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.by-vision {
  float: none;
  padding-top: 30px;
  position: relative;
  margin: 0 auto;
  color: #ababab;
  font-size: 11px;
  cursor: pointer;
}
.by-vision a {
  cursor: pointer;
  color: #ababab;
  font-size: 11px;
  text-decoration: none;
}
#formFaleConosco {
  width: 95%;
  left: 0;
  right: 0;
  bottom: 447px;
  margin: 0 auto;
  position: absolute;
  padding-top: 55px;
  z-index: 999;
}
#formTrabalhe {
  width: 95%;
  left: 0;
  right: 0;
  bottom: 420px;
  margin: 0 auto;
  position: absolute;
  padding-top: 55px;
  z-index: 999;
}
#formTrabalhe select {
  display: none;
}
#formTrabalhe .file-upload {
  height: 48px;
}
#formTrabalhe .label-arquivo {
  background: #f4f4f4 url("../images/enviar-vc.png") 13px center no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  font-size: 20.6px;
  padding: 8px 10px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  text-indent: 15px;
}
.form-float {
  background-color: #fff;
  width: 220px;
  padding: 20px;
  box-shadow: 5px 5px 12px rgba(0,0,0,0.6);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.form-float.show {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: auto;
  display: block !important;
  overflow: visible;
  margin-top: 0;
  z-index: 99;
}
.form-float:after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 10px solid #fff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form-float .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 35px;
  background-color: #dce9ea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
}
.form-float .close:after {
  content: "x";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.form-float>img {
  margin-bottom: 10px;
  cursor: pointer;
}
.form-float p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e7475;
}
.form-float input,
.form-float textarea,
.form-float select {
  display: block;
  background-color: #dce9ea;
  border: 1px solid #dce9ea;
  width: 100%;
  font-size: 20.6px;
  padding: 10px;
  outline: 0px;
  margin-bottom: 10px;
}
.form-float input:focus,
.form-float textarea:focus,
.form-float select:focus {
  outline: 0;
  border: 1px solid #ccc;
}
.form-float input[type='file'] {
  display: none;
}
.form-float textarea {
  height: 150px;
  font-family: arial;
}
.form-float select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #72797a;
  background-size: 10px 6px;
}
.form-float select:disabled {
  background-color: #6e7475;
  color: #dce9ea;
}
.form-float button {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  width: 140px;
  text-transform: lowercase;
  font-size: 24px;
  font-weight: normal;
  padding: 8px 0;
  background-color: #d61c81;
}
.form-float .error-msg > div,
.form-float .error-msg > span {
  color: #000;
}
.botao-voltar {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 1.7;
  text-align: right;
  color: #2d9748;
  font-size: 23.6px;
  font-weight: bold;
  text-decoration: none;
  background: transparent url("../images/botaovoltar.png") 0 0 no-repeat;
  background-size: 40px;
  z-index: 999;
  position: relative;
}
.botao-voltar.faq {
  margin-left: 20px;
  margin-top: 5px;
}
.botao-voltar.saloes {
  margin-left: 85px;
  margin-top: -10px;
  margin-bottom: 40px;
}
.botao-voltar.promo {
  margin-bottom: 40px;
  margin-left: 60px;
  margin-top: 30px;
}
.promocoes {
  background-color: #fff;
}
.promocoes h1 {
  font-size: 20.65px;
  font-size: 1.290625rem;
  color: #fff;
  font-family: 'Changa One', cursive;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 19px;
  background: transparent url("../images/promocoes-titulo.png") center no-repeat;
}
.promocoes .promocoes {
  margin-bottom: 40px;
}
.promocoes .promocoes>div {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  height: 518px;
  width: 252px;
}
.promocoes .promocoes>h2 {
  text-align: center;
  color: #0573b3;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.header-image {
  height: 201px;
  margin-top: 82px;
  background: transparent url("../images/faq-header-image.jpg") 0 0 no-repeat;
}
.header-image-festas {
  background: transparent url("../images/faq-header-image-festas.jpg") 0 0 no-repeat;
}
.header-image-saloes {
  background: transparent url("../images/saloes-header-image.jpg") 0 0 no-repeat;
}
.header-image-promocoes {
  background: transparent url("../images/promocoes-header-image.jpg") 0 0 no-repeat;
}
@media (min-width: 320px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 375px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 425px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .bg-festa-preco {
    left: 50%;
    margin-top: 10px;
  }
}
.questions {
  padding-bottom: 45px;
  background-color: #fff;
}
.questions h1 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  color: #fff;
  font-family: 'Changa One', cursive;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  background: transparent url("../images/promocoes-titulo.png") center no-repeat;
  position: relative;
  bottom: 16px;
}
.questions h1.faq-t {
  background: transparent url("../images/bg-faq-titulo.png") center no-repeat;
}
.questions .question {
  margin: 0 auto 15px;
  width: 100%;
  position: relative;
  background-color: #ebebeb;
}
.questions .question>div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.questions .question>div.pergunta {
  cursor: pointer;
  min-height: 65px;
  padding: 14px 55px;
  font-size: 16px;
  font-size: 1rem;
  color: #2d9748;
  font-family: 'Changa One', cursive;
  line-height: 1.2;
}
.questions .question>div.resposta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5c5c5c;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6;
  -moz-transition: all 0.6;
  -o-transition: all 0.6;
  -ms-transition: all 0.6;
  transition: all 0.6;
}
.questions .question>div.resposta a.web {
  display: none;
  visibility: hidden;
}
.questions .question>div.resposta a.mobile {
  display: inline-block;
  visibility: visible;
}
.questions .question>div.resposta.show {
  padding: 0 55px 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: inherit;
  overflow: visible;
}
.questions .question>div.number {
  position: absolute;
  color: #fff;
  left: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 17.7px;
  font-size: 1.10625rem;
  background-color: #2d9748;
  font-family: 'Changa One', cursive;
  text-align: center;
  line-height: 1.55;
}
.questions .question>div.plus {
  cursor: pointer;
  position: absolute;
  color: #fff;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #2d9748;
  font-family: 'Changa One', cursive;
  text-align: center;
}
.questions .question>div.plus span {
  display: block;
  width: 100%;
  height: 100%;
}
.questions-teatro {
  background-color: #e0f9f5;
}
.questions-teatro h1 {
  font-size: 70px;
  font-size: 4.375rem;
  color: #b91d85;
  font-weight: bold;
  margin-top: 110px;
  margin-bottom: 40px;
}
.questions-teatro .question {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 45px;
  margin-bottom: 30px;
  position: relative;
}
.questions-teatro .question:nth-child(3n) {
  margin-right: 0px;
}
.questions-teatro .question>div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.questions-teatro .question>div:nth-child(2) {
  cursor: pointer;
  min-height: 88px;
  padding: 20px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.questions-teatro .question>div.resposta {
  margin-top: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5c5c5c;
  padding: 0px;
  height: 0px;
  overflow: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.questions-teatro .question>div.resposta a.web {
  display: none;
  visibility: hidden;
}
.questions-teatro .question>div.resposta a.mobile {
  display: inline-block;
  visibility: visible;
}
.questions-teatro .question>div.resposta.show {
  padding: 12px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: inherit;
  overflow: visible;
}
.questions-teatro .question>div.plus {
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  right: -5px;
  top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 21.12px;
  font-size: 1.32rem;
}
.questions-teatro .question>div.plus span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 22px;
}
#header-home {
  position: relative;
}
#header-home.interna {
  height: 342px;
}
#header-home.interna.teatro {
  background-image: url("../images/header-teatro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#header-home.interna.teatro #menina-teatro {
  position: absolute;
  right: 330px;
  bottom: -90px;
  z-index: 99;
}
#header-home.interna.promos {
  background-image: url("../images/header-promos.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#header-home.interna.promos #menina-promo {
  position: absolute;
  right: 330px;
  bottom: -90px;
  z-index: 99;
}
#header-home.interna.faq {
  background-image: url("../images/header-faq.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
}
#header-home.interna.faq #menino-faq {
  position: absolute;
  right: 330px;
  bottom: -90px;
  z-index: 99;
}
#header-home.interna.faq-festa {
  background-image: url("../images/header-faq-festas.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
}
#header-home.interna #voltar {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 200px;
  text-decoration: none;
  color: #fff;
  font-size: 21.33px;
  font-size: 1.333125rem;
  font-weight: bold;
}
#header-home.interna #voltar img {
  vertical-align: middle;
}
.breadcrumber {
  color: #535353;
  font-size: 18.96px;
  font-size: 1.185rem;
  margin-bottom: 58px;
}
.breadcrumber a {
  font-weight: bold;
  color: #b91d85;
  text-decoration: underline;
}
.breadcrumber span {
  font-weight: bold;
  font-size: 18.96px;
  font-size: 1.185rem;
  color: #b91d85;
}
#header-home.promocoes-header {
  height: 451px;
  margin: 0;
}
#header-home.promocoes-header .bg {
  height: 451px;
  width: 100%;
  background: transparent url("../images/promocoes-criancas.jpg") 0 0 no-repeat;
}
.sec-promos .promocoes-wrap {
  margin: 0 auto;
  width: 950px;
}
.sec-promos .promocoes>div {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 270px;
  width: 960px;
}
.sec-promos .promocoes>h2 {
  color: #0573b3;
  font-weight: bold;
  font-size: 36.62px;
  font-size: 2.28875rem;
  margin-top: 45px;
  margin-bottom: 15px;
}
.sec-teatro-interna {
  height: 900px;
}
.sec-teatro-interna .subtitulo {
  font-weight: normal;
}
.sec-teatro-interna i {
  margin-top: 42px;
  padding-bottom: 160px;
  display: block;
  color: #535353;
  font-size: 16px;
  font-size: 1rem;
  max-width: 960px;
}
.sec-teatro-interna .teatro> a div {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 233px;
  width: 994px;
  margin-bottom: 20px;
}
.sec-teatro-interna .teatro>h2 {
  color: #0573b3;
  font-weight: bold;
  font-size: 36.62px;
  font-size: 2.28875rem;
  margin-top: 45px;
  margin-bottom: 15px;
}
.sec-teatro-interna .teatro .bg-teatro {
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.4);
}
.sec-teatro-interna .teatro .bg-teatro .btn-compre {
  float: left;
  margin-top: 15px;
}
.sec-teatro-interna .teatro .bg-teatro .bloco1 {
  border-right: 1px solid #6e6e6e;
  width: 32%;
  height: 150px;
  float: left;
  margin-top: 30px;
}
.sec-teatro-interna .teatro .bg-teatro .bloco2 {
  width: 30%;
  height: 150px;
  float: left;
  margin-top: 30px;
  padding-left: 50px;
}
.sec-teatro-interna .teatro .bg-teatro .img {
  padding: 14px;
  float: left;
  width: 37%;
}
.sec-teatro-interna .teatro .bg-teatro .titulo {
  float: left;
  padding: 0px 65px 0px 0px;
  color: #bc0a7b;
  font-family: 'Museo', sans-serif;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
}
.sec-teatro-interna .teatro .bg-teatro .descricao {
  float: left;
  padding: 10px 40px 0px 0px;
  color: #4f4f4f;
  font-family: 'Museo', sans-serif;
  font-size: 16px;
  width: 100%;
}
.sec-teatro-interna .teatro .bg-teatro .data {
  float: left;
  padding: 20px 0px 0px 0px;
  color: #bc0a7b;
  font-weight: bold;
  font-size: 20px;
  width: 65%;
}
.sec-teatro-interna .teatro .bg-teatro .hora {
  float: left;
  padding: 10px 0px 0px 0px;
  color: #bc0a7b;
  font-weight: normal;
  font-size: 20px;
  width: 65%;
}
.saloes-header {
  margin-bottom: 0 !important;
  background: transparent url("../images/header-saloes.jpg") 0 0 no-repeat;
}
.perguntas-superior {
  line-height: 1.6em;
}
.perguntas-superior,
.perguntas-inferior {
  margin: 0 auto 30px;
  width: 265px;
}
.saloes .content {
  width: 100%;
  background: #fff url("../images/saloes/bg.jpg") 0 0 no-repeat;
}
.saloes .title {
  font-size: 20.65px;
  font-size: 1.290625rem;
  color: #fff;
  font-family: 'Changa One', cursive;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  bottom: 19px;
  background: transparent url("../images/saloes/titulo.png") center no-repeat;
  background-size: 220px;
}
.saloes .selects {
  margin: 0 auto 20px;
  width: 265px;
}
.saloes .select-cidade,
.saloes .select-shopping {
  width: 265px;
  border: 0;
  padding: 5px 15px;
  font-size: 17px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  color: #4f4f4f;
  background-color: #ffcb05;
  background-image: url("../images/arrow-selects.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.saloes .select-cidade {
  margin-bottom: 15px;
}
.saloes .subtitle {
  margin-bottom: 20px;
  text-align: center;
  color: #f04d18;
  font-size: 32px;
  font-family: "Changa One", cursive;
}
.saloes .pergunta {
  margin-top: 23px;
}
.saloes .pergunta:first-child {
  margin-top: 0;
}
.saloes .unidades {
  font-size: 16px;
  font-weight: bold;
}
.saloes .unidades .title-cidade,
.saloes .unidades .title-shopping {
  color: #2d9748;
  font-size: 21.4px;
  font-family: 'Roboto', sans-serif;
}
.saloes .unidades .title-cidade {
  margin-bottom: 5px;
}
.saloes .unidades .title-shopping {
  margin-bottom: 35px;
}
.saloes .quadro {
  height: 297px;
  margin-bottom: 40px;
  margin-top: 40px;
  right: -32px;
  position: relative;
  background: transparent url("../images/quadro-mobile.png") 0 0 no-repeat;
}
.saloes .menina {
  height: 400px;
  width: 185px;
  position: absolute;
  left: -25px;
  bottom: -73px;
  z-index: 1;
  background: transparent url("../images/saloes/menina.png") 0 0 no-repeat;
}
.saloes .resposta {
  margin-top: 5px;
  color: #2d9748;
  line-height: 1.2;
}
.saloes .texto-quadro {
  margin-left: 130px;
  padding-top: 25px;
  color: #fff;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
}
.saloes .texto-quadro p:first-child {
  width: 269px;
  font-size: 18px;
  text-align: center;
}
.saloes .texto-quadro p:last-child {
  white-space: pre-line;
}
.saloes slick {
  height: 206px;
  margin: 0 auto !important;
  width: 299px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.saloes slick .slick-dots {
  bottom: 10px;
}
.saloes slick .slick-dots li {
  margin: 0;
  width: 15px;
}
.saloes slick .slick-dots li button {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  padding: 0;
}
.saloes slick .slick-dots li button:before {
  display: none;
}
.saloes slick .slick-dots li.slick-active button {
  background-color: #f04c00;
  border: 2px solid #fff;
}
.saloes slick .slick-arrow {
  width: 62px;
  height: 62px;
  z-index: 99;
}
.saloes slick .slick-arrow:before,
.saloes slick .slick-arrow:after {
  width: 62px;
  height: 62px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.saloes slick .slick-arrow.slick-prev {
  left: -30px;
}
.saloes slick .slick-arrow.slick-next {
  right: -35px;
}
.saloes slick .slick-arrow.slick-prev:before {
  content: url("../images/arrow-left.png");
}
.saloes slick .slick-arrow.slick-next:before {
  content: url("../images/arrow-right.png");
}
