@charset "utf-8";
@font-face {
	font-family: "PTRootUIRegular";
	font-style: normal;
	font-weight: normal;
	src: local("PTRootUIRegular"), url("../fonts/PTRootUI_Regular.woff") format("woff");
}

@font-face {
	font-family: MarkPro;
	src: url("../fonts/FontFont_FF.Mark.Pro.otf") format("opentype");
}

@font-face {
	font-family: "Beaufort for LOL Bold";
	src: url("../fonts/Beaufort.eot"); /* IE9*/
	src: url("../fonts/Beaufort.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Beaufort.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/Beaufort.woff") format("woff"), /* chrome、firefox */ url("../fonts/Beaufort.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/Beaufort.svg#Beaufort for LOL Bold") format("svg"); /* iOS 4.1- */
}

body {
	font-family: "MarkPro";
	font-size: 14px;
	line-height: 1.71428571;
	color: #000;
	background-color: #f4f4f4;
}

a {
	color: #0c8df7;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0c8df7;
}

.navbar {
	background: #fff;
}

.navbar a {
	color: #000;
}

.navbar .fa {
	font-size: 20px;
}

.page {
	padding: 40px;
	min-height: 400px;
}

.panel-card,
.effect {
	overflow: hidden;
	position: relative;
}

.mb-25 {
	margin-bottom: 25px;
}

.wellcome {
	font-size: 17px;
}

.panel-card {
	font-family: "Beaufort for LOL Bold";
	width: 100%;
	height: 120px;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 9px 7px 0 #a8a8a8;
	text-shadow: 2px 2px #000;
	font-size: 25px;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 110px;
}

.panel-card a {
	color: #fff;
}

.effect {
	width: 100%;
}

.panel-card:hover {
	filter: brightness(200%);
	text-shadow: 0px 0px 8px #000;
	text-decoration: underline;
}

.panel-card:after {
	content: "";
	border-radius: 10px;
	position: absolute;
	top: -50%;
	left: -60%;
	width: 20%;
	height: 200%;
	opacity: 0;
	transform: rotate(30deg);
	background: rgba(255, 255, 255, 0.13);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.panel-card:hover:after {
	opacity: 1;
	left: 130%;
	transition-property: left, top, opacity;
	transition-duration: 0.7s, 0.7s, 0.15s;
	transition-timing-function: ease;
}

.panel-card:active:after {
	opacity: 0;
}

.layer {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fonte-1 {
	font-family: "Beaufort for LOL Bold";
}

.button {
	font-family: "Beaufort for LOL Bold";
	width: 150px;
	border-radius: 20px;
	background: #fd4255;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
}

.header {
	background: #4f0200 url(../img/header.jpg) no-repeat 42% 15% / cover;
	height: 180px;
	margin-bottom: 20px;
}

.content {
	max-width: 480px;
	margin: 0 auto;
}

.content .title {
	text-align: center;
	text-transform: uppercase;
}

.pw {
	background: #fff;
	padding: 20px 50px;
}

.back {
	margin-bottom: 20px;
}

.back .fa {
	margin-right: 5px;
}

.back a {
	font-family: "Beaufort for LOL Bold";
	text-transform: uppercase;
	background: #0c8df7;
	padding: 7px 20px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
}

.back a:hover {
	background: #0674ce;
}

[data] {
	position: relative;
}

[data]:hover:after {
	content: attr(data);
	position: absolute;
	left: 0;
	bottom: 100%;
	font-size: 11px;
	white-space: nowrap;
	z-index: 3;
	padding: 7px;
	background-color: #0f0f11;
	border-radius: 3px;
	border: 1px solid #020202;
	color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}

.btn-arrow {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.btn-arrow button {
	margin: 0 auto;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #efefef;
	border: 3px solid #dddddd;
	color: #dddddd;
	font-size: 26px;
	outline: none;
	border-radius: 20px;
}
.btn-arrow .btn-active {
	background: #0c8df7;
	color: #efefef;
	border-color: #006dc6;
}
.btn-arrow .btn-active:hover {
	transform: rotate(-10deg);
}

.pre-valor {
	font-size: 12px;
	min-width: 60px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
}

.pre-valor:hover {
	background: #f1f1f1;
}

.bg-add {
	background: rgba(0, 189, 174, 0.2);
	border: 1px solid rgba(0, 189, 174, 0.4);
}

.bg-add:hover {
	background: rgba(0, 189, 174, 0.5);
	border: 1px solid rgba(0, 189, 174, 0.8);
}

.bg-remove {
	background: rgba(220, 57, 57, 0.15);
	border: 1px solid rgba(220, 57, 57, 0.2);
}

.bg-remove:hover {
	background: rgba(220, 57, 57, 0.5);
	border: 1px solid rgba(220, 57, 57, 0.8);
}

.doacao {
	width: 100%;
	font-family: "Beaufort for LOL Bold";
	padding: 10px;
	background: #ebf7fd;
	color: #2d7091;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
	background: url("../img/discount.jpg") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	height: 60px;
	line-height: 40px;
	border-radius: 5px;
	text-shadow: 2px 2px #383838;
	font-size: 17px;
	cursor: pointer;
}

.doacao:hover {
	text-shadow: 0px 0px 8px #000;
	text-decoration: none;
}

#payment-code {
	display: none;
}

.footer {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.revoltz {
	text-align: center;
	font-size: 18px;
	padding: 0;
}

.footer a {
	color: #202020;
}

.revoltz span {
	color: #0389ff;
}

.revoltz d {
	color: #dc3545;
}
