/******************* CSS Reset *******************/

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dir, div, dfn, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp,  small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var {
    margin:0;
    padding:0;
    border:0;
    vertical-align: baseline;
    background:none;
}
input[readonly]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
ol, ul {
    list-style:none;
}
h1, h2, h3, h4, h5, h6, li {
    line-height:100%;
}
blockquote, q {
    quotes:none;
}
q:before, q:after {
    content: '';
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a {
    text-decoration: none;	
}

a img {
    border : none;
}
.clear { 
    clear: both;
    height: 1px;
}
.fleft {
    display: inline-block;
    float: left;
}
.blue {
    color: #1b1f5a;
}
.inlineblock{
    display:inline-block
}
.fright {
    float: right;	
}
.hide {
    display: none;	
}

/******************* CSS Reset *******************/

body {
    font-family: Arial, Helvetica, sans-serif;	
}

.container {
    width: 965px;	
    margin: 0 auto;
}

.seo {
    display: none;	
}

/************************ HEAD **************************/

#head {
    width: 100%;
    /*	height: 230px;*/
    /*	height: 255px;*/
    height: 180px;
    background: url('../images/background/bg-header.jpg') repeat-x 0 -42px;
    /*	background: url('../images/background/bg-header.jpg') repeat-x 0 0;*/
}

#head .container {	
    height: 180px;
    /*	height: 230px;*/
    /*	background: url('../images/background/bg-header-center.png') repeat-x 0 0;*/
    background: url('../images/background/bg-header-center.png') repeat-x 0 -42px;
}

#head #logo {	
    float: left;
    /*	margin-top: 23px;*/
    margin-top: 10px;
    margin-left: 22px;
}

#head #logo a {
    text-indent: -10000%;
    background-repeat: no-repeat;
    /*	width: 246px;
            height: 122px;*/
    width: 200px;
    height: 99px;
    float: left;
}

