@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; /* Cor de fundo base */
  	background-image: 
    radial-gradient(at 0% 0%, hsl(49, 94%, 51%, 80%) 0, transparent 50%), 
    radial-gradient(at 50% 0%, rgba(255, 255, 255, 1) 0, transparent 100%), 
    radial-gradient(at 100% 0%, hsl(21, 94%, 49%, 80%) 0, transparent 50%);
    font-family: 'Figtree',Roboto,Arial,helvetica neue,Helvetica,sans-serif!important;
    line-height: 137%;
    color: #333;
    background-repeat: repeat-x;
	background-position: top center;
	
}

.titulo-home-blocos, .dataNoticia{
	text-align: center!important;
    font-weight: 900!important;
    font-family: 'Figtree', Roboto, Arial, sans-serif!important;
    color: #4b208e!important;
    font-size: 25px!important;
}

p.subtitulo-interna{
    font-size: 14px!important;
    margin-bottom: 20px!important;
    margin-top: -10px!important;
	line-height: 132%!important;
}


.autocomplete__option--focused, .autocomplete__option:hover {
    background-color: #f7931d!important;
    border-color: #f7931d!important;
    color: #fff;
    outline: 0;
}

.btn-primary {
    color: #fff!important;
    background-color: #f7931d!important;
    border-color: #f7931d!important;
}

.btn-info {
    color: #fff;
    background-color: #f7931d!important;
    border-color: #f7931d!important;
}

.btn-primary:hover, .btn-primary:focus  {
    color: #fff!important;
    background-color: #4b208e!important;
    border-color: #4b208e!important;
}

.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: #fff!important;
    background-color: #4b208e!important;
    border-color: #4b208e!important;
}

.colunas-principais>div .conteudo {
    padding: 20px;
    margin: 10px;
    box-sizing: border-box;
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.conteudo {}


.colunas-principais>div .conteudo-bloco-sambodromo {
    padding: 20px 25px 10px;
    margin: 10px;
    box-sizing: border-box;
    height: 100%;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.2); 
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px); 
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.colunas-principais>div .conteudo-bloco-sambodromo p:last-child {
    margin-bottom: 0;
}


.colunas-principais>div .conteudo h3, .colunas-principais>div .conteudo-bloco-sambodromo h3{text-align: center;color: #4b208e;margin-top: 0px;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid rgba(0,0,0,0.05);font-weight: 900!important;font-family: 'Figtree', Roboto, Arial, sans-serif!important;font-size: 20px!important;text-transform: uppercase;line-height: 1.1;width: 100%; word-break: break-word }

.coluna .dias-subtitulo{
	font-size: 14px;
    color: #4b208e!important;
	line-height: 1.5;
	display: inline-block;
}

.colunas-principais>div .conteudo .imagem-destaque{
	margin-bottom: 10px;
	max-width: 98%!important;
}

.icone-coluna{
    margin: 0 auto;
    text-align: center;
}

.colunas-principais>div a{text-decoration:none;color:inherit}

.colunas-principais .coluna p{
	line-height: 135%;
}


.menu-principal{
    text-align: center;
    display: block;
    margin: 10px auto 20px auto;
    color: #4b208e;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 14px;
    text-transform: uppercase;
}

.menu-principal ul li {
	display: inline-block;
    margin: 0 10px 0 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 10px;
	font-size: 15px;
}


@media all and (min-width: 604px) and (max-width: 767px){
	.menu-principal ul li {
		display: inline-block;
		margin: 0 9px 0 0;
		border-right: 1px solid rgba(0,0,0,0.1);
		padding-right: 8px;
		font-size: 14px;
	}
}

@media all and (max-width: 605px){
	
	.menu-principal ul {
		margin-top: -7px!important;
	}
	
	.menu-principal ul li {
		display: block;
		width: 100%;
		margin: 5px 0;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
}

.menu-principal ul li:last-child {
	border-right: 0!important;
	margin-right: 0!important;
	padding-right: 0!important
}


.menu-principal li a:link, .menu-principal a:visited{
	color: #f7931d!important;
}

.menu-principal li a:hover, .menu-principal a:active{
	color: #4b208e!important;
}

.interna .data {
    color: #f7931d!important;
    font-weight: 700!important;
    padding-top: 20px!important;
    font-size: 12pt!important;
    display: inline-block!important;
    border-bottom: 1px solid #f7931d!important;
    width: 100%!important;
    padding-bottom: 14px!important;
}

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: 10px;
		line-height: 140%;
	}
	
	.links-topo-prefeitura a{
		font-size: 10px!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!important;
	}
	
	.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;
	padding-top: 30px;
	
}

@media all and (min-width: 751px){
	
	
}


.logo-evento{
	padding-right: 37px;
    margin-right: 37px;
    text-align: left;
    border-right: 1px solid #fff;
    float: left;
    padding-bottom: 6px;
    margin-top: -5px;
    padding-top: 7px;
	width: 140px;
}


.logo-sptrans{
	float: left;
	margin-top: 14px;
}

.logo-sptrans img{
	
}

.logo-smt{
	float: left;
	margin-left: 30px;
	margin-top: -11px;
}


@media all and (min-width: 992px) and (max-width: 1199px){
	
	.logo-evento{
	}
}

@media all and (max-width: 991px){
	
	
	.header{
		height: auto;
	}

	
	
	.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 p{
		margin-bottom: 15px;
		line-height: 142%;
		font-size: 15px;
	}
	
}

.conteudo-internas img{
max-width: 100% !important;
}
	
	

@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*/

.footer a{
	color: #000;
}

.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;
	}
}



