@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700,800,900,bold);
/*PRELOAD-BEGIN*/
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,
select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin:0;
    padding:0;
    border:0;
    vertical-align: baseline;
    background:none;
}
a {
    color: #1530AD;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    color: #888;
    background-repeat: no-repeat;
    background-position: center 162px;
}
.mainbody {
    min-height: 600px;
    width: 1200px;
    margin: auto;
    background: #efefef;
    overflow: hidden;
}
#header {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: auto auto 8px;
    z-index: 3;
    position: relative;
}
.sombrear {
    -webkit-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}
#header .container {
    overflow: visible;
    z-index: 5;
    width: 1200px;
    padding: 0;
}
.container, .widget .container {
    width: 1020px;
}
.container.c_full {
    padding: 0;
    width: 1200px;
}
#header .head {
    height: 40px;
    padding: 5px 0;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.head .sep {
    border-bottom: 1px solid #d9d9d9;
    height: 100px;
}
.head h1 {
    color: #23275c;
    font: bold 14px/1.5 'Open Sans',sans-serif;
    text-align: right;
    padding-top: 28px;
    text-transform: uppercase;
    margin-right: 30px;
}
.head .h1-sub {
    color: #23275c;
    font: 13px/1.5 'Open Sans',sans-serif;
    text-align: right;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-right: 30px;
}
.head.container {
    background-color: white;
    width: 1200px;
    padding: 0;
}
#header .logo {
    background: url(../images/logo-bbt.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 65px;
    text-indent: -999999px;
    width: 300px;
    position: absolute;
    top: -82px;
    left: 18px;
}
#header .menu {
    list-style: none;
    height: 58px;
    float: left;
}
#header .menu::after {
    clear: both;
    content: "";
    display: block;
}
#header .menu > li {
    position: relative;
    float: left;
    /*    padding: 0 0 0 10px;*/
}
#header .menu li:first-child{
    margin-left: 0px;
}
body div.container {
    margin-left: auto;
    margin-right: auto;
}
.bg-gray {
    background-color: #f5f5f5;
}
.container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 90px;
}
#header .submenu {
    background-color: #ffffff;
    display: none;
    list-style: none;
    margin: 2px 0 0;
    padding: 14px 90px 24px;
    position: relative;
    width: 1020px;
    z-index: 1;
    overflow: visible;
    box-shadow: 0px 15px 20px 2px rgba(0,0,0,.5);
    border-radius: 0 0 5px 5px;
}
#header .submenu::before {
    /*content: "";*/
    height: 6px;
    display: block;
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dedede 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dedede 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#header .submenu::after {
    position: absolute;
    content: "";
    height: 6px;
    bottom: -6px;
    width: 1200px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%,rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#header .submenu li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    line-height: 2;
}
#header .submenu li a {
    color: #23275c;
}
#header .submenu li.principais, #header .submenu li.todas {
    clear: left;
    float: none;
}
#header .submenu li.principais, #header .submenu li.todas a {
    color: #23275c;
    display: block;
    font-weight: bold;
    margin: 16px 0;
    text-transform: uppercase;
}
#header .submenu li.todas a {
    text-decoration: underline;
    display: inline-block;
}
#header .submenu li.todas::before {
    content: "";
    display: block;
    height: 10px;
}
#header .menu a {
    display: block;
    color: #23275c;
    font-size: 14px;
    text-decoration: none;
    padding: 0 30px 0 15px;
    line-height: 60px;
}
#header .menu a.drop {
    background: url(../images/drop-down.png) no-repeat 95%;
    padding: 0 30px 0 15px;
}
#header .menu a.ativo {
    background-color: #f4f4f4;
}
#idiomas .bandeiras {
    float: right;
}
#header .bandeiras_footer {
    width: 50px;
}
#header #bandeiras_idiomas #bandeira-br, #header .bandeiras #bandeira-br{
    background: url('../images/bandeiras/br_footer.png') no-repeat scroll center center transparent;
}
#header #bandeiras_idiomas #bandeira-en, #header .bandeiras #bandeira-en{
    background: url('../images/bandeiras/en_footer.png') no-repeat scroll center center transparent;
}
#header #bandeiras_idiomas #bandeira-de, #header .bandeiras #bandeira-de{
    background: url('../images/bandeiras/de_footer.png') no-repeat scroll center center transparent;
}
#header #bandeiras_idiomas #bandeira-fr, #header .bandeiras #bandeira-fr{
    background: url('../images/bandeiras/fr_footer.png') no-repeat scroll center center transparent;
}
#header #bandeiras_idiomas #bandeira-es, #header .bandeiras #bandeira-es{
    background: url('../images/bandeiras/es_footer.png') no-repeat scroll center center transparent;
}

