body, html {
  min-height:100%;
  height:auto !important;
  height:100%;
}

body{
	background-color: #fff;
	font-family: Roboto, Arial, "Helvetica Neue",Helvetica,sans-serif;
	line-height: 137%;
	color: #333;
}

section{
	padding: 30px 0;
}

img{
	max-width: 100%;
}

a:focus, a:hover{
	opacity: 0.9;
}
	

/*BARRA CINZA TOPO*/

.topo-prefeitura {
    padding: 0;
    background: none repeat scroll 0 0 #666;
	width: 100%;
	padding-top: 5px;
}

.links-topo-prefeitura,.links-topo-prefeitura a{
	text-align: left;
    display: inline;
    color: #ccc;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none!important;
}

.topo-secretaria{
  padding: 0;
    background: none repeat scroll 0 0 #ccc;
	width: 100%;
	padding: 5px 0;
}

.topo-secretaria a{
	text-align: left;
    display: inline;
    color: #666;
    font-size: 12px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none!important;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}


.link-acesso-informacao{
	margin-top: -3px;
}

@media all and (max-width: 991px){
	.links-topo-prefeitura{
		font-size: 11px;
		line-height: 140%;
	}
	
	.links-topo-prefeitura a{
		font-size: 12px!important;
	}
	
	.link-acesso-informacao{
		margin-top: -3px;
	}
	
	.ico-acesso-informacao{
		width: 15px;
		height: auto;
	}
	
	.links-topo-prefeitura{
		padding: 3px 0;
	}
	
	
}

@media all and (max-width: 612px){
	
	.links-topo-prefeitura{
		text-align: center;
	}
	
	.links-topo-prefeitura a{
		font-size: 10px!important;
	}
	
	.link-acesso-informacao{
		margin-top: -1px;
	}
	
	.topo-secretaria{
		text-align: center;
		padding: 2px 0;
		margin: 0!important;
	}
	
	.topo-secretaria a{
		font-size: 10px;
	}
	
	.link-topo-secretaria{
		margin: 0!important;
		padding: 0!important;
	}
	
	.link-topo-secretaria a{
		margin: 0!important;
		padding: 0!important;
	}
	
	.ico-acesso-informacao{
		width: 10px;
		height: auto;
	}
	
	.base-titulo-internas{
		background-position: top left!important;
		height: 200px!important;
		background-size: cover!important;
	}
}

@media all and (max-width: 500px){
	.links-topo-prefeitura a{
		font-size: 9px!important;
		display: block;
		line-height: 11px;
		text-align: center;
		padding: 0 10px;
	}
}

/*FIM BARRA CINZA TOPO*/


.header{
	position: relative;
	margin-top: 30px;
    margin-bottom: 16px;
}

@media all and (min-width: 751px){
	
	.header{
		height: 85px;
	}
}

.base-logos{
	position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 29px;
    float: left;
    margin-top: 11px;
	
}

.logos{
	width: 335px;
	margin: 0 auto;
}

.logo-bilhete-unico{
	padding-right: 37px;
    margin-right: 37px;
    text-align: left;
    border-right: 1px solid #dc222a;
    float: left;
    padding-bottom: 6px;
    margin-top: -5px;
    padding-top: 7px;
}

.logo-bilhete-unico img{
	width: 74px;
}

.logo-sptrans{
	float: left;
	margin-top: 14px;
}

.logo-sptrans img{
	
}

.logo-smt{
	float: left;
	margin-left: 22px;
	margin-top: -4px;
}


@media all and (min-width: 992px) and (max-width: 1199px){
	
	.logo-bilhete-unico{
	}
}

