/************ HOME ***************/
body {
    /*    background-image: url('../images/viacao-bg.jpg');*/
    background-position: top center;
    background-repeat: no-repeat;
}
.home {
    min-height: 600px;
}
.home .banner {
    height: 440px;
    position: relative;
    width: 100%;
}
.home .banner .rodomoca {
    background: url('../images/rodomoca-placa.png') no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    height: 440px;
    width: 440px;
}
.home .banner .search {
    background: #fcb316;
    border: 1px solid #da9603;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    height: 380px;
    margin: 30px 0 0 50px;
    width: 480px;
}
.home .banner .search .top {
    border-bottom: 1px solid #da9603;
    height: 40px;
    padding: 0 15px;
    position: relative;
}
.home .banner .search .top .title {
    color: #23275c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
}
.home .banner .search .language {
    height: 32px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
}
.home .banner .search .language > div {
    cursor: pointer;
    float: left;
    height: 20px;
    margin-left: 10px;
    padding-bottom: 11px;
    width: 30px;
}
.home .banner .search .language div:first-child {
    margin-left: 0;
}
.home .banner .search .language .lan-pt {
    background: url('../images/bandeiras/ban-pt.jpg') no-repeat scroll 0 0 transparent;
}
.home .banner .search .language .lan-pt:hover, .home .banner .search .language .lan-pt.on {
    background: url('../images/bandeiras/ban-pt-on.jpg') no-repeat scroll 0 0 transparent;
    border-bottom: 2px solid #23275c;
}
.home .banner .search .language .lan-en {
    background: url('../images/bandeiras/ban-en.jpg') no-repeat scroll 0 0 transparent;
}
.home .banner .search .language .lan-en:hover, .home .banner .search .language .lan-en.on {
    background: url('../images/bandeiras/ban-en-on.jpg') no-repeat scroll 0 0 transparent;
    border-bottom: 2px solid #23275c;
}
.home .banner .search .language .lan-es {
    background: url('../images/bandeiras/ban-es.jpg') no-repeat scroll 0 0 transparent;
}
.home .banner .search .language .lan-es:hover, .home .banner .search .language .lan-es.on {
    background: url('../images/bandeiras/ban-es-on.jpg') no-repeat scroll 0 0 transparent;
    border-bottom: 2px solid #23275c;
}
.home .banner .search .form-search {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px 20px;
}
.home .banner .search .form-search .full-line {
    margin-top: 5px;
    width: 440px;
}
.home .banner .search .form-search .half-line.fright {
    float: right;
    margin-top: 19px;
}
.home .banner .search .form-search label {
    color: #ae5e00;
    font-size: 14px;
    font-weight: 900;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
}
.home .banner .search .form-search input[type=text] {
    background: #ffffff;
    border: 1px solid #da9603;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #818181;
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
    text-align: left;
    width: 408px;
    height: 38px;
}
.home .banner .search .form-search .half-line {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    width: 200px;
}
.home .banner .search .form-search .half-line.right {
    margin-left: 35px;
}
.home .banner .search .form-search .half-line .opcional {
    color: #ae5e00;
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.home .banner .search .form-search .half-line input[type=text] {
    padding-left: 35px;
    width: 149px;
}
.home .banner .search .form-search .half-line .calendar {
    bottom: 8px;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 5px;
    width: 26px;
}
.home .banner .search .form-search .half-line a {
    color: #23275c;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.home .banner .search .form-search .half-line a:hover {
    text-decoration: underline;
}
.home .banner .search .form-search .half-line input[type=submit] {
    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: 100%;
}
.home .pagamentos {
    font-family: 'Open Sans', sans-serif;
    margin-top: 12px;
    position: relative;
}
.home .pagamentos .titulo {
    border-bottom: 1px solid #ff9000;
    color: #ff9000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.home .pagamentos .bandeiras {
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
    padding: 20px 0;
    text-align: center;
}
.home .pagamentos .bandeiras ul li {
    display: inline-block;
    margin-right: 23px;
}
.home .pagamentos .bandeiras ul li.last {
    margin-right: 0;
}
.home .line {
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    width: 100%;
}
.home .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;
}
.home .line .item.news, .home .line .item.blog, .home .line .item.blog, .home .line .item.rodoviarias {
    margin-right: 0;
}
.home .line .item .blue-box {
    background: #23275c;
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.home .line .item .blue-box strong {
    font-size: 14px;
}
.home .line .item .content {
    padding: 20px;
}
.home .video {
    background: url(../images/bg-video.png) no-repeat scroll 0 0 transparent;
}
.home .app {
    background: url(../images/bg-app.png) no-repeat scroll 0 0 transparent;
}
.home .news {
    background: #efaa15;
}
.home .news label {
    color: #23275c;
    font-size: 14px;
    font-weight: 900;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
}
.home .news input[type=text] {
    background: #ffffff;
    border: 1px solid #da9603;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #818181;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    padding: 0 15px;
    text-align: left;
    width: 248px;
}
.home .news input[type=submit] {
    background: #23275c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color:#ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.home .news .politica {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.home .news .politica a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.home .news .politica a:hover {
    text-decoration: underline;
}
.home .line .item.sao-paulo {
    background: url('../images/bg-sao-paulo.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.home .line .item.rio-de-janeiro {
    background: url('../images/bg-rio.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.home .line .item.curitiba {
    background: url('../images/bg-curitiba.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.home .line .item.belo-horizonte {
    background: url('../images/bg-belo-horizonte.png') no-repeat scroll 0 0 transparent;
    height: 400px;
}
.home .line .item.blog {
    background: url('../images/bg-blog.png') no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 400px;
}
.home .line .item.blog .blue-box {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 18px;
    margin-top: 15px;
}
.home .line .item .title {
    color: #efaa15;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-align: left;
}
.home .line .item .subtitle {
    color: #ffffff;
    font-size: 13px;
    margin: 10px 0;
    text-align: left;
}
.home .line .item .price {
    color: #efaa15;
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    margin: 7px 0;
    text-align: left;
}
.home .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;
}
.home .trechos {
    margin-top: 15px;
    width: 100%;
}
.home .trechos .head {
    border-bottom: 1px solid #efaa15;
    color: #efaa15;
    font-size: 13px;
    opacity: 0.8;
    padding: 5px 0;
    width: 100%;
}
.home .trechos .head .left {
    display: inline-block;
    text-align: left;
    width: 49%;
}
.home .trechos .head .right {
    display: inline-block;
    text-align: right;
    width: 49%;
}
.home .trechos .trecho {
    height: 50px;
    overflow: hidden;
}
.home .trechos .trecho .sep {
    background: url('../images/white-arrow.png') no-repeat scroll center center transparent;
    height: 50px;
    margin: 0 5px;
    width: 10px;
}
.home .trechos .trecho .city {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    height: 50px;
    width: 78%;
}
.home .trechos .trecho .city > div {
    display: inline-block;
    max-width: 99px;
    vertical-align: middle;
}
.home .trechos .trecho .tr-price {
    color: #efaa15;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    text-align: right;
    width: 20%;
}
.home .item.rodoviarias {
    background: #e6e6e6;
    border: 1px solid #c6c6c6;
    height: 398px;
    width: 318px;
}
.home .rodoviarias .blue-title {
    color: #23275c;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}
.home .rodoviarias div.rodo {
    display: inline-block;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 280px;
}
.home .rodoviarias div.rodo.rodoviaria-quatro {
    margin-bottom: 0;
}
.home .rodoviarias .overlay {
    background: #23275c;
    cursor: pointer;
    height: 70px;
    opacity: 0.8;
    width: 280px;
    z-index: 99;
}
.home .rodoviarias .overlay:hover {
    background: #efaa15;

}
.home .rodoviarias .rodoviaria {
    display: inline-block;
    text-align: center;
}
.home .rodoviarias .rodoviaria a {
    color: #ffffff;
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    padding-top: 25px;
    width: 280px;
    text-decoration: none;
}
.home .rodoviarias .rodoviaria a:hover {
    color: #23275c;
    text-decoration: underline;
}
.home .rodoviarias .rodoviaria-um {
    background: url('../images/rodo-01.jpg') no-repeat scroll 0 0 transparent;
    height: 70px;
    width: 280px;
}
.home .rodoviarias .rodoviaria-dois {
    background: url('../images/rodo-02.jpg') no-repeat scroll 0 0 transparent;
    height: 70px;
    width: 280px;
}
.home .rodoviarias .rodoviaria-tres {
    background: url('../images/rodo-03.jpg') no-repeat scroll 0 0 transparent;
    height: 70px;
    width: 280px;
}
.home .rodoviarias .rodoviaria-quatro {
    background: url('../images/rodo-04.jpg') no-repeat scroll 0 0 transparent;
    height: 70px;
    width: 280px;
}
.home .passos {
    background: url('../images/bg-passos.jpg') no-repeat scroll center top transparent;
    font-family: 'Open Sans', sans-serif;
    height: 800px;
    margin-top: 50px;
    width: 100%;
}
.home .passos .left {
    float: left;
}
.home .passos .right {
    position: absolute;
    right: 0;
    top: 0;
}
.home .passos .bem-vindo {
    border-left: 1px solid #efaa15;
    padding-left: 10px;
    width: 525px;
}
.home .passos .titulo {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 10px;
    text-transform: uppercase;
}
.home .passos .subtitulo {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.home .passos .texto1 {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    margin: 30px 0 0;
    padding-left: 10px;
    width: 565px;
}
.home .passos .texto2 {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    margin: 30px 0 0;
    padding-left: 10px;
}
.home .passos .social {
    height: 24px;
    margin: 10px 0;
}
.home .passos .social > div {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 7px;
    width: 24px;
}
.home .passos .social .facebook {
}
.home .passos .social .twitter {
}
.home .passos .social .google {
}
.passo-a-passo-home {
    height: 190px;
    width: 360px;
    background: url("../images/passos-smaller.png") no-repeat scroll 10px 20px transparent;
    border: 1px solid #dcdcdc;
    float: left;
    margin-top: 10px;
    background-color: #FFFFFF;
}
.passo-a-passo-home > div {
    font-size: 12px;
    color: #575757;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: absolute;
}
.passo-a-passo-home .passo1 {
    margin: 60px 0 0 53px;
}
.passo-a-passo-home .passo2 {
    margin: 147px 0 0 65px;
}
.passo-a-passo-home .passo3 {
    margin: 77px 0 0 200px;
}
.passo-a-passo-home .passo4 {
    margin: 152px 0 0 230px;
}
.home .newsletter {
    background: #efaa15;
    display: block;
    font-family: 'Open Sans', sans-serif;
    height: 200px;
    margin: 0 auto;
}
.home .newsletter .titulo {
    color: #23275c;
    font-size: 14px;
    font-weight: 900;
    margin: 35px 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.home .newsletter .form-news {
    text-align: center;
}
.home .newsletter input[type=text] {
    background: #ffffff;
    border: 1px solid #da9603;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #818181;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    margin-right: 25px;
    padding: 0 15px;
    text-align: left;
    width: 380px;
}
.home .newsletter input[type=submit] {
    background: #23275c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color:#ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}
.home .tarifas {
    background: url('../images/bg-tarifas.jpg') no-repeat scroll center top transparent;
    font-family: 'Open Sans', sans-serif;
    height: 60px;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    width: 100%;
}
.home .tarifas > div {
    display: inline-block;
}
.home .tarifas .titulo {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin-right: 50px;
    text-transform: uppercase;
    vertical-align: middle;
}
.home .tarifas .texto {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin-right: 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}
.home .tarifas .preco {
    color: #efaa15;
    display: inline-block;
    font-size: 80px;
    font-weight: 900;
    height: 60px;
    line-height: 55px;
    margin-right: 80px;
    vertical-align: middle;
}
.home .tarifas .bt-default {
    background: #efaa15;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
}
.home .links {
    font-family: 'Open Sans', sans-serif;
    margin: 40px 0;
    text-align: left;
}
.home .links .coluna1 {
    display: inline-block;
    margin-right: 28px;
    vertical-align: top;
    width: 145px;
}
.home .links .coluna2 {
    display: inline-block;
    margin-right: 28px;
    vertical-align: top;
    width: 405px;
}
.home .links .coluna3 {
    display: inline-block;
    width: 405px;
}
.home .links .titulo {
    color: #efaa15;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.home .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;
}
.home .links ul li a {
    color: #23275c;
    font-size: 13px;
    text-decoration: none;
}
.home .links ul li a:hover {
    text-decoration: underline;
}
#header {
    border-bottom: none;
}
.banner .container {
    padding-top: 28px;
    overflow: visible;
    height: 412px;
}
.home .banner .search {
    float: right;
    margin: 0px 60px 0px 0px;
}

.banner .destaque {
    bottom: 30px;
    color: #23275c;
    font: bold 16px/50px 'Open Sans',sans-serif;
    height: 141px;
    left: 0px;
    position: absolute;	
    width: 514px;
}
.banner .destaque .texto {
    bottom: 14px;
    display: none;
    position: absolute;
    left: 50px;
}
.banner .destaque.parceiro {
    background-image: url("../images/viacao-destaque.png");
}
.banner .destaque.parceiro .texto {
    display: block;
}
.banner .destaque .viacao-rodomoca {
    background-image: url("../images/viacao-moca.png");
    bottom: -30px;
    box-sizing: border-box;
    height: 411px;
    line-height: 146px;
    left: 90px;
    padding-top: 130px;
    padding-left: 240px;
    position: absolute;
    text-align: center;
    width: 427px;
}
.banner .destaque .viacao-rodomoca img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.container.viacao {
    color: #23275c;
    font: 14px/2 'Open Sans',sans-serif;
}
.legenda .fone {
    background-image: url("../images/ico-fone.png");
    background-repeat: no-repeat;
}

.viacao .lateral {
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    padding: 28px 18px;
    width: 240px;
    background: #ffffff;
    height: 410px;
    overflow: auto;
    margin-right: 20px;
}
.viacao .lateral > .titulo {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.viacao .logo {
    text-align: center;
}
.viacao .nota {
    background-color: #61b201;
    border-radius: 38px;
    color: #ffffff;
    height: 76px;
    margin: 20px auto;
    text-align: center;
    width: 76px;
}
.viacao .nota span {
    font-size: 26px;
    line-height: 76px;
}
.viacao .subtitulo {
    color: #a7a7a7;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
.viacao .subtitulo strong {
    color: #23275c;
    font-weight: normal;
}
.viacao dl {
    color: #ffffff;
    font-size: 0px;
    font-weight: bold;
    width: 200px;
}
.viacao dt, .viacao dd {
    background-color: #61b201;
    box-sizing: border-box;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 2px;
    padding: 10px;
}
.viacao dt {
    width: 80%;
}
.viacao dd {
    width: 20%;
    text-align: center;
}
.viacao .texto {
    padding-top: 10px;
    color: #060606;
    clear: both;
    word-wrap: break-word;
    display: inline;
}
.viacao .lateral.comentarios {
    width: 760px;
    margin-right: 0;
    margin-bottom: 20px;
}
.viacao .lateral.comentarios .titulo ~div {
    margin-bottom: 20px;
    min-height: 40px;
}
.viacao .comentarios .nota {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
}
.viacao .comentarios .nota span {
    line-height: 40px;
    font-size: 14px;
}
.viacao .comentarios .subtitulo {
    display: inline-block;
}
.viacao .subtitulo strong {
    color: #23275c;
    font-weight: normal;
}
.viacao .lateral.comentarios ~ .lateral.texto {
    width: auto;
}
.viacao .lateral.texto {
    width: 760px;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    clear: none;
}
.shadow {
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.2);
}

.share {
    display: inline-block;
    float: right;
}

.share > div {
    float: left;
    margin: 5px;
}
.googleplus.inlineblock {
    display: inline-block;
    /*    margin-left: -71px;
        margin-top: 10px;*/
}

.home .banner .search .form-search input[type="text"], .home .banner .search .form-search input[type="date"] {
    color: #23275c;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.trajetos_v ul {
    background-color: #f6f6f6;
    padding: 20px 10px;
    font-size: 0px;
    text-transform: uppercase;
}
.trajetos_v ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 470px;
    margin-top: 20px;
    margin-right: 20px;
}
.trajetos_v ul li.linha1 {
    margin-top: 0px;
}
.trajetos_v ul li.fim-linha {
    margin-right: 0px;
}
.trajetos_v ul .rota {
    color: #23275c;
    display: inline-block;
    font: bold 14px/18px 'Open Sans',sans-serif;
    padding: 12px;
    text-decoration: none;
    width: 336px;
}
.trajetos_v ul .botao {
    font: bold 14px/18px 'Open Sans',sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #23275c;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
}
.trajetos_v ul a:hover, .trajetos ul a:active {
    //background-color: #fcb316;
}
.trajetos_v ul span:nth-child(2) {
    display: inline-block;
    font-size: 18px;
    padding: 0px 12px;
}

#comunicado{
    border: 1px solid #FF0000;
    color: #000000;
}
#comunicado h4{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#comunicado p{
    text-align: center;
}
#comunicado a{
    color: #000000;
}
.list-partidas {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    border-radius: 3px;
    margin: 20px 0 40px;
}
.list-partidas td:first-of-type {
    padding-left: 12px;
}
.list-partidas td:last-of-type {
    padding-right: 12px;
}
.list-partidas table {
    width: 100%;
    border-collapse: collapse;
}
.list-partidas table thead td {
    background: #f6f6f6;
    color: #7b7b7b;
    font-size: 10px;
    text-transform: uppercase;
}
.list-partidas table thead tr td:last-child,.list-partidas table thead tr td:nth-child(2){
    width: 110px!important;
}
.list-partidas table td {
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
    color: #444444;
    font-family: Arial;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}
.list-partidas table td img {
    display: inline-block;
    vertical-align: middle;
}
.list-partidas table td .btn-search-travel {
    border-radius: 3px;
/*    padding: 0 25px;*/
    width: 122px;;
}
.list-partidas table td .indisponivel {
    background-color: #D8D8D8;
    color: #605F60;
    cursor: no-drop;
    font-size: 14px;
    height: 35px;
    margin: 0 0;
    text-transform: uppercase;
    padding: 0 25px;
}
.list-partidas table td .indisponivel:hover {
    box-shadow: none;
}
.list-partidas table td .restantes {
    bottom: 3px;
    color: #d74746;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}
.list-partidas table thead td {
    background: #f6f6f6;
    color: #7b7b7b;
    font-size: 10px;
    text-transform: uppercase;
}
.list-partidas table tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}
.list-partidas table tbody td {
    line-height: 15px;
    position: relative;
}
.list-partidas table tbody td.bold,
.list-partidas table tbody td:first-child {
    font-weight: bold;
}
.list-partidas table tbody td.empresa {
    height: 34px;
}
.list-partidas table tbody td.empresa img {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 2px;
}
.list-partidas table tbody tr.list-partidas-last td {
    border-top: 1px solid #fdb300;
    line-height: 40px;
    padding-bottom: 0;
    text-align: right;
    text-transform: uppercase;
}
.list-partidas table tbody tr.list-partidas-last td a {
    color: #fdb300;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}
#partidas{
    clear: both;
}
#partidas thead td {
    white-space: nowrap;
    text-decoration: underline;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand;
}
/*table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}*/
.titulo_mais_buscados {
    color: #23275c;
    font: bold 14px/2 'Open Sans',sans-serif;
    margin: 10px 0px;
    line-height: 46px;
    vertical-align: middle;
    float: left;
}
.list-partidas .btn-search-travel {
    background-color: #23275c;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 33px;
    text-transform: uppercase;
    width: 140px;
}
.list-partidas table td .restantes {
    bottom: 3px;
    color: #d74746;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}
.barra {
    width: 100%;
    background-color: #efaa15;
    text-align: center;
    color: #FFFFFF;
}
.barra a {
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    width: 100%;
}
.list-partidas  > span {
    float: right;
    color: #feb300;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
#facebookbloco {
    margin: 0 auto;
    width: 700px;
}
#abs-logo {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.container.trajetos .legenda {
    border: none;
    margin: 10px 0 0;
}
.container.trajetos .legenda h3 {
    font-size: 18px;
    font-weight: normal;
    box-shadow: none;
}
.mainbody .container .legenda h3 {
    display: inline-block;
    box-shadow: none;
    line-height: 46px;
    position: relative;
    top: -2px;
    text-transform: none;
    padding: 0;
}
.mainbody .container .legenda h3:after {
    content: none;
}
.container.trajetos .legenda h3 strong {
    font-size: 18px;
    font-weight: bold;
}
.trajetos ul {
    padding: 0;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 1rem 0;
    background: none;
}
.trajetos ul li {
    display: block;
    margin-top: 10px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    width: inherit;
    margin-right: 0;
    background: #ffffff;
}
.trajetos ul li a {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: none;
    line-height: 60px;
    position: relative;
}
.trajetos ul span {
    display: inline-block;
    min-width: 225px;
    white-space: nowrap;
}
.trajetos ul span:nth-child(2) {
    min-width: 50px;
    background: url(../images/ico-flecha.png) left center no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin: 0 4px;
}
.trajetos ul span:nth-child(2):after {
    content: "";
}
.trajetos ul li>a::after, .list-partidas .btn-search-travel {
    width: 140px;
    height: 40px;
    background: #ffffff;
    font-weight: normal;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin: auto;
    right: 20px;
}
.container.trajetos~.container.trajetos h3, .container > .legenda, .titulo_mais_buscados {
    border-bottom: solid 1px #d9d9d9;
    display: block;
    color: #424242;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.container.trajetos~.container.trajetos h3::before, .legenda > span::before, .titulo_mais_buscados::before {
    content: "";
    width: 100px;
    height: 3px;
    bottom: -1px;
    position: absolute;
}
.container.trajetos~.container.trajetos ul {
    margin-top: 40px;
}
.container.trajetos~.container.trajetos li {
    margin-top: 0 !important;
    background: none;
    box-shadow: none;
    border: solid 1px #e2e2e2;
    background: #ffffff !important;
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,.5);
    list-style: none;
    overflow: hidden;
}
.trajetos ul li > div {
    box-sizing: border-box;
    font-size: 14px;
    text-transform: none;
    line-height: 60px;
}
.container.trajetos~.container.trajetos ul span {
    min-width: inherit;
    color: #212121;
    font-size: 13px;
}
.container.trajetos~.container.trajetos ul div span:nth-child(1) {
    width: 120px;
    margin-left: 20px;
    vertical-align: middle;
}
.container.trajetos~.container.trajetos ul div span:nth-child(2) {
    font-weight: bold;
    width: 150px;
    background: none;
    height: inherit;
    vertical-align: inherit;
    padding: 0;
}
.container.trajetos~.container.trajetos ul div span:nth-child(3) {
    width: 250px;
}
.container.trajetos~.container.trajetos ul div span:nth-child(4) {
    display: none;
}
.container.trajetos~.container.trajetos ul div span:nth-child(5) {
    width: 250px;
}
.container.trajetos~.container.trajetos li a {
    color: #212121;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.container.trajetos~.container.trajetos li:first-of-type span > a::after {
    content: '';
    background: url(../images/ico-transp-arrow.png);
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 4px;
}
#estados-pop {
    position: absolute;
    display: none;
    width: 160px;
    background: white;
    box-shadow: 0px 1px 10px -1px rgba(0,0,0,.5);
    border-radius: 3px;
    z-index: 1;
    padding: 20px;
}
#estados-pop a {
    line-height: 30px;
    color: #424242;
    font-size: 14px;
}
.container.trajetos~.container.trajetos li~li {
    border-top: none;
}
.container.trajetos~.container.trajetos li.uf > div {
    float: left;
    width: 30%;
}
.container.trajetos~.container.trajetos li.uf > a {
    float: left;
    width: 70%;
}
.container.trajetos~.container.trajetos ul li > a span:nth-child(1) {
    width: 250px;
}
.container.trajetos~.container.trajetos ul li > a span:nth-child(2) {
    display: none;
}
.container.trajetos~.container.trajetos ul li > a span:nth-child(3) {
    width: 250px;
}
.container.trajetos~.container.trajetos ul li>a::after {
    color: #ffffff;
}
.trajetos ul li a:hover {
    background: none;
}
.container.trajetos~.container.trajetos li:nth-of-type(1n+14) {
    display: none;
}
.container.trajetos~.container.trajetos li.laranja {
    text-align: center;
    background: #efaa15 !important;
    display: inherit;
    margin-top: 0.33rem !important;
    border: none;
}
.container.trajetos~.container.trajetos li.laranja a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.container.trajetos~.container.trajetos li.laranja a:after {
    display: none;
}
.container > .legenda > span {
    box-shadow: none !important;
    top: 0 !important;
    font-size: 16px;
    color: #424242;
    line-height: 47px !important;
}
.container.trajetos~.container.trajetos {
    overflow: visible;
}
.container.viacao {
    color: #23275c;
    font: 14px/2 'Open Sans',sans-serif;
    overflow: visible;
}
#poltronas {
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    background: #ffffff;
    height: 330px;
    margin-bottom: 40px;
}
#poltronas div:first-of-type {
    border: none;
}
#poltronas div {
    text-align: center;
    width: 100%;
    border-left: solid 1px #efefef;
    font-size: 16px !important;
    color: #424242;
    font-weight: bold;
}
#poltronas svg {
    margin: 80px 0 40px;
}
#poltronas svg path {
    fill: #23275c;
}
#poltronas div span {
    font-weight: normal;
    font-size: 13px;
}
