/*=======================================================
/           Reset  
========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent }body { line-height:1 }ol, ul { list-style:none }blockquote, q { quotes:none }blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }:focus { outline:0 }ins { text-decoration:none }del { text-decoration:line-through } input, select, textarea, button {-webkit-appearance: none;}



/*=======================================================
/           Fontes  
========================================================*/



/*=======================================================
/           Global  
========================================================*/

html,body {
  min-height: 100vh;
}

body {
  background: #FFFFFF;
  color: #040506;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {background: #fff;}
::selection {background:#fff;}

.combo-input {
  padding: 0 15px;
}

.combo-marker {
  text-decoration: none;
}

.option-item:hover {
  background-color: #7b7b7f;
  color: #fff;
}

.option-hover {
  background-color: #32338e;
}

/*h1 { font-size: 32px; }*/
/*h2 { font-size: 28px; }*/
/*h3 { font-size: 24px; }*/
/*h4 { font-size: 20px; }*/
/*h5 { font-size: 18px; }*/
/*h6 { font-size: 16px; }*/

p {
    text-align: justify;
}

h2.title {
  color: #32338e;
  font-size: 55px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 70px;
  position: relative;
}

h2.title > span {
  display: block;
  font-size: 35px;
  font-family: 'Gotham-Light';
}

h2.title:after {
  content: '';
  background: #d5474d;
  height: 5px;
  width: 61px;
  display: block;
  position: absolute;
  bottom: -22px;
}

h4.title {
  color: #32338e;
  font-size: 30px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 22px;
}

h5.title {
  color: #32338e;
  font-size: 20px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 22px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #666666;
}

input, select, textarea {
  color: #55555a;
  font-family: 'arial', sans-serif;
  letter-spacing: -0.5px;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dedede;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

:select {
  background: #fff;
}

.combo-focus input {
  border: 1px solid #dedede;
}

.combo-focus {
  box-shadow: none;
}

select::-ms-expand { display: none; }

input[type=button],
input[type=submit],
button {
  color: #fff;
  background: #f5f5f5;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  width: auto;
  padding: 0 25px;
  text-transform: uppercase;
  border: 0;
}

::-webkit-input-placeholder {opacity: 1 !important; color: #666666; }
:-moz-placeholder {opacity: 1 !important; color: #666666; }
::-moz-placeholder {opacity: 1 !important; color: #666666; }
:-ms-input-placeholder {opacity: 1 !important; color: #666666; }

:focus::-webkit-input-placeholder { opacity: 0.5 !important; }
:focus:-moz-placeholder { opacity: 0.5 !important; }
:focus::-moz-placeholder { opacity: 0.5 !important; }
:focus:-ms-input-placeholder { opacity: 0.5 !important; }

a,button {
  color: #32338e; 
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

a:hover, a:active, a:focus, button:hover, button:active, button:hover {
  color: #55555a; 
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

form .campo.erro > input, form .campo.erro > textarea {
  border: 1px solid #af1d23;
}

section {
  margin-bottom: 40px;
}
section + section {
  padding-top: 40px;
}

.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}


/*=======================================================
/           Header  
========================================================*/


header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

header .top {border-bottom: 2px solid #f3f3f3;}
header .top .logo {
  margin: 18px 0;
  display: inline-block;
  width: 161px;
  height: 54px;
}

header .top .links-topo {
  float: right; 
  margin-top: 30px;
}

header .top .links-topo .links-uteis {
  margin-right: 50px;
  display: inline-block;
  position: relative;
}

header .top .links-topo .links-uteis form {
  width: 180px;
  background: #f5f5f5;
  padding: 10px;
  z-index: 99998;
  position: absolute;
  top: -20px;
  padding-top: 50px;
  display: none;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

header .top .links-topo .links-uteis form > a {
  float: left;
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
  color: #87878c;
  font-size: 12px;
}

header .top .links-topo .links-uteis form.ativo {
  display: block;
}

header .top .links-topo .links-uteis form#form-link-encomendas {
  left: -12px;
}

header .top .links-topo .links-uteis form#form-link-passagens {
  right: -22px;
}

header .top .links-topo .links-uteis form > button {
  float: right;
  background: #87878c;
  color: #fff;
}

header .top .links-topo .links-uteis > a {
  font-size: 13px;
  font-family: 'arial';
  padding-left: 32px;
  color: #55555a;
  position: relative;
  float: left;
}

header .top .links-topo .links-uteis > a.ativo {
  z-index: 99999;
  color: #d5474d;
}

header .top .links-topo .links-uteis > a + a {margin-left: 20px;}
header .top .links-topo .links-uteis > a:hover {color: #d5474d;}
header .top .links-topo .links-uteis > a:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  background-image: url(../images/lnk-uteis.png);
  left: 0px;
  top: -4px;
}

header .top .links-topo .links-uteis > a.link-encomendas:before {background-position: left center;}
header .top .links-topo .links-uteis > a.link-passagens:before {background-position: right center;}

header .top .links-topo .link-compre {display: inline-block;}
header .top .links-topo .link-compre > a {
  background: #d5474d;
  padding: 11px 18px;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

header .top .links-topo .link-compre > a:hover {background: #cc2128;}

/*** NavBar ***/
header .nav-top {padding: 18px 0px;}
header .nav-top #menu-principal {padding: 0px;}
header .nav-top #menu-principal ul li {float: left;}
header .nav-top #menu-principal ul li > a {
  color: #55555a;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  padding: 10px 8px;
  display: inline-block;
}

header .nav-top #menu-principal ul li > a:hover {color: #32338e;}
header .nav-top #menu-principal ul li.active > a {background: #f3f3f3;}
header .nav-top #menu-principal ul li.active > a:hover {background: #ededed;}

header .nav-top .navbar {float:left; min-height: 0; margin: 0; border: 0;}
header .nav-top .form-rastreio {float:right;}
header .nav-top .form-rastreio .campo {float:left; margin-right: 10px;}

header .nav-top .form-rastreio .campo.cnpj {width: 150px;}
header .nav-top .form-rastreio .campo.nota-fiscal {width: 115px; position: relative;}

header .nav-top .form-rastreio .campo.num-doc {width: 140px;}
header .nav-top .form-rastreio .btn-rastrear {
  color: #fff;
  padding: 0px 10px;
  line-height: 30px;
  background: #87878c;
  font-size: 13px;
  font-family: 'Gotham-Bold';
}

header .nav-top .form-rastreio .btn-rastrear:hover {
  background: #7b7b7f;
}

/*=======================================================
/           Footer  
========================================================*/

footer {
  background: #f5fafe;
  padding-top: 10px;
}

div#clientes {
  height: 242px;
  background: #eaeff3;
  padding-top: 48px;
}

div#clientes .box-clientes {
  background: #fff;
}

div#clientes .box-clientes .lista-clientes {
  text-align: center;
}

div#clientes .box-clientes .lista-clientes a.cliente-item {
  display: inline-block;
  width: 200px;
  height: 133px;
}

div#clientes .box-clientes .lista-clientes a.cliente-item + a.cliente-item {margin-left: 5px;}

div#clientes .box-clientes .lista-clientes a.cliente-item > img {
  display: block;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

div#clientes .box-clientes .lista-clientes a.cliente-item > img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

#clientes .owl-controls {
  position: relative;
}

#clientes .owl-controls .owl-dots {
  position: absolute;
  bottom: -30px;
  z-index: 999999;
  width: 100%;
  text-align: center;
}

#clientes .owl-controls .owl-dots .owl-dot {
  background: #b8b8d9;
  margin-right: 5px;
  width: 40px;
  height: 7px;
  display: inline-block;
}

#clientes .owl-controls .owl-dots .owl-dot.active {background: #32338e}


footer .navegar {
  padding-bottom: 50px;
  border-bottom: 2px solid #dae4eb;
}

footer .navegar .menu-rodape {
  padding-left: 50px;
}

footer .navegar .menu-rodape ul {
  width: 50%;
  float: left;
}

footer .navegar .menu-rodape ul li {
  font-size: 13px;
  font-family: 'Gotham-Light';
  line-height: 25px;
}

footer .navegar .menu-rodape ul li > a {color: #55555a;}
footer .navegar .menu-rodape ul li > a:hover {color: #32338e;}

form .campo {
  margin-bottom: 15px;
}

footer #newsletter input.email {
  width: 65%;
  float: left;
}

footer #newsletter button.enviar-news {
  color: #fff;
  padding: 0px 28px;
  line-height: 30px;
  background: #87878c;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  float: right;
}

footer #newsletter button.enviar-news:hover {
  background: #7b7b7f;
}

footer .localizacoes {
  padding-top: 5px;
}

footer .localizacoes .row + .row {
  margin-top: 5px;
}

footer .localizacoes .conteudo {
  min-height: 170px;
}

footer .localizacoes .endereco {
  color: #55555a;
  font-family: 'Gotham-Light';
  line-height: 18px;
  margin-bottom: 15px;
}

footer .localizacoes .telefone {
  font-size: 18px;
  padding-left: 35px;
  color: #55555a;
  display: block;
  position: relative;
}

footer .localizacoes .telefone:before {
  content: '';
  background: url(../images/telefone.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
}

footer .localizacoes .whatsapp {
  margin-top: 10px;
  font-size: 18px;
  padding-left: 35px;
  color: #55555a;
  display: block;
  position: relative;
}

footer .localizacoes .whatsapp:before {
  content: '';
  background: url(../images/whatsapp.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
}

footer #copyright {
  padding: 20px 0;
  font-family: 'Gotham-Light';
}

footer .localizacoes .sociais {
  float: right;
  margin-top: 10px;
  width: 100%;
}

footer .localizacoes .sociais > a {
  background: url(../images/sociais.png) no-repeat;
  text-indent: -99999px;
  width: 44px;
  height: 41px;
  margin-right: 5px;
  display: block;
  float: right;
}
footer .localizacoes .sociais > a.facebook {background-position: left center}
footer .localizacoes .sociais > a.instagram {background-position: -50px center}
footer .localizacoes .sociais > a.youtube {background-position: right center}

/*=======================================================
/           Home  
========================================================*/

section#banner {
  width: 100%;
  max-height: 473px;
  overflow: hidden;
}

section#banner .slider .item {
  display: block;
  height: 473px;
  background-position: center;
  position: relative;
}

