/*
#######################################################
  #### FONTES
#######################################################
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');
@font-face {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic Bold'), url('../fontes/GOTHICB.woff') format('woff');
}
@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: normal;
    src: local('Century Gothic'), url('../fontes/GOTHIC.woff') format('woff');
}
@font-face {
    font-family: 'Boris Black Boxx';
    font-style: normal;
    font-weight: normal;
    src: local('Boris Black Boxx'), url('../fontes/BorisBlackBloxx.woff') format('woff');
}
@font-face {
    font-family: 'Frankie';
    font-style: normal;
    font-weight: normal;
    src: local('Frankie'), url('../fontes/frankie_regular.woff') format('woff');
}


/*
#######################################################
  #### RESET
#######################################################
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: none;
    text-decoration: none;
    list-style-type: none;
}
body {
    font-family: 'Century Gothic';
    color: #333;
    background: #f9f9f9 url(../imagens/html_patinhas.png) left top;
}

/*
#######################################################
  #### HEADER
#######################################################
*/
header.header_site {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 50px 45px;
    transition: all 0.08s ease-in;
    z-index: 20;
}
header.header_site *{
    transition: all 0.08s ease-in;
}
header.header_site .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.header_site .bt_mobile {
    width: 36px;
    height: 25px;
    border: none;
    background: url("../imagens/bt_mobile.png") no-repeat center;
    background-size: 36px 25px;
    cursor: pointer;
}
header.header_site nav ul {
    display: flex;
    gap: 70px;
    list-style: none;
}
header.header_site nav ul li:nth-child(3){
    padding-right: 292px;
}
header.header_site nav a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 9px;
    padding-bottom: 9px;    
    border: 1px solid transparent;
    color: #fffbcc;
    border-radius: 100px;
    transition: all 0.08s ease-in;
}
header.header_site nav a:hover{
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 9px;
    padding-bottom: 9px;    
    border: 1px solid rgba(255, 251, 204, 0.35);
}
header.header_site nav .selected a{
    background: rgba(255, 251, 204, 0.15);
}
header.header_site h1{
    width: 175px;
    height: 64px;
    background: url("../imagens/h1.png") no-repeat center;
    background-size: 175px 64px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -87px;
    text-indent: -20000px;
    cursor: pointer;
}
header.header_site .header_icons {
    display: flex;
    gap: 3px;
}
header.header_site .header_icons a {
    width: 37px;
    height: 37px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    text-indent: -20000px;
    border: 1px solid #fffbcc;
    border-radius: 50%;
}
header.header_site .header_icons .bt_conta {
    background-image: url("../imagens/header_bt_conta.png");
    background-size: 14px 18px;
    background-position: center;
}
header.header_site .header_icons .bt_carrinho {
    background-image: url("../imagens/header_bt_carrinho.png");
    background-size: 18px 17px;
    background-position: center;
    position: relative;
}
header.header_site .header_icons .bt_carrinho span{
    display: flex;
    width: 21px;
    height: 21px;
    background: #fffbcc;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    right: -9px;
    color: #175a40;
    font-size: 14px;
    font-family: 'Century Gothic Bold';
    text-indent: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
header.header_site.ativo{
    background: #0e341d url(../imagens/atracao_topo_fundo.png) center top no-repeat;
    background-size: 100% auto;
    padding: 25px 45px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    position: fixed;
}
header.header_site.ativo h1{
    width: 150px;
    height: 55px;
    background: url("../imagens/h1.png") no-repeat center;
    background-size: 150px 55px;
    top: 15px;
    left: 50%;
    margin-left: -75px;
}

/*
#######################################################
  #### MAIN BANNER
#######################################################
*/
#main_banner {
    position: relative;
    height: calc(100vh - 43px);
    overflow: hidden;
}
#main_banner .curva_banner{
    display: block;
    width: 100%;
    height: 111px;
    background: url("../imagens/curva_banner.png") left top no-repeat;
    background-size: auto 111px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
#main_banner #slider{
    width: 100%;
    height: 100%;
}
#main_banner #slider li a{
    position: relative;
    z-index: 9;
}
#main_banner video {
    inset: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
#main_banner .main_banner_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.4));
}
#main_banner .passadores {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
#main_banner .passadores a {
    width: 70px;
    height: 54px;
    border: none;
    background-repeat: no-repeat;
    background-size: 70px 54px;
    cursor: pointer;
    text-indent: -20000px;
}
#main_banner .passadores a.passadores_left{
    background: url("../imagens/banner_passador_left.png") right center no-repeat;
}
#main_banner .passadores a.passadores_right {
    background: url("../imagens/banner_passador_right.png") right center no-repeat;
}
#main_banner .redes_sociais {
    position: absolute;
    left: 60px;
    bottom: 105px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#main_banner .redes_sociais span{
    display: block;
    width: 2px;
    height: 23px;
    position: absolute;
    left: 6px;
    bottom: -56px;
    background: #fffbcc;
}
#main_banner .redes_sociais a {
    display: block;
    background-repeat: no-repeat;
    text-indent: -20000px;
    position: relative;
    z-index: 9;
}
#main_banner .redes_sociais a.bt_instagram {
    width: 15px;
    height: 15px;
    background-image: url("../imagens/banner_sociais_instagram.png");
    background-size: 15px 15px;
}
#main_banner .redes_sociais a.bt_twitter {
    width: 15px;
    height: 18px;
    background-image: url("../imagens/banner_sociais_twitter.png");
    background-size: 15px 18px;
}
#main_banner .redes_sociais a.bt_facebook {
    width: 15px;
    height: 7px;
    background-image: url("../imagens/banner_sociais_facebook.png");
    background-size: 15px 7px;
}


/*
#######################################################
  #### BARRA DE COMPRA
#######################################################
*/
#barra_compra {
    position: sticky;
    top: calc(100% - 191px);
    left: calc(50% - 475px);
    z-index: 10;
    background: url("../imagens/barra_compra.png") no-repeat center;
    background-size: 950px 131px;
    padding: 25px 0;
    margin-top: -148px;
    width: 950px;
    height: 131px;
    overflow: unset;
}
#barra_compra .center {
    display: grid;
    padding: 0 40px;
    grid-template-columns: 300px 1fr 240px;
}
#barra_compra .center h2 {
    color: #fffbcc;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Frankie';
    max-width: 270px;
    padding-left: 8px;
}
#barra_compra .center p {
    color: #fffbcc;
    max-width: 440px;
    margin-top: 4px;
    font-size: 17px;
    padding-right: 30px;
}
#barra_compra .center a {
    background: #fffbcc url("../imagens/barra_compra_bt_carrinho.png") calc(100% - 19px) center no-repeat;
    background-size: 24px 24px, auto;
    color: #118b31;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    max-height: 48px;
    border-radius: 100px;
    font-family: 'Century Gothic Bold';
    align-items: center;
    text-indent: 20px;
    margin-top: 15px;
    margin-right: 25px;
    transition: all 0.08s ease-in;
}
#barra_compra .center a:hover{
    background: #ebac3b url("../imagens/barra_compra_bt_carrinho.png") calc(100% - 15px) center no-repeat;
    background-size: 24px 24px, auto;    
}
#barra_compra .subbarra_compra{
    height: 50px;
    width: 100%;
    background: #aad2bb url(../imagens/subbarra_compra_seta_right.png) calc(100% - 25px) center no-repeat;
    border-radius: 100px;
    position: absolute;
    bottom: -55px;
    left: 0;
    color: #186954;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.08s ease-in;
}
#barra_compra .subbarra_compra:hover{
    background: #ebac3b url(../imagens/subbarra_compra_seta_right.png) calc(100% - 20px) center no-repeat;
}
#barra_compra .subbarra_compra span{
    text-decoration: underline;
}
/*
#######################################################
  #### BARRA INFOS
#######################################################
*/
#barra_infos {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 60px;
    position: relative;
}
#barra_infos .center {
    display: flex;
    justify-content: space-between;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
}
#barra_infos .center .linha{
    background: #757575;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
}
#barra_infos .info {
    text-align: center;
    width: 25%;
    position: relative;
    background: #f9f9f9;
    max-width: 245px;
}

