* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

img,
video,
svg {
	display: block;
	width: 100%;
	height: auto;
}

:root {
	--azulescuro: #09004D;
	--azulclaro: #7BC2F7;
	--roxo: #73185F;
	--roza: #FF276E;
	--vermelho: #EF052A;
	--laranja: #FB5A1C;
	--amarelo: #FED047;
	--verde: #1EA134;
	--verdefotter: #154e1e76;
	--castanho: #8B4A15;
	--branco: #FCF9F0;
	--cinzento: #908A78;
	--preto: #100413;

}


.banda {
	width: 100%;
}

.relativo {
	position: relative;
}



.azulescuro {
	background-color: var(--branco);

}

.roxo {
	background-color: var(--roxo);
}

.branco {
	background-color: var(--branco);
}

.max {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.max2000 {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.grelha {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 24px;
}




@font-face {
	font-family: formiga-medium;
	src: url(tipos_fonts/formiga/60810.otf);
	font-weight: normal;
}


@font-face {
	font-family: formiga-bold;
	src: url(tipos_fonts/formiga/60812.otf);
	font-weight: bold;
}


@font-face {
	font-family: formiga-light;
	src: url(tipos_fonts/formiga/60815.otf);
	font-weight: 100;
}



@font-face {
	font-family: opensans;
	src: url(tipos_fonts/open_sans/OpenSans-VariableFont_wdth\,wght.ttf);
}

h1 {
	font-family: formiga-light;
	font-size: 128px;
	line-height: 80px;
	color: var(--branco);
	text-align: left;
}

h2 {
	font-family: formiga-medium;
	font-size: 32px;
	line-height: 44px;
	color: var(--branco);
	margin-bottom: 35px;
	text-align: left;
}

h3 {
	font-family: opensans;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: var(--branco);
	margin-bottom: 35px;
	text-align: left;
}

h5 {
	font-family: opensans;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: var(--branco);
	text-align: left;
	margin-bottom: 20px;
}

h6 {
	font-family: opensans;
	font-size: 14px;
	font-weight: 500;
	line-height: 29px;
	color: var(--branco);
	text-align: left;
	margin-bottom: 40px;
}


p {
	font-family: opensans;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: var(--branco);
	margin-bottom: 25px;
	text-align: left;
}

body {
	background-color: var(--azulescuro);
}


.destaquebranco {
	font-weight: 700;
}

.destaquepreto {
	color: var(--preto);
}

.destaquepretobold {
	color: var(--preto);
	font-weight: 700;
}

.inputs {
	border: 2px solid var(--branco);
	background-color: transparent;
	border-radius: 10px;
	padding: 15px;
	font-family: opensans;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: var(--branco);
	text-align: left;

}



#header {
	margin-top: 30px;
	display: grid;
}


#logoheader1 {
	grid-column: 1 / 5;
	width: 200px;
	margin-left: 24px;
	align-self: center;
	display: block;
}


#hamburgermenu {
	display: none;
}

.visible {
	display: none !important;
}


#close {
	display: none;
}



#navmobile {
	margin-top: 150px;
	grid-column: 2/12;
}



#navmobile a {
	text-decoration: none;
	color: var(--branco);
	text-align: center;
	margin-bottom: 50px;
	display: block;
	font-family: opensans;
	font-size: 18px;
	font-weight: 600;
}



nav {
	grid-column: -1 / -9;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}

nav a {
	color: var(--branco);
	text-decoration: none;
	font-family: opensans;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 24px;
	position: relative;
}

nav a:hover {
	color: var(--amarelo);
	cursor: pointer;
}

.menuflex {
	height: 100vh !important;
}


#menumobile {
	width: 100%;
	height: 0;
	z-index: 10000;
	position: fixed;
	transition: height .5s;
	top: 100px;
	overflow: hidden;
	background-color: var(--azulescuro);
}

#navmobile {
	margin-top: 150px;
	grid-column: 1/13;
	grid-row: 1;
	z-index: 100;
}


#menumobile img {
	grid-row: 1;
	grid-column: 1/13;
}


#navmobile a {
	text-decoration: none;
	color: var(--branco);
	text-align: center;
	margin-bottom: 50px;
	display: block;
	font-family: opensans;
	font-size: 18px;
	font-weight: 600;
}

#navmobile a:hover {
	color: var(--amarelo);
	cursor: pointer;
}

#composicaotradicoes {
	margin-top: 700px;
	grid-column: 1/13;
	grid-row: 2/5;
	z-index: -100;
	position: relative;
	top: 100px;
}

#composicaotradicoesbg {
	grid-column: 1/13;
	grid-row: 2/5;
	z-index: -10000000;
}

