/*
* autor: Luis Reis
*
*/
/* -------------------- LAYOUT ---------------------- */
/*html, body, .capa{
	height: 100%;
}
html, body{
  	background-image: url('imagens/site/Algarve-praia.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; * cobre toda a tela *
    background-position: center center;
    font-family: Arial, Verdana, sans-serif;
    padding-top: 65px; * espaço para a barra *
} */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('imagens/site/Algarve-praia.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    font-family: Arial, Verdana, sans-serif;
}

.capa {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('imagens/site/Algarve-praia.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  min-height: 100vh;
  padding-top: 65px; /* espaço para a barra */
  box-sizing: border-box; /* garante que o padding não aumenta o height */
}

.texto-capa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
/* -------------------------------------------------------------------------- */
/* -- Barra de Navegação                                                      */
/* -------------------------------------------------------------------------- */
.barra-cor{
	background: #e2e2e2;
	height: 65px;        /* se alterar aqui, alterar também o margin-top da .capa estava 70 */
	/*line-height: 65px;     ** centraliza verticalmente texto/links inline */	
}

.img-logo{
	height: 50px; /* menor altura para caber na barra */
	width: 150px;
	display: block;
	background: url('imagens/site/logotipo2.jpg') no-repeat;  
	background-size: contain;
	color: transparent;   
}

.navbar-nav img {
    height: 50px;   /* altura desejada para caber na barra */
    width: auto;    /* mantém proporção */
    /*margin: 15px 5px; /* ajusta margem se necessário */
    vertical-align: middle;
}


.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;
	}
}

/* ---------------- 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-weight: bold;
  margin-bottom: 5px;
}
.fundo-lr1{
  color: black;
  background-color: #fff;
  border-color: #ccc;
  margin-bottom: 5px;
}
.btn-lr{
  color: #fff; 
  /*color: #337AB7; */
  /* background-color: #fff; */
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  border-color: #ffffff;
  font-size: 140%;  
  font-weight: bold;
  margin-bottom: 5px;

  position: relative;
  z-index: 10;
}
.btn-lr:hover{
  /* color: #faa619; */
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
  /* font-size: 22px; */
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-lr1{
	color: #fff;
  /* 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: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
  font-weight: bold;
  margin: 5px 0px 5px 0px;

}.btn-letra-branca {
  color: #fff;
  /* background-color: #fff; */
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  border-color: #ffffff;
  font-size: 140%;  
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-letra-branca:hover{
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
  /* font-size: 22px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.cabecalho{
  color: #fff; 
  /* color: #337AB7; */
  /* background-color: #fff; */
  /* background-color: #787D81; */
  /* background-color: #E4BF8B; */
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.centro {
  text-align: center;       /* centra o texto */
  color: white;             /* texto branco */
  font-size: 56px;          /* letras grandes */
  font-weight: bold;        /* negrito opcional */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* sombra suave para melhor contraste */
}
.centro1 {
  text-align: center;       /* centra o texto */
  color: white;             /* texto branco */
  font-size: 32px;          /* letras grandes */
  font-weight: bold;        /* negrito opcional */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* sombra suave para melhor contraste */
}
.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;
}
/* -------------------- Indicações chatGPT  ------------------ */
.dropdown-menu {
	color: #fff;
  background-color: transparent; /* cor do fundo do dropdown */
  border: none;               /* remove borda se quiser */
  box-shadow: none;             /* remove sombra */
  margin-left: 65px;            /* desloca um pouco para a direita */
  /* min-width: 200px;             ** opcional, ajusta largura */
}

.dropdown-menu > li > a {
  background-color: transparent; /* cor inicial do link */
  color: #fff;               /* cor do texto */
  text-align: left;
}

.dropdown-menu > li > a:hover {
  background-color: #e6e6e6; /* hover mais claro */ 
  /* background-color: #d0d0d0; ** hover mais claro */
  color: black;
}