@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@font-face {
    font-family: 'Houschka Pro';
    src: url('../fontes/HouschkaPro-ThinItalic.eot');
    src: url('../fontes/HouschkaPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HouschkaPro-ThinItalic.woff2') format('woff2'),
        url('../fontes/HouschkaPro-ThinItalic.woff') format('woff'),
        url('../fontes/HouschkaPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Houschka Pro';
    src: url('../fontes/HouschkaPro-Medium.eot');
    src: url('../fontes/HouschkaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HouschkaPro-Medium.woff2') format('woff2'),
        url('../fontes/HouschkaPro-Medium.woff') format('woff'),
        url('../fontes/HouschkaPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Houschka Pro';
    src: url('../fontes/HouschkaPro-DemiBold.eot');
    src: url('../fontes/HouschkaPro-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HouschkaPro-DemiBold.woff2') format('woff2'),
        url('../fontes/HouschkaPro-DemiBold.woff') format('woff'),
        url('../fontes/HouschkaPro-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Houschka Pro';
    src: url('../fontes/HouschkaPro-DemiBoldItalic.eot');
    src: url('../fontes/HouschkaPro-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HouschkaPro-DemiBoldItalic.woff2') format('woff2'),
        url('../fontes/HouschkaPro-DemiBoldItalic.woff') format('woff'),
        url('../fontes/HouschkaPro-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Houschka Pro';
    src: url('../fontes/HouschkaPro-Bold.eot');
    src: url('../fontes/HouschkaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HouschkaPro-Bold.woff2') format('woff2'),
        url('../fontes/HouschkaPro-Bold.woff') format('woff'),
        url('../fontes/HouschkaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro,
.centro2 {
    max-width: calc(100% - 100px);
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    position: relative;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 99;
    position: fixed;
}
#pag_index header{
    max-width: calc(100% - 300px);
}
header.ativo {
    background: url(../imagens/banner.jpg) center top no-repeat;
    background-size: cover;
    max-height: 80px;
}
#pag_index header.ativo{
    max-width: calc(100%);
}
#pag_index header.ativo .bt_menu_mobile{
    display: block;
}
#pag_index header.ativo .logo{
    position: relative;
    top: -25px;
    left: -10px;
}
#pag_index header.ativo .sociais_header{
    top: 28px;
}
.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img {
    display: block;
    z-index: 1;
    position: relative;
    height: auto;
    min-width: 100%;
}
#geral_personagem .fotos_personagem .mask_img{
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 270px;
}
#geral_personagem .fotos_personagem .mask_img img{
    width: auto;
    max-width: auto;
    position: static;
}
header .centro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1820px;
    width: calc(100% - 100px);
    padding-top: 20px;
    padding-bottom: 19px;
}
#pag_index header .centro {
    padding-top: 45px;
    padding-bottom: 45px;
}
header .logo {
    background: url(../imagens/logo.png) center no-repeat;
    width: 262px;
    height: 41px;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
#pag_index header .logo a {
    width: 320px;
    height: 49px;
    margin-top: 7px;
}
.sociais_header {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    position: absolute;
    top: 28px;
    margin-left: 30px;
    opacity: 0;
}
#pag_index .sociais_header{
    top: 45px;
}
.sociais_header a {
    display: flex;
    height: 25px;
    padding-left: 34px;
}
.sociais_header .instagram {
    background: url(../imagens/icon_insta.png) center left no-repeat;
}
.sociais_header .facebook {
    background: url(../imagens/icon_face.png) center left no-repeat;
}
.sociais_header .youtube {
    background: url(../imagens/icon_youtube.png) center left no-repeat;
}
header .direita {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .direita:not(#pag_index header .direita) {
    align-items: center;
}
header .direita a {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}
#pag_index header .bt_menu_mobile {
    display: none;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu_mobile.png) center right no-repeat;
    padding-right: 39px;
    position: absolute;
    top: 29px;
    right: 40px;
    cursor: pointer;
}
#banner{
    position: relative;
    z-index: 11;
}
#banner .owl-carousel .owl-item img {
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
}
#banner .centro {
    display: flex;
    max-width: 1920px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}
