.espaco-topo{
	margin-top: 51px;
	color:#fff;
}

.espaco-servicos{
	margin-top: 55px;
}

.espaco-artigo{
	margin-top: 55px;
	background-color: #f1f1f4;
}

.espaco-artigo-titulo{
	text-align: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.espaco-inscreva{
	text-align: center;	
	margin-top: 55px;
	margin-bottom: 55px;
}
.espaco-inscreva p{
	font-size: 23px;
	margin-bottom: 20px;
}

.espaco-rodape{
	background-color:#B22222; /* #334d5c; */
	color: #fff;
}

.espaco-contato{
	margin-top: 51px;
}
.pag-servicos{
	margin-top: 51px;
	margin-bottom: 51px;
}
.pag-blog{
	margin-top: 101px;
	margin-bottom: 51px;
}

.pag-blog{	
	margin-top: 101px;
	margin-bottom: 51px;
}

.inferior{   
   background-color: #0f0;
   text-align: center;
}

.linha_botton {
    background-color: #f1f1f4; 
	padding:5px; 
	margin:2px; 
	border-bottom-color: 1px #999 solid;
}

.tamanhodiv {
	padding: 5px; 
	margin: 2px; 
	border: 1px #999 solid; 
	height: 360px;
}
.posicionboton {
	position: absolute;										 
	bottom: 10px;
	margin-left: 50%;
	margin-bottom: 5px;
}

#centro {
	align: center;
}

/*
#bordas {
    background-color: #f1f1f4; 
	padding:5px; 
	margin:2px; 
	border: 1px #999 solid;
}
*/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    p{
        font-size: 10px;
    }
	.tamanhodiv {
		padding:5px; 
		margin:2px; 
		border: 1px #999 solid; 
		height: auto;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    p{
        font-size: 12px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    p{
        font-size: 14px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    p{
        font-size: 9px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    p{
        font-size: 7px;
    }
	.tamanhodiv {
		padding: 5px; 
		margin: 2px; 
		border: 1px #999 solid; 
		height: 360px;
	}
	.posicionboton {
		position: absolute;										 
		bottom: 10px;
		margin-left: 50%;
		margin-bottom: 5px;
	}
}