section#banner .slider .item .texto {
  width: 50%;
  margin-left: 60px;
  margin-top: 130px;
}

section#banner .slider .item .texto h2 {
  color: #32338e;
  font-size: 65px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  line-height: 60px;
}

section#banner .slider .item .texto h2:before {
  content: '';
  width: 60px;
  height: 5px;
  top: -20px;
  left: 2px;
  background: #d5474d;
  position: absolute;
}

section#banner .slider .item a {
  color: #fff;
  background: #d5474d;
  width: 176px;
  height: 45px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  font-size: 18px;
  padding-top: 14px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

section#banner .slider .item a:hover {
  background: #cc2128;
}

section#banner .control-banner {
  position: relative;
}

section#banner .control-banner .arrows {
  position: absolute;
  bottom: 210px;
  z-index: 999999;
  width: 100%;
  opacity: 0;
  transition: all 0.5s; 
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

section#banner .control-banner .arrows.visible {
  opacity: 1;
  transition: all 0.5s; 
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

section#banner .control-banner .arrows span > a {
  display: block;
  width: 45px;
  height: 67px;
  background: url(../images/arrows.png) no-repeat;
  text-indent: -99999px;
}

section#banner .control-banner .arrows .seta-banner-prev {float:left;}
section#banner .control-banner .arrows .seta-banner-next {float:right;}

section#banner .control-banner .arrows a.bx-prev {background-position: left;}
section#banner .control-banner .arrows a.bx-next {background-position: right;}

