

body {    
    font-family: 'Inter', verdana, arial, serif;
    color: #56595b;
	font-style: normal;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
    font-size: 16px;
}
a {
	color: #56595b;	
	
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.main-menu-all {
	display: none;	
}
.banner-mobile {
	display: none;
}

.nav-expander { display: none;}

.header {
	background-color: #fff;
}
.header-redesocial {
	margin-bottom: 0;
	padding: 0;	
}
.header-redesocial li {
	display: inline;
    list-style: none !important;
    margin-right: 4px;	
}
.header-redesocial a {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    border-radius: 32px;
	border: 2px solid #fff;
    text-align: center;
}

.menu-topo {
	background: #128d8e;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);	
}
.menu-topo .navbar {
	padding: 2px 0;	
}
.menu-topo .nav-item {
	margin: 0 6px;
	line-height: 100%;
	padding: 6px 0;
}
.menu-topo .nav-link {
	font-family: Inter, verdana, arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.dropdown-menu {
	width: 100%;
	border:	0;
	border-radius: 0;
}
.dropdown-item {
	font-family: Inter, verdana, arial, sans-serif;
	font-sieze: 16px;
	color: #56595b;
	padding: 10px 20px;
}
.dropdown-item:hover {
	color: #333;	
}
.icones-topo {
	list-style: none;
	padding: 0;
	margin: 0 40px 0 0;
}
.icones-topo .icone {
    width: 205px;
    height: 40px;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    padding: 1px 0 0 52px;
    margin: 0 0 0 20px;
    background-size: 40px 40px;
}
.icones-contatos {
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 0;
}
.icones-contatos .icone {
    width: 200px;
    height: 40px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 1px 0 0 52px;
    margin: 0 0 0 20px;
    background-size: 40px 40px;
}
.icone-border-right {
	border-right: 1px solid #ccc;
}
.icone-titulo {
	font-weight: 400;
	color: #128d8e;
}
.icone-telefone {
    background: url("../img/icone-telefone.png") no-repeat;
}
.icone-whatsapp {
    background: url("../img/icone-whatsapp.png") no-repeat;
}
.icone-deficiente-auditivo {
    background: url("../img/icone-deficiente-auditivo.png") no-repeat;
}
.btn-custom-header {
	font-size: 16px;
	color: #fff;
	background-color: #128d8e;
	border-radius: 36px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-custom-menu-mobile {
	font-size: 16px;
	color: #fff;
	background-color: #128d8e;
	border-radius: 36px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-custom {
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #128d8e;
	border-radius: 36px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.banner {
	position:relative;
}
.box-venda-home {
	position: absolute;
	z-index: 110;
	height: 100%;
	margin: 0 auto;
	left: 50%;
	margin-left: -555px;
}
.box-venda-home-conteudo {
	width: 310px;
}
.box-venda-home-conteudo h3 {
	font-family: 'Inter', Verdana, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #128d8e url(../img/icone-onibus-branco.png) no-repeat 20px 09px;
	background-size: 24px 24px;
    line-height: 42px;
    padding: 0 0 0 55px;
}
/** Destaque **/

.destaque-home {
	background: #e6ebeb;
	padding: 35px 0;
	
}
.destaque-home img {
	width: 100%;
	padding: 5px 0;
}

/** Principais Destinos **/

.principais-destinos {
	background: #ffff;
	padding: 60px 0;	
}

.principais-destinos h2 {
	font-weight: 700;
	color: #128d8e;	
	text-transform: uppercase;
	margin-bottom: 40px;
}

.principais-destinos img {
	width: 100%;
}
.principais-destinos p {
	margin: 0;
	padding: 0;
}
.destinos-home-content {
	position: absolute;
	top: 0;
	color: #fff;
	padding: 30px;
	text-align: left;
}
.destinos-home-content h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 15px; 
}
.destinos-home-content h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.destino-preco {
	font-size: 28px;
	font-weight: 700;
	margin: -5px 0 0 0 !important;
	padding: 0;
}
.principais-destinos .btn {
	margin: -23px 0 30px 0 !important;
}


/** Interna **/

.cabecalho-interna {
	background: #86cfc8;
	padding: 35px 0;
}
.cabecalho-interna h1 {
	color: #0d797a;
	font-size: 36px;
	font-weight: 700;
}
.interna-content {
	padding: 40px 0;
}
.conteudo-sessao {
	padding: 50px 0;
}
.conteudo-sessao h1 {
	color: #0d797a;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}
.bg-b {
	background: #e6ebeb;
}
.bg-c {
	background: #86cfc8;
}
.texto-interna {
	padding-right: 40px;
}
.texto-interna h2 {
	color: #128d8e;
	font-size: 28px;
	font-weight: 700;
	margin-bottom:  20px;
}
.texto-interna p {
	font-size: 16px;
	line-height: 175%;
}
.sidebar {
	margin: 55px 0 0 0;
}
.sidebar h3 {
	color: #128d8e;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.sidebar h4 {
	color: #128d8e;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
}
.menu-sidebar {
	list-style: none;
	padding:  0;
	margin: 0;
}
.menu-sidebar li {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.titulo-linha h2 {
	color: #56595b;
	font-size: 28px;
	font-weight: 700;
	margin-bottom:  20px;
	background: url(../img/icone-onibus.png) no-repeat 0px 2px;
	background-size: 28px 28px;
	padding: 0 0 0 40px;
}
.quadro-horarios h3 {
	color: #128d8e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.quadro-horarios h4 {
	color: #128d8e;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background: #e6ebeb;
}
.quadro-horarios .table td, .table th {
	border-right: 5px solid #fff;
	text-align: center;
	border-top: 0;
}
.quadro-horarios .table thead th {
    vertical-align: bottom;
    border-top: 3px solid #80c6bf;
	border-bottom: 0;
	color: #128d8e;
}
.quadro-horarios-box {
	background: #e6ebeb;
	padding: 25px;
}
.quadro-horarios-box p:last-child {
	margin: 0;
	padding: 0;
}
.quadro-horarios .nav-item {
	width: 50%;
	text-align: center;
	font-weight: 600;
}
.quadro-horarios .nav-link {
	background: #e6ebeb;
	border-radius: 0;
	padding: .8rem .8rem;
}
.quadro-horarios .nav-pills .nav-link.active, .quadro-horarios .nav-pills .show>.nav-link {
    color: #0d797a;
    background-color: #86cfc8;
}

.sidebar-horarios h3 {
	color: #128d8e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.box-tarifas {
	background: #86cfc8;
	padding: 25px;
}
.form-tarifas label {
	width: 100%;
	color: #0d797a;
	margin-bottom: 5px;
}
.form-tarifas select {
	width: 100%;
	color: #56595b;
	margin-bottom: 15px;
	padding: 7px 10px;
	border: 0;
}
.box-tarifas-valor {
	color: #fff;
	background: #128d8e;
	padding: 25px;
}
.box-tarifas-valor h1 {
	color: #fff;
	font-weight: 700;
}
.box-tarifas-valor p {
	margin: 0;
}
.btn-consultar-linha {
	background: #86cfc8;
	text-align: center;
}

.encomendas-destaque {
	color:  #fff;
	background: #128d8e;
	padding: 25px 20px;
	margin-bottom: 20px;
}
.encomendas-destaque img {
	width: 110px;
}
.carousel-caption {
	bottom: 10px;
	padding-bottom: 0;
}
.carousel-caption h5 {
	color: #128d8e;
}
.carousel-caption p {
	color: #56595b;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 60px;
  width: 40px;
  background-image: none;
}

.carousel-control-next-icon:after
{
	content: '\203a';
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 4px #000000;
}

.carousel-control-prev-icon:after {
	content: '\2039';
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 4px #000000;
}

/** Formularios **/

.form-control {
	border: 0;
	border-radius: 0;	
}
.form-row {
    margin-right: -10px;
    margin-left: -10px;
}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 10px;
    padding-left: 10px;
}
.box-horarios {
	margin-top: 30px;
}
.horarios-intermunicipal-box {
	background: #86cfc8;
	padding: 25px;
	margin-bottom: 30px;
}
.horarios-intermunicipal-box h2 {
	font-family: 'Inter', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0d797a;
    text-transform: uppercase;
    background: url("../img/icone-onibus-escuro.png") no-repeat 0 9px;
    background-size: 24px 24px;
    line-height: 42px;
    padding: 0 0 0 35px;
	margin-bottom: 10px;
}

.horarios-metropolitano-box {
	background: #a4b3bc;
	padding: 25px;
	margin-bottom: 30px;
}
.horarios-metropolitano-box h2 {
	font-family: 'Inter', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: url("../img/icone-onibus-branco.png") no-repeat 0 9px;
    background-size: 24px 24px;
    line-height: 42px;
    padding: 0 0 0 35px;
	margin-bottom: 10px;
}

.horarios-condominio-box {
	background: #becbd3;
	padding: 25px;
	margin-bottom: 30px;
}
.horarios-condominio-box h2 {
	font-family: 'Inter', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: url("../img/icone-onibus-branco.png") no-repeat 0 9px;
    background-size: 24px 24px;
    line-height: 42px;
    padding: 0 0 0 35px;
	margin-bottom: 10px;
}

.form-faleconosco input {
	background: #e6ebeb;
}
.form-faleconosco textarea {
	background: #e6ebeb;
}


/** Footer **/
.footer {
	background: #e6ebeb;
	padding: 4rem 0 3rem 0;	
}
.footer p {
	font-size: 16px;
}
.footer-logo {
	width: 140px;
}
.footer-redesocial {
	padding: 0;	
}
.footer-redesocial li {
	display: inline;
    list-style: none !important;
    margin: 0px 3px;	
}
.footer-redesocial a {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #e6ebeb;
    border-radius: 32px;
    text-align: center;
    background: #128d8e;
	text-decoration: none;
}

.byw3 {
	width: 96px;
}



	
/* Media queries */
	
@media (max-width:1200px) {	
	.menu-topo .nav-link {
		font-size: 14px;
		color: #fff;
	}
	.box-venda-home {
		position: absolute;
		z-index: 110;
		height: 100%;
		margin: 0 auto;
		left: 50%;
		margin-left: -466px;
	}
	
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0px; }
}	

@media (max-width:992px) {
	body {
		padding-top: 78px;
	}		
	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 998;
		background: #fff;		   
		-webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
	}	
	.header-div-logo {
		text-align: center;
	}
	.header-logo {
		width: 100px;
	}
	.header-conteudo {
		display: none !important;
	}	
	.menu-topo {
		height: 0px;
 		background: #fff;	
	}
	.banner-desktop {
		display: none;
	}
	.banner-mobile {
		display: block;
	}
	
	.box-venda-home {	
		position: relative;
		z-index: 997;
		margin: 0 15px 15px 15px;
		left: auto;
		background: #fff;
		border: 1px solid #efefef;
	}
	.box-venda-home-conteudo {
		width: 100%;
	}
	.box-venda-home-conteudo h3 {
		font-family: 'Inter', Verdana, Arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		background: #128d8e url(../img/icone-onibus-branco.png) no-repeat 20px 09px;
		background-size: 24px 24px;
		line-height: 42px;
		padding: 0 0 0 55px;
	}
	.texto-interna {
		padding-right: 15px;
	}
	.sidebar-horarios {
		margin-top: 40px;
	}
	.footer-logo {
		width: 120px;			
	}
	.footer .footer-redesocial {
		display: flex;
		justify-content: center;
		margin-left: -5px;
	}

	
	/* ==========================================================================
   Nav Custom styles
   ========================================================================== */
.navbar {
	display: none;	
}
.main-menu-all {
	display: block;	
}
a.nav-expander {
  background: none repeat scroll 0 0 #fff;
  color: #128d8e !important;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 11px 14px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  top: 15px;
  transition: right 0.3s ease-in-out 0s;
  width: 50px;
  z-index: 999;
}
a.nav-expander:hover {
  cursor: pointer;
}
a.nav-expander.fixed {
  position: fixed;
}
.nav-expanded a.nav-expander.fixed {
    right: 15px;
}
nav {
  background: #0d797a;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -22em;
  font-size: 15px;
  top: 0;
  width: 22em;
  z-index: 2000;  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
#nav-close {
  font-family: "Inter", Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-right: 10px;
}
.main-menu {
  padding-top: 12px;
}
.main-menu li {
  margin: 0px 10px;
  font-size: 16px;
  list-style: none;
}
.main-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px; 
}
.main-menu li a:hover {
  color: #e4ede7;
  text-decoration: none;
}
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
.main-menu li .sub-nav>li {
  margin: 0;
}
.main-menu li .sub-nav>li a {
	font-size: 16px;
	padding: 10px 0 9px 30px;
}
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 10px;
	margin-left: 6px;
}
.main-menu a:hover .caret {
	border-top-color: #fff;
}
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #fff;
}
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
	
	.icones-contatos {
		margin: 0;
	}
	
	.icones-contatos .icone {
		float: inherit;
		margin: 15px 0 15px 0;
	}
	

}

