/****** 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;
}
body {
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Museo', sans-serif;
}
strong {
  font-weight: bold;
}
.content {
  width: 1030px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1030px) {
  .content {
    width: 95%;
  }
}
select::-ms-expand {
  display: none;
}
.msg-aguarde {
  margin-top: 20px;
}
#aguarde {
  margin: -10px 20px 0px 0px;
  float: left;
}
.family {
  color: #006eb0;
}
.dragon {
  color: #81388a;
}
.skytower {
  color: #d80f81;
}
.disko {
  color: #ffc000;
}
.logo-playcenter {
  cursor: pointer;
}
.apartir {
  margin: 42px 4px 2px 5px;
  text-align: center;
  width: 90%;
  float: left;
  color: #fff;
  font-size: 18px;
}
.parcelas {
  margin: 25px 4px 2px 20px;
  text-align: left;
  width: 90%;
  float: left;
  color: #fff;
  font-size: 18px;
}
.cifrao {
  margin: -3px 4px 2px 20px;
  text-align: left;
  width: 14%;
  float: left;
  color: #fff;
  font-size: 25px;
}
.valor {
  margin: -61px 4px 2px 52px;
  text-align: right;
  width: 53%;
  float: left;
  color: #fff;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: -4px;
  padding-right:10px;
}
.zero {
  margin: -65px 4px 2px 169px;
  text-align: left;
  width: 15%;
  float: left;
  color: #fff;
  font-size: 20px;
}
.sem-juros {
  margin: -2px 4px 2px 51px;
  text-align: left;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 27px;
  letter-spacing: -1px;
}
.bg-festa-preco {
  position: absolute;
  height: 220px;
  width: 230px;
  margin: 200px 0px 0px 50px;
}
.bg-festa-preco-faq {
  position: absolute;
  height: 220px;
  width: 230px;
  margin: 210px 0px 0px 708px;
  z-index: 100;
}
.delay {
  transition-delay: 0.4s;
}
.delay1 {
  transition-delay: 0.6s;
}
.delay2 {
  transition-delay: 0.8s;
}
.ng-cloak {
  display: none !important;
}
.sec-menu {
  position: relative;
}
.sec-menu nav {
  height: 139px;
  position: relative;
  margin-top: -128px;
}
.sec-menu nav img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.by-vision {
  float: right;
  padding-top: 30px;
  position: absolute;
  right: 0px;
  color: #ababab;
  font-size: 11px;
  cursor: pointer;
}
.by-vision a {
  cursor: pointer;
  color: #ababab;
  font-size: 11px;
  text-decoration: none;
}
.ul_flush {
  list-style: none;
}
.ul_flush li {
  display: table;
  list-style-position: outside;
  padding-left: 0px;
  margin-top: 15px;
}
.ul_flush li:before {
  content: "-";
  display: table-cell;
  padding-right: 0.4em;
}
.ul_flush li li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.links-menu {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  z-index: 99;
  width: 605px;
}
.links-menu.parte1 {
  left: 54%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 60px;
}
.links-menu.parte2 {
  top: 10px;
  right: -40px;
  left: inherit;
  padding-left: 0px;
}
.links-menu a {
  display: table-cell;
  height: 85px;
  position: relative;
}
.links-menu #item-atracoes {
  float: left;
  width: 120px;
  border: none;
}
.links-menu #item-ticketmania {
  float: left;
  width: 130px;
  border: none;
}
.links-menu #item-playcard {
  float: left;
  width: 120px;
  border: none;
}
.links-menu #item-teatro {
  float: left;
  width: 120px;
  border: none;
}
.links-menu #item-escolas {
  float: left;
  width: 110px;
  border: none;
}
.links-menu #item-comochegar {
  float: left;
  width: 120px;
  border: none;
}
.links-menu #item-facafesta {
  float: left;
  width: 96px;
  border: none;
}
.links-menu #item-playmania {
  float: left;
  width: 104px;
  border: none;
}
.links-menu #item-playland {
  float: left;
  width: 100px;
  border: none;
}
@media (min-width: 1024px) {
  #formFaleConosco {
    right: 330px;
  }
  #formTrabalhe {
    right: 195px;
  }
  .parte1 {
    left: 58.5% !important;
  }
  .parte2 {
    right: -483px !important;
  }
}
@media (min-width: 1280px) {
  #formFaleConosco {
    right: 462px;
  }
  #formTrabalhe {
    right: 322px;
  }
  .parte1 {
    left: 57% !important;
  }
  .parte2 {
    right: -355px !important;
  }
}
@media (min-width: 1366px) {
  #formFaleConosco {
    right: 504px;
  }
  #formTrabalhe {
    right: 366px;
  }
  .parte1 {
    left: 56.5% !important;
  }
  .parte2 {
    right: -312px !important;
  }
}
@media (min-width: 1440px) {
  #formFaleConosco {
    right: 544px;
  }
  #formTrabalhe {
    right: 400px;
  }
  .parte1 {
    left: 56% !important;
  }
  .parte2 {
    right: -275px !important;
  }
}
@media (min-width: 1600px) {
  #formFaleConosco {
    right: 620px;
  }
  #formTrabalhe {
    right: 482px;
  }
  .parte1 {
    left: 55.5% !important;
  }
  .parte2 {
    right: -192px !important;
  }
}
@media (min-width: 1680px) {
  #formFaleConosco {
    right: 660px;
  }
  #formTrabalhe {
    right: 522px;
  }
  .parte1 {
    left: 55% !important;
  }
  .parte2 {
    right: -155px !important;
  }
}
@media (min-width: 1920px) {
  #formFaleConosco {
    right: 780px;
  }
  #formTrabalhe {
    right: 642px;
  }
  .parte1 {
    left: 54.5% !important;
  }
  .parte2 {
    right: -36px !important;
  }
}
@media (min-width: 2560px) {
  #formFaleConosco {
    right: 1100px;
  }
  #formTrabalhe {
    right: 962px;
  }
  .parte1 {
    left: 53.5% !important;
  }
  .parte2 {
    right: 286px !important;
  }
}
.links-menu a {
  border: 10px solid #f00;
  float: left;
  width: 120;
}
#header-home,
slick {
  height: 530px;
  width: 100%;
}
#header-home .slick-prev,
slick .slick-prev {
  left: 5px;
  z-index: 100;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
#header-home .slick-prev:before,
slick .slick-prev:before {
  font-size: 60px;
}
#header-home .slick-next,
slick .slick-next {
  right: 5px;
  z-index: 100;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
#header-home .slick-next:before,
slick .slick-next:before {
  font-size: 60px;
}
#header-home #shadow,
slick #shadow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 98;
}
#header-home #header-info,
slick #header-info {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header-home #header-info>div:first-child,
slick #header-info>div:first-child {
  padding-bottom: 5px;
}
#header-home #header-info>div:first-child>div,
slick #header-info>div:first-child>div {
  padding-top: 15px;
  display: inline-block;
  vertical-align: middle;
}
#header-home #header-info>div:first-child>div:last-child,
slick #header-info>div:first-child>div:last-child {
  float: right;
}
#header-home #header-info>div:first-child>div:last-child a,
slick #header-info>div:first-child>div:last-child a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  text-decoration: none;
}
#header-home #header-info>div:first-child>div:last-child a:last-child,
slick #header-info>div:first-child>div:last-child a:last-child {
  display: none;
  margin-right: 0px;
  margin-left: 64px;
  font-size: 12.03px;
  font-size: 0.751875rem;
  font-weight: bold;
  color: #fff;
}
#header-home #header-info>div:first-child>div:last-child a:last-child span,
slick #header-info>div:first-child>div:last-child a:last-child span {
  color: #fecb2f;
  font-size: 11.42px;
  font-size: 0.71375rem;
  text-decoration: underline;
}
#header-home #header-info>div:first-child>div:last-child a:last-child span img,
slick #header-info>div:first-child>div:last-child a:last-child span img {
  vertical-align: middle;
}
#header-home #header-info>div:first-child>div:last-child a:last-child>div,
slick #header-info>div:first-child>div:last-child a:last-child>div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
}
#header-home #header-info>div.menu-mobile,
slick #header-info>div.menu-mobile {
  display: none;
  height: 33px;
  background-image: url("../images/bar-menu.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
#header-home #header-info>div.menu-mobile .content,
slick #header-info>div.menu-mobile .content {
  height: 100%;
}
#header-home #header-info>div.menu-mobile ul,
slick #header-info>div.menu-mobile ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-home #header-info>div.menu-mobile ul li,
slick #header-info>div.menu-mobile ul li {
  display: inline-block;
  margin-right: 40px;
}
#header-home #header-info>div.menu-mobile ul li:last-child,
slick #header-info>div.menu-mobile ul li:last-child {
  margin-right: 0px;
}
#header-home #header-info>div.menu-mobile ul li a,
slick #header-info>div.menu-mobile ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13.11px;
  font-size: 0.819375rem;
}
#header-home #header-info>div.menu-mobile ul li.big,
slick #header-info>div.menu-mobile ul li.big {
  margin-right: 22px;
}
#header-home #header-info>div.menu-mobile ul li.big a,
slick #header-info>div.menu-mobile ul li.big a {
  font-weight: bold;
}
#header-home #header-info>div.menu-mobile ul li.big:last-child,
slick #header-info>div.menu-mobile ul li.big:last-child {
  margin-right: 0px;
}
#header-home #header-info.mobile,
slick #header-info.mobile {
  z-index: 9995;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header-home #header-info.mobile .menu-mobile,
slick #header-info.mobile .menu-mobile {
  display: block;
}
#header-home #header-info.mobile,
slick #header-info.mobile {
  background-color: #555e62;
}
#header-home .banner,
slick .banner {
  height: 530px;
  width: 100%;
  cursor: pointer;
  background-image: url("../images/banner1.jpg");
  background-position: top center;
}
#header-home .banner .content,
slick .banner .content {
  height: 100%;
}
#header-home .banner h2,
slick .banner h2 {
  color: #fff;
  font-weight: bold;
  position: absolute;
  font-size: 41.35px;
  font-size: 2.584375rem;
  width: 400px;
  top: 25%;
  left: 45px;
  text-shadow: 1px 1px 1px #000;
}
#header-home .sliderHome .slick-dots,
slick .sliderHome .slick-dots {
  bottom: 180px;
  width: 1030px;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 45px;
}
#header-home .sliderHome .slick-dots li,
slick .sliderHome .slick-dots li {
  margin: 0 2px;
}
#header-home .sliderHome .slick-dots li button,
slick .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;
}
#header-home .sliderHome .slick-dots li button:before,
slick .sliderHome .slick-dots li button:before {
  display: none;
}
#header-home .sliderHome .slick-dots li.slick-active button,
slick .sliderHome .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  background-color: #bb2484;
}
.body-home {
  background-image: url("../images/bg1.jpg");
  min-height: 1076px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 220px;
}
.body-home.openedAtracoes {
  margin-bottom: 0px;
}
.body-parte2 {
  background-image: url("../images/bg2.jpg");
  height: 3984px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 364px;
  margin-top: -250px;
}
#esfera-parque {
  position: absolute;
  left: -40px;
  bottom: 18px;
}
#esfera-parque2 {
  position: absolute;
  left: 125px;
  bottom: 120px;
  color: #fff;
  background-color: #f4cb33;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  padding-top: 50px;
  box-shadow: 5px 38px 32px rgba(0,0,0,0.3);
}
[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;
}
#welcome {
  height: 440px;
}
#welcome .desc {
  width: 330px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 60%;
  top: 50%;
  color: #4f4f4f;
  margin-top: -60px;
}
#welcome .desc h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#welcome .desc h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#welcome .desc p {
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
#welcome .desc .bt-360 {
  margin-top: 12px;
  vertical-align: middle;
  color: #1486c2;
  display: inline-block;
}
#welcome .desc .bt-360 img {
  vertical-align: middle;
  margin-right: 8px;
}
#welcome .desc.fade-end {
  margin-left: 80px;
}
.sec-atracoes {
  height: 180px;
  padding-top: 45px;
  background-color: #c8f3eb;
}
.sec-atracoes .slider {
  height: 375px;
  position: relative;
}
.sec-atracoes #slider {
  width: 1014px;
  height: 375px;
  margin-top: 40px;
  position: absolute !important;
  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%);
}
.sec-atracoes #slider>div {
  cursor: pointer;
  position: relative;
}
.sec-atracoes #left-slide {
  position: absolute;
  left: 210px;
  z-index: 99;
  cursor: pointer;
  top: 50%;
  margin-top: 40px;
}
.sec-atracoes #right-slide {
  cursor: pointer;
  position: absolute;
  right: 210px;
  z-index: 99;
  top: 50%;
  margin-top: 40px;
}
.sec-atracoes h2 {
  font-size: 32.83px;
  font-size: 2.051875rem;
  color: #1aa2db;
  font-weight: bold;
  text-align: center;
}
.sec-atracoes .veja-atracoes {
  cursor: pointer;
  background-color: #1aa2db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 16.68px;
  font-size: 1.0425rem;
  text-align: center;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -20px;
  right: 280px;
  padding-top: 10px;
  z-index: 99;
  line-height: 1;
}
.mais-atracoes {
  background-color: #c8f3eb;
}
.mais-atracoes>div:not(.content) {
  text-align: center;
  padding-top: 350px;
}
.mais-atracoes>div:not(.content) img {
  cursor: pointer;
}
.mais-atracoes .content {
  padding-left: 88px;
  text-align: left;
}
.mais-atracoes .content .hover-mask {
  position: absolute;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  top: 0;
  left: 0;
  display: none;
}
.mais-atracoes .content>div {
  cursor: pointer;
  width: 30%;
  display: inline-block;
  position: relative;
}
.mais-atracoes .content>div>div {
  display: none;
  width: 90%;
  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%);
  color: #fff;
  z-index: 10;
}
.mais-atracoes .content>div>div p {
  text-align: center;
  position: relative;
}
.mais-atracoes .content>div>div p:first-child {
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.mais-atracoes .content>div>div p:last-child {
  font-size: 16px;
  font-size: 1rem;
}
.mais-atracoes .content>div>div p:last-child img {
  vertical-align: middle;
}
.mais-atracoes .content>div>div p:last-child:before {
  content: "";
  border-top: 1px solid #fff;
  width: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -10px;
}
.mais-atracoes .content>div:hover .hover-mask {
  display: block;
}
.mais-atracoes .content>div:hover>div {
  display: block;
}
.mais-atracoes .content canvas {
  margin-bottom: 0px;
}
.mais-atracoes .content canvas.margin {
  margin-bottom: -15px;
}
.sec-festa {
  height: 520px;
  position: relative;
}
.sec-festa #menina {
  position: absolute;
  top: -80px;
  left: -40px;
}
.sec-festa #valor-festa {
  position: absolute;
  top: 190px;
  left: 35px;
}
.sec-festa #txt-festa {
  position: absolute;
  top: 35px;
  left: 280px;
  width: 390px;
}
.sec-festa #txt-festa h2 {
  color: #474747;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sec-festa #txt-festa h3 {
  color: #db198b;
  font-size: 31.8px;
  font-size: 1.9875rem;
}
.sec-festa #txt-festa h4 {
  color: #474747;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sec-festa #txt-festa h5 {
  color: #db198b;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec-festa #txt-festa p {
  color: #474747;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}
.sec-festa #txt-festa a {
  margin-right: 14px;
}
.error-msg {
  color: #000;
  margin-bottom: 4px;
}
.has-error {
  border: 1px solid #f00 !important;
}
.has-success {
  border: none !important;
}
.orcamento {
  width: 325px;
  position: absolute;
  right: 0;
  /*top: 65px;*/
  top: 35px;
}
.orcamento input,
.orcamento select,
.orcamento textarea {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: 0px;
}
.orcamento input:focus,
.orcamento select:focus,
.orcamento textarea:focus {
  outline: none;
  border: 1px solid #72797a;
}
.orcamento input:disabled,
.orcamento select:disabled,
.orcamento textarea:disabled {
  background-color: #72797a;
  border: 1px solid #72797a;
  color: #fdb32b;
}
.orcamento textarea {
  height: 130px;
  font-size: 15px;
  font-family: arial;
}
.orcamento h2 {
  background-color: #db198b;
  color: #fff;
  font-size: 23.18px;
  font-size: 1.44875rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}
