@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body, html {
  min-height:100%;
  height:auto !important;
  height:100%;
}

body{
	background-color: #fff;
	font-family: Figtree, Arial, "Helvetica Neue",Helvetica,sans-serif;
	line-height: 137%;
	color: #333;
	overflow-x: hidden;
}

section{
	padding: 10px 0;
	margin-top: 20px;
}

img{
	max-width: 100%;
}

a:focus, a:hover{
	opacity: 0.9;
}

body a:focus{
	outline: 2px solid #6c8d0f !important;	
}
	

/*BARRA CINZA TOPO*/

.topo-prefeitura {
    padding: 0;
    background: none repeat scroll 0 0 #555;
	width: 100%;
	padding-top: 5px;
}

.links-topo-prefeitura,.links-topo-prefeitura a{
	text-align: left;
    display: inline;
    color: #ccc;
    font-size: 15px;
    font-family: Figtree, Arial, "Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
	text-decoration: none!important;
}

.topo-secretaria{
  padding: 0;
    background: none repeat scroll 0 0 #ddd;
	width: 100%;
	padding: 5px 0;
}

.topo-secretaria a{
	text-align: left;
    display: inline;
    color: #666;
    font-size: 12px;
    font-family: Figtree, Arial, "Helvetica Neue",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: 630px){
	.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: 630px){
	
	.header{
		height: 85px;
	}
}


/* ALTERAÃ‡ÃƒO FOOTER: Layout dos logos atualizado conforme CSS 2 */
#footer .logo-sptrans{
	max-width: 50px;
	border: 0;
	padding: 0;
}

#footer .logo-smt{
    margin-left: 12px;
    max-width: 77px;
    padding: 0;
    margin-left: 20px;
    margin-top: -11px;
}



@media all and (max-width: 991px){
	
	
	.header{
		height: auto;
		display: flex;
	}
	
	
	
	.imagem-local{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media all and (max-width: 630px){
	
	
	
	.box-destaque{
		font-size: 16px;
	}
	
	.texto-legal{
		font-size: 12px;
		line-height: 142%;
	}
	
	
	.titulo-internas{
		font-size: 30px;
		line-height: 130%;
	}
	

	.conteudo-internas p{
		margin-bottom: 15px;
		line-height: 142%;
		font-size: 15px;
	}
	
}


@media all and (max-width: 630px){
	.img-banner-home-mobile{
		display: block;
	}

	.img-banner-home{
		display: none;
	}
}



.box-padrao{
	max-width: 630px;
	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 .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: #f6f6f6;
	padding: 20px 0;
	margin-top: 20px;
}


.social-things-footer .social-icon{
	margin-right: 5px;
}

.endereco-prefeitura-rodape{
	font-size: 12px!important;
	padding: 20px 0;
	background-color: #eee;
	color: #666;
}

.links-rodape{
	padding: 0 0 0;
}

.links-rodape a{
	font-weight: bold;
	text-decoration: none;
}

.endereco-prefeitura-rodape a{
	color: #666;
	text-decoration: none;
}

.endereco-sptrans-footer{
	margin-top: 20px;
	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;
	}
	
	
}

/* ALTERAÃ‡ÃƒO FOOTER: Ajuste base mobile */
@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;
}

iframe.video-foto{
	max-width: 100%;
	border: 0;
	max-width: 100%;
    border: 0;
    width: 700px;
    height: 400px;
}




.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{
	line-height: 130%;
}

#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;
	}
}

/*acrescimos*/

.base-botao{
	text-align: center;
}

.imagem-gratuidade-desktop{
	border-radius: 100%;
	width: 100%;
	max-width: 400px;
}

.imagem-gratuidade-mobile{
	display: none;
}

.imagem-consultar-desktop{
	border-radius: 100%;
	width: 100%;
	max-width: 400px;
}

.imagem-consultar-mobile{
	display: none;
}



/* INTERNAS */

body{
	font-family: Figtree, Arial, "Helvetica Neue",Helvetica,sans-serif;
}

span.imagem_cartao{
	float: left;
    width: 49%;
    height: 65px;
    position: relative;
}

span.imagem_cartao img{
	    position: absolute;
    right: 0;
    top: -60px;
    width: 300px;
}

span.imagem_3x4{
	float: left;
    width: 40%;
    height: 65px;
    position: relative;
}