h3, .h3 {
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#combo-list-idiomas {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    height: 4.375rem;
    padding-top: 18px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 17%;
}
#combo-list-idiomas .select {
    background-color: #fff;
    background-size: 10% auto;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    min-height: 3.125rem;
    margin: auto;
    width: 60%;
}
#combo-list-idiomas .en {
    background-image: url(../images/bandeiras/ban-en.jpg);
}
#combo-list-idiomas .select > .pt, #combo-list-idiomas .select > .es, #combo-list-idiomas .select > .en {
    background-repeat: no-repeat;
    background-position: 14% 50%;
    background-size: auto 40%;
    color: #242424;
    display: none;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    text-indent: 5%;
}
#combo-list-idiomas .select > .on {
    display: block;
}
#combo-list-idiomas .select .pt {
    background-image: url(../images/bandeiras/ban-pt.jpg);
    cursor: context-menu;
}
#combo-list-idiomas .select .es {
    background-image: url(../images/bandeiras/ban-es.jpg);
}
#combo-list-idiomas .en {
    background-image: url(../images/bandeiras/ban-en.jpg);
}

.flright {
    float: right;
}
.btn-atendimento{
    background-color: #efaa15;    
    width: 188px;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    text-align: center;
}
.btn-atendimento a{
    color: #FFFFFF;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.fleft{
    float: left;
}
.sprite-01 { background-image: url('../images/sprite-01.png') !important; }
.sprite-01.bilhete-ibe { background-position:    0px 0px !important; width: 24px !important; height: 22px !important;}
.sprite-01.calendar    { background-position:  -40px 0px !important; width: 26px !important; height: 22px !important;}
.sprite-01.ico-fb      { background-position:  -80px 0px !important; width: 24px !important; height: 24px !important;}
.sprite-01.ico-google  { background-position: -120px 0px !important; width: 24px !important; height: 24px !important;}
.sprite-01.ico-lupa    { background-position: -160px 0px !important; width: 17px !important; height: 17px !important;}
.sprite-01.ico-twitter { background-position: -200px 0px !important; width: 24px !important; height: 24px !important;}
.sprite-01.lingua-seta { background-position: -240px 0px !important; width: 10px !important; height:  9px !important;}
.sprite-01.nav-left    { background-position: -280px 0px !important; width: 23px !important; height: 38px !important;}
.sprite-01.nav-right   { background-position: -320px 0px !important; width: 23px !important; height: 38px !important;}
.sprite-01.onibus-ibe  { background-position: -360px 0px !important; width: 24px !important; height: 22px !important;}

.right-wrap {
    display: block;
    position: relative;
}
.right-wrap > .sprite-01 {
    position: absolute;
    right: 6px;
    top: 9px;
}
.right-wrap > .sprite-01.lingua-seta {
    right: 12px;
    top: 18px;
}
#header .menu > li > ul {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 #8F8F8F;
    display: block !important;
    font-size: 0px;
    list-style: none;
    margin-top: 3px;
    padding: 10px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
}
#header .menu > li > ul > li {
    display: inline-block;
    font-size: 14px;
    width: 29.33%;
    margin: 0 2%;
}
#header .menu a:hover {
    text-decoration: underline;
}
#header .menu.right {
    float: right;
    text-transform: uppercase;
    white-space: nowrap;
}
#header .menu.right > li {
    display: inline-block;
    float: none;
}
.search .form-search .full-line, .boxes_buscas .campo1 {
    position: relative;
}

