@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,600;1,800&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.x{display:inherit}
body,
html {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

strong{
	font-weight: 700 !important;	
}

body {
    background-color: #fff;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 137%;
    color: #333;
	background-image: url("../media/11988/fundo.gif");
	background-repeat: repeat-x;
}

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 #555;
    width: 100%;
    padding-top: 5px;
}

.links-topo-prefeitura,
.links-topo-prefeitura a {
    text-align: left;
    display: inline;
    color: #ccc;
    font-size: 14px;
    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 !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 */

.base-logos .logos{
    width: 360px;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
	margin-top:40px;
}

.logo-bilhete-unico{
	padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid #e2001a;	
}

/* FIM HEADER */

/* COLUNAS */

h2{
	font-family: Montserrat;
    font-weight: 800;
    letter-spacing: -0.5px;
    width: 550px;
    margin: 20px auto;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
	color: #555;
	max-width:100%;
}

	.menu-interno{
		display: none;	
	}


@media only screen and (max-width: 767px) {
	h2{
		font-size: 16px;
		line-height: 1.25;
	}
	.menu-interno{
		display: flex;			
	}
	.menu-interno > div{
		width:100%;
		margin-bottom:15px;
	}
	.menu-interno button{
		line-height:1.25;
		font-size:14px;
		text-align: left;
	}
}

h3{
	font-family: Montserrat;
    font-weight: 600;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
	color: #e2001a;
	margin-bottom:15px;
	width:100%;
	padding-bottom: 15px;
	border-bottom: 2px solid white;
	padding-top:5px;
}

video{
	margin:5px auto 20px;	
}

p{
	font-weight: 300;
	width:100%;
	padding-right:5px;
	padding-left:5px;
}

.colunas-principais > div .conteudo{
	padding:20px;
	margin:10px;
	box-sizing: border-box;
	height: 100%;
	background-image: linear-gradient(0deg,white,#eee,#eee,#eee);
	border-radius: 20px 20px 0 0;
}

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

.icone-coluna {
	text-align: center;	
	margin-bottom:15px;
}

.conteudo button{
	line-height: 1.2;	
}

#toTop {
    padding: 3px 3px;
    background: #fff;
    color: #e2001a;
    position: fixed;
    bottom: 10px;
    right: 50%;
    display: none;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e2001a;
    z-index: 300;
    transform: translateX(50%);
}

/* FIM COLUNAS */

/* INICIO DUVIDAS */

.panel-heading .botao{
	padding: 10px 15px;
}

.panel-selecionado{
	border-radius: 4px;
    overflow: hidden;
}

.panel-body {
	font-family: Roboto, Arial !important;	
	padding: 0 15px 10px 15px;
	margin: 0;
	line-height:1.3;
	font-size:14px;
}

.panel-body p:last-child{
	margin-bottom:0;	
}

.panel{
	margin-bottom:15px;	
}

/* FIM DUVIDAS */

/* FOOTER */

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

.logos-footer > div{
	float:left;
	margin-right: 20px;
}

.link-footer{
	font-size:12px;	
}


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