span.imagem_3x4 img{
	    position: absolute;
    right: 0;
    top: -60px;
    width: 190px;
}

span.texto_h1{
	float: right;
    width: 50%;
    text-align: left;
}

span.texto_h1_3x4 {
	width: 57%;
}

span.texto_h1_politica{
	width: 60%;
}

h1{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
}

h2{
	font-size: 1.3em;
}

.buespecial{
	
	font-weight: 300;	
	display: inline-block;
	width:100%;
	color: #666;
	font-size: 0.8em;
	
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.box-info{
	margin: 0px 0px 20px;	
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
	padding:22px;	
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid transparent;
}

.home .box-info{
	box-shadow: 0 0 0 white !important;
	margin: 0px 0px 50px;	
	padding: 0 15px;	
	box-sizing: border-box;
	border-radius: 10px;
}

.box-info .imagem-cartao{
	text-align: center;
	margin-bottom: 15px;
}

.box-info .imagem-cartao img{
	width: 300px;
	height: auto;
}


.outros-cartoes{
		border: 1px solid #eee;
		border-radius:10px;
		overflow: hidden;
}

.box-info-mini{
	position: relative;
	background-color: #f5f5f5;
	padding: 10px 10px 81px;
} .box-info-mini h3{
	font-size: 16px;
	text-transform: uppercase;
	font-family: Figtree;
	background-color: white;
	padding: 15px;	
	z-index:1;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	margin: 0;
	height: 80px;
	
}

.row .col-md-3:nth-child(1) .box-info-mini{
	border-right: 1px dashed #ddd;
} .row .col-md-3:nth-child(2) .box-info-mini{
	border-right: 1px dashed #ddd;
} .row .col-md-3:nth-child(3) .box-info-mini{
	border-right: 1px dashed #ddd;
} .row .col-md-3:nth-child(4) .box-info-mini{
	
} 

@media all and (max-width: 991px){
	.row .col-md-3:nth-child(4) .box-info-mini{
		border-top: 1px dashed #ddd;
	} 
	
	.row .col-md-3:nth-child(2) .box-info-mini{
		border-right: 0px;
	}
	
	.row .col-md-3:nth-child(3) .box-info-mini{
		border-top: 1px dashed #ddd;
	}
}

.box-info ul, .box-info ol{
	padding-left:25px;
	
}

.box-info h2{
	margin: 0 0 10px;
    font-family: Figtree;
    font-weight: 700;
	padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    letter-spacing: -.5px;
    color: #555;
}

.box-info h3{
	margin: 0 0 10px;
    font-family: Figtree;
    font-weight: 700;
	padding: 8px 12px 5px;
	border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    background-color: #eee;
    letter-spacing: -.5px;
    color: #555;
	font-size: 1em;
	border-bottom: 1px solid #ddd;
}

.tipo-cartao h2{
	margin: 0 0 15px;
	font-family: Figtree;
	font-weight: 700;
	padding-bottom: 5px;
	text-transform: uppercase;	
	border-bottom: 1px solid #ddd;
	letter-spacing: 0px;
	color: #555;
	font-size: 23px;
	text-align: left !important;
}

.box-info h2 .subtitulo{
    font-weight: 100 !important;
    font-size: 15px;
    float: left;
    clear: both;
    width: 100%;
    color: #999;
    letter-spacing: 1px;

}

.tipo-cartao{
	min-height: 430px;
}

.tipo-cartao h2{
	text-align: center;
}

.tipobu{
	font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: block;
    font-size: 0.95em;
    margin-top: -8px;
}

.tipoPCD a{
	color: #A679A6 !important;
}

.tipoPCD .btn-primary, .tipoPCD .box-info.invert{
	color: #ffffff;
    background-color: #A679A6;
    border: 1px solid  #A66996 !important;
}

.tipoPCD h1{
	color: #A679A6 !important;
}

.tipoProfessor a{
	color: #536f31 !important;
}

.tipoProfessor .btn-primary, .tipoProfessor .box-info.invert{
	color: #ffffff !important;
    background-color: #536f31;
    border: 1px solid  #536f31 !important;
}

.tipoProfessor h1{
	color: #536f31 !important;
}


.tipoObesoGestante a{
	color: #d5841b !important;
}

.tipoObesoGestante .btn-primary, .tipoObesoGestante .box-info.invert{
	color: #ffffff !important;
    background-color: #d5841b;
    border: 1px solid  #d5841b !important;
}

.tipoObesoGestante h1{
	color: #d5841b !important;
}

.tipoCorporativo a{
	color: #b99a00 !important;
}

.tipoCorporativo .btn-primary, .tipoCorporativo .box-info.invert{
	color: #ffffff !important;
    background-color: #b99a00;
    border: 1px solid  #b99a00 !important;
}

.tipoCorporativo h1{
	color: #b99a00 !important;
}


.tipoIdosa a{
	color: #828f2b !important;
}

.btn-primary{
	line-height: 1.1; 
	width: 100%;
}
.tipoIdosa .btn-primary, .tipoIdosa .box-info.invert{
	color: #ffffff !important;
    background-color: #828f2b;
    border: 1px solid  #929f3b !important;	
}

.tipoIdosa h1{
	color: #828f2b !important;
}

.tipoVT a{
	color: #222 !important;
}

.tipoVT .btn-primary{
	color: #ffffff !important;
    background-color: #222;
    border: 1px solid  #222 !important;	
}

.tipoVT h1{
	color: #222 !important;
}

.tipoEFacil a{
	color: #004993 !important;
}

.tipoEFacil .btn-primary, .tipoEFacil .box-info.invert{
	color: #ffffff !important;
    background-color: #004993;
    border: 1px solid #004993 !important;	
}

.tipoEFacil h1{
	color: #004993 !important;
}

.tipoEstudante a{
	color: #39438c!important;
}

.tipoEstudante .btn-primary, .tipoEstudante .box-info.invert{
	color: #ffffff !important;
    background-color: #39438c;
    border: 1px solid #19236c!important;	
}

.tipoEstudante .btn-primary:hover, .tipoEstudante .box-info.invert:hover{
    background-color: #555;    
	border: 1px solid #39438c!important;	
	box-sizing: border-box !important;
}

.tipoEstudante .btn-primary:hover a, .tipoEstudante .box-info.invert:hover a{
	text-decoration: none;
}

.btn-lg{
    font-family: Figtree;
    font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	word-break: break-word;
}

.tipoEstudante h1{
	color: #39438c!important;
}

.invert:hover{
	opacity: 0.95;
}

.invert h2{
	color: white;
	border:0 ;
	margin: 0 0 10px;
	padding:0;
	text-align: center;
}

.invert *{
	color: white;
	text-align: center;
}

p:last-child{
	margin-bottom: 0;
}

p a, li a{
	text-decoration: underline;
	font-weight: 700;
}

.bxslider{
	height: 325px;
}

.bxslider li{	
	margin-bottom:20px;
}

.imagem-slider{
	text-align: center;
}

.imagem-slider img{
	border-radius: 8px	;
	overflow: hidden;
	margin: 0 auto;
}

p{
	line-height: 1.5;
}

li{
	margin: 5px 0;
}

#menu_principal{
	width:100%;
	display: inline-block;
	margin: 10px auto;
	
}