#head .slogan-social {
    float: right;
    /*    height: 127px;*/
    height: 85px;
    padding-right: 10px;
    padding-top: 33px;
    position: relative;
    width: 600px;
}
#head .slogan-social #slogan-hs{
    float: right;
    margin-top: 5px;
    clear: both;
}
#head .slogan-social #atendi-login{
    width: 600px;
    height: 36px;
    margin-top: 5px;
    float: right;
    text-align: right
}
#head .slogan-social #idiomas{
    margin-top: -15px;
    height: 15px;
    float: right;
    font-size: 0px;
}
#head .slogan-social #idiomas a {
    display: inline-block;
}
#head .slogan-social .idioma-bandeira {
    height: 15px;
    width: 20px;
}
.pt-br {
    background: url('../images/icons/pt-br.png') no-repeat 0 0;
}
.eng {
    background: url('../images/icons/eng.png') no-repeat 0 0;
}
.esp {
    background: url('../images/icons/esp.png') no-repeat 0 0;
}
#head .slogan-social h1,
#head .slogan-social h2 {
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;

}
#head .slogan-social h1 {
    color: #6369A2;
    font-family: 'FuturaNDCnBold';
    margin-bottom: 6px;
    margin-top: -10px;
    /*    line-height: 33px;*/
    line-height: 18px;
    font-size: 18px;
}
#head .slogan-social h2 {
    background: none repeat scroll 0 0 transparent;
    color: #9196C3;
    font-family: 'FuturaNDCnMedium';
    /*    font-size: 25px;*/
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 4px;
    padding: 0;
}
#atend_login {
    padding-top: 6px;
    text-align: right;
    margin-bottom: 19px;
    /*    line-height: 27px;*/
    line-height: 14px;
    clear: both;
}
#atend_login * {
    vertical-align: baseline;
}
#atendimento > span {
    float: left;
    line-height: 19px;
}
#atendimento a {
    color: #575757;
    text-decoration: none;
}
#atend_login .atend-info {
    background: url("../images/tel-horario.png") no-repeat scroll 0 0 transparent;
    margin-left: 5px;
    padding-left: 15px;
    text-align: left;
}
#atend_login .atend-tel {
    background: url("../images/at-tel.png") no-repeat 0 0 transparent;
    line-height: 19px;
    margin-right: 10px;
    padding-left: 22px;
}
#atend_login .atend-horario {
    background: url("../images/at-horario.png") no-repeat 0 0 transparent;
    line-height: 19px;
    padding-left: 22px;
}
#head .login {
    display: inline-block;
    float: right;
}
#head .login > * {
    display: inline-block;
}
#head .login .user-options {
    margin-top: 5px;
}
#head .login .user {
    margin-left: 30px;
    background: url("../images/background/bg_login_user.png") repeat-x scroll left center transparent;
    border-color: #E0E0E0 #E6E6E6 #E0E0E0 #DCDCDC;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #676767;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    /*    margin-top: -5px;*/
    max-width: 250px;
    min-width: 150px;
    overflow: hidden;
    padding: 0 10px;
}
#head .login > a {
    background: url("../images/background/bg_login_links.png") repeat-x scroll left center transparent;
    border-color: #CDCDCD #C7C7C7 #B7B7B7 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #676767;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    margin-top: -5px;
    padding: 0 10px;
    text-transform: uppercase;
    overflow: hidden;
}
#head .login > a.perfil {
    border-color: #CDCDCD #D2D2D2 #B7B7B7 #C0C0C0;
}
#head .login .btn-entre,
#head .login .btn-registrese {
    background: none no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 23px;
    margin: 0 2px 0 0;
    padding: 0;
}
#head .login .btn-entre:hover,
#head .login .btn-registrese:hover {
    background-position: 0 -27px;
}
#head .login .btn-entre {
    background-image: url("../images/buttons/btn_entre.png");
    width: 51px;
}
#head .login .btn-registrese {
    background-image: url("../images/buttons/btn_registrese.png");
    width: 70px;
}
#head .login .btn-entrar-fb {
    background: url("../images/buttons/btn_entrar_fb.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 23px;
    width: 136px;
}
#head .login .btn-entrar-fb:hover {
    background-position: 0 -27px;
}
#head .social {
    float: right;
    height: 21px;
    overflow: hidden;
    width: 300px;
    z-index: 10;
    text-align: right;
    margin-right: -2px;
    /*    margin-right: -18px;*/
    /*    bottom: 26px;
        height: 20px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 185px;
        z-index: 10;*/
}
#head .social .facebook {
    margin-right: 10px;
}
#head .social .googleplus {
    width: 68px;	
}
#head .social .twitter a {
    /*    background: url("../images/bt-twitter.png") no-repeat scroll left top transparent;*/
    display: inline-block;
    height: 20px;
    /*    width: 120px;*/
}
#head .social .twitter iframe {
    width: 95px !important;
}
#head #atendimento, #head #atendimento a{    
    font-family: 'FuturaNDCnMedium';
    font-size: 15px;
    text-transform: uppercase;
    color: #575757;
    display: inline-block;
}
#head #atendimento #img-tel{
    background: url('../images/icons/ico-fone.png') no-repeat left bottom;
    width: 15px;
    height: 18px;
    display: inline-block;
}
#head #barra_inferior_menu{
    font-family: 'FuturaNDCnBold';
    text-transform: uppercase;
    /*    width: 780px;;    */
    font-size:19px;
    color: #575757;
    /*    padding-right: 6px;*/
}
/************************ HEAD **************************/

/************************ MENU **************************/

#menu {
    height: 63px;
    overflow: hidden;
    width: 965px;
    /*    margin-left: 330px;*/
}
#menu ul {
    display: block;
    height: 44px;
    line-height: 44px;
    /*    margin-left: 330px;*/
}
#menu ul li{
    float: left;
}
#menu ul li a {
    color: #676767;
    display: inline-block;
    font-family: 'FuturaNDCnMedium';
    font-size: 19px;
    height: 29px;
    margin: 18px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul li a.cliente{
    color: #FFC001;
}
#menu ul li a:hover,
#menu ul li a.current {
    color: #6b6fa2;
}
#menu ul li a.current {
    background: url('../images/icons/ico-arrow-menu.gif') no-repeat center bottom;
}

#menu li ul { 
    display: none;
    position:absolute;
    clear:both;
    height: auto;
    margin: -17px;
    margin-left: 20px;
    padding:0;
    background-color: #E3E3E3;
    z-index:9999; 
}
#menu li:hover ul, .menu li.over ul{
    display:block;
    position:absolute
}
#menu li ul li{
    float:none;
    clear:left;
    border-bottom:1px solid #d9d9d9;
}
#menu li ul li a{
    margin: 2px ;
    padding-top: 8px;
    padding: 8px 8px 0 8px;

}