section#banner .control-banner .number-control {
  position: absolute;
  bottom: 110px;
  left: 60px;
  z-index: 999999;
}

section#banner .control-banner .number-control .pager-link {
  background: #b8b8d9;
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 7px;
  text-indent: -99999px;
}

section#banner .control-banner .number-control .pager-link.active {background: #32338e}


/*** Servicos ***/

section#servicos .lista-servicos .item-servico {
  border: 1px solid #d4dee5;
}

section#servicos .lista-servicos .item-servico .texto-servico {
  padding: 60px 40px;
}

section#servicos .lista-servicos .item-servico .texto-servico h4.title {
  font-size: 45px;
}

section#servicos .lista-servicos .item-servico .texto-servico p {
  font-family: 'arial';
  font-size: 16px;
  color: #9595a1;
  line-height: 20px;
}

section#servicos .lista-servicos .item-servico .texto-servico a.link-servico {
  color: #fff;
  padding: 12px 18px;
  background: #d5474d;
  font-size: 14px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
section#servicos .lista-servicos .item-servico .texto-servico a.link-servico:hover {background: #cc2128;}

/*** Vantagens ***/


section#vantagens .texto-vantagens p {
  font-family: 'arial';
  font-size: 16px;
  color: #9595a1;
  line-height: 20px;
  padding-right: 70px;
}

section#vantagens .texto-vantagens a.link-vantagem {
  color: #fff;
  padding: 12px 18px;
  background: #d5474d;
  font-size: 14px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
section#vantagens .texto-vantagens a.link-vantagem:hover {background: #cc2128;}

section#vantagens .vantagem-lista .vantagem-item {
  position: relative;
  margin-bottom: 38px;
}

section#vantagens .vantagem-lista .vantagem-item .imagem {
  position: absolute;
  left: 0;
  top: 0;
}

section#vantagens .vantagem-lista .vantagem-item .imagem > img {
  width: 88px;
  height: 87px;
  display: block;
}

section#vantagens .vantagem-lista .vantagem-item .desc-vantagem {
  padding-left: 105px;
}

section#vantagens .vantagem-lista .vantagem-item .desc-vantagem h4 {
  font-family: 'Gotham-Ultra';
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  color: #32338e;
  margin-bottom: 10px;
}

section#vantagens .vantagem-lista .vantagem-item .desc-vantagem p {
  font-family: 'arial';
  font-size: 16px;
  color: #9595a1;
  line-height: 20px;
}

section#vantagens .vantagem-lista .vantagem-item .desc-vantagem a.link-vantagem {
  color: #fff;
  padding: 12px 18px;
  background: #d5474d;
  font-size: 14px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

section#vantagens .vantagem-lista .vantagem-item .desc-vantagem a.link-vantagem:hover {background: #cc2128;}

/*** Institucional ***/



#institucional .bg-banner {
  background: url(../images/banner-institucional.jpg) no-repeat;
  background-position: center;
  position: relative;
  display: block;
  width: 100%;
  height: 533px;
  padding-top: 100px;
  overflow: hidden;
}

#institucional.home .bx-wrapper {margin-right: 120px;}
#institucional.home .lista-institucional .item-institucional .texto p {
  font-family: 'arial';
  font-size: 16px;
  color: #9595a1;
  line-height: 20px;
  margin-bottom: 25px;
}

#institucional.home .control-banner .number-control {
  position: absolute;
  bottom: -20px;
  left: 15px;
  z-index: 999999;
}

#institucional.home .control-banner .number-control .pager-link {
  background: #b8b8d9;
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 7px;
  text-indent: -99999px;
}

#institucional.home .control-banner .number-control .pager-link.active {background: #32338e}

/*** Formulários - Home ***/
section#formularios.home {
  padding-top: 90px;
  margin-bottom: 100px;
}

section#formularios.home .rastrear .topo-title {
  background: #39529a;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}

section#formularios.home .rastrear .topo-title:after {
  content: '';
  background: url(../images/icon_rastreio.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 156px;
  height: 59px;
}

section#formularios.home .rastrear .topo-title h4, section#formularios.home .comprar .topo-title h4 {
  color: #fff;
  font-size: 42px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
}

section#formularios.home .rastrear .topo-title h4 > span, section#formularios.home .comprar .topo-title h4 > span {
  font-family: 'Gotham-Light';
  font-size: 22px;
  display: block;
}

section#formularios.home .campo {
  margin-bottom: 20px; 
}

section#formularios.home .rastrear .btn-rastrear {
  color: #fff;
  padding: 0px 10px;
  line-height: 30px;
  background: #87878c;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  float: right;
  display: inline-block;
}

section#formularios.home .rastrear .btn-rastrear:hover {background: #7b7b7f;}

section#formularios.home .comprar .topo-title {
  background: #d5474d;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}

section#formularios.home .comprar .topo-title:after {
  content: '';
  background: url(../images/icon_passeio.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: -20px;
  top: 30px;
  width: 156px;
  height: 59px;
}

section#formularios.home .comprar .btn-comprar {
  color: #fff;
  padding: 0px 10px;
  line-height: 30px;
  background: #d5474d;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  float: right;
}

section#formularios.home .comprar .btn-comprar:hover {background: #cc2128;}

section#formularios.home a.link-util {
  font-size: 13px;
  font-family: 'arial';
  padding-left: 32px;
  color: #55555a;
  position: relative;
  display: inline-block;
  margin-top: 8px;
}

section#formularios.home a.link-util:hover {color: #d5474d;}

section#formularios.home a.link-util:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  background-image: url(../images/lnk-uteis.png);
  left: 0px;
  top: -4px;
}

section#formularios.home a.link-util.link-encomendas:before {
  background-position: left center;
}

section#formularios.home a.link-util.link-passagens:before {
  background-position: right center;
}

/*=======================================================
/           Contato  
========================================================*/


