@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*   Options    */
:root {
	--cor-1: #eb2641;
	--cor-2: #001229;

	--cor-txt-1: #001229;
	--cor-txt-2: #ffffff;

	--cor-bg-1: #ffffff;
	--cor-bg-2: #6f90bf;

	--font: "Montserrat", sans-serif;

	--fs-h1: 62px;
	--fs-h2: 44px;
	--fs-h3: 38px;
	--fs-h4: 30px;
	--fs-h5: 22px;
	--fs-h6: 18px;
	--fs-p: 16px;
	--fs-p-s: 14px;
	--fs-p-ss: 12px;
	--fs-p-sss: 10px;

	--lh-h1: 64px;
	--lh-h2: 46px;
	--lh-h3: 34px;
	--lh-h4: 32px;
	--lh-h5: 24px;
	--lh-h6: 22px;
	--lh-p: 20px;
	--lh-p-s: 18px;
	--lh-p-ss: 16px;
	--lh-p-sss: 12px;
}

/*   General    */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--font);

	background: url(../img/bg-internas.jpg) center top no-repeat;
	background-color: #0b131c;
	background-size: cover;
	min-height: 100vh;
}


img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}



.mobile-show {
	display: none;
}



[style*="--aspect-ratio"]> :first-child {
	width: 100%;
}

[style*="--aspect-ratio"]>img {
	height: auto;
}

@supports (--custom:property) {
	[style*="--aspect-ratio"] {
		position: relative;
	}

	[style*="--aspect-ratio"]::before {
		content: "";
		display: block;
		padding-bottom: calc(100% / (var(--aspect-ratio)));
	}

	[style*="--aspect-ratio"]> :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}

.video {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.6);
	box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.6);
	border: var(--cor-1) solid 3px;
	border-radius: 3px;
}

/* Textos */
h1 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h1);
	line-height: var(--lh-h1);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-1);

}

h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h2);
	line-height: var(--lh-h2);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-1);
	text-transform: uppercase;
}

h3 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}

h4 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h4);
	line-height: var(--lh-h4);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}

h5 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h5);
	line-height: var(--lh-h5);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}

h6 {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	font-size: var(--fs-h6);
	line-height: var(--lh-h6);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}

p {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}


label {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 300;
	font-size: var(--fs-p-s);
	line-height: var(--lh-p-s);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
}






.bt {
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 60px 10px 20px;
	font-weight: 700;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	font-family: var(--font);
	text-align: left;
	color: var(--cor-txt-2);
	background: url(../img/bt.png) right center no-repeat, var(--cor-1);
	background-size: 40px;
	border-radius: 100px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
}

.bt:hover {
	cursor: pointer;
	color: var(--cor-txt-2);
	text-decoration: none;
}

.bt-voltar {
	background: url(../img/bt-voltar.png) left center no-repeat, var(--cor-1);
	background-size: 40px;
	padding: 10px 20px 10px 60px;
}

/* Formulários */
textarea {
	width: 100%;
	height: 200px;
	margin: 0 0 15px;
	padding: 10px 40px;

	color: var(--cor-txt-2);

	font-family: var(--font);
	font-weight: 400;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	text-align: left;

	border: var(--cor-txt-2) 1px solid;
	border-radius: 20px;
	background: transparent;
}

textarea::-webkit-input-placeholder {
	/* Edge */
	color: var(--cor-txt-2);
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--cor-txt-2);
}

textarea::placeholder {
	color: var(--cor-txt-2);
}

input {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 10px 40px;

	color: var(--cor-txt-2);

	font-family: var(--font);
	font-weight: 600;
	font-size: var(--fs-p-s);
	line-height: var(--lh-p);
	text-align: left;

	border: 1px solid var(--cor-txt-2);
	border-radius: 20px;
	background: transparent;

}

select {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 10px 40px;

	color: var(--cor-txt-2);

	font-family: var(--font);
	font-weight: 600;
	font-size: var(--fs-p-s);
	line-height: var(--lh-p);
	text-align: left;

	border: 1px solid var(--cor-txt-2);
	border-radius: 20px;
	background: transparent;

}

select:focus {
	/* fundo diferente ao clicar
	background-color: var(--cor-bg-2);
	
	border-color: var(--cor-bg-2); */
	color: #fff;
	outline: none;
}