/************************ MENU **************************/


/************************ FOOTER **************************/

#footer {
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

#footer .companies {
    float: left;
    clear: both;
    background-color: #f8f8f8;
    padding: 16px 21px;
    width: 921px;
    margin-bottom: 26px;
    color: #4e4e4e;
}

#footer article {
    border-bottom: 1px solid #B4B4B4;
    clear: both;
    margin: 0 0 20px;
}

#footer article p.subtitle {
    font-family: 'FuturaNDCnMedium';
    color: #686868;
    font-size: 12px;
}
#footer article h3 {
    font-family: 'FuturaNDCnMedium';
    color: #686868;
    font-size: 12px;
}
#footer .brands h3 {
    font-family: 'FuturaNDCnMedium';
    color: #686868;
    font-size: 12px;
}

#footer ul.destinos {
    height: 54px;
    margin: 10px 0 0;
    overflow: hidden;
    width: 100%;
}
#footer ul.destinos li {
    float: left;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    width: 33.3%;
}
#footer ul.destinos li a {
    color: #787878;
    display: block;
    font-family: arial;
    font-size: 10px;
    overflow: hidden;
    width: 95%;
}

#footer article .action {
    margin: 10px 0 5px;
    overflow: hidden;
}

#footer article .action a {
    font-family: arial;
    font-size: 10px;
    color: #b4b4b4;
    float: right;
}

#footer aside p {
    font-size: 11px;
}

#footer .brands {
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
}

#footer .brands ul {
    padding: 0px 12px;
    margin-top: 10px;
}

#footer .brands ul li {
    line-height: 24px;
    padding: 0px 7px;
    margin-bottom: 20px;
    float: left;
}

#footer .institutional ul {
    width: 550px;
    margin: 0px auto;
}

#footer .institutional ul li {
    border-right: 1px solid #8A8A8A;
    float: left;
    line-height: 12px;
    margin: 0 6px 0 0;
    padding: 0 6px 0 0;
}
#footer .institutional ul li:last-child {
    border-right: 0 none;
    margin: 0;
    padding: 0;
}

#footer .institutional ul li.link_mobile {
    margin-left: -60px;
}
#footer .institutional ul li.link_mobile a {
    color: #23275c;
}
#footer .institutional ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 10px;
    font-weight: bold;

}

#footer .institutional ul li a:hover {
    color: #8489c0;
}
#footer .mail {
    color: #6B6B6B;
    float: right;
    font-family: FuturaNDCnMedium;
    font-size: 14px;
    text-align: center;
}
#footer .mail img {
    vertical-align: middle;
}
#footer .mail a {
    color: #004FB0;
    text-decoration: underline;
}

#footer .copyright {
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;	
    padding-top: 7px;
    height: 50px;
}

#footer .brand {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 72px;
    height: 34px;
    float: left;
    margin-right: 20px;

}
#footer .brand .brand_idiomas {
    float: left;
    margin-top: 38px;
    color: #8a8a8a;
    width: 100%;
    text-align: center;
    font-family: futurandcnbold;
    font-size: 16px;
    font-weight: normal;
}
#footer #cadastur{
    background: url('../images/illustration/cadastur.png') no-repeat 0 0;
    width: 115px;
    height: 49px;
    float: left;
    margin-left: 10px;
}
#footer p {
    font-size: 11px;
    float: right;
    color: #4e4e4e;
    font-weight: normal;
    margin-top: 11px;
    letter-spacing: 100%;
}

/************************ FOOTER **************************/

/******************** BREADCRUMB IBE **********************/
#breadcrumb,
#breadcrumb ul {
    width: 960px;
    height: 73px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

#breadcrumb ul.ibe-result {
    background: url('../images/action/breadcrumb_1.jpg') no-repeat 0 0;
}

#breadcrumb ul.ibe-seat {
    background: url('../images/action/breadcrumb_2.jpg') no-repeat 0 0;
}

#breadcrumb ul.ibe-ident {
    background: url('../images/action/breadcrumb_3.jpg') no-repeat 0 0;
}

#breadcrumb ul.ibe-payment {
    background: url('../images/action/breadcrumb_3.jpg') no-repeat 0 0;
}