section#contato.interna {margin-bottom: 100px;}
section#contato.interna .titulo {background-image: url(../images/titulo_contato_bg.jpg);}

section#contato.interna .entry-content {
  margin-bottom: 30px;
}

section#contato.interna .campo > textarea {
  min-height: 130px;
}

section#contato.interna .form-contato {
  display: inline-block;
  margin-bottom: 50px;
}

section#contato.interna form input {
  height: 38px;
}

section#contato.interna form button {
  float: right;
  background: #d5474d;
  color: #fff;
}

section#contato.interna form button:hover {
  background: #cc2128;
}

section#contato.interna #maps {
  float: right;
  width: 90%;
}
/*=======================================================
/           error
========================================================*/

section#error.interna {margin-bottom: 100px;}
section#error.interna .titulo {background-image: url(../images/titulo_404_bg.jpg);}

section#error.interna .entry-content {
  margin-bottom: 30px;
}

section#error.interna .lista-error {
  margin-bottom: 25px;
}

section#error.interna .lista-error .item-unidade {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

section#error.interna .lista-error .item-unidade a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  background: #87878c;
  padding: 15px;
  text-align: center;
}

section#error.interna .lista-error .item-unidade a:hover {
  background: #7b7b7f;
}

section#error.interna .lista-error .item-unidade a.ativo {
  background: #d5474d;
}

section#error.interna .lista-error .item-unidade a.ativo:hover {
  background: #cc2128;
}

section#error.interna .view-unidade .unidade h5.titulo-unidade {
  font-family: 'Gotham-Ultra';
  font-style: italic;
  font-size: 20px;
  color: #32338e;
  text-transform: uppercase;
  line-height: 50px;
}

section#error.interna .view-unidade .unidade span.endereco-unidade {
  color: #55555a;
  font-size: 13px;
  font-family: 'Gotham-Light';
  font-style: italic;
  line-height: 20px;
  width: 270px;
  display: block;
  float: left;
  margin-right: 20px;
}

section#error.interna .view-unidade .unidade span.telefone-unidade, section#error.interna .view-unidade .unidade span.whatsapp-unidade {
  color: #55555a;
  font-size: 22px;
  font-family: 'Gotham-Light';
  font-style: italic;
  line-height: 26px;
  padding-left: 40px;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 10px;
}

section#error.interna .view-unidade .unidade span.telefone-unidade:before {
  background: url(../images/telefone.png) no-repeat;
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
}

section#error.interna .view-unidade .unidade span.whatsapp-unidade:before {
  background: url(../images/whatsapp.png) no-repeat;
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
}

section#error.interna .view-unidade .unidade .contato-unidade {
  display: inline-block;
  margin-top: 10px;
  height: 40px;
  float: left;
}

section#error.interna .view-unidade .unidade .contato-unidade > a {
  display: block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  background: #d5474d;
  padding: 10px 32px;
}

section#error.interna .view-unidade .unidade .contato-unidade > a:hover {
  background: #cc2128;
}

/*=======================================================
/           Unidades
========================================================*/

section#unidades.interna {margin-bottom: 100px;}
section#unidades.interna .titulo {background-image: url(../images/titulo_unidades_bg.jpg);}

section#unidades.interna .entry-content {
  margin-bottom: 30px;
}

section#unidades.interna .lista-unidades {
  margin-bottom: 25px;
}

section#unidades.interna .lista-unidades .item-unidade {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

section#unidades.interna .lista-unidades .item-unidade a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  background: #87878c;
  padding: 15px;
  text-align: center;
}

section#unidades.interna .lista-unidades .item-unidade a:hover {
  background: #7b7b7f;
}

section#unidades.interna .lista-unidades .item-unidade a.ativo {
  background: #d5474d;
}

section#unidades.interna .lista-unidades .item-unidade a.ativo:hover {
  background: #cc2128;
}

section#unidades.interna .view-unidade .unidade h5.titulo-unidade {
  font-family: 'Gotham-Ultra';
  font-style: italic;
  font-size: 20px;
  color: #32338e;
  text-transform: uppercase;
  line-height: 50px;
}

section#unidades.interna .view-unidade .unidade span.endereco-unidade {
  color: #55555a;
  font-size: 13px;
  font-family: 'Gotham-Light';
  font-style: italic;
  line-height: 20px;
  width: 270px;
  display: block;
  float: left;
  margin-right: 20px;
}

section#unidades.interna .view-unidade .unidade span.telefone-unidade, section#unidades.interna .view-unidade .unidade span.whatsapp-unidade {
  color: #55555a;
  font-size: 22px;
  font-family: 'Gotham-Light';
  font-style: italic;
  line-height: 26px;
  padding-left: 40px;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 10px;
}

section#unidades.interna .view-unidade .unidade span.telefone-unidade:before {
  background: url(../images/telefone.png) no-repeat;
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
}

section#unidades.interna .view-unidade .unidade span.whatsapp-unidade:before {
  background: url(../images/whatsapp.png) no-repeat;
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  left: 0;
}

section#unidades.interna .view-unidade .unidade .contato-unidade {
  display: inline-block;
  margin-top: 10px;
  height: 40px;
  float: left;
}

section#unidades.interna .view-unidade .unidade .contato-unidade > a {
  display: block;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  background: #d5474d;
  padding: 10px 32px;
}

section#unidades.interna .view-unidade .unidade .contato-unidade > a:hover {
  background: #cc2128;
}

/*=======================================================
/           Turismo
========================================================*/

#turismo.interna .titulo {background-image: url(../images/titulo_turismo_bg.jpg);}

#turismo.interna .conteudo .imagem {
  width: 54%; 
  float: left;
}
#turismo.interna .conteudo .imagem img {max-width: 100%;}

#turismo.interna .conteudo .texto {
  width: 46%; 
  float: left;
  padding-left: 45px; 
}
#turismo.interna .conteudo .texto h2 {
  color: #32338e;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}