#barra_infos .info .icone {
    display: block;
    margin: 0 auto 18px auto;
    background-repeat: no-repeat;
}
#barra_infos .info .icone_1 {
    width: 42px;
    height: 42px;
    background-image: url("../imagens/barra_infos_icon_1.png");
    background-size: 42px 42px;
}
#barra_infos .info .icone_2 {
    width: 42px;
    height: 37px;
    background-image: url("../imagens/barra_infos_icon_2.png");
    background-size: 42px 37px;
}
#barra_infos .info .icone_3 {
    width: 42px;
    height: 42px;
    background-image: url("../imagens/barra_infos_icon_3.png");
    background-size: 42px 42px;
}
#barra_infos .info .icone_4 {
    width: 52px;
    height: 46px;
    background-image: url("../imagens/barra_infos_icon_4.png");
    background-size: 52px 46px;
}
#barra_infos h3 {
    font-family: 'Century Gothic Bold';
    font-size: 15px;
    text-transform: uppercase;
    color: #757575;
    letter-spacing: 1px;
    font-weight: normal;
}

/*
#######################################################
  #### SOBRE O PARQUE
#######################################################
*/
#sobre_o_parque {
    width: 100%;
    padding-bottom: 60px;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;    
    background: url("../imagens/sobre_o_parque_fundo_ovelhas.png") right 120px no-repeat;
    background-size: 180px 128px;
    position: relative;
}
#sobre_o_parque .center {
    display: grid;
    grid-template-columns: 765px 1fr;
    align-items: center;
}
#sobre_o_parque .imagem {
    width: 676px;
    height: 747px;
    background: url("../imagens/sobre_o_parque_img.png") no-repeat center;
    background-size: 676px 747px;
}
#sobre_o_parque .conteudo .moldura_titulo {
    width: 258px;
    height: 63px;
    background: url("../imagens/sobre_o_parque_moldura_title.png") no-repeat center;
    background-size: 258px 63px;
    color: #118b31;
    font-family: 'Century Gothic Bold';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    line-height: 63px;
    position: relative;
    left: -25px;
    letter-spacing: 1px;
}
#sobre_o_parque h2 {
    margin-top: 20px;
    font-size: 60px;
    font-family: 'Frankie';
    line-height: 62px;
    color: #157b3d;
    text-transform: uppercase;
    font-weight: normal;
}
#sobre_o_parque h2 .texto_destaque {
    color: #e9a022;
}
#sobre_o_parque h2 .texto_destaque_2 {
    color: #157b3d;
}
#sobre_o_parque p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Century Gothic';
    color: #848484;
}
#sobre_o_parque .bt_comprar {
    display: inline-flex;
    align-items: center;
    margin-top: 35px;
    padding: 15px 60px 15px 28px;
    background: #157b3d url("../imagens/sobre_o_parque_bt_comprar.png") calc(100% - 20px) center no-repeat;
    background-size: 24px 24px;
    border-radius: 100px;
    color: #fffbcc;
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    transition: all 0.08s ease-in;
}
#sobre_o_parque .bt_comprar:hover{  
    background: #ebac3b url("../imagens/sobre_o_parque_bt_comprar.png") calc(100% - 15px) center no-repeat;
    background-size: 24px 24px;    
}
/*
#######################################################
  #### INGRESSOS
#######################################################
*/
#ingressos {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 140px;
    background: url(../imagens/fundo_sec_ingressos.png?cache=no) center top no-repeat;
    text-align: center;
    min-height: 1100px;
}
#ingressos .center {
    max-width: 1140px;
    margin: 0 auto;
}
#ingressos .moldura_titulo {
    width: 230px;
    height: 63px;
    background: url("../imagens/ingressos_moldura_title.png") no-repeat center;
    background-size: 230px 63px;
    line-height: 63px;
    text-transform: uppercase;
    font-family: "Century Gothic Bold";
    color: #e09a22;
    margin: 0 auto;
    letter-spacing: 1px;
}
#ingressos h2 {
    margin-top: 10px;
    font-size: 60px;
    font-family: 'Frankie';
    color: #ebac3b;
    line-height: 60px;
    font-weight: normal;
    text-transform: uppercase;
}
#ingressos h2 .destaque {
    color: #fffbcc;
}
#ingressos .cards {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    color: #fffbcc;
    align-items: center;
}
#ingressos .card {
    border-radius: 24px;
    padding: 20px 40px 40px 40px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    text-align: left;
    position: relative;
    border: 2px solid #fffbcc;
}
#ingressos .destaque_card {
    background: #ebac3b;
    color: #ffffff;
    border: 4px solid #d49d3b;
    padding: 20px 40px 40px 40px;
}
#ingressos .icone {
    display: block;
    margin: 0 auto 10px auto;
    background-repeat: no-repeat;
}
#ingressos .icone_1 {
    width: 74px;
    height: 78px;
    background-image: url("../imagens/ingressos_icon_1.png");
    background-size: 74px 78px;
}
#ingressos .icone_2 {
    width: 46px;
    height: 80px;
    background-image: url("../imagens/ingressos_icon_2.png");
    background-size: 46px 80px;
}
#ingressos .icone_3 {
    width: 68px;
    height: 68px;
    background-image: url("../imagens/ingressos_icon_3.png");
    background-size: 68px 68px;
}
#ingressos .card h3 {
    font-family: "Century Gothic Bold";
    font-size: 20px;
    color: inherit;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ingressos .card p{
   font-family: "Century Gothic"; 
   font-size: 15px;
   line-height: 18px;
   text-align: center;
   padding-top: 15px;
}
#ingressos .card p b{
    font-family: "Century Gothic Bold";
    font-weight: normal;
    font-size: 20px;
}
#ingressos .card .preco {
    text-align: center;
    margin-top: 14px;
}
#ingressos .card .preco .label {
    font-family: "Century Gothic";
    font-size: 15px;
    color: inherit;
}
#ingressos .card .preco .valor {
    font-family: 'Boris Black Boxx';
    font-size: 40px;
    color: inherit;
    display: block;
    margin-top: -7px;
}
#ingressos .lista {
    margin-top: 22px;
    list-style: none;
    padding: 0;
}
#ingressos .lista li {
    font-family: "Century Gothic";
    font-size: 15px;
    margin-bottom: 12px;
    color: inherit;
    padding-left: 37px;
    position: relative;
}
#ingressos .lista li .check {
    width: 20px;
    height: 14px;
    background: url("../imagens/ingressos_check.png") left top no-repeat;
    background-size: 20px 14px;
    position: absolute;
    left: 0;
    top: 4px;
}
#ingressos .lista li.check_no{
    text-decoration: line-through;
    opacity: 0.7;
}
#ingressos .lista li.check_no .check{
    text-decoration: line-through;
    opacity: 0.7;
    height: 15px;
    width: 15px;
    background: url("../imagens/ingressos_check_no.png") left top no-repeat;
    background-size: 15px 15px;    
}
#ingressos .bt_mais {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Century Gothic Bold";
    font-size: 14px;
    color: #175a40;
    background: none;
    padding-right: 32px;
    position: relative;
    background: #fffbcc url(../imagens/ingressos_seta.png) calc(100% - 22px) center no-repeat;
    padding: 15px 70px 17px 24px;
    border-radius: 100px;
    transition: all 0.08s ease-in;
    position: relative;
}
#ingressos .bt_mais:hover{
    background: #ebac3b url(../imagens/ingressos_seta.png) calc(100% - 17px) center no-repeat;
}
#ingressos .destaque_card .bt_mais{
  background: #157d29 url(../imagens/ingressos_seta_inv.png) calc(100% - 22px) center no-repeat;
  color: #fffbcc;  
}
#ingressos .destaque_card .bt_mais:hover{
  background: #aad2bb url(../imagens/ingressos_seta_inv.png) calc(100% - 17px) center no-repeat;
}
#ingressos .bt_mais span{
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #fffbcc;
    position: absolute;
    top: 0;
    right: -48px;
    background: url(../imagens/ingressos_bt_carrinho.png) center center no-repeat;
}
#ingressos .destaque_card .bt_mais span{
    border: 2px solid #157d29;
    background: url(../imagens/ingressos_bt_carrinho_inv.png) center center no-repeat;    
}
/*
#######################################################
  #### ATRACOES
#######################################################
*/
#atracoes {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 90px;
    background-size: 247px 47px;
}
#atracoes .center {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}
#atracoes .topo {
    margin-bottom: 37px;
    position: relative;
}
#atracoes .moldura_titulo {
    width: 295px;
    height: 63px;
    background: url("../imagens/atracoes_moldura.png") no-repeat center;
    background-size: 295px 63px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic Bold";
    font-size: 16px;
    text-transform: uppercase;
    color: #e09a22;
    letter-spacing: 2px;
}
#atracoes .moldura_titulo .icone_coruja {
    width: 46px;
    height: 74px;
    background: url("../imagens/atracoes_coruja.png") no-repeat center;
    background-size: 46px 74px;
    position: absolute;
    right: 2px;
    top: -64px;
}
#atracoes .moldura_titulo .texto {
    position: relative;
    z-index: 2;
}
#atracoes h2 {
    margin-top: 10px;
    font-size: 60px;
    font-family: 'Frankie';
    color: #e09a22;
    line-height: 60px;
    font-weight: normal;
    text-transform: uppercase;
}
#atracoes h2 .destaque {
    color: #157b3d;
}
#atracoes .passadores {
    position: absolute;
    right: 0;
    top: 53px;
    display: flex;
    gap: 12px;
}
#atracoes .bt_passador {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    text-indent: -20000px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    transition: all 0.08s ease-in;
}
#atracoes .bt_passador_left {
    background: #fff url("../imagens/atracoes_seta_left.png") center center no-repeat;
    background-size: 13px 22px;
}
#atracoes .bt_passador_left:hover{
    background: url("../imagens/atracoes_seta_left.png") 26px center no-repeat;
    background-size: 13px 22px;
}
#atracoes .bt_passador_right {
    background: #fff url("../imagens/atracoes_seta_right.png") center center no-repeat;
    background-size: 13px 22px;
}
#atracoes .bt_passador_right:hover{
    background: url("../imagens/atracoes_seta_right.png") 34px center no-repeat;
    background-size: 13px 22px;
}
#atracoes .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
}
#atracoes .card {
    border-radius: 24px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
}
#atracoes .imagem {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#atracoes .imagem_1 {
    background-image: url("../imagens/atracoes_thumb_1.png");
}
#atracoes .imagem_2 {
    background-image: url("../imagens/atracoes_thumb_2.png");
}
#atracoes .imagem_3 {
    background-image: url("../imagens/atracoes_thumb_3.png");
}
#atracoes .imagem_4 {
    background-image: url("../imagens/atracoes_thumb_4.png");
}
#atracoes .horarios {
    position: relative;
    margin-top: -22px;
    margin-bottom: 28px;
}
#atracoes .horarios .moldura {
    display: block;
    width: 247px;
    height: 47px;
    margin: 0 auto;
    background: url("../imagens/atracoes_moldura_horarios.png") no-repeat center;
    background-size: 247px 47px;
}
#atracoes .horarios .texto {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -52%);
    font-family: "Century Gothic Bold";
    font-size: 14px;
    color: #ffffff;
    letter-spacing: -0.5px;
}
#atracoes .card h3 {
    font-family: "Century Gothic Bold";
    font-size: 24px;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#atracoes .card p {
    font-family: "Century Gothic";
    font-size: 17px;
    line-height: 26px;
    color: #848484;
    padding: 0 25px;
}
#atracoes .bt_mais_infos {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 50px 14px 30px;
    border-radius: 100px;
    font-family: "Century Gothic Bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #157b3d;
    background: #ffffff url("../imagens/atracoes_seta_botao.png") calc(100% - 22px) center no-repeat;
    background-size: 16px 14px;
    border: 2px solid #157b3d;
    transition: all 0.08s ease-in;
}
#atracoes .bt_mais_infos:hover {
    background: #157b3d url("../imagens/ingressos_seta_inv.png") calc(100% - 17px) center no-repeat;
    background-size: 16px 14px;
    color: #fffbcc;
}
#atracoes .linha_cronogama{
    display: flex;
    align-items: center;
    justify-content: center;
}
#atracoes .linha_cronogama{
    background: url("../imagens/atracoes_ovelha_fundo.png") calc(50% + 172px) 30px no-repeat; 
    padding-right: 90px;  
    padding-bottom: 30px;
    margin-top: 5px;
}
#atracoes .linha_cronogama .bt_cronograma {
    margin-top: 45px;
    padding: 14px 50px 16px 25px;
    border-radius: 100px;
    color: #fffbcc;
    font-family: "Century Gothic Bold";
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.08s ease-in;
    background: #ebac3b url("../imagens/atracoes_icon_calendario.png") calc(100% - 19px) center no-repeat;
    background-size: 18px 20px;    
}
#atracoes .linha_cronogama .bt_cronograma:hover {
    background: #157b3d url("../imagens/atracoes_icon_calendario.png") calc(100% - 19px) center no-repeat;
    background-size: 18px 20px;  
}
/* #######################################################
   #### MAPA INTERATIVO
######################################################## */
#mapa_interativo {
    width: 100%;
    background: #ffffff;
    margin-top: -210px;
}
#mapa_interativo .center{
    width: 1560px;
    position: relative;
    margin: 0 auto;
}
#mapa_interativo .conteudo {
    width: 540px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 320px;
}
#mapa_interativo .mapa_moldura {
    width: 295px;
    height: 63px;
    background: url("../imagens/mapa_interativo_moldura.png") no-repeat center;
    background-size: 295px 63px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    left: -19px;
}
#mapa_interativo .mapa_moldura .texto {
    position: relative;
    font-family: "Century Gothic Bold";
    font-size: 16px;
    text-transform: uppercase;
    color: #ebac3b;
    letter-spacing: 3px;
    line-height: 60px;
}
#mapa_interativo .mapa_moldura .icone_ovelhas {
    width: 180px;
    height: 128px;
    background: url("../imagens/mapa_interativo_ovelhas.png") no-repeat center;
    background-size: 180px 128px;
    position: absolute;
    left: 50%;
    top: -126px;
    transform: translateX(-50%);
}
#mapa_interativo h2 {
    margin-top: 18px;
    font-size: 60px;
    font-family: 'Frankie';
    color: #fffbcc;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: normal;
}
#mapa_interativo h2 .destaque {
    color: #fffbcc;
}
#mapa_interativo .descricao {
    margin-top: 25px;
    font-family: "Century Gothic";
    font-size: 16px;
    line-height: 25px;
    color: #fffbcc;
    width: 380px;
}
#mapa_interativo .bt_chegar {
    margin-top: 35px;
    display: inline-flex;
    align-items: center;
    padding: 10px 47px 12px 17px;
    border-radius: 100px;
    color: #ebac3b;
    border: 2px solid #ebac3b;
    font-family: "Century Gothic Bold";
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.08s ease-in;
    position: relative;
}
#mapa_interativo .bt_chegar .ico {
    width: 22px;
    height: 24px;
    background: url("../imagens/mapa_interativo_icon_como_chegar.png") no-repeat center;
    background-size: 22px 24px;
    position: absolute;
    right: 14px;
    top: 8px;
    transition: all 0.08s ease-in;
}
#mapa_interativo .mapa_container {
    width: 73%;
    height: 100%;
    min-height: 1000px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    /*background: url("../imagens/mapa_interativo_fundo.jpg") center top no-repeat;*/
    position: relative;
}
#mapa_interativo .mapa_container .mapa_interativo_curva{
    width: 100%;
    height: 108px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url("../imagens/mapa_interativo_curva.png") center top no-repeat;
    z-index: 9;
    display: none;
}
#mapa_interativo .bt_chegar:hover {
    background: #157b3d;
    border: 2px solid #157b3d;
}
#mapa_interativo .bt_chegar:hover .ico{
    right: 12px;
}

