/* Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #eee;
	background-color: #00011d;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/bg.jpg);
}

h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	margin: 0.5em 0;
}

h2, h3 {
  margin-top: 0;
}

a, a:visited {
  color: inherit;
  text-decoration: none;

}

a:hover {
  color: #eaac00;
}

a.button {
	display: inline-block;
	color: white;
	background-color: #de0840;
	border: none;
	border-radius: 4px;
	line-height: 1.5;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

a.button:hover {
  background-color: #ff0f4e;
}

code {
  font-family: Consolas,monaco,monospace;
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 6px 8px 2px;
  border-radius: 4px;
  opacity: 0.65;
}

.logo {
  margin: 0 0 1rem 0;
  opacity: 0.9;
}
.clear {clear:both; line-height:0;}

.main, .header, .footer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px;
}

.header {
  text-align: center;
 /* margin: calc(1rem + 4vw) auto calc(1rem + 2vw);*/
  padding-top: 25px;
}

.footer {
	opacity: 1;
	font-size: 14px;
	color: #CCCCCC;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.footer a, .footer a:visited {
  color: #febd19;
  border: none;
}

.footer a:hover, .footer a:visited:hover {
color: #d5bd00;
}

.accordion-tabs {
	color: #FFFFFF;
	background-color: #011631;
	border-radius: 6px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 0 8px #eb8d1c, 0 0 200px 30px rgba(0, 126, 255, 0.31);
}

.tabs-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-tab-list li {
  margin: 0;
}

.tabs-trigger {
  border-bottom: none;
  color: #f6ffc1;
  display: none;
  font-weight: normal;
  margin: 0 5px 0 1px;
  padding: 12px; 
  text-decoration: none;
}

.tabs-trigger:hover {
  border-bottom: none;
   border-bottom: 2px solid #033D89;
  color: #fff;
}

.tabs-trigger.is-selected, .tabs-trigger.is-selected:hover, .tabs-trigger.is-selected:focus {
  border-bottom: 2px solid #033D89;
  color: #fff;
}

.tabs-trigger:active {
  outline: none;
}

.tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}

.tabs-panel:not(:first-of-type) {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #033D89;
}

.tabs-panel:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #033D89;
}

.tabs-panel:not(:last-child) {
  border-bottom: none;
}

.tabs-panel .content {
  margin-top: 10px;
  padding: 20px;
}

.tabs-panel.is-hidden .content {
  display: none;
}

.tabs-panel:active, .tabs-panel:focus {
  outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.accordeon-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 10px;
}

.accordeon-trigger-icon {
  pointer-events: none;
}

@media (min-width: 40em) {
  .tabs-allowed .accordeon-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: block;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .tabs-allowed .tabs-panel {
    border-top: 2px solid #e2871b;
  }
  .tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
}

.accordeon-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}

.accordeon-trigger-icon svg {
  margin: 0;
}

[aria-expanded="true"] .vert {
  display: none;
}

.label--open, .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.label--close {
  display: none;
}

.is-open .label--open {
  display: none;
}

.is-open .label--close {
  display: block;
}

/*menu nav*/
nav {
	clear: both;
	margin-top: 10px; 
}
nav ul { font-weight:600; font-size:15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #171717; border-bottom:#5d5d5d solid 1px;
}

nav li {
  float: left; border-right: #5d5d5d solid 1px;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px 13px;
  text-decoration: none;
}

nav li a:hover:not(.active) {
  background-color: #222;
}

nav .active {
  background-color: #7f0c1d;
}

.catalog {
	text-align: center;
	width: 100%;
}
.reward {
	width: 240px;
	margin: 15px;
	height: 380px;
	overflow: hidden;
	display: inline-block;
}
.reward img {display:block; clear:both; max-width:240px;}

.point {

	font-weight: 600;
	color: #F90;
}
.redeem input, .redeem textarea {
	margin-bottom: 10px;
	color: #666;
}
 .redeem textarea {width:300px; min-height:100px;}
 .redeem .info {
	color: #FC0;
	display: inline-block;
	padding-left: 10px;
}
a.backbotton {
	margin-right: 10px; background-color:#444 !important;
}
img {border:none !important}

.reward-container {
	height: 80px; width:100%;
  position: relative;
}
.reward-square {
  margin: 0;width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 499px) and (min-width: 300px){
	.catalog {
	text-align: center;
	width: 100%;
}
 .reward {	font-size:12px;
	width: 30%;
	margin:1%;
	height: 260px;
	overflow: hidden;
	display: inline-block;
	padding-bottom:10px;
}
.reward img {display:block; clear:both; max-width:100%;}
.point {
	font-weight: 600;
	font-size: 13px;
	color: #F90;
}
.reward-container {
	height: 110px;}
}

@media screen and (max-width: 729px) and (min-width: 500px){
	.catalog {
	text-align: center;
	width: 100%;
}
 .reward {	font-size:12px;
	width: 30%;
	margin:1%;
	height: 330px;
	overflow: hidden;
	display: inline-block;
	padding-bottom:10px;
}
.reward img {display:block; clear:both; max-width:100%;}
.point {
	font-weight: 600;
	font-size: 13px;
	color: #F90;
}
.reward-container {
	height: 90px;}
}
.tentarticle {margin-top:30px;}
.tentarticle a:link, .tentarticle a:hover, .tentarticle a:visited {color:#febd19;}
.tentarticle b{color:#fff693}