.ibe-horizontal {
    padding: 25px 0;
    margin: 0 auto 10px auto;
    max-width: 1200px;
}
.ibe-horizontal div {
    overflow: hidden;
}
.ibe-horizontal div form.busca {
    background-color: rgba(34, 39, 92, 0.8);
    border: none;
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
}
.ibe-horizontal div form.busca .search-line {
    margin: 0 auto;
    font-size: 0;
    width: 1160px;
}
.ibe-horizontal div form.busca .search-line > div {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
}
.ibe-horizontal div form.busca input.cidade {
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #23275c;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    padding: 0 5px 0 40px;
    text-align: left;
    width: 249px;
    height: 50px;
    background-color: #ffffff;
    outline: none;
}
.ibe-horizontal div form.busca input.date {
    box-sizing: border-box;
    border: 0;
    color: #23275c;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    height: 50px;
    width: 150px;
    vertical-align: top;
    outline: none;
}
.ibe-horizontal div form.busca input.buscar {
    background-color: #fcb316;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    width: 180px;
    margin-left: 15px;
    cursor: pointer;
}
.ibe-horizontal div form.busca select{
    background-color: #ffffff;
    color: #23275c;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    height: 50px;
    width: 80px !important;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding-left: 45px;
    background: url(/images/passenger.jpg) no-repeat scroll 10px 13px #ffffff;
    -moz-appearance: none;
    -webkit-appearance:none;
}
.ibe-horizontal div form.busca select::-ms-expand {
    display: none;
}
.ibe-horizontal div form.busca .ui-selectmenu-button {
    background-color: #ffffff;
    color: #23275c;
    font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    height: 50px;
    width: 80px !important;
    border: 0 !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.ibe-horizontal div form.busca .ui-selectmenu-button .ui-selectmenu-text {
    line-height: 2.7;
    padding: 0.4em 2.1em 0.4em 45px;
    color: #23275c;
}
.ibe-horizontal div form.busca .ui-selectmenu-button .ui-icon-triangle-1-s {
    background: url(/images/passenger.jpg) no-repeat scroll #ffffff;
    height: 25px;
    width: 25px;
    top: 13px;
    margin-top: 0;
    left: 10px;
}
.ibe-horizontal div form.busca .ida {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    padding: 0 0 0 50px;
    background: url(/images/calendario.jpg) no-repeat scroll 10px 13px #ffffff;
    margin-left: 15px;
}
.ibe-horizontal div form.busca .volta {
    background: #ffffff;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    padding: 0 0 0 20px;
    border-left: 1px solid #c6c6c6 !important;
    margin-right: 15px;
}
.ibe-horizontal div form.busca .cancel {
    position: absolute;
    top: 13px;
    right: 20px;
    cursor: pointer;
}
.ibe-horizontal div form.busca .no_return .cancel {
    display: none;
}
.ibe-horizontal div form.busca .no_return .volta {
    opacity: 0.6;
}
.ibe-horizontal div form.busca .ico-origem {
    position: absolute;
    top: 13px;
    left: 10px;
    cursor: pointer;
}
.ibe-horizontal div form.busca .ico-destino {
    position: absolute;
    top: 13px;
    left: 10px;
    cursor: pointer;
}
.ibe-horizontal div form.busca #ibe-switch {
    background: url(/images/troca_cidades_t.png) no-repeat scroll 6px 6px #fcb316;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 8px;
}
.ibe-horizontal .buscafixa{
    padding: 25px 0 !important;
}

/*PRELOAD-END*/
.combo_personalizado, .combo_personalizado * {
    cursor: pointer;
}
.combo_personalizado {
    display: inline-block;
    height: 15px;
    overflow: hidden;
    /*position: absolute;*/
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
}
.combo_personalizado.open {
    height: auto;
    overflow: visible;
    width: auto !important;
    z-index: 2;
}
.combo_personalizado label {
    color: #747474;
    display: block;
    line-height: normal;
}
.sm-spacer{
    width: 10px;
    height: 20px;
}
input[type=text], textarea {
    border: 1px solid red;
}

/*#header .menu > li:nth-child(1) {
    margin-left: 50px;
}
#header .menu > li:nth-child(2) {
    margin-left: 240px;
}
#header .menu > li:nth-child(3) {
    margin-left: 400px;
}
#header .menu > li:nth-child(4) {
    margin-left: 540px;
}
#header .menu > li:nth-child(5) {
    margin-left: 660px;
}
#header .menu > li:nth-child(6) {
    margin-left: 760px;
}*/
#header .atendimento {
    max-height: 51px;
    margin-top: 25px;
    overflow: hidden;
    position: absolute;
    right: 90px;
    top: 0;
}
#header .atendimento {
    transition: max-height 0.5s;
}
#header .atendimento:hover {
    max-height: 160px;
}
#header .atendimento .button {
    background: #efaa15;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
#header .atendimento .b2 {
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: center;
    text-indent: 20px;
}
#header .atendimento span.button {
    cursor: default;
}
#header .atendimento .b2, #header .atendimento .b3 {
    background-color: #5A6DC2;
    border: 1px solid #394FB3;
}
#header .atendimento .b3 {
    font-size: 12px;
    padding: 15px 10px;
}
.footer-wrapper {
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
}
.rodape {
    /*    margin-top: 30px;*/
    border-top: 1px solid #efaa15;
    height: 99px;
    padding: 30px 0;
    width: 100%;
}
.rodape .links {
    float: left;
}
.rodape .links a {
    float: left;
    margin-right: 20px;
    text-decoration: none;
}
.rodape .links a:last-child {
    margin-right: 20px;
}
/*.rodape .copyright {
    color: #23275c;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: 6px;
    text-align: right;
}*/

.h2 {
    color: #efaa15;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.text p {
    margin: 1em 0em;
}

.titulo {
    color: #23275c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0em;
}

