#loader{
	width: 100%;
	height: 100%;
}
.loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
  background-color: #754fa0;
}
.loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* variaveis sass */
/* variaveis sass */
/* Reset CSS
 * --------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	height: 100%;
}
body, html{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
a:link {
	color: #323232;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #323232;
}

a:hover {
	text-decoration: none;
	color: #323232;
}

a:active {
	text-decoration: none;
	color: #323232;

}

table {
	border-spacing: 3px;
	border-collapse: inherit;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

table, th, td {
	border: 0px solid black;
}

th {
	padding: 10px;
	color: #323132;
	text-align: center;
}

td {
	padding: 5px;
	text-align: left;
	color: #fff;
}

.qtd {
	text-align: center;
	line-height: 0.8em;

}
.qtd a{
	color:#fff;
	font-size: 0.8em;
}

figure {
	padding: 0;
}

.cbranco {
	background: rgba(255, 255, 255, 0.78);
}

.croxo {
	background: #550b8f;
}

.LogoKabum {
	max-width: 293px;
	margin: 25px 0 20px 0;
}

.TituloTopo {
	max-width: 407px;
}

section {
	padding: 70px 10px;
}

.BannerTopo {
	background: url(../img/BannerTopo.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1014px;
	padding: 0 10px;
}

.BannerTopo .container {
	position: relative;
}

.BannerTopo .titulo {
	position: absolute;
	right: 30px;
}

.InfoPromo {
	background: #39085f;
}

.InfoPromo p {
	color: #fff;
}

.compra {
	font-size: 1.4em;
	letter-spacing: 0.2em;
	padding: 20px 10px;
}

.compra i {
	padding-right: 10px;
}

.Setup1 {
	background: #ffc001;
}

.Setup2 {
	background: #3f0261;
}

.Setup3 {
	background: #ffc001;
}

.Setup3 .cursos{
	margin: 20px 0;
}

.Setup3 .cursos h2 {
    margin: 15px 20px;
    font-weight: 400;
    font-size: 1.6em;
    color: #550b8f;
}

.Setup3 .cursos h2 strong {
    font-weight: 700;
    background: #fff908;
    padding: 1px 5px;
}

.Setup3 .cursos figure{
	margin-bottom: 20px;
}


.obsCupom span {
	font-weight:700;
	padding: 0;
	color:#ffffff;
}

.obsCupom{
	background: #ff7c00;
	overflow: hidden;
	padding: 20px 5px;
	margin: 0 3px;
	font-size: 1.9em;
	line-height:1em;
	letter-spacing:-0.03em;
	font-weight:400;
	color:#ffd0a3;
}

footer {
	background: #39085f;
	padding: 40px 10px;
	text-align: center;
}

footer figure {
	max-width: 253px;
	margin: 0 auto 15px;
}

footer h5 {
	color: #75459a;
}

.observacoes {
    text-align: left;
    padding: 10px;
    background: rgb(255, 226, 138);
    margin: 0 3px 10px 3px;
    color: #b57e7e;
}
.observacoes p{
	color:#ad0505;
	line-height:1em;
	margin-top:5px
}
.observacoes h6{
	color:#550b8f;
}
.observacoes small{
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
}


@media screen and (max-width: 420px) {
  .BannerTopo {
    background: url(../img/bannerTopo-420.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 777px;
    padding: 0 10px;
  }
  .TituloTopo {
    max-width: 270px;
    margin: 0 auto;
  }
  .LogoKabum {
      max-width: 150px;
      margin: 25px auto 20px;
  }
  .BannerTopo .titulo {
    position: absolute;
    right: 60px;
}

}

@media screen and (min-width: 421px) and (max-width: 768px) {
  .BannerTopo {
    background: url(../img/bannerTopo-780.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 438px;
    padding: 0 10px;
  }

  .TituloTopo {
    max-width: 270px;
    margin: -60px 0 0 0;
  }
  .LogoKabum {
      max-width: 150px;
      margin: 25px 10px 20px 10px;
  }
  .BannerTopo .titulo {
    position: absolute;
    right: 60px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .BannerTopo {
    background: url(../img/bannerTopo-1280.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 672px;
    padding: 0 10px;
  }
  .TituloTopo {
    max-width: 300px;
    margin: -60px 0 0 0;
  }
  .LogoKabum {
      max-width: 250px;
      margin: 25px 10px 20px 10px;
  }
  .BannerTopo .titulo {
    position: absolute;
    right: 60px;
  }



}



@media screen and (max-width: 420px) {
	table {
		font-size: 11px;
	}

	.cupom span {
		font-size: 1.3em;
	}
}
