@charset "UTF-8";
/*
 *-------------------------------
 *	Estilo Corre10 com scss.
 *-------------------------------
*/
/*	Índice
––––––––––––––––––––––––––––––––––––––––––––––––––
-	Print
-	Reset
-	Grid
	-	Mobile
	-	Telas Médias
	-	Desktop e Maiores
-	Cores
	-	Texto
	-	BG
-	Botões
-	Ícones
-	Componentes
-	Media Queries
-	Utilities
*/
/*
 *-------------------------------
 *	- Print -
 *-------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em; } }

/*
 *-------------------------------
 *	- RESET -
 *
 *	http://meyerweb.com/eric/tools/css/reset/
 *	v2.0 | 20110126
 *	License: none (public domain)
 *-------------------------------
*/


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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Textarea */
textarea {
  resize: none; }

/* Texto */
li, p, span {
  line-height: 1; }

h4 {
  font-size: 1.250em;
  line-height: 1.2; }

/*
 *-------------------------------
 *	Grid
 *-------------------------------
*/
.container {
  float: left;
  width: 100%;
  text-align: center;
  line-height: .8; }

.wrapper {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  clear: both; }

[class*="sm-wid-"] {
  margin: 0.5%;
  padding: 0 0.5%;
  float: left;
  min-height: 20px;
  display: inline-block; }

.sm-wid-1 {
  width: 5.25%; }

.sm-wid-2 {
  width: 11.5%; }

.sm-wid-3 {
  width: 17.75%; }

.sm-wid-4 {
  width: 24%; }

.sm-wid-5 {
  width: 30.25%; }

.sm-wid-6 {
  width: 36.5%; }

.sm-wid-7 {
  width: 42.75%; }

.sm-wid-8 {
  width: 49%; }

.sm-wid-9 {
  width: 55.25%; }

.sm-wid-10 {
  width: 61.5%; }

.sm-wid-11 {
  width: 67.75%; }

.sm-wid-12 {
  width: 74%; }

.sm-wid-13 {
  width: 80.25%; }

.sm-wid-14 {
  width: 86.5%; }

.sm-wid-15 {
  width: 92.75%; }

.sm-wid-16 {
  width: 99%; }

.sm-wid-full {
  width: 100%;
  margin: 0;
  padding: 0; }

/* Grid full */
.sm-wid-f50 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0; }

/*
 * ----------------------------------------
 * Offsets
 * ----------------------------------------
*/
.sm-offset-1 {
  margin-left: 3.25%; }

.sm-offset-2 {
  margin-left: 9.5%; }

.sm-offset-3 {
  margin-left: 115.75; }

.sm-offset-4 {
  margin-left: 22%; }

.sm-offset-5 {
  margin-left: 28.25%; }

.sm-offset-6 {
  margin-left: 34.5%; }

.sm-offset-7 {
  margin-left: 40.75%; }

.sm-offset-8 {
  margin-left: 47%; }

.sm-offset-9 {
  margin-left: 53.25%; }

.sm-offset-10 {
  margin-left: 59.5%; }

.sm-offset-11 {
  margin-left: 65.75%; }

.sm-offset-12 {
  margin-left: 72%; }

.sm-offset-13 {
  margin-left: 78.25%; }

.sm-offset-14 {
  margin-left: 84.5%; }

.sm-offset-15 {
  margin-left: 90.75%; }

/* Offset vertical */
.off-top {
  margin-top: 1em; }

.off-bottom {
  margin-bottom: 1em; }