#turismo.interna .conteudo .texto a.botao, #vantagens.interna .texto-vantagens a.botao  {
  font-size: 16px;
  padding: 15px 44px;
}

#veiculos.interna {
 overflow: hidden;
}
#veiculos.interna .texto {
  padding-right: 30px;
}

/*=======================================================
/           Comprar
========================================================*/

#compre.interna .passageiro + .passageiro {margin-top: 20px;}

#compre.interna .passageiro h4 {
  color: #274086;
  font-size: 20px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/***** Datepicker *****/

#ui-datepicker-div.ui-datepicker {z-index: 99999 !important;}

.ui-widget.ui-widget-content {
  border: 1px solid #32338e;
}

.ui-widget-header {
  border: 1px solid #f3f3f3;
  background: #32338e;
  color: #ffffff;
  font-weight: lighter;
}

.ui-widget-content .ui-state-default {
  border: 1px solid #f3f3f3;
  background: #f6f6f6;
  font-weight: normal;
  color: #87878c;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #87878c;
  background: #87878c;
  color: #ffffff;
}

.ui-widget-content {
  color: #34358f;
}

.ui-datepicker-current-day > a{
  border: 1px solid #d5474d !important;
  background: #d5474d !important;
  color: #ffffff !important;
}

.ui-widget-content .ui-state-default {text-align: center;}

/***** FIM - Datepicker *****/

#compre.interna form .campos-meio .campo {
  width: 49%;
}

#compre.interna .subtitulo > h2.fim {
  margin-bottom: 5px;
}

#compre.interna .subtitulo > h4 {
  font-size: 20px;
  color: #d5474d;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#compre.interna .box-conclusao, #compre.interna .resumo-poltronas {
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 30px;
}

#compre.interna .box-conclusao h3, #compre.interna .resumo-poltronas h3 {
  color: #274086;
  font-size: 25px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#compre.interna .resumo-poltronas ul.passageiros li {
  display: block;
  float: left;
  margin-right: 20px;
}

#compre.interna .resumo-poltronas ul.passageiros li .assento {
  width: 24px;
  height: 31px;
  display: block;
  background: url(../images/icone_assentos.png) no-repeat -48px 0;
  float: left;
  color: #fff;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: center;
  margin-right: 14px;
}

#compre.interna .resumo-poltronas ul.passageiros li .dados {
  font-size: 13px;
  letter-spacing: -0.4px;
  color: #55555a;
  float: left;
  line-height: 16px;
}

#compre.interna .box-conclusao .linha > div {
  font-family: 'arial', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #9595a1;
}

#compre.interna .box-conclusao .linha > div span {
  color: #274086;
  font-weight: bold;
}

#compre.interna .box-conclusao .box-total {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 10px;
}

#compre.interna .box-conclusao .box-resumo .resumo-titulo > h4 {
  color: #274086;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}

#compre.interna .box-conclusao .box-resumo .detalhes .linha {
  width: 50%;
  float: left;
}

#compre.interna .box-conclusao .box-resumo .detalhes .linha p {
  font-size: 13px;
  line-height: 25px;
  font-family: 'Arial', sans-serif;
  color: #9595a1;
  letter-spacing: -0.4px;
}

#compre.interna .box-conclusao .box-resumo .detalhes .linha p > strong {
  color: #274086;
  font-weight: bold;
}

.borda-right {
  border-right: 1px solid #dedede;
}

.borda-left {
  border-left: 1px solid #dedede;
}

.col-resumo {
  display: inline-block;
  margin-bottom: 30px;
}


/*=======================================================
/           Sidebar
========================================================*/


#sidebar {
  border: 1px solid #dedede;
  padding: 20px 10px;
}

#sidebar > div {
  margin-bottom: 30px;
}

#sidebar .total h3, #sidebar .resumo h3  {
  color: #274086;
  font-size: 25px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#sidebar .total .box-soma, #sidebar .total .box-total {
  border: 1px solid #dedede;
  padding: 20px 10px;
}

#sidebar .total .box-total {
  border-top: none;
}

#sidebar .total .box-total .linha > div {
  color: #274086;
  font-size: 20px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
}

#sidebar .total .linha > div {
  font-family: 'arial', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #9595a1;
}

#sidebar .total .linha > div span {
  color: #274086;
  font-weight: bold;
}


#sidebar .resumo .box-resumo {
  margin-bottom: 30px;
}

#sidebar .resumo .box-resumo .resumo-titulo > h4 {
  color: #274086;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  padding: 15px;
  background: rgba(235,237,240,0.9);
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #dedede;
}

#sidebar .resumo .box-resumo.open .resumo-titulo > h4:after {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d5474d;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
  border-bottom: 0px;
}

#sidebar .resumo .box-resumo .resumo-titulo > h4:after {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d5474d;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  margin: auto 0;
}

#sidebar .resumo .box-resumo .detalhes {display: none;}

#sidebar .resumo .box-resumo.open .detalhes {
  display: block;
}

#sidebar .resumo .detalhes .linha {
  padding: 10px 16px;
  border: 1px solid #dedede;
}

#sidebar .resumo .detalhes .linha + .linha {
  border-top: none;
}

#sidebar .resumo .detalhes .linha:first-child {
  border-top: none;
}

#sidebar .resumo .detalhes .linha p {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Arial', sans-serif;
  color: #9595a1;
}

#sidebar .resumo .detalhes .linha p > strong {
  color: #274086;
  font-weight: bold;
}

#sidebar .broken-row {
  display: block;
}

/* Geral */

.interna .titulo {
  height: 265px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #112d9b;
  margin-bottom: 100px;
}

.interna .titulo h1 {
  color: #fff;
  font-size: 55px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-top: 90px;
  position: relative;
}

.interna .titulo h1 > span {
  display: block;
  font-size: 35px;
  font-family: 'Gotham-Light';
}