/* #######################################################
   #### NEWSLETTER (BARRA ROSA)
######################################################## */
#newsletter {
    width: 100%;
    background: #c27872;
    border-radius: 24px 24px 0 0;
    position: relative;
    text-align: center;
    position: relative;
    height: 180px;
    margin-top: -65px;
    overflow: unset;
}
#newsletter .center {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}
#newsletter .logo_central {
    width: 256px;
    height: 256px;
    background: #c27872 url("../imagens/footer_logo.png") center center no-repeat;
    position: absolute;
    top: -38px;
    left: 0;
    border: 6px solid #fbd2b4;
    border-radius: 50%;
    z-index: 3;
}
#newsletter .texto_aviso {
    font-family: "Century Gothic";
    font-size: 16px;
    color: #fffaf4;
    margin-bottom: 16px;
    padding-top: 45px;
    padding-left: 272px;
    text-align: left;
}
#newsletter .form_newsletter {
    display: flex;
    gap: 22px;
    padding-left: 272px;
}
#newsletter .form_newsletter input {
    width: 260px;
    height: 48px;
    border-radius: 28px;
    border: 0;
    outline: none;
    background: #da8a84;
    padding: 0 22px 2px 22px;
    font-family: "Century Gothic";
    font-size: 15px;
    color: #ededed;
}
#newsletter .form_newsletter input::placeholder {
    color: #fff;
}
#newsletter .optin {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Century Gothic";
    font-size: 16px;
    color: #fff;
}
#newsletter .optin input {
    width: 18px;
    height: 18px;
    background: none;
}
#newsletter .bt_cadastrar_email {
    padding: 0px 50px 0px 20px;
    background: #fbd2b4 url(../imagens/footer_bt_cadastrar.png) calc(100% - 20px) center no-repeat;
    color: #5b2f21;
    border-radius: 28px;
    border: 0;
    cursor: pointer;
    font-family: "Century Gothic Bold";
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.15s;
}
#newsletter .bt_cadastrar_email:hover {
    background: #ffecd8 url(../imagens/footer_bt_cadastrar.png) calc(100% - 16px) center no-repeat;
}

