
body{
	background-color: #ffffff;
}
.topo-fundo{
			background-image:url('/fotossite/');
		background-repeat: no-repeat;	
		background-position: ;
	}


.descricao{
	height:160px;
	overflow-y:hidden;
}

.texto-primario{

	color:#c21b1b;

}

.texto-primario-hover{

	color:#c21b1b;

}

.texto-primario-hover:hover{

	color:#000000 !important;

	text-decoration: underline;

}

.texto-secundario{

	color:#ffffff !important;

}

.texto-secundario-hover{

	color:#ffffff !important;

}

.texto-secundario-hover:hover{

	color:#c21b1b !important;

	background-color: #ffffff !important;

}

.texto-terciario{

	color:#000000;

}

.titulo-slide{

	font-size: 16pt;

}

.condominio-capa-hover:hover{

    border-left:5px solid #c21b1b;

    border-right:5px solid #c21b1b;

}

.border-top-primaria{

	border-top:1px solid #c21b1b
}




.fundo-primario{

	background-color:#c21b1b;

}

.fundo-primario-hover{

	background-color:#c21b1b;

}

.fundo-primario-hover:hover{

	background-color:#ffffff;

	color:#c21b1b !important;

}



.fundo-secundario{

	background-color:#ffffff;

}



.fundo-terciario{

	background-color:#000000;

}



.fundo-transparente{

	background-color:transparent;

}



.borda-arredondada-primaria{

	border: 1px solid #c21b1b;

	border-radius: 5px;

}




.padding-top{

	padding-top: 20px;

}



.form-control:focus {

  border-color: #c21b1b;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(, .6);

}
.categoria{
	height:50px;
}
.valor{
	font-size:15px;
	text-align:center;
	font-weight:bold;
}