@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*** Bootstrap ***/
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

:root{
	--brand: #ff7a00;
	--brand-dark: #e56e00;
	--muted: #6b7280;
	--shadow: 0 18px 45px rgba(0,0,0,.25);
	--radius: 18px;
}

body{
	font-family: "Roboto", sans-serif;
	background: #ffffff;
	color: #111827;
}

/*** header ***/
header{
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding-bottom: 10px;
    flex-shrink: 0;
}
.logo img{
    width: 100%;
    height: auto;
    margin-top: 15px;
    transition: all .3s ease;
}
.menufixo2 .logo img{
    max-width: 200px;
}
.menufixo2{
    padding-bottom: 10px;
}
nav.menu{
    display: inline-block;
    margin-top: 30px;
    float: right;
}
nav.menu ul{
    padding: 0;
}
nav.menu ul li{
    list-style: none;
    display: inline-block;
    position: relative;
}
nav.menu ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 12px;
    font-weight: bold;
    letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 700;
}
nav.menu ul li a:hover,
nav.menu ul li a.active{
    color: #ccc;
}
nav.menu ul li a.ctaPadrao{
    color: #fff;
    background: #ff5e0a;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.menu_icon{
    display: none;
    float: right;
    background: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 21px;
    position: absolute;
    font-weight: 700;
    top: -80px;
    right: 10px;
    border: 1px solid #000;
}
.menu_icon:hover{
    cursor: pointer;
}
.menu_icon.active{
    background: #ffc900;
    color: #fff;
}