#breadcrumb ul.ibe-resume {
    background: url('../images/action/breadcrumb_4.jpg') no-repeat 0 0;
}

#breadcrumb ul li {
    height: 73px;
    position: absolute;
    top: 0;
    width: 140px;
}

#breadcrumb ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'FuturaNDCnBold';
    font-size: 17px;
    /*    height: 73px;*/
    margin: 50px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

#breadcrumb ul li.result {
    left: 90px;
}

#breadcrumb ul li.seat {
    left: 302px;
}

#breadcrumb ul li.ident {
    left: 410px;
}

#breadcrumb ul li.payment {
    left: 514px;
    width: 140px;
}

#breadcrumb ul li.resume {
    left: 728px;
}
#breadcrumb ul .active a > span{
    color: #666666;
}
#breadcrumb .off a > span{
    color: #dfdfdf;
}
/******************** BREADCRUMB IBE **********************/

/************************ UI **************************/
#ui-datepicker-div {
    font-size: 80%;
}

#ui-datepicker-div table {
    font-size: 80%;
}
/************************ UI **************************/
#dica_hover {
    position: absolute;
    z-index: 9999999999999999999;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    background: url('../images/balao.png') no-repeat;
    margin-top: -8px;
}
#dica_area {
    position: absolute;
    z-index: 1000;
    background: url('../images/balao_5.png') no-repeat;
    font-size: 12px;
    line-height: 15px;
    width: 200px;
    height: 96px;
    text-align: center;
    padding: 0px 10px;
    color: #605F60;
    cursor: pointer;
    font-family: 'FuturaNDCnMedium';
    text-transform: uppercase;
}
#dica_area_t {
    margin-top: 18px;
}
#security_dica {
    position: absolute;
    z-index: 9999999999999999999;
    width: 290px;
    height: 100px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background: url('../images/balao_1.png') no-repeat;
    margin-top: -8px;
    padding-top: 15px; 
}
#origem_dica, #destino_dica, #chegada_dica {
    position: absolute;
    z-index: 9999999999999999999;
    width: 192px;
    height: 47px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    background: url('../images/balao_2.png') no-repeat;
    margin-top: -5px;
    padding-top: 15px; 
}
#chegada_dica{
    font-size:9px;
}
.a {
    float: left;
    position: relative;
    z-index: 2;
}
.a input { width: 190px; }

.b { position: absolute; left: 60px; top: 0px; z-index: 1 }
.b select { width: 120px; }

#ajax_loading.naomostra {
    display: none !important; 
}
.overlay {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#ajax_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -109px;
    z-index: 1001;
    background: white url(../images/action/loading.gif) center 8px no-repeat;
    padding: 23px 5px 5px 5px;
    width: 208px;
    border: 2px solid maroon;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: maroon;
}
#ajax_loading2,
#ajax_loading3 {
    height: 16px;
    width: 16px;
}
#ajax_loading2 img,
#ajax_loading3 img {
    display: block;
}
#ajax_loading2 {
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
#ajax_loading3 {
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
}
#content .ibe.select-ibe {
    width: 145px;
}
.select-ibe {
    width: 150px;
}
.addthis_button_facebook_like iframe {
    width: 57px !important;
}