/* #######################################################
   #### FOOTER
######################################################## */
#footer {
    width: 100%;
    background: #5f3421 url(../imagens/footer.png) center top no-repeat;
    color: #fff;
    padding: 105px 0 90px 0;
    position: relative;
    border-radius: 0 0 24px 24px;
}
#footer .center {
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
}
#footer h3 {
    font-family: "Frankie";
    font-size: 26px;
    color: #ebac3b;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: normal;
}
#footer a {
    font-family: "Century Gothic";
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 28px;
    opacity: 0.85;
    transition: 0.15s;
}
#footer a:hover {
    opacity: 1;
}
#footer .bt_comprar_ingresso {
    background: #11893d;
    border-radius: 100px;
    text-decoration: none;
    font-family: "Century Gothic Bold";
    font-size: 14px;
    color: #fffbcc;
    position: relative;
    text-transform: uppercase;
    padding: 9px 55px 11px 20px;
    display: inline-block;
}
#footer .bt_comprar_ingresso .ico {
    width: 24px;
    height: 24px;
    background: url("../imagens/footer_bt_carrinho.png") no-repeat center;
    background-size: 24px 24px;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.08s ease-in;
}
#footer .bt_comprar_ingresso:hover .ico{
    right: 17px;
}
#footer .txt_redes {
    font-family: "Century Gothic";
    font-size: 14px;
    color: #fffbe3;
    margin-bottom: 14px;
    padding-top: 20px;
}
#footer .social {
    display: flex;
    gap: 8px;
}
#footer .soc {
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: 0.9;
    border: 2px solid #aa5940;
    border-radius: 50%;
}
#footer .soc:hover {
    opacity: 1;
}
#footer .insta {
    background: url("../imagens/footer_bt_instagram.png") center center no-repeat;
}
#footer .face {
    background: url("../imagens/footer_bt_facebook.png") center center no-repeat;
}
#footer .tiktok {
    background: url("../imagens/footer_bt_tiktok.png") center center no-repeat;
}
#footer .youtube {
    background: url("../imagens/footer_bt_youtube.png") center center no-repeat;
}
#footer .col_coruja{
    position: relative;
    margin-top: 65px;
}
#footer .col_coruja .coruja_footer {
    width: 46px;
    height: 80px;
    background: url("../imagens/footer_coruja.png") no-repeat center;
    background-size: 46px 80px;
    position: absolute;
    left: 179px;
    top: -70px;
}
.assinatura{
    text-align: center;
    padding: 15px 0;
}
.assinatura{
    color: #5b2f21;
}
.assinatura a{
    text-decoration: underline;
    color: #5b2f21;
}

/* #######################################################
   #### MODAL CRONOGRAMA
######################################################## */
#modal_cronograma {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.08s ease-in;
}
#modal_cronograma.ativo {
    display: flex;
}
#modal_cronograma .modal_fundo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(26,80,54,0.98);
}
#modal_cronograma .modal_janela {
    width: 1096px;
    background: #fdf8cc url('../imagens/modal_cronograma_fundo.jpg') center top no-repeat;
    background-size: cover;
    border-radius: 42px;
    position: relative;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
    border: 10px solid #fff;
}
#modal_cronograma .bt_fechar {
    width: 54px;
    height: 54px;
    background: url('../imagens/modal_cronograma_bt_fechar.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-indent: -20000px;
}
#modal_cronograma .topo_modal {
    text-align: center;
    margin-top: 30px;
}
#modal_cronograma .topo_modal .ovelha {
    display: block;
    width: 74px;
    height: 78px;
    margin-bottom: 15px;
    background: url(../imagens/modal_cronograma_ovelha.png) center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    margin-bottom: 5px;
}
#modal_cronograma .topo_modal h2 {
    font-family: 'Frankie';
    color: #236b48;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: normal;
}
#modal_cronograma .texto_intro {
    font-size: 16px;
    color: #236b48;
    text-align: center;
    line-height: 28px;
    margin: 25px 0 20px 0;
    padding-left: 45px;
    padding-right: 45px;
}
#modal_cronograma .titulo_atividades {
    font-family: 'Century Gothic Bold';
    color: #236b48;
    font-size: 22px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 25px;
}
#modal_cronograma .lista_horarios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 15px;
    column-gap: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
}
#modal_cronograma .lista_horarios .moldura_horario {
    width: 220px;
    height: 58px;
    background: url('../imagens/modal_cronograma_moldura_horario.png') center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_cronograma .lista_horarios .moldura_horario span {
    font-family: 'Century Gothic Bold';
    color: #236b48;
    font-size: 16px;
    letter-spacing: .3px;
}
#modal_cronograma .texto_final {
    text-align: center;
    color: #175a40;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 27px;
}
#modal_cronograma .rodape_modal {
    position: absolute;
    left: 0;
    bottom: -110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
#modal_cronograma .rodape_modal .valor {
    text-align: right;
    font-size: 17px;
    color: #fffcc7;
    padding-top: 8px;
}
#modal_cronograma .rodape_modal .valor span {
    font-family: 'Boris Black Boxx';
    font-size: 38px;
    position: relative;
    top: -5px;
}
#modal_cronograma .bt_comprar_ingresso {
    height: 50px;
    width: 210px;
    padding-left: 20px;
    border-radius: 100px;
    background: #fffcc5 url('../imagens/modal_cronograma_bt_comprar.png') calc(100% - 17px) center no-repeat;
    background-size: 22px 22px;
    font-family: 'Century Gothic Bold';
    color: #1a5036;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all 0.08s ease-in;
}
#modal_cronograma .bt_comprar_ingresso:hover{
    background: #fffcc5 url('../imagens/modal_cronograma_bt_comprar.png') calc(100% - 13px) center no-repeat;
    background-size: 22px 22px;    
}

