@charset "UTF-8";

/* CSS Document */
body {
	background-color: #F4F5F6;
	font-family: "Inter", Arial, sans-serif;
	overflow-x: hidden;
}

/* Banner superior */
.top-banner {
	background-color: #268A83;
	color: #FFF;
	font-size: 14px;
	height: 30px;
	display: none;
	align-items: center;
	justify-content: center;
}

/* Logo + menu */
.navbar-brand img {
	height: 50px;
}

.div_nav {
	position: sticky;
	top: 0;
	z-index: 99;
}

.navbar {
	background: #000000 !important;
	border-bottom: 1px solid #3C2E43;
	height: 64px;
	justify-content: end;
	padding-right: 20px;
}

.main-navbar .logo,
.main-navbar .versao {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.main-navbar.scrolled .logo,
.main-navbar.scrolled .versao {
	opacity: 1;
	visibility: visible;
}

.versao {
	color: #9D9D9D;
	font-size: 9px;
	position: absolute;
	top: 51px;
	display: inline-grid;
}

#menu .nav-link {
	padding-right: 15px;
	padding-left: 15px;
}

#menu ul li a {
	color: #CACDC9 !important;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

#menu ul li a:hover {
	color: #49F7D8 !important;
	transition: 0.5s;
}

#menu #botoes-topo {
	margin-left: 10px;
}

#menu #botoes-topo a:hover {
	border-bottom: none;
}

.navbar-toggler {
	padding: 4px;
	border: none;
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image:var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height:var(--bs-scroll-height,75vh);
	overflow-y: auto;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(73, 247, 216, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
	#menu.collapse {
		display: none;
		text-align: right;
		background-color: #170633;
		width: 100%;
		padding-right: 20px;
	}
	
	#menu.collapsing {
		/* estado intermediário (quando abre ou fecha) */
		display: block !important;
		height: auto !important;
		text-align: right;
		background-color: #170633;
		width: 100%;
		padding-right: 20px;
		opacity: 0;
		transition: opacity 0.15s ease-in;
	}
	
	#menu.show {
		display: block;
		opacity: 1;
		text-align: right;
		background-color: #000000;
		border: 2px solid #8FDE63;
		border-radius: 4px;
		width: 100%;
		padding-right: 20px;
		margin-left: 20px;
		padding-left: 10px;
	}
	
	#menu .nav-link {
		color: #C02525;
	}
	
	.div_nav nav.navbar div.container {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	a.btn-drop {
		display: block;
		float: right;
		margin-bottom: 20px;
		margin-top: 15px;
	}
}

.ordviews {
	display: flex;
	font-size: 13px;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	border-top: 1px solid #E3E6E6;
	padding-top: 12px;
	margin-top: -15px;
}

.ordenar {
	display: flex;
	align-items: center;
}

.select-view {
}

.view-toggle button.active {
	background-color: #58C1A4;
	color: #FFF;
}

.view-toggle button {
	height: 22px;
	padding-top: 1px;
	font-size: 13px;
	border-radius: 4px;
}

.view-toggle .btn-outline-primary {
	color: #479680;
	border-color: #70AD9C;
}

.view-toggle .btn-outline-primary:hover {
	background: #707D7A;
	border-color: #8C9593;
	color: #EEF0EF;
}

@media (max-width: 1040px) {
	.select-view {
		display: none !important;
	}
}

.legendas {
	font-size: 10px;
	padding-left: 24px;
	margin-top: 13px;
	margin-bottom: -10px;
	padding-right: 24px;
}

@media (min-width: 1350px) {
	.legendas {
		padding-left: 80px;
	}
}

/* Blocos dos faucets */
.container-faucets,
.container-faucets2 {
	padding: 20px;
}

.div_nav nav.navbar div.container {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 20px;
}