#menu_principal ul{
text-align: center;
padding: 0;
}

#menu_principal ul li{
	display: inline-block;
	margin: 5px 14px;

}

#menu_principal ul li a:hover{
		
		border-bottom:3px solid #e2001a;
		color: #000;	
}

#menu_principal ul li a{
		font-weight: 600 !important;
		text-decoration: none;
		letter-spacing: 1px;
		color: #666;		
		padding: 5px 0;
		border-bottom:3px solid #eee;
		font-size: 10pt;
}



.lower{
	text-align: center;
	display: none;
}



.lower img{		
		margin: 0 auto;
}




@media all and (max-width: 767px){
	
	.lower {
		margin: 0 auto;
		display: block;
		font-size: 10pt;
	}
	
	.lower label{
		font-size: 14px !important;
		color: #555;
	}
	
	.lower img{
		border-radius:50%;
		width: 40px;
		height: 40px;
		position: relative;		
	}
	
	#menu_principal{
		display: none;
	}
	
	.base-botao:first-child{
		margin-bottom: 30px;
	}
	
	.imagem-consultar-desktop{
		display: none;
	}
	
	.imagem-consultar-mobile{
		display: inline;
		margin: 0 auto;
		border-radius: 20px;
	}
	
	.imagem-gratuidade-desktop{
		display: none;
	}
	
	.imagem-gratuidade-mobile{
		display: inline;
		margin: 0 auto;
		border-radius: 20px;
	}
	
	
	span.imagem_cartao{
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}

	span.imagem_cartao img{
		position: relative;
		right: 0;
		top: -70px;
		width: 275px;
	}
	
	span.imagem_3x4{
		float: left;
		width: 90%;
		text-align: center;
		margin: 10px 0 0 0;
	}

	span.imagem_3x4 img{
		position: relative;
		right: 0;
		top: -70px;
		width: 148px;
	}

	span.texto_h1{
		margin: 10px auto 0;
		width: 100%;
		text-align: center;
	}
	
	.tipo-cartao {
    min-height: 0;
	}
}