/** Modal Avisos **/

.modal-confirm {	
		color: #3d3d3d;
		width: 450px;
		margin: 100px auto;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;		
		border: none;
	}
	.modal-confirm .modal-header {
		display: inline-block;
		border-bottom: none;   
        position: relative;
		text-align: center;
		border-radius: 5px 5px 0 0;
	}
	.modal-confirm h4 {
		color: #545557;
		text-align: center;
		font-size: 30px;
		margin: 0 0 25px;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
		background: #c0c3c8;
		position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		text-shadow: none;
		opacity: 0.5;
		width: 22px;
		height: 22px;
		border-radius: 20px;
		font-size: 16px;
		padding: 5px !important;
	}
	.modal-confirm .close span {
		position: relative;
		top: -1px;
	}
	.modal-confirm .close:hover {
		opacity: 0.8;
	}
	.modal-confirm .icon-box {
		color: #f95858;		
		display: inline-block;
		z-index: 9;
		text-align: center;
		position: relative;
		transform: scale(1.5);
	}
	.modal-confirm .icon-box i:first-child {
		font-size: 100px;
	}
	.modal-confirm .icon-box i:nth-child(2) {
		font-size: 138px;
		position: absolute;
		left: -19px;
		top: -23px;
		font-weight: bold;
		color: #fff;
	}
	.modal-confirm .icon-box i:last-child {
		font-size: 26px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 44px;
	}
    .modal-confirm .btn {
        color: #fff;
		background: #f95858;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		border-radius: 3px;
		margin: 20px 0 20px;
		padding: 6px 20px;
		min-width: 150px;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #f04242;
		outline: none;
	}

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
	
 
}

