html,
body {
    margin: 0;
    height: 100%;
}
body {
    font-family: 'ag_book_roundedregular';
    background-color: #755f00;
    color: #fff;
    overflow-y: hidden;
    font-size: 16px;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.7);
}
h1 {
    font-family: 'ag_book_roundedbold';
    color: #fff;
    font-size: 5em;
}
a {
    cursor: pointer;
    color: #fff;
}
a:hover {
    color: #fff;
}
.row {
    max-width: 80em !important;
    /*display: inline-block;*/
}
.large-12 {
    display: inline-block;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    opacity: 1;
}
img {
    max-width: inherit !important;
}
/* MAGNIFIC POP UP *************************************************************/

.mfp-img {
    max-width: none !important;
}
/* *************************************************************/

.main {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
/* REDES SOCIAIS *************************************************************/

.redes-sociais {
    display: block;
    opacity: 1;
    width: 250px;
    margin: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
    background-color: #40491b;
}
.redes-sociais li {
    display: inline-block;
    list-style: none;
    width: 55px;
    height: 55px;
}
.redes-sociais li .icon {
    width: 55px;
    height: 55px;
}
[data-icon]:before {
    font-family: "redes-sociais" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "redes-sociais" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\61";
    font-size: 2.1em;
    left: 10px;
    line-height: 58px;
    position: relative;
    top: -3px;
    transition: color 300ms ease-out;
}
.icon-gplus:before {
    content: "\62";
    position: relative;
    font-size: 2.7em;
    left: 6px;
    top: 1px;
    line-height: 47px;
    transition: color 300ms ease-out;
}
.icon-twitter:before {
    content: "\63";
    font-size: 2.1em;
    position: relative;
    top: -3px;
    left: 10px;
    line-height: 57px;
    transition: color 300ms ease-out;
}
.icon-youtube:before {
    content: "\64";
    font-size: 3.2em;
    position: relative;
    top: 5px;
    transition: color 300ms ease-out;
}
.icon-facebook:hover::before,
.icon-gplus:hover::before,
.icon-twitter:hover::before,
.icon-youtube:hover::before {
    color: #00e7ff;
    cursor: pointer;
}
/* MENU *************************************************************/

#containerMenu {
    display: none;
}
.container-menu {
    display: block;
    opacity: 1;
    width: 276px;
    position: fixed;
    z-index: 9995;
    height: 637px;
    padding-top: 20px;
    padding-left: 20px;
}
.menu .menu-secoes {
    font-family: 'ag_book_roundedmedium';
    font-size: 1.7em;
    letter-spacing: 0.02em;
    margin: 0;
    margin-top: 20px;
    width: 250px;
    background-color: #91ba38;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
}
.menu .menu-secoes li {
    list-style: none;
    height: 61px;
    line-height: 63px;
    padding-left: 33px;
}
.menu-secoes .turma,
.menu-secoes .personagens,
.menu-secoes .crowdfunding,
.menu-secoes .entrevistas,
.menu-secoes .colaboradores,
.menu-secoes .contatos,
.menu-secoes .blog,
{
    transition: background-color 300ms ease-out;
}
.menu-secoes .turma:hover,
.menu-secoes .personagens:hover,
.menu-secoes .crowdfunding:hover,
.menu-secoes .colaboradores:hover,
.menu-secoes .entrevistas:hover,
.menu-secoes .contatos:hover,
.menu-secoes .blog:hover {
    background-color: #647a29;
    cursor: pointer;
}
/* BANNER LOGO *************************************************************/

.banner-logo {
    width: 100%;
    height: 100vh;
    background-color: #ad0047;
}
.banner-logo .container-logo {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1349px;
    text-align: center;
}
.banner-logo .logo {
    width: 100%;
    margin-top: 70px;
}
.containerIconScroll {
    position: relative;
    z-index: 999;
    bottom: 110px;
}
.containerIconScroll .title-scroll {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.containerIconScroll .seta-scroll {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    -webkit-animation: anima-seta 1s infinite;
    -moz-animation: anima-seta 1s infinite;
    -o-animation: anima-seta 1s infinite;
    animation: anima-seta 1s infinite;
}
@keyframes anima-seta {
    0% {
        top: 0;
    }
    100% {
        top: 10px;
    }
}
/* A TURMA *************************************************************/

#sectionTurma {
    width: 100%;
    background-color: #627db2;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}
.conteudo-texto-turma {
    padding-left: 40px;
    padding-right: 20px;
}
.conteudo-texto-turma div {
    display: inline-block;
}
.container-saci-turma {
    height: auto;
    margin-right: 96px;
    cursor: pointer;
}
/* SACI TURMA *************************************************************/

#sectionSaciTurma {
    background: url("../img/bg-turma.jpg") no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
#sectionSaciTurma .img-saci-turma {
    float: none;
    width: 870px;
    cursor: pointer;
}
/* CROWDFUNDING *************************************************************/

#sectionCrowdfunding {
    width: 100%;
    height: 880px;
    background: url("../img/bg-crowdfunding.jpg") no-repeat top center;
    background-color: #8d51bc !important;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}
.baloes {
    overflow: hidden;
}
.baloes ul {
    list-style: none;
    overflow: hidden;
}
.balao {
    position: relative;
    display: inline-block;
}
.balao1 {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -350px;
    overflow: hidden;
}
.balao1 img {
    height: 184px;
}
.balao2 {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -329px;
    margin-top: 104px;
    overflow: hidden;
}
.balao2 img {
    height: 126px;
}
.balao3 {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: 110px;
    margin-top: 133px;
    overflow: hidden;
}
.balao3 img {
    height: 122px;
}
.balao4 {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -316px;
    margin-top: 190px;
    overflow: hidden;
}
.balao4 img {
    height: 156px;
}
.balao5 {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: 153px;
    margin-top: 235px;
    overflow: hidden;
}
.balao5 img {
    height: 136px;
}
.botao-grafico>div {
    width: 200px;
    height: 18px;
}
.botao-link1>div {
    width: 200px;
    height: 18px;
}
.botao-link2>div {
    width: 216px;
    height: 18px;
}
.balao6 {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -377px;
    margin-top: 316px;
    overflow: hidden;
}
.balao6 img {
    height: 186px;
}
.balao7 {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -377px;
    margin-top: 380px;
    overflow: hidden;
}
.balao7 img {
    height: 287px;
}
/* NEWSLETTER *************************************************************/