/* autocomplete */
.a .ui-autocomplete {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.a .ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.a .ui-corner-all.ui-state-hover {
    background: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
    border-color: transparent;
}

/* combo chosen */
.a .chzn-single {
    width: auto !important;
}
.a .chzn-container .chzn-drop {
    border-top: 1px solid #aaa;
    width: auto;
}
.a .chzn-container-single .chzn-drop {
    margin-top: 0px;
}
.a .chzn-default {
    width: 150px;
}
.a .chzn-container .chzn-results {
    overflow-x: auto;
    white-space: nowrap;
}
.a .chzn-container-single .chzn-single, .a .chzn-container-single .chzn-default, .a .chzn-container {
    font-size: 12px;
    color: #909090;
}
.chzn-results {
    color: #222222;
}
.jqTransformInputInner div input {
    color: #000 !important;
}
.chzn-container.input-erro {
    border: 1px solid red;
}
#dados-erro {
    height: 40px !important;
    margin: 0.5em 0px !important;
    position: relative;
    overflow: hidden;
}
#dados-erro.on {
    color: red;
}
#content .outros-resultados {
    background-color: #F8F8F8;
    border: 1px solid #D9D9D9;
    padding: 10px 20px 5px;
    margin: 0 0 20px;
}
#content .outros-resultados .legenda {
    color: #8A8A8A;
    display: block;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#content .outros-resultados .line {
    overflow: hidden;
    padding: 15px 0;
}
#content .outros-resultados .line.ida {
    border-bottom: 1px solid #DFDFDF;
}
#content .outros-resultados .line > div {
    color: #AFAFAF;
    float: left;
    font-family: 'FuturaNDCnBold';
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    min-width: 50px;
    text-align: left;
    max-width: 95px;
    overflow: hidden;
}
#content .outros-resultados .line > div ~ div {
    max-width: 77px;
    overflow: hidden;
}
#content .outros-resultados .line > div > span {
    color: #444444;
    display: block;
    font-family: arial;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 77px;
}
#content .outros-resultados .line > div > span.preco a {
    color: #575757;
    font-family: 'FuturaNDCnBold';
    font-weight: normal;
}

/* NEWS LIST */
#content .news-list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    overflow: hidden;
    padding: 3px 3px 1px;
    width: 346px;
}

#content .news-list .news {
    float: left;
    margin: 0 16px 16px 0;
    width: 311px;
}

#content .news-list .news table thead tr {
    cursor: inherit;
}

#content .news-list .news table thead td {
    background-color: #f1f1f1;
}

#content .news-list .news table td:last-child {
    text-align: right;
}

#content .news-list .arrows {
    margin-right: 3px;
}


#content .news-list h2,
#content .news-list h2 a {
    float: left;
    font-size: 30px;
    font-family: 'FuturaNDCnBold';
    font-weight: 200;
    color: #ffc001;
    margin-bottom:5px;
}

#content .news-list h3 {
    color: #575757;
    font-family: futurandcnbold;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 6px 4px;
}
#content .news-list h4, #content .news-list h4 a {
    color: #FEF4D5;
}
#content .news-list h4 {
    background: url("../images/background/bg-table-date.jpg") repeat-x scroll 0 0 transparent;
    font-family: futurandcnbold;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
}
#content .news-list h4 span {
    float: right;
}
#content .news-list table {
    width: 100%;
}
#content .news-list table tr {
    /*    */
    cursor: pointer;
}
#content .news-list table td {
    background-color: #E3E3E3;
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    color: #444444;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    margin: 2px 0;
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
    width: 38%;
}
#content .news-list table td:first-child {
    padding-left: 10px;
    text-align: left;
}
#content .news-list table td.sep {
    font-family: futurandcnmedium;
    font-size: 30px;
    font-weight: lighter;
    line-height: 24px;
    text-align: center;
    vertical-align: inherit;
    width: 4%;
}
#content .news-list table td:last-child {
    font-family: futurandcnbold;
    font-size: 20px!important;
    font-weight: normal;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
    width: 20%;
}
#content .news-list .line {
    background: none repeat scroll 0 0 #E3E3E3;
    margin: 2px 0;
    padding: 0 10px;
}

#content .news-list .line h4,
#content .news-list .line h4 a {
    font-size: 15px;
    font-family: 'FuturaNDCnBold';
    font-weight: 100;
    color: #ffc001;
}

#content .news-list .line div,
#content .news-list .line div a {
    font-size: 15px;
    font-family: 'FuturaNDCnMedium';
    font-weight: 100;
    color: #4e4e4e;
}

.titulo-a-caixa-c {
    margin-top: 30px;
}
.titulo-a-caixa-c .titulo {
    color: #23275D;
    font-family: 'FuturaNDCnBold';
    font-size: 22px;
    font-weight: 100;
}
.titulo-a-caixa-c .caixa {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DFDFDF;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px 0 20px 20px;
}
.titulo-a-caixa-c .caixa a {
    background: url("../images/background/bg-home-map-balao-ul.png") no-repeat scroll left center transparent;
    color: #444444;
    float: left;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    overflow: hidden;
    text-indent: 10px;
    white-space: nowrap;
}
.titulo-a-caixa-c .caixa.tres a {
    margin-right: 1.3%;
    width: 32%;
}
.titulo-a-caixa-c .caixa.cinco a {
    margin-right: 0.9%;
    width: 19%;
}
#content .bc {
    color: #464646;
    font-family: FuturaNDCnBold;
    font-size: 14px;
    margin: 25px 0 20px;
}