#composicaotradicoesbg2 {
	display: none;
}

#tradtitle {
	text-align: center;
	grid-column: 1/13;
	align-self: center;
	grid-row: 2/3;
	margin-top: 400px;
}



#txtcenter {
	display: grid;
	column-gap: 24px;
	grid-template-columns: repeat(12, 1fr);
	grid-column: 1 / 13;
}

#txtcenter h2 {
	grid-column: 4 / 10;
	grid-row: 2;
	text-align: center;
}

#m1 {
	grid-column: 2 / 5;
	grid-row: 1;
	position: relative;
	top: 70px;
	animation: martelo1 2s infinite;
	transform-origin: bottom center;
}

#m2 {
	grid-column: 9 / 12;
	grid-row: 1;
	position: relative;
	top: 70px;
	animation: martelo2 2s infinite;
	transform-origin: bottom center;
}

@keyframes martelo1 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(25deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes martelo2 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-25deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

#txt1 {
	grid-column: 1 / 13;
	grid-row: 2;
	display: grid;
	column-gap: 24px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto auto 1fr;
	margin-top: 200px;
}

#txt1 h2 {
	grid-column: 1 / 6;
}

#txt1 p {
	grid-column: 1 / 6;
}

#txt1 img {
	grid-column: 7/ 13;
	grid-row: 2/5;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}



#txt2 {
	grid-column: 1 / 13;
	grid-row: 6;
	border-radius: 10px;
	display: grid;
	column-gap: 24px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto auto 1fr;
	margin-top: 200px;
}

#txt2 h2 {
	grid-column: 7 / 13;
}

#txt2 p {
	grid-column: 7 / 12;
}

#txt2 img {
	grid-column: 1/ 6;
	grid-row: 2/5;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}

#imgs_tradicoes_martelo {
	grid-column: 1/13;
	grid-row: 7;
	display: grid;
	column-gap: 24px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto auto 1fr;
	border-radius: 10px;
	margin-top: 150px;
	margin-bottom: 100px;

}

#imgs_tradicoes_martelo img:nth-child(1) {
	grid-column: 1 / 9;
	grid-row: 1/3;
	border-radius: 10px;
	margin-bottom: 24px;

	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}

#imgs_tradicoes_martelo img:nth-child(2) {
	grid-column: 9 / 13;
	grid-row: 1;
	border-radius: 10px;
	margin-bottom: 24px;

	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}

#imgs_tradicoes_martelo img:nth-child(3) {
	grid-column: 1 / 9;
	grid-row: 3;
	border-radius: 10px;
	margin-bottom: 24px;

	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}

#imgs_tradicoes_martelo img:nth-child(4) {
	grid-column: 9 / 13;
	grid-row: 2/4;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(40px) scale(0.95);
	animation: popUp linear forwards;
	animation-timeline: view();
	animation-range: entry 25% entry 100%;
}


#imgs_tradicoes_martelo img:nth-child(5) {
	display: none;
}

@keyframes popUp {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

#more_trad {
	grid-column: 1/13;
	text-align: center;
	margin-top: 200px;
}


.mais_tradicoes {
	grid-column: auto/ span 4;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 100px;
	margin-bottom: 250px;
	background-color: var(--branco);
	text-decoration: none;
}



.mais_tradicoes h3 {
	grid-column: auto/ span 4;
	color: var(--roxo);
	margin-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.mais_tradicoes:hover {
	transform: scale(1.03);
	cursor: pointer;

}

footer {
	display: grid;
	grid-template-rows: 65% auto 5%;
}

#fotterbackground {
	background-image: url(imgs/fotter.svg);
	background-repeat: no-repeat;
	background-size: 1600px;
	background-position: center top;
	height: 1000px;
}

#verdeescuro {
	background-color: var(--verdefotter);
	border-radius: 70px;
	grid-column: 1;
	grid-row: 2;
	z-index: 10;
}

#footermangerico {
	grid-column: 1;
	grid-row: 1/4;
	display: none;
}

#footermangerico973 {
	display: none;
}

#footermangerico835 {
	display: none;
}

#footermangerico642 {
	display: none;
}

#footermangerico445 {
	display: none;
}


#footermangericofinal {
	display: none;
}



#logofooter {
	grid-column: 1/13;
	grid-row: 1;
	width: 250px;
	margin-top: 45px;
	margin-bottom: 45px;
	justify-self: center;
}

footer .container {
	grid-area: auto/span 3;
	padding-left: 24px;
}

footer a {
	text-decoration: none;
}


#socials {
	display: flex;
	justify-content: space-between;
}

#socials a {
	width: 30px;
	height: 30px;
}


#socials a img {
	transition: transform 0.3s ease;
}

