/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333333;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clear {
  clear: both;
  float: none;
}

nav ul, li {
  list-style: none;
}

/* general settings */
body {
  background: #fff;
  font-size: 12px;
  font-family: arial, sans-serif;
}

section {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
}

a {
  text-decoration: none;
  color: #417bb3;
}

a:hover {
  text-decoration: underline;
}

small {
  font-size: 11px;
}

.shadow {
  position: absolute;
  z-index: 5000;
}

/* top */
header {
  height: 72px;
  position: relative;
}

header h1 a {
  text-indent: -999em;
  overflow: hidden;
  width: 125px;
  height: 50px;
  background: url(img/logo.png) no-repeat;
  position: absolute;
  z-index: 50;
  top: 5px;
  left: 30px;
  -webkit-transition: all 140ms linear 0s;
  -moz-transition: all 140ms linear 0s;
  -o-transition: all 140ms linear 0s;
  transition: all 140ms linear 0s;
}

header h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header h1 a.cadastro {
  left: 40%;
}

header h2 {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  padding-top: 8px;
  font-family: "trebuchet ms", arial, sans-serif;
  display: none;
}

.social {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1000;
}

header .social {
  display: none;
}

.social li {
  float: left;
  margin: 0 0 2px 8px;
}

.gradient {
  position: relative;
  min-height: 600px;
  padding: 25px 0 0 0;
}

body#admin .gradient {
  position: relative;
  min-height: 570px;
  padding: 55px 0 0 0;
}

#ie7 .gradient {
  position: relative;
  padding: 52px 0 0 0;
}

#ie7 body#admin .gradient {
  position: relative;
  padding: 99px 0 0 0;
}

/* top nav */

.topnav {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5050;
  background: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);

  -moz-box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* NAV ADMIN */
.topnavadmin {
  background: none repeat scroll 0 0 #2D2D2D;
  display: inline-block;
  height: 28px;
  width: 100%;
}

.topnavadmin container {
  padding: 0;
  margin: 0;
}

ul.navadmin {
  display: inline-block;
  margin-left: 30px;
}

.navadmin > li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

.navadmin a, .navadmin div {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
}

.navadmin span {
  background: url("img/sprites.png") no-repeat scroll -239px -241px transparent;
  display: block;
  float: left;
  height: 25px;
  margin: 0 -8px 0 5px;
  width: 16px;
}

.navadmin > li.current a, .navadmin a:hover {
  color: #999;
}

/**/

.topnav header {
  height: 62px;
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 980px;
}

.topnav section {
  padding: 0;
}

.topnav nav {
  position: absolute;
  right: 308px;
  top: 15px;
}

.topnav nav.principal {
  left: 200px;
}

.topnav nav ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 30px;
  width: 430px;
  background: #FFF;
  padding: 15px 0 15px 15px;
  border-top: #9950B8 5px solid;
  border-left: #DCDDDF 1px solid;
  border-right: #DCDDDF 1px solid;
  border-bottom: #DCDDDF 1px solid;
  -moz-box-shadow: 2px 10px 16px -9px #333333;
  -webkit-box-shadow: 2px 10px 16px -9px #333333;
  box-shadow: 2px 10px 16px -9px #333333;
}

.topnav nav .dropdown-menu ul {
  float: left;
  width: 200px;
  margin: 0 15px 0 0;
}

.topnav nav .dropdown-menu ul h3 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: #DCDDDF 1px solid;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.topnav nav .dropdown-menu ul li {
  float: left;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
}

.topnav nav .dropdown-menu ul li a {
  background: transparent;
  font-size: 14px;
  color: #666;
  padding: 6px 4px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.topnav nav .dropdown-menu ul li a:hover {
  background: #9950B8;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.topnav nav.principal ul li a span {
  background: url("img/sprites.png") no-repeat scroll -10px 0 transparent;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin: 0 0 0 8px;
}

.topnav nav li, .user_top li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}

.topnav nav li a {
  background: #7B3F96;
  display: inline-block;
  line-height: 1.4;
  padding: 5px 8px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.topnav nav li a .isearch {
  float: left;
  background: url("img/sprites.png") no-repeat scroll -290px -65px transparent;
  width: 18px;
  height: 18px;
  display: block;
  margin: 2px 5px 0 0;
}

.topnav nav .current a, .topnav nav a:hover, .topnav nav li:hover > a {
  background: #9950B8;
  color: #FFF;
}

.topnav nav .current a {
  font-weight: bold;
}

.user_top {
  position: absolute;
  right: 0;
  top: 10px;
  width: 216px;
}

.user_top.offline li a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.user_top.offline li a:hover {
  background: #555;
  color: #fff;
}

.user_top ul {
  float: left;
  display: inline-block;
}

.user_top ul li {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}

.user_top ul li span {
  background: url("img/sprites.png") no-repeat scroll -10px -10px transparent;
  margin: 0 0 0 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.user_top ul li figure {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  margin: -0 0 0 0;
}

.user_top ul li figure img {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}

.user_top ul li a {
  display: inline-block;
  width: 150px;
  line-height: 0.4;
  padding: 10px 12px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.user_top ul .current a, .user_top a:hover, .user_top li:hover > a {
  background: #F2F2F2;
  color: #666666;
}

.user_top ul .current a {
  font-weight: bold;
}

/* sub-menu topnav */

.user_top ul li ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 1500;
  background: #FFF;
  min-width: 140px;
  width: auto;
  max-width: 220px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #DCDDDF;
  -moz-box-shadow: 2px 10px 16px -9px #333333;
  -webkit-box-shadow: 2px 10px 16px -9px #333333;
  box-shadow: 2px 10px 16px -9px #333333;
}

.user_top ul li:hover ul {
  display: block;
}

.user_top ul li li {
  float: none;
  display: block;
}

.user_top ul li li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

#ie7 .user_top ul li ul {
  width: 140px;
}

#ie7 .user_top ul li li a {
  width: 116px;
}

.user_top ul li li a:hover {
  background: #F2F2F2;
}

/* pick your city */
.pickcity a.toggle {
  display: inline-block;
  padding: 8px 36px 8px 8px;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif; /*border: 1px solid #ccc; border-color: #ddd #bbb #bbb #ddd; border-radius: 3px;*/
  position: relative;
  z-index: 1001;
  box-shadow: 0 0px 10px -8px #333333;
}

.pickcity a.toggle.on {
  border-radius: 3px 3px 0 0;
  background: #fff;
  border-bottom-color: #fff;
  box-shadow: none;
}

.pickcity a.toggle span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/sprites.png) no-repeat -8px -2px;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 8px;
}

.pickcity a.toggle.on span {
  background-position: -64px 0;
}

.pickcity {
  position: absolute;
  top: 20px;
  left: 230px;
}

.pickcity .pc_cities {
  position: absolute;
  top: 31px;
  left: 0;
  width: 324px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-color: #ddd #bbb #bbb #ddd;
  border-radius: 0 3px 3px 3px;
  z-index: 1000;
  box-shadow: 0 8px 12px -8px #333333;
}

.pickcity .pc_cities ul {
  float: left;
  width: 157px;
}

.pickcity .pc_cities ul li {
  margin-top: 10px;
}

.pickcity .pc_cities ul li:first-child {
  margin-top: 0;
}

.pickcity .pc_cities ul li a {
  display: inline-block;
}

.pickcity .pc_cities h3 {
  font-size: 22px;
  padding: 0;
  border-left: none;
  margin-bottom: 16px;
  font-family: georgia, serif;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

.pickcity .pc_cities ul li a:hover {
}

.pickcity .pc_cities ul.first {
  margin-right: 10px;
}

.pc_cities .alert {
  margin-bottom: 10px;
}

.pc_search {
  margin-bottom: 10px;
}

.pc_search input[type=text] {
  width: 310px;
}

.pickcity h3 {
  border-left: 1px solid #D2D2D2;
  color: #666666;
  display: inline-block;
  font-size: 20px;
  padding: 4px 0 4px 16px;
}

/* big top search */
.bigsearch {
  position: absolute;
  width: 330px;
  top: 16px;
  right: 310px;
  text-align: right;
}

.bigsearch legend {
  display: none;
}

.bigsearch input[type=text] {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  color: #4F4F4F;
}

.bigsearch input[type=submit] {
  height: 42px;
  font-size: 18px;
  color: #4F4F4F;
  margin: 1px 0 0 0;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* acesso ao site */
.acesso {
  position: absolute;
  width: 210px;
  top: 18px;
  right: 10px;
  text-align: right;
}

.acesso a {
  color: #333;
  font-size: 16px;
  margin: 0 5px 0 0;
  font-weight: bold;
}

.acesso .btn {
  font-size: 16px;
  margin: 0;
  padding: 6px 10px;
}

/* carrinho de copra */
.cart {
  display: block;
  position: absolute;
  top: 10px;
  right: 250px;
  padding: 5px;
  width: 32px;
  height: 32px;
}

.cart .icon {
  display: block;
  width: 32px;
  height: 32px;
}

.cart a i {
  background: url("img/sprites.png") no-repeat scroll -276px -6px transparent;
  display: inline-block;
  width: 26px;
  height: 24px;
  margin: 6px 2px 0;
  position: relative;
}

.cart a em {
  position: absolute;
  background: #F90613;
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px;
  top: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.cart .cart_popup {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 320px;
  padding-bottom: 10px;
  text-align: right;
  background: #FFF;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px #fff inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

.cart:hover, .cart a em {
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}

.cart:hover .cart_popup {
  display: block;
}

.cart_popup ul {
  display: inline-block;
  width: 300px;
  margin: 6px 10px 10px 10px;
}

.cart_popup ul li {
  float: left;
  padding: 4px 0;
  width: 100%;
  text-align: left;
}

.cart_popup ul li:hover {
  background: #FFFAE8;
}

.cart_popup ul li figure {
  float: left;
  width: 78px;
  height: 42px;
  padding: 0;
  margin: 0 8px 0 0;
}

.cart_popup ul li figure img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 78px;
  height: 42px;
}

.cart_popup ul li h3 {
  color: #333333;
  float: left;
  font-size: 12px;
  padding: 3px 0 0;
  text-decoration: none;
  width: 146px;
  text-align: left;
}

.cart_popup ul li span {
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 0;
  text-align: right;
  width: 68px;
}

.cart_popup .total {
  display: inlie-block;
  background: #F5F5F5;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.cart_popup .total span {
  display: inline-block;
  width: 49%;
}

.cart_popup .total span:first-child {
  text-align: left;
}

.cart_popup .btn {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
}

.bleftp {
  border-left: #C1C1C1 1px solid;
  padding-left: 15px;
  min-height: 32px;
}

.brightp {
  border-right: #C1C1C1 1px solid;
  padding-right: 15px;
  min-height: 32px;
}


/* slider */
#slideshow {
  background: #FFF;
  height: 400px;
  width: 100%;
  position: relative;
  margin: 62px 0 -70px;
}

#slideshow .slide {
  background-position: center center;
  height: 400px;
  overflow: hidden;
  width: 100%;
}

#slideshow .slide_wrap {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 980px;
  height: 400px;
}

#slideshow h1 {
  color: #FFFFFF;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 36px;
  letter-spacing: -0.06em;
  line-height: 1.2;
  padding: 0;
  position: relative;
  top: 50px;
  left: 20px;
  text-shadow: -1px -1px 0 #0B1424;
  z-index: 10;
}

#slideshow p {
  color: #FFFFFF;
  font-size: 21px;
  letter-spacing: -0.06em;
  line-height: 1.1;
  padding: 0;
  position: relative;
  top: 70px;
  left: 20px;
  z-index: 10;
}

#slideshow p a {
  font-size: 22px;
  margin: 25px 0 0;
  padding: 12px 50px;
}

#slideshow figure {
  height: 400px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 980px;
  z-index: 9;
}

#slideshow figure img {
  position: absolute;
  right: 0;
  top: 0;
}

#pages {
  display: block;
  padding: 6px 0;
  position: relative;
  top: 40px;
  text-align: center;
  z-index: 100;
  width: 100%;
}

#pages a {
  background: url("img/bullets.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}

#pages a.activeSlide {
  background-position: -16px 0;
}

/* footer */
footer {
  display: inline-block;
  width: 100%;
  background: url("img/footer-bg.png") repeat-x scroll 0 -25px transparent;
  position: relative;
  padding: 0 0 10px 0;
}

footer section {
  padding: 20px 0 0 0;
  width: 980px;
}

footer address .social_icon {
  float: left;
  margin: -5px 10px 0 0;
}

footer address .social_icon a {
  text-decoration: none;
  float: left;
  width: 19px;
  height: 20px;
  margin: 0 0 0 5px;
}

footer address .social_icon a.facebook {
  background: url(img/sprites.png) -18px -20px no-repeat;
}

footer address .social_icon a.twitter {
  background: url(img/sprites.png) -47px -20px no-repeat;
}

footer nav.footer-nav {
  float: left;
  text-align: left;
}

footer nav.footer-nav ul {
  display: inline-block;
}

footer nav.footer-nav ul li {
  float: left;
  width: 100%;
  margin: 0 0 8px;
  list-style: none outside none;
}

footer nav.footer-nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #666;
}

footer nav.footer-nav ul li a:hover {
  text-decoration: underline;
}

.footer-nav, .footer-redes, .footer-pgt, .footer-contato {
  float: left;
  width: 170px;
  min-height: 160px;
  margin: 0 0 0 37px;
}

footer h3 {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
  margin: 0 0 16px 0;
}

.footer-redes a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all 140ms linear 0s;
  -moz-transition: all 140ms linear 0s;
  -o-transition: all 140ms linear 0s;
  transition: all 140ms linear 0s;
}

.footer-redes a.facebook {
  background: url(img/sprites.png) 0 -285px no-repeat;
}

.footer-redes a.twitter {
  background: url(img/sprites.png) -40px -285px no-repeat;
}

.footer-redes a.youtube {
  background: url(img/sprites.png) -80px -284px no-repeat;
}

.footer-redes a.googleplus {
  background: url(img/sprites.png) -120px -285px no-repeat;
}

.footer-redes a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

footer .footer-contato {
  width: 300px;
}

.footer-contato ul {
  display: inline-block;
  width: 100%;
  margin: 12px 0 0 0;
  list-style: none outside none;
}

.footer-contato ul li {
  float: left;
  width: 100%;
  margin: 0 0 6px 0;
  line-height: 20px;
  list-style: none outside none;
}

.footer-contato ul li span {
  float: left;
  margin: 0 5px 0 0;
}

.footer-contato ul li span.telefone {
  background: url(img/sprites.png) -109px -134px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.footer-contato ul li span.celular {
  background: url(img/sprites.png) -135px -134px no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 5px 20px 0;
}

/* content division */
section.content {
  padding: 0 10px;
  width: 960px;
}

section.content_cadastro {
  padding: 100px 0 0 0;
  width: 740px;
}

.content {
  margin: 40px auto 0;
}

.content > [class*="grid"], .content_cadastro > [class*="grid"] {
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

.content > [class*="grid"].first, .content_cadastro > [class*="grid"].first {
  margin-left: 0;
}

/* test */
.content.test > [class*="grid"] {
  font-size: 11px;
  background: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 8px 0;
  text-shadow: 1px 1px 0 #fff;
}

.grid1 {
  width: 41px;
}

.grid2 {
  width: 102px;
}

.grid3 {
  width: 163px;
}

.grid4 {
  width: 225px;
}

.grid1-3 {
  width: 306px;
}

.grid2-3 {
  width: 634px;
}

.grid5 {
  width: 287px;
}

.grid6 {
  width: 347px;
}

.grid7 {
  width: 408px;
}

.grid8 {
  width: 470px;
}

.grid9 {
  width: 532px;
}

.grid10 {
  width: 593px;
}

.grid11 {
  width: 653px;
}

.grid12 {
  width: 715px;
}

.grid13 {
  width: 777px;
}

.grid14 {
  width: 838px;
}

.grid15 {
  width: 899px;
}

.grid16 {
  width: 960px;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-bottom: 10px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

/* inside headings */
.content h1, .content_cadastro h2, .content h2, .content_cadastro h2, .content h4, .content_cadastro h4, .content h5, .content_cadastro h5, .content h6, .content_cadastro h6 {
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
}

.content h1, .content_cadastro h1 {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.2;
}

.content h2, .content_cadastro h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: s6px;
  line-height: 1.4;
}

.content_cadastro h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.4;
}

.content h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-weight: normal;
  color: #666;
}

.content_cadastro h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-weight: normal;
  color: #666;
}

.content h4, .content_cadastro h4 {
  font-size: 12px;
  text-transform: uppercase;
}

.content h5, .content_cadastro h5 {
  font-size: 12px;
}