.bt-cadastrar {
	border: none;
	background: var(--cor-1);
	text-align: center;
	margin: 10px 0 15px;
}

.bt-entrar {
	border: none;
	background: var(--cor-1);
}


input::-webkit-input-placeholder {
	/* Edge */
	color: var(--cor-txt-2);
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--cor-txt-2);
}

input::placeholder {
	color: var(--cor-txt-2);
}

.box-envie-sua-foto {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 50px 0;
	display: flex;
	justify-content: center;

	color: var(--cor-txt-1);
	font-family: var(--font);
	font-size: var(--fs-p);
	line-height: var(--lh-p);

	/* From https://css.glass */
	background: url(../img/bt-upload.png) 10% center no-repeat, rgba(255, 255, 255, 0.2);
	background-size: 30px;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid var(--cor-bg-1);

	font-weight: 500;
	text-align: center;
	border-radius: 20px;
}

.box-envie-sua-foto label {
	width: 100%;
	cursor: pointer;
	margin: 5px 0 0 0;
	padding: 0 0 0 18%;
	line-height: var(--fs-p);
	color: var(--cor-1);
	font-weight: 700;
}

.box-envie-sua-foto label span {
	color: var(--cor-txt-2);
	font-weight: 300;
	font-size: var(--fs-p-ss);
	line-height: var(--lh-p-ss);
}

.box-envie-sua-foto label img {
	width: 40%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	cursor: pointer;
}

#mediaFile {
	position: absolute;
	top: -1000px;
}

#profile {
	width: calc(100% - 25px);
	height: 100%;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	border: none;
	border-radius: 1000px;
	overflow: hidden;
}


.box-aceites {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.form-check-inline {
	width: var(--fs-p);
	height: var(--fs-p);
	-webkit-appearance: none;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	background: var(--cor-bg-1);
}

.form-check-inline:focus {
	outline: none;
}

.form-check-inline:checked:after {
	content: '✓';
	font-size: var(--fs-p);
	line-height: var(--fs-p);
	position: relative;

	color: var(--cor-1);
}

.box-aceites label {
	width: calc(100% - var(--fs-p));

	padding: 0 0 0 5px;
	margin: 0;
	display: inline-block;
	position: relative;

}

.box-aceites label a {
	color: var(--cor-2);
	cursor: pointer;
	text-decoration: none;
}

.box-aceites label a:hover {
	color: var(--cor-2);
	text-decoration: none;
}







/*the container must be positioned relative:*/

.inner {
	max-height: 280px !important;
	margin: 0 10px 0 0;
}

.bootstrap-select.open>.dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);

}

.bootstrap-select>.dropdown-menu {
	display: none;
	opacity: 0;
	max-height: 330px !important;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.85) translateY(-5px);
	-ms-transform: scale(0.85) translateY(-5px);
	transform: scale(0.85) translateY(-5px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	top: 0;
	
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}



.bootstrap-select>.dropdown-toggle {
	
	width: 100%;
	display: block;
	padding: 10px 40px;
	margin: 0 0 15px;
	
	color: var(--cor-txt-2);
	
	font-family: var(--font);
	font-weight: 600;
	font-size: var(--fs-p-s);
	line-height: var(--lh-p);
	text-align: left;

	background: transparent;
	border: 1px solid var(--cor-txt-2);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	cursor: pointer;
	
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: var(--cor-txt-2);
}

.dropup .dropdown-toggle::after, .dropdown .dropdown-toggle::after {
	position: absolute;
	content: " ";
	right: 20px;
	width: var(--fs-p);
	height: var(--fs-p);
	background: url(../img/select-abrir.png) center center no-repeat;
	background-size: contain;
	transition: all 0.5s;
	border: none;
	margin: 5px 0 0 0;
}

.open .dropdown-toggle::after {
	position: absolute;
	content: " ";
	right: 20px;
	width: var(--fs-p);
	height: var(--fs-p);
	background: url(../img/select-abrir.png) center center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	transition: all 0.5s;
	border: none;
	margin: 5px 0 0 0;
}



.dropdown-menu {
	background: rgba(15, 31, 48, 0.8);
	border-radius: 20px;
	position: absolute;
	left: 0;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid var(--cor-bg-1);
	min-width: 100% !important;
	width: 100% !important;
	display: block;
}

