/* BODY */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0px;
	background: #000;}

@font-face {
	font-family: 'Trajano';
	src: url('../ttf/TrajanPro-Bold.otf') format('opentype');}
  
.h1preto {
	font-size: 24px;color: #000;}
	
.h1branco {
	font-size: 22px;color: #d0cfce;}

.textobranco {
	font-size: 14px;color: #979797;}
	
.textolaranja {
	font-size: 14px;color: #fabc00;}
	
.titulopagina{
	font-family: Trajano, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 22px;
	color: #ffffff;}

.textopagina {
	font-size: 16px;color: #979797;}
	
/* HEADER */
.logo {
	width: 180px;
	transition: all 0.4s ease;}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	transition: all 0.4s ease;
	z-index: 999;
	background: #000;}

header.scrolled {
	padding: 30px 0;
	backdrop-filter: blur(10px);}

header.scrolled .logo {
	width: 150px;}

/* BANNER */
.banner {
	background:url('../img/elements/banner.png');}

.hero h1 {
	color: white;
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.fontebanner {
	color: #000;
	font-size: 13px;}
  

/* SEGUNDOBANNER */
.segundobanner {
	background:url('../img/elements/segundo_banner.png');}

/* GALERIA */
.galeria {
	background:url('../img/elements/galeria.png');}
	
.carousel {
	top: 22px;
	width: 430px;
	height: 300px;
	overflow: hidden;
	position: relative;}

.track {
	display: flex;
	transition: transform 0.8s ease-in-out;}

.slide {
	width: 100%;
	flex-shrink: 0;}

.slide img {
	object-fit: cover;}

/* FAQ */
.faq-container {
	width: 100%;
	max-width: 430px;}

.faq-item {
	border-bottom: 1px solid #333;}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.3s ease;
	color: #d0cfce;}

.faq-question:hover {
	background: #1d1d1d;}

.faq-icon {
	transition: transform 0.3s ease;
	font-size: 18px;}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0 18px;
	color: #979797;
	font-size: 12px;}

.faq-item.active .faq-answer {
	max-height: 200px;
	padding: 10px 18px 20px;}

.faq-item.active .faq-icon {
	transform: rotate(180deg);}
    
    
/* GLOSSÁRIO */
.search {
	width: 356px;
	padding: 12px;
	border-radius: 12px;
	border: none;
	margin-bottom: 20px;
	font-size: 14px;
	background: #2a2a2a;
	color: #949494;}

.container {
	max-width: 380px;
	margin: 0 auto;
	padding: 20px;}

.card {
	background: #212121;
	border-radius: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	transition: 0.3s;
	text-align: left;}

.card-header {
	padding: 14px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	color: #ffae00;}

.card-header span {
	font-size: 14px;
	opacity: 0.7;}

.card-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 14px;
	font-size: 13px;
	line-height: 1.5;
	opacity: 0.8;
	color: #c1bfbf;}

.card.active .card-content {
	max-height: 200px;
	padding-bottom: 14px;}

.arrow {
	transition: 0.3s;}

.card.active .arrow {
	transform: rotate(180deg);}

/* RODAPE */
.link-imagem {
	position: relative;
	display: inline-block;}

.link-imagem img {
	width: 100%;
	display: block;
	transition: opacity 0.4s ease;}

.link-imagem .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;}

.link-imagem:hover .hover-img {
	opacity: 1;}

.link-imagem:hover .normal-img {
	opacity: 0;}
	
.rodape	{
	font-size: 14px;
	color: #666;}
	
	
/* HEADER GLASS */
.header {
    position: fixed;
    width: 430px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(12px);
    z-index: 1000;
    text-align: center;
}


/* MENU ICON */
.menu-icon {
    width: 28px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-icon span {
    height: 2px;
    background: gold;
    border-radius: 2px;
    transition: 0.3s;
}

/* ANIMAÇÃO ICON */
.menu-icon.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg) translateY(8px);
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
	z-index: 999;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
	z-index: 999;
}

/* MENU FULL */
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background: #000;
    transition: 0.4s ease;
    z-index: 998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.menu.active {
    right: 0;
}

/* LINKS MENU */
.menu a {
    color: white;
    text-decoration: none;
    font-size: 26px;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

.menu.active a {
    opacity: 1;
    transform: translateY(0);
}