/*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;
}




.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;
	}
}

.interna .data {
	    color: rgb(33, 165, 224);
    font-weight: bold;
    padding-top: 20px;
    font-size: 12pt;
    display: inline-block;
    border-bottom: 1px solid rgb(33, 165, 224);
    width: 100%;
    padding-bottom: 14px;
}

.interna ul a {
	width:100%;
	display: inline-block;	
	text-decoration: none;
	color: #000!important;
}

.interna ul{
	padding: 0;
}

.interna ul a:nth-child(even) li{
	background: #fafafa !important;	
}

.interna ul a li:hover{
	background: rgba(235, 231, 34, 0.5) !important;	
}

.interna ul a li.item-noticias-carnaval{	
	font-size: 12pt;
	border-bottom: 2px solid #eee;
	padding: 30px 20px;
	list-style-position: inside;
}

.noticiah1{
	font-family: 'Roboto Slab', cursive;
	font-weight: bold;
text-align:center; display: inline-block; padding: 0 15px 20px; color: #729d01; margin-bottom: 25px;	width:100%; font-size: 18pt !important;
	line-height: 124%;
}

.dataNoticia{
	text-align:center;  display: inline-block; margin-bottom:40px; color: #333; font-weight:bold; display: inline-block; padding: 5px 8px; 
}

.voltarNoticias{
	text-align:center; display: inline-block; margin-bottom:40px; font-weight:bold; display: inline-block; padding: 5px 8px; margin-top:50px;
	color: #fff!important;
				background: #132053 !important;
				text-decoration: none;							
}

body .noticia p, body .noticia span, body .noticia div{
	font-family: Roboto, Arial, "Helvetica Neue",Helvetica,sans-serif !important;
	font-size: 11pt !important;	
	line-height:1.5;
}

.NoticiasCarnaval{
	text-align:center; text-transform: uppercase; display: inline-block; margin-bottom:40px; font-weight:bold; display: inline-block; padding: 5px 8px; z-index: 1; position:relative;
	margin:0 !important; text-transform: initial; background-color: rgb(226, 47, 78) !important; color: white !important;
}

	
		#tabelalinhas{
			
			margin-bottom: 40px !important;
			}

			td{
				text-align: center;
				font-size:12pt;
				padding: 0 !important;
			}

			td a{
				text-align:center;
				font-size: 10.5pt;
				padding: 10px 15px ;
				width: 100%;
				display: inline-block;
				color: #172051;
			}

			td a:hover{
				color: #fff!important;
				background: #729d01 !important;
				text-decoration: none;
				font-weight:bold;
				opacity: 1!important;
			}
			
			td a:active{
				color: #fff!important;
				background: #172051 !important;
				text-decoration: none;
				font-weight:bold;
				opacity: 1!important;
			}

			tr:nth-child(even) td a{
				background: #f8f8f8;
			}

			#tabelalinhas_filter{
				margin: 0 auto !important;
			}

			.dataTables_filter{
				display: none;
			}

			#projects_table_filter{
			display: block;
			margin: 0 auto;
			}

			.dataTables_empty{
			font-size:10pt;
				padding: 8px 0 !important;
			}

			table.dataTable.no-footer{
			border-bottom: 0 !important;
			}

			@media all and (max-width: 500px){
				.input-group{
					width: 100% !important;
				}
			}

			.logo-evento img {
				
			}

			.logos{
			
			}

		
			
	#corpo{
	    top: -40px;
    position: relative;	
	}

.noticia img{
	width: 500px;
	max-width: 500px;
	height: auto;
}

.footer .copyright p{
	margin-top: -14px;
}

.sidebar-alteracoesOP{
display: none;	
}

#conteudo .col-md-9{
width:100%;	
}

.breadcrumb-sptrans{
display: none;	
}

.header-interna-informativos{
background-color: transparent !important;	
	padding: 0 !important;
	margin-bottom:20px;
}

.container_header-interna small{
display: none;	
}

.container_header-interna h1{
	    font-size: 18pt;
    font-weight: 800;
    text-align: center;
    margin: 20px 0;
    letter-spacing: -0.025em;
    hyphens: none;
    width: 100%;    
    line-height: 1.1;
    font-family: 'Roboto Slab', "Roboto Condensed", Arial;	
	color: #729d01 !important;
}

.botao-linha-especial{
	background-color: #fcc300;
	padding: 5px;
	text-align: center;
	margin: 0 auto 10px auto;
	transform: rotate(-1deg) !important;
	border-radius: 2px;
	width: 570px;
    max-width: 100%;
}

.botao-linha-especial a{
	text-decoration: none;
	color: #105e06;
	font-weight: bold;
	font-family: Roboto, Arial, sans-serif;
	display: block;
	line-height: 123%;
}

.coluna{
	margin-bottom: 20px!important;
}

/**umb_name:carnaval-2024*/
.carnaval2024{}

.autocomplete__input--default{
	border: 0 !important;
	line-height: normal !important;
}

.form-control{
	height: calc(1.5em + .75rem + 5px) !important;
}


.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: 15%;
	margin-right: 6%;
	margin-bottom: -3px;
} .logo-smt-2026{
	width: 22%;
} .logos-2026 > *{
	align-self: end;
}

@media (max-width: 500px){
	.logo-sptrans-2026{
		width: 15%;
		margin-right: 5%;
		margin-bottom: -0.5%;
	} 
}


.bg-footer-claro {
    background-color: #555;
    padding: 20px 0;
    margin-top: 20px;
}


.logos-footer{
	display: flex;
	max-width: 250px;
	margin-top:20px;
}

.logos-footer .logo-sptrans {
    float: none;
    margin: 0;
    margin-top: 10px;
    margin-right: 20px;
}

.logos-footer .logo-smt {
    float: none;
    margin: 0;
} 

.link-footer{
	color: white;
}