/* #######################################################
   #### ATRAÇÃO INTERNO
######################################################## */
#atracao_topo {
    width: 100%;
    padding: 150px 0 150px 0;
    position: relative;
    background: url('../imagens/atracao_topo_fundo.png') center bottom no-repeat;
    background-size: cover;
}
#atracao_topo .center {
    width: 1560px;
    position: relative;
    margin: 0 auto;
}
#atracao_topo .bt_voltar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fefbcc;
    font-family: 'Century Gothic Bold';
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-decoration: none;
    background: url('../imagens/atracao_topo_bt_voltar.png') left 5px no-repeat;
    background-size: auto 16px;
    padding-left: 25px;
    position: relative;
    left: -30px;
}
#atracao_topo .conteudo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
#atracao_topo .texto {
    width: 50%;
    color: #fffbcc;
}
#atracao_topo h2 {
    font-family: 'Frankie';
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: -20px;
    max-width: 700px;
    line-height: 54px;
}
#atracao_topo .duracao {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 500px;
    top: 0;
}
#atracao_topo .duracao .icone_relogio {
    width: 42px;
    height: 42px;
    background: url('../imagens/atracao_topo_icone_relogio.png') center no-repeat;
    background-size: contain;
}
#atracao_topo .duracao .info{
    line-height: 20px;
}
#atracao_topo .duracao .info span {
    font-size: 15px;
    color: #fefbcc;
    letter-spacing: 1px;
}
#atracao_topo .duracao .info strong {
    display: block;
    font-family: 'Century Gothic Bold';
    font-size: 22px;
    color: #fefbcc;
}
#atracao_topo p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 40px;
}
#atracao_topo ol {
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
}
#atracao_topo ol li a {
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    font-family: 'Century Gothic Bold';
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fffbcc;
    position: relative;
    border: 2px solid #fffbcc;
    padding: 13px 50px 15px 22px;
    transition: all 0.08s ease-in;
}
#atracao_topo ol li a.bt_ver_no_mapa {
    background: url('../imagens/atracao_topo_bt_ver_no_mapa.png') calc(100% - 15px) center no-repeat;
}
#atracao_topo ol li a.bt_ver_no_mapa:hover{
    background: url('../imagens/atracao_topo_bt_ver_no_mapa.png') calc(100% - 12px) center no-repeat;
}
#atracao_topo ol li a.bt_ver_cronograma{
    background: url('../imagens/atracao_topo_bt_ver_cronograma.png') calc(100% - 15px) center no-repeat;
}
#atracao_topo ol li a.bt_ver_cronograma:hover{
    background: url('../imagens/atracao_topo_bt_ver_cronograma.png') calc(100% - 12px) center no-repeat;
}
#atracao_topo ol li a.bt_comprar {
    background: #ebac3b url('../imagens/atracao_topo_bt_comprar.png') calc(100% - 15px) center no-repeat;
    color: #236b48 !important;
    border: 2px solid #ebac3b;
}
#atracao_topo ol li a.bt_comprar:hover {
    background: #ebac3b url('../imagens/atracao_topo_bt_comprar.png') calc(100% - 12px) center no-repeat;
    color: #236b48 !important;
    border: 2px solid #ebac3b;
}
#atracao_topo .imagem_moldura {
    width: 50%;
    position: relative;
    top: -120px;
    height: 560px;
}
#atracao_topo .imagem_moldura .moldura_verde{
    position: absolute;
    top: 58px;
    left: 0;
    width: 760px;
    height: 606px;
    background: #fff;
    border-top-right-radius: 75px;
    border-top-left-radius: 303px;
    border-bottom-left-radius: 303px;
    border: 20px solid #236b48;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#atracao_topo .imagem_moldura img {
    display: contain;
    max-width: 110%;
}
#atracao_topo .imagem_moldura .thumbs{
    position: absolute;
    right: 50px;
    top: calc(100% + 45px);
}
#atracao_topo .imagem_moldura .thumbs ol{
    display: flex;
    gap: 8px;
}
#atracao_topo .imagem_moldura .thumbs ol li{
    width: 150px;
    height: 110px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    border: 4px solid #fffbcc;
}
#atracao_topo .moldura_verde_2 img{
    height: 100%;
    max-width: auto;
}

#atracao_topo ul.redes_sociais {
    position: absolute;
    left: 60px;
    bottom: 180px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#atracao_topo ul.redes_sociais span{
    display: block;
    width: 2px;
    height: 23px;
    position: absolute;
    left: 6px;
    bottom: -56px;
    background: #fffbcc;
}
#atracao_topo ul.redes_sociais a {
    display: block;
    background-repeat: no-repeat;
    text-indent: -20000px;
    position: relative;
    z-index: 99;
}
#atracao_topo ul.redes_sociais a.bt_instagram {
    width: 15px;
    height: 15px;
    background-image: url("../imagens/banner_sociais_instagram.png");
    background-size: 15px 15px;
}
#atracao_topo ul.redes_sociais a.bt_twitter {
    width: 15px;
    height: 18px;
    background-image: url("../imagens/banner_sociais_twitter.png");
    background-size: 15px 18px;
}
#atracao_topo ul.redes_sociais a.bt_facebook {
    width: 15px;
    height: 7px;
    background-image: url("../imagens/banner_sociais_facebook.png");
    background-size: 15px 7px;
}
#pag_atracao_interna #barra_infos{
    margin-top: -80px;
}
#atracao_body{
    position: relative;
    margin-bottom: 55px;
}
#atracao_body .center{
    width: 1560px;
    position: relative;
    margin: 0 auto;    
}
#atracao_body .center.hide{
    border-radius: 42px;
    position: relative;    
    overflow: hidden;
}
#atracao_body .frufru_esq{
    width: 377px;
    height: 519px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -259px;
    background: url("../imagens/atracao_body_frufru_esq.png") center center no-repeat;
}
#atracao_body .frufru_dir{
    width: 377px;
    height: 519px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -259px;
    background: url("../imagens/atracao_body_frufru_dir.png") center center no-repeat;
}
#atracao_body .center video{
    max-width: 100%;
    border-radius: 42px;
    position: relative;
    z-index: 9;
}

/* #######################################################
   #### FAQ
######################################################## */
#faq_topo {
    width: 100%;
    padding: 210px 0 0 0;
    position: relative;
    background: url('../imagens/faq_topo_fundo.png') center bottom no-repeat;
    background-size: cover;
    min-height: 950px;
}
#faq_topo .center {
    width: 1560px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    min-height: 300px;
    border-radius: 46px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
    margin-top: 75px;
}
#faq_topo ul.redes_sociais {
    position: absolute;
    left: 60px;
    top: 568px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#faq_topo ul.redes_sociais span{
    display: block;
    width: 2px;
    height: 23px;
    position: absolute;
    left: 6px;
    bottom: -56px;
    background: #fffbcc;
}
#faq_topo ul.redes_sociais a {
    display: block;
    background-repeat: no-repeat;
    text-indent: -20000px;
    position: relative;
    z-index: 99;
}
#faq_topo ul.redes_sociais a.bt_instagram {
    width: 15px;
    height: 15px;
    background-image: url("../imagens/banner_sociais_instagram.png");
    background-size: 15px 15px;
}
#faq_topo ul.redes_sociais a.bt_twitter {
    width: 15px;
    height: 18px;
    background-image: url("../imagens/banner_sociais_twitter.png");
    background-size: 15px 18px;
}
#faq_topo ul.redes_sociais a.bt_facebook {
    width: 15px;
    height: 7px;
    background-image: url("../imagens/banner_sociais_facebook.png");
    background-size: 15px 7px;
}
#faq_topo .center h2{
    font-family: 'Frankie';
    color: #fffbcc;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -130px;
    width: 100%;
    line-height: 54px;
    font-weight: normal;
}
#faq_topo .center h2 .coruja{
    background: url(../imagens/faq_topo_coruja.png) left top no-repeat;
    display: block;
    width: 57px;
    height: 101px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 200px;
}
#faq_topo .center h2 .texto_destaque{
    display: block;
    color: #ebac3b;
}
#faq_topo .center ul.perguntas{
    list-style-type: none;
    padding: 40px 60px 40px 60px;
    color: #916725;
}
#faq_topo .center ul.perguntas li{
    border-bottom: 1px solid #eeeae8;
    padding-bottom: 30px;
    padding-top: 26px;
    padding-left: 35px;
    padding-right: 35px;
    background: url(../imagens/faq_topo_seta.png) left 29px no-repeat;
    cursor: pointer;
}
#faq_topo .center ul.perguntas li:last-child{
    border: none;
}
#faq_topo .center ul.perguntas li h3{
    font-size: 19px;
    font-family: 'Century Gothic Bold';
    font-weight: normal;
}
#faq_topo .center ul.perguntas li p{
    font-size: 17px;
    line-height: 24px;
    font-family: 'Century Gothic';
    padding-top: 15px;
    display: none;
}
#faq_topo .center ul.perguntas li p a{
   color: #916725;
   text-decoration: underline;
}
#faq_topo .center ul.perguntas li.aberto p{
    display: block;
}
#faq_topo.politicas .center{

}
#pag_faq.politicas .politica_interna{
    padding: 10px 45px 45px 45px;
    margin-bottom: 60px;
}
#pag_faq.politicas #faq_topo .center h2{
    top: -100px;
}
#pag_faq.politicas .politica_interna p{
    font-size: 17px;
    line-height: 24px;
    font-family: 'Century Gothic';
    padding-top: 10px;    
}
#pag_faq.politicas .politica_interna h3{
    font-family: 'Frankie';
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 25px;
    color: #391c0f;
}
#pag_faq.politicas .politica_interna h4{
    font-size: 19px;
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    padding-top: 30px; 
    color: #157b3d; 
}