.widget.links {
    font-family: 'Open Sans', sans-serif;
    padding: 40px 0;
    text-align: left;
    clear: both;
}

.widget.links .coluna_rodape ul li {
    white-space: nowrap;
}

.widget.links .coluna_rodape.small {
    width: 200px;
}
.widget.links .coluna_rodape {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.widget.links .coluna1 {
    display: inline-block;
    margin-right: 28px;
    vertical-align: top;
    width: 145px;
}
.widget.links .coluna2 {
    display: inline-block;
    margin-right: 28px;
    vertical-align: top;
    width: 405px;
}
.widget.links .coluna3 {
    display: inline-block;
    width: 405px;
}
.widget.links .titulo {
    color: #23275c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.widget.links ul li {
    display: inline-block;
    height: 30px;
    line-height: 14px;
    list-style: none;
    margin: 0 10px 5px 0;
    text-align: left;
    vertical-align: middle;
    width: 190px;
}
.widget.links ul li a {
    color: #23275c;
    font-size: 13px;
    text-decoration: none;
}
.widget.links ul li a:hover, .widget.links ul li:last-of-type a {
    text-decoration: underline;
}
.container > .legenda {
    border-bottom: 1px solid #fcb316; /* ececec */
    color: #23275c;
    font: bold 14px/2 'Open Sans',sans-serif;
    margin: 20px 0px;
    line-height: 46px;
    text-transform: uppercase;
    vertical-align: middle;
}
.container > .legenda .ui-autocomplete {
    text-transform: none;
}
.container > .legenda > span {
    display: inline-block;
    line-height: 46px;
}
.container > .legenda > span:first-child {
    box-shadow: 0 3px 0 #fcb316;
}
.container > .legenda > h3::after {
    background-color: #fcb316;
    bottom: 0%;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.container > .legenda > h3 {
    font-weight: inherit;
    margin-bottom: initial;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.container > .legenda span:nth-child(2) {
    font-weight: normal;
}
.erro_busca {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.erro_busca .desktop{
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .nomobile {
        display: none !important;
    }
    .container, .widget .container {
        width: 95%;
        margin: 0 auto;
        padding: 0 2%;
    }
    body .home .banner .search {
        float: none;
        margin: 30px 0;
        width: auto;
    }
    body .home .banner .search .form-search .full-line {
        width: auto;
        vertical-align: middle;
    }
    body .home .banner .search .form-search .half-line {
        width: 48%;
        vertical-align: middle;
    }
    body .home .banner .search .form-search .half-line.right {
        line-height: 35px;
        margin-left: 4%;
    }
    body .home .banner .search .form-search .half-line label {
        float: left;
    }
    body .home .banner .search .form-search .half-line .opcional {
        display: block;
        text-align: right;
        font-size: 8px;
    }
    body .home .banner .search .form-search {
        font-size: 0px;
    }
    body .home .banner .search .form-search > * {
        font-size: 16px;
    }
    body .rodape .links {
        float: none;
    }
    body .rodape .links a {
        float: none;
    }
    /*    body .rodape, body .rodape .copyright {
            text-align: center;
        }*/
    body .home .links .coluna2, body .home .links .coluna3 {
        width: auto;
        display: block;
    }
    body .home .links .coluna2 ul, body .home .links .coluna3 ul {
        font-size: 0px;
    }
    body .home .links .coluna2 ul li, body .home .links .coluna3 ul li {
        font-size: 16px;
        margin: 0;
        width: 50%;
        padding: 0 10px 0px 0;
        margin: 0px 0px 10px;
        box-sizing: border-box;
    }
    body .home .pagamentos .bandeiras {
        text-align: left;
    }
    body .home .banner .search .form-search label {
        font-size: 12px;
    }
    body .home .banner .search .form-search input[type=text], body .home .banner .search .form-search input[type=date],
    body .home .banner .search .form-search .half-line input[type=text], body .home .banner .search .form-search .half-line input[type=date] {
        font-size: 12px;
        width: 100%;
        padding-left: 35px;
        padding-right: 0px;
    }
    body .contato form {
        width: auto;
    }
    body .contato form label {
        font-size: 12px;
    }
    #header .atendimento {
        right: 15px;
    }
    .widget.links .coluna_rodape {
        display: block;
    }
}
.ui-datepicker-multi .ui-datepicker-group table {
    table-layout: fixed;
}
.ui-datepicker td {
    width: 16px;
}
.ui-datepicker span, .ui-datepicker a {
    font-size: 12px;
}

.ui-autocomplete .ui-state-focus{
    background: #5a6dc2;
}

.overlay_carregando .aguarde {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.overlay_carregando.pop_up img {
    margin-bottom: 20px;
}
.overlay_carregando {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000000;
    z-index: 10000;
    top: 0;
    right: 0;
}
.overlay_carregando.pop_up {
    opacity: 1;
    z-index: 10001;
    background-color: transparent;
}
.overlay_carregando > div {
    background-color: white;
    width: 300px;
    min-height: 120px;
    margin: auto;
    padding:10px;
    border: 1px solid black;
    border-radius: 5px;
}
.trajetos ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 320px;
    margin-top: 20px;
    margin-right: 20px;
    vertical-align: top;
}
.trajetos ul li.linha1 {
    margin-top: 0px;
}
.trajetos ul li.fim-linha {
    margin-right: 0px;
}
.trajetos ul a {
    color: #23275c;
    display: inline-block;
    font: bold 14px/18px 'Open Sans',sans-serif;
    padding: 12px;
    text-decoration: none;
}
.trajetos ul a:hover, .trajetos ul a:active {
    background-color: #fcb316;
}
.trajetos ul span:nth-child(2) {
    display: inline-block;
    font-size: 18px;
    padding: 0px 12px;
}
.trajetos ul span:nth-child(2):after {
    content: ">";
}
.search-area {
    background: url(../images/bg-search.jpg) no-repeat center;
    background-size: cover;
    height: 127px;
    margin: auto;
    padding-top: 30px;
}
form.busca {
    background: rgba(15,15,15, 0.8);
    border-radius: 3px;
    padding: 15px 20px 16px 18px;
    width: 982px;
    margin: 0px auto 24px;
}
form.busca .campo1 {
    float: left;
    margin-right: 20px;
    width: 230px;
}
form.busca .campo2 {
    float: left;
    margin-right: 20px;
    width: 150px;
}
form.busca label {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}
form.busca input.ac, form.busca input.data {
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
    display: block;
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 10px 14px;
    text-transform: uppercase;
}
form.busca input.ac {
    width: 200px;
}
form.busca input.data {
    width: 100px;
    background-position: 115px center;
    background-repeat: no-repeat;
    padding-right: 34px;
}
form.busca input.submit {
    background-color: #fcb316;
    border: 1px solid #fcb316;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    margin-top: 24px;
    text-transform: uppercase;
    width: 140px;
}
form.busca input.submit.ui-state-active {
    color: #23275c;
}
.widget.empresas {
    border: none;
    height: 150px;
    margin-bottom: 40px;
    position: relative;
}
.widget.empresas .nav-left {
    cursor: pointer;
    height: 120px;
    left: 0;
    position: absolute;
    top: 55px;
    width: 23px;
    z-index: 10;
}
.widget.empresas .nav-right {
    cursor: pointer;
    height: 120px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 23px;
    z-index: 10;
}
.nav-branco {
    background-color: transparent;
}

.nav-cinza {
    background-color: #eeeeee;
}
.widget.empresas .container {
    height: auto;
    padding: 0;
}
.widget.empresas .slide {
    height: 126px;
    overflow: hidden;
    padding: 10px 50px;
    position: relative;
}
.widget.empresas .slide ul {
    height: auto;
    overflow: hidden;
    position: absolute;
    padding: 3px 0;
}
.widget.empresas .slide ul li {
    background: white;
    border-radius: 3px;
    box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    display: inline-block;
    height: 120px;
    margin: 0 15px;
    text-align: center;
    vertical-align: top;
    width: 150px;
}
.widget.empresas .sprite-01 {
    background-image: url(/images/sprite-01.png) !important;
    background-position-y: 40px !important;
    filter: none;
}

.widget.empresas .slide li.off {
    display: none;
}
.widget.empresas .slide li img {
    opacity: 1;
}
.widget.empresas .slide-viacao-titulo {
    display: none;
}
.widget.empresas .clickarea{
    height: 100%;
    padding-top: 38px;
}

.breadcrumb-wrapper {
    z-index: 1;
}
.container.breadcrumb {
    margin: 10px auto;
}
.container.breadcrumb, .container.breadcrumb * {
    text-transform: uppercase;
    margin: 0px auto;
    height: 50px;
    z-index: 1;
    line-height: 50px;
}
.container.breadcrumb ol{
    list-style-type: none;
}
.container.breadcrumb ol li{
    display: inline;
}
.container.breadcrumb ol li:last-of-type {
    font-weight: bold;
}
.container.breadcrumb ol > span {
    background: url("../images/background/bg-home-map-balao-ul.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 8px;
    width: 20px;
}
.container.breadcrumb ol li > a {
    color: #23275c;
    font-size: 13px;
}

.line {
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    width: 100%;
}
.line .item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    height: 320px;
    margin-right: 28px;
    overflow: hidden;
    width: 320px;
}
.line .item .content {
    padding: 20px;
}

.line .item.sao-paulo {
    background: url('../images/bg-sao-paulo.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.line .item.rio-de-janeiro {
    background: url('../images/bg-rio.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.line .item.curitiba {
    background: url('../images/bg-curitiba.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.line .item.belo-horizonte {
    background: url('../images/bg-belo-horizonte.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.line .item .title {
    color: #efaa15;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-align: left;
    text-transform: none;
}
.line .item .subtitle {
    color: #ffffff;
    font-size: 13px;
    margin: 10px 0;
    text-align: left;
}
.line .item .price {
    color: #efaa15;
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    margin: 7px 0;
    text-align: left;
}
.trechos {
    margin-top: 15px;
    width: 100%;
}
.trechos .head {
    border-bottom: 1px solid #efaa15;
    color: #efaa15;
    font-size: 13px;
    opacity: 0.8;
    padding: 5px 0;
    width: 100%;
}
.trechos .head .left {
    display: inline-block;
    text-align: left;
    width: 49%;
}
.trechos .head .right {
    display: inline-block;
    text-align: right;
    width: 49%;
}
.trechos .trecho {
    display: block;
    height: 46px;
    overflow: hidden;
}
.trechos .trecho .sep {
    background: url('../images/white-arrow.png') no-repeat scroll center center transparent;
    height: 50px;
    margin: 0 5px;
    width: 10px;
}
.trechos .trecho .city {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    height: 50px;
    width: 78%;
    white-space: nowrap;
}
.trechos .trecho .city > div {
    display: inline-block;
    max-width: 105px;
    vertical-align: middle;
    white-space: normal;
    line-height: 1.2;
    font-size: 12px;
}
.trechos .trecho .tr-price {
    color: #efaa15;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    text-align: right;
    width: 20%;
}
.line .item .bt-default {
    background: #efaa15;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 16px;
    margin: 10px 0;
    padding: 8px 20px;
    text-align: center;
}
.search .form-search .half-line.compare {
    color: #23275c;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.sm-spacer {
    display: inline-block;
}

.text-box h2, .text-box h2.blue {
    margin: 20px 0px;
    color: #23275c;
    font-weight: bold;
}
.text-box ul {
    margin: 10px 40px;
}
.text-box p {
    text-align: justify;
}
.text-box p:last-child {
    margin-bottom: 10px;
}
.text-box .blue, .text-box strong {
    color: #23275c;
    font-weight: normal;
}
/********* RODAPE NOVO ******/
#bandeiras_idiomas{
    margin-top: 25px;
}
#idiomas_rodape{
    width: 194px;
    margin-top: 15px;
}
#idiomas_rodape span{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
    display: block;
}
.bandeiras_footer{
    height: 35px;
    float: left;
    margin-left: 20px;
}
.bandeiras_footer:first-child{
    margin-left: 0px;
}
.rodape #bandeiras_idiomas #bandeira-br, .rodape .bandeiras #bandeira-br{
    background: url('../images/ico-qp.png') no-repeat scroll center center transparent;
    width: 67px;
}
.rodape #bandeiras_idiomas #bandeira-en, .rodape .bandeiras #bandeira-en{
    background: url('../images/ico-bbt.png') no-repeat scroll center center transparent;
    width: 73px;
}
.rodape #bandeiras_idiomas #bandeira-es, .rodape .bandeiras #bandeira-es{
    background: url('../images/ico-abt.png') no-repeat scroll center center transparent;
    width: 85px;
}
#icones_rodape{
    float: left;
    margin-top: 28px;
    font-size: 11px;
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
}
#icones_rodape .fleft:last-child{
    margin-left: 15px;
}

