/* Reset do CSS de async desenvolvimentos*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a{
    text-decoration:none;
    color:#363636;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Fontes*/
@font-face {
	font-family:Montserrat-Regular;
	src: url('../fontes/Montserrat-Regular.ttf');
}
@font-face {
	font-family:Montserrat-Light;
	src: url('../fontes/Montserrat-Light.ttf');
}
@font-face {
	font-family:Montserrat-SemiBold;
	src: url('../fontes/Montserrat-SemiBold.ttf');
}
@font-face {
	font-family:Montserrat-ExtraBold;
	src: url('../fontes/Montserrat-ExtraBold.ttf');
}
@font-face {
	font-family:signoflife;
	src: url('../fontes/ManufacturingConsent-Regular.ttf');
}
@font-face {
	font-family:Barlow-SemiBold;
	src: url('../fontes/BarlowCondensed-SemiBold.ttf');
}
@font-face {
	font-family:cookie;
	src: url('../fontes/Cookie-Regular.ttf');
}
@font-face {
	font-family:Dancing;
	src: url('../fontes/DancingScript-Regular.ttf');
}
/* Main*/
#main{
    width:100%;
    height:auto;
}
.header{
	width:100%;
	height:8rem;
	padding-left:3.40rem;
	padding-top:0.6rem;
	
}
.header img{
	width:26%;
	height:auto;
	opacity:.9;
}
.header img:hover{
	opacity:1;
	cursor:pointer;
}
#acesso{
	width:100vw;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#FFFAFA;
}
.capa{
	width:80%;
	width:26rem;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:transparent;
}
.front{
	width:100%;
	height:auto;
	
}
.front h1{
	font-family:Barlow-SemiBold;
	font-size:2rem;
	color:#cccccc;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
}
.front h1:hover{
	cursor:pointer;
	color:#FF4500;
}
.capa h2 a{
	font-family:Barlow-SemiBold;
	font-size:1.4rem;
	color:#939393;
	text-align:center;	
	text-transform:uppercase;
}
.capa h2 a:hover{
	cursor:pointer;
	color:#B8860B;
}
.abertura{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:46rem;
	position:relative;
	overflow:hidden;
	background-color:transparent;
	
}
.abertura::after {
	content: '';   
    width: 100%;
    height: 46rem;
    top: 0px;
    left: 0px;
	
    z-index: 0;
}
.bg_video{			
			right: 0; 
			bottom: 0;
			min-width: 100%; 
			min-height: 100%;			 
			z-index: -1000;
			width:auto;
			height:auto;
			background-size:cover;
			
		}

.titulo{
	display:flex;
			flex-direction:column;
			justify-content:center;
			align-items:right;
			background:transparent;
			top:8rem;
			left:0;
			width:100%;
			height:46rem;			
			overflow:hidden;
			position:absolute;
}
.h1{
	width:90%;
	height:14rem;
	margin:auto;
	background-color:transparent;
}

.h1 h1{
	font-family:cookie;
	font-size:8rem;
	color:#eeeeee;
	text-align:right;
	text-shadow:1px 1px 1px #000;
	
	
}
.h1 h1:hover{
	cursor:pointer;
	color:#FF4500;
}
.corpo{
	width:100%;
	height:82rem;
	background-color:#eee;
	margin-top:2rem;
	padding-top:4rem;
	padding-bottom:4rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}
.corpo h2{
	font-family:Montserrat-Regular;
	font-size:2.2rem;
	color:#A9A9A9;
	text-align:center;	
	text-shadow:1px 1px 1px #000;
}
.corpo h2:hover{
	cursor:pointer;
	color:#FF4500;	
}
.corpo p{
	width:70%;
	margin:auto;
	font-family:Dancing;
	font-size:1.8rem;
	color:#363636;		
	text-align:justify;	
	text-indent:4rem;	
}
.movimento-box{
    width:100%;
    height:42rem;
    display:flex;
    flex-direction:rows;
    justify-content:start;
    align-items:center;
    background-color:#FFFAFA;
	position:relative;
}
.movimento{
	width:100%;
	height:42rem;
	margin-top:2rem;
	margin-bottom:2rem;    
	background-image:url('../imagens/cidade.jpg');
	background-repeat:repeat-x;
	background-size:cover;
	background-position:center;
	position:absolute;
	animation: cidade 80s linear infinite;
	
}
@keyframes cidade {
	from { background-position: 1280px 0;}
	to {background-position: -2100px 0;}
	/*from { background-position: 5550px 0;}
	to {background-position: -2100px 0;}*/
}
.movimento::before{
	content: "";
	position:absolute;
	top:0;
	right:0;	
	width:100%;
	height:100%;
	/*background-color:rgba(142, 174, 212,0.4);*/
	background-image:url('../imagens/sentados.png');
	background-repeat:no-repeat;
	background-size:cover;
	/*background-position:bottom;*/
	z-index:0;			
}
.contato{
	width:70%;
	height:42rem;
	margin:auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:left;
}
.contato h2{
	font-family:Montserrat-SemiBold;
	font-size:2.8rem;
	color:#A9A9A9;
	text-align:center;	
	text-shadow:1px 1px 1px #000;
}
.contato h2:hover{
	cursor:pointer;
	color:#FF4500;	
}
.contato p{
	
	font-family:Montserrat-Regular;
	font-size:1.6rem;
	color:#363636;		
	text-align:left;	
}
.contato p a{
	font-size:2.2rem;
}
.contato p a:hover{
	cursor:pointer;
	color:#FF4500;	
}
button{
	width:20rem;
	height:2.2rem;
	background-color:green;
	font-family:Montserrat-Regular;
	font-size:1.3rem;
	color:#fff;
	border:none;
	border-radius:1.1rem;
}
button:hover{
	cursor:pointer;
	background-color:#FF4500;	
}
.espaco{
	width:100%;
	height:7rem;
}
.footer{	
	width:100%;
	height:10vh;
	margin-top:1vh;
	margin-bottom:2vh;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;	
}
.footer p{
	font-family:Montserrat-Light;
	font-size:1rem;
	color:#939393;
	
}
.footer p > span:hover{	
	color:#FF4500;
}
/*Mensagem em JS*/
/* Estilização para o elemento principal (onde você passa o mouse) */
#elemento-principal {
  position: relative; /* Importante: define este elemento como o ponto de referência para o balão */
  width: 100%;
  height:26rem;  
  background-color: transparent;
  border: none;
  text-align: center;
}

/* Estilização e controle de visibilidade para o balão */
#balao-mensagem {
  /* Posição do balão: absoluta ao #elemento-principal */
  position: absolute;
  top:0;
  bottom:100%; /* Coloca o balão acima do elemento principal */
  left:50%;
  transform: translateX(-50%); /* Centraliza o balão horizontalmente */
  
  /* Estilos do balão */
  font-family:Barlow-SemiBold;
  background-color:transparent;
  color: #FF4500;
  font-size:3rem; 
  white-space: nowrap; /* Impede a quebra de linha */
  z-index: 10;
  
  /* Esconde o balão por padrão. O JS mudará isso. */
  display: none;
  
  /* Estilo opcional para um pequeno "triângulo" na parte de baixo do balão */
  /* Utilize um pseudo-elemento como o ::after para criar a seta */
}