/* #######################################################
   #### MODAL COMPRA
######################################################## */
#pag_modal_compra{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#pag_modal_compra main {
    background-color: rgba(24, 105, 84, 0.98);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pag_modal_compra .centro {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 745px;
    max-height: 600px;
    padding-top: 27px;
    border-radius: 18px;
    margin-top: -65px;
    position: relative;
}
#pag_modal_compra .centro .bt_fechar {
    width: 24px;
    height: 24px;
    background: url('../imagens/pag_modal_compra_bt_fechar.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-indent: -20000px;
}
#pag_modal_compra form {
    max-width: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 120px;
    position: relative;
    max-height: inherit;
    box-sizing: border-box;
    margin: 0 auto;
}
#pag_modal_compra h2 {
    font-family: 'Frankie';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 38px;
    color: #186954;
    text-align: center;
    margin-bottom: 25px;
}
#pag_modal_compra .passos_compra {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    overflow-y: scroll;
}
#pag_modal_compra .passos_compra .top {
    background-color: #ffffff;
    /*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 18px;
}
#pag_modal_compra .passos_compra .top .centro2 {
    max-width: calc(100% - 40px);
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 17px;
    width: 100%;
    height: 55px;
    margin: 0 auto;
}
#pag_modal_compra .passos_compra .top h5 {
    background-color: #186954;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding-bottom: 2px;
    border-radius: 50%;
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}
#pag_modal_compra .passos_compra .top h3 {
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    font-size: 16px;
    color: #135443;
    margin-bottom: 0;
}
#pag_modal_compra .passos_compra .modal_ingresso_variacoes{
    padding-bottom: 25px;
}
#pag_modal_compra .passos_compra .fechado .conteudo {
    display: none;
}
#pag_modal_compra .passos_compra .conteudo{
    position: relative;
    padding-bottom: 0;
}
#pag_modal_compra .passos_compra .conteudo h4 {
    font-family: 'Century Gothic';
    font-size: 17px;
    color: #135443;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 17px;
}
#pag_modal_compra .passos_compra .conteudo .calendario {
    width: 540px;
    height: 360px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#pag_modal_compra .passos_compra .conteudo input[type=button]{
    color: #135443;
    background: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Century Gothic Bold';
    text-transform: uppercase;
    width: 190px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 415px;
    padding: 12px 0 14px 0;
    border-radius: 8px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#pag_modal_compra .passos_compra .conteudo h5.aviso{
    width: 538px;
    text-align: center;
    color: #d2aa41;
    font-size: 13px;
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px auto 30px auto;
    border: 1px solid #d2aa41;
    position: relative;
    top: 20px;
    padding: 10px 0 12px 0;
    border-radius: 8px;
}
#pag_modal_compra .passos_compra .conteudo .horarios {
    max-width: 580px;
    margin: 35px auto 28px auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 7px;
    list-style-type: none;
}
#pag_modal_compra .passos_compra .conteudo .horarios li{
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #135443;
    font-family: 'Century Gothic Bold';
    text-align: center;
    padding: 9px 0 11px 0;
    border-radius: 8px;
    transition: all 0.08s ease-in;
    cursor: pointer;
}
#pag_modal_compra .passos_compra .conteudo .horarios li:hover{
    background: #d2aa41;
    color: #fff;
}
#pag_modal_compra .passos_compra .opcao {
    background-color: #ffffff;
    max-width: calc(100% - 40px);
    border-radius: 14px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 19px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
}
#pag_modal_compra .passos_compra .select_tipo_experiencia{
    background: url(../imagens/seta_down.png) calc(100% - 12px) center no-repeat;
    border: 2px solid #d2aa41;
    color: #d2aa41;
    max-width: calc(100% - 40px);
    border-radius: 7px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    margin-bottom: 10px;    
    margin-top: 10px;
    height: 45px;
    text-indent: 10px;
    display: none;
} 
#pag_modal_compra .passos_compra .conteudo .opcao h3 {
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    font-size: 18px;
    color: #186954;
    margin-bottom: 0;
}
#pag_modal_compra .passos_compra .conteudo .opcao p {
    font-family: 'Century Gothic';
    font-size: 15px;
    color: #186954;
    margin-top: -2px;
    margin-bottom: 7px;
}
#pag_modal_compra .passos_compra .conteudo .opcao h4 {
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    text-align: unset;
    margin: 0;
    color: #186954;
}
#pag_modal_compra .passos_compra .conteudo .opcao h4 span{
    font-family: 'Century Gothic';
}
#pag_modal_compra .passos_compra .conteudo .opcao h4 span b{
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    color: #d2aa41;
    text-decoration: line-through;   
}
#pag_modal_compra .passos_compra .contador {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 14px;
}
#pag_modal_compra .passos_compra .contador span {
    background-size: contain !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    cursor: pointer;
}
#pag_modal_compra .passos_compra .contador .menos {
    background: url(../imagens/menos.png) center no-repeat;
}
#pag_modal_compra .passos_compra .contador .mais {
    background: url(../imagens/mais.png) center no-repeat;
}
#pag_modal_compra .passos_compra .contador input[type="number"] {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #dbdbdb;
    border-radius: 6px;
    box-sizing: border-box;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 18px;
    color: #186954;
    text-align: center;
}
#pag_modal_compra .barra_footer {
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    width: calc(100% + 60px);
    padding: 28px 30px;
    box-sizing: border-box;
    border-radius: 0 0 18px 18px;
    margin-left: -30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#pag_modal_compra .barra_footer p{
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 16px;
    color: #135443;
}
#pag_modal_compra .barra_footer h3{
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    font-size: 28px;
    color: #135443;
    margin-top: 0px;
}
#pag_modal_compra .barra_footer .direita {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}
#pag_modal_compra .barra_footer button{
    background-color: transparent;
    display: flex;
    align-items: center;
    width: fit-content;
    border: 2px solid #d2aa41;
    border-radius: 23.5px;
    padding: 9px 24px 12px 24px;
    box-sizing: border-box;
    font-family: 'Century Gothic Bold';
    font-weight: normal;
    font-size: 17px;
    color: #d2aa41;
    cursor: pointer;
    transition: all 0.08s ease-in;
}
#pag_modal_compra .barra_footer button:hover{
    color: #186954;
    border: 2px solid #186954;
}
#pag_modal_compra .barra_footer button.finalizar{
    background-color: #d2aa41;
    color: #ffffff;
}
#pag_modal_compra .barra_footer button.finalizar:hover{
    background-color: #186954;
    color: #ffffff;
    border: 2px solid #186954;
}

/*
#######################################################
  #### GRUPOS
#######################################################
*/
#pag_grupos #grupos_topo {
    width: 100%;
    padding: 210px 0 0 0;
    position: relative;
    background: url('../imagens/atracao_topo_fundo.png') center bottom no-repeat;
    background-size: cover;
    padding-bottom: 140px;
}
#pag_grupos #grupos_topo .center {
    width: 1560px;
    position: relative;
    margin: 0 auto;
}
#pag_grupos #grupos_topo .center{
    display: grid;
    grid-template-columns: 1fr 930px;
}
#grupos_topo .esquerda {
    color: #fefbcc;
}
#grupos_topo .esquerda h3 {
    font-family: 'Century Gothic Bold';
    font-size: 17px;
    color: #fffbcc;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    font-weight: normal;
    width: 268px;
    height: 105px;
    line-height: 142px;
    background: url(../imagens/grupos_topo_moldura_h3.png) center center no-repeat;
    text-align: center;
}
#grupos_topo .esquerda h2 {
    font-family: 'Frankie';
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 40px;
    color: #fffbcc;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 24px;
}
#grupos_topo .esquerda h2 b {
    color: #d2aa41;
    font-weight: normal;
}
#grupos_topo .esquerda ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
#grupos_topo .esquerda ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 38px;
    background: url('../imagens/grupos_topo_demarcador.png') left center no-repeat;
    background-size: 28px;
    height: 28px;
}
#grupos_topo .bt_orcamento {
    display: inline-block;
    line-height: 48px;
    padding: 0px 50px 0px 22px;
    background: #d2aa41 url('../imagens/grupos_bt_orcamento.png') calc(100% - 20px) center no-repeat;
    border-radius: 100px;
    color: #fff;
    font-family: 'Century Gothic Bold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 26px;
    position: relative;
    height: 49px;
    transition: all 0.08s ease-in;
}
#grupos_topo .bt_orcamento:hover{
   background: #00883a url('../imagens/grupos_bt_orcamento.png') calc(100% - 16px) center no-repeat; 
}
#grupos_topo .bt_orcamento::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url('imagens/seta_direita.png') center no-repeat;
    background-size: contain;
}
#grupos_topo .esquerda p {
    font-size: 17px;
    color: #fffbcc;
}
#grupos_topo .esquerda p a {
    color: #fffbcc;
    text-decoration: underline;
}
#grupos_topo .direita {
    background: #ffffff;
    padding: 45px 50px 60px 50px;
    border-radius: 38px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
