* {
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

header {
	background-image: url('../images/background-header.jpg');
	background-size: cover;
	min-height: 700px;
}

.fixed-top {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-shrink {
	background: #FFF;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #000;
	font-weight: 600;
	margin-top: 8px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFF;
	background:  #5109ff;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
  
}
.navbar-dark .navbar-nav .nav-link.active {
	color: #000;
}
.navbar-dark .navbar-nav .nav-link.active:hover {
	color: #FFF;
}
.nav-active {
	background:  #800080;
	color: #FFF !important;
	text-shadow: 1px 0px 0px #eee;
}
.nav-item {
	margin-left: 10px;
}

.texto-header {
	position: absolute;
	margin-top: 270px;
	margin-left: 19%;
	text-align: center;
}

.texto-header h1,
.texto-header h2 {
	color: #FFF;
	text-transform: uppercase;
}

.texto-header h2 {
	margin-bottom: 40px;
}
.texto-header h2 strong {
	color: #800080;
}
.texto-header a {
	background: #800080;
	color: #FFF;
	padding: 10px 20px;
	margin-right: 30px;
	text-transform: uppercase;
	border: 1px solid #800080;
}

.texto-header a:hover {
	background: #FFF;
	color: #5109ff;
}

section {
	padding: 90px 0;
}
#teste {
	background-color: #0b0809;
}
#teste .titulos h2 {
	color: #FFF;
}
.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px 20px;
	color: #000;
}
.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #fff;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
	color: #000;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
#listas {
	background-color: #F5F5F5;
}
#listas .titulos {
	margin-bottom: 40px;
}
#listas .titulos h2 {
	text-transform: uppercase;
}
.pricing-plan {
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	border-radius: 20px;
	padding-bottom: 30px;

}
.pricing-plan span {
	background-color: #800080;
	float: left;
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 30px 0;
	color: #FFF;
	font-weight: 800;
	font-size: 24px;
}
.pricing-features {
	list-style: none;
	padding: 30px 50px 0 50px;
	float: left;
	width: 100%;
}
.pricing-features li {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px; 
}
.pricing-features li i {
	font-size: 10px;
	margin-right: 10px;
}
.pricing-plan a {
	font-weight: 500;
	font-size: 30px;
	color: #800080;
}
.pricing-plan a:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

@-webkit-keyframes shine {
	from {
	  -webkit-mask-position: 150%;
	}
	
	to {
	  -webkit-mask-position: -50%;
	}
}

#box {
	background-color: #800080;	
	color:#ffffff;
}
.btn-store {
	color: #000;
	width: 100%;
	padding: 12px 20px !important;
	border-color: #000 !important;
}

.btn-store:focus, 
.btn-store:hover {
	color: #ffffff !important;
	background-color: #000;
	border-color: #000 !important;
}

.btn-store .btn-label, 
.btn-store .btn-caption {
	display: block;
	text-align: left;
	line-height: 1;
}
.btn-store .btn-label {
	margin-top: 5px;
}
.btn-store .btn-caption {
	font-size: 24px;
	margin-top: 15px;
}
.btn-store .fa {
	margin-right: 20px;
}

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #eee;
}
.infos-footer img {
	margin-bottom: 20px;
}
.infos-footer p {
	margin-bottom: 0;
}
.infos-footer a {
	color: #000;
}
.logo-pay img {
	margin:0 auto;
}
.meios-de-pagamento {
	margin-top: 60px;
}
.card {
	background: transparent;
	margin-bottom: 10px;
}
.card-header button {
	color: #000;
}
.notifyjs-bootstrap-error {
	background: rgba(0,0,0, 0.9) !important;
	border-color: #000 !important;
	color: #FFF !important;
}
.notifyjs-bootstrap-base {
	text-shadow: none !important;
	padding: 8px 10px !important;
	font-weight: 200 !important;
}

#revenda {
	background-color: #000;
}

#revenda .titulos h2 {
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 50px;
}

.qualidades {
	margin-left: 20px;
	margin-top: 80px;
}

.qualidades li {
	color: #FFF;
	margin-bottom: 10px;
	font-weight: 300;
}

.btn-adquirir {
	margin-top: 50px;
}

.btn-adquirir a {
	color: #FFF;
	background: #FFF;
	padding: 10px 30px;
	color: #000;
	text-transform: uppercase;
}

.wrap-table100 {
	width: 50%;
}

.table100>p {
	color: #FFF;
	font-size: 1em;
}