#sectionNewsletter {
    width: 100%;
    background-color: #47ad8e;
    height: 273px;
}
.saci-newsletter {
    overflow: hidden;
    height: 273px;
    margin-left: 19%;
}
.saci-newsletter img {
    margin-top: -92px;
    margin-left: -34px;
    height: 609px;
}
.containerFormNewsletter {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-top: 61px;
    top: -272px;
    margin-right: 30px;
    float: right;
}
#formNewsletter input {
    width: 100%;
    max-width: 380px;
    height: 65px;
    border-radius: 10px;
    border: 0;
    font-size: 1.5em;
    font-family: 'ag_book_roundedmedium';
    color: #919191;
    padding-left: 15px;
}
#formNewsletter .botao-envia-newsletter {
    width: 100%;
    max-width: 380px;
    height: 65px;
    margin: 0;
    font-size: 1.4em;
    font-family: 'ag_book_roundedmedium';
    box-shadow: 0px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 2px rgba(0, 0, 0, 0.7);
}
.botaoEnviarNormal {
    background-color: #ce05a8 !important;
}
.botaoEnviarDisabled {
    background-color: #c4c4c4 !important;
}
.botaoEnviarHover {
    background-color: #ff00db !important;
}
/* PERSONAGENS *************************************************************/

#sectionPersonagens {
    background-color: #b7ab39;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding: 0 20px 60px 20px;
}
.conteudo-personagens {
    float: right;
    width: 76%;
}
.conteudo-personagens h1 {
    font-size: 3.5em;
}
.container-galeria-personagens .galeria-personagens {
    width: 100%;
    max-width: 960px;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.container-galeria-personagens ul {
    width: 960px;
    overflow: hidden;
}
.container-galeria-personagens ul li {
    width: 132px;
    height: 132px;
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.botao-concept-personagens {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 10px rgba(0, 0, 0, 0) solid;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.7);
    transition: border 300ms ease-out;
}
.botao-concept-personagens:hover {
    border: 10px #00e7ff solid;
    cursor: pointer;
}
.container-concept-arts {
    margin-top: 20px;
}
.concept-lobisomem {
    background: url("../img/personagens.png") no-repeat -160px -153px;
}
.concept-saci {
    background: url("../img/personagens.png") no-repeat -672px -230px;
}
.concept-curupira {
    background: url("../img/personagens.png") no-repeat -1123px -311px;
}
.concept-boto {
    background: url("../img/personagens.png") no-repeat -1620px -202px;
}
.concept-matinta {
    background: url("../img/personagens.png") no-repeat -2026px -235px;
}
.concept-rute {
    background: url("../img/personagens.png") no-repeat -2557px -330px;
}
#containerConceptsArtsPersonagens button {
    width: 100%;
    max-width: 380px;
    height: 88px;
    float: left;
    margin: 0;
    font-size: 1.8em;
    font-family: 'ag_book_roundedmedium';
    text-align: center;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 2px rgba(0, 0, 0, 0.7);
}
#containerConceptsArtsPersonagens .seta {
    position: relative;
    text-align: center;
    left: 23px;
    margin-top: 18px;
}
#containerConceptsArtsPersonagens .seta .parte1 {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    transform: rotate(135deg);
    top: 0px;
    left: -36px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
}
#containerConceptsArtsPersonagens .seta .parte2 {
    position: absolute;
    width: 18px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    transform: rotate(221deg);
    top: -8px;
    left: -36px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
}
#containerConceptsArtsPersonagens .descricao-personagem {
    /*margin-top: 7%;*/
    margin-right: 16px;
    float: right;
}
#containerConceptsArtsPersonagens .personagem {
    margin-top: 24px;
}
#containerConceptsArtsPersonagens .personagem h2 {
    font-family: 'ag_book_roundedmedium';
    font-size: 2em;
    color: #fff;
}
#containerConceptsArtsPersonagens .container-personagem {
    display: inline-block;
    width: 100%;
    max-width: 551px;
}
#setaVoltarPersonagens,
#setaAvancarPersonagens {
    display: none;
}
.container-personagens {
    margin-top: -190px;
}
.img-personagem {
    width: 100%;
    max-width: 551px;
    position: relative;
    left: 50%;
    margin-left: -275px;
}
.img-personagem img {
    width: 100%;
}
.conteudo-textos-personagens {
    height: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}
.botaoConceptArtNormal {
    background-color: #57c4c4 !important;
}
.botaoConceptArtDisabled {
    background-color: #c4c4c4 !important;
}
.botaoConceptArtHover {
    background-color: #73fffb !important;
}
/* CUBER KRAFTS *************************************************************/

#sectionCuberKrafts {
    display: block;
    width: 100%;
    height: auto;
    background-color: #73bc5b;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.thumbs-cuber-krafts ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 16%;
}
.thumbs-cuber-krafts ul li div {
    width: 100%;
}
.thumb-cuber-kraft a img {
    width: 100%;
    height: 100%;
    border: 10px rgba(0, 0, 0, 0) solid;
    transition: border 300ms ease-out;
}
.thumb-cuber-kraft a:hover img {
    border: 10px #00e7ff solid;
    cursor: pointer;
}
.conteudo-cuber-krafts {
    float: right;
}
.conteudo-cuber-krafts p {
    font-size: 1.1em;
    font-family: 'ag_book_roundedmedium';
}
/* BONECOS ENTREVISTAS *************************************************************/

#sectionBonecosEntrevistas {
    background: url("../img/bg-entrevistas.jpg") no-repeat top center;
    background-size: cover;
}
/* ENTREVISTAS *************************************************************/

#sectionEntrevistas {
    display: none;
    width: 100%;
    height: auto;
    background-color: #73bc5b;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.conteudo-entrevistas h1 {
    font-size: 3.5em;
}
.conteudo-entrevistas {
    margin-top: 20px;
    float: right;
}
.conteudo-entrevistas p {
    font-size: 1.5em;
    margin-top: -20px;
    font-family: 'ag_book_roundedmedium';
}
.galeria-videos-entrevistas {
    width: 100%;
    margin: 0;
    margin-top: 155px;
    text-align: center;
}
.galeria-videos-entrevistas ul {
    margin: 0;
}
.galeria-videos-entrevistas ul li {
    width: 250px;
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}
.galeria-videos-entrevistas .thumb-video {
    width: 100%;
    border: 5px solid #fff;
    transition: border 300ms ease-out;
}
.galeria-videos-entrevistas .thumb-video img {
    max-width: 100% !important;
}
.galeria-videos-entrevistas .thumb-video:hover {
    border: 5px solid #647a29;
}
#sectionBonecosEntrevistas {
    height: 620px;
}
.container-bonecos-entrevistas {
    padding: 0 20px;
    margin-top: 40px;
    overflow: hidden;
}
.dudu-lobo-entrevistas {
    height: 552px;
}
.dudu-lobo-entrevistas img {
    height: 552px;
}
.curupira-entrevistas {
    position: relative;
    z-index: 10;
    height: 382px;
    margin-top: -401px;
}
.curupira-entrevistas img {
    height: 382px;
}
/* COLABORADORES *************************************************************/