#grupos_topo .direita h2 {
    font-family: 'Frankie';
    color: #00883a;
    font-size: 32px;
    margin-bottom: 26px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -10px;
}
#grupos_topo form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#grupos_topo form label.meio {
    width: calc(50% - 14px);
}
#grupos_topo form label.terco {
    width: calc(33.33% - 18px);
}
#grupos_topo form label.terco.terco_full{
    width: calc(66.66% - 18px);
}
#grupos_topo form label.terco_full span{
    color: #8f8f8f;
    text-transform: none;
    font-family: 'Century Gothic';
    font-size: 16px;    
}
#grupos_topo form label.terco_full input{
    margin-right: 10px;
}
#grupos_topo form label {
    font-family: 'Century Gothic Bold';
    color: #009039;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-transform: uppercase;
}
#grupos_topo form input[type="text"],
#grupos_topo form input[type="email"],
#grupos_topo form input[type="date"],
#grupos_topo form select {
    height: 54px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    font-family: 'Century Gothic';
    color: #333;
}
#grupos_topo form input::placeholder {
    color: #bbbbbb;
}
#grupos_topo form .grid_3 {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}
#grupos_topo form .grid_3 span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8f8f8f;
    text-transform: none;
    font-family: 'Century Gothic';
    font-size: 16px;
    position: relative;
    top: 10px;
}
#grupos_topo form .grid_3_normal span{
    top: 0;
}
#grupos_topo form input[type="checkbox"],
#grupos_topo form input[type="radio"] {
    accent-color: #175a40;
}
#grupos_topo form label a {
    color: #e9a022;
    text-decoration: underline;
}
#grupos_topo form input[type="submit"] {
    width: 100%;
    height: 49px;
    margin-top: 10px;
    background: #00883a url(../imagens/grupos_topo_submit.png) calc(100% - 24px) center no-repeat;
    border-radius: 100px;
    font-family: 'Century Gothic Bold';
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.08s ease-in;
}
#grupos_topo form input[type="submit"]:hover{
    background: #d2aa41 url(../imagens/grupos_topo_submit.png) calc(100% - 18px) center no-repeat;
}
.bt_atendimento{
    display: block;
    width: 60px;
    height: 73px;
    text-indent: -20000px;
    display: inline-block;
    float: left;
    background: url(../imagens/bt_atendimento.png) left top no-repeat;
    background-size: 200px 73px;
    -moz-background-size: 200px 73px;
    -webkit-background-size: 200px 73px;
    position: fixed;
    right: 0;
    top: 262px;
    z-index: 1;
    width: 43px;
    height: 52px;
    background-size: 142px 52px;  
}

/*
#######################################################
  #### CALENDARIO ORIGINAL
#######################################################
*/
.calendario_agendamento #calendario{
  min-height: 378px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  position: relative;
  padding-bottom: 20px;
}
.calendario_agendamento #calendario form{
  height: 160px;
  position: relative;
  top: 15px;
  display: none;
  width: 94%;
  margin-left: 3%;
}
.calendario_agendamento  #calendario form.aberto{
  display: table;
}
.calendario_agendamento  #calendario form input[type=text], .calendario_agendamento  #calendario form input[type=email]{
  display: block;
  width: 49%;
  float: left;
  height: 32px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  font-size: 12px;
  text-indent: 10px;
}
.calendario_agendamento  #calendario form input:nth-child(2n){
  float: right;
}
.calendario_agendamento  #calendario form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #aaa;
}
.calendario_agendamento  #calendario form input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #aaa;
}
.calendario_agendamento  #calendario form input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #aaa;
}
.calendario_agendamento  #calendario form input:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #aaa;
}
.calendario_agendamento  #calendario ul.horarios{
  width: calc(100% - 40px);
  margin-left: 20px;
  padding-top: 10px;
  display: none;
}
ul.horarios p{
  display: block;
  background: #d07a7a;
  padding: 6px 9px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  font-size: 14px;
  font-family: 'Century Gothic Bold';
  color: #fff;
  transition:all 0.08s ease-in;  
}
.calendario_agendamento  #calendario ul.horarios_aberto{
  display: table;
}
.calendario_agendamento  #calendario ul.horarios li{
  display: inline-block;
  float: left;
  margin-left: 4px;
  margin-bottom: 4px;
  background: #fff;
  padding: 6px 9px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  font-size: 14px;
  font-family: 'Century Gothic Bold';
  color: #a6a6a6;
  cursor: pointer;
  width: 35px;
  transition:all 0.08s ease-in;
}
.calendario_agendamento  #calendario ul.dias li.bt_agendar_depois{
  width: 120px;
  font-size: 12px;
  font-family: 'Century Gothic Bold';
  background: #ccc;
  color: #fff;
  position: relative;
  top: 3px;
}
.calendario_agendamento  #calendario ul.horarios li:hover{
  background: #c8a700;
  color: #fff;
}
.calendario_agendamento  #calendario ul.horarios li.selected{
  background: #c8a700;
  color: #fff;
}
.calendario_agendamento  #calendario input.reservar{
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #c8a700;
  font-size: 15px;
  color: #897200;
  text-transform: uppercase;;
  text-indent: 25px;
  cursor: pointer;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;;
  font-family: 'Century Gothic Bold';  
}
.calendario_agendamento  #calendario span.reservar{
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  position: absolute;
  left: 0;
  bottom: 35px;
  background: #c8a700;
  font-size: 15px;
  color: #897200;
  text-transform: uppercase;;
  font-family: 'Century Gothic Bold';;
  text-indent: 25px;
  cursor: pointer;
}
.calendario_agendamento  #calendario span.reservar b{
  float: right;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;;
  font-family: 'Century Gothic Bold';  
  padding-right: 65px;
  background: url(../imagens/seta_calendario.png) 88% center no-repeat;
  transition:all 0.08s ease-in;
}
.calendario_agendamento  #calendario .reservar:hover b{
  background: url(../imagens/seta_calendario.png) 92% center no-repeat;
}
.calendario_agendamento  #calendario .header_calendario{
  background: #186954;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