.content h6, .content_cadastro h6 {
  font-size: 11px;
  color: #888;
}

/* headings */
.toptitle {
  background: #a61e22;
  color: #fff;
  padding: 20px 20px 14px;
  margin: -20px 0 20px -20px;
  width: 960px;
  border-bottom: 1px solid #85181b;
  border-radius: 3px 3px 0 0;
  text-shadow: -1px -1px 0 #85181b;
}

.toptitle h1 {
  font-size: 38px;
  margin-bottom: 6px;
  line-height: 1;
}

.maintitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.maintitle h1 {
  font-size: 38px;
  letter-spacing: -0.03em;
  color: #666;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
}

.toptitle h2, .maintitle h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  font-style: italic;
  font-family: georgia, serif;
  margin-bottom: 6px;
}

.breadcrumbs, .maintitle h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
}

.maintitle .number {
  display: inline-block;
  background: #a61e22;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  margin-right: 6px;
  text-shadow: -1px -1px 0 #5d1113;
}


#ie7 .content ol li {
  width: 100%;
}

.content p, .content_cadastro p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 16px;
}


.content blockquote, .content_cadastro blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}

.content blockquote p, .content_cadastro blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}

.content blockquote small, .content_cadastro blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}

.content blockquote small:before, .content_cadastro blockquote small:before {
  content: '\2014 \00A0';
}


.content hr {
  display: none;
}

.content address {
  font-size: 12px;
  line-height: 1.4;
  font-style: normal;
}

.content img {
}

.content figure {
}

.content figure.totheright {
}

.content figure.totheleft {
}


.content nav.horizontal {
}

.content nav.vertical {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0px 10px -8px #333333;
  -webkit-box-shadow: 0 0px 10px -8px #333333;
  box-shadow: 0 0px 10px -8px #333333;
}


.vertical > h3 {
  border-bottom: 1px solid #BFBFBF;
  color: #333;
  display: inline-block;
  font-weight: bold;
  margin: 12px 12px 0;
  padding-bottom: 12px;
  width: 202px;
  font-size: 16px;
}

.vertical > h4 {
  border-bottom: 1px solid #BFBFBF;
  color: #666;
  display: inline-block;
  font-weight: bold;
  margin: 12px 12px 0;
  padding-bottom: 12px;
  width: 202px;
  font-size: 14px;
}

.content nav.vertical li {
  font-size: 12px;
  margin: 0 0 -1px 0;
  list-style: none;
  position: relative;
}

.content nav.vertical li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  color: #0088CC;
  background: #FFF;
  border: 1px solid #E9E9E9;
}

.content nav.vertical li:first-child a {
  border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
}

.content nav.vertical li:last-child a {
  border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}

.content nav.vertical li a:hover {
  background: #F5F5F5;
  border-color: #E9E9E9;
}

.content nav.vertical li.current a {
  color: #fff;
  background: #0088CC;
  border-color: #0080C1;
  text-shadow: 1px 1px 0 #0080C1;
}

.content nav.vertical li.current a .seta {
  background: url(img/sprites.png) -93px -8px no-repeat;
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
}

.content nav.vertical li a .seta {
  background: url(img/sprites.png) -72px -8px no-repeat;
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
}

.content nav.vertical li a .box-num {
  background: #CC0000;
  min-width: 10px;
  position: absolute;
  top: 10px;
  right: 32px;
  padding: 3px 4px;
  color: #FFF;
  text-shadow: 0 0 transparent;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.content .boxnav {
  display: block;
}

.content .boxnav li {
  font-size: 12px;
  margin: 0;
  list-style: none;
}

.content .boxnav li a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  font-weight: normal;
}

.content nav.boxnav li.current a {
  font-weight: bold;
}

.content nav.boxnav li a:hover {
  font-weight: bold;
}

.content .boxnav h2 {
  margin: 0 0 6px;
  padding: 6px 0;
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #ccc;
  letter-spacing: normal;
}

.content .boxnav li a span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.content .boxnav li.open a span {
  background: url(img/sprites.png) -96px 0 no-repeat;
}

.content .boxnav li.close a span {
  background: url(img/sprites.png) -80px 0 no-repeat;
}

/* BOX THUMB NAV */
.content nav.boxthumbnav {
  display: block;
}

.content nav.boxthumbnav li {
  font-size: 12px;
  margin: 0;
  list-style: none;
}

.content nav.boxthumbnav li a {
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

.content nav.boxthumbnav h2 {
  margin: 0 0 6px;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #ccc;
  letter-spacing: normal;
}

.content nav.boxthumbnav li a:hover {
  background: #F1F1F1;
}

.content nav.boxthumbnav div.local_loja {
  float: left;
  font-size: 11px;
  color: #666;
  font-weight: normal;
}

/**/

nav.dropdown h2 {
  margin: 0 0 6px;
  padding: 6px 0;
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #ccc;
  letter-spacing: normal;
}

nav.dropdown li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #eee;
}

nav.dropdown li li {
  border: 0;
}

nav.dropdown li ul {
  display: none;
}

nav.dropdown li.open ul {
  display: block;
}

nav.dropdown li a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 6px 16px 6px 0;
  position: relative;
}

nav.dropdown li a .ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/sprites.png) -80px 0 no-repeat;
  position: absolute;
  top: 6px;
  right: 6px;
}

nav.dropdown li.open a .ico {
  background-position: -96px 0;
}

nav.dropdown li a:hover {
  color: #417bb3;
}

nav.dropdown li.open a.trigger {
  color: #417bb3;
  font-weight: bold;
}

nav.dropdown li.open li a {
  font-size: 11px;
}

nav.dropdown li.open li a:hover {
  color: #417bb3;
}

nav.dropdown li li a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/sprites.png) -128px 0 no-repeat;
  vertical-align: middle;
}

nav.dropdown li li.check a span {
  background-position: -144px 0;
}

nav.dropdown .howmany {
  display: inline-block;
  background: #bbb;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 6px;
  line-height: 1;
}

.content nav.tabs {
  border-bottom: 1px solid #bbb;
  margin: 0;
  font-weight: normal;
}

.content nav.tabs li {
  float: left;
  list-style: none;
  margin: 0 6px -1px 0;
  font-size: 14px;
}

.content nav.tabs li a {
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  color: #444;
  background: #eee;
  border-radius: 3px 3px 0 0;
  border: 1px solid #bbb;
  font-weight: normal;
  box-shadow: 0 -1px 1px 0px #ddd inset;
  text-shadow: 1px 1px 0 #fff;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.content nav.tabs li.current a {
  border-color: #0360AE;
  text-decoration: none;
  color: #FFF;
  background: #0360AE;
  box-shadow: none;
  text-shadow: none;
}

.content nav.tabs li.current a:hover {
  background: #0360AE;
  color: #FFF;
}

.content nav.tabs li a:hover {
  background: #FFF;
  color: #417bb3;
  text-decoration: none;
}

#ie7 .content nav.tabs ul, #ie7 .content nav.tabs {
  padding: 0;
}

.content nav.tabs li.current a span {
  position: absolute;
  top: 32px;
  left: 46%;
  background: url(img/sprites.png) 0 -148px no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
}

.content nav.order {
  border-bottom: 1px solid #bbb;
  padding: 8px 0 8px 0;
  margin-bottom: 8px;
  font-weight: normal;
}

.content nav.order a {
  margin: 0 0 0 10px;
}

.content nav.order a.current span {
  display: inline-block;
  background: url(img/sprites.png) -80px 0 no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}

.content table {
  width: 100%;
  margin: 0 auto 0;
  cursor: default;
  border-collapse: collapse;
}

.content table.mbottom {
  margin-bottom: 20px;
}

.content .tableheader {
  background: none repeat scroll 0 0 #F7F7F7;
  border-bottom: 1px solid #E3E3E3;
  color: #316482;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 15px;
  width: 683px;
}

.content table tr:hover td {
  background: #fffae8;
}

.content table th {
  padding: 10px 16px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.content table td {
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 15px;
}

.content .borderall {
  border: 1px solid #E3E3E3;
  margin-bottom: 20px;
}

.content table.bordered {
  border: 1px solid #E3E3E3;
  border-width: 1px 0 0 1px;
}

.content table.bordered td, .content table.bordered th, .content table.borderall tr {
  border-right: 1px solid #E3E3E3;
}

.content table.bordered th {
  background: #f2f2f2;
}

.content table.bordered.zebra {
}

.content table.zebra {
}

.content table tr.odd {
  background: #F7F7F7;
}

.content table.bordered.zebra th {
  background: #e8e8e8;
}

/*
.pagination {display: block; padding: 16px 0; text-align: center;}
.pagination a {display: inline-block; color: #444; margin: 0 2px; padding: 4px 8px; font-weight: bold; line-height: 1; font-size: 14px; border-radius: 3px; text-decoration: none;}
.pagination a:hover {background: #ddd;}
.pagination a.current {background: #0088CC; color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);}
.pagination a.off {color: #aaa; cursor: default; background: none;}

*/
/* alerts */
.alert {
  background: #FCF8E3; /* border: 1px solid #f6c163; */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 12px;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
  color: #222;
  position: relative;
  font-size: 12px;
  border: #6D6D6D 1px solid;
}

.alert .alert-heading {
  font-size: 20px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  color: #FF3535;
  font-weight: normal;
}

.link-alert {
  color: #438BC9;
  display: inline-block;
}

.alert .close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 26px;
  font-weight: bold;
}