/*** hero ***/
.faq-hero{
	background:
		radial-gradient(1200px 600px at 70% 10%, rgba(255,122,0,.28), transparent 55%),
		linear-gradient(180deg, #121214, #ff7902);
	color: #fff;
	padding: 50px 0 60px;
	position: relative;
	overflow: hidden;
}
.faq-hero::after{
	content:"";
	position:absolute;
	inset:auto -30% -60% -30%;
	height: 420px;
	background: linear-gradient(90deg, rgba(255,122,0,.22), rgba(255,122,0,.06));
	filter: blur(30px);
	transform: rotate(-6deg);
}
.faq-hero .container{ position: relative; z-index: 1; }

.badge-pill{
	display:inline-flex;
	align-items:center;
	gap:.5rem;
	padding:.45rem .85rem;
	border-radius: 999px;
	background: rgba(255,122,0,.14);
	border: 1px solid rgba(255,122,0,.35);
	font-weight: 700;
	letter-spacing: .02em;
}

/*** Wrapper ***/
.faq-wrap{
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.panel{
	background: #fff;
	border-radius: calc(var(--radius) + 6px);
	box-shadow: 0 22px 55px rgba(0,0,0,.12);
	border: 1px solid #ececf0;
	overflow: hidden;
}

/*** Category buttons ***/
.catbar{
	background: linear-gradient(180deg, #ffffff, #fbfbfd);
	border-bottom: 1px solid #ececf0;
	padding: 14px;
}
.cat-btn{
	border-radius: 999px;
	border: 1px solid #e7e7ee;
	background: #fff;
	padding: .55rem .9rem;
	font-weight: 800;
	color: #111827;
	display:inline-flex;
	gap:.45rem;
	align-items:center;
	transition: .18s ease;
	user-select:none;
	white-space: nowrap;
}
.cat-btn:hover{
	transform: translateY(-1px);
	border-color: rgba(255,122,0,.55);
	box-shadow: 0 10px 25px rgba(255,122,0,.12);
}
.cat-btn.active{
	background: var(--brand);
	border-color: var(--brand);
	color: #fff;
	box-shadow: 0 14px 30px rgba(255,122,0,.22);
}
.cat-dot{
	width: 10px; height: 10px; border-radius: 999px;
	background: var(--brand);
	box-shadow: 0 0 0 4px rgba(255,122,0,.18);
}
.cat-btn.active .cat-dot{ background:#fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }

/*** Accordion styling (aproveitando visual do Bootstrap) ***/
.accordion{
	padding: 14px 10px 22px 10px;
}
.accordion-item{
	border: 0;
	border-radius: 14px !important;
	overflow:hidden;
	margin: 10px 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
	border: 1px solid #eeeef4;
}
.accordion-button{
	font-weight: 900;
	color: #111827 !important;
	padding: 18px 18px;
	background: #fff !important;
	box-shadow: none !important;
	border: 0;
	width: 100%;
	text-align: left;
}
.accordion-button:focus{
	box-shadow: none !important;
	outline: none !important;
}
.accordion-button.is-open{
	background: linear-gradient(180deg, rgba(255,122,0,.10), rgba(255,122,0,.02)) !important;
}

/* Ícone do accordion (setinha) girando sem bootstrap.bundle */
.accordion-button::after{
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
	transform: rotate(0deg) !important;
}

.accordion-button.is-open::after{
	background-image: var(--bs-accordion-btn-active-icon);
	transform: rotate(-180deg) !important;
}

/* corpo (collapse) - JS controla via slideUp/slideDown */
.faq-collapse{
	display: none;
	background: #fff;
	color: #374151;
	padding: 0 18px 18px 18px;
}

/*** CTA strip ***/
.faq-cta{
	background: linear-gradient(90deg, #0b0b0c, #121214);
	color: #fff;
	border-radius: var(--radius);
	padding: 18px;
	border: 1px solid rgba(255,255,255,.10);
	box-shadow: var(--shadow);
}
.btn-brand{
	background: var(--brand);
	border: 1px solid var(--brand);
	color:#fff;
	font-weight: 900;
	border-radius: 14px;
	padding: .75rem 1rem;
}
.btn-brand:hover{
	background: var(--brand-dark);
	border-color: var(--brand-dark);
	color:#fff;
}
.btn-ghost{
	background: transparent;
	border: 1px solid rgba(255,255,255,.18);
	color: #fff;
	font-weight: 900;
	border-radius: 14px;
	padding: .75rem 1rem;
}
.btn-ghost:hover{
	border-color: rgba(255,122,0,.7);
	color:#fff;
}

/* Hide/show groups */
.faq-group{ display:none; }
.faq-group.is-visible{ display:block; }

.small-muted{ color: rgba(255,255,255,.78); }

/*** Rodapé ***/
.rodape {
	background: #000;
	padding: 50px 0;
}
.rodape .logo{
	display: block;
	max-width: 100%;
	width: 254px;
}
.rodape h6{
    text-align: right;
    float: right;
    display: block;
    font-size: 12px;
    font-family: "Montserrat";
    margin-top: 10px;
	color: #fff;
}
.social a{
	color: #000;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    margin: 5px;
}
.social{
	float: right;
	margin-top: 0px;
	display: block;
}

/*** Responsive CSS ***/
@media (max-width: 767px) {
	header{
		z-index: 100;
		width: 100%;
		padding-bottom: 10px;
	}
	header .col-md-3{
		max-width: 45%;
		padding-right: 0;
	}
	header .col-md-9{
		max-width: 55%;
		padding-left: 0;
	}
	header .col-md-9.col-6{
		width: 55%;
	}
	nav.menu {
		margin-top: 27px;
	}
	nav.menu ul li a{
		font-size: 10px;
		padding: 0;
	}
	.logo img{
		max-width: 150px;
	}

	/*** hero ***/
	.faq-hero h1{
		font-size: calc(2rem + 2.1vw);
		line-height: 1.1;
	}

	/*** rodape ***/
	.rodape .logo{
		text-align: center;
    	max-width: 200px;
    	margin: 30px auto;
	}
	.rodape h6{
		text-align: center;
	}
	.rodape .social{
		float: none;
		margin: 0 auto;
    	text-align: center;
	}
}