.dropdown-menu ul.dropdown-menu {
	background: transparent !important;
}

.bootstrap-select .dropdown-menu a {
	display: block;
	padding: 8px 15px;
	margin: 0 10px;
	font-size: var(--fs-p);
	font-weight: 400;
	color: var(--cor-txt-2);

}

.bootstrap-select .dropdown-menu a:hover {
	background: var(--cor-bg-3);
	color: var(--cor-1);
	border-radius: 10px;
}

.bootstrap-select .dropdown-menu a span:hover {}


/* Scroll Bar */
/* width */
.inner::-webkit-scrollbar {
	width: 8px;

}

/* Track */
.inner::-webkit-scrollbar-track {
	background: transparent;
	margin: 10px 10px 10px 0;
}

/* Handle */
.inner::-webkit-scrollbar-thumb {
	background: var(--cor-1);
	border-radius: 100px;
}

/* Handle on hover */
.inner::-webkit-scrollbar-thumb:hover {
	background: var(--cor-1);
	border-radius: 100px;
}

/*   Popup    */
.fundo-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	display: none;
	top: 0;
	left: 0;
}

.fundo-popup:after {
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 18;
	background: var(--cor-2);
	opacity: 0.8;
	position: absolute;
}

.popup {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 40px;
	background: var(--cor-bg-1);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	z-index: 21;
}

.popup p {
	color: var(--cor-txt-1);
}

.popup .bt-entrar {
	color: var(--cor-txt-2);
	text-align: center;
}

.popup input {
	border: 1px solid var(--cor-1);
	color: var(--cor-txt-1);
}

.popup input::-webkit-input-placeholder {
	/* Edge */
	color: var(--cor-txt-1);
}

.popup input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--cor-txt-1);
}

.popup input::placeholder {
	color: var(--cor-txt-1);
}

.popup .bt-entrar:hover {

	cursor: pointer;
}

.fechar-popup {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 19;
	cursor: pointer;
}

.fundo-popup p {
	text-align: center;
}

.fundo-popup h3 {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;

	font-size: var(--fs-h4);
	text-align: center;
	color: var(--cor-1);
	font-weight: 600;
}


.popup .bt-entrar {
	background: var(--cor-1);
	margin: 20px 0 0 0;
}

.popup .bt-entrar:hover {
	color: var(--cor-txt-2);
}

.popup input {
	background: var(--cor-bg-3);
}

/* Index */
.body-index {
	background: url(../img/bg-home.jpg) center top no-repeat, #0b131c;
	background-color: #0b131c;
	background-size: contain;
	min-height: 100vh;
}

.pre-header {}

.divisor-menu-mobile{
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--cor-txt-2);
}


.menu-mobile {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	position: fixed;
	z-index: 10;

	display: none;
	top: 0;
}

.menu-mobile ul {
	right: -100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
	justify-content: center;
	background: var(--cor-1);
	width: 100%;
	height: 100%;
	position: absolute;
}

.menu-mobile ul li {
	margin: 2vh 0;
}


.menu-mobile ul li a {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: var(--cor-txt-2);
	font-size: var(--fs-h6);
}

.menu-mobile ul li a.selecionado, .menu-mobile ul li a:hover {
	border-bottom: 3px solid var(--cor-4);
	text-decoration: none;
}


.menu-mobile img {
	height: var(--fs-h6);
}


.fechar-menu {
	position: fixed;
	top: 20px;
	right: 20px;
	color: var(--cor-txt-2);
	font-size: var(--fs-h3);
	z-index: 20;
	display: none;
	cursor: pointer;
}