.alert p {
  color: #717272;
  font-size: 14px;
  margin: 0 0 8px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert.negative {
  background: #fddfde;
  color: #b94a48;
}

/* top messages */
.topalert {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
}

.topalert p {
  font-size: 16px;
  padding: 12px 20px;
  background: #fff1a2;
  border: 1px solid #f6c163;
  border-top: 0;
  color: #333333;
  max-width: 600px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.topalert.positive p {
  background: #d1eed1;
  border-color: #090;
}

.topalert.negative p {
  background: #fddfde;
  border-color: #b94a48;
}


/* forms */
select {
  padding: 5px;
  max-width: 638px;
}

textarea {
  line-height: 1.4;
  min-height: 70px;
  min-width: 200px;
  resize: vertical;
}

label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=url], input[type=date], input[type=password], textarea, select {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #bbb;
  border-color: #DCDDDF;
  font-family: arial, sans-serif;
  padding: 10px 6px;
  border-radius: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=url]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus {
  background-color: #f6f6f6;
  box-shadow: 0 0 4px #fc0;
}

/* buttons */

input[type=submit], a.btn, button.btn {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  font-family: arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px 0 0;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 3px;
  background: #4cb200;
  background-image: -moz-linear-gradient(top, #7ebf18, #4cb200);
  background-image: -webkit-linear-gradient(top, #7ebf18, #4cb200);
  background-image: linear-gradient(top, #7ebf18, #4cb200);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #106710;
  text-shadow: -1px -1px 0 #408540;
  color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

input[type=submit]:hover, a.btn:hover, button.btn:hover, input[type=submit].btbig:hover, a.btbig:hover, button.btbig:hover {
  background: #7ebf18;
}

input[type=submit].btbig, a.btbig, button.btbig {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  font-family: arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 7px 12px 7px;
  margin: -1px 0 0;
  border-radius: 3px;
  background: #4cb200;
  background-image: -moz-linear-gradient(top, #7ebf18, #4cb200);
  background-image: -webkit-linear-gradient(top, #7ebf18, #4cb200);
  background-image: linear-gradient(top, #7ebf18, #4cb200);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #106710;
  text-shadow: -1px -1px 0 #408540;
  color: #fff;
}

input[type=submit].negative, a.btn.negative, button.btn.negative {
  background: #c43c35;
  background-image: -moz-linear-gradient(top, #d44943, #c43c35);
  background-image: -webkit-linear-gradient(top, #d44943, #c43c35);
  background-image: linear-gradient(top, #d44943, #c43c35);
  border: 1px solid #b03630;
  text-shadow: -1px -1px 0 #b03630;
  color: #fff;
}

input[type=submit].negative:hover, a.btn.negative:hover, button.btn.negative:hover {
  background: #B83832;
}

input[type=submit].normal, a.btn.normal, button.btn.normal {
  background: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF, #F7F7F7);
  background-image: -webkit-linear-gradient(top, #FFF, #F7F7F7);
  background-image: linear-gradient(top, #FFF, #F7F7F7);
  border: 1px solid #DCDDDF;
  text-shadow: 1px 1px 0 #fff;
  color: #4F4F4F;
}

input[type=submit].normal:hover, a.btn.normal:hover, button.btn.normal:hover {
  background: #f2f2f2;
}

input[type=submit].disable, a.btn.disable, button.btn.disable {
  background: #EBEBEB;
  background-image: -moz-linear-gradient(top, #F7F7F7, #EBEBEB);
  background-image: -webkit-linear-gradient(top, #F7F7F7, #EBEBEB);
  background-image: linear-gradient(top, #F7F7F7, #EBEBEB);
  border: 1px solid #DCDDDF;
  text-shadow: 1px 1px 0 #fff;
  color: #CCC;
  cursor: default;
}

input[type=submit].follow, a.follow, button.follow {
  font-size: 18px;
  color: #FFF;
  text-shadow: -1px -1px 0 #333;
  font-weight: bold;
  font-family: arial, sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 7px 28px;
  /* background: #D95656;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  /*border:1px solid #D23535;*/
}

input[type=submit].follow:hover, a.follow:hover, button.follow:hover {
  /*background:#D13232;*/
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

input[type=submit].unfollowed, a.unfollowed, button.unfollowed {
  font-size: 18px;
  color: #FFF;
  text-shadow: -1px -1px 0 #333;
  font-weight: bold;
  font-family: arial, sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 7px 28px;
  background: #D95656;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  border: 1px solid #D23535;
}

input[type=submit].unfollowed:hover, a.unfollowed:hover, button.unfollowed:hover {
  background: #D13232;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

a.btn.play {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  font-family: arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  min-width: 65px;
  text-align: center;
  margin: 0;
  padding: 6px 8px 6px 4px;
  line-height: 1;
  border-radius: 3px;
  background: #3963A8;
  background-image: -moz-linear-gradient(top, #417BB3, #3963A8);
  background-image: -webkit-linear-gradient(top, #417BB3, #3963A8);
  background-image: linear-gradient(top, #417BB3, #3963A8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #205991;
  text-shadow: -1px -1px 0 #01527E;
  color: #fff;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: relative;
}

.play span {
  background: url(img/sprites.png) -23px -148px no-repeat;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 7px;
}

/* BT AZUL by ITALO */
input[type=submit].add, a.btn.add, button.btn.add {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  font-family: arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px 0 0;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 3px;
  background: #3963A8;
  background-image: -moz-linear-gradient(top, #417BB3, #3963A8);
  background-image: -webkit-linear-gradient(top, #417BB3, #3963A8);
  background-image: linear-gradient(top, #417BB3, #3963A8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #205991;
  text-shadow: -1px -1px 0 #01527E;
  color: #fff;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

input[type=submit].add:hover, a.btn.add:hover, button.btn.add:hover, a.btn.play:hover {
  background: #528CC4;
}

/**/
input[type=submit].tiny, a.btn.tiny, button.btn.tiny {
  font-size: 11px;
}

input[type=reset], a.btn.cancel, button.btn.cancel {
  color: #417bb3;
  border: 0;
  background: none;
  text-decoration: none;
  font-family: arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 12px;
  text-shadow: none;
  box-shadow: none;
}

input[type=reset]:hover, a.btn.cancel:hover, button.btn.cancel:hover {
  color: #639dd5;
}

.btn.negative {
}

.actions {
  margin: 6px 0 16px;
}

input[type=submit].bthome, a.bthome, button.bthome {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  font-family: arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 10px 10px;
  background: #F2F2F2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  border: 1px solid #CCC;
}

input[type=submit].bthome:hover, a.bthome:hover, button.bthome:hover {
  color: #FFF;
  background: #00ADEE;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  border: 1px solid #00ADEE;
}

/**/

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: #777777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar .nav > .dropdown span {
  background: url(img/sprites.png) -10px -18px no-repeat transparent;
  width: 13px;
  height: 8px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.navbar .nav > .dropdown:hover > a {
  background: #47B700;
  color: #FFF;
  text-shadow: none;
}

.navbar .nav > .dropdown:hover span {
  background: url(img/sprites.png) -10px -2px no-repeat transparent;
}

.navbar .nav > .dropdown .dropdown-menu, .topnav nav ul li .dropdown-menu {
  display: none;
}

.navbar .nav > .dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 100;
  left: -132px;
  top: 40px;
  width: 645px;
  background: #FFF;
  padding: 15px 0 15px 15px;
  border-left: #DCDDDF 1px solid;
  border-right: #DCDDDF 1px solid;
  -moz-box-shadow: 2px 10px 16px -9px #333333;
  -webkit-box-shadow: 2px 10px 16px -9px #333333;
  box-shadow: 2px 10px 16px -9px #333333;
}

.navbar .nav > .dropdown .dropdown-menu .bordadrop {
  background: none repeat scroll 0 0 #47B700;
  display: block;
  height: 5px;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100.4%;
}

.dropdown-menu ul {
  float: left;
  width: 200px;
  margin: 0 15px 0 0;
}

.dropdown-menu ul h3 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: #DCDDDF 1px solid;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}

.dropdown-menu ul li {
  float: left;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
}

.dropdown-menu ul li a {
  font-size: 14px;
  color: #666;
  padding: 6px 4px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.dropdown-menu ul li a:hover {
  background: #47B700;
  color: #FFF;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 14px 15px;
  display: inline-block;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 14px;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  padding: 14px;
  display: inline-block;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.breadcrumb {
  background-color: #F5F5F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  list-style: none outside none;
  margin: 0 0 16px;
  padding: 12px 15px;
}

.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #FFFFFF;
  font-size: 20px;
  width: auto;
}

.breadcrumb li a {
  color: #666;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb .divider {
  color: #CCCCCC;
  padding: 0 5px;
}

.breadcrumb .active {
  color: #0088CC;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

/* SOCIAL BUTTONS */

.curso-compartilha {
  float: left;
  display: inline-block;
  margin: 10px 0 20px 0;
  width: 100%;
}

.curso-compartilha h3 {
  padding: 0;
  width: auto;
  margin: 0 16px 0 0;
  float: left;
}

.fb-block, .tw-block, .gp-block, .em-block {
  text-align: left;
  display: inline-block;
  float: left;
  margin: 0 16px 0 0;
}

.curso-compartilha .fb-block {
  min-width: 120px;
  max-width: 120px;
}

.curso-compartilha .tw-block {
  min-width: 90px;
  max-width: 90px;
}

.curso-compartilha .gp-block {
  min-width: 90px;
  max-width: 90px;
}

.curso-compartilha .em-block {
  min-width: 85px;
}

/* BUTTON FACEBOOK REGISTER */
.bt_fbprecadastro {
  background: #375390;
  background: -moz-linear-gradient(center top, #4D74B6, #375390) repeat scroll 0 0 #375390;
  background-image: -webkit-linear-gradient(top, #4D74B6, #375390);
  background-image: linear-gradient(top, #4D74B6, #375390);
  border: 1px solid #36528B;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 #7A97C8 inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 16px 32px 10px;
  text-align: left;
  text-decoration: none;
  text-shadow: -1px -1px 0 #36528B;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

#ie7 .bt_fb_cadastro span {
  margin: -5px 10px 0 0;
}

.bt_fbprecadastro:hover {
  background: #334D85;
  text-decoration: none;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.user_top .bt_fb_access {
  background-color: #637BAD;
  font-size: 12px;
  color: #FFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset, 1px 0 0 rgba(255, 255, 255, 0.1) inset, -1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 -2px 1px rgba(0, 0, 0, 0.35) inset;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1;
  margin: 5px 0 0 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 8px 8px 35px;
}

.user_top .bt_fb_access:hover {
  background: #808FAD;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.bt_cadastrese {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: -1px -1px 0 #408540;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 15px 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #4cb200;
  background-image: -moz-linear-gradient(top, #7ebf18, #4cb200);
  background-image: -webkit-linear-gradient(top, #7ebf18, #4cb200);
  background-image: linear-gradient(top, #7ebf18, #4cb200);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #106710;

  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.bt_cadastrese:hover {
  background: #7ebf18;
  text-decoration: none;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.aviso {
  font-size: 10px;
  color: #545454;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 7px 0 0 0;
}

strong.ou {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 10px;
  text-shadow: 1px 1px 0 #FFFFFF;
  text-transform: uppercase;
  width: 100%;
}

/**/
form.formtastic li {
  margin-bottom: 10px;
  list-style: none;
}

.formtastic .inputs {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: #ECECEC 1px solid;
  display: inline-block;
  width: 100%;
}

.formtastic .error input[type=text], .error input[type=email], .error input[type=tel], .error input[type=number], .error input[type=url], .error input[type=date], .error input[type=password] {
  border-radius: 3px 3px 0 0;
}

.formtastic .inline-errors { /*margin: -12px 0 0 199px; */
  margin: -1% 0 0 0;
  width: 280px;
  display: block;
  color: #c33;
  font-weight: bold;
  background: #fbebeb;
  padding: 6px;
  border: 1px solid #ccc;
  border-color: #f5cccc #d2d1d1 #d2d1d1 #949494;
  border-radius: 0 0 3px 3px;
  z-index: 1000;
  position: relative;
}

/*#admin .formtastic .inline-errors { margin: -1% 0 0 199px; }*/
.formtastic .select .inline-errors {
  margin: 0 0 0 199px;
  width: auto;
  display: inline-block;
}

.formtastic .choice .inline-errors {
  margin: 0;
  width: auto;
  display: inline-block;
}

.formtastic .buttons {
  width: 295px;
  display: inline-block;
}

/*#admin .formtastic .buttons {margin:0 0 0 200px;}*/
.formtastic {
  padding: 20px 0;
  margin: 0 auto;
}

.formtastic.centered {
  margin: 0 auto;
}

.formtastic input[type=text], .formtastic input[type=email], .formtastic input[type=tel], .formtastic input[type=number], .formtastic input[type=url], .formtastic input[type=password], .formtastic textarea {
  width: 280px;
}

.formtastic input[type=date] {
  width: 106px;
}

.formtastic abbr {
  border: 0;
  display: inline-block;
  padding-left: 4px;
}

.formtastic li.input {
  float: none;
  clear: both;
  margin-bottom: 16px;
}

.formtastic li.lileft {
  clear: none;
  float: left;
  margin: 0 16px 16px 0;
  width: auto;
}

.formtastic li.lileft input[type="text"], .formtastic li.lileft .inline-errors, .formtastic li.lileft .hint {
  width: 160px;
}

.formtastic li.lileft input.ddd {
  width: 45px;
}

.formtastic.form-horizontal .label {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  text-align: right;
  padding: 8px 16px 8px 0;
}

.formtastic label {
  cursor: pointer;
  font-weight: normal;
  margin: 8px 0 4px 0;
}

.formtastic legend.label {
  float: left;
  width: 100%;
}

.formtastic .choices-group {
  display: inline-block;
  float: left;
  width: 400px;
  margin: 6px 0 0;
}

.formtastic .choices-group li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}

.formtastic .fragments-group {
  float: left;
}

.formtastic .fragment {
  float: left;
  padding-right: 16px;
}

.formtastic .inline-hints {
  color: #888;
}

.formtastic.form-horizontal .inline-hints {
  padding: 0 0 10px 199px;
  width: 280px;
}

.formtastic .boolean {
  padding-left: 199px;
}

.formtastic .actions {
  padding-left: 199px;
}

.formtastic legend {
  font-size: 16px;
  margin: 16px 0;
  color: #666;
}

.formtastic .foto-perfil {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px #DDD solid;
  padding: 2px;
}

/* BOX CONFIGURACAO CONTA */
.box-configuracao {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.box-configuracao h3 {
  display: inline-block;
  width: 100%;
  color: #333;
  padding: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px double rgba(34, 25, 25, 0.1);
  margin-bottom: 16px;
}

.box-configuracao h4, .box-configuracao fieldset legend {
  display: inline-block;
  width: 100%;
  color: #333;
  padding: 0 0 14px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ECECEC;
  text-transform: none;
  margin-bottom: 25px;
}

.content .box-configuracao .formtastic .inputs {
  border: 0;
  padding: 0;
  margin: 0 0 25px 0;
}

.content .box-configuracao .inputs label {
  float: left;
  display: block;
  padding: 7px 0 0;
  width: 160px;
  color: #666;
  font-weight: bold;
}

.content .box-configuracao .formtastic .fragment {
  float: left;
  margin: 0 5px 0 0;
  min-width: 140px;
  padding-right: 16px;
}

.content .box-configuracao .formtastic .choices legend.label {
  font-size: 16px;
  margin: 0 0 6px;
}

.content .box-configuracao .formtastic .choices .choice > label {
  font-weight: normal;
}

.content .box-configuracao .formtastic legend.label {
  font-size: 16px;
  margin: 0 0 16px;
}

.content .box-configuracao .fragment > label {
  margin-right: 12px;
  width: auto;
}

.content .box-configuracao .formtastic .fragments-group,
.content .box-configuracao .formtastic .choices-group {
  float: left;
  margin: 0;
  padding: 0;
}

.content .box-configuracao .formtastic .inline-errors {
  margin: -1% 0 0 160px;
}

.content .box-configuracao figure {
  background: #F5F5F5;
  border: 1px solid #ECECEC;
  display: inline-block;
  float: left;
  margin: 0 16px 0 0;
  padding: 5px;
}

.content .box-configuracao figure img {
  border: 1px solid #FFFFFF;
}

/* .content .box-configuracao .change_image { float: left; width: 355px; } */
.content .box-configuracao .change_image .mbottom {
  margin-bottom: 25px;
}

.content .box-configuracao .formtastic .buttons {
  display: inline-block;
  margin: 10px 0 0 160px;
  width: 295px;
}

.content .box-configuracao .formtastic .buttons input {
  font-size: 20px;
  padding: 10px 30px;
}

/**/

/* loading icons */
.loading {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 11px;
}

.loading span {
  display: block;
  padding-top: 6px;
}

.mtop {
  margin-top: 100px;
}

.mbottom {
  margin-bottom: 25px;
}

.mleft {
  margin-left: 25px;
}

.mright {
  margin-right: 25px;
}

.right {
  float: right;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.btop {
  border-top: 2px #666 solid;
}

.bbottom {
  border-bottom: 1px solid #BFBFBF;
}

.bright {
  border-right: 1px solid #BFBFBF;
}

.bleft {
  border-left: 1px solid #BFBFBF;
}

.bbottomdashed {
  border-bottom: 1px #D2D1D1 dotted;
}

.ptop {
  padding-top: 10px;
}

.pbottom {
  padding-bottom: 16px;
}

.pright {
  padding-right: 16px;
}

.pleft {
  padding-left: 16px;
}

.green, .box-disciplina-curso .aulas .green, .content table td .green {
  color: #009900;
  font-weight: bold;
}

.content table td .green {
  margin: 0;
}

.red {
  color: #CC0000;
  font-weight: bold;
}

.yellow, .box-disciplina-curso .aulas .yellow {
  color: #FF9900;
  font-weight: bold;
}

.orange {
  color: #FA7132;
  font-weight: bold;
}

.blue, .box-disciplina-curso .aulas .blue {
  color: #0360AE;
  font-weight: bold;
}

/**/


#toTop {
  width: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #333;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.5);
  text-align: center;
  padding: 20px 5px 20px 5px;
  position: fixed;
  bottom: -1px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}

#toTop:hover {
  background-color: #3D3D3D;
}

#toTop span {
  background: url(img/sprites.png) -202px -2px no-repeat transparent;
  width: 26px;
  height: 16px;
  display: inline-block;
  margin: 5px 20px;
}

/* ACCORDION */

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* MODAL */
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}

.modal-open .modal .dropdown.open {
  *z-index: 2050;
}

.modal-open .modal .popover {
  z-index: 2060;
}

.modal-open .modal .tooltip {
  z-index: 2080;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9940;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;

  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal form {
  padding: 0;
  margin: 0;
}

.formtastic textarea {
  width: 98%;
}

.modal form.formtastic .inputs {
  border: 0;
  margin: 0;
  padding: 0;
}

.modal-full {
  width: 980px;
  margin: -250px 0 0 -480px;
}

.modal-aula {
  width: 884px;
  margin: -250px 0 0 -442px;
}

.modal-half {
  width: 600px;
  margin: -250px 0 0 -300px;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 40%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 24px;
}

.modal-body {
  max-height: 500px;
  padding: 15px;
  overflow-y: auto;
}

.modal-body p {
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.modal-video {
  float: left;
  margin-top: 10px;
  width: 512px;
}

.modal-video .flowplayer {
  position: fixed;
}

.modal-questao {
  float: left;
  width: 400px;
  margin: 0 0 0 15px;
}

.modal-questao .box-questao h3 {
  font-weight: normal;
  margin-top: 12px;
}

.modal-questao label {
  font-size: 12px;
  line-height: 16px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* MODAL ENVIO */
.modalenvio {
  margin: 0 0 0 0;
  width: 640px;
  max-width: 700px;
  min-height: 200px;
  padding: 12px;
}

.modalenvio h1 {
  background: #d1eed1;
  border-color: #090;
  font-size: 20px;
  padding: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0 0 20px 0;
}

.modalenvio p {
  font-size: 14px;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  text-align: justify;
}

.modalenvio p span {
  font-size: 18px;
  color: #417bb3;
}

/* BOX INICIO CURSO */
.box-inicio-curso {
  display: inline-block;
  width: 100%;
  background: #0B61AE;
}

.box-inicio-curso h2 {
  text-align: center;
  margin: 18px;
  font-weight: normal;
  color: #FFF;
}

.box-inicio-curso h2 span {
  display: inline-block;
  margin: 10px 0 0 0;
  font-weight: bold;
}

/* BOX FORMA DE PAGAMENTO */
.box-forma-pagamento {
  background: #FFF;
  border: #BFBFBF 1px solid;
  width: 223px;
}

.box-forma-pagamento .bg-cinza {
  background: #EBEBEB;
  padding: 15px 15px 1px 15px;
  text-align: center;
  margin: 0 0 20px 0;
}

.box-forma-pagamento .bg-cinza h3 {
  font-size: 14px;
  color: #333;
}

.box-forma-pagamento .bg-cinza img {
  margin: 0 0 10px 0;
}

.box-forma-pagamento .bg-cinza h2 {
  font-size: 18px;
}

.box-forma-pagamento span.preco-inicial {
  color: #969696;
  font-size: 18px;
  display: inline-block;
  width: 85%;
  text-decoration: line-through;
  margin: 0 0 0 15px;
}

.box-forma-pagamento span.preco-desconto {
  color: #62AD00;
  font-size: 28px;
  display: inline-block;
  width: 85%;
  margin: 12px 0 12px 15px;
}

.box-forma-pagamento a.btn, .box-forma-pagamento button.btn {
  font-size: 20px;
  margin: 0 15px 20px;
  text-align: center;
  width: 160px;
}

.box-forma-pagamento button.btn {
  width: 190px;
}

.box-forma-pagamento a.btn span, .box-forma-pagamento button.btn span {
  background: url(img/sprites.png) -34px -5px no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 0 0 7px;
  display: inline-block;
}

.box-forma-pagamento.fixed {
  top: 88px;
  z-index: 10;
}

/* BOX COMPARTILHAMENTO */
.box-compartilha {
  background: #FFF;
  border: #BFBFBF 1px solid;
  width: 221px;
}

.box-compartilha .bg-blue {
  background: #CCE1FE;
  text-align: center;
}

.box-compartilha .bg-blue h3 {
  font-size: 14px;
  color: #333;
}

.box-compartilha .bg-blue img {
  margin: 0 0 10px 0;
}

.box-compartilha .bg-blue h2 {
  font-size: 18px;
  padding-top: 10px;
}


/* BOX CONTEUDO */
.box-conteudo, .box-contato {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}

.box-conteudo h2 {
  position: relative;
  font-weight: normal;
  font-size: 24px;
  font-family: "Myriad Pro", Arial, sans-serif;
  border-bottom: #BFBFBF 1px solid;
  padding: 0 0 6px 0;
  margin: 0 0 20px 0;
}

.box-title > a {
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 10px;
}

.box-title > a.btn {
  position: absolute;
  right: 0;
  font-size: 14px;
}

.box-conteudo p, .box-conteudo li {
  font-size: 15px;
  color: #333;
  line-height: 21px;
}

.box-conteudo table p a {
  display: inline-block;
  width: 100%;
}

.box-conteudo table p {
  float: left;
  width: 280px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.box-conteudo .box-carrinho-detalhe {
  width: 715px;
}

.box-conteudo .box-carrinho-detalhe h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.content .box-conteudo .box-carrinho-detalhe table.bordered th {
  font-size: 12px;
}

.content .box-conteudo .box-carrinho-detalhe table p {
  float: left;
  text-align: left;
  width: 188px;
}

.content .box-conteudo .box-carrinho-detalhe .bordered a {
  color: #333;
}

.ipdfbig {
  background: url(img/sprites.png) 0 -169px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.idocbig {
  background: url(img/sprites.png) -56px -169px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ipptbig {
  background: url(img/sprites.png) -112px -169px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ixlsbig {
  background: url(img/sprites.png) -168px -169px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ijpgbig {
  background: url(img/sprites.png) -224px -169px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.imp3big {
  background: url(img/sprites.png) 0 -227px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.impgbig {
  background: url(img/sprites.png) -113px -227px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.iwmvbig {
  background: url(img/sprites.png) -168px -227px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.iwavbig {
  background: url(img/sprites.png) -57px -227px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ipdfsmall {
  background: url(img/sprites.png) 0 -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.idocsmall {
  background: url(img/sprites.png) -32px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ipptsmall {
  background: url(img/sprites.png) -64px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ixlssmall {
  background: url(img/sprites.png) -97px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ijpgsmall {
  background: url(img/sprites.png) -128px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.imp3small {
  background: url(img/sprites.png) -160px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.impgsmall {
  background: url(img/sprites.png) -224px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.iwmvsmall {
  background: url(img/sprites.png) -256px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.iwavsmall {
  background: url(img/sprites.png) -192px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.itxtmall {
  background: url(img/sprites.png) -288px -326px no-repeat;
  display: inline-block;
  width: 46px;
  height: 48px;
  float: left;
  margin: 0 8px 0 0;
}

.ichecked {
  background: url(img/sprites.png) -201px -66px no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 5px 0 0 10px;
}

.iplay {
  background: url(img/sprites.png) -190px -97px no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  float: left;
  margin: 0;
}

.ilista {
  background: url(img/sprites.png) -227px -97px no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  float: left;
  margin: 0;
}

/* CURSO */
.curso-videos {
  display: inline-block;
  width: 100%;
}

.curso-video-destaque {
  float: left;
  width: auto;
  min-height: 282px;
  margin: 25px 0 0 0;
}

.curso-video-destaque h3 {
  font-size: 20px;
  font-weight: bold;
  width: auto;
  margin: 12px 0 0 0;
  text-align: left;
}

.box-aovivo {
  background: #F5F5F5;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.box-aovivo h2 {
  background: #D54330;
  color: #FFFFFF;
  line-height: 30px;
  margin: 12px;
  padding: 10px 20px;
  text-align: center;
  width: auto;
}

.box-aovivo ul {
  display: inline-block;
  margin: 12px;
  width: auto;
}

.box-aovivo ul li {
  float: left;
  margin: 0 0 12px;
  width: 100%;
}

.box-aovivo ul li a {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.box-aovivo ul li a span {
  float: left;
  height: 32px;
  margin: 0 6px 0 0;
  width: 32px;
}

.box-aovivo ul li a span.ifacechat {
  background: url(img/sprites.png) -196px -285px no-repeat;
}

.box-aovivo ul li a span.iface {
  background: url(img/sprites.png) 0 -285px no-repeat;
}

.box-aovivo ul li a span.igoogle {
  background: url(img/sprites.png) -120px -285px no-repeat;
}

.box-aovivo ul li a span.iyoutube {
  background: url(img/sprites.png) -80px -284px no-repeat;
}

.box-aovivo ul li a span.ipdf {
  background: url(img/sprites.png) -159px -284px no-repeat;
}

.curso-videos nav.videos {
  float: left;
  margin: 2px 0 0 30px;
  font-weight: normal;
  width: 115px;
}

.curso-videos nav.videos li {
  float: left;
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0;
}

.curso-videos nav.videos li a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.curso-videos nav.videos li a .borda-video {
  display: block;
  position: relative;
  height: 68px;
}

.curso-videos nav.videos li a .borda-video span {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 140ms linear 0s;
  -moz-transition: all 140ms linear 0s;
  -o-transition: all 140ms linear 0s;
  transition: all 140ms linear 0s;
  border-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 3px;
  width: 100%;
  visibility: hidden;
}

.curso-videos nav.videos li a:hover .borda-video > span:first-child, .curso-videos nav.videos li.current a .borda-video > span {
  opacity: 1;
  visibility: visible;
  border-color: #F90B1C;
}

.curso-videos nav.videos li a .borda-video img {
  margin: 0;
  width: 120px;
}

.curso-videos nav.videos li a .conteudo {
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

#ie7 .curso-videos nav.videos ul, #ie7 .curso-videos nav.videos {
  padding: 0;
}

.curso-videos nav.videos li.current a .seta, .curso-videos nav.videos li a:hover .seta {
  position: absolute;
  top: 30%;
  left: -8px;
  background: url(img/sprites.png) -59px -7px no-repeat;
  width: 8px;
  height: 15px;
  display: inline-block;
}


.curso-descricao {
  display: inline-block;
  width: 100%;
}

.curso-descricao .curso-descricao-content {
  position: relative;
  display: inline-block;
  width: 675px;
  border: #BFBFBF 1px solid;
  border-top: none;
  padding: 20px;
  margin: -1px 0 0 0;
}

.curso-descricao .curso-descricao-content h2 {
  border: none;
  margin: none;
  padding: none;
}

.box-conteudo .box-conteudo-content {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}

.box-conteudo .box-conteudo-content .titulo h2 {
  border: 0;
  margin: 0 0 6px 0;
  font-weight: bold;
}

.box-conteudo .box-conteudo-content .titulo span {
  color: #666;
}

.curso-descricao .curso-descricao-content p {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px 0;
}

/*.curso-descricao .curso-descricao-content ol, .curso-descricao .curso-descricao-content ul { display:inline-block; width:100%; margin:0 0 12px 0; }*/
/*.curso-descricao .curso-descricao-content ol li { float: left; list-style: decimal outside none; margin: 0 0 6px 20px; }*/
/*.curso-descricao .curso-descricao-content ul li { float: left; width:100%; list-style: none outside none; margin: 0 0 6px 0; }*/


/* LIST PROFESSORES */
.box-conteudo .list-professores {
  display: inline-block;
  width: 100%;
}

.box-conteudo .list-professores li {
  float: left;
  list-style-type: none;
  margin: 0 20px 20px 0;
  width: 315px;
  border: #BFBFBF 1px solid;
  padding: 10px;
}

.box-conteudo .list-professores li a {
  display: inline-block;
  text-decoration: none;
}

.box-conteudo .list-professores li a figure {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
}

.box-conteudo .list-professores li a h3 {
  float: left;
  width: 225px;
  color: #456CCE;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.box-conteudo .list-professores li a p {
  float: left;
  width: 225px;
  font-size: 12px;
  color: #333;
}

/* LIST CONCURSOS */
.box-conteudo .list-concursos {
  display: inline-block;
  width: 100%;
}

.box-conteudo .list-concursos li {
  float: left;
  list-style-type: none;
  margin: 0 20px 20px 0;
  width: 335px;
  position: relative;
}

.box-conteudo .list-concursos li figure {
  float: left;
  width: 158px;
  height: 102px;
  border: #BFBFBF 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.box-conteudo .list-concursos li figure img {
  margin: 4px;
  border: none;
  width: 150px;
  height: 94px;
}

.box-conteudo .list-concursos li h3 {
  float: left;
  color: #333333;
  font-size: 14px;
  margin: 0 0 10px 10px;
  width: 158px;
  min-height: 72px;
}

.box-conteudo .list-concursos li:hover h3 {
  text-decoration: underline;
}

.box-conteudo .list-concursos li span.valor {
  float: left;
  color: #333333;
  font-size: 14px;
  margin: 0 0 0 10px;
  width: 158px;
  color: #456CCE;
  font-size: 12px;
  font-weight: bold;
}

.box-conteudo .list-concursos li span a.btn {
  padding: 4px 8px;
  font-size: 12px;
  margin: 0 0 0 18px;
}

.box-conteudo .list-concursos li figure .borda-foto {
  display: block;
  position: relative;
  height: 100%;
}

.box-conteudo .list-concursos li figure .borda-foto span {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all 140ms linear 0s;
  -moz-transition: all 140ms linear 0s;
  -o-transition: all 140ms linear 0s;
  transition: all 140ms linear 0s;
  border-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 3px;
  width: 100%;
  visibility: hidden;
}

.box-conteudo .list-concursos li:hover figure .borda-foto > span:first-child {
  opacity: 1;
  visibility: visible;
  border-color: #0360AE;
  text-decoration: underline;
}

.box-conteudo .list-concursos li figure .borda-foto figure img {
  margin: 0;
  width: 120px;
}

/* LIST DEPOIMENTO */
.box-conteudo .list-depoimentos {
  display: inline-block;
  width: 100%;
  margin: 0 0 -20px 0;
}

.box-conteudo .list-depoimentos li {
  float: left;
  list-style-type: none;
  margin: 0 0 20px 0;
  width: 715px;
}

.box-conteudo .list-depoimentos li figure {
  float: left;
  height: auto;
  margin: 0 16px 40px 0;
  width: 60px;
}

.list-depoimentos img {
  margin: 0;
  padding: 0;
  width: 60px;
}

.box-conteudo .list-depoimentos li h3 {
  color: #333333;
  float: left;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px;
  width: 625px;
}

.box-conteudo .list-depoimentos li h3 span {
  color: #939393;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 30px;
}

.box-conteudo .list-depoimentos li .avaliacao {
  display: inline-block;
}

.box-conteudo .list-depoimentos li p {
  float: left;
  width: 600px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
}

.depoimento-titulo {
  display: inline-block;
  margin: 6px 0;
}

.box-avaliacao {
  float: left;
  margin: 0 10px 12px 0;
}

.box-avaliacao a {
  display: block;
  float: left;
}

.box-avaliacao span {
  float: left;
  display: block;
  background: url(img/sprites.png) -269px -288px no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.box-avaliacao span.ok, .box-avaliacao a:hover span {
  background: url(img/sprites.png) -236px -288px no-repeat;
}

.box-conteudo .list-depoimentos li .depoimento-titulo h3 {
  width: auto;
}

.resto {
  display: inline-block;
  color: #999999;
  font-size: 11px;
}


/* BOX CONTATO */
.box-contato .box-titulo {
  border-top: #BFBFBF 1px solid;
  border-bottom: #BFBFBF 1px solid;
  padding: 6px 0 10px 0;
  margin: 0 0 10px 0;
  width: 100%;
  display: inline-block;
}

.box-contato .box-titulo h2 {
  font-size: 30px;
  font-weight: bold;
  width: 355px;
  float: left;
  margin: 0;
  padding: 6px 0 0;
}

.box-contato .box-titulo h2 span {
  background: url(img/sprites.png) -109px 0 no-repeat;
  float: left;
  height: 41px;
  margin: 1px 5px 0 0;
  width: 45px;
}

.box-contato .box-titulo h3 {
  width: 360px;
  float: left;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #A5A5A5;
  padding: 10px 0 0;
}

.box-contato .box-titulo h3 span {
  float: left;
  width: 100px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin: -5px 0 0;
}

.box-contato .contato-telefones {
  float: left;
  width: 390px;
  min-height: 180px;
  margin: 0 10px 0 0;
}

.box-contato .contato-telefones h2 {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  color: #456CCE;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.content .box-contato .contato-telefones .list-telefones {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.box-contato .contato-telefones .list-telefones h4 {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  margin: 0 0 5px 0;
}

.box-contato .contato-telefones .list-telefones li {
  loat: left;
  list-style-type: none;
  width: 100%;
  margin: 0 0 5px 0;
}

.box-contato .contato-maps {
  float: left;
  width: 310px;
  min-height: 180px;
}

/* LIST YOUTUBE */
.box-conteudo .list-redes {
  display: inline-block;
  width: 100%;
  margin: 0 0 -20px 0;
}

.box-conteudo li {
  list-style-type: none;
  float: left;
}

.box-conteudo li.google {
  width: 240px;
}

.box-conteudo li.google .youtube {
  display: inline-block;
  border: 1px solid #DCDCDC;
  list-style-type: none;
  width: 218px;
  padding: 10px;
  margin-bottom: 20px;
}

.box-conteudo li.google .googleplus {
  display: inline-block;
  width: 100%;
}

.box-conteudo .youtube span {
  float: left;
  background: url(img/sprites.png) 0 -32px no-repeat;
  width: 99px;
  height: 106px;
}

.box-conteudo .youtube a {
  color: #333333;
  float: left;
  font-size: 18px;
  line-height: 17px;
  margin: 44px 0 0 10px;
  text-decoration: none;
  width: 100px;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.box-conteudo .youtube a:hover {
  text-decoration: underline;
}

.box-conteudo li.twitter {
  list-style-type: none;
  padding: 0 10px;
  margin: 0 10px 0;
  text-align: center;
  width: 300px;
  min-height: 150px;
}

.box-conteudo li.facebook {
  width: 378px;
  list-style-type: none;
  border: 1px solid #DCDCDC;
  padding: 5px;
}

/* BOX ALERT */
.boxalert {
  padding: 12px 20px;
  background: #FCF8E3;
  border: 1px solid #C09853;
  margin: 25px 0 20px 0;
  color: #333333;
  width: 551px;
  text-align: left;
}

.boxalert h2 {
  margin-bottom: 16px;
  color: #C09853;
}

.boxalert ol li {
  margin-bottom: 6px;
}

/**/
.box-destaque-top {
  border-bottom: 1px solid #E0E0E0;
  display: inline-block;
  padding: 16px 0 0;
  position: relative;
  margin: 46px 0 -35px 0;
  top: -9px;
  width: 100%;
  height: 65px;
  -webkit-box-shadow: 0 8px 5px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 8px 5px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 8px 5px -2px rgba(0, 0, 0, 0.2) inset;
}

.box-destaque-top .content {
  margin: 0 auto;
}

.box-destaque-top h1 {
  margin-top: 4px;
  color: #FFF;
  font-size: 24px;
  text-shadow: -1px -1px 0 #333;
}

.box-destaque-top h3 {
  margin-bottom: 6px;
  color: #FFF;
}

.box-destaque-top a {
  text-decoration: none;
  color: #FFF
}

.box-destaque-top a:hover {
  text-decoration: none;
  color: #0B61AE
}

.box-tempo-restante {
  display: inline-block;
  margin: 3px 0 0 50px;
}

.box-tempo-restante .iclockbig {
  background: url(img/sprites.png) -156px -3px no-repeat;
  display: block;
  width: 50px;
  height: 55px;
  float: left;
}

.box-meuscursos .box-tempo-restante strong.finish {
  color: red;
  font-size: 22px;
  text-align: left;
}

.box-tempo-restante div {
  float: left;
  margin: 0 0 0 10px;
  width: 115px;
}

.box-tempo-restante div span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 4px;
}

.box-tempo-restante div strong {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  color: #FFF;
  text-align: left;
  text-shadow: -1px -1px 0 #333;
}

.bg-carrinho-header, .box-destaque-top {
  background-color: #16469C;
  background-image: -moz-linear-gradient(top, #16469C, #143A81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16469C), to(#143A81));
  background-image: -webkit-linear-gradient(top, #16469C, #143A81);
  background-image: -o-linear-gradient(top, #16469C, #143A81);
  background-image: linear-gradient(to bottom, #16469C, #143A81);
  background-repeat: repeat-x;
  background-position: top;
}

.bg-carrinho-header .passo h1 {
  color: #FFF;
  text-shadow: -1px -1px 0 #333;
  font-size: 32px;
}

.bg-carrinho-header .passo h1 span {
  background: #F2AC00;
  padding: 7px 16px;
  text-align: center;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/**/

.box-disciplina-curso {
  display: inline-block;
  border: 1px solid #E9E9E9;
  width: 100%;
  margin: 0 0 20px 0;
  background: #FFF;
  position: relative;
  -moz-box-shadow: 0 0px 10px -8px #333333;
  -webkit-box-shadow: 0 0px 10px -8px #333333;
  box-shadow: 0 0px 10px -8px #333333;
}

.box-disciplina-curso.no-border {
  border: none;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.box-disciplina-curso .curso {
  float: left;
  width: 429px;
  margin: 10px;
}

.box-disciplina-curso .curso h2 {
  display: inline-block;
  width: 100%;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  color: #0088CC;
  margin: 16px 0 6px 0;
}

.box-disciplina-curso .curso h2 .icurso, .box-conteudo-curso-logado .icurso {
  background: url(img/sprites.png) -107px -62px no-repeat;
  width: 25px;
  height: 19px;
  display: block;
  float: left;
  margin: 6px 6px 0 0;
}

.box-disciplina-curso.no-border .aulas {
  background: #F7F7F7;
  padding: 14px 6px;
  margin: 10px 0 0 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.box-disciplina-curso .aulas {
  border-left: 1px solid #E9E9E9;
  float: left;
  margin: 20px 0 10px 10px;
  padding: 6px;
  text-align: center;
  width: 110px;
}

.box-disciplina-curso .aulas span {
  display: inline-block;
  width: 100%;
  margin: 0 0 6px 0;
  font-size: 14px;
  color: #666;
}

.box-disciplina-curso .aulas division {
  border-bottom: 3px solid white;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
}

.box-disciplina-curso .aulas division1 {
  border-top: 3px solid white;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
}

.box-disciplina-curso .aulas strong {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #666;
}

.box-disciplina-curso .aulas newtext {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #666;
  margin: 0 0 2px 0;
}

.box-disciplina-curso .aulas newtextmedium {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

/**/

.box-disciplina-busca {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.box-disciplina-busca .formtastic {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.box-disciplina-busca .formtastic .inputs {
  border: 0;
  padding: 0;
}

.box-disciplina-busca .formtastic .inputs li {
  float: left;
  margin: 0;
}

.box-disciplina-busca .formtastic .inputs li.first {
  margin: 0 180px 0 0;
}

.box-disciplina-busca .formtastic .inputs li.filter {
  margin: 0 25px 10px 0;
}

.box-disciplina-busca .formtastic .buttons {
  display: inline-block;
  margin: 0 0 0 25px;
  width: 90%;
}

.box-disciplina-busca .formtastic .buttons span {
  float: left;
  margin: 10px 25px 0 -20px;
}

.box-disciplina-busca .formtastic input[type="text"] {
  width: auto;
}

.box-disciplina-busca .formtastic select, .btn-group {
  background: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF, #F7F7F7);
  background-image: -webkit-linear-gradient(top, #FFF, #F7F7F7);
  background-image: linear-gradient(top, #FFF, #F7F7F7);
  border: 1px solid #DCDDDF;
  color: #4F4F4F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-resultado-busca {
  position: relative;
  background: #D9EDF7;
  width: 691px;
  display: inline-block;
  padding: 16px 12px;
  margin: 0 0 20px 0;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.box-resultado-busca strong {
  text-shadow: 1px 1px 0 #FFFFFF;
}

/* CARRINHO */

.bg-carrinho-header .passo h1 span.icart {
  background: url("img/sprites.png") no-repeat scroll -312px -6px transparent;
  border: medium none;
  float: left;
  height: 24px;
  margin: 5px 20px 0 5px;
  padding: 0;
  width: 26px;
}

.box-carrinho-footer {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  display: inline-block;
  margin: 0;
  padding: 14px 16px;
  text-align: right;
  width: 926px;
}

.box-carrinho-footer .codigo-desconto {
  float: left;
  text-align: left;
  width: 415px;
}

.box-carrinho-footer .codigo-desconto label {
  color: #0062AA;
  display: inline-block;
  font-size: 16px;
  margin: 8px 10px 0 0;
}

.box-carrinho-footer .codigo-desconto input[type="text"] {
  padding: 6px 4px;
  width: 118px;
  display: inline-block;
}

.box-carrinho-footer .codigo-desconto input[type="submit"] {
  font-size: 14px;
  padding: 7px 9px;
  display: inline-block;
}

.box-carrinho-footer .vale-desconto {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 0;
  font-weight: normal;
}

.vale-desconto.red > strong {
  color: #333333;
}

.box-frete-footer {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  margin: 0;
  padding: 14px 16px;
  text-align: right;
  width: 926px;
}

.box-frete-footer .cep {
  float: left;
  text-align: left;
  width: 415px;
}

.box-frete-footer .cep label {
  color: #0062AA;
  display: inline-block;
  font-size: 16px;
  margin: 8px 10px 0 0;
}

.box-frete-footer .cep input[type="text"] {
  padding: 6px 4px;
  width: 118px;
  display: inline-block;
}

.box-frete-footer .cep input[type="submit"] {
  font-size: 14px;
  padding: 7px 9px;
  display: inline-block;
}

.box-frete-footer .frete-valor {
  display: inline-block;
  font-size: 12px;
  margin: 10px 0 0;
  font-weight: normal;
}

.box-frete-footer .aviso-cep {
  padding-top: 5px;
}

.frete-valor.red > strong {
  color: #0062AA;
}

.bg-blue {
  background: #00508A;
  background-image: -moz-linear-gradient(top, #0062AA, #00508A);
  background-image: -webkit-linear-gradient(top, #0062AA, #00508A);
  background-image: linear-gradient(top, #0062AA, #00508A);
  color: #FFF;
}

.bg-blue h1, .box-destaque-top h1.big {
  font-size: 36px;
  color: #FFF;
  text-shadow: -1px 1px #333;
}

.box-carrinho-footer .valor-total {
  display: inline-block;
  font-size: 24px;
  text-shadow: 1px 1px 0 #666666;
}

.box-carrinho-footer .valor-total > strong {
  display: inline-block;
  margin: 0 10px 0 0;
}

.box-carrinho-curso {
  display: inline-block;
  position: relative;
  width: 600px;
  margin: 5px 0;
}

.box-carrinho-curso > figure {
  float: left;
  padding: 0;
  margin: 0;
  width: 180px;
}

.box-carrinho-curso > figure > img {
  width: 180px;
  display: inline-block;
  border: 1px #DDD solid;
}

.box-carrinho-curso h2 {
  float: left;
  width: 400px;
  margin: 0 0 20px 15px;
  line-height: 24px;
  font-size: 21px;
  color: #0062AA;
}

.box-carrinho-curso .curso-info {
  float: left;
  width: 400px;
  margin: 0 0 0 15px;
}

.curso-info > span {
  float: left;
  font-size: 14px;
  text-align: left;
  width: 50%;
  color: #717272;
}

.curso-info > span strong {
  color: #333;
}

.iexcluir, input[type="submit"].iexcluir {
  background: url(img/sprites.png) -226px 0 no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.iexcluir:hover, input[type="submit"].iexcluir:hover {
  background: url(img/sprites.png) -226px -42px no-repeat;
}

input[type="submit"].iexcluir {
  border: none;
  text-indent: -999px;
}

.box-carrinho-botoes {
  display: inline-block;
  margin: 30px 0;
  padding: 0;
  text-align: right;
  width: 960px;
}

.carrinho-finaliza h2 {
  font-size: 30px;
  margin: 0 0 16px;
}

.carrinho-finaliza h2 span {
  width: 32px;
  height: 32px;
  display: block;
  margin: 2px 10px 0 0;
  float: left;
}

.carrinho-finaliza h2 span.ipagamento {
  background: url(img/sprites.png) -107px -92px no-repeat;
}

.carrinho-finaliza h2 span.iconfirmado {
  background: url(img/sprites.png) -149px -92px no-repeat;
}

.carrinho-finaliza p {
  font-size: 16px;
  margin: 0 0 12px 0;
}

.banner-finaliza {
  position: relative;
  display: inline-block;
  width: 960px;
  height: 400px;
  margin: 30px 0 0 0;
  background: url(img/bg-finaliza.jpg) no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.2) inset, 1px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.2) inset, 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px rgba(0, 0, 0, 0.2) inset, 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.banner-finaliza .msg1 {
  color: #FFFFFF;
  font-size: 30px;
  left: 30px;
  position: absolute;
  text-shadow: 1px 1px 0 #666666;
  top: 85px;
  width: 380px;
}

.banner-finaliza .msg2 {
  color: #FFFFFF;
  font-family: Myriad Pro;
  font-size: 42px;
  left: 30px;
  position: absolute;
  text-shadow: 1px 1px 0 #666666;
  top: 135px;
  width: 380px;
}

.box-carrinho-detalhe {
  display: inline-block;
  float: left;
  width: 958px;
  margin: 0 0 16px 0;
  border-top: 1px solid #E3E3E3;
  border-left: #E3E3E3 1px solid;
  border-right: #E3E3E3 1px solid;
  background: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  -moz-box-shadow: 0 1px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-carrinho-detalhe-oculto {
  width: 100%;
}

/* CONTEUDO CURSO LOGADO */
.box-conteudo-curso-logado {
  display: inline-block;
  width: 100%;
  position: relative;
}

.content .box-conteudo-curso-logado table th {
  color: #316482;
  font-weight: normal;
}

.content .list-curso-botoes {
  display: inline-block;
  width: 100%;
  margin: 20px 0 35px;
}

.content .list-curso-botoes li {
  float: left;
  width: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content .list-curso-botoes li:last-child {
  text-align: right;
}

.content .list-curso-botoes li:last-child .btn {
  margin: 0;
}

.content .list-curso-botoes li .link {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #316482;
}

.link-disciplina-volta {
  display: inline-block;
  font-size: 16px;
  color: #316482;
  margin: 0 0 16px 0;
}

.link-disciplina-volta span {
  background: url(img/sprites.png) -142px -63px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
}


.curso-video-destaque.tcenter {
  position: relative;
  z-index: -1;
}

.box-conteudo-curso-logado table.bordered.zebra th {
  background: #FFF;
}

.box-conteudo-curso-logado table tr td {
  color: #666;
  line-height: 17px;
}

.content .box-conteudo-curso-logado .play {
  margin: 0 0 0 6px;
  font-size: 12px;
  padding: 6px 8px;
  background: #3963A8;
  background-image: -moz-linear-gradient(top, #417BB3, #3963A8);
  background-image: -webkit-linear-gradient(top, #417BB3, #3963A8);
  background-image: linear-gradient(top, #417BB3, #3963A8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #205991;
  text-shadow: -1px -1px 0 #01527E;
  color: #fff;
}

.box-conteudo-curso-logado .ipdf {
  background: url(img/sprites.png) -167px -60px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.box-conteudo-curso-logado .status {
  display: inline-block;
  background: #FFF;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #E3E3E3;
}

.box-conteudo-curso-logado .checked {
  background: url("img/sprites.png") no-repeat scroll -196px -62px transparent;
}

/**/


/**/
.content .box-curso-online-title {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

.content .box-curso-online-title h3 {
  font-weight: normal;
  font-size: 36px;
}

.content .box-curso-online-title .formtastic {
  padding: 0;
  position: absolute;
  right: 0;
  top: 9px;
}

.content .box-curso-online-title .formtastic .inputs {
  border-bottom: none;
  padding: 0;
}

.content .box-curso-online-title .formtastic input[type="text"] {
  width: 250px;
}

.content .box-curso-online-title input.normal[type="submit"] {
  background: #E5E5E5;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.content .box-curso-online-title input.normal[type="submit"]:hover {
  background: #F3F3F3;
}

/* CURSO ONLINE */
.box-curso-online,
.box-curso-aovivo,
.box-curso-manutencao {
  float: left;
  width: 154px;
  border: 1px solid #BFBFBF;
  background: #FFFFFF;
  margin: 0 15px 20px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.box-curso-online {
  min-height: 332px;
}

.box-curso-online a, .box-curso-presencial a, .box-curso-aovivo a {
  display: block;
  width: 100%;
  height: 334px;
  text-decoration: none;
  border-top: 1px transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  padding-bottom: 1px;

}

.box-curso-online a:hover,
.box-curso-aovivo a:hover,
.box-curso-presencial a:hover,
.box-curso-manutencao a:hover {
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 0 10px #00508A;
  box-shadow: 0 0 10px #00508A;
  -moz-box-shadow: 0 0 10px #00508A;
}

.box-curso-online figure {
  display: inline-block;
  min-height: 154px;
  margin: 0;
  padding: 0;
  position: relative;
}

.box-curso-online a figure > span, .box-curso-presencial a figure > span {
  display: none;
}

.box-curso-online a:hover figure > span, .box-curso-presencial a:hover figure > span {
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: opacity 0.3s ease 0s;
}

.box-curso-online a:hover figure > span > span, .box-curso-presencial a:hover figure > span > span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  margin: -15px 0 0 -60px;
  padding: 8px 16px;
  position: absolute;
  top: 50%;
}

.box-curso-online figure img {
  width: 154px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.content .box-curso-online .titulo {
  display: inline-block;
  padding: 10px;
  width: 268px;
  height: 36px;
  margin: -2px 0 0;
  background: #00508A;
  background-image: -moz-linear-gradient(top, #0062AA, #00508A);
  background-image: -webkit-linear-gradient(top, #0062AA, #00508A);
  background-image: linear-gradient(top, #0062AA, #00508A);
}

.content .box-curso-online .titulo h3 {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  font-weight: normal;
  min-height: 36px;
  text-shadow: -1px -1px #333;
}

.content .box-curso-online .titulo h3 a {
  color: #FFFFFF;
  line-height: 20px;
}

.content .box-curso-online .descricao,
.box-curso-aovivo .descricao {
  border-top: medium none;
  display: inline-block;
  height: 94px;
  padding: 10px;
  width: 268px;
}

.content .box-curso-online .descricao p,
.box-curso-aovivo .descricao p {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  height: 65px;
  line-height: 16px;
  margin: 0 0 10px;
  width: 100%;
}

.box-curso-online .descricao .valor
.box-curso-aovivo .descricao .valor
.box-curso-manutencao .descricao .valor {
  display: inline-block;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 100%;

}

.box-curso-online .descricao .valor .de {
  color: #666;
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
}

.box-curso-online .descricao .valor .por {
  color: #666;
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 14px;
}

.box-curso-online .descricao .valor .por-de {
  color: #666;
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 14px;
  float: right;
}

.box-curso-online .descricao .valor .por-fb {
  background: url(img/fb.png) no-repeat;
  display: inline-block;
  float: right;
  height: 19px;
  padding-left: 20px;
  font-size: 14px;
}

.box-curso-online .descricao .valor .por strong {
  color: #666;
  font-size: 16px;
}

.box-curso-online .descricao a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 110px;
}

/* CURSO AO VIVO */
.box-curso-aovivo {
  min-height: 332px;
}

.box-curso-aovivo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.box-curso-aovivo a figure > span {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  background: #F90613;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.box-curso-aovivo figure img {
  width: 154px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.content .box-curso-aovivo h3 {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin: 10px;
  font-weight: bold;
  min-height: 36px;
}

.box-curso-aovivo .descricao {
  background: #F5F5F5;
}

.box-curso-aovivo .descricao p {
  color: #333333;
}

.box-curso-aovivo .descricao span:first-child,
.box-curso-manutencao .descricao span:first-child {
  text-align: left;
  width: 120px;
  margin-right: 10px;
}

.box-curso-aovivo .descricao span,
.box-curso-manutencao .descricao span {
  float: left;
  width: 133px;
  text-align: right;
  color: #333;
  font-size: 13px;
}

/* CURSO MANUTENCOES */
.box-curso-manutencao {
  min-height: 265px;
}

.box-curso-manutencao a {
  display: block;
  width: 100%;
  height: 243px;
  text-decoration: none;
  border-top: 1px transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  padding-bottom: 1px;

}

.box-curso-manutencao figure {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.box-curso-manutencao a figure > span {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  background: #F90613;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.box-curso-manutencao figure img {
  width: 154px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.content .box-curso-manutencao h3 {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin: 10px;
  font-weight: bold;
  min-height: 36px;
}

.box-curso-manutencao .descricao {
  background: #F5F5F5;
  border-top: medium none;
  display: inline-block;
  padding: 10px;
  width: 268px;
}


/* CURSO PRESENCIAL */
.box-curso-presencial {
  float: left;
  width: 100%;
  border: 1px solid #BFBFBF;
  min-height: 136px;
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 0 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.box-curso-presencial figure {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.box-curso-presencial figure img {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.box-curso-presencial .descricao h2 {
  color: #0062AA;
  display: inline-block;
  font-size: 20px;
  min-height: 60px;
  line-height: 22px;
  margin: 0 0 4px;
  width: 100%;
}

.box-curso-presencial .descricao > span {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.box-curso-presencial .descricao {
  float: left;
  padding: 10px;
  width: 345px;
  border-top: none;
}

.box-curso-presencial .descricao p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}

.box-curso-presencial .descricao a {
  display: block;
  margin: 16px 0 0;
  text-align: center;
  width: 110px;
}

/**/

.box-meuscursos {
  float: left;
  width: 100%;
  border: 1px solid #BFBFBF;
  min-height: 136px;
  background: #F7F7F7;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-meuscursos figure {
  float: left;
  margin: 0;
  padding: 0;
  width: 154px;
}

.box-meuscursos figure img {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.box-meuscursos .descricao h2 {
  color: #0062AA;
  display: inline-block;
  font-size: 20px;
  min-height: 44px;
  line-height: 22px;
  margin: 0 0 4px;
  width: 100%;
}

.box-meuscursos .descricao h2 > a, .content .box-curso-online .titulo h3 > a, .box-curso-presencial .descricao h2 a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.box-meuscursos .descricao h2 > a:hover, .content .box-curso-online .titulo h3 > a:hover {
  text-decoration: underline;
}

.box-meuscursos .descricao > span {
  color: #666666;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.box-meuscursos .descricao {
  float: left;
  padding: 10px;
  width: 604px;
  border-top: none;
}

.box-meuscursos .descricao p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}

.box-meuscursos .descricao a {
  display: block;
  margin: 16px 0 0;
  text-align: center;
  width: 165px;
}

.box-meuscursos .box-tempo-restante {
  margin: 40px 0 0 0;
}

.box-meuscursos .box-tempo-restante span {
  color: #333;
}

.box-meuscursos .box-tempo-restante strong {
  color: #333;
  text-shadow: -1px -1px #FFF;
}

/**/

/**/
.box-curso-mapa {
  display: inline-block;
  background: #FFF;
  border: #AFAFAF 1px solid;
  width: 300px;
  margin: 0 0 0 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

.box-curso-mapa h2 {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin: 10px 10px 6px;
}

.box-curso-mapa span {
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  width: auto;
  margin-bottom: 10px;
}

.box-curso-mapa ul {
  display: inline-block;
  margin: 0 10px 20px;
}

.box-curso-mapa ul h4 {
  font-size: 14px;
  margin: 0 0 8px 0;
  display: inline-block;
  width: 100%;
}

.box-curso-mapa li {
  list-style: none outside none;
  display: inline-block;
  margin: 0 0 6px;
  width: 100%;
}

/**/
.box-lista-curso {
  display: inline-block;
}

.box-lista-curso > .formtastic {
  float: left;
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
}

.box-lista-curso > .formtastic .inputs {
  border: none;
  padding: 0;
  margin: 0;
}

.box-lista-curso > .formtastic li {
  float: left;
  min-width: 200px;
  margin: 0 20px 0 0;
}

.box-newsletter {
  display: inline-block;
  width: 100%;
  background: #F7F7F7;
  border: #D6D6D6 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-newsletter > figure {
  float: left;
  height: 42px;
  margin: 20px;
  width: 239px;
}

.box-newsletter > .formtastic {
  float: left;
  margin: 20px 0 0 50px;
  padding: 0;
  width: 620px;
}

.box-newsletter > .formtastic .inputs {
  border: none;
  padding: 0;
  margin: 0;
}

.box-newsletter > .formtastic ol li {
  float: left;
}

.box-newsletter > .formtastic ol li:first-child {
  width: 200px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

.box-newsletter > .formtastic ol li span {
  display: inline-block;
  margin: 8px 0 0;
}

.box-newsletter > .formtastic input[type="text"] {
  float: left;
}

.box-newsletter > .formtastic .inputs input.normal[type="submit"] {
  float: left;
  background: #E85531;
  color: #FFF;
  text-shadow: none;
  padding-bottom: 9px;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.box-newsletter > .formtastic .inputs input.normal[type="submit"]:hover {
  background: #EA6F39;
}

.more {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 96%;
  font-weight: bold;
  font-size: 12px;
}

.more a {
  color: #FFF;
  padding: 12px 30px;
  margin: 10px 0;
  font-size: 16px;
  text-shadow: -1px -1px 0 #00508A;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: #005797 1px solid;
  background: #0062AA;
  background-image: -moz-linear-gradient(top, #0072C6, #0062AA);
  background-image: -webkit-linear-gradient(top, #0072C6, #0062AA);
  background-image: linear-gradient(top, #0072C6, #0062AA);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.more a:hover {
  color: #FFF;
  text-decoration: none;
  background: #0072C6;
}

.box-curso-partes {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.box-curso-partes h2 {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 16px;
}

.list-curso-partes {
  display: inline-block;
  margin: 0 0 20px 0;
}

.list-curso-partes li {
  width: 100%;
  display: inline-block;
}

.list-curso-partes li a {
  float: left;
  margin: 0 0 8px 0;
  line-height: 15px;
  width: 287px;
  text-decoration: none;
  color: #666;
  padding: 6px 0;
  border: 1px solid #FFF;
  -webkit-transition: 0.2s ease 0s;
  -moz-transition: 0.2s ease 0s;
  -o-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}

.list-curso-partes li a:hover, .list-curso-partes li.current a {
  background: #F7F7F7;
  text-decoration: none;
  border: 1px solid #B2B2B2;
  text-shadow: -1px -1px #FFF;
}

.ivideochecked {
  background: url(img/sprites.png) -158px -135px no-repeat;
  width: 24px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 6px 10px 0;
}

.ivideo {
  background: url(img/sprites.png) -192px -135px no-repeat;
  width: 24px;
  height: 16px;
  display: block;
  float: left;
  margin: 0 6px 16px 0;
}

.box-curso-partes-aula {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}

.box-curso-partes-aula h3 {
  float: left;
  width: 462px;
  margin: 0 20px 0 0;
  color: #666;
}

.box-curso-partes-aula a {
  float: left;
  width: 170px;
  display: block;
  color: #666;
}

.box-curso-partes-aula a:hover h4 {
  text-decoration: underline;
}

.box-curso-partes-aula a h4 {
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin: 9px 4px 0 0;
  text-align: right;
  text-transform: none;
  width: 112px;
}

/* BOX AÃ‡ÃƒO RESPOSTA */
.box-respostas {
  display: inline-block;
  width: 216px;
  background: #F2F2F2;
  padding: 16px 25px 10px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  position: fixed;
  z-index: 1001;
}

.tempo-restante {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
  margin: 0 0 15px 0;
  text-align: center;
  color: #004F8D;
  font-size: 16px;
  font-weight: bold;
  background: #DAEFFF;
  text-shadow: -1px -1px #FFF;
  border: #9FD2F8 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.tempo-restante span {
  font-size: 40px;
  width: 100%;
  margin: 10px 0 0 0;
}

.box-respostas .list-questao-respondida {
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
}

#ie7 .box-respostas .list-questao-respondida li {
  width: 30px;
  height: 22px;
}

.box-respostas .list-questao-respondida li {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #666;
  border: 1px solid #B2B1B1;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  padding: 4px 0 0;
  text-align: center;
  width: 20px;
  height: 17px;
}

.box-respostas .list-questao-respondida li.checked {
  background: #DAEFFF;
  color: #004F8D;
  border: #9FD2F8 1px solid;
}

.box-respostas .list-questao-respondida li.true, .list-legenda-questao li span.true {
  background: #D4FCE2;
  color: #02AD1A;
  border: #02AD1A 1px solid;
}

.box-respostas .list-questao-respondida li.false, .list-legenda-questao li span.false {
  background: #F9DEE4;
  color: #F9192A;
  border: #F987A5 1px solid;
}

.box-respostas .list-questao-respondida li.null, .list-legenda-questao li span.null {
  background: url(img/sprites.png) -237px -128px no-repeat #FFF;
  border: #B2B1B1 1px solid;
}

.box-respostas span.msg {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #666;
  text-shadow: -1px -1px #FFF;
}

.box-respostas > .btn {
  text-align: center;
  width: 182px;
}

.box-respostas.fixed {
  top: 150px;
}

.box-refazer {
  display: inline-block;
  margin: 15px 0 0;
  width: 100%;
}

.box-refazer span {
  display: block;
  float: left;
  background: url(img/sprites.png) -317px -168px no-repeat transparent;
  width: 43px;
  height: 47px;
}

.texto-refazer {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 165px;
}

.texto-refazer > a {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 6px;
}

.box-resposta-legenda {
  display: inline-block;
  width: 216px;
  background: #FFF;
  padding: 0 25px;
  position: fixed;
  top: 512px;
  z-index: 1001;
}

#admin .box-resposta-legenda {
  top: 542px;
}

.box-resposta-legenda .legenda {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.box-resposta-legenda .legenda h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}

.list-legenda-questao li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 6px;
  width: 100%;
}

.list-legenda-questao li span {
  float: left;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
  height: 20px;
}

/* BOX QUESTAO */
.box-msg-resolucao {
  background: none repeat scroll 0 0 #DAEFFF;
  position: relative;
  border: 1px solid #9FD2F8;
  color: #004F8D;
  display: block;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 10px 20px;
  width: auto;
}

.box-msg-resolucao strong {
  font-size: 18px;
}

.box-msg-resolucao a {
  position: absolute;
  right: 10px;
  top: 13px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: red;
}

.box-msg-resolucao a span {
  background: url(img/sprites.png) -168px -60px no-repeat transparent;
  width: 23px;
  height: 24px;
  float: right;
  margin: -5px 0 0 6px;
}

.box-msg-resolucao a:hover {
  text-decoration: underline;
}

.box-questao-manutencao {
  width: 100%;
  margin: 0 0 30px 0;
  background: #FAFAFA;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}

.box-questao {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
  background: #FAFAFA;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
}

.box-questao h2 {
  display: inline-block;
  width: 93%;
  position: relative;
  margin: 12px 20px 0;
  padding: 0;
  font-size: 18px;
  border-bottom: none;
  font-weight: bold;
}

.box-questao h2 label {
  display: block;
  font-size: 18px;
}

.box-questao h2 span.box-checkbox {
  float: left;
  margin: 0 0 0 -20px;
  padding: 0;
  width: auto;
}

.btn-ocultar {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.btn-ocultar span {
  background: url(img/sprites.png) -264px -66px no-repeat transparent;
  width: 16px;
  height: 16px;
  float: left;
  margin: 3px 5px 0 0;
}

.box-questao .prova {
  display: inline-block;
  width: 93%;
  margin: 0 20px 20px 20px;
  font-size: 14px;
  color: #999;
}

.tipoprova {
  display: inline-block;
  width: 93%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
}

.box-questao h3 {
  display: inline-block;
  width: 93%;
  margin: 0 20px 5px 20px;
  font-size: 14px;
  color: #333333;
}

.box-questao ol {
  display: inline-block;
}

.box-questao ol li {
  display: inline-block;
  width: 99.7%;
  position: relative;
  margin: 0 0 4px 0;
  border: transparent 1px solid;
}

.content .box-questao table {
  margin: 12px 0 0;
}

.content .box-questao table th {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

.content .box-questao table td {
  padding: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.box-questao table tr.checked td {
  background: #DAEFFF;
  border-top: #9FD2F8 1px solid;
  color: #004F8D;
  border-bottom: #9FD2F8 1px solid;
}

.box-questao table tr:hover td {
  background: #EDEDED;
  border-top: #EDEDED 1px solid;
  color: #333;
  border-bottom: #EDEDED 1px solid;
}

.box-questao table.questao-perguntas tr:hover td {
  background: transparent;
  border-top: transparent 1px solid;
  color: #333;
  border-bottom: transparent 1px solid;
}

.box-questao table tr.true td {
  background: #D4FCE2;
  color: #02AD1A;
  border-top: #02AD1A 1px solid;
  border-bottom: #02AD1A 1px solid;
}

.box-questao table tr.false td {
  background: #F9DEE4;
  color: #F9192A;
  border-top: #F987A5 1px solid;
  border-bottom: #F987A5 1px solid;
}

.box-questao table tr td label {
  display: block;
  padding: 10px 0;
  margin: 0 0 0 6px;
  font-weight: normal;
  cursor: pointer;
  line-height: 17px;
}

.box-questao table tr td label p {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.content .box-questao table tr td p.resultado {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 0 20px;
  padding: 10px 0;
  width: auto;
}

.box-questao table tr td span {
  display: inline-block;
  margin: 0 0 0 6px;
}

.box-questao table tr td span.true, .box-questao table tr.true td p.resultado {
  color: #02AD1A;
}

.box-questao table tr td span.false, .box-questao table tr.false td p.resultado {
  color: #F9192A;
}

.box-questao input {
  display: inline-block;
  margin: -1px 10px 0 20px;
}

.box-questao .box-questao-resolucao {
  display: inline-block;
  position: relative;
  width: 96.1%;
  margin: 10px 0 0 0;
  height: 20px;
  padding: 12px 2%;
  background: #EDEDED;
  border-top: 1px solid #C1C1C1;
}

.box-questao .box-questao-resolucao h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 3px 0 0;
  padding: 0;
  width: auto;
}

.box-questao .box-questao-resolucao h3.true {
  color: #02AD1A;
}

.box-questao .box-questao-resolucao h3.true span {
  background: url("img/sprites.png") no-repeat scroll -201px -66px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}

.box-questao .box-questao-resolucao h3.false {
  color: #F9192A;
}

.box-questao .box-questao-resolucao h3.false span {
  background: url("img/sprites.png") no-repeat scroll -264px -66px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}

.box-questao-resolucao a {
  display: block;
  color: #333333;
  font-size: 22px;
  position: absolute;
  right: 35px;
}

.box-questao-resolucao a span {
  float: left;
  display: block;
  background: url(img/sprites.png) -190px -97px no-repeat transparent;
  width: 24px;
  height: 24px;
  margin: -1px 10px 0 0;
}

.box-questao-manutencao table tr.true td {
  background: #D4FCE2;
  color: #02AD1A;
  border-top: #02AD1A 1px solid;
  border-bottom: #02AD1A 1px solid;
}

.box-questao-manutencao table tr.false td {
  background: #F9DEE4;
  color: #F9192A;
  border-top: #F987A5 1px solid;
  border-bottom: #F987A5 1px solid;
}

.box-questao-manutencao table tr td label {
  display: block;
  padding: 10px 0;
  margin: 0 0 0 6px;
  font-weight: normal;
  cursor: pointer;
  line-height: 17px;
}

.box-questao-manutencao table tr td label p {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.content .box-questao-manutencao table tr td p.resultado {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 0 20px;
  padding: 10px 0;
  width: auto;
}

.box-questao-manutencao table tr td span {
  display: inline-block;
  margin: 0 0 0 6px;
}

.box-questao-manutencao table tr td span.true, .box-questao table tr.true td p.resultado {
  color: #02AD1A;
}

.box-questao-manutencao table tr td span.false, .box-questao table tr.false td p.resultado {
  color: #F9192A;
}

.box-questao-manutencao input {
  display: inline-block;
  margin: -1px 10px 0 20px;
}

.box-questao-manutencao .box-questao-resolucao {
  display: inline-block;
  position: relative;
  width: 96.1%;
  margin: 10px 0 0 0;
  height: 20px;
  padding: 12px 2%;
  background: #EDEDED;
  border-top: 1px solid #C1C1C1;
}

.box-questao-manutencao .box-questao-resolucao h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 3px 0 0;
  padding: 0;
  width: auto;
}

.box-questao-manutencao .box-questao-resolucao h3.true {
  color: #02AD1A;
}

.box-questao-manutencao .box-questao-resolucao h3.true span {
  background: url("img/sprites.png") no-repeat scroll -201px -66px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}

.box-questao-manutencao .box-questao-resolucao h3.false {
  color: #F9192A;
}

.box-questao-manutencao .box-questao-resolucao h3.false span {
  background: url("img/sprites.png") no-repeat scroll -264px -66px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 8px 0 0;
  width: 16px;
}

/**/

.link-mostrar {
  display: inline-block;
  width: auto;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 12px 0;
}

.link-mostrar span {
  float: left;
  display: block;
  background: url("img/sprites.png") no-repeat scroll -262px -100px transparent;
  width: 32px;
  height: 18px;
  margin: 0 6px 0 0;
}

#questao-resolucao {
  display: block;
}

/* LOGIN */
.sign-up {
  margin: 100px auto 35px;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 550px;
}

.sign-up-header {
  width: 100%;
  display: inline-block;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border-bottom: 1px solid #D4D4D4;
}

.sign-up-header h2 {
  width: auto;
  margin: 12px;
  font-size: 28px;
  text-align: center;
  text-shadow: 0 1px 2px white;
}

.sign-up-body {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.sign-up .sign-up-body .formtastic {
  width: 365px;
}

.sign-up .sign-up-body .formtastic input[type="text"],
.sign-up .sign-up-body .formtastic input[type="email"],
.sign-up .sign-up-body .formtastic input[type="password"] {
  box-shadow: 0 0 3px #888888 inset;
  border: 3px solid #EEEEEE;
}

.sign-up .sign-up-body .formtastic input[type="text"],
.sign-up .sign-up-body .formtastic input[type="email"],
.sign-up .sign-up-body .formtastic input[type="password"],
.sign-up .sign-up-body .formtastic .buttons {
  width: 330px;
}

.sign-up .sign-up-body .formtastic .inline-errors {
  text-align: left;
  margin: -4px 0 0 3px;
  width: 348px;
}

/* BOX LOGOUT */
.box-logout {
  background: url(img/bg-box-logout.jpg) right bottom no-repeat;
  display: inline-block;
  width: 960px;
  min-height: 540px;
  border: #BCBCBC 1px solid;
  margin: -20px 0 100px 0;
  padding-top: 20px;
}

.box-logout > .grid6 {
  margin: 20px 0 0 50px;
}

.box-logout h2 {
  color: #567CB2;
  margin: 0 0 40px 0;
}

.box-logout h3 {
  font-size: 18px;
}


/* BOX PROFESSORES */
.box-professor-current {
  display: inline-block;
  width: 960px;
  min-height: 490px;
  position: relative;
}

.box-professor-current .professor-descricao {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
  width: 475px;
}

.box-professor-current .professor-descricao h2 {
  font-weight: normal;
  font-size: 30px;
  color: #000;
  margin: 0 0 20px;
}

.box-professor-current .professor-descricao p {
  font-size: 16px;
  color: #333;
  letter-spacing: -0.02em;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 8px 0;
  display: inline-block;
  width: 100%;
}

.box-professor-current .professor-foto {
  height: 460px;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  right: 0;
  bottom: 0;
  width: 600px;
  z-index: 0;
}

.box-professores-full {
  display: inline-block;
  width: 100%;
  background: #F4F4F4;
  margin: -21px 0 -1px;
  border-top: 1px solid #C9C9C7;
}

.box-professores-full section.content {
  border-top: 5px #C9C9C7 solid;
  margin: -1px auto 0;
}

.box-professores-full .content h2 {
  font-weight: normal;
  font-size: 30px;
  margin: 20px 0 5px 0;
  color: #000;
}

.box-professores-full .content .control {
  display: none;
  float: right;
  margin: 4px 535px 0 0;
  padding: 0;
  width: 78px;
}

.box-professores-full .content .control a {
  float: left;
  width: 39px;
  height: 35px;
  display: block;
  margin: 0;
  padding: 0;
}

.box-professores-full .content .control a:first-child {
  background: url(img/sprites.png) 0 0 no-repeat transparent;
}

.box-professores-full .content .control a {
  background: url(img/sprites.png) 0 0 no-repeat transparent;
}

.box-professores {
  display: inline-block;
  width: 100%;
}

.box-professores a {
  width: 180px;
  min-height: 262px;
  float: left;
  margin: 0 15px 30px 0;
}

.box-professores a:nth-child(5n+5) {
  margin: 0 0 30px 0;
}

.box-professores a figure {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
}

.box-professores a figure img {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-professores a:hover figure span {
  display: block;
}

.box-professores a figure span {
  border: 4px solid #FCA027;
  display: none;
  height: 172px;
  left: 0;
  position: absolute;
  top: 0;
  width: 172px;
  z-index: 1;
  -webkit-transition: all 140ms linear 0s;
  -moz-transition: all 140ms linear 0s;
  -o-transition: all 140ms linear 0s;
  transition: all 140ms linear 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.foto-professor {
  float: left;
  margin: 0 20px 20px 0;
  border: 4px solid #FCA027;
  width: 180px;
  height: 180px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box-professores a h3 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #456CCE;
}

.box-professores a:hover h3 {
  text-decoration: underline;
}

.box-professores a span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #FCA027;
}

/* BOX FALE CONOSCO */
.box-fale-conosco {
  display: inline-block;
  width: 100%;
}

.box-fale-conosco .formtastic textarea {
  width: 580px;
}

/* FIXED SCROLL */
.fixed {
  position: fixed;
}

.box-edicao-curso {
  display: inline-block;
  width: 100%;
}

.box-edicao-curso table {
  width: 100%;
}

.content .box-edicao-curso .tableheader {
  width: 930px;
  padding: 10px 15px;
  margin: 0;
  border-bottom: none;
}

.content .box-edicao-curso .tableheader .formtastic {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.content .box-edicao-curso .tableheader label {
  float: left;
  line-height: 42px;
  width: 300px;
  padding: 0;
  margin: 0;
}

.content .box-edicao-curso .inputs {
  float: left;
  width: 500px;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.content .box-edicao-curso td strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.content .box-edicao-curso td a:hover strong {
  text-decoration: underline;
}

.content .total-aulas-cad {
  color: #3963A8;
  position: relative;
}

.content .total-aulas-cad .acao-tit {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.content .total-aulas-cad .acao-tit .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.aulas-conteudo .titulo-aula {
  display: block;
  text-decoration: none;
  color: #333;
}

.aulas-conteudo .titulo-aula:hover {
  text-decoration: underline;
  color: #666;
}

.aulas-conteudo .titulo-aula .iSimulado {
  margin-top: 2px;
}

.aulas-conteudo h2 {
  font-size: 16px;
}

.aulas-conteudo a h2 {
  text-decoration: none;
}

.aulas-conteudo h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 16px;
  padding: 0;
  width: 100%;
}

.list-aulas-conteudo {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.list-aulas-conteudo li {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #CCC solid;
  position: relative;
}

.list-aulas-conteudo li h5 {
  float: left;
  min-width: 500px;
  max-width: 500px;
  font-weight: normal;
  margin-left: 20px;
}

.list-aulas-conteudo li .tipoarquivo,
.list-aulas-conteudo li .duracaoaula,
.list-aulas-conteudo li .qtdquestoes {
  float: left;
  margin-right: 20px;
}

.list-aulas-conteudo a {
  color: #333333;
}

.qtdquestoes {
  background: none repeat scroll 0 0 #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 6px 5px;
}

.duracaoaula {
  background: none repeat scroll 0 0 #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 6px 5px;
}

.tempovideoassistido {
  background: none repeat scroll 0 0 #E6E6FA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-weight: bold;
  padding: 6px 5px;
}

.btn-aula {
  display: inline-block;
  background: #F7F7F7;
  background-image: -moz-linear-gradient(top, #FFF, #F7F7F7);
  background-image: -webkit-linear-gradient(top, #FFF, #F7F7F7);
  background-image: linear-gradient(top, #FFF, #F7F7F7);
  border: 1px solid #DCDDDF;
  text-shadow: 1px 1px 0 #fff;
  color: #4F4F4F;
  font-size: 12px;
  padding: 6px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: -1px -1px 0 #FFF;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-decoration: none;
}

.btn-aula:hover {
  text-decoration: none;
  background: none repeat scroll 0 0 #F2F2F2;
}

.btnclose {
  position: absolute;
  top: 0;
  right: 10px;
  color: #999;
  font-size: 12px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.acao-conteudo-aulas {
  position: absolute;
  right: 0;
  margin-bottom: 5px;
}

.acao-conteudo-aulas a {
  float: left;
  margin-left: 38px;
}

.link-btn-acao {
  color: #333;
  display: block;
  padding: 4px 2px;
}

.ifolder {
  background: url("img/sprites.png") no-repeat scroll -303px -100px transparent;
  display: block;
  float: left;
  height: 19px;
  margin: 0 6px 0 0;
  width: 24px;
}

.imarcador {
  background: url("img/sprites.png") no-repeat scroll -338px -102px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 6px 6px 0 0;
  width: 22px;
}

.iParte {
  background: url("img/sprites.png") no-repeat scroll -304px -133px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}

.iAlert {
  background: url("img/alerta_img.png") no-repeat;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  background-size: 16px

}

.iSimulado {
  background: url("img/sprites.png") no-repeat scroll -338px -133px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}

.iExcl {
  background: url("img/sprites.png") no-repeat scroll -264px -66px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}

.iEdit {
  background: url("img/sprites.png") no-repeat scroll -320px -67px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 6px 0 0;
  width: 16px;
}

.iTempoAula {
  background: url("img/sprites.png") no-repeat scroll -345px -68px transparent;
  display: block;
  float: left;
  height: 14px;
  margin: 0 6px 0 0;
  width: 14px;
}

.iPdfSmall {
  background: url("img/sprites.png") no-repeat scroll -280px -133px transparent;
  display: block;
  float: left;
  height: 16px;
  margin: 0 4px 0 0;
  width: 16px;
}


.form-add-simulado {
  display: inline-block;
  width: 100%;
}

.form-add-simulado .inputs {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
}

.form-add-simulado.formtastic input[type="text"] {
  width: 70%;
}

.form-add-simulado.formtastic textarea {
  width: 98%;
}

.form-add-simulado .buttons {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ECECEC;
  padding-top: 20px;
  margin-top: 16px;
}

.form-add-simulado .inputs-left {
  width: 45%;
  float: left;
}

.form-add-simulado .inputs-right {
  width: 45%;
  float: left;
  margin-left: 70px;
}

.form-add-simulado li label > span {
  color: #999999;
  display: inline-block;
  margin: 0 0 0 20px;
}

.search-input {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #DCDDDF;
}

.search-input span {
  background: url("img/sprites.png") no-repeat scroll -290px -45px;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
}

.content .tit-etapa {
  background: #F2F2F2;
  font-size: 16px;
  border-top: #DCDDDF 1px solid;
  border-bottom: #DCDDDF 1px solid;
  padding: 10px 0;
  margin-bottom: 20px;
}

.content .tit-etapa span {
  margin-left: 20px;
}

.separadortit {
  background: url("img/sprites.png") no-repeat scroll -324px -40px transparent;
  display: inline-block;
  height: 20px;
  margin: 0;
  width: 20px;
}

.box-carrinho-detalhe-oculto .form-edit-questao {
  margin: 0 30px;
}

.box-carrinho-detalhe-oculto .form-edit-questao .fragment {
  margin-right: 40px;
}

.box-carrinho-detalhe-oculto .form-edit-questao .fragment input {
  width: 100px;
}

.box-carrinho-detalhe-oculto .form-edit-questao .fragment input.time, .box-form-questionario .inputs ol li.fragment input.time {
  width: 50px;
}

.box-carrinho-detalhe-oculto .form-edit-questao.formtastic textarea {
  width: 98%;
}

.box-carrinho-detalhe-oculto .form-edit-questao .buttons {
  width: 100%;
}

.box-form-questionario {
  display: inline-block;
  background: #EEEEEE;
  width: 100%;
}

.box-form-questionario .inputs {
  margin: 20px;
}

.box-form-questionario .inputs ol {
  width: 100%;
  display: inline-block;
}

.box-form-questionario .inputs ol li {
  float: left;
  width: 100%;
}

.box-form-questionario .inputs ol li.fragment {
  width: 400px;
}

.box-form-questionario .inputs ol li .label {
  float: left;
  margin: 0 20px 30px 0;
  min-width: 160px;
}

.box-form-questionario .inputs ol li textarea {
  width: 75%;
  min-height: auto;
}

.box-form-questionario .inputs ol li input[type="text"] {
  width: auto;
}


.modal-footer h3 {
  color: #333333;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: normal;
  padding-left: 10px;
  text-align: left;
  width: 624px;
}

.modal-footer span {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 10px;
  text-align: left;
  width: 100%;
}

.login-fb {
  display: inline-block;
  padding: 4px 10px 4px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 1px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  line-height: 28px;
  background: #3E619F;
  font-size: 17px;
  margin: 0;
  padding: 6px 4px;
  width: 285px;
  text-align: center;
}

.sign-up-body .login-fb {
  font-size: 18px;
  margin-top: 25px;
  padding: 8px 2px;
  width: 355px;
}

.login-fb:hover {
  text-decoration: none;
  color: #E8E8E8;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.iFacebookSmall {
  background: url("img/sprites.png") no-repeat scroll -278px -172px #2F4F85;
  margin: -1px 7px 0 0;
  display: block;
  float: left;
  height: 30px;
  width: 32px;
  padding-right: 1px;
  border-right: 1px solid #627BA8;
}

.obs {
  width: 85%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ou {
  font-size: 20px;
  text-align: center;
  width: 85%;
  display: inline-block;
  margin: 23px 0 0;
  color: #999;
}

.mbottom4 {
  margin-bottom: 40px;
}

.mbottom3 {
  margin-bottom: 30px;
}

.mbottom2 {
  margin-bottom: 20px;
}

.mbottom1 {
  margin-bottom: 10px;
}

.box-aviso {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 16px;
  width: 96.9%;
  background: #FCF8E3;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.140);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.140);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.140);
}


.box-manutencao {
  width: 546px;
  float: left;
}

.box-manutencao a {
  margin: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  background: #FFFFFF; /* border: 1px solid #f6c163; */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: block;
  margin: 0 0 20px 0;
  color: #222;
  position: relative;
  font-size: 12px;
  border: #6D6D6D 1px solid;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.box-manutencao a:hover {
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.box-manutencao figure {
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 12px 0 0;
  padding: 0;
  border: 0;
}

.box-manutencao figure img {
  float: left;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0;
  padding: 0;
  border: 0;
}

.box-manutencao .manutencao-heading {
  font-size: 20px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  color: #FF3535;
  font-weight: normal;
  margin: 12px;
}

.box-manutencao p {
  display: block;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
  padding: 0 12px 0 0;
  margin: 0;
}

.box-manutencao h5 {
  font-size: 18px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #2EB447;
  font-weight: normal;
  margin-top: 6px;
}

.box-manutencao h5 .link-fake {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #0CC6F0;
  margin: 0 0 0 26px;
}

.box-manutencao h5 .link-fake:hover {
  text-decoration: underline;
}

.box-manutencao h5 .link-fake span {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  background: url("img/sprites.png") no-repeat scroll -345px -43px;
  width: 15px;
  height: 18px;
}

.box-manutencao .aovivo {
  float: right;
  width: 91px;
  height: 90px;
  display: block;
  margin: 12px 12px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}


.box-manutencao-agenda {
  float: left;
  margin: 0 0 0 40px;
  width: 372px;
}

.box-manutencao-agenda h2 {
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.box-manutencao-agenda h2 span {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #717272;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 2px 12px 2px 0;
}

.box-manutencao-agenda a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.box-manutencao-agenda a:hover {
  text-decoration: underline;
  color: default;
}

.box-manutencao-agenda a figure {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 44px;
  height: 45px;
  background: url("img/sprites.png") no-repeat scroll -316px -228px;
}

.box-manutencao-agenda a h3 {
  color: #00599A;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.box-manutencao-agenda a p {
  font-size: 14px;
  color: #717272;
  line-height: 17px;
  margin: 0;
}


.box-blog {
  display: inline-block;
  width: 100%;
}

.box-blog .blog-thumb {
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 0;
}

.box-blog .blog-thumb a {
  background: #FFFFFF;
  color: #717272;
  float: left;
  display: block;
  margin: 0 16px;
  min-height: 120px;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

}

.box-blog .blog-thumb a:hover {
  background: #EEEEEE;
  color: #717272;
}

.box-blog .blog-thumb a figure {
  margin: 0;
  padding: 0;
  border: 0;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.box-blog .blog-thumb a figure img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 120px;
  height: 120px;
}

.box-blog .blog-thumb a h2 {
  border: 0 none;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  min-height: 120px;
  padding: 0;
  width: 156px;
  word-wrap: break-word;
}

.box-outras-enquete {
  background: #FFFFFF; /* border: 1px solid #f6c163; */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: block;
  margin: 0 0 0 20px;
  position: relative;
  border: #EEEEEE 1px solid;
  float: left;
  min-height: 300px;
}

.box-outras-enquete h3 {
  background: #EEEEEE;
  text-align: left;
  color: #006C92;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.box-outras-enquete ul {
  margin: 12px;
  float: left;
}

.box-outras-enquete ul li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.box-outras-enquete ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #464646;
  word-wrap: break-word;
  font-weight: bold;
}

.box-outras-enquete ul li a:hover {
  text-decoration: underline;
  color: #464646;
}

.box-outras-enquete div {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.radio > input {
  float: left;
  margin: 0 10px 6px 0;
}


.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}


/* ==================== PAGAMENTO =================== */
.box-formas-pagamento {
  display: block;
  margin: 0 auto 50px;
}

.box-moip {
  display: block;
  margin: 12px 0;
  width: auto;
}

.box-moip span {
  background: url(img/moip.gif) no-repeat;
  width: 106px;
  height: 56px;
  display: block;
}

.box-formas-pagamento > li {
  border: 4px solid #F2F2F2;
  border-radius: 3px 3px 3px 3px;
  float: left;
  margin: 0;
  position: relative;
  width: 338px;
}

.box-formas-pagamento > li.current /*, .box-formas-pagamento > li:hover*/
{
  border-color: #CCCCCC;
}

.box-formas-pagamento > li.gateway {
  margin-bottom: 20px;
  width: 710px;
}

.box-formas-pagamento > li.gateway form {
  display: block;
  margin: 12px;
}

.box-formas-pagamento h4 {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  font-size: 15px;
  margin: 0 0 6px;
  padding: 8px;
}

.gateway .wallet {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.wallet li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  border-image: none;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  float: left;
  line-height: 0;
  margin: 0 4px 6px 0;
  padding: 1px;
  vertical-align: middle;
  text-align: center;
}

.wallet li:hover {
  border-color: #CCCCCC;
}

.wallet label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding-bottom: 5px;
}

.wallet li span, .wallet label span {
  background: url("img/cards.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  width: 32px;
}

.wallet li input {
  cursor: pointer;
  margin: 0 0 4px;
}

.wallet li.boleto span {
  background-position: 0 0;
}

.wallet li.visa span {
  background-position: -32px 0;
}

.wallet li.visae span {
  background-position: -64px 0;
}

.wallet li.master span {
  background-position: -96px 0;
}

.wallet li.diners span {
  background-position: -128px 0;
}

.wallet li.amex span {
  background-position: -160px 0;
}

.wallet li.hiper span {
  background-position: -192px 0;
}

.wallet li.aura span {
  background-position: -224px 0;
}

.wallet li.elo span {
  background-position: -256px 0;
}

.wallet li.paggo span {
  background-position: -288px 0;
}

.wallet li.bradesco span {
  background-position: -320px 0;
}

.wallet li.itau span {
  background-position: -352px 0;
}

.wallet li.bb span {
  background-position: -384px 0;
}

.wallet li.real span {
  background-position: -416px 0;
}

.wallet li.banrisul span {
  background-position: -448px 0;
}

.wallet li.moip span {
  background-position: -480px 0;
}

.wallet li.pagseguro span {
  background-position: -512px 0;
}

.wallet li.paypal span {
  background-position: -544px 0;
}

.opcao-cartao, .opcao-debito, .opcao-boleto {
  position: relative;
}

.current .credit_card {
  display: block;
}

.credit_card {
  display: none;
}

.credit_card li {
  float: left;
  margin: 20px 16px 0 0;
}

.credit_card li.clear {
  margin: 0;
  padding: 0;
}

.current .checkout {
  display: block;
}

.checkout {
  display: none;
}

.checkout {
  bottom: 0;
  display: none;
  padding: 0;
  position: absolute;
  right: 16px;
}

.pagseguro .checkout-form > label {
  background: none repeat scroll 0 0 #E3F2D2;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 6px;
}

.pagseguro .checkout-form input, .paypal .checkout-form input {
  float: left;
}

.pagseguro .wallet, .paypal .wallet {
  display: inline-block;
  padding: 16px 10px;
}

.paypal .checkout-form > label {
  background: none repeat scroll 0 0 #D4EAF7;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 6px;
}

.pagseguro.current, .paypal.current {
  display: block;
}

.pagseguro .checkout,
.paypal .checkout {
  bottom: -55px;
  right: 0;
}

.box-safe {
  display: inline-block;
  margin-bottom: 20px;
}

.box-safe h3 {
  font-size: 20px;
  color: #666;
}

.box-safe p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #999;
}

.total_bill {
  display: block;
  width: auto;
  margin: 58px 0 20px;
}

.tb {
  background: none repeat scroll 0 0 #F8FAFC;
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 2px 5px -3px #888888;
  position: relative;
  z-index: 1000;
}

.tb h3 {
  background: none repeat scroll 0 0 #16469C;
  border: 1px solid #16469C;
  border-radius: 3px 3px 0 0;
  color: #FFFFFF;
  cursor: default;
  font-size: 18px;
  margin: 0 0 16px;
  padding: 8px;
  text-shadow: -1px -1px 0 #000000;
}

.tb ul {
  padding: 0 16px;
}

.total_bill li {
  margin: 0 0 12px;
  padding: 0;
}

.total_bill .tb_total {
  border-top: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
  text-align: center;
}

.total_bill li span {
  display: inline-block;
  vertical-align: top;
  width: 116px;
}

.total_bill li strong {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 72px;
}

.total_bill .tb_discount strong {
  color: #009900;
}

.tb div {
  padding: 0 16px 16px;
}

.total_bill .tb_total span, .total_bill .tb_total strong {
  width: auto;
}

.total_bill .tb_total span, .total_bill .tb_total strong {
  width: auto;
}

.total_bill .checkout_button {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

/**/

/* BUSCA CURSOS */
.box-encontre-input {
}

.box-encontre-input .formtastic, .box-encontre-input .formtastic .inputs {
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
}

.box-encontre-input .formtastic input[type="text"] {
  width: 500px;
}

.filtro-pesquisa label.checkbox, .filtro-pesquisa label.radio {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 12px 0 0 12px;
  width: auto;
  word-wrap: break-word;
  cursor: pointer;
}

.filtro-pesquisa label.checkbox > input, .filtro-pesquisa label.radio > input {
  float: left;
  margin: 0 5px 4px 0;
}

.filtro-pesquisa select {
  font-size: 14px;
  margin: 12px 0 12px 12px;
  padding: 6px;
  width: 200px;
}

.resultado-busca .box-curso-online, .resultado-busca .box-curso-aovivo, .resultado-busca .box-curso-manutencao {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 10px 15px;
  width: 216px;
}

.resultado-busca .box-curso-online figure img, .resultado-busca .box-curso-aovivo figure img {
  width: 100%;
}

.resultado-busca .box-curso-online figure {
  min-height: 116px;
}

.content .resultado-busca .box-curso-online .titulo {
  width: 196px;
}

.content .resultado-busca .box-curso-online .descricao, .resultado-busca .box-curso-aovivo .descricao {
  width: 196px;
  word-wrap: break-word;
}

.resultado-busca .box-curso-online .descricao .valor .de {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  margin: 0 23px 0 0;
  text-decoration: line-through;
}

.resultado-busca .box-curso-online
{
  min-height: 290px;
}


.resultado-busca .box-curso-aovivo .descricao span:first-child,
.resultado-busca .box-curso-manutencao .descricao span:first-child {
  width: 96px;
  font-size: 11px;
}

.resultado-busca .box-curso-aovivo .descricao span,
.resultado-busca .box-curso-manutencao .descricao span {
  width: 90px;
  font-size: 11px;
}

/**/

/** EXTRA **/
.box-centered {
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 10px;
}


.box-centered .content .panel {
  background-color: #FFFFFF;
  border: 1px solid #C4C3C3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
  padding: 0 15px 12px 15px;
}

.box-centered .panel-primary {
  border-color: #C4C3C3;
}

.box-centered .panel-primary .panel-heading {
  border-color: #C4C3C3;
  color: #FFFFFF;
}

.box-centered .panel-heading {
  background-color: #444444;
  border-bottom: 1px solid #C4C3C3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: -15px -15px 15px;
  padding: 8px 15px;
}

.box-centered .panel-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  color: #FFFFFF;
}

.box-centered .panel-title > a {
  color: inherit;
}

.box-centered .content-minipanel {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.box-centered .minipanel-resolution {
  padding-bottom: 15px;
}

.box-centered .content-minipanel .mini-panel:first-child {
  margin-left: 0;
}

.box-centered .mini-panel {
  float: left;
  width: 133px;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0 0 20px 20px;
  padding: 0 15px 12px 15px;
  text-align: center;
  background: #FFFFFF;
}

.box-centered .content .mini-panel .panel-heading {
  border: none;
  height: 17px;
}

.box-centered .content .mini-panel .panel-title {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}

.box-centered .green {
  background: #8CB206;
  color: #FFFFFF;
}

.box-centered .green-blue {
  background: #8CB206;
  color: #427BA5;
}

.box-centered .orange {
  background: #EE7836;
  color: #FFFFFF;
}

.box-centered .blue {
  background: #05B2D2;
  color: #FFFFFF;
}

.box-centered .red {
  background: #E4142F;
  color: #FFFFFF;
}

.box-centered .pink {
  background: #F0596B;
  color: #FFFFFF;
}

.box-centered .turquoise {
  background: #00BBA7;
  color: #FFFFFF;
}

.box-centered .mini-panel.usuario figure {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
}

.box-centered .mini-panel.usuario figure img {
  display: block;
  border-radius: 50%;
}

.box-centered .mini-panel.desempenho strong, .mini-panel.rank strong {
  display: inline-block;
  font-size: 46px;
  margin: 0 auto 8px;
  width: auto;
  min-height: 48px;
}

.box-centered .mini-panel.desempenho span, .mini-panel.rank span {
  display: inline-block;
}

.help-center {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 115px;
  height: 0px;
  text-align: right;
  z-index: 9999;
  margin-top: -15px;
}

.help-center a {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display: block;
  background: #06c;
  text-align: center;
  height: 15px;
  width: 165px;
  padding: 8px 16px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;

}

.help-center a:hover {
  background: #CCC;
}

/* ribbon (ao vivo) */
.ribbon {
  background-color: #a00;
  overflow: hidden;
  white-space: nowrap;
  /* top left corner */
  position: fixed;
  left: -50px;
  top: 40px;
  /* 45 deg ccw rotation */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* shadow */
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
  z-index: 10000;
}

.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
  z-index: 10000;
}

.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.info-icon {
  background: url(img/info-icon.png) no-repeat top left;
  display: inline-block;
  height: 26px;
  width: 26px;
  float: right;
  margin-top: -5px;
  margin-right: -10px;
}

.btn-index {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-index:hover,
.btn-index:active,
.btn-index.active,
.btn-index.disabled,
.btn-index[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn-index:active,
.btn-index.active {
  background-color: #cccccc \9;
}

.btn-index:first-child {
  *margin-left: 0;
}

.btn-index:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-index:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-index.active,
.btn-index:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-index.disabled,
.btn-index[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.btn-combo {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5B8A32;
  *background-color: #5B8A32;
  background-image: -moz-linear-gradient(top, #689F38, #5B8A32);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#689F38), to(#5B8A32));
  background-image: -webkit-linear-gradient(top, #689F38, #5B8A32);
  background-image: -o-linear-gradient(top, #689F38, #5B8A32);
  background-image: linear-gradient(to bottom, #689F38, #5B8A32);
  background-repeat: repeat-x;
  border-color: #5B8A32;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689F38', endColorstr='#5B8A32', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-combo:hover,
.btn-combo:focus,
.btn-combo:active,
.btn-combo.active,
.btn-combo.disabled,
.btn-combo[disabled] {
  color: #FFFFFF !important;
  background-color: #5B8A32;
  *background-color: #003bb3;
}


.btn-courses {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #CC3131;
  *background-color: #CC3131;
  background-image: -moz-linear-gradient(top, #ED3B3B, #CC3131);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED3B3B), to(#CC3131));
  background-image: -webkit-linear-gradient(top, #ED3B3B, #CC3131);
  background-image: -o-linear-gradient(top, #ED3B3B, #CC3131);
  background-image: linear-gradient(to bottom, #ED3B3B, #CC3131);
  background-repeat: repeat-x;
  border-color: #CC3131;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED3B3B', endColorstr='#CC3131', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-courses:hover,
.btn-courses:focus,
.btn-courses:active,
.btn-courses.active,
.btn-courses.disabled,
.btn-courses[disabled] {
  color: #FFFFFF !important;
  background-color: #CC3131;
  *background-color: #003bb3;
}


.btn-livetest {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #CF5E02;
  *background-color: #CF5E02;
  background-image: -moz-linear-gradient(top, #EF6C00, #CF5E02);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF6C00), to(#CF5E02));
  background-image: -webkit-linear-gradient(top, #EF6C00, #CF5E02);
  background-image: -o-linear-gradient(top, #EF6C00, #CF5E02);
  background-image: linear-gradient(to bottom, #EF6C00, #CF5E02);
  background-repeat: repeat-x;
  border-color: #CF5E02;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF6C00', endColorstr='#CF5E02', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-livetest:hover,
.btn-livetest:focus,
.btn-livetest:active,
.btn-livetest.active,
.btn-livetest.disabled,
.btn-livetest[disabled] {
  color: #FFFFFF !important;
  background-color: #CF5E02;
  *background-color: #003bb3;
}


.btn-livestream {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0486C7;
  *background-color: #0486C7;
  background-image: -moz-linear-gradient(top, #039BE5, #0486C7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#039BE5), to(#0486C7));
  background-image: -webkit-linear-gradient(top, #039BE5, #0486C7);
  background-image: -o-linear-gradient(top, #039BE5, #0486C7);
  background-image: linear-gradient(to bottom, #039BE5, #0486C7);
  background-repeat: repeat-x;
  border-color: #0486C7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039BE5', endColorstr='#0486C7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-livestream:hover,
.btn-livestream:focus,
.btn-livestream:active,
.btn-livestream.active,
.btn-livestream.disabled,
.btn-livestream[disabled] {
  color: #FFFFFF !important;
  background-color: #0486C7;
  *background-color: #003bb3;
}


.btn-handout {
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9d5ecc;
  *background-color: #9d5ecc;
  background-image: -moz-linear-gradient(top, #9d5ecc, #8a5db9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9d5ecc), to(#8a5db9));
  background-image: -webkit-linear-gradient(top, #9d5ecc, #8a5db9);
  background-image: -o-linear-gradient(top, #9d5ecc, #8a5db9);
  background-image: linear-gradient(to bottom, #9d5ecc, #8a5db9);
  background-repeat: repeat-x;
  border-color: #8a5db9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039BE5', endColorstr='#0486C7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-handout:hover,
.btn-handout:focus,
.btn-handout:active,
.btn-handout.active,
.btn-handout.disabled,
.btn-handout[disabled] {
  color: #FFFFFF !important;
  background-color: #9d5ecc;
  *background-color: #003bb3;
}


.box-title > a.btn-index {
  position: absolute;
  right: 0;
}

.box-titulo-combo {
  background: #5B8A32 !important;
  background-image: -moz-linear-gradient(top, #689F38, #5B8A32) !important;
  background-image: -webkit-linear-gradient(top, #689F38, #5B8A32) !important;
  background-image: linear-gradient(top, #689F38, #5B8A32) !important;
}

.box-titulo-courses {
  background: #CC3131 !important;
  background-image: -moz-linear-gradient(top, #ED3B3B, #CC3131) !important;
  background-image: -webkit-linear-gradient(top, #ED3B3B, #CC3131) !important;
  background-image: linear-gradient(top, #ED3B3B, #CC3131) !important;
}

.box-titulo-livetest {
  background: #CF5E02 !important;
  background-image: -moz-linear-gradient(top, #EF6C00, #CF5E02) !important;
  background-image: -webkit-linear-gradient(top, #EF6C00, #CF5E02) !important;
  background-image: linear-gradient(top, #EF6C00, #CF5E02) !important;
}

.box-titulo-livestream {
  background: #0486C7 !important;
  background-image: -moz-linear-gradient(top, #039BE5, #0486C7) !important;
  background-image: -webkit-linear-gradient(top, #039BE5, #0486C7) !important;
  background-image: linear-gradient(top, #039BE5, #0486C7) !important;
}

.box-titulo-handout {
  background: #9d5ecc !important;
  background-image: -moz-linear-gradient(top, #9D5ECC, #8a5db9) !important;
  background-image: -webkit-linear-gradient(top, #9D5ECC, #8a5db9) !important;
  background-image: linear-gradient(top, #9D5ECC, #8a5db9) !important;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.docs-pictures {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.docs-pictures > li {
  float: left;
  width: 33%;
  height: 33.3%;
  margin: 0 -1px -1px 0;
  border: 1px solid transparent;
  overflow: hidden;
}

.docs-pictures > li > img {
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.box-questao table tr.tr-tesourinha,
table > tbody > tr > td.tesourinha,
.container-tesourinha,
.box-questao table tr td span.tesourinha-icon {
  box-sizing: border-box;
}


table > tbody > tr > td.tesourinha {
  min-width: 30px;
  width: 30px;
  max-width: 30px;

  min-height: 30px;
  height: 30px;
  max-height: 30px;

  margin-top: 8px;
}

.box-questao input.answer-input {
  margin: 4px 2px 2px 0;
}

.container-tesourinha {
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  pointer-events: auto;
  margin: 0 0 -2px 5px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  cursor: pointer;

  opacity: 0;
  transform: translateX(-10px) rotate(-90deg);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.container-tesourinha.tesourinha-clicada {
  transform: translateX(0px) rotate(-90deg);
}

.box-questao table tr td span.tesourinha-icon {
  cursor: pointer;
  user-select: none;
  margin: 5px 0 0 4px;
}

.descricao-questao.elemento-tracejado,
.descricao-questao.elemento-tracejado * {
  text-decoration: line-through;
}

.tr-tesourinha:hover .container-tesourinha,
.container-tesourinha.mostrar-tesourinha {
  opacity: 1;
  transform: translateX(0) rotate(-90deg);
}

.container-tesourinha.tesourinha-clicada,
.box-questao table tr td span.tesourinha-icon.tesourinha-clicada {
  background-color: #E9ECEF;
  opacity: 1;
}

.box-questao table tr.tr-tesourinha:hover {
  background-color: #EDEDED;
}

.box-questao .tr-tesourinha .elemento-tracejado p span {
  margin: 0;
}