#icone-autoviacao{
    background: url('../images/autoviacao_footer.png') no-repeat scroll center center transparent;
    width: 23px;
    height: 22px;
    float: left;
}
#icone-bilhete{
    background: url('../images/bilhete_footer.png') no-repeat scroll center center transparent;
    width: 24px;
    height: 21px;
    float: left;
}
#texto_bilhete{
    font-size: 11px;
    margin-top: 1px;
    margin-left: 3px;    
    width: 16px;
    float: left;
}
#icones_rodape span{
    float: left;
    margin-left: 6px;
    font-weight: bold;
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
#icones_rodape p{
    clear: both;
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}
#icones_pgtos{
    margin-top: 40px;
    margin-left: 52px;
    height: 56px;
}
#cadastur_footer{
    background: url('../images/cadastur_footer.png') no-repeat scroll center center transparent;
    width: 126px;
    height: 56px;
    margin-right: 22px;
}
#site_footer{
    background: url('../images/site_seguro_footer.png') no-repeat scroll center center transparent;
    width: 114px;
    height: 45px;
    margin-right: 30px;
}
.icones_bandeiras_pagtos_footer{
    margin-right: 16px;
}
#comodo_secure{
    background: url('../images/ico-comodo.png') no-repeat scroll center center transparent;
    width: 114px;
    height: 45px;
    margin-right: 30px;
}
#all_are_welcome{
    background: url('../images/all_are_welcome.png') no-repeat scroll center center transparent;
    width: 114px;
    height: 45px;
    margin-right: 30px;
    background-size: contain;
}
#responsible_tourism{
    background: url('../images/wtm-responsible-tourism.png') no-repeat scroll center center transparent;
    width: 114px;
    height: 45px;
    margin-right: 30px;
    background-size: contain;
}
#ico_pgtos{
    background: url('../images/ico-pgtos.gif') no-repeat scroll center center transparent;
    width: 317px;
    height: 38px;
    margin-top: 40px;
    float: right;
}
#mastercard_footer{
    background: url('../images/master_footer.png') no-repeat scroll center center transparent;
    width: 60px;
    height: 38px;
}
#visa_footer{
    background: url('../images/visa_footer.png') no-repeat scroll center center transparent;
    width: 61px;
    height: 38px;
}
#american_footer{
    background: url('../images/american_footer.png') no-repeat scroll center center transparent;
    width: 60px;
    height: 38px;
}
#elo_footer{
    background: url('../images/elo_footer.png') no-repeat scroll center center transparent;
    width: 60px;
    height: 38px;
}
#hipercard_footer{
    background: url('../images/hipercard_footer.png') no-repeat scroll center center transparent;
    width: 61px;
    height: 38px;
}
#dinners_footer{
    background: url('../images/dinners_footer.png') no-repeat scroll center center transparent;
    width: 61px;
    height: 38px;
}
#copyright p{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #23275c;
    text-align: center;    
}