@media (max-width:768px) {		
	.quadro-horarios .nav-item {
		width: 100%;
		text-align: center;
		font-weight: 600;
	}
	.cabecalho-interna h1, .conteudo-sessao h1 {
		font-size: 28px;
	}
}

@media (max-width:640px) {	
	
	
	.destaque-home .row {
		margin-right: -5px;
    	margin-left: -5px;
	}
	
	.destaque-home .col-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.destaque-home {
		background: #fff;
		padding: 10px 0;

	}
	.principais-destinos {
		background: #ffff;
		padding: 40px 0;	
	}
	.principais-destinos h2 {
		font-size: 26px;
	}
	
	.carousel-caption {
		bottom: 0px;
		padding-bottom: 0;
		right: 0;
		left: 0;
	}
	.carousel-caption h5 {
		font-size: 16px;
		color: #128d8e;
	}
	.carousel-caption p {
		font-size: 12px;
		color: #56595b;
		margin-bottom: 0;
	}
	
	.modal-confirm {	
		color: #3d3d3d;
		width: 380px;
		margin: 100px auto;
	}
	
}

@media (max-width:480px) {	
	.main-menu {
	width: 90%;
	}
	
	.modal-confirm {	
		color: #3d3d3d;
		width: 320px;
		margin: 100px auto;
	}
	
}

@media (max-width:400px) {
	
	
}
