
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face
{
    font-family: 'Gotham Rounded';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/GothamRounded-Medium.eot');
    src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Medium.woff') format('woff'),
    url('../fonts/GothamRounded-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gotham Rounded Book';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Book.woff') format('woff'),
    url('../fonts/GothamRounded-Book.ttf') format('truetype');
}

@font-face
{
    font-family: 'Panton Light Caps';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/Panton-LightCaps.eot');
    src: url('../fonts/Panton-LightCaps.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Panton-LightCaps.woff') format('woff'),
    url('../fonts/Panton-LightCaps.ttf') format('truetype');
}

@font-face
{
    font-family: 'Panton Black Caps';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Panton-BlackCaps.eot');
    src: url('../fonts/Panton-BlackCaps.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Panton-BlackCaps.woff') format('woff'),
    url('../fonts/Panton-BlackCaps.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gotham Rounded Book';
    font-weight: normal;
    font-style: italic;

    src: url('../fonts/GothamRounded-BookItalic.eot');
    src: url('../fonts/GothamRounded-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-BookItalic.woff') format('woff'),
    url('../fonts/GothamRounded-BookItalic.ttf') format('truetype');
}
.medium
{
    font-family: 'Gotham Rounded';
    font-weight: 500;
}
body
{
    padding-top: 148px;
}

.navbar-teu
{
    height: 148px;
}

.navbar-teu-cinza-topo
{
    height: 74px;

    background: repeating-linear-gradient(
    -45deg,
    #e5e6e7,
    #e5e6e7 11px,
    #dfe0e1 11px,
    #dfe0e1 13px
    );
}

.navbar-teu-verde-topo
{
    height: 74px;

    background: repeating-linear-gradient(
    -45deg,
    #16989a,
    #16989a 11px,
    #159496 11px,
    #159496 13px
    );
}

/*.navbar-brand img
{
    width: 248px;
    height: 138px;
}*/


.navbar-logo-teu
{
    height: auto;
    margin-top: -75px;

    outline: none;
}

.barra-busca
{
    display: inline;

    width: 660px;
    height: 32px;
    margin-top: 38px;
}


.input-busca
{
    font-family: 'Gotham Rounded Book';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;

    width: 420px !important;
    height: 32px;
    margin-left: 2px;
    padding: 5px 12px 3px;

    border: 1px solid #cfd1d2;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    box-shadow: none;
}

.form-teu
{
    width: 100%;
}

.form-teu input:focus
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22,152,154,.6);
}

.form-teu textarea:focus
{
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22,152,154,.6);
}

.form-teu ::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    font-weight: normal;
    font-style: italic;

    color: #cfd1d2;
}

.form-teu ::-moz-placeholder
{
    /* Firefox 19+ */
    font-weight: normal;
    font-style: italic;

    color: #cfd1d2;
}

.form-teu :-ms-input-placeholder
{
    /* IE 10+ */
    font-weight: normal;
    font-style: italic;

    color: #cfd1d2;
}

.form-teu :-moz-placeholder
{
    /* Firefox 18- */
    font-weight: normal;
    font-style: italic;

    color: #cfd1d2;
}

.form-teu .select-teu
{
    font-family: 'Gotham Rounded Book';
    font-size: 14px;

    height: 32px;
    margin-left: -8px;
    padding: 6px 12px 5px;

    border: 1px solid #cfd1d2;
    border-right: 0;
    background: #fff;
}

#icone-cidade
{
    width: 14px;
    height: 17px;
    margin: 0 5px 1px 0;
}

#icone-drop
{
    width: 10px;
    height: 5px;
    margin-left: 10px;
}


#btn-busca
{
    width: 40px;
    height: 32px;
    margin-left: -5px;

    border: 1px solid #cfd1d2;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    background: #fff url(../img/btn_busca_normal.png) no-repeat center;
}

#btn-busca:hover
{
    background: #fff url(../img/btn_busca_hover.png) no-repeat center;
}

.texto-cinza-ativo
{
    color: #58595b;
}

.texto-cinza-inativo
{
    color: #cfd1d2;
}

.navbar-inverse .navbar-nav > li > a
{
    font-family: 'Gotham Rounded';
    font-weight: 500;
    font-style: normal;
    line-height: 44px;

    position: relative;

    padding: 15px 0 15px 40px;

    color: #fff;
    outline: none;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    color: #fff000;
}
#menu-topo
{
    height: 74px !important;
}
#menu-topo ul li a span
{
    color: #fff000;
}

#saudacao-user a:hover
{
    color: #fff;
}

.capa
{
    height: 505px;
}
.capa .carousel-inner
{
    height: 100%;
}
.capa .carousel-inner .item
{
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50% 0;
}

.background-listras-cinzas
{
    background: repeating-linear-gradient(
    -45deg,
    #e5e6e7,
    #e5e6e7 11px,
    #dfe0e1 11px,
    #dfe0e1 13px
    );
}