/*#combo-list-idiomas{
        background-color: rgba(0, 0, 0, 0.3); 
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    height: 19px;
    padding-top: 20px;
    position: absolute;
    right: 66px;
    text-align: center;
     top: -4.375rem; 
    width: 14%;
}
.seta_idiomas{
    float: right;
    width: 10px;
    height: 10px;    
    margin-top: 20px;
    margin-right: 20px;
}
#combo-list-idiomas .select {    
    background-size: 10% auto;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    min-height: 3.125rem;
    margin: auto;
    width: 78%;
}
#combo-list-idiomas .select .pt {
    background-image: url(../images/bandeiras/ban-pt.jpg);
    cursor: context-menu;
}
#combo-list-idiomas .select .es {
    background-image: url(../images/bandeiras/ban-es.jpg);
}
#combo-list-idiomas .en {
    background-image: url(../images/bandeiras/ban-en.jpg);
}
#combo-list-idiomas .select > * {
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-size: auto 40%;
    color: #242424;
    display: none;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 3.125rem;
    text-decoration: none;
    text-indent: 60%;
}
#combo-list-idiomas .select > .on {
    display: block;
    background-color: #FFFFFF;
}*/

.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: 20px;
}
.texto_titulo{
    color: #000000;
}
.modal_abandono.ui-dialog {
    overflow: visible;
}
.modal_abandono.ui-dialog .ui-dialog-content {
    overflow: visible;
}
.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;
}
.envia-btn-abandono  input[type=button]{
    background: #23275c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 87px;
}
.buscafixa{
    position: fixed;
    box-shadow: 0 8px 5px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 8px 5px 1px rgba(0,0,0,0.5);
    top: 0;
    margin: 0 !important;
    z-index: 10;
    width: 100% !important;
    left: 0;
}
.boxes_buscas {
    width: 1020px;
    margin: 0 auto;
}
.boxes_buscas #Pesquisar {
    margin-right: 40px;
}
.links-rodape ul {
    list-style: none;
}
.links-rodape li {
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
}
.links-rodape a {
    color: #23275c;
    font-weight: bold;
    text-transform: uppercase;
}
#icones_rodape span {
    color: #23275c;
    font-size: 13px;
}
.translucido {
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    font-size: 13px;
    padding: 5px 110px 5px 30px;
    width: 710px;
    float: right;
    height: 569px;
    box-sizing: border-box;
}
.translucido a {
    color: #efaa15;
    text-decoration: underline;
}
.translucido p {
    margin: 1.5em 0em;
    line-height: 1.5rem;
}
.fullwidth {
    width: 1200px;
}
.group-rodape {
    width: 1200px;
    margin: auto;
    background-color: #ffffff;
    border-top: solid 1px #d9d9d9;
}
#ui-datepicker-div {
    z-index: 2 !important;
}

