/*Limpar formatações padrão*/
*	{
		margin: 0;
		padding: 0;
	}

@font-face {
	font-family: 'GalanoGrotesqueAltLight';
	src: url('fontes/galano-grotesque-alt-light.otf') format('opentype');
}

body {
	margin-top: 0vh;
	min-height: 90vh;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: sans-serif, 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 0.1vw;
}


.bg-image {
	position:fixed;
	margin-top: auto;
	min-width: 90%;
	/*min-width: 25vh;*/
	height: 126%;
	object-fit: cover; /* Preenche sem distorção */
	z-index: -1;
}

.icone-responsivo  {
	/*width: 100%;*/
	/*height: auto;*/
	float: right;
	width: 2.5vw;
	min-width: 4vh;
	display: inline;
	padding: 1vh;
}

.link-sem-hover {
	/* pointer-events: none;  Desabilita o clique no link */
	color: inherit; /* Mantém a cor do texto */
	text-decoration: none; /* Remove o sublinhado */	
}
.link-sem-hover:hover {
	color: inherit; /* Mantém a cor do texto ao passar o mouse */
	background-color: transparent; /* Remove o fundo ao passar o mouse */
	cursor: default; /* Mantém o cursor padrão */
}

/*
#resolucao {      NÃO APAGAR: JUNTO COM A DIV E O SCRIPT NO HTML MOSTRA A RESOLUÇÃO DA TELA
	position: relative;
	top: 100px;
	left: 20px;
	width: 150px;
	height: 150px;
	background: #555;
	color: #fff;
	padding: 5px 10px;
	font-family: 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 30px;
	border-radius: 5px;
	z-index: 2000;
}
*/

/* ======================== media queries =========================*/


/* ======================== 1111111111111 =========================*/

@media screen and (max-width: 575.98px) { /* Configura para telas ATÉ 575px */

	.bg-image {
		position:fixed;
		margin-top: auto;
		min-width: 90%;
		/*min-width: 25vh;*/
		height: 100%;
		object-fit: cover; /* Preenche sem distorção */
		z-index: -1;
	}

	.container {
		display: flex;
		flex-direction: column; /* Coloca uma em baixo da outra */
		align-items: center;    /* Centraliza horizontalmente */
		height: 80vh;
		width: 96%;
		/*justify-content: center; /*Opcional: Centraliza verticalmente também  */
		padding-top: 0px;
		margin-top: 0px;
		/*margin-bottom: 30px;*/
		margin-bottom: 1vh;
		/*border: 8px solid rgb(0, 0, 255);*/
	}

	.box1 {
		display: inline;
		/*width: ;*/
		height: 23vh;
		padding-top: 0vw;
		background-color: transparent;
		justify-content: center;
		margin-left: 52vw;
		margin-bottom: 1vw;
		/*border: 1px solid red;*/
	}
	.imagem-logo {
		position: relative;
		margin-top: 2vh;
		padding: 0px;
		height: auto;
		width: 25vh;
	}

	.box2 {
		text-align: center;
		margin-left: 52vw;
		letter-spacing: 1vh;
		color: aliceblue;
		width: 25vh;
		height: 50px;
		/*font-family: 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;*/
		font-family: Helvetica, sans-serif;
		font-size: 1.2vh;
		text-shadow: 3px 3px 4px rgb(255, 255, 255);
		/*border: 5px solid blue;*/
	}

	.box3 {
		width: 30vh;
		padding-top: 0px;
		padding-left: 0vh;
		padding-right: 0vh;
		align-items: right;
		align-content: right;
		background-color: transparent;
		margin-top: .2vh;
		margin-bottom: .5vh;
		margin-right: 0.5vh;
		float: right;
		/*border: 1px solid rgb(255,255,255);*/
	}
}

/* ======================== 2222222222222 =========================*/

@media (min-width: 576px) { /* aplica formataçõs para telas >576px */ 

	.container {
		display: flex;
		flex-direction: column; /* Coloca uma em baixo da outra */
		align-items: center;    /* Centraliza horizontalmente */
		height: 85vh;
		width: 97%;
		/*justify-content: center; /*Opcional: Centraliza verticalmente também  */
		padding-top: 0px;
		margin: 0px;
		margin-bottom: 1.5vh;
		/*border: 8px solid rgb(0, 0, 255);*/
	}

	.box1 {
		/*display: inline;*/
		height: 23vh;
		padding-top: 0px;
		background-color: transparent;
		justify-content: center;
		margin-left: 35vh;
		margin-bottom: 2vh;
		/*border: 1px solid red;*/
	}
	.imagem-logo {
		position: relative;
		margin-top: 0px;
		padding: 0px;
		height: auto;
		width: 30vh;
	}

	.box2 {
		text-align: center;
		margin-left: 37vh;
		letter-spacing: 1vh;
		color: rgb(255, 255, 255);
		width: 54vh;
		height: 5vh;
		/*font-family: 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;*/
		font-family: Helvetica, sans-serif;
		font-size: 2vh;
		text-shadow: 3px 3px 4px rgb(255, 255, 255);
		/*border: 3px solid red;*/
	}

	.box3 {
		padding-top: 2px;
		padding-left: 2vh;
		padding-right: 5vh;
		text-align: top;
		background-color: transparent;
		margin-top: 2vh;
		margin-bottom: .7vh;
		margin-right: 0.5vh;
		float: right;
		/*border: 1px solid rgb(255,255,255);*/
	}
}