.interna .titulo h1:after {
  content: '';
  background: #d5474d;
  height: 5px;
  width: 61px;
  display: block;
  position: absolute;
  bottom: -22px;
}

.entry-content {
  color: #9595a1;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.entry-content img {
  max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #32338e;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
}

.entry-content h1 {font-size: 50px;}
.entry-content h2 {font-size: 45px;}
.entry-content h3 {font-size: 40px;}
.entry-content h4 {font-size: 35px;}
.entry-content h5 {font-size: 30px;}
.entry-content h6 {font-size: 25px;}


a.botao, button.botao {
  color: #fff;
  padding: 12px 18px;
  background: #d5474d;
  font-size: 14px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
}
.interna a.botao:hover, button.botao:hover {background: #cc2128;}

/*** Institucional ***/

#institucional.interna .titulo {background-image: url(../images/titulo_institucional_bg.jpg);}


/*** Transporte ***/

#transporte.interna .titulo {background-image: url(../images/titulo_transporte_bg.jpg);}

#transporte.interna .conteudo .imagem {
  width: 54%; 
  float: left;
}
#transporte.interna .conteudo .imagem img {max-width: 100%;}

#transporte.interna .conteudo .texto {
  width: 46%; 
  float: left;
  padding-left: 45px; 
}
#transporte.interna .conteudo .texto h2 {
  color: #32338e;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}

#transporte.interna .conteudo .texto a.botao {
  font-size: 16px;
  padding: 15px 44px;
}

#consultas .texto {
  width: 54%; 
  float: left;
  padding-right: 45px; 
}

#consultas .texto h2 {
  color: #32338e;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}

#consultas .texto a.botao {
  font-size: 16px;
  padding: 15px 44px;
}

#consultas .imagem {
  width: 46%; 
  float: left;
}
#consultas .imagem img {max-width: 100%;}

#veiculos {
  position: relative;
  min-height: 470px;
  background: #eef5fb;
  padding: 80px 0;
}

#veiculos h2.title {
  margin-bottom: 45px;
}

#veiculos .texto {
  width: 40%;
  float: left;
  padding-right: 100px;
}

#veiculos .imagem {
  width: 60%;
  float: left;
  border-bottom: 8px solid #d5474d;
}

#veiculos .control-veiculos-wrapper {
  position: absolute;
  top: 348px;
  width: 100%;
  left: 0;
  z-index: 150;
}
#veiculos .control-veiculos-wrapper > .container {position: relative;}

#veiculos .control-veiculos {
  padding-left: 40%;
  width: 100%;
}

#veiculos .control-veiculos .arrows {
  width: 68px;
  float: left;
}

#veiculos .control-veiculos .arrows span > a {
  display: block;
  width: 22px;
  height: 35px;
  background: url(../images/arrows2.png) no-repeat;
  text-indent: -99999px;
}

#veiculos .control-veiculos .arrows .seta-veiculos-prev {float:left;}
#veiculos .control-veiculos .arrows .seta-veiculos-next {float:right;}

#veiculos .control-veiculos .arrows a.bx-prev {background-position: left;}
#veiculos .control-veiculos .arrows a.bx-next {background-position: right;}

#veiculos .control-veiculos .number-control {
  padding-left: 95px;
  padding-top: 14px;
}

#veiculos .control-veiculos .number-control .pager-link {
  background: #b8b8d9;
  float: left;
  margin-right: 12px;
  width: 40px;
  height: 7px;
  text-indent: -99999px;
}

#veiculos .control-veiculos .number-control .pager-link.active {background: #32338e}

#galeria .titulo {
  width: 40%;
  float: left;
}

#galeria .titulo a.botao {
  padding-left: 42px;
  padding-right: 42px;
}

#galeria .fotos {
  width: 60%;
  float: left;
  padding-left: 80px;
}

#galeria .fotos img {
  max-width: 100%;
}

#galeria .control-galeria {
  margin-top: 22px;
  position: relative;
}

#galeria .number-control a {
  display: block;
  float: left;
}
#galeria .number-control a span {
  display: block;
  margin: 0 3px;
  padding: 7px;
  background: transparent;
}

#galeria .number-control a.active span {background: #eaeaf3;}

#galeria .control-galeria .bx-controls {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#galeria .control-galeria .bx-controls a {
  position: absolute;
  display: block;
  width: 22px;
  height: 35px;
  background: url(../images/arrows2.png) no-repeat;
  text-indent: -99999px;
  top: 50%;
  margin-top: 17px;
}

#galeria .control-galeria .bx-controls a.bx-prev {background-position: left; left: 0px;}
#galeria .control-galeria .bx-controls a.bx-next {background-position: right; right: 0px;}



/*** Compre sua passagem ***/

#compre.interna .titulo {
  background-image: url(../images/titulo_compre_bg.jpg);
  margin-bottom: 240px;
}

#compre.interna.passos .titulo {
  background-image: url(../images/titulo_compre2_bg.jpg);
  margin-bottom: 90px;
}

#compre.interna .titulo > .container {position: relative;}

#compre.interna .titulo .formulario {
  background: rgba(16,43,121,0.9);
  position: absolute;
  top: 100px;
  right: 15px;
  padding: 20px;
  width: 500px;
}

#compre.interna .titulo .formulario .campo select,
#compre.interna .titulo .formulario .campo input {
  background: #e8ebf2;
}

#compre.interna .campo select,
#compre.interna .campo input {
  height: 40px;
  line-height: 40px;
}
#compre.interna .titulo .formulario .campo.terco.input {
  width: 135px;
  float: left;
}
#compre.interna .titulo .formulario .campo.terco.select {
  width: 156px;
  float: left;
}
#compre.interna .titulo .formulario .campo.terco + .campo.terco {margin-left: 17px;}

#compre.interna .campo {
  position: relative;
}
#compre.interna .campo.data input,
#compre.interna .campo.passageiros .combo-input,
#compre.interna .campo.criancas .combo-input {
  padding-left: 42px;
}