.container-nav {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container-nav .logo {
	width: 304px;
	height: 70px;
	margin: 30px 30px 0 0;
	padding: 0;
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
}

.container-nav .logo a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.container-nav .bt-mobile-menu {
	position: absolute;
	right: 20px;
	color: var(--cor-txt-2);
	font-size: var(--fs-h5);
	display: none;
	cursor: pointer;
}


.container-nav ul.nav {
	width: 70%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.container-nav ul.nav li a {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 10px 5px;
	color: var(--cor-txt-2);
	font-size: var(--fs-p);
	text-transform: uppercase;
}

.container-nav ul.nav li a.selecionado, .container-nav ul.nav li a:hover {
	border-bottom: 1px solid var(--cor-txt-2);
	text-decoration: none;
}

.container-nav ul.nav li.has-dropdown a:hover {
	border-bottom: none;
	text-decoration: none;
}

.container-nav ul.nav li.has-dropdown .submenu li a:hover {
	color: var(--cor-1);
}

.section {
	margin-top: 10vh;
	margin-bottom: 50px;
}

.banner-home p {
	font-weight: 300;
	font-size: var(--fs-p-ss);
	line-height: var(--lh-p-ss);

}


.banner-home h3 {
	font-weight: 300;
	color: var(--cor-1);
	margin: 0 0 5px;

}


.banner-home h4 {
	font-weight: 300;
	font-size: var(--fs-h5);
	line-height: var(--lh-h5);

}

.banner-home h4 span{
	margin-top: -5px;
	font-size: var(--fs-p);
	position: absolute;
	}

.banner-home h4 span.espaco{
	margin-right: 10px;
	font-size: var(--fs-p);
	position: relative;
	}

.banner-home h2 {
	font-weight: 600;
	

}

.banner-home h2 span{
	margin-top: -5px;
	font-size: var(--fs-h6);
	position: absolute;
	}

.banner-home h2 span.espaco{
	margin-right: 10px;
	font-size: var(--fs-h6);
	position: relative;
	}

.cadastro h3 {
	text-align: center;
}

.cadastro h5 {
	font-weight: 300;
	text-align: center;
}

.cadastro input {
	background: var(--cor-bg-1);
	border-radius: 15px;
	color: var(--cor-txt-1);
}

.cadastro .bt-entrar {
	border: none;
	background: url(../img/bt-entrar.png) center center no-repeat, var(--cor-1);
	position: absolute;
	margin: 5px 0 0 -96px;
	width: 90px;
	height: 32px;
	padding: 0;
	border-radius: 10px;

}

.bt-mostrar-senha{
	position: absolute;
	margin: -45px 0 0 0;
    right: 120px;
    z-index: 5;
    cursor: pointer;
}

.bt-esconder-senha{
	position: absolute;
	margin: -45px 0 0 0;
    right: 120px;
    z-index: 5;
    cursor: pointer;
    display: none;
}


.criar-login .bt-mostrar-senha, .criar-login .bt-esconder-senha, .meus-dados .bt-mostrar-senha, .meus-dados .bt-esconder-senha {
	right: 40px;
	color: var(--cor-txt-2);
}


.toastify.on{
	background: rgba(235, 38, 65, 0.9) !important;


	    top: 40vh !important;
    width: 40vw;
    height: 10vh;
    left: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset !important;
    pointer-events: none;
    border-radius: 20px;
}

/* Dropdown para menu desktop */
.container-nav .nav li.has-dropdown {
	position: relative;
}

.container-nav .nav li.has-dropdown .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(15, 31, 48, 0.8);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	list-style: none;
	padding: 10px 0;
	min-width: 180px;
	z-index: 999;


	border: 1px solid var(--cor-bg-1);
	min-width: 100% !important;
	width: 100% !important;
	border-radius: 20px;
}

.container-nav .nav li.has-dropdown:hover .submenu {
	display: inline-table;
}

.container-nav .nav li.has-dropdown .submenu li a {
	padding: 10px 20px;
	display: block;
	color: var(--cor-txt-2);
	font-size: var(--fs-p);
	white-space: nowrap;
}

.container-nav .nav li.has-dropdown .submenu li a:hover {
	background: var(--cor-4);
	color: #fff;
}

/* Dropdown para menu mobile */
.menu-mobile ul li.has-dropdown {
	position: relative;
	width: 100%;
}

.menu-mobile ul li.has-dropdown .submenu {
	display: none;
	flex-direction: column;
	background: var(--cor-1);
	width: 100%;
	padding: 0;
}

.menu-mobile ul li.has-dropdown.ativo .submenu {
	display: flex;
}

.menu-mobile ul li.has-dropdown .submenu li a {
	font-size: var(--fs-p);
	padding: 10px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cadastro input::-webkit-input-placeholder {
	/* Edge */
	color: var(--cor-txt-1);
}

.cadastro input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--cor-txt-1);
}