/* Larger than phablet */
@media (min-width: 550px) {
  /* Telas Médias */
  [class*="md-wid-"] {
    margin: 0.5%;
    padding: 0 0.5%;
    float: left;
    min-height: 20px;
    display: inline-block; }
  .md-wid-1 {
    width: 5.25%; }
  .md-wid-2 {
    width: 11.5%; }
  .md-wid-3 {
    width: 17.75%; }
  .md-wid-4 {
    width: 24%; }
  .md-wid-5 {
    width: 30.25%; }
  .md-wid-6 {
    width: 36.5%; }
  .md-wid-7 {
    width: 42.75%; }
  .md-wid-8 {
    width: 49%; }
  .md-wid-9 {
    width: 55.25%; }
  .md-wid-10 {
    width: 61.5%; }
  .md-wid-11 {
    width: 67.75%; }
  .md-wid-12 {
    width: 74%; }
  .md-wid-13 {
    width: 80.25%; }
  .md-wid-14 {
    width: 86.5%; }
  .md-wid-15 {
    width: 92.75%; }
  .md-wid-16 {
    width: 99%; }
  .md-wid-full {
    width: 100%;
    margin: 0;
    padding: 0; }
  /* Offset */
  .md-offset-1 {
    margin-left: 3.25%; }
  .md-offset-2 {
    margin-left: 9.5%; }
  .md-offset-3 {
    margin-left: 15.75%; }
  .md-offset-4 {
    margin-left: 22%; }
  .md-offset-5 {
    margin-left: 28.25%; }
  .md-offset-6 {
    margin-left: 34.5%; }
  .md-offset-7 {
    margin-left: 40.75%; }
  .md-offset-8 {
    margin-left: 47%; }
  .md-offset-9 {
    margin-left: 53.25%; }
  .md-offset-10 {
    margin-left: 59.5%; }
  .md-offset-11 {
    margin-left: 65.75%; }
  .md-offset-12 {
    margin-left: 72%; }
  .md-offset-13 {
    margin-left: 78.25%; }
  .md-offset-14 {
    margin-left: 84.5%; }
  .md-offset-15 {
    margin-left: 90.75%; }
  /* Grid full */
  .md-wid-f50 {
    width: 50%;
    margin: 0;
    padding: 0; } }

/* Larger than desktop */
@media (min-width: 1000px) {
  /* Desktop e maiores */
  .wrapper {
    width: 95%;
    display: inline-block;
    padding: 0 2%;
    margin: 0 auto; }
  [class*="lg-wid-"] {
    margin: 0.5%;
    padding: 0 0.5%;
    float: left;
    min-height: 20px;
    display: inline-block; }
  .lg-wid-1 {
    width: 5.25%; }
  .lg-wid-2 {
    width: 11.5%; }
  .lg-wid-3 {
    width: 17.75%; }
  .lg-wid-4 {
    width: 24%; }
  .lg-wid-5 {
    width: 30.25%; }
  .lg-wid-6 {
    width: 36.5%; }
  .lg-wid-7 {
    width: 42.75%; }
  .lg-wid-8 {
    width: 49%; }
  .lg-wid-9 {
    width: 55.25%; }
  .lg-wid-10 {
    width: 61.5%; }
  .lg-wid-11 {
    width: 67.75%; }
  .lg-wid-12 {
    width: 74%; }
  .lg-wid-13 {
    width: 80.25%; }
  .lg-wid-14 {
    width: 86.5%; }
  .lg-wid-15 {
    width: 92.75%; }
  .lg-wid-16 {
    width: 99%; }
  .lg-wid-full {
    width: 100%;
    margin: 0;
    padding: 0; }
  /* Offset */
  .lg-offset-1 {
    margin-left: 5.25% !important; }
  .lg-offset-2 {
    margin-left: 11.5% !important; }
  .lg-offset-3 {
    margin-left: 17.75% !important; }
  .lg-offset-4 {
    margin-left: 24% !important; }
  .lg-offset-5 {
    margin-left: 30.25% !important; }
  .lg-offset-6 {
    margin-left: 36.5% !important; }
  .lg-offset-7 {
    margin-left: 42.75% !important; }
  .lg-offset-8 {
    margin-left: 49% !important; }
  .lg-offset-9 {
    margin-left: 55.25% !important; }
  .lg-offset-10 {
    margin-left: 61.5% !important; }
  .lg-offset-11 {
    margin-left: 67.75% !important; }
  .lg-offset-12 {
    margin-left: 74% !important; }
  .lg-offset-13 {
    margin-left: 80.25% !important; }
  .lg-offset-14 {
    margin-left: 86.5% !important; }
  .lg-offset-15 {
    margin-left: 92.75% !important; }
  /* Grid full */
  .lg-wid-f45 {
    width: 48%;
    margin: 0;
    padding: 0; }
    .lg-wid-f45:nth-child(odd) {
      margin-left: 4%; }
  .lg-wid-f50 {
    width: 50%;
    margin: 0;
    padding: 0; } }