.orcamento h2:after {
  position: absolute;
  content: "";
  border-top: 6px solid #db198b;
  border-right: 6px solid transparent;
  border-left: 8px solid transparent;
  top: 100%;
  left: 30px;
}
.orcamento .btn {
  float: right;
}
.btn {
  background-color: #127bb7;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 20px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  min-width: 120px;
  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;
}
.sec-clube {
  height: 500px;
  position: relative;
}
.sec-clube .content {
  height: 100%;
}
.sec-clube #menina-clube {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-clube #basketball {
  position: absolute;
  top: -85px;
  z-index: 2;
  left: -130px;
}
.sec-clube #tapete {
  position: absolute;
  top: 10px;
  z-index: 2;
  left: 15px;
}
.sec-clube #aviao {
  position: absolute;
  top: 120px;
  z-index: 2;
  left: -125px;
}
.sec-clube #cavalinho {
  position: absolute;
  left: 40px;
  z-index: 2;
  bottom: 102px;
}
.sec-clube #balao {
  position: absolute;
  top: 30px;
  z-index: 2;
  right: 100px;
}
.sec-clube #faleconosco-clube {
  position: fixed;
  z-index: 99;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
}
.sec-clube #foguete {
  position: absolute;
  top: 120px;
  right: -50px;
  z-index: 2;
}
.sec-clube #carrinho {
  position: absolute;
  bottom: 90px;
  z-index: 2;
  right: 25px;
}
.sec-clube .clube-desc {
  width: 325px;
  position: absolute;
  top: 50%;
  left: 49%;
}
.sec-clube .clube-desc h3 {
  font-size: 34.36px;
  font-size: 2.1475rem;
  color: #b72584;
}
.sec-clube .clube-desc h2 {
  font-size: 34.36px;
  font-size: 2.1475rem;
  color: #b72584;
}
.sec-clube .clube-desc h2 strong {
  color: #b72584;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.sec-clube .clube-desc h4 {
  color: #525252;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sec-clube .clube-desc p {
  color: #525252;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.sec-clube .clube-desc .btn {
  margin-top: 14px;
  display: inline-block;
}
.sec-ticket {
  height: 550px;
}
.sec-ticket .content {
  height: 100%;
}
.sec-ticket #skate {
  position: absolute;
  left: -17px;
  top: 0px;
  z-index: 1;
}
.sec-ticket #menino-patinete {
  position: absolute;
  right: 200px;
  top: -50px;
}
.sec-ticket #basketball-color {
  position: absolute;
  right: 188px;
  top: 0px;
}
.sec-ticket #bebe {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.sec-ticket .desc-ticket {
  width: 380px;
  position: absolute;
  top: 88px;
  left: 110px;
  line-height: 1.2;
}
.sec-ticket .desc-ticket h2 {
  color: #f1b62a;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec-ticket .desc-ticket p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 32px;
}
.sec-ticket .desc-ticket p b {
  font-weight: bold;
}
.sec-ticket .desc-ticket>div>div {
  display: table;
}
.sec-ticket .desc-ticket>div>div>div {
  display: table-cell;
  vertical-align: middle;
}
.sec-ticket .desc-ticket>div>div>div:first-child {
  width: 86px;
}
.sec-ticket .desc-ticket #brincou {
  font-weight: bold;
  color: #fff;
  font-size: 61.11px;
  font-size: 3.819375rem;
}
.sec-ticket .desc-ticket #juntou {
  font-weight: bold;
  color: #690542;
  font-size: 61.11px;
  font-size: 3.819375rem;
}
.sec-ticket .desc-ticket #trocou {
  font-weight: bold;
  color: #f1b62a;
  font-size: 61.11px;
  font-size: 3.819375rem;
}
.sec-playcard {
  height: 550px;
}
.sec-playcard .content {
  height: 100%;
}
.sec-playcard #menina-playcard {
  position: absolute;
  top: 50%;
  margin-top: 35px;
  left: 90px;
}
.sec-playcard .desc-playcard {
  position: absolute;
  right: 30px;
  margin-top: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 410px;
}
.sec-playcard .desc-playcard h2 {
  font-weight: bold;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #b72584;
  margin-bottom: 20px;
}
.sec-playcard .desc-playcard h3 {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #137bab;
  line-height: 1.1;
  margin-bottom: 20px;
}
.sec-playcard .desc-playcard p {
  font-size: 16px;
  font-size: 1rem;
  color: #505050;
  line-height: 1.2;
}
.sec-playcard .desc-playcard i {
  line-height: 1.2;
  color: #505050;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 20px 0px;
  display: block;
}
.sec-playcard .desc-playcard a {
  display: inline-block;
}
.sec-teatro {
  height: 550px;
}
.sec-teatro .content {
  height: 100%;
}
.sec-teatro #palhacos {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 26px;
  left: 50px;
}
.sec-teatro .desc-teatro {
  position: absolute;
  right: 30px;
  margin-top: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 520px;
}
.sec-teatro .desc-teatro h2 {
  font-weight: bold;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #b72584;
}
.sec-teatro .desc-teatro h2 strong {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  color: #b72584;
}
.sec-teatro .desc-teatro h3 {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  color: #b72584;
}
.sec-teatro .desc-teatro h4 {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.sec-teatro .desc-teatro p {
  font-size: 16px;
  font-size: 1rem;
  color: #474747;
  line-height: 1.2;
  margin-bottom: 35px;
}
.sec-teatro .desc-teatro p b {
  font-weight: bold;
}
.sec-teatro .desc-teatro a {
  display: inline-block;
}
.sec-escolas {
  height: 550px;
}
.sec-escolas .content {
  height: 100%;
}
.sec-escolas #criancas-escola {
  position: absolute;
  margin-top: -12px;
  right: 50px;
}
.sec-escolas .desc-escolas {
  position: absolute;
  left: 100px;
  margin-top: 0px;
}
.sec-escolas .desc-escolas h2 {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #137bab;
  margin-bottom: 0px;
  width: 406px;
}
.sec-escolas .desc-escolas h3 {
  font-weight: bold;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #b72584;
  width: 406px;
}
.sec-escolas .desc-escolas h4 {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #137bab;
  margin-bottom: 20px;
  width: 406px;
}
.sec-escolas .desc-escolas p {
  font-size: 16px;
  font-size: 1rem;
  color: #474747;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 406px;
}
.sec-escolas .desc-escolas p b {
  font-weight: bold;
}
.sec-escolas .desc-escolas a {
  display: inline-block;
}
.sec-escolas .desc-escolas a.pink {
  margin-right: 10px;
}
.sec-como-chegar {
  height: 520px;
}
.sec-como-chegar .content {
  height: 100%;
}
.sec-como-chegar #mapa {
  position: absolute;
  right: -26px;
  top: -40px;
}
.sec-como-chegar #tracar-rota {
  left: 420px;
  top: 240px;
  position: absolute;
}
.sec-como-chegar .desc-chegar {
  color: #fff;
  position: absolute;
  top: 50px;
  left: 90px;
}
.sec-como-chegar .desc-chegar h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #f9cd2f;
  font-weight: bold;
}
.sec-como-chegar .desc-chegar h3 {
  font-size: 22.08px;
  font-size: 1.38rem;
  color: #f9cd2f;
  margin: 14px 0 18px;
}
.sec-como-chegar .desc-chegar p {
  line-height: 1.2;
  font-size: 15.54px;
  font-size: 0.97125rem;
}
.sec-como-chegar .desc-chegar p b {
  font-weight: bold;
}
footer {
  height: 360px;
  background-color: #525252;
}
footer section {
  height: 100%;
  position: relative;
}
footer section>img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .content {
  display: table;
  bottom: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .content>div {
  display: table-cell;
  vertical-align: top;
}
footer .content>div:first-child {
  width: 265px;
}
footer .content .associados {
  text-align: center;
  width: 100%;
}
footer .content .associados p {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14.1px;
  font-size: 0.88125rem;
  margin-right: 38px;
}
footer .content .associados img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
  cursor: pointer;
}
footer .content .associados img:last-child {
  margin-right: 0px;
}
footer .content nav {
  text-align: center;
  padding: 6px 0px;
  border-bottom: 1px solid #818181;
  margin-bottom: 20px;
}
footer .content nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14.1px;
  font-size: 0.88125rem;
  cursor: pointer;
}
footer .content nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 14px;
}
footer .content nav ul li.border:after {
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  position: absolute;
  content: "";
  border-right: 1px solid #818181;
}
.italic {
  font-style: italic;
}
.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%);
  padding: 38px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#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: 20px;
  top: 20px;
  cursor: pointer;
}
#popup slick {
  height: 296px;
  width: 675px;
}
#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;
}
#popup .slick-arrow.slick-next:before {
  content: url("../images/arrow-right-pink.png");
  width: 62px;
  height: 62px;
}
#popup .slick-arrow.slick-prev {
  width: 62px;
  height: 62px;
}
#popup .slick-arrow.slick-prev:before {
  content: url("../images/arrow-left-pink.png");
  width: 62px;
  height: 62px;
}
#goTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -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;
}
#goTop.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#formPlaymania {
  position: fixed;
  /* z-index: 98; */
  z-index: 9996;
  bottom: 186px;
  left: 10px;
}
#formEscolas {
  left: 145px;
  bottom: 140px;
}
#formFaleConosco {
  right: 565px;
  bottom: 190px;
}
#formTrabalhe {
  right: 425px;
  bottom: 190px;
}
@media (min-width: 1024px) {
  #formFaleConosco {
    right: 330px !important;
  }
  #formTrabalhe {
    right: 195px !important;
  }
}
@media (min-width: 1280px) {
  #formFaleConosco {
    right: 462px !important;
  }
  #formTrabalhe {
    right: 322px !important;
  }
}
@media (min-width: 1366px) {
  #formFaleConosco {
    right: 504px !important;
  }
  #formTrabalhe {
    right: 366px !important;
  }
}
@media (min-width: 1440px) {
  #formFaleConosco {
    right: 544px !important;
  }
  #formTrabalhe {
    right: 400px !important;
  }
}
@media (min-width: 1600px) {
  #formFaleConosco {
    right: 620px !important;
  }
  #formTrabalhe {
    right: 482px !important;
  }
}
@media (min-width: 1680px) {
  #formFaleConosco {
    right: 660px !important;
  }
  #formTrabalhe {
    right: 522px !important;
  }
}
@media (min-width: 1920px) {
  #formFaleConosco {
    right: 780px !important;
  }
  #formTrabalhe {
    right: 642px !important;
  }
}
@media (min-width: 2560px) {
  #formFaleConosco {
    right: 535px !important;
  }
  #formTrabalhe {
    right: 405px !important;
  }
}
.form-float {
  background-color: #fff;
  width: 220px;
  z-index: -1;
  position: absolute;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 12px rgba(0,0,0,0.6);
  padding: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  overflow: hidden;
  -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;
  overflow: visible;
  margin-top: 0px;
  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: -10px;
  top: -10px;
  background-color: #6e7475;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  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: 12px;
  font-size: 0.75rem;
}
.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;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #dce9ea;
  border: 1px solid #dce9ea;
  width: 100%;
  font-size: 15px;
  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: block;
}
.form-float textarea {
  height: 110px;
  font-size: 15px;
  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;
}
.questions {
  background-color: #e0faf6;
}
.questions h1 {
  font-size: 70px;
  font-size: 4.375rem;
  color: #b91d85;
  font-weight: bold;
  margin-bottom: 40px;
}
.questions h1 .subtitulo {
  font-weight: normal;
}
.questions .question {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  margin-right: 45px;
  margin-bottom: 30px;
  position: relative;
}
.questions .question:nth-child(3n) {
  margin-right: 0px;
}
.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:nth-child(2) {
  cursor: pointer;
  min-height: 88px;
  padding: 20px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.questions .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 .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 .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 .question>div.plus span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 22px;
}
.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: 310px;
  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.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;
}
#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-duvida-festa.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#header-home.interna.faq-festa #valor-faq {
  position: absolute;
  right: 495px;
  top: 170px;
  z-index: 99;
}
#header-home.interna.faq-festa #mae-filha-faq {
  position: absolute;
  right: 235px;
  top: 155px;
  z-index: 98;
}
#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;
}
.sec-promos i {
  margin-top: 42px;
  padding-bottom: 160px;
  display: block;
  color: #535353;
  font-size: 16px;
  font-size: 1rem;
  max-width: 960px;
}
.sec-promos .promocoes>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: 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%;
}