@media all and (max-width: 991px){
	
	
	.header{
		height: auto;
	}
	
	.base-logos{
		margin-bottom: 10px!important;
	}
	
	.logos{
		
	}
	
	
	.imagem-local{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media all and (max-width: 766px){
	
	
	
	.box-destaque{
		font-size: 16px;
	}
	
	.texto-legal{
		font-size: 12px;
		line-height: 142%;
	}
	
	
	.titulo-internas{
		font-size: 30px;
		line-height: 130%;
	}
	
	.conteudo-internas h1{
		font-size: 22px;
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #dc222a;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.conteudo-internas p{
		margin-bottom: 15px;
		line-height: 142%;
		font-size: 15px;
	}
	
}


@media all and (max-width: 650px){
	.img-banner-home-mobile{
		display: block;
	}

	.img-banner-home{
		display: none;
	}
}



.box-padrao{
	max-width: 500px;
	width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.interna .box-padrao{
	max-width: 100%;
	width: 100%;
    margin: -19px auto 30px auto;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
	float: left;
}

.box-padrao .base-header{
    font-size: 18px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    background-color: #cc0000;
	color: #fff;
	text-align: left;
	position: relative;
}

.box-padrao .base-header h1{
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.box-padrao h3{
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
	line-height: 139%;
}

.subtitulo-exemplos{
	font-size: 14px;
	color: #e2001a;
	margin-bottom: 20px;
}

.box-padrao .coluna-dir{
	border-left: 1px solid #ccc;
}

@media all and (max-width: 767px){
	.box-padrao .coluna-dir{
		border-left: 0;
	}
}

.box-padrao .coluna-dir-esp{
	border-left: 0;
}

@media all and (max-width: 767px){
	.box-padrao .coluna-dir-esp{
		border-left: 0;
	}
}

.box-padrao .coluna-esq-esp{
	border-right: 1px solid #ccc;
}

@media all and (max-width: 767px){
	.box-padrao .coluna-esq-esp{
		border-right: 0;
	}
}

.com-limite{
	color: #000;
}	


.sem-limite{
	color: #000;
}

.box-padrao .modelo-cartao{
	margin-bottom: 30px;
}	

.conteudo-box p a {
    color: #dc222a;
    text-decoration: underline;
}

.box-padrao .ico-header-box{
	border-radius: 100px;
	background-color: #fff;
	width: 60px;
    height: 60px;
	position: absolute;
	top: -11px;
	border: 3px solid #cc0000;
}

.box-padrao .ico-bu{
	background-image: url(../images/ico-box-header-bilhete.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.botao-voltar{
	display: block;
	text-align: center;
	margin-top: 30px;
}

.botao-voltar a{
	padding: 10px;
	background-color: #cc0000;
	color: #fff;
}

.texto-header-box{
	margin-left: 76px;
}

.box-padrao .conteudo-box{
	padding: 20px;
}

.interna .box-padrao .conteudo-box{
	padding: 0;
}

.botao-consultar{
	border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    color: #cc0000;
    background-color: #f5f5f5;
    padding: 7px;
	margin-top: 15px;
}

.botao-consultar:focus{
	border: 1px solid #aaa;
}


.textField{
	border: 1px solid #ccc;
	padding: 3px;
}

input:focus{
	border: 1px solid #aaa;
}

.grupo-usuario:first-child{
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0 20px 0;
	float: left;
}

.grupo-usuario{
	border-bottom: 1px solid #d0d0d0;
	padding: 0 0 20px 0;
	float: left;
}

.grupo-usuario:last-child{
	border-bottom: 0;
	padding: 10px 0 20px 0;
	float: left;
}

.grupo-usuario h2{
	text-align: left;
    font-size: 16px;
    text-align: left;
    color: #cc0000;
    margin-left: 10px;
    line-height: 140%;
}

.box-cartao{
	background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.conteudo-cartao{
	background-color: #f5f5f5;
	padding: 10px;
	text-align: left;
	min-height: 190px;
}

.conteudo-cartao p{
	margin: 0;
}

.conteudo-cartao a{
	color: #cc0000;
	text-decoration: underline;
}

.box-cartao h3{
	background-color: #fff;
    padding: 10px;
    font-size: 18px;
    color: #cc0000;
    font-weight: bold;
	text-align: center;
	margin-top: 0;
}

/*FOOTER*/

.bg-footer{
	background-color: #333;
	padding: 50px 0!important;
	margin: 0!important;
}	

.bg-footer-claro{
	background-color: #ccc;
	padding: 20px 0;
	margin-top: 20px;
}


.social-things-footer .social-icon{
	margin-right: 5px;
}

.endereco-prefeitura-rodape{
	font-size: 12px!important;
	padding: 5px 0;
	background-color: #eee;
	color: #666;
}

.endereco-prefeitura-rodape a{
	color: #666;
}

.endereco-sptrans-footer{
	margin-top: 30px;
	font-size: 13px;
	line-height: 120%;
}

@media (max-width: 991px) {
	.bg-footer-claro{
		text-align: center!important;
	}
	
	.social-things-footer{
		margin: 10px 0;
	}
	
	.endereco-sptrans-footer{
		margin-top: 20px;
		font-size: 13px;
		line-height: 120%;
	}
	
	.social-things-footer .social-icon{
		margin: 0 5px;
	}
	
	.endereco-prefeitura-rodape, .endereco-prefeitura-rodape .text-right{
		text-align: center!important;
		line-height: 130%;
	}
	
	.link-footer{
		margin-top: 6px;
	}
}


.footer .logo-smt{
	margin-top: 28px;
	float: none; 
	display: inline;
}

.footer .logo-sptrans{
	margin-top: 28px;
	float: none; 
	display: inline;
}

@media all and (max-width: 991px){
	.footer .logos-footer{
		text-align: center;
		width: 100%;
	}
}

/*FIM FOOTER*/



/*FIM INTERNAS*/

body + object, body + object + object { display: none; }

/*bootstrap hack*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}


@media all and (max-width: 370px){
	body{
		overflow-x: hidden;
	}
}


.box-home h3{
	color: #fff;
}

.box-home{
	background-color: #dc222a;
	min-height: 160px;
	border: 5px solid #fff;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 15px;
}

iframe .i4ewOd-pzNkMb-haAclf{
	background-color: #dc222a!important;
}


@media all and (max-width: 460px){
	
	.base-logos{
	}
	
	.logos{
		width: 247px;
	}
	
	.logo-bilhete-unico {
		width: 84px;
		padding-right: 23px;
		margin-right: 15px;
	}
	
	.logo-sptrans {
		margin-top: 14px;
		width: 65px;
	}
	
	.logo-smt {
		float: left;
		margin-left: 15px;
		margin-top: 0px;
		width: 60px;
	}
}


.conteudo-duvida p{
	text-align: left;
}

.grupo-duvida:first-child{
	border-bottom: 1px solid #d0d0d0;
	padding: 10px 0 20px 0;
	float: left;
	margin-top: 20px;
}

.grupo-duvida{
	border-bottom: 1px solid #d0d0d0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}

.grupo-duvida:last-child{
	border-bottom: 0;
	padding: 10px 0;
	float: left;
}

.grupo-duvida h2{
	text-align: left;
	font-size: 16px;
	text-align: left;
	color: #cc0000;
	margin-left: 10px;
	line-height: 140%;
}

.grupo-duvida .panel-body{
	text-align: left;
}

.grupo-duvida .panel-group{
	margin-bottom: 7px;
}

.grupo-duvida .panel-group .panel + .panel {
    margin-top: 10px;
}

.intro-pagina{
	font-size: 17px;
    margin-bottom: 20px;
    line-height: 138%;
}

#termo{
	text-align: left;
}

#termo p{
	font-size: 12px;
}

.base-box-home .panel-default > .panel-heading{
	background-color: #fff!important;
	border-color: #fff!important;
}

.base-box-home .panel{
	border: 0!important;
	box-shadow: none!important;
}

.base-box-home{
	padding-bottom: 10px!important;
}

.botao-termo{
	font-size: 13px!important;
}

#termo .panel-body{
	border: 1px solid #ddd!important;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.box-orientacoes .panel p a{
	color: #dc222a;
	text-decoration: underline;
}

.imagens-bu{
	text-align: center!important;
}

@media all and (max-width: 455px){
	.imagens-bu img{
		width: 70px;
		height: auto;
	}
}

@media all and (max-width: 360px){
	.imagens-bu img{
		width: 50px;
		height: auto;
	}
}

@media all and (max-width: 991px){
	.vazio{
		display: none;
	}
}