@charset "utf-8";
/* CSS Document */

body{
	font-size: 16px;
	padding-top: 200px;
}

.alinhamento{
	padding-left: 15px;
	padding-right: 15px;
}

.cabecalho{
	padding-top: 50px;
}

h2{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #ccc;
	padding-left: 10px;
	padding-bottom: 30px;
}

p{
	font-family: ‘Arial, Helvetica, sans-serif’;
	font-size: 15px;
	color: #777777;
	line-height:50px;
    	font-weight: lighter;
	letter-spacing: 2px;
	text-align: justify;


}

form{
padding-left: 10px;	
padding-bottom: 30px;
}

.navbarmenu{
	background-color:#fff;
}

.menu a{
	font-family: ‘Arial, Helvetica, sans-serif’;
	font-size: 15px;
	color: #000000;
	font-weight:lighter;
  	letter-spacing: 2px;
}

.menu a:hover{
	color: #6D6D6D;
	text-decoration: underline;
}

.espacotop{
	padding-top: 20px;
}

iframe{
	border: 10px solid black;
}

footer{
	margin-top: 90px;
	margin-bottom: 50px;
}

footer a{
	padding-left: 4px;
	padding-right: 4px;
}

.retangulo{
	padding-top: 10px;
}

.alinhamentosection{
	padding-top: 50px;
}


.pesquisa {
	background-color: #696969;
	color:#fff;
}

.grid-photo {
  position: relative;
  width: 250px;
  height:143px;
  float: left;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
 
}
.grid-photo .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}
.grid-photo .desc h4 {
  color: white;
  text-decoration: none;
  padding-top: 15px;
}
.grid-photo .desc span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.grid-photo:hover .desc, .grid-photo:focus .desc {
  opacity: 1;
}

.thumbnail{
	border-radius: 0px;
}

.btn{
	background-color:#000;
	color:#fff;
}

.btn:hover{
	background-color:#ccc;
	color:#000;
}

@media (max-width: 750px) { 

	body{
		padding-top: 0px;
	}

	.menuresponsivo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	.menuresponsivo a:hover{
	text-decoration: none;
	}

	.menu {
		text-align: center;
		margin-top: 80px;
	}

	.menu ul li{
		text-align: center;
		margin: 0 auto;
	}

	.cabecalho{
		padding-top: 15px;
		text-align: center;
	}

	.alinhamentosection{
		padding-top: 10px;
	}

	.youtube{
		width: 100%;
	}

	.sobrenos{
		text-align: justify;
	}
}

@media (min-width: 760px) and (max-width: 920px) { 
	.grid-photo {
	  position: relative;
	  width: 190px;
	  height:143px;
	  background-size: cover;
	  background-position: center center;
	  overflow: hidden;
	 
	}

	.videos{
		padding-left: 0px;
	}
}









