/*
* autor: Luis Reis
*
*/
/* -------------------- LAYOUT ---------------------- */
html, body, .capa{
	height: 100%;
}
body{
  	background: url('imagens/site/fundo5.jpg'), no-repeat;
	background-attachment: fixed; 
	/*font-family: Helvetica,Arial,sans-serif;  */
	font-family: Arial,Verdana,sans-serif;
	/*overflow-y: hidden; */  /* isto é para não aparecer a barra de deslocamento */
}

/* -- Barra de Navegação -- */
.img-logo{
	height: 85px;
	width: 150px;
	display: block;
	background: url('imagens/site/logotipo2.jpg') no-repeat;  
	background-size: contain;
	color: transparent;
}
.img-logo-aelc{
	height: 85px;
	width: 150px;
	display: block;
	background: url('imagens/site/logo_aelc.jpg') no-repeat;  
	background-size: contain;
	color: transparent;
}

nav.navbar-ssmg{
	padding: 5px 0px;
	background: white;
	border: none;
}

.navbar-brand{
	padding: 0px;
	padding-top: 0px;
}

.divisor{
	width: 1px;
	height: 20px;
	background: #333;
	margin: 25px 2px 5px 2px;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #faa619;
}

.logo-letras1{
	margin: 2px 0px 0px -25px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #faa619;
	width: 215px;
	height: 37px;
	text-align: right;
	
	
}
.logo-letras2{
	margin: 0px 0px 0px -25px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #faa619;
	width: 215px;
	height: 37px;
	text-align: right;
	
}
/* ------- VARIAÇÃO CONFORME TAMANHO DO ECRAN-------- */
/* responsive text queries */
@media screen and (max-width: 992px) {
	p,.btn,.btn-lr,input,div,span,h4, a {
		font-size: 95%;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px; 
	}
	h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	p,.btn,.btn-lr,input,div,span,h4, a {
		font-size: 90%;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px; 
	}
	h3 {
		font-size: 16px;
	}
}
.barra-cor{
	background: #e2e2e2;
	height: 95px;        /* se alterar aqui, alterar também o margin-top da .capa estava 70 */
}
/* ---------------- IMAGEM DE CAPA ------------------ */
.capa{
	display: table;
	width: 100%;
	margin-top: 95px; /* está dependente do height da barra-cor */
}

.texto-capa{
	text-align: left;
	color: black;
	/*display: table-cell;  */
	/*vertical-align: middle;  */
	/*margin-bottom: 5px; */
	
}
.label_mg{
	margin-bottom: 1px;
	margin-top: 3px;
	font-size: 12px;
}
.fonte_12{
	font-size: 12px;
}
.letra_cabec{
	width: 100%;
	/* height: 30px;  */
	text-align: center;
	/* font-size: 20px;  */
	color: #a0a0c9;
	font-style: italic;
	/* font-family: "Times New Roman", Arial, sans-serif; */
}

/* -------------   Galeria de destaques ------------ */
div.gallery {
	margin-right: 5px;
	margin-bottom: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 174px;
    height: 180px;
}

div.gallery:hover {
     border: 1px solid #777;
}

 div.gallery img {
     width: 100%;
     height: auto;
}
/* -------------   Galeria de Páginas ------------ */
div.paginas {
	margin-right: 5px;
	margin-bottom: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 234px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.padding_div0 {
	padding-left: 0px;
}

/* ------------------   Botões --------------------- */
.btn-costum{
	/* color: black; */
	/* border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px; */
	margin: -11px 0px 0px 0px; 
	transition: background 0.4s, color 0.4s;  
	text-transform: uppercase; 
	/* text-align: center; */
	height: 50px; 
	border: 1px solid blue;   
}
.menu-ssmg{
	/* background: #e2e2e2;  */
	background: white;
	color: #faa619;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-weight: bold; */
	text-transform: uppercase;
	margin: 0px 0px 0px 0px; 
}
.menu-ssmg:hover{
	/* background: #e2e2e2;   */
	background: white;
	color: #faa619;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-weight: bold; */
	text-transform: uppercase;
	margin: 0px 0px 0px 0px; 
}
.fundo-lr{
  color: #faa619;
  background-color: #fff;
  border-color: #ccc;
/*  font-size: 30px;  */
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-lr{
  /* color: #faa619; */
  color: #337AB7;
  /* background-color: #fff; */
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  border-color: #ffffff;
  font-size: 140%;  
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-lr:hover{
  color: #faa619;
  background-color: #e6e6e6;
  border-color: #adadad;
  /* font-size: 22px; */
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-lr1{
  /* color: #faa619; */
  color: #337AB7;
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  border-color: #ffffff;
  font-size: 140%;  
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}
.btn-lr1:hover{
  color: #faa619;
  background-color: #e6e6e6;
  border-color: #adadad;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}
.cabecalho{
  /* color: #faa619; */
  color: #337AB7;
  /* background-color: #fff; */
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}

.btn-branco{
	border: 2px solid white;
}
.btn-branco:hover{
	background-color: white;
	color: black;

}

/* -------------------- Tipografia ------------------ */
h1{
	font-size: 100px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 50px;
}

.borda-cinza{
	border: 1px solid #848484;
}
.borda-preta{
	border: 1px solid black;
	background: white;
}
.borda-cinza-form{
	border: 1px solid #CCC;
	height: 30px; 
	padding: 5px 10px; 
	font-size: 12px; 
	line-height: 1.5; 
	border-radius: 3px;
}
.borda-cinza-text{
	border: 1px solid #bdbdbd;
	
	font-size: 12px; 
	
	border-radius: 3px;
}
.borda_red{
	border: 1px solid red;
}
.cinza{
	color: #878787;
}
.letras_laranjas{
	color: #faa619;
}
.letras_azul{
	color: blue;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.destaques{
	background: #faa619;
	color: white;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.logo_fundo{
  	background: url('imagens/site/ssmg3.png');
}
/*******************************************************************/
/* ---- Animações ---- */

/* Criar animação */
@keyframes nome-animacao{
	/* estado inicial */
		from{
			top:0;
		}
	/* estado final */
		to{
			top: -200px;
		}
}
.destaques1{
	/* border: 0px solid blue; */
	background-color: white;
	position: relative;
	z-index: 2;
}
.destaques2{
	/* border: 0px solid blue; */
	position: relative;
	z-index: 1;
}
#container_animacao{
	border: 0px solid blue;
	position: relative;
	z-index: 1;
}
#box-animacao{
	/* width: 200px;
	height: 100%;  */
	border: 1px solid #e2e2e2;
	position: relative;
	animation-name: nome-animacao;
	animation-duration: 15s;
	/* animation-delay: 0s; */
	animation-iteration-count: 300;
	animation-direction: alternate;
	padding-bottom: 5px;
	/* background-position: center;  */
	align-items: center;
	position: relative;
	z-index: 1;
}

/* -------------------- Estas border são só para testes  ------------------ */
.borda{
	border: 0px solid blue;
}
.borda2{
	border: 0px solid red;
}
.borda_fix{
	/* border: 2px solid #faa619; */
	border: 2px solid #ffffff;
/*	background: white; */
	/* background: #787D81; */
  /* background: #E4BF8B; */
}
.borda3{
	border: 0px solid green;
}
.borda4{
	border: 0px solid blue;
}