@media (min-width: 1350px) {
	.container-faucets,
	.container-faucets2 {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.faucet-card {
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease;
	padding: 0rem 0.8rem 1.2rem;
	font-family: 'poppins', sans-serif;
}

.faucet-card:hover {
	transform: translateY(-4px);
}

.faucet-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0.5rem;
	background: #D7D7D7;
	background: linear-gradient(90deg, rgba(232, 193, 215, 0.31) 27%, rgba(237, 221, 83, 0.32) 100%);
	padding-top: 1rem;
	padding-left: 0.5rem;
	margin-left: -13px;
	margin-right: -13px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.faucet-logo {
	height: 50px;
	width: 50px;
	object-fit: contain;
	flex-shrink: 0;
	position: relative;
	top: -8px;
}

.faucet-name {
	font-weight: bold;
	font-size: 1.1rem;
	text-align: left;
}

.faucet-tipo {
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	top: -9px;
	font-weight: 300;
}

.faucet-chamada,
.faucet-coins-list {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 5px;
}

.faucet-coins-list .faucet-coin {
	background: #E6E0EE;
	padding: 4px 6px;
	border-radius: 3px;
	font-weight: 500;
	margin-right: 6px;
}

.faucet-coins-list .coin-plus {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 3px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.logo-square {
	border-radius: 8px;
}

.faucet-chamada img {
	width: 12px;
	margin-right: 2px;
	position: relative;
	top: -2px;
}

.faucet-destaque {
	font-size: 12.5px;
	background: #49F7D8;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 3px 4px;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faucet-destaque i {
	font-size: 13px;
	padding-right: 4px;
}

.faucet-desc {
	font-size: 13px;
	height: 4px;
	display: inline-block;
	margin-left: 5px;
}

.faucet-desc i {
	margin-right: 5px;
}

.faucet-desc a {
	text-decoration: none;
}

.faucet-botoes {
	display: flex;
	gap: 1em;
	margin-top: 13px;
}

.btn-custom {
	border-radius: 20px;
	font-size: 14px;
}

.intro-box {
	width: 200px;
	height: 200px;
	background-color: #FFF;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
	.intro-box {
		width: 150px;
		height: 150px;
	}
}

.logo-img {
	height: 60px;
	transition: height 0.4s;
	-webkit-transition: height .4s;
	color: #9DA9B5;
	font-size: 28px;
	font-weight: 700;
}

@media (max-width: 1005px) {
	.logo-img {
		margin-top: -17px;
	}
}

div.primeiro-fundo {
	background: url("../img/logo-fundo.png") 34px 13px / 250px #170633;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 20px 0px 20px;
}

div.principal {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

div.intro2 {
	padding: 0px 10px 10px;
}

p.intro4 {
	text-align: center;
	padding: 6px 5px;
	border-radius: 3px;
	background: rgba(6, 42, 79, 0.684);
	color: #C3C3C3;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
}

h4.name-intro {
	font-size: 35px;
	font-family: 'Josefin Sans', sans-serif;
	color: #E1FCFD;
	text-shadow: 2px 3px 3px #000000;
	font-weight: 900;
	text-align: center;
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	h4.name-intro {
		display: none;
	}
}

@media (min-width: 575px) and (max-width: 959px) {
	h4.name-intro {
		margin-top: 35px;
	}
}

@media (max-width: 960px) {
	div.primeiro-fundo {
		background-position: center top;
		background-size: 320px;
		/* ou ajuste conforme quiser */
		padding-top: 250px;
		/* dá espaço para a imagem no topo */
		text-align: center;
	}
	
	div.principal {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
}

p.docopation-intro {
	font-size: 16px;
	color: #E6E7E8;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	position: relative;
}

span.hr-intro {
	width: 300px;
	height: 2px;
	background: #273626;
	display: none;
	margin-bottom: 10px;
	margin-left: 25%;
}

.botao-detalhes {
	border: none;
	background: #E1DDDD;
	padding: 4px 20px;
	height: 35px;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 6px;
	font-weight: 600;
}

.botao-detalhes:hover {
	background: #DDE0D6;
	color: #435E0A;
}

.botao-acessar {
	background: #074137;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	padding: 9px 20px 4px;
	border-radius: 6px;
	height: 35px;
	font-weight: 600;
	display: inline-flex;
	width: 146px;
	letter-spacing: 0.5px;
}

.botao-acessar i {
	color: #49F7D8;
	font-size: 21px;
	position: relative;
	display: inline-flex;
	top: -3px;
	left: 5px;
}

.botao-acessar:hover {
	color: #8DFDE9;
	background: #072520;
}

a.btn-drop {
	background: rgba(38, 123, 131, 0.709);
	padding: 0px 10px;
	color: #E8E6E6;
	text-shadow: 1px 1px 3px #161212;
	border-radius: 3px;
	width: 140px;
	height: 40px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	display: block;
	transition: 0.5s;
	line-height: 18px;
	text-align: -webkit-center;
	margin-left: 24px;
}

a.btn-drop:hover {
	background: linear-gradient(to right, #6F3289, #542A66, #6F3289);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	color: #49F7D8;
}

.nav-img img {
	width: 140px;
	margin-top: 10px;
	margin-left: 35px;
}

.nav-img img:hover {
	transform: scale(1.05);
	transition: 0.5s;
}

span.botao-pq {
	font-size: 10px;
}

span.btn-bnb {
	width: 35px;
	height: 31px;
	background: url(../img/icon-binance.png) no-repeat;
	background-size: contain;
	margin-left: -3px;
	float: left;
	margin-top: 4px;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

span.btn-fct {
	width: 40px;
	height: 40px;
	background: url(../img/icon-faucet.png) no-repeat;
	background-size: contain;
	margin-left: -3px;
	float: left;
	margin-top: 3px;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#ticker {
	margin-top: -20px;
	margin-bottom: 15px;
}

.modal-header {
	display: none;
}

.modal-content {
	width: 356px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 76px #535151;
	padding-bottom: 16px;
}

.modal-body .faucet-card {
	box-shadow: none;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	float: left;
	width: 100%;
}

.modal-body .faucet-modal {
	padding-bottom: 0;
}

.modal-body .faucet-header {
	padding-left: 25px;
}

.modal-body .faucet-header img {
	top: -7px;
	margin-left: -7px;
}

.modal-body .faucet-name {
	text-align: left;
}

.modal-body .faucet-card:hover {
	transform: none;
}

.modal-body .modal-coins-container,
.modal-body .modal-carteiras-container {
	display: inline-block;
	margin-top: -6px;
	border: 1px solid #DCEEEB;
	border-radius: 4px;
	width: 100%;
}

.modal-body .modal-carteiras-container {
	margin-top: -11px;
	margin-bottom: 10px;
}

.modal-body .modal-coins-container .modal-coins-titulo,
.modal-body .modal-carteiras-container .modal-carteiras-titulo {
	margin-bottom: 8px;
	font-size: 11px;
	color: #484848;
	border-bottom: 1px solid #EDF1F0;
	background: #EDF1F0;
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.modal-body .modal-carteiras-container .modal-carteiras-titulo {
	margin-bottom: -10px;
}

.modal-body .modal-coins-container .modal-coins {
	float: left;
	padding-left: 5px;
}

.modal-body .modal-coins-container .modal-coins img {
	width: 25px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.modal-body .modal-coins-container .modal-carteiras {
	width: 30%;
	float: left;
}

.modal-body .modal-coins-container .modal-carteiras .modal-carteira {
	background: #C4D2CC;
	padding: 4px 6px;
	border-radius: 3px;
	font-weight: 500;
	position: relative;
	top: 4px;
	font-size: 8px;
	text-transform: uppercase;
}

.modal-body .faucet-botoes {
	display: inline;
	border-bottom: none;
}

.modal-body .faucet-botoes .botao-acessar {
	float: right;
}

.modal-body .modal-faucetpay {
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.modal-body .modal-faucetpay a {
	text-decoration: none;
	font-weight: bold;
}

.modal-body .modal-faucetpay p {
	margin-bottom: -10px;
}

.modal-body .modal-faucetpay img {
	max-width: 40%;
	display: block;
	border-radius: 5px;
	opacity: 0.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	margin-bottom: 4px;
}

.modal-body .modal-faucetpay img:hover {
	transform: scale(1.05);
	transition: 0.5s;
	opacity: 1;
}

/* ====== GRID PADRÃO ====== */
.container-faucets.grid-view .col-12 {
	display: block;
}

/* ====== LIST VIEW ====== */
.container-faucets.list-view .row {
	display: inline-flex;
	flex-direction: column;
}

.container-faucets.list-view .col-12,
.container-faucets.list-view .col-sm-6,
.container-faucets.list-view .col-lg-4,
.container-faucets.list-view .col-xl-3 {
	width: 100% !important;
	max-width: 100%;
}

.container-faucets.list-view .faucet-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.3rem;
	text-align: left;
	padding: 0rem 1rem;
}

.container-faucets.list-view p.faucet-coins-list {
}

.container-faucets.list-view .faucet-card img.faucet-logo {
	width: 60px;
	height: auto;
}

.container-faucets.list-view .faucet-header {
	gap: 1.1rem;
	margin-bottom: 0;
	padding-right: 15px;
}

.container-faucets.list-view .faucet-name {
	line-height: 1.3;
}

.container-faucets.list-view .faucet-tipo {
	display: inline-flex;
	margin-top: 11px;
}

.container-faucets.list-view .faucet-destaque {
	margin-left: -32px;
	margin-right: -15px;
	width: 225px;
	margin-top: 0;
}

.container-faucets.list-view p.faucet-desc {
	margin-top: -25px;
	width: 16%;
}

.container-faucets.list-view .faucet-botoes {
	margin-left: auto;
	text-align: right;
}

.container-faucets.list-view p.faucet-coins-list {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
}

.container-faucets.list-view p span {
	margin-bottom: 9px;
}

.banner-separador {
	background: #030908;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	padding: 35px 20% 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 30px;
}

.banner-separador h4 {
	color: #49F0D4;
	font-size: 19px;
}

.banner-separador h1 {
	color: #F8FAFA;
	font-size: 32px;
}

.banner-separador p {
	color: #98ADAA;
}

.accordion-section-content {
	display: none;
}

#faq-container {
	margin-left: 30px;
	margin-right: 30px;
}

.faq-content .faq-header h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.faq-content .accordion-section {
	background: #EDEDED;
	border-radius: 4px;
	border: 1px solid #50C5BD;
	margin-bottom: 10px;
	padding: 5px 5px 5px 20px;
	font-size: 20px;
}

.faq-content .accordion-section a {
	text-decoration: none;
	color: #276964;
	font-weight: bold;
}

.faq-content .accordion-section-content {
	margin-top: 20px;
}

.faq-content button.voltar {
	margin-bottom: 40px;
	margin-top: 30px;
}

.faq-content button.voltar a {
	text-decoration: none;
	color: #138D85;
}

.verde {
	color: #49F7D8;
}

.branco {
	color: #F1F1F1;
}

.azul {
	color: #49F7D8;
}

.bold {
	font-weight: bold;
}