#sectionColaboradores {
    display: none;
    background-color: #d88500;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.conteudo-colaboradores {
    float: right;
}
.conteudo-colaboradores h1 {
    font-size: 3.5em;
}
.container-galeria-colaboradores .galeria-colaboradores {
    width: 100%;
    max-width: 960px;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.container-galeria-colaboradores ul {
    width: 1408px;
    height: 136px;
    overflow: hidden;
}
.container-galeria-colaboradores ul li {
    width: 132px;
    height: 132px;
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
/*.galeria-colaboradores ul li {
    width: 100px;
    height: 100px;
    display: inline-block;
    list-style: none;
    margin-right: 26px;
}*/

.container-colaboradores {
    margin-top: 20px;
}
.box-foto-colaborador {
    width: 100%;
    max-width: 500px;
}
.box-foto-colaborador img {
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
.conteudo-texto-colaborador h1 {
    font-size: 2em;
    font-family: 'ag_book_roundedmedium';
    line-height: 35px;
    margin-top: 20px;
}
.botao-colaborador {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 10px rgba(0, 0, 0, 0) solid;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.7);
    transition: border 300ms ease-out;
}
.botao-colaborador:hover {
    border: 10px #00e7ff solid;
    cursor: pointer;
}
.botao-colaborador img {
    width: 150px;
    margin-left: -19px;
    margin-top: -14px;
}
#botao-colaborador1 {
    background: url("../img/colaborador-rodrigo-krawczuk.jpg") no-repeat -19px;
    background-size: 150px;
}
#botao-colaborador2 {
    background: url("../img/colaborador-thais-leal.jpg") no-repeat -19px;
    background-size: 150px;
}
.colaborador {
    border-radius: 50%;
    border: 10px rgba(0, 0, 0, 0) solid;
    transition: border 300ms ease-out;
    overflow: hidden;
}
.colaborador:hover {
    border: 10px #00e7ff solid;
    cursor: pointer;
}
.seta-galeria {
    position: relative;
    text-align: center;
    margin-top: 41px;
    width: 60px;
    height: 60px;
}
.seta-avancar-galeria .parte1 {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 60px;
    transform: rotate(135deg);
    margin-top: 31px;
    margin-left: -8px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
    transition: background 300ms ease-out;
}
.seta-avancar-galeria .parte2 {
    position: absolute;
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 60px;
    transform: rotate(221deg);
    margin-top: 11px;
    margin-left: -8px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
    transition: background 300ms ease-out;
}
.seta-voltar-galeria .parte1 {
    position: absolute;
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 60px;
    transform: rotate(135deg);
    margin-top: 11px;
    margin-left: -30px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
    transition: background 300ms ease-out;
}
.seta-voltar-galeria .parte2 {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 60px;
    transform: rotate(221deg);
    margin-top: 31px;
    margin-left: -30px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.7);
    transition: background 300ms ease-out;
}
.hover-setas {
    background: #00e7ff !important;
    cursor: pointer;
}
/* CONTATOS *************************************************************/

#sectionContatos {
    background-color: #969914;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.container-contatos {
    margin-top: 20px;
}
.conteudo-contatos h1 {
    font-size: 3.5em;
}
.conteudo-contatos p {
    font-size: 1.1em;
    margin-top: -20px;
    font-family: 'ag_book_roundedmedium';
}
.container-form {
    margin-top: 40px;
    padding-left: 14px;
}
.coluna-dir-contato {
    float: right;
}
#formContato label {
    border-radius: 10px;
    font-size: 1.5em;
    font-family: 'ag_book_roundedmedium';
    color: #fff;
    cursor: auto;
    padding-left: 15px;
}
#formContato input,
#formContato textarea {
    border-radius: 10px;
    height: 65px;
    border: 0;
    font-size: 1.5em;
    font-family: 'ag_book_roundedmedium';
    color: #919191;
    padding-left: 15px;
}
#formContato input:focus,
#formContato textarea:focus {
    background-color: #ffec00;
}
#formContato textarea {
    height: 299px;
}
#formContato button {
    width: 100%;
    height: 65px;
    margin: 0;
    background-color: #ce05a8;
    font-size: 1.5em;
    color: #fff;
    font-family: 'ag_book_roundedmedium';
    box-shadow: 0px 2px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 2px rgba(0, 0, 0, 0.7);
}
small.erro {
    display: none;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -20px;
    margin-bottom: 1rem;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    color: #ffff00;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.7);
}
::-webkit-input-placeholder {
    color: #919191;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #919191;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #919191;
}
:-ms-input-placeholder {
    color: #919191;
}
#formContato button:hover {
    background-color: #ff00db;
}
/* FOOTER ************************************************************************/

#footer {
    background-color: #755867;
}
#footer .coluna-esq-footer {
    padding: 30px 30px 30px 50px;
}
#footer .coluna-dir-footer {
    padding: 30px 50px 30px 0px;
    float: right;
    width: 230px;
}
#footer p {
    background-color: #755867;
    font-family: 'ag_book_roundedmedium';
    display: inline-block;
}
#footer .container-criador {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
}
#footer .container-apoio {
    display: inline-block;
}
#footer .container-apoio img {
    width: 100px;
}
#footer .container-botao-ajudar-turma {
    width: 180px;
    margin-bottom: 20px;
    display: inline-block;
}
#botaoAjudarTurma {
    display: none;
    height: 35px;
    margin: 0;
    width: 100%;
    background-color: #fff;
    font-size: 0.8em;
    color: #755867;
    font-family: 'ag_book_roundedmedium';
    box-shadow: 0px 1px rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}
#footer .coluna-dir-footer button:hover {
    background-color: #ffc5e5;
}
#footer .container-footer {
    padding: 0 50px;
}
#footer .copyright p {
    margin-top: 10px;
}
/* FOOTER - REDES SOCIAIS ******************************************************/

#footer .redes-sociais-footer {
    margin: 0;
    position: inherit;
    left: 0;
    margin-left: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
    background-color: transparent;
}
#footer .redes-sociais-footer li {
    display: inline-block;
    list-style: none;
    width: 55px;
    height: 55px;
}
#footer .redes-sociais-footer li .icon {
    width: 55px;
    height: 55px;
}
#footer .icon-facebook-footer:before {
    content: "\61";
    font-size: 2.1em;
    left: 10px;
    line-height: 58px;
    position: relative;
    top: -3px;
    transition: color 300ms ease-out;
}
#footer .icon-gplus-footer:before {
    content: "\62";
    position: relative;
    font-size: 2.7em;
    left: 6px;
    top: 1px;
    line-height: 47px;
    transition: color 300ms ease-out;
}
#footer .icon-twitter-footer:before {
    content: "\63";
    font-size: 2.1em;
    position: relative;
    top: -3px;
    left: 10px;
    line-height: 57px;
    transition: color 300ms ease-out;
}
#footer .icon-youtube-footer:before {
    content: "\64";
    font-size: 3.2em;
    position: relative;
    top: 5px;
    transition: color 300ms ease-out;
}
#footer .icon-facebook-footer:hover::before,
#footer .icon-gplus-footer:hover::before,
#footer .icon-twitter-footer:hover::before,
#footer .icon-youtube-footer:hover::before {
    color: #ffc5e5;
    cursor: pointer;
}
#footer .linha-divisoria-footer {
    position: relative;
    width: 96%;
    height: 10px;
    left: 50%;
    margin-left: -48%;
}
.copyright {
    text-align: center;
    padding: 0 70px;
}
.copyright p {
    font-size: 0.8em;
}
/* MEDIA QUERIES LOGO **************************************************************
*******************************************************************************************/