/*
 *-------------------------------
 *	Cores
 *-------------------------------
*/
/* Variáveis */
/* bg */
[class*="bg-"] {
  color: white; }

/*
 * ----------------------------------------
 * Background
 * ----------------------------------------
*/
.bg-light-gray {
  background: #F4F4F4; }

/*
 * ----------------------------------------
 * Botões
 * ----------------------------------------
*/
a:hover {
  text-decoration: none;
  color: #011629; 
}

.shadow, [class*="m-btn-"], .menu-aside li:last-child a, .m-steps .actions a#previous, .m-steps .actions a#next, .m-steps .actions a#finish {
  -webkit-transition: -webkit-box-shadow .2s;
  -moz-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -webkit-transition: -moz-box-shadow .2s;
  -moz-transition: -moz-box-shadow .2s;
  transition: -moz-box-shadow .2s;
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  transition: box-shadow .2s; }
  .shadow:hover, [class*="m-btn-"]:hover, .menu-aside li:last-child a:hover, .m-steps .actions a#previous:hover, .m-steps .actions a#next:hover, .m-steps .actions a#finish:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.2); }
  .shadow:active:active, [class*="m-btn-"]:active:active, .menu-aside li:last-child a:active:active, .m-steps .actions a#previous:active:active, .m-steps .actions a#next:active:active, .m-steps .actions a#finish:active:active {
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2); }

[class*="m-btn-"] {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.2em;
  color: white;
  text-decoration: none;
  background: #3C8DC5;
  padding: 0 1.2em;
  width: 50%;
  margin: .5em 0;
  border: none;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer; }
  [class*="m-btn-"].tiny {
    padding: .25em .5em;
    font-size: 1em;
    line-height: 1;
    min-width: 0;
    border-bottom-width: 2px !important; }
  [class*="m-btn-"].large {
    width: 100%;
    padding: .5em 1.5em; }
  [class*="m-btn-"]:visited, [class*="m-btn-"]:active, [class*="m-btn-"]:focus {
    color: white;
    text-decoration: none; }

.m-btn-negative {
  background: none;
  color: white;
  border: 1px solid white;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  padding: 2px 1em; }

.m-btn-link {
  color: #6FB7E9;
  background: none; }