#header #tickets > ul {
    float: left;
    width: 25%;
    list-style: none;
}
#header #tickets li {
    float: none;
    width: 100%;
}

#widget-rota .route-esq {
    width: 440px;
    float: left;
}
#widget-rota .route-map {
    float: right;
    background: #d9d9d9;
    border-radius: 4px;
    width: 460px;
    height: 250px;
    background-size: cover;
    background-position: 33.33% 33.33%;
}
#widget-rota .clear {
    clear: both;
}

#widget-rota [class^=info-] {
  clear: left;
  color: #22275c;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 25px;
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
}
#widget-rota [class^=info-]::before {
  background: url("../images/popular-routes-ico.png") no-repeat;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  width: 28px;
}
#widget-rota [class^=info-] em {
  display: block;
  color: #212121;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
#widget-rota .info-distance,
#widget-rota .info-time-of-travel,
#widget-rota .info-price {
  clear: none;
  float: left;
  width: 33.33%;
}
#widget-rota .info-distance::before {
  background-position: 0px 0px;
}
#widget-rota .info-time-of-travel::before {
  background-position: 0 -28px;
}
#widget-rota .info-departure-stations::before {
  background-position: 0px -56px;
}
#widget-rota .info-arrival-stations::before {
  background-position: 0px -84px;
}
#widget-rota .info-company::before {
  background-position: 0px -112px;
}
#widget-rota .info-price::before {
  background-position: 0px -140px;
}
.boxes_buscas .campo1 .find_my_geo {
    top: 36px;
}
.container.breadcrumb ol{
    list-style-type: none;
}
.container.breadcrumb ol li{
    display: inline;
}
.container.breadcrumb, .container.breadcrumb * {
    text-transform: uppercase;
    background: #fff;
    margin: 0px auto;
    height: 48px;
    z-index: 1;
    line-height: 40px;
    color: #424242;
    font-family: inherit;
    text-transform: none;
    font-size: 13px;
}
.container.breadcrumb {
    width: 1170px;
    padding: 0 15px;
}