@media screen and (max-width: 1023px) {
    .banner-logo {
        display: none;
    }
}
/* FIM MEDIE QUERIES SEÇÕES **********************************************************
*******************************************************************************************/

@media screen and (max-width: 67.75em) {
    /* max 1084px */
    .logotipo {
        display: inline-block;
        padding: 9px 0 0 20px;
    }
    .logotipo img {
        width: 150px;
    }
    /* REDES SOCIAIS *************************************************************/
    .redes-sociais {
        width: 100%;
        margin: 0;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
        background-color: #40491b;
        display: none;
        opacity: 0;
    }
    .redes-sociais li {
        display: inline-block;
        list-style: none;
        width: 23%;
        height: 55px;
    }
    .redes-sociais li .icon {
        width: 55px;
        height: 55px;
        /* position: relative; */
        /* left: 50%; */
        /* margin-left: -52px; */
        margin-left: auto;
        margin-right: auto;
    }
    /* MENU *************************************************************/
    #nav {
        width: 40px;
        margin-right: 20px;
    }
    #nav > #menuOpen {
        width: 40px;
        height: 40px;
        cursor: pointer;
        margin-top: 30px;
        margin-left: 5px;
        float: left;
    }
    #nav > #menuOpen:before {
        content: '';
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: 10px 0 0 7px;
        box-shadow: 0px 8px 0px #fff, 0px 16px 0px #fff;
    }
    #nav > #menuClose {
        display: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        margin-top: 30px;
        margin-left: 5px;
        float: left;
    }
    #nav > #menuClose:after {
        content: '×';
        width: 47px;
        height: 47px;
        margin: 0;
        margin-left: 8px;
        padding: 0;
        text-align: center;
        line-height: 0.7em;
        font-size: 3em;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }
    /*    #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    #nav > .menu-secoes {
        width: 100%;
        height: 44px;
        position: absolute;
        left: 0;
        margin-left: 0;
        right: inherit;
        top: 58px;
         padding: 5px; 
        margin: 0 auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 500ms ease;
    }
    #nav:target > .menu-secoes {
        visibility: visible;
        opacity: 1;
    }
    #nav > .menu-secoes ul {
        opacity: 0;
        visibility: hidden;
        width: 580px !important;
        margin: -5px auto;
        -webkit-transition: all 500ms ease;
    }
    #nav:target > .menu-secoes ul {
        visibility: visible;
        opacity: 1;
        margin-top: 7px;
    }*/
    .container-menu {
        width: 100%;
        position: fixed;
        z-index: 9990;
        height: 110px;
        margin-top: 0;
        background-color: #ad0047;
        padding: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .7);
    }
    .menu .menu-secoes {
        display: none;
        opacity: 0;
        font-family: 'ag_book_roundedmedium';
        font-size: 1.5em;
        letter-spacing: 0.02em;
        margin: 0;
        margin-top: 18px;
        width: 100%;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
        text-align: center;
    }
    .menu .menu-secoes li {
        list-style: none;
        height: 45px;
        background-color: #91ba38;
        line-height: 43px;
        padding-left: 0;
    }
}
/*
** CADASTRO CUBER KRAFT ******************************************************
*/

#sectionCadastroCuberKraft {
    text-align: left;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
#sectionCadastroCuberKraft .containerContato {
    max-width: 700px;
    width: 100%;
    float: left;
    background: #91ba38;
    margin-top: 15px;
}
#sectionCadastroCuberKraft .frases {
    margin: 30px 0px 0 30px;
    width: 38%;
}
#sectionCadastroCuberKraft .frases h1 {
    color: #fff;
    font-size: 2.5em;
    text-transform: uppercase;
}
#sectionCadastroCuberKraft .containerCadastroCuberKraft {
    width: 100%;
    float: left;
    background: #4D94A6;
    margin-top: 15px;
}
#containerFormCadastroCuberKraft {
    float: right;
    padding: 20px 20px 0 0;
    width: 54.7%;
}
.botao-enviar-cuber-kraft {
    font-family: 'ag_book_roundedbold';
    background-color: #ce05a8;
    font-size: 1.5em;
    color: #fff;
}
.botao-enviar-cuber-kraft:hover {
    background-color: #ff00db;
}

#containerFormCadastroCuberKraft label {
    border-radius: 10px;
    font-size: 1.5em;
    font-family: 'ag_book_roundedmedium';
    color: #fff;
    cursor: auto;
    padding-left: 15px;
}
#containerFormCadastroCuberKraft input{
    border-radius: 10px;
    height: 40px;
    border: 0;
    font-size: 1.5em;
    font-family: 'ag_book_roundedmedium';
    color: #919191;
    padding-left: 15px;
}
#containerFormCadastroCuberKraft input:focus{
    background-color: #ffec00;
}

/* RECAPTCHA *********************************************************************************/
.container-recaptcha{
    height: 78px;
}
#containerRecaptcha {
    width: 310px;
    float: left;
    margin-bottom: 1em;
}
#containerRecaptcha div div {
    margin: 0 auto 0 auto;
}
/*****************************************************************/
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/* MEDIA QUERIES NEWSLETTER *********************************************************************************/