#banner .mask_img:not(#banner .conteudo .mask_img) {
    width: 100%;
    height: 100vh;
    max-height: 1080px;
}
#banner .conteudo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 100%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 146px);
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 1;
}
#banner .esquerda {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: -132px;
    left: 40px;
}
#banner article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 571px;
    position: relative;
    margin-bottom: 41px;
}
#pag_fale_conosco #banner h2.alterar_fonte {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 68px;
    color: #ffffff;
    margin-top: 51px;
    margin-bottom: 22px;
}
#banner.banner_main .conteudo{
    max-width: none;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    z-index: 4;
}
#banner.banner_main h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 48px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 7px;
    padding-top: 35px;
    padding-bottom: 21px;
}
#banner p {
    font-family: 'Houschka Pro';
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}
.bt_padrao {
    background: url(../imagens/seta_laranja.png) center right 27px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 58px;
    padding-left: 35px;
    padding-right: 63px;
    border: 2px solid #f69024;
    border-radius: 29px;
    box-sizing: border-box;
    font-family: 'Houschka Pro';
    font-weight: bold;
    font-size: 16px;
    color: #f69024;
    text-transform: uppercase;
}
#banner .passador span {
    display: inline-block;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    text-indent: -9999px;
    position: absolute;
    bottom: 84px;
    z-index: 2;
    cursor: pointer;
    border: 2px solid #b2666f;
    border-radius: 50%;
}
#banner .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: 0;
}
#banner .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: 0;
}
#banner .direita {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 30px;
    right: 40px;
    width: 300px;
    height: 100%;
}
.imagens_personagem {
    display: flex;
    flex-direction: row;
    height: fit-content;
    position: absolute;
    right: 360px;
    top: 275px;
    column-gap: 15px;
}
.imagens_personagem li img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imagens_personagem .mask_img {
    width: 103px;
    height: 103px;
    border: 7px solid #d898a7;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}
#banner nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: -116px;
    right: 0;
}
#banner.banner_main nav{
    top: 0;
}
#banner nav a,
#menu_mobile nav a {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 21px;
    line-height: 45px;
    color: #ffffff;
    width: fit-content;
    position: relative;
    z-index: 100;
    transition: all 0.08s ease-in;
    background: url(../imagens/seta_branca.png) -20px center no-repeat;
}
#banner nav a.selected,
#menu_mobile nav a.selected {
    background: url(../imagens/seta_branca.png) left center no-repeat;
    padding-left: 35px;
    text-decoration: underline;
}
#banner nav a:hover,
#menu_mobile nav a:hover {
    background: url(../imagens/seta_branca.png) left center no-repeat;
    padding-left: 35px;
    text-decoration: underline;    
}
.mais_personagens,
.sessoes_vivandeiros ul {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    position: absolute;
    right: 0;
    bottom: 43px;
    z-index: 3;
}
.mais_personagens{
    bottom: -65px;
}
.mais_personagens li{
    max-width: 132px;
}
.mais_personagens .mask_img,
.sessoes_vivandeiros ul .mask_img {
    width: 120px;
    height: 120px;
    border: 6px solid #f49473;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}
.mais_personagens h3,
.sessoes_vivandeiros ul h3 {
    font-family: 'Houschka Pro';
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #ffc9b7;
    text-align: center;
}
.mais_personagens li:nth-child(4) .mask_img,
.mais_personagens li:nth-child(5) .mask_img,
.mais_personagens li:nth-child(6) .mask_img {
    border: 6px solid #e7acea;
}
.mais_personagens li:nth-child(4) h3,
.mais_personagens li:nth-child(5) h3,
.mais_personagens li:nth-child(6) h3 {
    color: #fdd4f9;
}
#links_laterais {
    position: fixed;
    top: 542px;
    right: 40px;
    z-index: 9;
}
#links_laterais ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#links_laterais ul a {
    background-color: #e58d30 !important;
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
#links_laterais .whatsapp {
    background: url(../imagens/whats.png) center no-repeat;
    background-color: #00bb29 !important;
}
#links_laterais .instagram {
    background: url(../imagens/insta.png) center no-repeat;
}
#links_laterais .facebook {
    background: url(../imagens/face.png) center no-repeat;
}
#links_laterais .youtube {
    background: url(../imagens/youtube.png) center no-repeat;
}
#agenda .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 39px;
    padding-top: 57px;
    padding-bottom: 33px;
}
#agenda h2,
#dica_leitura h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 82px;
    color: #010104;
    margin-top: -18px;
}
#agenda ul li {
    display: grid;
    grid-template-columns: 382px 528px 1fr;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 26px;
    border-top: 1px solid #c4c4c4;
}
#agenda ul .div1 {
    display: grid;
    grid-template-columns: 145px 1fr;
    height: fit-content;
}
#agenda h5 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 48px;
    line-height: 32px;
    color: #010104;
    display: flex;
    align-items: center;
    grid-row-start: 1;
    grid-row-end: 3;
}
#agenda ul .div1 span,
#agenda h6 {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #010104;
}
#agenda ul .div1 span{
    font-size: 18px;
}
#agenda h6 {
    font-weight: 600;
}
#agenda ul .div2 {
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 33px;
    padding-right: 25px;
}
#agenda ul .mask_img {
    width: 100%;
    padding-top: 100%;
    top: 0;
    border-radius: 50%;
}
#agenda ul .mask_img img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
}
#agenda article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#agenda h4 {
    font-family: 'Houschka Pro';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #a3a3a3;
}
#agenda h3 {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #f69024;
    margin-top: -4px;
}
#agenda p {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #bebebe;
}
#agenda .bt_padrao.agenda {
    background: url(../imagens/icon_agenda.png) center right 27px no-repeat;
    padding-left: 29px;
    margin: 0 auto;
    margin-top: 42px;
}
#dica_leitura h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 21px;
}
.listagem_dicas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}
.listagem_dicas .mask_img,
.dicas_destaque .mask_img {
    width: 100%;
    padding-top: 66.7%;
    top: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.listagem_dicas .mask_img img,
.dicas_destaque .mask_img img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.listagem_dicas article {
    padding-left: 30px;
    padding-right: 30px;
}
.listagem_dicas h3,
.dicas_destaque h3 {
    font-family: 'Houschka Pro';
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #f69024;
    text-transform: uppercase;
    text-align: center;
    margin-top: 39px;
    margin-bottom: -2px;
}
.listagem_dicas p,
.dicas_destaque p {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #929191;
    text-align: center;
    margin-top: 15px;
}
#dica_leitura .bt_padrao {
    background: url(../imagens/seta_laranja.png) center right 32px no-repeat;
    padding-left: 43px;
    padding-right: 75px;
    margin: 0 auto;
    margin-top: 51px;
    margin-bottom: 56px;
}
.imagens_galeria {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-bottom: 5px;
}
.imagens_galeria li{
    position: relative;
    height: 200px;
    overflow: hidden;
}
.imagens_galeria .mask_img {
    width: 100%;
    top: 0;
}
.imagens_galeria .mask_img img {
    width: 100%;
    cursor: pointer;
    transition: all 0.08s ease-in;
}
.imagens_galeria .mask_img img:hover{
    opacity: 0.8;
}
footer .top,
footer .meio {
    background-color: #e58d30;
    padding-left: 90px;
    padding-right: 80px;
}
footer .top {
    display: grid;
    grid-template-columns: 15.6% 14% 18.4% 17.4% 33.5% 1fr;
    padding-top: 37px;
    padding-bottom: 77px;
}
footer h2 {
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 175px;
    height: 35px;
    margin-top: 89px;
    text-indent: -9999px;
}
footer h3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
}
footer h3 span {
    background-color: #ffffff;
    display: flex;
    width: 30px;
    height: 2px;
    margin-top: 2px;
}
footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
footer div:nth-child(5) nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
footer nav a {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
footer .sociais {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 7px;
    margin-right: -44px;
}
footer .sociais li {
    display: flex;
    justify-content: center;
    width: 15px;
}
footer .sociais .twitter {
    background: url(../imagens/icon_twitter.png) center no-repeat;
    display: flex;
    width: 17px;
    height: 15px;
}
footer .sociais .facebook {
    background: url(../imagens/icon_face_footer.png) center no-repeat;
    display: flex;
    width: 9px;
    height: 15px;
}
footer .sociais .instagram {
    background: url(../imagens/icon_insta_footer.png) center no-repeat;
    display: flex;
    width: 14px;
    height: 14px;
}
footer .meio {
    padding-bottom: 26px;
}
footer .meio .barra {
    background-color: #eaa459;
    display: flex;
    width: 100%;
    height: 1px;
}
footer h4 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
}
footer .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer h5,
footer h5 a {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #656262;
    text-align: center;
}
footer h5 a {
    text-decoration: underline;
}
#pag_quem_somos header,
#pag_agenda header {
    background: url(../imagens/fundo_header.jpg) center top no-repeat;
    background-size: cover;
}
#pag_quem_somos #banner .mask_img {
    height: 900px !important;
}
#pag_quem_somos #banner .mask_img img {
    height: inherit;
    min-height: inherit;
    object-fit: cover;
}
#banner .conteudo {
    display: flex;
    flex-direction: column;
    max-width: 1340px;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pag_quem_somos #banner h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 82px;
    color: #010104;
    margin-top: 0;
    margin-bottom: -10px;
}
#pag_quem_somos #banner p,
#sobre p {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #848484;
}
#pag_quem_somos #banner p {
    font-style: unset;
    text-align: left;
    max-width: 515px;
    margin-top: 20px;
}
#sobre .centro {
    max-width: 1340px;
}
#sobre h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 82px;
    color: #010104;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 6px;
}
#sobre p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
#sobre .imagens {
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
    margin-top: 36px;
}
#sobre .imagens .imagens_galeria {
    grid-template-columns: repeat(4, 1fr);
}
#sobre .passador span {
    display: inline-block;
    width: 28px;
    height: 50px;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
