/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,700');

body {
  font-family: 'Philosopher'!important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Philosopher';
  font-weight: normal;
  color: #333;
}

.error{
  border: 1px solid red!important;
}

*, *:before, *:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input, select, input[type="checkbox"], input[type="radio"] {
  -webkit-border-radius:0;
  -webkit-appearance:none;
  outline:none;
}

form li label::before {
  border: 2px solid #258c72;
  border-radius: 4px;
  color: #258c72;
  content: '';
  font-size: 1.5em;
  padding: .1em 0 0 .2em;
}


form input[type="checkbox"],
form input[type="radio"],
form li label::before {
  cursor: pointer;
  height: 30px;
  left: 15px;
  margin-top: -20px;
  position: absolute;
  width: 30px;
  top: 50%;
  border: 1px solid #000;
}

form input[type="checkbox"],
form input[type="radio"] {
  display:inline-block;
  opacity:0;
  vertical-align:middle;
}


form li input.error + label::before {
  border-color:#f93337;
}

form li input[type="checkbox"]:checked + label::before {
  border-color:#258c72;
  content:'\2714';
}

form li input[type="radio"] + label::before {
  border-radius:50%;
}

form li input[type="radio"]:checked + label::before {
  border-color:#258c72;
  content:'\25CF';
  font-size:1.5em;
  padding:0 0 0 .3em;
}

form label {
  display:block;
  margin-bottom:0.2em;
  width:100%;
}

form ul {
  margin-bottom:1em;
  padding-top:1em;
  overflow:hidden;
  max-width: 530px;
}

form li label {
  display:inline-block;
  vertical-align:top;
}

.js-errors {
  background:#f93337;
  border-radius:4px;
  color:#FFF;
  font-size:.8em;
  list-style-type:square;
  margin-bottom:1em;
  padding:1em;
  }

.js-errors {
  display:none;
}

.js-errors li {
  margin-left:1em;
  margin-bottom:.5em;
  padding-left:0;
}

form ul.error input[type="checkbox"] + label::before,
form ul.error input[type="radio"] + label::before {
  border-color:#F93337;
}

form ul.error input[type="checkbox"] + label,
form ul.error input[type="radio"] + label {
  color:#F93337;
}

a:focus, a:hover{
  color: #533433;
  text-decoration: none;
}

.topo{
  background: url('../imagens/topo.jpg')no-repeat;
  background-position: top center;
  height: 600px;
}

.como-participar img{
  margin: 0 auto;
  display: block;
}

.como-participar span{
  text-align: center;
  display: block;
  /*font-weight: bold;*/
}

.como-participar p{
  text-align: center;
  display: block;
}

a.fechar{
  text-decoration: none;
}

a:hover.fechar{
  color: #fffc00;
}

.fechar{
  border-radius: 10px;
  background: #cc2313;
  color: #fffc00;
  text-align: center;
  display: block;
  font-weight: bold;
  cursor: pointer;
  width: 120px;
  height: 40px;
  padding: 10px;
  margin: 0 auto;
  border: none;
  margin-top: 20px;
}


a.download{
  text-decoration: none;
}

a:hover.download{
  color: #fffc00;
}

.download{
  border-radius: 10px;
  background: #cc2313;
  color: #fffc00;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 250px;
  height: 40px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 50px;
}

.logo{
  padding-top: 30px;
}


.comoparticipar{
  padding-top: 30px;
}

.saibacomo{
  border-radius: 10px;
  color: #533433;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 228px;
  height: 60px;
  padding: 18px;
  float: right;
  border: 1px solid #533433;
  font-size: 16px;
  margin-top: 245px;
  /*margin-right: 35px;*/
}

.formulario{
  background: #f9f9f9;
  /*margin-bottom: 50px;*/
  /*margin-top: 80px;*/
  padding-bottom: 80px;
}

.lojas{
  background: #f9f9f9;
  margin-top: 80px;
  padding-bottom: 80px;
}

.botao_cadastrar{
  border-radius: 10px;
  background: #cc2313;
  color: #fffc00;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 250px;
  height: 40px;
  padding: 10px;
  float: right;
  box-shadow: none;
  border: none;
  margin-top: -55px;
}

.formulario input[type="text"], .formulario input[type="password"]{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #000;
  padding-left: 15px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #f9f9f9;
}

.formulario select{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #000;
  padding-left: 15px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #f9f9f9;
}


.left{
  padding-left: 20px;
}

.left_regulamento{
  /*padding-left: 5px;*/
}

/*
 * Override Bootstrap's default container.
 */




/*
 * Masthead for nav
 */

.blog-masthead {
  background: url('../imagens/menu.png');
  height: 95px;
  font-family: 'Philosopher';
}

.blog-nav{
  text-align: center;
  font-family: 'Philosopher';
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 30px;
  font-weight: 500;
  color: #fff;
  padding-top: 35px;
  font-family: 'Philosopher';
}

.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fffc00;
  text-decoration: none;
  font-family: 'Philosopher';
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fffc00;
  font-family: 'Philosopher';
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Philosopher';
}

.blog-title {
  margin-top: 45px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #533433;  
  font-family: 'Philosopher';
}

.blog-title-cadastro{
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #533433;  
  font-family: 'Philosopher';
}

.alerta{
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: red;  
  font-family: 'Philosopher';
}

.alerta_texto{
  color: #533433;
  font-family: 'Philosopher';
  font-size: 21px;
  padding-top: 30px;

}

.blog-description {
  font-size:21px;
  color: #533433;
  text-align: center;
  font-family: 'Philosopher';
}

.label-topo{
  padding-top: 45px;
}

ul{
  padding-top: 20px;
}