#content .bc > a {
    font-family: FuturaNDCnBold;
    font-size: 14px;
    color: #23265C;
    text-decoration: underline;
}

#content .bc > span {
    background: url("../images/background/bg-home-map-balao-ul.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 8px;
    width: 20px;
}
.mobile-only {
    display: none !important;
}

#msg_news{
    font-size: 14px;
    height: 16px;
}
.fb_iframe_widget span {
    vertical-align: top !important;
}
#question-origem {
    position: absolute;
    z-index: 9999999999999999999;
    width: 275px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    background: url('../images/balao_4.png') no-repeat;
    display: inline-block;
    margin-top: -40px;
    margin-left: -70px;
    vertical-align: top;
}
#question-destino {
    position: absolute;
    z-index: 9999999999999999999;
    width: 275px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    background: url('../images/balao_4.png') no-repeat;
    display: inline-block;
    margin-top: -40px;
    margin-left: -70px;
    vertical-align: top;
}

#dicaload {
    width: 320px;
    padding: 24px 32px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px #ccc;
    position: absolute;
}

.dl_title {
    font: 14px FuturaNDCnBold, sans-serif;
    color: #23265c;
}
.dl_mapa {
    margin: 16px 0px;
}
.dl_mapa iframe {
    width: 100%;
    height: 240px;
}
.dl_legenda {
    font: 12px Arial, sans-serif;
    color: #636363;
}
.dl_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/fechar.png");
    width: 14px;
    height: 14px;
}
.dl_close img {
    display: block;
}
*[tipload] {
    cursor: pointer;
}
.lateral {
    float: left;
    width: 230px;
}
.iframe-pq {
    border: none !important;
    display: block;
    float: left;
    text-align: center;
    width: 230px;
}
.iframe-gd {
    border: none !important;
    display: block;
    float: left;
    margin: 15px 0 20px;
    text-align: center;
    width: 100%;
}
.menu-mobile,.supermenu_mobile{
    display: none;
}
.notransition, .notransition > * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
#logo_qp_abandono{
    text-align: center;
    margin-top: 20px;
}
.texto_titulo,.opcoes {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    padding-top: 10px;
}
.texto_titulo{
    color: #000000;
}
.modal_abandono .ui-widget-header {
    border: none;
    background: white;
    color: darkblue;
    font-size: 20px;
    font-weight: bold;
}
.modal_abandono .ui-dialog-content p {
    color: darkblue;
    padding: 5px 0;
}
.modal_abandono .ui-dialog-content input[type=text],.modal_abandono .ui-dialog-content textarea {
    border: 1px solid lightgrey;
    border-radius: 3px;
}
.modal_abandono .ui-dialog-content input[type=text] {
    height: 30px;
    text-indent: 10px;
}
.modal_abandono .ui-dialog-content textarea {
    height: 160px;
    text-indent: 10px;
}
.modal_abandono .ui-dialog-content input[type=button] {
    background-color: darkblue;
    border-radius: 3px;
    width: 40%;
    font-size: 20px;
    text-transform: uppercase;
    color:white;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 45px;
}
.opcoes{
    overflow: hidden;
    display: block;
}
.opcao label,.outraopcao label{
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.opcao label:before,.outraopcao label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #FFF;
    border: 1px solid;
}
.opcao{
    display: inline-block;
    width: 45%;
    margin-bottom: 15px;
}
.opcao input[type=checkbox],.outraopcao input[type=checkbox] {
    display: none;
}
.opcao label:before, .outraopcao label:before  {
    border-radius: 3px;
}
.opcao input[type=checkbox]:checked + label:before, .outraopcao input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #23255D;
    text-align: center;
    line-height: 15px;
}

.outraopcao input[type=text]{
    border: 1px solid #000000;
    width: 500px;
    height: 33px;
    margin-left: 35px;
    margin-top: 20px;
}
.envia-btn-abandono{
    text-align: center;
    margin-top: 25px;
}
.envia-btn-abandono  .btn-abandono span{
    background: #23275c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900!important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 87px;
    padding: initial;
}