@media screen and (max-width: 37.5em) and (min-width: 20em) {
    /* max 600px e min 320px*/
    #sectionNewsletter {
        padding-bottom: 50px;
        height: auto;
    }
    .containerFormNewsletter {
        position: relative;
        z-index: 10;
        display: inline-block;
        width: 100%;
        margin-top: -106px;
        margin-right: 0;
        top: 0;
    }
    #formNewsletter {
        width: 90%;
        max-width: 380px;
        position: relative;
        left: 50%;
        margin-left: -45%;
    }
    .saci-newsletter {
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        margin: 0;
        margin-left: 0;
        overflow: hidden;
    }
    .saci-newsletter img {
        height: 616px;
        margin-top: 0;
        position: relative;
        left: 50%;
        margin-left: -246px;
    }
}
@media screen and (max-width: 23.75em) and (min-width: 20em) {
    /* max 380px e min 320px*/
    #formNewsletter button {
        font-size: 1.1em !important;
    }
}
@media screen and (max-width: 67.1875em) and (min-width: 37.5625em) {
    /* max 1075px e min 621px*/
    #sectionNewsletter {
        padding-bottom: 0;
        height: auto;
    }
    .containerFormNewsletter {
        position: relative;
        z-index: 10;
        display: inline-block;
        width: 100%;
        margin-top: -249px;
        top: 0;
        margin-right: 0;
    }
    #formNewsletter {
        width: 100%;
        max-width: 380px;
        position: relative;
        left: 50%;
        margin-left: -177px;
    }
    .saci-newsletter {
        position: relative;
        height: auto;
        width: 683px;
        left: 50%;
        margin: 0;
        margin-left: -341px;
    }
    .saci-newsletter img {
        height: 609px;
        margin-top: 0;
    }
}
@media screen and (max-width: 70.3125em) and (min-width: 67.25em) {
    /* max 1125px e min 1076px*/
    /*    #sectionNewsletter {
        padding-bottom: 50px;
    }*/
    .containerFormNewsletter {
        position: relative;
        z-index: 10;
        display: inline-block;
        width: 100%;
        max-width: 380px;
        margin-top: 0;
        top: -210px;
        float: right;
        margin-right: 0;
    }
    #formNewsletter {
        width: 100%;
        max-width: 354px;
        position: relative;
        left: 50%;
        margin-left: -177px;
    }
    #formNewsletter button {
        font-size: 1.4em;
    }
    .saci-newsletter {
        overflow: hidden;
        height: 273px;
        margin-left: 10%;
    }
    .saci-newsletter img {
        height: 609px;
    }
}
@media screen and (max-width: 80em) and (min-width: 70.375em) {
    /* max 1280px e min 1126px*/
    .containerFormNewsletter {
        position: relative;
        z-index: 10;
        display: inline-block;
        width: 100%;
        max-width: 380px;
        margin-top: 0;
        top: -210px;
        float: right;
        margin-right: 3%;
    }
    #formNewsletter {
        width: 100%;
        max-width: 354px;
        position: relative;
        left: 50%;
        margin-left: -177px;
    }
    #formNewsletter button {
        font-size: 1.4em;
    }
    .saci-newsletter {
        overflow: hidden;
        height: 273px;
        margin-left: 10%;
    }
}
/* FIM MEDIE QUERIES NEWSLETTER ***********************************************************
*******************************************************************************************/

/* MEDIA QUERIES CUBER KRAFTS **************************************************************
*******************************************************************************************/