ul li{
  list-style: none;
}

.lista_lojas li{
  font-size: 20px;
  color: #533433;
}

.lista_lojas li:before {
    content: "•  ";
    color: red;
    font-size: 25px;
    padding-right: 5px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 90px;
    background: url("../imagens/up-arrow.png") no-repeat center 43%;
    background-color: #cc2313;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.logos-rodape{
  padding: 35px;
}

.rodape-logo{
  padding-top: 30px;
}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Philosopher';
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
  font-family: 'Philosopher';

}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
  font-family: 'Philosopher';
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
  font-family: 'Philosopher';

}


/*
 * Footer
 */

.blog-footer {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #cc2313;
  border-top: 1px solid #e5e5e5;
  font-family: 'Philosopher';
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.pull-left, .pull-right {
  padding-top: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}


::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder {
   color: #000;
}

::-moz-placeholder {
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

.descricao{
  color: #533433!important;
}

.como-participar{
  margin-bottom: 25px;
}

.antecipado p{
  color: #533433;
  font-size: 21px;
  line-height: 20px;
  font-family: 'Philosopher';
  word-break: break-word;
}

.antecipado span{
  color: #533433;
  font-weight: bold;
  font-size: 21px;
}

.antecipado h2{
  color: #533433;
  font-weight: bold;
  font-size: 21px;
}

.antecipado-img{
  margin-top: 30px;
}

.box{
  margin-bottom: 70px;
}

.antecipado-box{
  padding-top: 65px;
  display: inline-block;
}

.antecipado .underline a{
 color: #533433!important;
}

.antecipado .underline{
  color: #533433;
  font-weight: 400;
  text-decoration: underline;
  font-size: 21px;  
}



.logos{
  margin: 0 auto;
  max-width: 750px;
}

.logos li{
  float: left;
  margin-right: 25px;
}

.item-1{
  margin-right: 100px;
}

.item-2{
  margin-left: 100px;
}



@media (max-width: 1200px) {
  .topo{
    background: url('../imagens/topo_md.jpg')no-repeat;
    background-position: top center;
    height: 600px;
  }
}


@media (max-width: 1024px) {
  .topo{
    background: url('../imagens/topo_md.jpg')no-repeat;
    background-position: top center;
    height: 600px;
  }

  .saibacomo{
    margin-right: 0px;
  }

  .left_regulamento, .left {
    padding-left: 0px; 
  }

  .check li {
    float: left;
    max-width: 290px;
    margin: 0 auto;
    padding: 5px 5px;
  }  
}


@media (max-width: 768px) {
  .topo{
    background: url('../imagens/topo_sm.jpg')no-repeat;
    background-position: top center;
    height: 562px;
  }

  .botao_cadastrar {
      margin-top: -53px!important;
  }  

  .saibacomo{
    margin-right: 15px;
  }

  form ul {
      margin-bottom: 1em;
      padding-top: 1em;
      overflow: hidden;
      max-width: 405px;
  }  
  .item-1{
    margin-right: 0px;
  }

  .item-2{
    margin-left: 0px;
  }

  .como-participar{
    margin-bottom: 25px;
  }
  
  .left_regulamento, .left {
    padding-left: 0px; 
  }
  .check li {
    float: left;
    max-width: 215px;
    margin: 0 auto;
    padding: 5px 5px;
  }
  
  .logos {
      margin: 0 auto;
      max-width: 729px;
  }
 
  .logos li {
      float: left;
      margin-right: 15px;

}


@media (max-width: 468px) {

  .lista_lojas{
    padding: 0!important;
    margin: 0!important;
  }

  .botao_cadastrar {
      margin-top: 5px;
      margin-right: 15px;
  }
  
  .botao_cadastrar {
      margin-top: 18px!important;
  } 

  .left_regulamento, .left{
    font-size: 17px;
  }
  
  .formulario input[type="text"]{
    font-size: 17px;
  }

  .formulario select{
    font-size: 17px;
  }

  .como-participar span{
    text-align: center;
    display: block;
    font-size: 17px;
  }

  .item-1{
    margin-right: 0px;
  }

  .item-2{
    margin-left: 0px;
  }  

  .topo{
    background: url('../imagens/topo_xs.png')no-repeat;
    background-position: top center;
    height: 594px;
  }

  form input[type="checkbox"], form input[type="radio"], form li label::before{
    margin-top: -70px;
  }
    
  .blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px!important;
    font-weight: 500;
    color: #fff;
    padding-top: inherit!important;
    font-family: 'Philosopher';
    width: 100px!important;
    margin-top: 25px;
  }

  a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 90px!important;
    background: url("../imagens/up-arrow.png") no-repeat center 43%;
    background-color: #cc2313;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .saibacomo{
    border-radius: 10px;
    color: #533433;
    text-align: center;
    display: block;
    font-weight: bold;
    width: 250px;
    height: 60px;
    padding: 18px;
    float: inherit!important;
    margin: 0 auto;
    border: 1px solid #533433;
    font-size: 18px;
    margin-top: 390px;
  }

  .download{
    float: right;
    margin-right: 15px;
  }

  .formulario {
      /*margin-top: 50px;*/
      padding-bottom: 50px;
  }

  .apple-xs, .google-xs{
    margin-top: 20px;
    /*float: left;*/
  }

  .logos li{
    margin-left: -25px;
    width: 290px;
  }
  
  .rodape-logo{
    margin-bottom: 50px;

  }

  .check{
    margin-left:-25px;
  }

  .check li{
    float: none;
    max-width: 340px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 25px;
  }
  
  .blog-footer p{
    font-size: 12px;
  }

  .antecipado p{
    font-size: 17px;
  }  
}