#sobre .anterior {
    background: url(../imagens/passador_esquerda_galeria.png) center no-repeat;
    left: 0;
}
#sobre .proximo {
    background: url(../imagens/passador_direita_galeria.png) center no-repeat;
    right: 0;
}
.missao {
    display: grid;
    grid-template-columns: 478px 1fr;
    gap: 20px;
    max-width: 1047px;
    margin: 0 auto;
    margin-top: 45px;
}
.missao li:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
}
.missao li {
    background: linear-gradient(180deg, #fd8372 0%, #f5a551 100%);
    border-radius: 30px;
    padding: 24px;
    padding-bottom: 30px;
}
#sobre .missao h2 {
    font-size: 55px;
    line-height: 45px;
    color: #ffffff;
    margin-top: 12px;
    margin-bottom: 5px;
}
#sobre .missao p {
    letter-spacing: -0.18px;
    color: #ffffff;
    padding: 0;
    margin-top: 15px;
}
#para_voce .centro {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
    max-width: 964px;
}
#para_voce h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 82px;
    color: #010104;
    text-align: center;
    margin-top: 56px;
    margin-bottom: -6px;
}
#para_voce .esquerda,
#para_voce .direita {
    display: flex;
}
#para_voce .div1,
#para_voce .div2,
#para_voce .div3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 74px;
}
#para_voce article {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}
#para_voce h3 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 50px;
    color: #010104;
}
#para_voce p {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #848484;
    margin-top: 10px;
}
#para_voce .mask_img {
    width: 100%;
    padding-top: 113%;
    top: 0;
}
#para_voce .mask_img img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.paginas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 9px;
    padding-top: 38px;
    padding-bottom: 30px;
}
.paginas a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    box-sizing: border-box;
    border: 2px solid #f69024;
    border-radius: 50%;
    font-family: 'Houschka Pro';
    font-weight: bold;
    font-size: 18px;
    color: #f69024;
}
.paginas a.selected {
    background-color: #f69024;
    color: #ffffff;
}
#pag_agenda #agenda .top {
    padding-top: 115px;
}
#pag_personagens header,
#pag_vivandeiros header,
#pag_dicas_leitura header,
#pag_animacoes header,
#pag_blog header,
#pag_blog_aberto header {
    background: url(../imagens/fundo_header_personagens.jpg) center top no-repeat;
    background-size: cover;
}
#geral_personagem {
    background-color: #f8f2ea;
}
#geral_personagem .centro {
    background-color: #ffffff;
    max-width: 1250px;
    transform: translateX(45px);
    padding-top: 224px;
    padding-bottom: 164px;
}
#geral_personagem .top {
    display: grid;
    grid-template-columns: 763px 1fr;
    align-items: flex-start;
}
#geral_personagem .top .mask_img {
    width: 100%;
    top: 0;
    margin-left: -90px;
    position: sticky;
    top: 120px;
}
#geral_personagem .top article {
    padding-right: 85px;
    margin-left: -14px;
}
#geral_personagem h2 {
    font-family: 'Houschka Pro';
    font-weight: normal;
    font-size: 52px;
    color: #494949;
}
#geral_personagem p {
    font-family: 'Houschka Pro';
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #494949;
    margin-top: 13px;
    margin-bottom: 18px;
}
#geral_personagem .top .bt_padrao {
    background: url(../imagens/seta_baixo.png) center right 36px no-repeat;
    padding-left: 38px;
    padding-right: 93px;
}
#geral_personagem .meio,
#geral_personagem .bottom {
    display: grid;
    grid-template-columns: 1fr 395px;
    padding-top: 178px;
    padding-left: 150px;
    padding-right: 107px;
}
#geral_personagem .bottom {
    grid-template-columns: 395px 1fr;
    padding-top: 113px;
}
#geral_personagem .meio article {
    max-width: 455px;
    margin-top: -4px;
}
#pag_vivandeiros #geral_personagem .meio article,
#pag_vivandeiros #geral_personagem .bottom article {
    max-width: 375px;
    margin-top: -4px;
}
#pag_vivandeiros #geral_personagem .bottom article {
    margin-left: 150px;
}
#geral_personagem .meio p,
#geral_personagem .bottom p {
    margin-top: 20px;
    margin-bottom: 0;
}
#geral_personagem .passador span {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    position: relative;
    cursor: pointer;
    border: 2px solid #6d6d6d;
    border-radius: 50%;
    margin-top: 15px;
}
#geral_personagem .passador .anterior {
    background: url(../imagens/passador_esquerda_personagem.png) center right 23px no-repeat;
}
#geral_personagem .passador .proximo {
    background: url(../imagens/passador_direita_personagem.png) center left 23px no-repeat;
    margin-left: 7px;
}
#geral_personagem .moldura {
    border: 4px solid #f2eadf;
    padding: 11px;
}
#geral_personagem .moldura img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
#geral_personagem .meio .mask_img,
#geral_personagem .bottom .mask_img {
    width: 100%;
    padding-top: 141.9%;
    top: 0;
}
/*#geral_personagem .meio .mask_img{
    padding-top: 0;
}*/
#geral_personagem .centro2 {
    max-width: 1250px;
    transform: translateX(45px);
    padding-bottom: 45px;
}
.fotos_personagem {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 21px;
    row-gap: 24px;
    padding-left: 58px;
    padding-right: 107px;
    margin-top: -88px;
}
.fotos_personagem .mask_img {
    width: 100%;
    padding-top: 70.58%;
    top: 0;
    cursor: pointer;
}
.outros_personagens,
.sessoes_vivandeiros {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 58px;
    padding-right: 107px;
}
.outros_personagens h2,
.sessoes_vivandeiros h2 {
    font-size: 64px !important;
    margin-top: 64px;
    margin-bottom: 25px;
}
.outros_personagens .mais_personagens,
.sessoes_vivandeiros ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    column-gap: unset;
    position: unset;
}
.outros_personagens .mais_personagens .mask_img,
.sessoes_vivandeiros ul .mask_img {
    border: 6px solid #f49473 !important;
}
.outros_personagens .mais_personagens h3,
.sessoes_vivandeiros ul h3 {
    color: #f49473 !important;
}
#banner2 .centro {
    max-width: 1920px;
    margin-top: 56px;
}
#banner2 .mask_img {
    width: 100%;
    padding-top: 23.43%;
    top: 0;
}
#banner2 .mask_img img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
#pag_vivandeiros #geral_personagem .centro {
    padding-top: 116px;
}
#pag_vivandeiros #geral_personagem .h2_1 {
    text-align: center;
    margin-bottom: 38px;
}
.outros_personagens .mais_personagens h3,
.sessoes_vivandeiros ul h3 {
    margin-top: 7px;
}
#pag_vivandeiros #geral_personagem .centro {
    padding-bottom: 105px;
}
#pag_vivandeiros .fotos_personagem {
    margin-top: 92px;
}
#pag_vivandeiros #geral_personagem .centro2 {
    padding-bottom: 110px;
}
#pag_vivandeiros #banner2 .centro {
    margin-top: 0;
}
#pag_vivandeiros #agenda .bt_padrao.agenda {
    margin-bottom: 85px;
}
#pag_dicas_leitura #dica_leitura .centro {
    padding-top: 114px;
}
#pag_dicas_leitura #dica_leitura h2 {
    margin-top: 0;
}
.dicas_destaque {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    padding-bottom: 70px;
}
.dicas_destaque article {
    padding-right: 50px;
}
.dicas_destaque h3 {
    text-align: left;
}
.dicas_destaque p {
    text-align: left;
}
#pag_dicas_leitura .listagem_dicas {
    row-gap: 55px;
}
#pag_dicas_leitura .listagem_dicas h3 {
    margin-top: 29px;
}
#pag_dicas_leitura .paginas {
    justify-content: center;
    padding-top: 67px;
    padding-bottom: 86px;
}
#pag_animacoes #geral_personagem .top h2 {
    background: linear-gradient(180deg, #fd8372 0%, #f5a551 100%);
    background-size: 100px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 20px;
}
#pag_animacoes .outros_personagens h2 {
    margin-top: 45px;
}
#pag_animacoes #geral_personagem .centro2 {
    padding-bottom: 95px;
}
#menu_mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    padding: 25px;
    box-sizing: border-box;
    z-index: 999999;
    background: #e58d30;
    overflow-y: auto;
    justify-content: center;
    transition: all 0.08s ease-in;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#menu_mobile.aberto {
    right: 0;
    left: auto;
}
.bt_fechar_mobile {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(../imagens/bt_fechar_mobile.png) center center no-repeat;
    background-size: 25px 25px;
    z-index: 4;
    text-indent: -9999px;
}
.imagens_galeria .mask_img {
    height: 100%;
}
.imagens_galeria .mask_img img {
    height: inherit;
    object-fit: cover;
}
#geral_blog h2:not(#geral_blog h2.titulo) {
    padding-top: 0;
}
#pag_fale_conosco #banner {
    height: 500px !important;
}
#pag_fale_conosco #banner .centro {
    padding-top: 135px !important;
}
#pag_fale_conosco #banner h2.alterar_fonte {
    margin-top: 10px !important;
}
.span5 {
    padding-bottom: 0 !important;
}
#conteudo_fale_conosco form button[type="submit"] {
    margin-bottom: 20px;
}
#conteudo_fale_conosco .direita iframe {
    margin-bottom: 0;
}
#dica_leitura .listagem_dicas .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #ffff;
    border-radius: 50%;
    border: 2px solid #f69024;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-indent: -99999px;
}
#dica_leitura .listagem_dicas .owl-nav button.owl-next {
    right: 10px;
    background: #f69024 url(../imagens/passador_direita.png) center no-repeat;
    background-size: auto 60%;
}
#dica_leitura .listagem_dicas .owl-nav button.owl-prev {
    left: 10px;
    background: #f69024 url(../imagens/passador_esquerda.png) center no-repeat;
    background-size: auto 60%;
}
.sombra_banner {
    background: url(../imagens/sombra1.png) bottom left no-repeat, url(../imagens/sombra2.png) top right no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#banner.banner_main h2 {
    padding-left: 65px;
    padding-right: 65px;
    text-align: center;
    line-height: 60px;
}
#banner p {
    font-size: 28px;
    line-height: 35px;
}/*
footer .centro {
    position: relative;
}
footer h2 {
    margin-top: 70px;
}
footer .sociais {
    flex-direction: row;
    justify-content: center;
    width: 175px;
    column-gap: 12px;
    position: absolute;
    top: 155px;
}*/
#pag_index .sociais_header:not(#pag_index header.ativo .sociais_header) {
    top: 125px;
    left: 103px !important;
}
#pag_index header .direita a:not(#pag_index header.ativo .direita a) {
    text-indent: -9999px;
}