#vantagens
{
    padding-top: 50px;
    padding-bottom: 100px;

    -webkit-box-shadow: inset 0 -34px 40px -22px rgba(117,117,117,1);
       -moz-box-shadow: inset 0 -34px 40px -22px rgba(117,117,117,1);
            box-shadow: inset 0 -34px 40px -22px rgba(117,117,117,1);
}

.caixa-titulo
{
    width: 375px;
    height: 60px;
    margin: 0 auto;

    text-align: center;

    background-color: #16989a;
}

.titulo-secao
{
    font-family: 'Gotham Rounded';
    font-size: 22px;
    font-weight: 500;
    font-style: normal;

    padding-top: 16px;

    color: #fff;
}

.texto-corrido
{
    font-family: 'Gotham Rounded Book';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;

    color: #231f20;
}

.texto-pequeno
{
    font-family: 'Gotham Rounded Book';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;

    color: #231f20;
}

.texto-intro
{
    margin: 30px auto;

    text-align: center;
}


.menu-vantagens
{
    padding: 5px 0;

    background-color: #fff;
}

.menu-vantagens > div
{
    padding: 5px 0;

    text-align: center;

    border-right: 1px solid #cfd1d2;
}
.menu-vantagens > div:last-child
{
    border-right: 0;
}
.menu-vantagens .icon
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
#cat-novidades .icon
{
    width: 25px;
    height: 20px;

    background: url(../img/vantagens-icon-01.png) no-repeat;
}
#cat-gastronomia .icon
{
    width: 22px;
    height: 24px;

    background: url(../img/vantagens-icon-02.png) no-repeat;
}
#cat-lazer .icon
{
    width: 23px;
    height: 22px;

    background: url(../img/vantagens-icon-03.png) no-repeat;
}
#cat-saude .icon
{
    width: 17px;
    height: 24px;

    background: url(../img/vantagens-icon-04.png) no-repeat;
}
#cat-servicos .icon
{
    width: 26px;
    height: 24px;

    background: url(../img/vantagens-icon-05.png) no-repeat;
}
#cat-outros .icon
{
    width: 21px;
    height: 20px;

    background: url(../img/vantagens-icon-06.png) no-repeat;
}
.menu-vantagens > div:last-child
{
    border-right: none;
}

.mostrando
{
    margin-top: 30px;
}

.mostrando p
{
    margin-top: 4px;

    text-align: right;
}

.select-vantagens
{
    width: 80%;
    height: 30px;
    margin-left: -15px;
    padding: 3px 15px 0 15px;

    color: #fff;
    background-color: #16989a;
}

#icone-drop-02
{
    float: right;

    width: 10px;
    height: 5px;
    margin: 11px 0 0 0;
}

.thumb
{
    position: relative;

    margin-top: 20px;

    cursor: pointer;
    text-align: center;
}

.thumb img
{
    width: 187px;
    height: 187px;
    margin-top: 30px;
}

.titulo-thumb
{
    margin-top: 10px;
}

.titulo-thumb span
{
    line-height: 12px;
}

#cidades
{
    /*height: 623px;*/
    padding-top: 50px;
}

#mapa
{
    width: 100%;
    height: 550px  ;
    margin-top: 10px;

    background: url(../img/mapa_fake01.jpg) no-repeat;
    background-size: 100% auto;
}

#secao-news
{
    height: 465px;
    padding-top: 100px;

    background: repeating-linear-gradient(
    -45deg,
    #16989a,
    #16989a 11px,
    #159496 11px,
    #159496 13px
    );
}

#aviao
{
    width: 80px;
    height: 82px;
    margin-bottom: 40px;
}


.titulo-amarelo
{
    font-family: 'Gotham Rounded';
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    line-height: 45px;

    color: #fff000;
}

.texto-branco
{
    font-family: 'Gotham Rounded Book';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;

    color: #fff;
}

#input-email
{
    width: 250px !important;

    border: 1px solid #cfd1d2;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
}

#btn-continuar
{
    height: 32px;
    margin-left: -5px;
    padding: 3px 15px 0 15px;

    border: 1px solid #cfd1d2;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    background: #fff000;
}

#btn-continuar:hover
{
    color: #16989a;
}

#secao-news .form-teu
{
    margin-top: 20px;
}

#secao-news .form-teu input:focus
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,240,0,.6);
}

#parceiro
{
    position: relative;

    height: 620px;

    background: url(../img/teuPadeiro.jpg) no-repeat 50% 0;
    background-size: 100%;
}

.slidePC
{
    padding-top: 200px;

    text-align: right;
}

.slidePC p
{
    font-size: 28px;
    line-height: 30px;

    color: #16989a;
}

#btn-saiba
{
    width: 110px;
    height: 40px;
    margin-top: 15px;

    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #16989a;
}

#btn-saiba:hover
{
    color: #fff000;
    background-color: #159496;
}

