@CHARSET "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

* { font-family: 'Montserrat', sans-serif; }

h1, h1.titulo_topo {
	font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 10px;
    border-bottom: 4px solid #bc5504;
    padding-bottom: 10px;
}
a {
	color: #bc5504	;
	text-decoration: none;
}

#papel_home {
	background: #FFFFFF url('../img/papel.jpg') no-repeat scroll bottom right;
	background-size: cover;
}
#papel_home p {
	margin: 20px 60px 0 20px;;
}
#papel_home p:last-child {
	margin-bottom: 90px;
}

#pag_home md-list md-list-item {
	cursor: pointer;
    min-height: auto;
    padding:10px 0 0;
    border-bottom: 4px solid #bb0101;
}
#pag_home md-list md-list-item:last-child {
	border:none;
}
#pag_home md-list md-list-item:hover {
    background-color: #f1f1f1;
}
#pag_home md-list md-list-item .md-list-item-text {
	margin: 10px 0;
	padding: 0;
}
#pag_home md-list md-list-item h3 {
	color: #e25804;
	font-weight: bold;
	font-size: 28px;
}
#pag_home md-list md-list-item p {
	color: #000000;
	font-weight: bold;
}

.md-button {
	/*font-family: "Raleway", sans-serif;*/
	font-weight: bold;
	border-radius: 3px;
	line-height: 26px;
}
.md-button span {
	white-space: normal;
}

.btn-carteirinha { 
	margin: 10px auto;
	padding: 10px 10px 0;
}


.links-conclui {
	text-align: center;
}
.links-conclui h3, .links-conclui p {
	width: 100%;
	margin-bottom: 10px;
}
.links-conclui #complete-cadastro {
	color: #000;
	background-color: #f9e9e4;
	padding: 7px 10px;
	margin: 10px auto;
	display: inline-block;
	font-size: 16px;
}
.links-conclui #complete-cadastro:hover {
	color:#bc5504;
}

.links-conclui .imagens-social {
	margin-bottom: 45px;
}
.links-conclui .imagens-social a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	margin: 0 5px; 
	color:#333;
}
#content-conclui { 
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
#content-conclui h2 {
	color: #bc5504;
	font-weight: normal;
	margin: 0 auto;
}
#content-conclui h2 img {
	margin: 0 4px -4px;
}


#botoes_conclui {
	margin: 30px auto;
}
#botoes_conclui a {
	font-size: 16px;
}
#botoes_conclui a:hover {
	color:#000000;
	opacity: 0.6;
}

#social_conclui {
	background: #FFFFFF url('../img/papel.jpg') no-repeat scroll bottom right;
	background-size: cover;
	padding: 1px 40px 40px 10px;
}
#social_conclui a:hover img {
	opacity: 0.6;
}
#social_conclui p {
	text-align: left;
	padding: 0 10px;
	max-width: 100%;
}
#social_conclui p span {
	color:#bc5504;
}

.direitos-deveres-text{
	width: 100%;
}

.direitos-deveres-text-bold{
	width: 100%;
	font-weight: bold;
}

.direitos-deveres-item{
	width: 100%;
}

.direitos-deveres-subitem{
	width: 100%;
	padding-left:3em;
}


@media (min-width: 960px) {
	/*.layout-row > .md-padding:nth-child(odd) {
		padding-left: 2px;
	}
	.layout-row > .md-padding:nth-child(even) {
		padding-right: 2px;
	}*/
	/*#inicioFiliacaoForm .layout-gt-sm-row>.flex {
    	height: 420px;
	}*/
}