.breadcrumb li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: solid 3px #d3d3d3;
    border-top: solid 3px #d3d3d3;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0px 20px;
}
.container.breadcrumb ol li:last-of-type a span{
    font-weight: bold;
}
.container.breadcrumb ol li > a {
    color: #23275c;
    text-decoration: none;
}
.container.breadcrumb ol > span {
    display: none;
}
.container.breadcrumb ol::before {
    content: "";
    background: url(../images/ico-casa.png) center center no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.container.breadcrumb ol li:first-of-type {
    position: absolute;
    width: 30px;
    margin-left: -20px;
    background: none;
}
.container.breadcrumb ol li:first-of-type::before {
    display: none;
}
.container.breadcrumb ol li:first-of-type span {
    text-indent: -99999px;
    display: block;
    background: none;
}
#header, .container.breadcrumb {
    -webkit-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 0.5);
    position: relative;
}
/*** LISTALETRA { ***/
.listaletra.container {
    overflow: visible;
}
.listaletra__lista {
    font-size: 1.2rem;
    line-height: 48px;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
}
.listaletra__lista li {
	box-sizing: border-box;
	break-inside: avoid-column;
	height: 43px;
}
.listaletra__letra1 {
	position: relative;
}
.listaletra__lista:not(.listaletra__searching) .listaletra__letra1 {
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}
.listaletra__lista:not(.listaletra__searching) .listaletra__letra1 + .listaletra__letra1 {
    border-top: none;
}
.listaletra__letra1 span {
    color: #23275c;
    font-weight: bold;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 48px;
}
.listaletra__lista a {
    color: #23275c;
    display: block;
    padding-left: 48px;
    text-decoration: none;
}
.listaletra__letra1 span,
.listaletra__lista a {
	padding-bottom: 10px;
	padding-top: 10px;
}

.listaletra__lista.listaletra__searching .listaletra__letra1 span {
    display: none;
}
.listaletra__lista.listaletra__searching li {
/*    border-bottom: 1px solid #cacaca;*/
/*    border-top: 1px solid #cacaca;*/
    display: none;
}
.listaletra__lista.listaletra__searching .listaletra__match {
    display: block;
}
.listaletra__nenhum-item {
    display: none;
}
.listaletra__nenhum-item a {
    font-color: #060606;
}

.listaletra__search {
    margin: 0 auto;
    padding: 0;
    position: relative;
	width: 40%;
}
.listaletra__search span {
    left: 5px;
    position: absolute;
    top: 5px;
}
.listaletra__search input[type=text] {
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
	height: 28px;
    line-height: 28px;
    padding: 0 0 0 28px;
    text-transform: uppercase;
    width: 100%;
}
/*** } LISTALETRA ***/