.calendario_agendamento  #calendario .header_calendario h3{
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 19px;
  font-family: 'Century Gothic Bold';
}
.calendario_agendamento  #calendario .header_calendario a.seta_left{
  display: block;
  width: 11px;
  height: 16px;
  text-indent: -20000px;
  background: url(../imagens/seta_left_cal.png) left top no-repeat;
  position: absolute;
  left: 25px;
  top: 22px;
  background-size: 22px 16px;
  -moz-background-size: 22px 16px;
  -webkit-background-size: 22px 16px;
    transition:all 0.1s ease-in;
}
.calendario_agendamento  #calendario .header_calendario a.seta_right{
  display: block;
  width: 11px;
  height: 16px;
  text-indent: -20000px;
  background: url(../imagens/seta_right_cal.png) left top no-repeat;
  position: absolute;
  right: 25px;
  top: 22px;
  background-size: 22px 16px;
  -moz-background-size: 22px 16px;
  -webkit-background-size: 22px 16px;
    transition:all 0.1s ease-in;
}
.calendario_agendamento  #calendario .header_calendario a.seta_left:hover,
.calendario_agendamento  #calendario .header_calendario a.seta_right:hover{
  background-position: right top;
}
.calendario_agendamento  #calendario ul.titulos{
  padding: 10px;
}
.calendario_agendamento  #calendario ul.titulos li{
  display: block;
  width: 14.2%;
  float: left;
  clear: none;
  text-align: center;
  font-family: 'Century Gothic Bold';
  font-size: 16px;
  text-transform: uppercase;
  color: #737373;
}
.calendario_agendamento  #calendario ul.dias{
  padding: 10px;
}
.calendario_agendamento  #calendario ul.dias li{
  display: block;
  width: 9.2%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  clear: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #a6a6a6;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor: pointer;
  border-radius: 6px;
  font-family: 'Century Gothic';
}
.calendario_agendamento  #calendario ul.dias li:hover{
  color: #fff;
  background: #c6c6c6;
}
.calendario_agendamento  #calendario ul.dias li.selected{
  color: #fff;
  background: #c8a700;
  font-family: 'Century Gothic Bold';
}
.calendario_agendamento  #calendario .bt_fechar_calendario{
  display: block;
  width: 26px;
  height: 26px;
  background: url(../imagens/bt_fechar_modal.png) left top no-repeat;
  background-size: 26px 26px;
  -moz-background-size: 26px 26px;
  -webkit-background-size: 26px 26px;   
  text-indent: -2000px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -85px;  
}
/*
#######################################################
  #### MENU MOBILE
#######################################################
*/
.menu_mobile{
  display: block;
  width: 100%;
  position: fixed;
  padding-bottom: 40px;
  top: 0px;
  bottom: 0;
  left: -1000px;
  z-index: 9999999999999999;
  padding-left: 45px;
  padding-top: 45px;
  background: #1e7251;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  max-width: 550px;
  transition: all 0.1s ease-in;
  height: 100vh;
  min-height: 100vh !important;
  box-sizing: border-box;
  overflow-y: auto;
}
.menu_mobile_aberto{
  left: 0;
}
header .menu_mobile span.logo{
  display: block;
    width: 175px;
    height: 64px;
    background: url("../imagens/h1.png") no-repeat center;
    background-size: 175px 64px;
  margin-bottom: 43px;
}
header .menu_mobile .estilo_1 li{
  padding-bottom: 10px;
}
header .menu_mobile .estilo_1 li span{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  position: relative;
  bottom: 18px;
  padding-right: 12px;
  font-family: 'Century Gothic';
}
header .menu_mobile .estilo_1 li a{
  font-family: 'Century Gothic';
  color: #fff;
  font-size: 32px;
}
header .menu_mobile .estilo_1 li a:hover{
  text-decoration: underline;
}
header .menu_mobile .estilo_2{
  padding-top: 20px;
}
header .menu_mobile .estilo_2 li{
  line-height: 22px;
}
header .menu_mobile .estilo_2 li a{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Century Gothic';
}
header .menu_mobile .estilo_2 li a:hover{
  text-decoration: underline;
}
header .menu_mobile .estilo_3{
  padding-top: 25px;
}
header .menu_mobile .estilo_3 p{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'Century Gothic';
}
header .menu_mobile .estilo_3 p b{
  color: #fff;
  font-size: 20px;
  display: block;
  font-family: 'Century Gothic';
}
header .menu_mobile .estilo_4{
  padding-top: 25px;
}
header .menu_mobile .estilo_4 li a{
  position: relative;
}
header .menu_mobile .estilo_4 li a span{
  display: block;
  height: 22px;
  width: 100%;
  text-indent: -20000px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
    transition: all 0.1s ease-in;
}
header .menu_mobile .estilo_4 li a#bt-facebook{
  display: block;
    width:12px;
    height:22px;
    background: url(../imagens/bt_face.png) no-repeat;
  background-size: 12px 22px;
  -moz-background-size: 12px 22px;
  -webkit-background-size: 12px 22px;
    float: left;
  margin-left: 7px;
  opacity: 0.7;
}
header .menu_mobile .estilo_4 li a#bt-instagram{
  width:22px;
    height:22px;
    background: url(../imagens/bt_insta.png) no-repeat;
  background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
    float:left;
  margin-left: 7px;
  opacity: 0.7;
}
header .menu_mobile .estilo_4 li a#bt-trip{
    width:22px;
    height:22px;
    background: url(../imagens/bt_trip.png) no-repeat;
  background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
    float:left; 
  opacity: 0.7;
}
a.bt_fechar_mobile{
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -300000px;
    background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 999999999999999999999999999;
  background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  z-index: 99;
}
/*
#######################################################
  #### CONTATO
#######################################################
*/
section#dados{
  padding-top: 111px;
}
section#dados.contato{
  padding-top: 140px;
}
section#dados.contato .center {
  top: -125px; 
    max-width: 1260px;
    margin: 0 auto;  
}
section#dados .center .esquerda{
  width: 540px;
  float: left;
  padding-bottom: 80px;
}
section#dados .center .esquerda .formulario p{
  font-family: 'Century Gothic';
  padding-top: 10px;
  color: #3f4444;
  font-size: 14px;
}
section#dados .center .esquerda .formulario p a{
  font-family: 'Century Gothic'; 
  color: #3f4444;
  text-decoration: underline;
}
section#dados .center .esquerda .formulario input[type=text]{
  width: 536px;
  height: 46px;
  left: 0px;
  margin-top: 5px;
    background: none;
    border: 2px solid #3f4444;
    color: #3f4444;
    text-align: left;
    margin-bottom: 0;
  font-size: 13px;
  text-indent: 20px;
} 
section#dados .center .esquerda .formulario input[type=text].p2{
  display: inline-block;
  width: 263px;
  float: left;
}
section#dados .center .esquerda .formulario input[name=email]{
  margin-right: 6px;
}
section#dados .center .esquerda .formulario input[type=text].p3{
  display: inline-block;
  width: 375px;
}
section#dados .center .esquerda .formulario input[type=text].p4{
  display: inline-block;
  width: 150px;
  margin-left: 2px;
  position: relative;
  left: 1px;
}
section#dados .center .esquerda .formulario textarea {
    width: 536px;
    padding-top: 15px;
    height: 122px;
    border: 2px solid #3f4444;
    background: none;
    text-align: left;
  font-size: 13px;
  margin-top: 5px;
  resize: none;
  color: #3f4444;
  text-indent: 20px;  
} 
section#dados .center .esquerda .formulario input[type=submit]{
    margin-top: 11px;
    text-align: center;
  font-weight: 700;
  display: block;
  width: 111px;
  height: 43px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  border: none;
  float: right;
  clear: both;
  cursor: pointer;
    background: #175a40;
    font-family: 'Century Gothic Bold';
}
section#dados .center .esquerda h3 {
  border: 1px solid #c8a700;  
  margin-top: 99px;
  color: #c8a700;
  font-family: 'proximaNova-regular';
  font-size: 15px;
  line-height: 28.35px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.40px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 18px;
  padding-bottom: 1px;
}
section#dados .center .esquerda h2 {
  color: #175a40;
  font-size: 60px;
  line-height: 88px;
  position: relative;
  margin-top: -10px;
  padding-bottom: 19px;
  margin-top: 99px;
  font-family: 'Century Gothic Bold';
}
section#dados .center .esquerda span{
  text-align: left;
  font-family: 'Century Gothic Bold';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #55c477;
  position: relative; 
  top: -15px;
}
section#dados .center .direita{
  width: 45%;
  float: right;
  min-height: 360px;
  margin-top: 210px;
  background: #f5f5f5;
  position: relative;
}
section#dados .center .direita .mapa{
  height: 360px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
}
section#dados .centro{
  width: 270px;
  float: left;
  margin-top: 33px;
  margin-left: 39px;  
}
section#dados .centro span.local{
  width: 270px;
  height: 215px;
  position: relative;
  
}
section#dados .centro span.local b{
  font-family: 'Century Gothic Bold';
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
} 
section#dados .centro span.local p{
  font-weight: 300;
  font-size: 14px;
  color: #3f4444;
  margin-top: 8px;
  padding-bottom: 5px;
  font-family: 'Century Gothic';  
} 
section#dados .centro span.local a{
  font-weight: 700;
  font-size: 15px;
  color: #777;
  text-decoration: underline;
  position: relative;
  top: -6px;
  font-family: 'Century Gothic';
} 
/*----------------------------------------
  - Janela Modal
---------------------------------------*/
.aviso_overlay{
  width: 100%;
  height: 100%;
  background: #278147;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  opacity: 0.8;
  filter: alpha(opacity=90);
}
.aviso_imagem{
  width: 525px;
  height: 315px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -262px;
  margin-top: -157px;
  z-index: 5001;
}
.aviso_imagem .bt_fechar{
  display: block;
  width: 25px;
  height: 25px;
  background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  background-size: cover;
  text-indent: -2000px;
  position: absolute;
  right: 0;
  top: -35px;
}



