#compre.interna .campo.data:before {
  content: '';
  background: url(../images/icone_data.png) no-repeat center;
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 14px;
  top: 11px;
}

#compre.interna .campo.passageiros:before {
  content: '';
  background: url(../images/icone_passageiros.png) no-repeat center;
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 14px;
  top: 11px;
  z-index: 999;
}

#compre.interna .campo.criancas:before {
  content: '';
  background: url(../images/icone_criancas.png) no-repeat center;
  display: block;
  width: 20px;
  height: 19px;
  position: absolute;
  left: 14px;
  top: 11px;
  z-index: 999;
}

#compre.interna label.checkbox {
  position: relative; 
  padding-left: 25px;
  font-family: 'Arial', sans-serif;
  letter-spacing: -0.5px;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
}

#compre.interna label.checkbox + label.checkbox {
  margin-top: 8px;
}

#compre.interna label.checkbox input {opacity: 0;}

#compre.interna label.checkbox:before { 
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}

#compre.interna label.checkbox.checado:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #d5474d;
  display: block;
  margin: 4px;
  left: 0;
  top: 0;
  position: absolute;
}

#compre.interna .titulo .formulario button.botao {
  margin: 0;
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  font-size: 16px;
}

#compre.interna .texto {
  width: 28%;
  float: left;
}

#compre.interna .lista-passos {
  width: 68%;
  float: right;
}

#compre.interna .passos-lista .passos-item {
  position: relative;
  margin-bottom: 38px;
}

#compre.interna .passos-lista .passos-item .imagem {
  position: absolute;
  left: 0;
  top: 0;
}

#compre.interna .passos-lista .passos-item .imagem > img {
  width: 64px;
  height: 64px;
  display: block;
}

#compre.interna .passos-lista .passos-item .desc-passos {
  padding-left: 85px;
}

#compre.interna .passos-lista .passos-item .desc-passos h4 {
  font-family: 'Gotham-Ultra';
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  color: #32338e;
  margin-bottom: 10px;
}

#compre.interna .passos-lista .passos-item .desc-passos p {
  font-family: 'arial';
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #9595a1;
  line-height: 20px;
}

#compre.interna ul.passos-de-compra {
  width: 100%;
  display: table;
  margin: 0 0 50px;
  padding: 0 30px;
}

#compre.interna ul.passos-de-compra li {
  display: table-cell;
  text-align: center;
  color: #274086;
  font-size: 20px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  width: 16.66%;
  position: relative;
}

#compre.interna ul.passos-de-compra li.ativo {
  color: #d5474d;
}

#compre.interna ul.passos-de-compra li > span {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #274086;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

#compre.interna ul.passos-de-compra li.ativo > span {
  background: #d5474d;
}
#compre.interna ul.passos-de-compra li.ativo > span:before {
  content: '';
  display: block;
  width: 70px;
  height: 27px;
  background: url(../images/icone_onibus.png) no-repeat;
  position: absolute;
  top: 0;
  left: -93px;
}

#compre.interna ul.passos-de-compra li:before,
#compre.interna ul.passos-de-compra li:after {
  content: '';
  display: block;
  background: #d5474d;
  width: 50%;
  height: 4px;
  position: absolute;
  top: 28px;
  z-index: 2;
}

#compre.interna ul.passos-de-compra li:before {left: 0;}
#compre.interna ul.passos-de-compra li:after {right: 0;}

#compre.interna ul.passos-de-compra li:first-child:before {display: none;}
#compre.interna ul.passos-de-compra li:last-child:after {display: none;}

#compre.interna h2 {
  color: #274086;
  font-size: 30px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#compre.interna .tabela-horarios .dias-da-semana {
  width: 100%;
  margin-bottom: 15px;
}

#compre.interna .tabela-horarios .dias-da-semana > div {
  width: 13.8%;
  float: left;
  background: #edeff1;
  text-align: center;
  font-family: 'Arial', sans-serif;
  letter-spacing: -0.5px;
  padding: 12px 5px;
  font-size: 12px;
  color: #274086;
}

#compre.interna .tabela-horarios .dias-da-semana > div + div {margin-left: 0.56%;}

#compre.interna .tabela-horarios .dias-da-semana > div.ativo {
  background: #274086;
  color: #fff;
}

#compre.interna .tabela-horarios .dias-da-semana > div span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 3px;
}

#compre.interna .tabela-horarios > div + div {margin-top: 50px;}

#compre.interna .tabela-horarios .locais {
  background: #274086;
  padding: 15px;
}

#compre.interna .tabela-horarios .detalhes {
  background: #edeff1;
  padding: 15px;
  margin-bottom: 36px;
}

#compre.interna .tabela-horarios .linha {
  margin: 0 -7.5px;
}
#compre.interna .tabela-horarios .linha .col-3 {
  padding: 0 7.5px;
  float: left;
  width: 25%;
}

#compre.interna .tabela-horarios .detalhes label.checkbox + label.checkbox {margin-left: 8px;}

#compre.interna .tabela-horarios .detalhes label.checkbox {
  color: #55555a;
  font-weight: normal;
  float: left;
}
#compre.interna .tabela-horarios .detalhes label.checkbox:before {
  border: 1px solid #dedede;
}

#compre.interna .tabela-horarios .opcoes .item + .item {margin-top: 20px;}
#compre.interna .tabela-horarios .opcoes .item {
  background: #f7f8f8;
  border: 1px solid #dedede;
  padding: 30px 35px;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  color: #9595a1;
  letter-spacing: -0.5px;
} 

#compre.interna .tabela-horarios .opcoes .item p {margin-bottom: 10px;}
#compre.interna .tabela-horarios .opcoes .item p:last-child {margin-bottom: 0;}
#compre.interna .tabela-horarios .opcoes .item p b {
  font-weight: bold;
  color: #274086;
}

#compre.interna .tabela-horarios .opcoes .item .botao {
  padding: 4px 8px;
  width: 154px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