table {
	border-spacing: 1;
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

table * {
	position: relative;
	border: 1px solid #FFF;
}

table td,
table th {
	padding: 0 10px;
}

table thead tr {
	height: 60px;
	background: #FFF;
	color: #000;
	font-weight: 600;
}

table tbody tr {
	height: 40px;
}

table tbody tr:last-child {
	border: 0;
}

table td,
table th {
	text-align: left;
}

table td.l,
table th.l {
	text-align: right;
}

table td.c,
table th.c {
	text-align: center;
}

table td.r,
table th.r {
	text-align: center;
}

.table100-head th {
	font-size: 15px;
	line-height: 1.2;
	font-weight: unset;
	text-transform: uppercase;
}

tbody tr {
	font-size: 15px;
	line-height: 1.2;
	font-weight: unset;
}

tbody tr td {
	color: #FFF;
	font-size: 1em;
}

tbody tr td a {
	text-transform: uppercase;
	color: #fff;
	border: 0;
}

tbody tr:hover {
	background-color: #FFF;
	cursor: pointer;
}

tbody tr:hover td {
	color: #000 !important;
}

.column1,
.column2,
.column3,
.column4,
.column5 {
	text-align: center;
}

@media screen and (max-width: 992px) {
	table {
		display: block;
	}
	table>*,
	table tr,
	table td,
	table th {
		display: block;
	}
	table thead {
		display: none;
	}
	table tbody tr {
		height: auto;
		padding: 10px 5px;
	}
	table tbody tr td {
		padding-left: 50% !important;
		margin-bottom: 15px;
	}
	table tbody tr td:last-child {
		margin-bottom: 0;
	}
	table tbody tr td:before {
		font-size: 14px;
		color: #999999;
		line-height: 1.2;
		font-weight: unset;
		position: absolute;
		width: 50%;
		left: 0;
		top: 0;
	}
	table tbody tr td:nth-child(1):before {
		content: "Quantidade de créditos:";
	}
	table tbody tr td:nth-child(2):before {
		content: "Valor da Unidade:";
	}
	table tbody tr td:nth-child(3):before {
		content: "Qualidade da imagem:";
	}
	table tbody tr td:nth-child(4):before {
		content: "Valor:";
	}
	table tbody tr td:nth-child(5):before {
		content: "";
	}
	.column1,
	.column2,
	.column3,
	.column4,
	.column5 {
		text-align: left;
		width: 100%;
	}
	tbody tr {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.container-table100 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1920px) {
	.texto-header {
		margin-top: 350px;
		margin-left: 15%;
	}
}
@media (max-width: 1440px) {
	.texto-header {
		margin-top: 320px;
		margin-left: 20%;
	}
}
@media(max-width: 1366px) {
	.texto-header {
		margin-top: 250px;
    	margin-left: 21%;
	}
}
@media(max-width: 1280px) {
	.texto-header {
		margin-top: 250px;
    	margin-left: 23%;
	}
}
@media (max-width: 1024px) {
	.texto-header {
		margin-top: 250px;
    	margin-left: 30%;
	}
}
@media (max-width: 992px) {
	.texto-header {
		margin-top: 250px;
    	margin-left: 32%;
	}
}
@media (max-width: 800px) {
	.texto-header {
		margin-top: 250px;
		margin-left: 0%;
		text-align: left;
	}
	.navbar-dark .navbar-toggler {
		color: rgba(0,0,0,1);
		border-color: rgba(0,0,0,1);
		border-radius: 0;
	}
	.navbar-dark .navbar-nav .nav-link {
		float: right;
		padding: 10px 20px;
	}
	.navbar-collapse {
		background: #FFF;
		padding-bottom: 20px;
	}
	.notifyjs-corner {
		max-width: 100% !important;
	}
}
@media (max-width: 600px) {
	.pricing-plan {
		margin-bottom: 40px;
	}

	.wrap-table100 {
        width: 100%;
        margin-top: 50px;
    }

}
@media (max-width: 500px) {
	header {
		min-height: 400px;
	}
	.texto-header {
		margin-top: 195px;
	}
	.app {
		margin-bottom: 30px;
	}
	.logo-pay {
		text-align: center;
		margin-bottom: 10px;
	}
	.notifyjs-bootstrap-base {
		font-size: 12px;
	}
}
@media (max-width: 450px) {
	.texto-header h1,
	.texto-header h2 {
		font-size: 18px ;
		text-shadow: 1px 1px 1px #000;
	}
}

.internal-page-header {
	background-image: url('../images/background-header.jpg');
	background-size: cover;
	min-height: 500px;
}

.internal-texto-header {
	margin-top: 210px;
	margin-left: 0;
	position: relative;
	text-align: left;
	max-width: 760px;
}

.seo-page-section {
	background: #f8f9fa;
}

.seo-content-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 35px;
}

.seo-content-card h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

.seo-content-card h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.seo-content-card p {
	margin-bottom: 18px;
	line-height: 1.7;
}

.seo-list {
	padding-left: 20px;
	margin-bottom: 22px;
}

.seo-list li {
	margin-bottom: 8px;
}

.seo-cta {
	display: inline-block;
	background: #800080;
	color: #fff;
	padding: 12px 18px;
	border: 1px solid #800080;
	text-transform: uppercase;
	font-weight: 600;
}

.seo-cta:hover {
	background: #fff;
	color: #5109ff;
}

.footer-links {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}

.footer-links a {
	color: #000;
}

.whatsapp-link {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px;
	background-color: #25d366;
	color: #fff !important;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 2px #888;
	z-index: 1100;
}

.fa-whatsapp {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.internal-page-header {
		min-height: 430px;
	}

	.internal-texto-header {
		margin-top: 180px;
		max-width: 100%;
	}

	.seo-content-card {
		padding: 25px;
	}
}