@media screen and (min-width: 320px) and (max-width: 767px) {
    #sectionCadastroCuberKraft {
        width: 70%;
    }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    #sectionCadastroCuberKraft .frases {
        width: 100%;
        margin: 0;
    }
    #containerFormCadastroCuberKraft {
        width: 92%;
        margin: 0 auto;
        float: none!important;
        padding: 0;
    }
}
@media screen and (min-width: 520px) and (max-width: 800px) {
    .thumbs-cuber-krafts {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .thumbs-cuber-krafts ul li {
        width: 33%;
    }
}
@media screen and (min-width: 320px) and (max-width: 519px) {
    .thumbs-cuber-krafts {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .thumbs-cuber-krafts ul {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        width: 100%;
    }
    .thumbs-cuber-krafts ul li {
        width: 50%;
    }
}
/* FIM MEDIE QUERIES CUBER KRAFTS ***********************************************************
*******************************************************************************************/

/* MEDIA QUERIES PERSONAGENS **************************************************************
*******************************************************************************************/

@media screen and (min-width: 590px) and (max-width: 1025px) {
    #containerConceptsArtsPersonagens .container-personagem {
        position: relative;
        left: 50%;
        margin-left: -275px;
    }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
    .img-personagem {
        width: 100%;
        max-width: 551px;
        position: relative;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
    #containerConceptsArtsPersonagens .personagem {
        margin-top: 67px;
    }
}
@media screen and (min-width: 1281px) {
    .container-personagens {
        margin-top: -190px;
    }
}
@media screen and (min-width: 1076px) and (max-width: 1280px) {
    .container-personagens {
        margin-top: -125px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1075px) {
    .container-personagens {
        margin-top: 20px;
    }
}
@media screen and (min-width: 1076px) and (max-width: 1280px) {
    /*.container-galeria-personagens .galeria-personagens {
        margin-top: 110px !important;
    }*/
    .seta-galeria {
        margin-top: 41px !important;
    }
    #setaVoltarPersonagens {
        margin-right: 33px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1075px) {
    .conteudo-personagens {
        float: none;
        width: inherit;
    }
}
@media screen and (min-width: 1085px) and (max-width: 1280px) {
    /*max 1280px e min 1084px*/
    .conteudo-personagens {
        float: right;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens,
    {
        display: block;
    }
    .container-galeria-personagens {
        position: inherit;
        width: 786px;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }
    .container-galeria-personagens ul {
        margin: 0;
    }
    .container-galeria-personagens .galeria-personagens {
        width: 605px;
        max-width: 960px;
        overflow: hidden;
        position: initial;
        z-index: 999;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
    .conteudo-colaboradores {
        float: right;
    }
    .container-galeria-colaboradores {
        position: inherit;
        width: 786px;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        float: none;
    }
    .container-galeria-colaboradores ul {
        margin: 0;
    }
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 616px;
        max-width: 960px;
        overflow: hidden;
        position: initial;
        z-index: 999;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (min-width: 801px) and (max-width: 1084px) {
    /*max 1083px e min 801px*/
    #setaVoltarPersonagens,
    #setaAvancarPersonagens,
    {
        display: block;
    }
    .container-galeria-personagens {
        position: absolute;
        width: 761px;
        left: 50%;
        margin-left: -380px;
        margin-top: 100px;
    }
    .container-galeria-personagens ul {
        margin: 0;
    }
    .container-galeria-personagens .galeria-personagens {
        width: 615px;
        max-width: 960px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -300px;
        margin-top: 0;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
    /*max 800px e min 601px*/
    #setaVoltarPersonagens,
    #setaAvancarPersonagens,
    {
        display: block;
    }
    .container-galeria-personagens ul {
        margin: 0;
    }
    .container-galeria-personagens .galeria-personagens {
        width: 450px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -225px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
}
@media screen and (min-width: 29.4375em) and (max-width: 600px) {
    /*max 320px e min 471px*/
    #setaVoltarPersonagens,
    #setaAvancarPersonagens,
    {
        display: block;
    }
    .container-galeria-personagens ul {
        margin: 0;
    }
    .container-galeria-personagens .galeria-personagens {
        width: 300px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -150px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
}
@media screen and (min-width: 20em) and (max-width: 410px) {
    /*min 320px e max 470px*/
    .conteudo-personagens h1 {
        font-size: 2.6em;
        padding: 0;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 20em) and (max-width: 470px) {
    /*min 320px e max 470px*/
    #setaVoltarPersonagens,
    #setaAvancarPersonagens,
    {
        display: block;
    }
    .container-galeria-personagens .galeria-personagens {
        width: 150px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -75px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
}
/* CONTAINER PERSONAGENS **********************************************************/

@media screen and (min-width: 1085px) and (max-width: 1266px) {
    #containerConceptsArtsPersonagens button {
        padding: 0;
        background-color: #57c4c4;
        font-size: 1.6em;
    }
}
@media screen and (min-width: 1085px) and (max-width: 1320px) {
    #containerConceptsArtsPersonagens .container-personagem {
        margin-left: -88px;
    }
    #containerConceptsArtsPersonagens .personagem {
        margin-top: 41px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1084px) {
    #containerConceptsArtsPersonagens .personagem {
        margin-top: 170px;
    }
}
@media screen and (min-width: 401px) and (max-width: 429px) {
    #containerConceptsArtsPersonagens button {
        text-align: center;
        font-size: 1.8em;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 20em) and (max-width: 400px) {
    #containerConceptsArtsPersonagens button {
        text-align: center;
        font-size: 1.3em;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 20em) and (max-width: 1025px) {
    #containerConceptsArtsPersonagens .descricao-personagem {
        margin-right: auto;
        text-align: center;
        float: none;
    }
    #containerConceptsArtsPersonagens button {
        float: none;
    }
}
/* FIM MEDIE QUERIES PERSONAGENS **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES COLABORADORES **************************************************************
*******************************************************************************************/

@media screen and (max-width: 1084px) {
    .conteudo-colaboradores {
        float: none;
    }
}
@media screen and (min-width: 1021px) {
    #containerColaborador .container-conteudo-colaborador {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%;
        max-width: none;
    }
    #containerColaborador .conteudo-texto-colaborador {
        width: 41.66667%;
    }
}
@media screen and (min-width: 320px) and (max-width: 1020px) {
    #containerColaborador .conteudo-texto-colaborador {
        width: 100%;
    }
    .conteudo-texto-colaborador h1 {
        font-size: 1.5em !important;
        margin-bottom: 20px !important;
    }
}
@media screen and (min-width: 572px) and (max-width: 1020px) {
    #containerColaborador .container-conteudo-colaborador {
        position: relative;
        left: 50%;
        margin-left: -250px;
        width: 100%;
        max-width: 501px;
        text-align: left;
    }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
    .box-foto-colaborador {
        width: 100%;
        max-width: 501px;
        position: relative;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (min-width: 1281px) {
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 785px;
        max-width: 960px;
        overflow: hidden;
        position: initial;
        z-index: 999;
        left: 0;
        margin-left: 0;
        margin-top: 0;
    }
    #setaAvancarColaborador {
        margin-right: 0px;
    }
}
@media screen and (min-width: 1076px) and (max-width: 1280px) {
    /*.container-galeria-personagens .galeria-personagens {
        margin-top: 110px !important;
    }*/
    .seta-galeria {
        margin-top: 41px !important;
        margin-right: 25px;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens {
        display: block;
    }
    #setaVoltarColaboradores {
        margin-right: 33px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1075px) {
    .conteudo-personagens {
        float: none;
        width: inherit;
    }
}
@media screen and (min-width: 801px) and (max-width: 1084px) {
    /*max 1083px e min 801px*/
    .container-galeria-colaboradores {
        position: absolute;
        width: 761px;
        left: 50%;
        margin-left: -380px;
        margin-top: 100px;
    }
    .container-galeria-colaboradores ul {
        margin: 0;
    }
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 605px;
        max-width: 960px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -300px;
        margin-top: 0;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens {
        display: block;
    }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
    /*max 800px e min 601px*/
    .container-galeria-colaboradores ul {
        margin: 0;
    }
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 450px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -225px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens {
        display: block;
    }
}
@media screen and (min-width: 29.4375em) and (max-width: 600px) {
    /*max 320px e min 471px*/
    .container-galeria-colaboradores ul {
        margin: 0;
    }
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 300px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -150px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens {
        display: block;
    }
}
@media screen and (min-width: 20em) and (max-width: 456px) {
    /*min 320px e max 470px*/
    .conteudo-colaboradores h1 {
        font-size: 2.4em;
        padding: 0;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 20em) and (max-width: 470px) {
    /*min 320px e max 470px*/
    .container-galeria-colaboradores .galeria-colaboradores {
        width: 150px;
        max-width: 960px;
        margin-top: 100px;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -75px;
    }
    .seta-galeria {
        margin-top: 38px;
        width: 60px;
        height: 60px;
    }
    #setaVoltarPersonagens,
    #setaAvancarPersonagens {
        display: block;
    }
}
@media screen and (min-width: 1177px) and (max-width: 1280px) {
    .box-foto-colaborador {
        max-width: 470px;
    }
    .conteudo-texto-colaborador h1 {
        margin-top: 0;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1177px) {
    .box-foto-colaborador {
        max-width: 430px;
    }
    .conteudo-texto-colaborador h1 {
        margin-top: 0;
    }
}
@media screen and (min-width: 1085px) and (max-width: 1101px) {
    .box-foto-colaborador {
        max-width: 400px;
    }
    .conteudo-texto-colaborador h1 {
        margin-top: 0;
    }
}
@media screen and (min-width: 1085px) {
    .conteudo-colaboradores .container-colaborador {
        margin-top: 60px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1084px) {
    .conteudo-colaboradores .container-colaborador {
        margin-top: 200px;
    }
}
@media screen and (min-width: 20em) and (max-width: 800px) {
    .conteudo-colaboradores .container-colaborador {
        margin-top: 90px;
        text-align: center;
    }
}
@media screen and (max-width: 1020px) and (min-width: 801px) {
    .conteudo-colaboradores .container-colaborador {
        text-align: center;
    }
}
/* FIM MEDIE QUERIES COLABORADORES **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES CROWDFUNDING **************************************************************
*******************************************************************************************/

/* CROWDFUNDING *************************************************************/

@media screen and (min-width: 67.8125em) {
    #sectionCrowdfunding {
        width: 100%;
        height: 782px;
        background: url("../img/bg-crowdfunding.jpg") no-repeat top center;
    }
}
@media screen and (max-width: 67.75em) {
    #sectionCrowdfunding {
        background: #8d51bc;
    }
}
/* BALÃO 1 *************************************************************/

@media screen and (min-width: 39.875em) and (max-width: 67.75em) {
    /*min 638px e max 1084px*/
    .balao1 {
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-left: -347px;
        overflow: hidden;
    }
    .balao1 img {
        height: 184px;
    }
}
@media screen and (min-width: 20em) and (max-width: 39.8125em) {
    /*min 320px e max 637px*/
    .balao1 {
        position: absolute;
        z-index: 1;
        left: 0;
        margin-left: 0;
        overflow: hidden;
        width: 100%;
    }
    .balao1 img {
        height: 205px;
        position: relative;
        left: 50%;
        margin-left: -255px;
    }
}
/* FIM BALÃO 1 *************************************************************/

/* BALÃO 4 *************************************************************/

@media screen and (min-width: 20em) and (max-width: 30em) {
    /*min 320px e max 480px*/
    .balao4 {
        position: absolute;
        z-index: 3;
        left: 0;
        margin-left: 0;
        margin-top: 274px;
        overflow: hidden;
        width: 100%;
    }
    .balao4 img {
        height: 180px;
        position: relative;
        left: 50%;
        margin-left: -285px;
    }
    .balao5 {
        margin-top: 395px !important;
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 45.625em) and (min-width: 30.0625em) {
    /*min 481px e max 730px*/
    .balao4 {
        position: absolute;
        z-index: 3;
        left: 50%;
        margin-left: -337px;
        margin-top: 274px;
        overflow: hidden;
    }
    .balao4 img {
        height: 161px;
    }
}
@media screen and (max-width: 880px) and (min-width: 45.6875em) {
    /*min 731px e max 800px*/
    .balao4 {
        margin-left: -337px;
        margin-top: 255px;
        overflow: hidden;
    }
}
@media screen and (max-width: 67.75em) and (min-width: 881px) {
    /*min 881px e max 1084px*/
    .balao4 {
        margin-left: -337px;
        margin-top: 200px;
        overflow: hidden;
    }
}
/* FIM BALÃO 4 *************************************************************/

/* BALÃO 5 *************************************************************/

@media screen and (max-width: 45.625em) and (min-width: 20em) {
    /*min 320px e max 730px*/
    .balao5 {
        position: absolute;
        z-index: 3;
        left: 0;
        margin-left: 0;
        margin-top: 381px;
        overflow: hidden;
        width: 100%;
    }
    .balao5 img {
        height: 136px;
        position: relative;
        left: 50%;
        margin-left: -53px;
    }
}
@media screen and (max-width: 880px) and (min-width: 45.6875em) {
    /*min 731px e max 880px*/
    .balao5 {
        position: absolute;
        z-index: 3;
        left: 50%;
        margin-left: 70px;
        margin-top: 333px;
        overflow: hidden;
    }
    .balao5 img {
        height: 136px;
    }
}
@media screen and (max-width: 67.75em) and (min-width: 881px) {
    /*min 881px e max 1084px*/
    .balao5 {
        position: absolute;
        z-index: 3;
        left: 50%;
        margin-left: 70px;
        margin-top: 276px;
        overflow: hidden;
    }
    .balao5 img {
        height: 136px;
    }
}
/* FIM BALÃO 5 *************************************************************/

/* BALÃO 6 *************************************************************/

@media screen and (min-width: 55.0625em) and (max-width: 67.75em) {
    /*min 881px e max 1084px*/
    .balao6 {
        position: absolute;
        z-index: 10;
        left: 50%;
        margin-left: -375px !important;
        margin-top: 353px !important;
        overflow: hidden;
    }
    .balao6 img {
        height: 186px;
    }
    .balao7 {
        margin-left: -481px !important;
        margin-top: 502px !important;
    }
}
@media screen and (max-width: 55em) and (min-width: 20em) {
    /*min 320px e max 880px*/
    .balao6 {
        position: absolute;
        z-index: 10;
        left: 0;
        margin-left: 0;
        overflow: hidden;
        width: 100%;
    }
    .balao6 img {
        height: 390px;
        position: relative;
        left: 50%;
        margin-left: -259px;
    }
}
/* FIM BALÃO 6 *************************************************************/

/* BALÃO 7 *************************************************************/

@media screen and (min-width: 37.5625em) and (max-width: 67.75em) {
    /*min 601px e max 1084px*/
    #sectionCrowdfunding {
        height: 1395px;
    }
    .balao7 {
        position: absolute;
        z-index: 0;
        left: 0;
        margin-left: 0 !important;
        margin-top: 742px !important;
        overflow: hidden;
        width: 100%;
    }
    .balao7 img {
        height: 287px;
        position: relative;
        left: 50%;
        margin-left: -400px;
    }
}
@media screen and (max-width: 37.5em) and (min-width: 20em) {
    /*min 320px e max 600px*/
    #sectionCrowdfunding {
        height: 1600px;
    }
    .balao7 {
        position: absolute;
        z-index: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
    }
    .balao7 img {
        height: 341px;
        position: relative;
        left: 50%;
        margin-left: -284px;
    }
}
/* FIM BALÃO 7 *************************************************************/

/* BALÕES *************************************************************/

@media screen and (max-width: 45.625em) and (min-width: 20em) {
    /*max 730px e min 320px*/
    .balao2 {
        position: absolute;
        z-index: 0;
        left: 0;
        margin-left: 0;
        margin-top: 146px;
        overflow: hidden;
        width: 100%;
    }
    .balao2 img {
        height: 126px;
        position: relative;
        left: 50%;
        margin-left: -292px;
    }
    .balao3 {
        position: absolute;
        z-index: 2;
        left: 0;
        margin-left: 0;
        margin-top: 214px;
        overflow: hidden;
        width: 100%;
    }
    .balao3 img {
        height: 122px;
        position: relative;
        left: 50%;
        margin-left: -60px;
    }
    .balao6 {
        margin-left: 0;
        margin-top: 469px;
        height: 390px;
    }
    .balao7 {
        margin-left: 0;
        margin-top: 792px;
    }
}
@media screen and (max-width: 67.75em) and (min-width: 55.0625em) {
    /*min 881px e max 1084px*/
    #sectionCrowdfunding {
        height: 1100px;
    }
}
@media screen and (max-width: 55em) and (min-width: 45.6875em) {
    /*min 731px e max 800px*/
    #sectionCrowdfunding {
        height: 1250px;
    }
    .balao2 {
        position: absolute;
        z-index: 0;
        left: 50%;
        margin-left: -340px;
        margin-top: 159px;
        overflow: hidden;
    }
    .balao2 img {
        height: 126px;
    }
    .balao3 {
        position: absolute;
        z-index: 2;
        left: 50%;
        margin-left: 21px;
        margin-top: 200px;
        overflow: hidden;
    }
    .balao3 img {
        height: 122px;
    }
    .balao6 {
        margin-left: 0px;
        margin-top: 414px;
        height: 390px;
    }
}
@media screen and (max-width: 67.75em) and (min-width: 55.0625em) {
    /*min 881px e max 1084px*/
    .balao7 {
        margin-left: 0px !important;
        margin-top: 412px !important;
    }
}
@media screen and (max-width: 55em) and (min-width: 45.6875em) {
    /*min 731px e max 880px*/
    .balao7 {
        margin-left: 0 !important;
        margin-top: 670px !important;
    }
}
/* FIM BALÕES *************************************************************/

