@charset "utf-8";
/* CSS Document */
.banner-bg-registros{
	background-image: url(../../imagens/background/banner.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 700px;
	position:relative;
}

h1,h2,h3,h4,h5,h6,p,label{
	margin:0;
	font-size: 18px;
	color: #FFF;
}
.blog h1 {
  font-size: 3em;
  color: #000;
  font-family: 'Exo', sans-serif;
  margin: 0 15px 1em;
}
.sed-in h4{
	font-size:1.5em;
	font-family: 'Exo', sans-serif;
}
.sed-in h4 a{
	color:#000000;
	text-decoration:none;
}
.sed-in h4 a:hover{
	color:#CC9900;
}
.sed-in p{
	color: #939393;
  font-size: 1.1em;
  line-height: 1.7em;
  margin: 0.5em 0 1em;
}
.sed-in ul li a :hover{
	
}
.blog {
	padding: 4em 0;
	margin:4em 0em;	
	border-top:1px solid #EEE;	
}
.blog-top{
	padding:0 0 3em;
}
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 0.4em 1em;
	font-size: 1em;
	color:#fff;
	background-color: #A78B5C;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #916C00;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
  text-decoration: none;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media(max-width:1280px){
.banner-bg-registros {
	min-height: 600px;
}	
}
@media(max-width:1024px){
	.banner-bg-registros {
	min-height: 520px;
	}
}
@media(max-width:768px){
	.banner-bg-registros {
	min-height: 400px;
	}

.top-blog img{
	margin: 0 auto;
}
.sed-in {
  margin-top: 1em;
}
.blog-top {
  padding: 0 0 2em;
}
.blog h1 {
  margin: 0 15px 0.5em;
}
}
@media(max-width:640px){
	.banner-bg-registros {
	min-height: 335px;
	}
	.blog h1 {
  font-size: 2.5em;
}
.blog {
  padding: 3em 0;
}
}
@media(max-width:480px){
	.banner-bg-registros {
		min-height: 270px;
	}
.blog {
  padding: 2em 0;
}
.sed-in h4 {
  font-size: 1.2em;
}
ul.start {
  padding: 1em 0 0;
}
.blog h1 {
  font-size: 2em;
}

}
@media(max-width:320px){
	.banner-bg-registros {
	min-height: 220px;
	}
	.blog h1 {
  font-size: 1.5em;
  margin: 0 0 0.4em;
}
.top-blog ,.sed-in{
  padding: 0;
}
.sed-in h4 {
  font-size: 1em;
}
ul.blog-ic li span {
  color: #000;
  padding: 0.4em 0.2em 0.2em 0;
  display: block;
  font-size: 1em;
  font-weight: 300;
}
.sed-in p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.5em 0 0.7em;
}
}