.cadastro input::placeholder {
	color: var(--cor-txt-1);
}

.cadastro p a {
	color: var(--cor-txt-2);
	font-weight: 300;
}

.cadastro .bt-esqueci-senha {
	width: 100%;
	text-align: right;
	display: block;
}

.cadastro-finalizado h3 {
	text-align: center;
	color: var(--cor-1);
}

.cadastro-finalizado h5 {
	font-weight: 300;
	text-align: center;
}


.cadastro-finalizado .bt {
	font-weight: 300;
}

.cadastro-finalizado form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cadastro-finalizado form h6 {
	text-align: center;
}

.cadastro-finalizado form h6 span {
	color: var(--cor-1);
}

.cadastro-finalizado form p {
	text-align: center;
	font-weight: 300;
}


.bt-esqueci-senha {
	cursor: pointer;
}



.bt-duvida {
	width: 25px;
	height: 25px;
	margin: 0 10% 0 0;
	padding: 0;
	background: url(../img/bt-duvida.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.tip-duvidas {
	width: 70%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 30px;
	border-radius: 20px;
	background: var(--cor-bg-1);
	position: absolute;
	pointer-events: none;
	display: none;
}


.contato h4 {
	color: var(--cor-1);
}

.contato h5 {
	font-weight: 300;
}

.contato p {
	font-weight: 300;
}

.nota-enviada h3 {
	width: auto;
}

.nota-enviada h3 span {
	color: var(--cor-txt-2);
}

.nota-enviada h5 b {
	font-weight: 700;
}

.box-nota-enviada {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.box-nota-enviada img {
	width: auto;
	height: 70px;
	margin: 0 10px 0 0;
}

.regulamento h2 {
	color: var(--cor-txt-2);

}

.regulamento h2 span {
	color: var(--cor-1);
}

.box-regulamento {
	width: 100%;
	height: auto;
	padding: 30px;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	background-size: 30px;
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid var(--cor-bg-1);
}


.box-regulamento-overflow {
	width: 100%;
	height: 50vh;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

/* Scroll Bar */
/* width */
.box-regulamento-overflow::-webkit-scrollbar {
	width: 6px;
	border-radius: 100px;
}

/* Track */
.box-regulamento-overflow::-webkit-scrollbar-track {
	background: transparent;

}

/* Handle */
.box-regulamento-overflow::-webkit-scrollbar-thumb {
	background: var(--cor-bg-2);
	border-radius: 100px;
}

/* Handle on hover */
.box-regulamento-overflow::-webkit-scrollbar-thumb:hover {
	background: var(--cor-bg-2);
	border-radius: 100px;
}






.faq h2 {
	text-align: center;
	color: var(--cor-1);
	font-size: var(--fs-h1);
}




.box-tit-faq {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 15px 70px 15px 30px;
	border-radius: 100px;
	border: 1px solid var(--cor-bg-1);

	cursor: pointer;
	display: flex;
	align-items: center;
}

.box-tit-faq:after {
	content: " ";
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(../img/seta-faq.png) right center no-repeat;
	background-size: contain;
	right: 45px;
	animation: fechar 1s;
	animation-fill-mode: forwards;
}

.box-tit-faq-aberto:after {
	animation: abrir 1s;
	animation-fill-mode: forwards;

}

@keyframes fechar {
	from {
		transform: rotate(180deg);
	}

	to {
		transform: rotate(0deg);
	}
}


@keyframes abrir {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

.box-tit-faq h6 {
	margin: 0;
	text-transform: uppercase;
	font-size: var(--fs-p);
	line-height: var(--fs-p);
}


.box-txt-faq {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px 30px;
	display: none;

}

.box-txt-faq a{
	color: var(--cor-1);
}


.menu-botao:hover {
    background: #88AFD1;
    color: #fff;
    text-decoration: none;
}



.textos-legais p{
	text-align: center;
	font-size: var(--fs-p-sss);
	line-height: var(--lh-p-sss);
	font-weight: bold;
}


.textos-legais h6{
	text-align: center;
}


.menu-botao.ativo::after{
		display: none !important;
	}

.menu-botao:hover{
	background: var(--cor-1) !important;
	color: var(--cor-txt-2) !important;
}

.menu-botao{
	background: var(--cor-bg-1) !important;
	color: var(--cor-txt-1) !important;
}

.menu-botao.ativo{
	background: var(--cor-1) !important;
	color: var(--cor-txt-2) !important;
}


.meu-perfil-menu{
	margin-bottom: 50px;
}




.container-celulares{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
}

.container-celulares .box-celular{
	width: 17%;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-celulares .box-celular:hover{
	background: url(../img/cel-sel.png) center top no-repeat;
	background-size: contain;

}

.container-celulares .box-celular img{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
}

.container-celulares .box-celular h5{
	text-align: center;
	text-transform: uppercase;
	font-size: var(--fs-h6);
	line-height: var(--lh-h6);
	width: auto;
}

.container-celulares .box-celular:hover h5{
	border-bottom: 1px solid var(--cor-1);

}



.body-home .tit-produtos{
	width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 100px 0 0 0;
    font-weight: 700;
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-family: var(--font);
    text-align: left;
    color: var(--cor-1);
    text-transform: uppercase;
    background: url(../img/seta.gif) left top no-repeat;
    background-size: 100px;
}

.body-home .bt-produtos{
	background: var(--cor-1);
	padding: 10px 35px;
}

















/*   Responsive    */



@media (max-width: 620px) {

	.vire-de-lado {
		display: flex;
	}


}


@media (max-width: 992px) {
	.sm-hide {
		display: none;
	}

	.md-hide {
		display: none;
	}

	.lg-hide {
		display: none;
	}

	.xl-hide {
		display: none;
	}


	.mobile-show {
		display: flex !important;
	}

	.mobile-hide {
		display: none !important;
	}

	.vh-100-desktop {
		height: auto;
	}

	.container-nav ul.nav {
		display: none;
	}

	.container-nav .bt-mobile-menu {
		display: block;
	}



	.cadastro .bt-esqueci-senha {
		text-align: left;
	}

	.box-envie-sua-foto label {
		padding: 0 0 0 27%;
	}


	.body-index {
		background: url(../img/bg-home-mobile.jpg) left top no-repeat, #113450;
		background-size: contain;

	}

	.banner-home {
		margin-top: 50vh;
	}

	.meus-dados .col-auto, .minhas-notas .col-auto, .cadastro-finalizado .col-auto{
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
	}
	.menu-botao.ativo::after{
		display: none;
	}



	.textos-legais p, .textos-legais h6{
		font-size: var(--fs-p-ss);
		line-height: var(--lh-p-ss);
	}



.meu-perfil-menu{
	display: none;
}



	.container-celulares{
		flex-direction: column;
	}

	.container-celulares .box-celular{
		width: 100%;
		margin: 0 0 40px;
	}


	/*   Options    */
	:root {
		--fs-h1: 38px;
		--fs-h2: 30px;
		--fs-h3: 28px;
		--fs-h4: 24px;
		--fs-h5: 18px;
		--fs-h6: 16px;
		--fs-p: 14px;
		--fs-p-s: 12px;
		--fs-p-ss: 8px;
		--fs-p-sss: 7px;

		--lh-h1: 40px;
		--lh-h2: 34px;
		--lh-h3: 30px;
		--lh-h4: 26px;
		--lh-h5: 20px;
		--lh-h6: 18px;
		--lh-p: 20px;
		--lh-p-s: 18px;
		--lh-p-ss: 16px;
		--lh-p-sss: 10px;


	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.lg-hide {
		display: none;
	}

	.xl-hide {
		display: none;
	}

}


@media (min-width: 992px) and (max-width: 1200px) {
	.xl-hide {
		display: none;
	}


	.body-index {
    background: none;
    background-color: #0b131c;
    
}

.banner-home:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
background: url(../img/bg-home-wide.jpg) center top no-repeat, #0b131c;
	background-size: auto 100%;
	z-index: -1;
}



}

@media (min-width: 1201px) and (max-width: 1440px) {}

@media (min-width: 1441px) and (max-width: 1920px) {}

@media (min-width: 1681px) {


.body-index {
    background: none;
    background-color: #0b131c;
    
}

.banner-home:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 85vh;
	top: 0;
	left: 0;
background: url(../img/bg-home-wide.jpg) center top no-repeat, #0b131c;
	background-size: auto 100%;
	z-index: -1;
}


}