@media screen and (min-width: 881px) {
    div.botao-grafico {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 30px;
        /* margin: 0; */
        /* left: 160px; */
        top: -99px;
        opacity: 0.5;
        margin-left: 163px;
    }
    div.botao-link1 {
        position: relative;
        width: 200px;
        height: 18px;
        margin-left: 541px;
        top: -118px;
        opacity: 0.5;
    }
    div.botao-link2 {
        position: relative;
        width: 214px;
        height: 19px;
        margin-left: 531px;
        top: -115px;
        opacity: 0.5;
    }
}
@media screen and (max-width: 880px) and (min-width: 20em) {
    div.botao-grafico {
        position: relative;
        width: 200px;
        height: 30px;
        /* margin: 0; */
        left: 50%;
        margin-top: -286px;
        opacity: 0.5;
        z-index: 10;
        margin-left: -100px;
    }
    div.botao-link1 {
        position: relative;
        width: 200px;
        height: 18px;
        left: 50%;
        margin-left: -100px;
        margin-top: 163px;
        opacity: 0.5;
    }
    div.botao-link2 {
        position: relative;
        width: 214px;
        height: 19px;
        left: 50%;
        margin-left: -104px;
        margin-top: 5px;
        opacity: 0.5;
    }
}
/* FIM MEDIE QUERIES CROWDFUNDING **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES A TURMA **************************************************************
*******************************************************************************************/