#socials a:hover img {
	transform: scale(1.2);
	cursor: pointer;
}


#separador {
	border-top: 3px solid var(--branco);
	grid-column: 1/13;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 20px;
}


#cameramdporto {
	grid-column: 1 / 8;
	padding-left: 24px;
	;
}

#desenvolvidopormap {
	grid-column: 8 / 13;
	text-align: right;
	padding-right: 24px;
}



#botaodesaltar1 {
	position: fixed;
	right: 10px;
	bottom: 70px;
	z-index: 1000000000000;
	width: 70px;
	height: 70px;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: none;

}

#botaodesaltar1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity 0.4s ease;
}

.img-default {
	opacity: 1;
}

.img-hover {
	opacity: 0;
}

#botaodesaltar1:hover {
	transform: scale(1.2);
}


#botaodesaltar1:hover .img-default {
	opacity: 0;
}

#botaodesaltar1:hover .img-hover {
	opacity: 1;
}

#botaodesaltar1.active .img-default {
	opacity: 0;
}

#botaodesaltar1.active .img-hover {
	opacity: 1;
}


.mostrar_balao {
	display: block !important;
}



/* ------------------- RESPONSIVE -------------------- */



@media only screen and (max-width: 1200px) {

	h2 {
		padding-left: 24px;
		padding-right: 24px;
	}

	p {
		padding-left: 24px;
		padding-right: 24px;
	}

	footer {
		grid-template-rows: 30% auto 5%;
	}

	#fotterbackground {
		background-image: none;
		height: auto;

	}


	#footermangerico {
		display: block;
		grid-column: 1;
		grid-row: 1/4;
	}

}

@media only screen and (max-width: 985px) {

	h1 {
		font-size: 90px;
	}

	h2 {
		font-size: 28px;
		line-height: 42px;
	}

	p {
		font-size: 17px;
		line-height: 27px;

	}

	#composicaotradicoes {
		margin-top: 500px;
		grid-column: 1/13;
		grid-row: 2/5;
		z-index: -100;
		position: relative;
		top: 100px;
	}


	nav a {
		display: none;
	}


	#logoheader1 {
		width: 100%;
		max-width: 160px;
	}

	#hamburgermenu {
		width: 100%;
		max-width: 40px;
		margin-right: 24px;
	}

	#close {
		width: 100%;
		max-width: 64px;
		padding-right: 24px;

	}

	.visible {
		display: block !important;
	}


	#separador {
		margin-top: 30px;
	}

	#txt1 h2 {
		grid-column: 1 / 8;
	}

	#txt1 p {
		grid-column: 1 / 8;
	}

	#txt1 img {
		grid-column: 8/ 13;
		grid-row: 2/5;
	}

	#txt2 h2 {
		grid-column: 5 / 13;
	}

	#txt2 p {
		grid-column: 5 / 12;
	}

	#txt2 img {
		grid-column: 1/ 5;
	}

	#footermangerico {
		display: none;
	}


	footer .container {
		grid-area: auto/span 4;
		padding-right: 24px;
	}


	footer {
		grid-template-rows: 20% auto 5%;
	}

	#footermangerico835 {
		grid-column: 1;
		grid-row: 1/4;
		display: block;
	}

	#footermangerico973 {
		display: none;
	}



	#cameramdporto {
		grid-column: 1 / 13;
		padding-left: 24px;
		padding-right: 24px;
	}

	#desenvolvidopormap {
		grid-column: 1 / 13;
		text-align: left;
		padding-left: 24px;
	}


}

@media only screen and (max-width: 800px) {
	footer .container {
		grid-area: auto/span 5;
		padding-right: 24px;
	}

	#composicaotradicoes {
		margin-top: 400px;

	}

	#tradtitle {
		grid-row: 2/3;
		margin-top: 250px;
	}
}