input{
  display:none;
}

.lower label{
  font-family: Figtree, Arial;
  text-transform:uppercase;
  font-size:40px;
  text-align:center;
}

.lower label:hover{
  cursor:pointer;
}

.overlay{
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(226,0,26,0.9);
	z-index:1;
}

.overlay label{
	    width: 38px;
    height: 38px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    text-align: center;
    font-size: 12pt;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid white;
    line-height: 28px;
    font-family: Figtree;
	font-weight: 800;
  
  
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	
	min-height: 30px;
}

.overlay ul li a {
	font-weight: 600;
	display: block;
	color: white;
  text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
  font-family: Figtree, Arial;
  text-transform:uppercase;  
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #FCD100;
}

.lower~.overlay-hugeinc{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


#op{
	font-size: 10pt !important;
}

#op:checked~.overlay-hugeinc{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-moz-perspective: 300px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#op:checked~.overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#op:not(:checked)~.overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #333;
  border-color: #333;
}


h1.tipos-cartoes{
	font-size: 20px;
    font-weight: 800;
    color: #e2001a!important;
    margin: 30px 0 10px 0;
}

@media all and (min-width: 992px) and (max-width: 1199px){
	.tipo-cartao {
		min-height: 460px;
	}
}

a{
	color: #6c8d0f;
}

.container .row{
	margin-left:0;
	margin-right:0;
}

/* --------------------------------------------------------
   CORREÃ‡ÃƒO FINAL - LOGOS FOOTER MOBILE (Max-width 767px) 
   (Adicionado conforme solicitado da CSS 2)
   --------------------------------------------------------
*/
@media (max-width: 767px) {
    
    /* 1. Container: ForÃ§a o alinhamento ao centro usando Flexbox */
    .logos-footer .row {
        display: flex !important;
        justify-content: center !important; /* Centraliza horizontalmente */
        align-items: center !important;     /* Centraliza verticalmente (alinha pelo meio) */
        flex-wrap: wrap !important;
        float: none !important;
        width: 100% !important;
    }

    /* 2. Wrappers: Remove os floats antigos que separavam os logos */
    .footer .logo-sptrans,
    .footer .logo-smt,
    .logos-footer .logo-sptrans,
    .logos-footer .logo-smt {
        float: none !important;
        display: block !important;
        width: auto !important;         /* Remove larguras fixas dos wrappers */
        margin: 1px 15px !important;      /* EspaÃ§amento lateral entre os logos */
        padding: 0 !important;
        margin-top: 0;
    }

    /* 3. Imagens: Aplica os tamanhos exatos solicitados */
    
    /* SPTrans: max de 50px */
    .logos-footer .logo-sptrans img,
    .footer .logo-sptrans img {
        max-width: 50px !important;
        width: 100% !important;
        height: auto !important;
    }

    /* SMT: 77px */
    .logos-footer .logo-smt img,
    .footer .logo-smt img {
        max-width: 77px !important;
        width: 100% !important;
        height: auto !important;
        border: none !important;
        margin: 10px 0 0 0;
    }
}

.base-logos-2026{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
} .logos-2026{
	max-width: 100%;
	width: 400px;
	display: flex;
	justify-content: center;
} .logo-bilhete-unico-2026{
	width: 30%;
	margin-right: 6.5%;
	border-right: 1px solid #ddd;
	padding-right: 6.5%;
} .logo-sptrans-2026{
	width: 17%;
	margin-right: 6%;
	margin-bottom: -3px;
} .logo-smt-2026{
	width: 22%;
} .logos-2026 > *{
	align-self: end;
}