@media screen and (max-width: 54.375em) and (min-width: 20em) {
    /* max 870px e 320px */
    #sectionSaciTurma .img-saci-turma {
        float: none;
        width: 477px;
        position: relative;
        left: 50%;
        margin-left: -238px;
    }
}
@media screen and (min-width: 54.4375em) and (max-width: 67.75em) {
    /* min 871px e max 1084px */
    #sectionSaciTurma .img-saci-turma {
        width: 870px;
        position: relative;
        float: none;
        left: 50%;
        margin-left: -435px;
    }
}
@media screen and (max-width: 67.75em) {
    /* max 1084px*/
    .conteudo-texto-turma {
        padding-left: 20px;
    }
}
@media screen and (min-width: 67.8125em) {
    /* max 1084px*/
    #sectionSaciTurma .img-saci-turma {
        float: right;
    }
}
/* FIM MEDIE QUERIES A TURMA **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES ENTREVISTAS **************************************************************
*******************************************************************************************/

@media screen and (max-width: 67.75em) and (min-width: 64em) {
    /* max 1084px e min 1024px*/
    .large-9 {
        width: 100% !important;
    }
}
/* MEDIA QUERIES CONTEUDO ENTREVISTA *
**************************************/

@media screen and (min-width: 80em) {
    /* min 1281px*/
    .galeria-videos-entrevistas {
        width: 82%;
        margin: 0;
        margin-top: 155px;
        text-align: center;
    }
}
/* FIM MEDIE QUERIES CONTEUDO ENTREVISTA *
**********************************/

@media screen and (max-width: 48.5625em) and (min-width: 20em) {
    /* max 807px e min 320x*/
    .conteudo-entrevistas h1 {
        font-size: 3em;
    }
    .conteudo-entrevistas {
        margin-top: 20px;
    }
    .conteudo-entrevistas p {
        font-size: 1.1em;
        ç.q 7 margin-top: -10px;
    }
    .galeria-videos-entrevistas {
        width: 100%;
        margin: 0;
        margin-top: 120px;
        text-align: center;
    }
    .galeria-videos-entrevistas ul {
        margin: 0;
    }
    .galeria-videos-entrevistas ul li {
        width: 85%;
        max-width: 450px;
        display: inline-block;
        list-style: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .galeria-videos-entrevistas .thumb-video {
        width: 100%;
        border: 5px solid #fff;
        transition: border 300ms ease-out;
    }
    .galeria-videos-entrevistas .thumb-video img {
        max-width: 100% !important;
    }
    .galeria-videos-entrevistas .thumb-video:hover {
        border: 5px solid #647a29;
    }
}
/* MEDIE QUERIES BONECOS ENTREVISTA *
*************************************/

@media screen and (max-width: 50em) and (min-width: 33.1875em) {
    .conteudo-bonecos-entrevistas {
        position: relative;
        width: 491px;
        left: 50%;
        margin-left: -248px;
    }
}
@media screen and (max-width: 50em) and (min-width: 20em) {
    /* max 420px e min 320x*/
    .container-bonecos-entrevistas {
        padding: 0 20px;
        margin-top: 10px;
        overflow: hidden;
    }
    .dudu-lobo-entrevistas {
        position: relative;
        margin-top: -11px;
        left: 50%;
        z-index: 0;
        margin-left: -351px;
    }
    .curupira-entrevistas {
        position: relative;
        z-index: 10;
        top: 30px;
        left: 34%;
        margin-left: -248px;
    }
}
/* FIM MEDIE QUERIES BONECOS ENTREVISTA *
*****************************************/

/* FIM MEDIE QUERIES ENTREVISTAS **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES CONTATOS **************************************************************
*******************************************************************************************/

@media screen and (max-width: 48.5625em) and (min-width: 20em) {
    /* max 807px e min 320x*/
    .conteudo-contatos h1 {
        font-size: 3em;
    }
    .conteudo-contatos p {
        font-size: 1.1em;
        margin-top: -10px;
    }
    .container-form {
        margin-top: 20px;
    }
}
/* MEDIA QUERIES CAMPOS FORMULARIO **************************************************************/

@media screen and (max-width: 50em) and (min-width: 20em) {
    /* max 800px e min 320x*/
    .coluna-dir-contato {
        float: none;
    }
}
@media screen and (min-width: 50.0625em) {
    /* min 800x*/
    .coluna-dir-contato {
        float: left;
        width: 50%;
    }
    .coluna-esq-contato {
        float: right;
        width: 50%;
    }
}
/* FIM MEDIE QUERIES CONTATOS **********************************************************
*******************************************************************************************/

/* MEDIA QUERIES FOOTER **************************************************************
*******************************************************************************************/

@media screen and (min-width: 20em) and (max-width: 40.0625em) {
    /* max 641px e min 320px*/
    #footer .coluna-esq-footer {
        padding: 30px 30px 50px 0px;
    }
    #footer .coluna-dir-footer {
        float: none;
        width: 100%;
        padding: 0;
        display: inline-block;
    }
}
/* FIM MEDIE QUERIES FOOTER **********************************************************
*******************************************************************************************/