li1 {
	list-style-type: disc !important;
	list-style-position: inside !important;
}

strong {
	font-weight: bold;
}
h1{
	font-size: 22px;
	font-weight: bold;
}

h2{
	font-size: 20px;
	font-weight: bold;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

h4{
	font-size: 16px;
	font-weight: bold;
}

h5{
	font-size: 15px;
	font-weight: bold;
}

.cartao{
	height: 340px;
}

.cartaopq{
	height: 160px;
}


.barramargintopo{

	margin-top: 50px;

}
.barramarginbottom{

	margin-bottom: 50px;

}

.barramargintopo2{	margin-top: 25px;}

.barramargintopo3{
	margin-top: 40px;
}


p a:hover{
	color: green;
}
p a{
	color: black;
}

body{
font-family: 'Raleway', sans-serif;
font-size: 13px;
}

.liclass{	display: inline-block;}

.color{
	color:green;
}

.toposimples{
	top: 15px;
}

.chip a {
	color: white;
	font-weight: bold;
	font-size: 10px;
}

a {
	color: green;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	text-decoration: underline;
}

.geral a {
	padding: 0 !important;
	text-decoration: none;
}
.geral a:hover {
	color: #000;
}
.geral img {
	border: 1px solid #000;
}

a:hover {
	color: #ccc;
}

.menu {
	color: white;	
	font-weight: bold;
	background-color: transparent !important;	
	border-radius: 0 !important;
	border: 0 !important;
}


li:hover{
	background-color: white;
}

.menu a:hover{

	color:green;
}
.negrito{

	font-weight:bold;
}
.teste{

	margin-top: 0px;
}


.tamanho{

	font-size: 30px;
}

.marginsimples{

	margin-left: 3%;
}

.foto1{
	margin-top: 50px;
	border-radius: 3px;
}


.foto2{
	margin-top: 50px;
	border-radius: 3px;
	position: absolute;
	height: 100px;
	width: 100px;

}

.imovdesta{

	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
}

    .subtitulo1 {
      font-size: 1.2rem;
      color: green;

      display: block;
      padding: 0.5rem 0.5rem; }      



.FundoVerde{
	background-color: #008001;
}

.LetraBranca{
	color: #fff;
}