#como-funciona
{
    /*height: 645px;*/
    padding-top: 50px;
}

#cartao-teu
{
    width: 342px;
    height: 252px;
    margin-top: 20px;
}

#como-funciona .caixa-titulo
{
    margin-bottom: 100px;
}

#como-funciona h3
{
    font-family: 'Gotham Rounded';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;

    margin-top: 0;
    margin-bottom: 20px;
}
#como-funciona .hands {
    min-height: 392px;
    background: url(../img/como-funciona-hands.png) left no-repeat;
}
.cont
{
    text-align: left;
}

.control
{
    margin-left: 10px;
    padding: 0 20px 0 10px;
}

/*#rodape
{
    height: 257px;
}*/

.sombra
{
    padding: 40px 0;

    background: rgba(0,0,0, .2);
}

#rodape h3
{
    font-family: 'Gotham Rounded';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;

    margin-top: 0;
    margin-bottom: 20px;
}

#rodape ul
{
    padding-left: 0;

    list-style: none;
}

#rodape ul li a
{
    font-size: 11px !important;

    text-align: left;
    text-decoration: none;
}

#rodape ul li a:hover
{
    color: #fff;
}

section#vantagens
{
    display: none;
}
section#vantagens.forceAppear
{
    display: block;
}

.hoverVantagem
{
    position: absolute;
    top: 30px;
    left: 50%;

    display: none;
    flex-direction: column;

    width: 187px;
    height: 187px;
    margin-left: -93.5px;
    padding: 25px;

    text-align: center;

    color: #fff;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: rgba(0,168,172,.92);

    justify-content: center;
}
.hoverVantagem a
{
    text-decoration: underline;

    color: #fff;
}
.hoverVantagem:after
{
    position: absolute;
    bottom: -8px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -7.5px;

    content: '';

    border-width: 8px 7.5px 0 7.5px;
    border-style: solid;
    border-color: rgba(0,168,172,.92) transparent transparent transparent;
}
.thumb:hover > .hoverVantagem
{
    display: flex;
}

/* CUSTOM SELECT */
.selectfy
{
    display: inline-block;

    width: 80%;

    vertical-align: top;
}
.selectfy .fakeselect
{
    position: relative;

    width: 100%;
    height: 30px;
    margin-left: -15px;
    padding: 3px 15px 0 15px;

    cursor: default;
    text-align: left;

    color: #fff;
    background-color: #16989a;
}

.selectfy .fakeselect span
{
    display: block;
    overflow: hidden;

    margin-right: 45px;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.selectfy .fakeselect span.hasselected
{
    color: #fff;
}
.selectfy .fakeselect .selecticon
{
    position: absolute;
    top: 50%;
    right: 15px;

    display: block;

    width: 10px;
    height: 5px;
    margin-top: -3px;

    cursor: pointer;

    background: url(../img/drop_signal02.png);
}
.selectfy .fakeselect .selectScroll
{
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;

    display: none;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    border: 1px solid #808080;
    background: #16989a;
}
.selectfy .fakeselect ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.selectfy .fakeselect li
{
    padding: 6px 0 5px 10px;

    cursor: pointer;

    color: #fff;
}
.selectfy .fakeselect li:hover
{
    background: rgba(0,0,0,.3);
}
.floatingLogin,
.floatingLogout
{
    font-size: 12px;

    position: absolute;
    top: 50px;
    left: 0;

    display: none;

    width: 200px;
    padding: 10px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fff;
}
.floatingLogin:before,
.floatingLogout:before
{
    position: absolute;
    top: -6px;
    left: 53px;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.floatingLogin .form-control
{
    background: #f1f1f2;
}
.floatingLogin .input-group-addon
{
    background: #d0d2d3;
}
.loading
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,.5);
}
.loadingGif
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;

    background: url(../img/ajax-loader.gif) no-repeat;
}
#loginForm
{
    margin-bottom: 0;
}
.fbLogin
{
    font-family: 'Helvetica neue';
    font-weight: bold;

    width: 100%;
    padding: 5px;

    color: #fff;
    border-width: 1px;
    border-color: #4c69ba;
    border-radius: 2px;
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;

    -webkit-font-smoothing: antialiased;
}
.fbLogin span
{
    vertical-align: middle;
}
.or
{
    position: relative;
}
.or span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 30px;
    height: 20px;
    margin-top: -10px;
    margin-left: -15px;

    text-align: center;

    background: #fff;
}

.legalFooter > .row
{
    padding: 100px 0;
}

.faqBtn
{
    font-family: 'Gotham Rounded';
    font-size: 18px;
    font-weight: 500;

    color: #fff;
    border: 0;
    background: #00a5a8;
}
#faqContent
{
    display: none;

    margin-top: 20px;
}
#faqContent .content
{
    padding-top: 10px;
    padding-bottom: 10px:;

    border: 2px solid #16989a;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: #fff;
}