#compre.interna .tabela-horarios .opcoes .item p.valor {
  background: #3b5291;
  padding: 0 8px;
  text-align: center;
  width: 154px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  margin: 0;
}
#compre.interna .tabela-horarios .opcoes .item p.valor b {color: #fff;}

#compre.interna .tabela-horarios .opcoes .item .botao.adicionado {background: #1bd14b; padding: 8px;}

#compre.interna .tabela-horarios .opcoes .item .botao i {
  display: none;
  font-size: 24px;
}
#compre.interna .tabela-horarios .opcoes .item .botao span {

}

#compre.interna .tabela-horarios .opcoes .item .botao.adicionado i {display: block;}
#compre.interna .tabela-horarios .opcoes .item .botao.adicionado span {display: none;}

#compre.interna .tabela-horarios .opcoes .item a.remover {
  background: #3b5291;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-left: 18px;
}

#compre.interna .botoes {
  margin-top: 30px;
}

#compre.interna .botoes button {
  background: #274086;
  font-size: 20px;
  padding: 9px 40px;
  font-weight: normal;
  margin-top: 0;
}
#compre.interna .botoes button:hover {background: #354b88;}

#compre.interna .botoes a {
  background: #cccccd;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: normal;
  margin-top: 0;
}
#compre.interna .botoes a:hover {background: #c0c0c0;}


#compre.interna .selecionar-poltronas .abas {position: relative;}

#compre.interna .selecionar-poltronas .links {
  top: 0;
  position: absolute;
  width: 400px;
  text-align: center;
}
#compre.interna .selecionar-poltronas .links > a {
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: #cccccd;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
  font-size: 15px;
  display: inline-block; 
}
#compre.interna .selecionar-poltronas .links > a.ativo {background: #274086;}
#compre.interna .selecionar-poltronas .links > a + a {margin-left: 10px;}

#compre.interna .selecionar-poltronas .ilustracao {
  display: block;
  float: left;
  margin-top: 55px;
  position: relative;
  width: 400px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 25px 0 35px;
  margin-right: 40px;
}

#compre.interna .selecionar-poltronas .ilustracao > div {position: relative;}

#compre.interna .selecionar-poltronas .ilustracao .poltronas {
  width: 100%;
  position: absolute;
  top: 70px;
}
#compre.interna .selecionar-poltronas .ilustracao .poltronas > div {
  width: 158px;
  position: absolute;
}

#compre.interna .selecionar-poltronas .ilustracao .poltronas.doubledeck .piso1 {
  left: 8px;
  top: 272px;
}

#compre.interna .selecionar-poltronas .ilustracao .poltronas.doubledeck .piso2 {
  right: 8px;
}

#compre.interna .selecionar-poltronas .ilustracao .poltronas ul {margin-bottom: 10px;}

#compre.interna .selecionar-poltronas .ilustracao .poltronas ul li {
  width: 24px;
  height: 31px;
  display: block;
  background: url(../images/icone_assentos.png) no-repeat;
  float: left;
  color: #fff;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: center;
  cursor: pointer;
}
#compre.interna .selecionar-poltronas .ilustracao .poltronas ul li + li {margin-left: 4px;}
#compre.interna .selecionar-poltronas .ilustracao .poltronas ul li + li:nth-child(3) {margin-left: 53px;}

#compre.interna .selecionar-poltronas .ilustracao .poltronas ul li.ocupado {background-position: -24px 0; cursor: not-allowed;}
#compre.interna .selecionar-poltronas .ilustracao .poltronas ul li.selecionado {background-position: -48px 0;}


#compre.interna .selecionar-poltronas .ilustracao .poltronas.onibus .piso1 {
  left: 121px;
  top: 64px;
}

#compre.interna .selecionar-poltronas .descricao {
  padding-left: 440px;
}

#compre.interna .selecionar-poltronas h3 {
  font-size: 25px;
  font-family: 'Gotham-Ultra';
  font-style: italic;
  color: #274086;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#compre.interna .selecionar-poltronas ul.legenda {height: 25px; margin-bottom: 40px;}
#compre.interna .selecionar-poltronas ul.legenda li {
  float: left;
  line-height: 25px;
  font-size: 13px;
  color: #55555a;
  letter-spacing: -0.4px;
}
#compre.interna .selecionar-poltronas ul.legenda li + li {margin-left: 25px;}

#compre.interna .selecionar-poltronas ul.legenda li:before {
  content: '';
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  background: #babcbf;
  margin-right: 12px;
}
#compre.interna .selecionar-poltronas ul.legenda li.ocupada:before {background: #d5474d;}
#compre.interna .selecionar-poltronas ul.legenda li.selecionada:before {background: #274086;}

#compre.interna .selecionar-poltronas ul.passageiros li {
  background: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 2px;
  cursor: pointer;
}
#compre.interna .selecionar-poltronas ul.passageiros li.selecionado {background: #e1e1e1;}

#compre.interna .selecionar-poltronas ul.passageiros li label.checkbox {
  float: left;
  width: 16px;
  height: 16px;
  margin: 5px 18px 0 0;
  padding: 0;
  display: block;
}
#compre.interna .selecionar-poltronas ul.passageiros li label.checkbox:before {border: 1px solid #dedede;}

#compre.interna .selecionar-poltronas ul.passageiros li .assento {
  width: 24px;
  height: 31px;
  display: block;
  background: url(../images/icone_assentos.png) no-repeat -48px 0;
  float: left;
  color: #fff;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: center;
  margin-right: 14px;
}

#compre.interna .selecionar-poltronas ul.passageiros li .dados {
  font-size: 13px;
  letter-spacing: -0.4px;
  color: #55555a;
}

#compre.interna .selecionar-poltronas .botoes {padding-left: 440px;}

#compre.interna .selecionar-poltronas .botoes button {
  width: 52%;
  float: left;
}
#compre.interna .selecionar-poltronas .botoes a {
  width: 44%;
  float: right;
}