.m-btn-light-gray {
  background: #F4F4F4;
  border-bottom: 4px solid #E7E7E7;
  color: #666666; }
  
.m-btn-light-green, .m-steps .actions a#next, .m-steps .actions a#finish {
  background: #02C3B8;
  border-bottom: 4px solid #00A49B; }

.m-btn-medium-gray, .m-steps .actions a#previous , .m-steps .actions .disabled a#next {
  background: #CCCCCC;
  border-bottom: 4px solid #666666;
  color: #666666; }


.m-btn-orange {
  background: #FF5E0D;
  border-bottom: 4px solid #BF3000; }

/*
 * ----------------------------------------
 * Ícones
 * ----------------------------------------
*/
.icon {
  background: none;
  border: none;
  display: inline-block; }
  .icon.cart {
    background: url(../img/cart.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
    float: left; }

/*
 * ----------------------------------------
 * Inputs
 * ----------------------------------------
*/
input, textarea, select, .form-control {
  border: none;
  height: 26px;
  padding: 5px;
  border-radius: 0; }

.w100{
  width:100% !important;
  padding: 0 !important;
  float: left;
}

.wInput {
  min-width: 160px; }

.checkbox input, .radio input, input[type="file"] {
  height: auto;
  margin-top: 0; }

/*
 * ----------------------------------------
 * Componentes
 * ----------------------------------------
*/
/* Logo */
.logo {
  margin: 1em 0.5em !important; }

/* Publicidade */
.banner {
  overflow: hidden; }
  .banner img {
    display: inline-block;
    float: none;
    background: #F4F4F4;
    width: auto;
    max-width: 100%; }

/* Topo */
.top, .search-list {
  background: #333333;
  color: white;
  text-transform: uppercase; }
  .top form, .search-list form {
    margin-top: 1.8em; }
  .top a, .top label, .top p, .search-list a, .search-list label, .search-list p {
    float: left;
    color: white; }
  .top label, .search-list label {
    font-size: 14px;
    margin: .8em 0; }
  .top a, .search-list a {
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    margin: 1.4em .5em 0 .5em; }
    .top a:hover, .search-list a:hover {
      text-decoration: underline; }
  .top p, .search-list p {
    margin-top: .6em; }
  .top button, .search-list button {
    margin-top: .25em; }

/* Menu */
.menu-outer {
  display: none; }

.menu-bar {
  z-index: 999;
  position: fixed;
  float: left;
  padding: .5em 0; }
  .menu-bar .menu-handler {
    float: left;
    background: white;
    width: 3rem;
    height: 2rem;
    padding: 1px 0;
    border: 1px solid #F3F3F3; }
    .menu-bar .menu-handler span {
      float: left;
      width: 80%;
      height: 5px;
      margin: 2px 10%;
      background: #02C3B8;
      border-radius: 5px; }

.mm-menu li.img:after {
  left: 75px !important; }

.mm-menu li.img a {
  font-size: 16px; }

.mm-menu li.img a img {
  float: left;
  margin: -5px 10px -5px -5px;
  border-radius: 100px; }

.mm-menu li.img a small {
  font-size: 12px; }

#menu-mobile {
  overflow-y: auto; }
  #menu-mobile li a, #menu-mobile li span {
    float: left;
    width: 100%;
    padding: 1em 0;
    border: 1px solid #F4F4F4;
    border-right: none;
    border-left: none;
    text-decoration: none;
    text-align: center;
    color: #666666; }
    #menu-mobile li a:active, #menu-mobile li a:focus, #menu-mobile li span:active, #menu-mobile li span:focus {
      color: #666666; }

#drop-mobile ul {
  display: none; }

/* Avisos */
.warnings {
  background: #2ECC71; }
  .warnings-inner {
    text-align: center;
    color: white;
    margin-top: .5em;
    margin-bottom: .5em; }
    .warnings-inner p, .warnings-inner a {
      display: inline-block;
      text-transform: uppercase;
      float: none;
      margin: .2em 1em; }
    .warnings-inner a {
      font-size: 14px; }
    .warnings-inner p {
      font-size: 12px; }
    .warnings-inner .warning-close {
      float: right;
      color: white;
      outline: 0;
      margin-top: .7em;
      width: 15px;
      height: 15px;
      background: url(../img/close.svg);
      background-repeat: no-repeat;
      border: none; }

/* Títulos */
.m-title {
  width: 100%;
  float: left;
  border-bottom: 4px solid;
  margin: 1em 0;
  text-align: left;
  /* Cores das bordas */ }
  .m-title h1 {
    float: left;
    margin-top: 8px;
    font-weight: bold;
    text-transform: uppercase;
    margin: .5em 0; }
  .m-title a {
    float: right;
    color: #666666;
    margin: .5em 0; }
    .m-title a:hover {
      text-decoration: underline; }
    .m-title a .plus {
      float: right;
      border: 1px solid #CCCCCC;
      padding: 0 2px 1px 2px;
      margin-left: .5em; }
  .m-title.yellow {
    border-color: #FFCB00; }
  .m-title.blue {
    border-color: #236A98; }
  .m-title.orange {
    border-color: #FF5E0D; }
  .m-title.lightblue {
    border-color: #02C3B8; }

/* Slider */
.slick-slider {
  float: left;
  width: 100%; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    background: none;
    position: absolute;
    top: 50%;
    height: 60px;
    width: 50px;
    border: none;
    margin-top: -30px;
    z-index: 9;
    outline: 0; }
    .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
      opacity: .8; }
    .slick-slider .slick-prev svg polygon, .slick-slider .slick-next svg polygon {
      fill: #666666;
      stroke-width: 2px;
      stroke: #666666; }
  .slick-slider .slick-prev {
    left: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slick-slider .slick-next {
    right: 0; }

.slider .slick-prev svg polygon, .slider .slick-next svg polygon {
  fill: white;
  stroke: white; }

.slider .slide-item {
  position: relative;
  overflow: hidden; }
  .slider .slide-item img {
    width: 100%;
    min-height: 100px;
    background: #F4F4F4; }
  .slider .slide-item .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: .5em 1em;
    color: white;
    width: 100%;
    text-align: left; }
    .slider .slide-item .description h4 {
      text-transform: uppercase;
      font-weight: bold; }
    .slider .slide-item .description h4, .slider .slide-item .description p {
      line-height: 1.4; }

/* Tabelas */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #E7E7E7; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #F4F4F4; }

.table {
  font-size: .9em; }
  .table tbody tr:hover {
    background: #BBBBBB; }
  .table tbody tr td {
    padding: 6px 4px;
    text-transform: uppercase;
    border: none; }
    .table tbody tr td a {
      color: #666666; }
      .table tbody tr td a:hover {
        color: #666666;
        text-decoration: underline; }

/* Abas */
#tabs {
  text-align: right;
  margin-bottom: .5em; }
  #tabs li.active a {
    background: #CCCCCC; }
  #tabs li a {
    background: none;
    padding: .2em .5em;
    border: 1px solid #666666;
    border-radius: 0;
    margin: .5em;
    color: #666666;
    text-align: center;
    outline: 0;
    text-transform: uppercase; }
    #tabs li a:first-child {
      margin-left: 0; }
    #tabs li a:hover {
      background: #CCCCCC; }

.aba-content {
  text-align: center; }
  .aba-content .abas-box {
    position: relative;
    font-size: .875em;
    padding: 0;
    display: inline-block;
    width: 175px;
    margin: .6em; }
    .aba-content .abas-box .top, .aba-content .abas-box a {
      width: 100% !important;
      text-transform: uppercase; }
    .aba-content .abas-box .top {
      background: #666666;
      color: white;
      padding: 4px 0; }
    .aba-content .abas-box a {
      min-width: 0;
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      font-size: .875em; }
    .aba-content .abas-box img {
      background: #F4F4F4;
      width: 100%;
      height: auto; }

/* Carousel */
.m-carousel {
  display: inline-block;
  float: none; }
  .m-carousel .slick-prev, .m-carousel .slick-next {
    top: 35%; }
  .m-carousel .slick-prev {
    left: -15px; }
  .m-carousel .slick-next {
    right: -15px; }

.adapt .m-carousel-item {
  margin: 1.7em; }

.adapt .m-carousel-item {
  width: 160px !important; }

.m-carousel-item {
  margin: 0 1.5em;
  float: left;
  overflow: hidden;
  text-align: left; }
  .m-carousel-item img {
    margin-bottom: 1em; }
  .m-carousel-item-description {
    margin: .5em 0;
    color: #666666; }
    .m-carousel-item-description h3 {
      text-transform: uppercase;
      margin-bottom: .2em;
      font-weight: bold; }
    .m-carousel-item-description p {
      font-size: .8em; }
    .m-carousel-item-description:hover {
      color: #666666; }
  .m-carousel-item-tags {
    margin: .5em 0;
    font-size: .9em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #00BEFF; }
    .m-carousel-item-tags a {
      color: #00BEFF; }
      .m-carousel-item-tags a:hover {
        color: #00BEFF;
        text-decoration: underline; }

/* Steps */
.m-steps {
  overflow: visible;
  margin-top: 2em; }
  .m-steps.clearfix ul[role="tablist"] {
    height: 8px;
    float: left;
    width: 100%;
    background: #E7E7E7;
    margin-top: 15px; }
    .m-steps.clearfix ul[role="tablist"] li {
      width: 20%; }
      .m-steps.clearfix ul[role="tablist"] li.current a, .m-steps.clearfix ul[role="tablist"] li.current a:hover, .m-steps.clearfix ul[role="tablist"] li.current a:active {
        background: #00BEFF; }
      .m-steps.clearfix ul[role="tablist"] li.done a, .m-steps.clearfix ul[role="tablist"] li.done a:hover, .m-steps.clearfix ul[role="tablist"] li.done a:active {
        opacity: .8; }
      .m-steps.clearfix ul[role="tablist"] li a p {
        bottom: -30px; }
      .m-steps.clearfix ul[role="tablist"] li:first-child a {
        float: left;
        margin-left: 0; }
        .m-steps.clearfix ul[role="tablist"] li:first-child a p {
          left: 25%;
          bottom: -30px;
          margin-left: -50%; }
      .m-steps.clearfix ul[role="tablist"] li:nth-child(2) a p {
        left: -30%; }
      .m-steps.clearfix ul[role="tablist"] li:nth-child(3) a p {
        left: -30%; }
      .m-steps.clearfix ul[role="tablist"] li:nth-child(4) a p {
        left: -30%; }
      .m-steps.clearfix ul[role="tablist"] li:last-child a {
        float: right;
        margin-right: 0; }
        .m-steps.clearfix ul[role="tablist"] li:last-child a p {
          left: -45%; }
      .m-steps.clearfix ul[role="tablist"] li a {
        position: relative;
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        margin-top: -12px;
        text-align: center; }
        .m-steps.clearfix ul[role="tablist"] li a p {
          position: absolute;
          color: #666666;
          white-space: nowrap; }
  .m-steps.wizard > .steps .disabled a,
  .m-steps.wizard > .steps .disabled a:hover,
  .m-steps.wizard > .steps .disabled a:active {
    background: #E7E7E7; }
  .m-steps .content {
    margin-top: 2.8em;
    background: none;
    overflow-y: auto;
    min-height: 22em; }
    .m-steps .content .body {
      float: left;
      width: 100%;
      padding: 1em 0;
      min-height: 20em; }
      .m-steps .content .body ul li {
        list-style: none;
        padding: 0 0.5%; }
  .m-steps .actions ul {
    float: left;
    width: 100%; }
    .m-steps .actions ul li:nth-child(2), .m-steps .actions ul li:nth-child(3) {
      float: right; }
  .m-steps .actions a#previous, .m-steps .actions a#next, .m-steps .actions a#finish {
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px;
    width: 100%;
    margin: 1em 0; }
  .m-steps .actions a#previous:hover, .m-steps .actions .disabled a#next:hover {
    background: #CCCCCC;
    color: #666666; }

	
	.btn-partic{
    width: 250px;
     }
	
  @media (max-width: 550px) {
    .m-steps.clearfix ul[role="tablist"] li:not(.current) a p {
      display: none;
    }
	
	.btn-partic{
    width: 100%;
     }
  }
  
  
    
    
/* Listas */
.search-list {
  background: none;
  color: #666666;
  padding-bottom: 2em;
  border-bottom: 1px solid #E7E7E7; }
  .search-list label, .search-list a {
    color: black;
    text-transform: none; }
  .search-list label {
    line-height: 26px; }
  .search-list button {
    margin-top: 1em; }

.list {
  text-align: left; }
  .list li {
    width: 100%;
    float: left; }
  .list-left {
    padding-top: 1em; }
  .list a {
    color: #666666; }
    .list a h4 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: .5em; }
    .list a:hover h4 {
      text-decoration: none; }
    .list a:hover p {
      text-decoration: underline; }

.result-list {
  max-height: 300px;
  overflow-x: auto; }

/* Rodapé */
footer {
  background: #00A49B;
  border-top: 15px solid #02C3B8;
  border-bottom: 15px solid #00827B;
  color: white;
  margin-top: 1em !important; }
  footer .footer-heading {
    text-align: left;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
    border-bottom: 3px solid white;
    margin-bottom: 1.6em; }
    footer .footer-heading span {
      font-weight: lighter;
      text-transform: none;
      margin-top: .3em; }
  footer nav {
    text-align: left; }
    footer nav ul li {
      margin: 1em 0;
      text-transform: uppercase; }
      footer nav ul li a {
        color: white; }
        footer nav ul li a:hover {
          text-decoration: underline; }

/* Media Queries */
/* Larger than tablet */
@media (min-width: 750px) {
  /* Ações */
  .actions form {
    text-align: center; }
    .actions form:first-child {
      width: 55%; }
    .actions form:last-child {
      width: 45%; }
    .actions form .form-group {
      display: inline-block;
      float: none; }
  [class*="m-btn-"] {
    width: auto !important;
    min-width: 185px;
    float: left; }
  .m-btn-negative {
    min-width: 0; }
  .btn-bar {
    margin-top: 1em; }
    .btn-bar [class*="m-btn-"] {
      margin: .5em; }
      .btn-bar [class*="m-btn-"]:first-child {
        margin-left: 0; }
      .btn-bar [class*="m-btn-"]:last-child {
        margin-right: 0; }
  /* Abas */
  .aba-content .abas-box {
    /*margin: .6em 0.5%; */
  }
  #tabs li.right {
    display: inline-block;
    float: none; }
  .m-steps .actions li, .m-steps .actions li {
    margin: 0 2em !important; } }

    @media (min-width: 1150px) {
      .aba-content .abas-box {
        margin: 4px; 
      }
  }

  @media (min-width: 1250px) {
      .aba-content .abas-box {
        margin: 11px; 
      }
  }

  @media (min-width: 1440px) {
      .aba-content .abas-box {
        margin: 7px; 
      }
  }

/* Larger than desktop */
@media (min-width: 1000px) {
  .aba-content .abas-box {
    /*margin: .6em 0.5%; */
  }
  .footer-block {
    width: 30%;
    margin: 1em 1.6665%; }
  .actions form:last-child input {
    min-width: 305px; }
  .adapt .search-list button {
    padding: .25em 1.5em; }
  /* Menu */
  #menu-mobile, .menu-bar {
    display: none; }
  .nav-block {
    display: none;
    height: 62px; }
    .nav-block.active {
      display: block; }
  .menu-outer {
    display: inline-block;
    background: #3598DB;
    border-bottom: 4px solid #236A98; }
    .menu-outer.nav-fixed {
      position: fixed;
      left: 0;
      z-index: 1000; 
      margin-top: -73px;
    }
  .menu-principal {
    position: relative;
    width: 98.5%;
    padding: 0 0.5%;
    margin: 0 0.5%;
    float: left; }
    .menu-principal a, .menu-principal button {
      float: left;
      padding: 1.7em 1.6em 1.5em 1.6em;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.875em; }
      .menu-principal a:hover, .menu-principal button:hover {
        color: #236A98; }
    .menu-principal .dropdown {
      float: left; }
      .menu-principal .dropdown button {
        background: none;
        border: none; }
      .menu-principal .dropdown .dropdown-menu {
        background: #3598DB;
        padding: .8em; }
        .menu-principal .dropdown .dropdown-menu a {
          width: 100%;
          color: white; }
          .menu-principal .dropdown .dropdown-menu a:hover {
            color: #236A98;
            background: none; }
    .menu-principal li:first-child a {
      padding-left: 0; }
    .menu-principal .menu-aside {
      float: right; }
      .menu-principal .menu-aside li {
        float: left; }
        .menu-principal .menu-aside li:first-child a {
          padding: 1.7em 1.8em 1.5em 1.8em; }
        .menu-principal .menu-aside li:last-child a {
          background: #F9D500;
          height: 100%;
          color: #333333;
          border-bottom: 4px solid #E7BD00;
          text-align: center;
          padding: .5em 1em; }
          .menu-principal .menu-aside li:last-child a:active {
            border-color: #F9D500; }
          .menu-principal .menu-aside li:last-child a span {
            display: inline-block;
            float: left;
            clear: both; }
            .menu-principal .menu-aside li:last-child a span:last-child {
              width: 100%;
              margin-top: .6em; }
        .menu-principal .menu-aside li a {
          position: relative;
          top: 0;
          right: 13px;
          margin-bottom: -4px; } }

/*
 * ----------------------------------------
 * Utilities
 * ----------------------------------------
*/
.float-l {
  float: left; }

.float-r {
  float: right; }

.float-n {
  float: none; }

.align-l {
  text-align: left; }

.align-c {
  text-align: center; }

.align-r {
  text-align: right; }

.upper {
  text-transform: uppercase;
  letter-spacing: 1px; }

.n-upper {
  text-transform: none; }

.bold {
  font-weight: 600; }

.cursor-p {
  cursor: pointer; }

.graph:before {
  content: '';
  float: left;
  width: 35px;
  height: 1px; }

.bordered {
  border: 1px solid #CCCCCC; }
  
.b-bordered {
  border-bottom: 1px solid #CCCCCC; }

.white {
  color: white !important; }

  
/* CUSTOM */
#steps{
  line-height: 1;
}

.form-control, #steps input, #steps select, #steps textarea {
  display:inline;
  height: initial;
}

.clock {
  margin:1.5em;
  position: absolute;
  right: 4.5%;
  width: 150px;
  font-size: 13px;
  line-height: 1.1;
}
.clock .hours, .clock .minutes, .clock .seconds{
  display: inline-block;
  font-weight: bold;
}

@media (max-width: 550px) {
  .clock {
    margin: 1em;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  } 
  
  .clock div {
    display: inline;
  }
}

#lightbox {
  position:fixed;
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  text-align:center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.lightbox-content{
  margin: auto auto;
  width: 60%;
  height: 90%;
  padding: 15px;
  background-color: #ffffff;
  text-align: justify !important;
  overflow: auto;
}

#print-me { display: none; }
body.printing * { display: none; }
body.printing #print-me, body.printing #print-me * { display: block; }



/*Alteração em inscricao multiplo participante*/

table#tblMultiPart {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}


table#tblMultiPart tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table#tblMultiPart th, table td {
    padding: 15px 0 15px 0;
    text-align: left;
}

table#tblMultiPart th {
    
    font-size: 14px;
    letter-spacing: 1px;
}
.cpfimg {
		width: 125px;
	}
	


/*Responsive */

@media screen and (max-width: 600px) {
    table#tblMultiPart {
        border: 0;
    }

    table#tblMultiPart thead {
        display: none;
    }

    table#tblMultiPart tr {
        margin-bottom: 10px;
        display: block;
    }

    table#tblMultiPart tr:after {
        content: "";
        display: table;
        clear: both;
    }
  
    table#tblMultiPart tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table#tblMultiPart td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }

    table#tblMultiPart td:last-child {
        border-bottom: 0;
    }

    table#tblMultiPart td:before {
        content: attr(data-label);
        float: left;
        
        font-weight: bold;
    }
	
	.inputResponsive{
      
      width: 285px;
    }
	.cpfimg {
		width: 260px;
	}
	
	
	table#tblMultiPart td select {
      
    width: 285px;
    }
	 
}