@media only screen and (max-width: 642px) {

	h1 {
		font-size: 64px;
	}

	h2 {
		padding-right: 24px;
	}

	p {
		padding-right: 24px;
	}

	#tradtitle {
		grid-row: 2/3;
		margin-top: 150px;
	}

	#composicaotradicoes {
		margin-top: 200px;

	}


	#m1 {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	#m2 {
		grid-column: 11 / 13;
		grid-row: 1;
	}

	#txt1 h2 {
		grid-column: 1 / 11;
	}

	#txt1 p {
		grid-column: 1 / 11;
	}

	#txt1 img {
		grid-column: 1/ 13;
		grid-row: 5;
		margin-top: 100px;
		border-radius: 0px;
	}

	#txt2 h2 {
		grid-column: 1 / 11;
	}

	#txt2 p {
		grid-column: 1 / 11;
	}

	#txt2 img {
		grid-column: 1/ 13;
		grid-row: 5;
		margin-top: 100px;
		border-radius: 0px;
	}

	.mais_tradicoes {
		grid-column: auto/ span 13;
		border-radius: 20px;
		overflow: hidden;
		margin-top: 100px;
		margin-bottom: 50px;
		margin-left: 24px;
		margin-right: 24px;
		background-color: var(--branco);
		text-decoration: none;
	}



	.mais_tradicoes h3 {
		grid-column: auto/ span 13;
		color: var(--roxo);
		padding: 25px;
	}

	#a3m_t {
		margin-bottom: 200px;
	}

	footer .container {
		grid-area: auto/span 10;
		padding-right: 24px;
	}

	#footermangerico835 {
		display: none;
	}

	#footermangerico642 {
		display: block;
		grid-column: 1;
		grid-row: 1/4;
	}


	#logofooter {
		width: 200px;
		margin-top: 45px;
		margin-bottom: 45px;
		justify-self: center;
	}

	footer {
		grid-template-rows: 10% auto 5%;
	}


	#verdeescuro {
		grid-template-rows: repeat(7, auto) 1fr;

	}

	#verdeescuro h3 {
		margin-bottom: 45px;
		margin-top: 45px;
	}

	#verdeescuro h5 {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	#verdeescuro h6 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#socials a {
		width: 40px;
		height: 40px;

	}

	#desenvolvidopormap {
		padding-bottom: 25px;
	}


}

@media only screen and (max-width: 485px) {

	#navmobile {
		margin-top: 70px;
	}

	#navmobile a {
		font-size: 20px;
	}

	#tradtitle {
		text-align: center;
		grid-column: 1/13;
		align-self: center;
		grid-row: 2/3;
		margin-top: 200px;
	}

	h2 {
		font-size: 28px;
		line-height: 42px;
		padding-right: 24px;
	}

	p {
		padding-right: 24px;
	}


	#botaodesaltar1 {
		width: 40px;
		height: 40px;
	}

	#composicaotradicoes {
		margin-top: 350px;
		top: 40px;
	}

	#composicaotradicoesbg {
		display: none;
	}

	#composicaotradicoesbg2 {
		grid-column: 1/13;
		display: block;
		grid-row: 2/5;
		z-index: -10000000;
	}

	#txtcenter h2 {
		grid-column: 1 / 13;
		grid-row: 2;
		text-align: center;
	}

	#txt1 {
		margin-top: 100px;
	}

	#txt1 h2 {
		grid-column: 1 / 13;
	}

	#m1 {
		grid-column: 1 / 4;
		grid-row: 1;
		top: 0px;
		margin-top: 20px;
	}

	#m2 {
		grid-column: 10 / 13;
		grid-row: 1;
		top: 0px;
		margin-top: 20px;
	}

	#txt1 p {
		grid-column: 1 / 13;
	}

	#txt1 img {
		grid-column: 1/ 13;
		grid-row: 5;
		margin-top: 100px;
	}

	#txt2 {
		margin-top: 135px;
	}

	#txt2 h2 {
		grid-column: 1 / 13;
	}

	#txt2 p {
		grid-column: 1 / 13;
	}

	#txt2 img {
		grid-column: 1/ 13;
		grid-row: 5;
		margin-top: 100px;
	}

	#imgs_tradicoes_martelo {
		margin-top: 0px;
		margin-bottom: 100px;

	}

	#imgs_tradicoes_martelo img:nth-child(1) {
		grid-column: 1/13;
		border-radius: 0px;
		margin-top: 24px;
		margin-bottom: 24px;
	}

	#imgs_tradicoes_martelo img:nth-child(2) {
		display: none;
	}

	#imgs_tradicoes_martelo img:nth-child(4) {
		display: none;
	}


	#imgs_tradicoes_martelo img:nth-child(3) {
		display: none;
	}


	#imgs_tradicoes_martelo img:nth-child(5) {
		display: block;
		grid-column: 1 / 13;
		grid-row: 3;
		margin-bottom: 100px;
		opacity: 0;
		transform: translateY(40px) scale(0.95);
		animation: popUp linear forwards;
		animation-timeline: view();
		animation-range: entry 25% entry 100%;
	}

	#more_trad {
		margin-top: 150px;
	}

	.mais_tradicoes {
		margin-top: 50px;
	}


	#footermangerico642 {
		display: none;
	}


	#footermangerico445 {
		display: block;
		grid-column: 1;
		grid-row: 1/4;
	}



}




@media only screen and (max-width: 411px) {


	#footermangericofinal {
		display: block;
		grid-column: 1;
		grid-row: 1/4;
	}


	#footermangerico445 {
		display: none;
	}


}