/* ======================== 3333333333333 =========================*/

@media (min-width: 768px) { /* aplica formataçõs para telas >768px */ 

	.bg-image {
		position:fixed;
		margin-top: auto;
		min-width: 100%;
		/*min-width: 25vh;*/
		height: 126%;
		object-fit: cover; /* Preenche sem distorção */
		z-index: -1;
	}

	.container {
		display: flex;
		flex-direction: column; /* Coloca uma em baixo da outra */
		align-items: center;    /* Centraliza horizontalmente */
		height: 85vh;
		width: 98%;
		/*justify-content: center; /*Opcional: Centraliza verticalmente também  */
		padding-top: 0px;
		margin: 0px;
		margin-bottom: 1.5vh;
		/*border: 8px solid rgb(0, 0, 255);*/
	}

	.box1 {
		/*display: inline;*/
		height: 35vh;
		padding-top: 0px;
		background-color: transparent;
		justify-content: center;
		margin-left: 30vh;
		margin-bottom: 16vh;
		/*border: 1px solid red;*/
	}
	.imagem-logo {
		position: relative;
		margin-top: 1vh;
		padding: 0px;
		height: auto;
		width: 40vh;
	}

	.box2 {
		text-align: center;
		margin-left: 30vh;
		letter-spacing: 2vh;
		color: aliceblue;
		width: 54vh;
		height: 5vh;
		/*font-family: 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;*/
		font-family: Helvetica, sans-serif;
		font-size: 3vh;
		text-shadow: 3px 3px 4px rgb(255, 255, 255);
		/*border: 5px solid yellow;*/
	}

	.box3 {
		padding-top: 2px;
		padding-left: 2vh;
		padding-right: 5vh;
		text-align: top;
		background-color: transparent;
		margin-top: 2vh;
		margin-bottom: .7vh;
		margin-right: 0.5vh;
		float: right;
		/*border: 1px solid rgb(255,255,255);*/
	}

}

/* ======================== 4444444444444 =========================*/

@media (min-width: 1200px) { /* aplica formataçõs para telas >1200px */ 

	.bg-image {
		position: fixed;
		margin-top: auto;
		min-width: 100%;
		/*min-width: 25vh;*/
		height: 126%;
		object-fit: cover; /* Preenche sem distorção */
		z-index: -1;
	}

	.container {
		display: flex;
		flex-direction: column; /* Coloca uma em baixo da outra */
		align-items: center;    /* Centraliza horizontalmente */
		height: 80vh;
		width: 99%;
		/*justify-content: center; /*Opcional: Centraliza verticalmente também  */
		padding-top: 0px;
		margin: 0px;
		margin-bottom: 1.5vh;
		/*border: 8px solid rgb(0, 0, 255);*/
	}

	.box1 {
		/*display: flex;*/
		height: 40vh;
		padding-top: 0px;
		background-color: transparent;
		justify-content: center;
		margin-left: 1vh;
		margin-bottom: 11vh;
		/*border: 3px solid violet*/
	}
	.imagem-logo {
		position: relative;
		margin-top: 1vh;
		padding: 0px;
		height: auto;
		width: 60vh;
	}
	.box2 {
		text-align: center;
		margin-left: 1vh;
		letter-spacing: 2.7vh;
		color: aliceblue;
		width: 550px;
		height: 50px;
		/*font-family: 'GalanoGrotesqueAltLight', 'Trebuchet MS', Helvetica, sans-serif;*/
		font-family: Helvetica, sans-serif;
		font-size: 25px;
		text-shadow: 3px 3px 4px rgb(255, 255, 255);
		/*border: 5px solid red;*/
	}
	.box3 {
		padding-top: 15px;
		padding-left: 20vh;
		padding-right: 5vh;
		text-align: top;
		background-color: transparent;
		margin-top: 2vh;
		margin-bottom: .7vh;
		margin-right: 0.5vh;
		float: right;
		/*border: 1px solid rgb(255,255,255);*/
	}

}

/* ======================== fim media queries =========================*/

