*, section{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;

}
body{
     overflow-x: hidden;
/*     background-color:#f5f5c0!important;*/
}
.logo{
    float: left;
    padding-left: 5%;
}
.participar{
    padding: 30px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Myriad',sans-serif;
    font-weight: bold;
}

.menu ul li{
    font-size: 1.2em;
    font-family: 'Myriad',sans-serif;
    font-weight: bold;
    text-align: center;

}


.banner-centro{
    width: 605px;
}
.titulos_campanha{
    padding: 30px;

}


.form-promocao input{
    font-family: 'Roboto',sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    float: left;
}

.form-promocao span{
    font-family: inherit;
    font-size: 1.2em;
    font-weight: bold;
    
}

/*SESSÃO HEADER */
.texto-cabecalho img{
    margin: 0 auto;
}

.dolar{
    margin-top: -10%;
    float: right;
}

.icone-carrinho{
    background-color: #ffdc00;
    border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    width: 50%;
    float: left;
    margin: 15%;
    border-bottom: 10px;
}
.titulo_interno{
    background-color: #ffdc00;
    border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
     float: left;
    margin: 15%;
    width: 100%;
    font-family: 'Swis721 Cn BT';
    font-size: 2em;
    font-weight: bold;
    border-bottom: 10px;
    height: 60px;
    padding-top: 20px;
}


.como-participar{   
  background-color: #005014;  
  font-family: 'Swis721 Cn BT';
  font-size: 1.2em;
  text-align: justify;
  color: #ffdc00;  
  padding-top: 50px;
  margin: 0 auto;
  margin-right: 5%;
  margin-bottom: 10%;
  border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
}

.como-participar img{
   
    margin: 0 auto;
}
.como-participar p{
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 30px;
    width: 90%;
   
}

.como-participar img{
   margin-top: -3%;  
}

.como-participar a{
    text-decoration: none!important;
    color: #ffdc00;  
}

.como-participar a:hover{
   color: #ffdc00;   
}

.como-participar a:visited{
   color: #ffdc00;   
}

.regulamento{
  margin-left: 5%;
  font-family: 'Swis721 Cn BT';
  font-size: 1.0em;
  font-weight: bold;
  text-align: justify;
  padding-right: 50px;
  line-height:0.8em;
  
}

/*SESSÃO COMO PARTICIPAR */
@media(min-width:320px) and (max-width:768px){
    .banners img{
        width: 150%;
    }
    
    .box3{

        width: 48%!important;
    }

     .como-participar, .entrega-kits, .percurso{
        font-size: 1.0em;
          color: #ffdc00;   
        
    }
   
    
    .regulamento{
        font-size: 0.7em;
        width: 130%;
        line-height: 10px;
        margin-top: -15%;
    }
    
    .observacao{
        font-size: 0.8em;
        padding-left: 15px;
    }
    
    .texto-cabecalho{
         font-size: 0.8em;
         line-height: 15px;
    }
   
}

@media(min-width:769px)and (max-width:1000px) {
    .box4{
        width: 30%!important;
    }

}


@media(min-width:1000px) {
    .box4{
        width: 25%!important;
    }

}


.fundo-premios{
    padding-bottom: 50px;
    background-color: #00612e;
}
.fundo-premios img{
    padding: 30px;   
    
}

.fundo-premios img:active
{
    border:none;
}

.fundo-sorteios{
    background-color: #ffcc01;
}


.premio250{
    margin-top: -80px;

}


.centraliza-div{
    display: flex;
    justify-content:center;
    margin: 0 auto;
}
.box-participar{   
    width: 90%;
    height: auto;
    border-radius: 50px;
    background-color: #F1CA12;
    margin-bottom: 20px;
}
.box-participar img{
    padding: 30px;

}
.box-participar p{
    font-family: 'Panton',sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: justify;
    color: #246135;
    word-wrap: break-word;
}

footer{
    position: relative;
    padding: 20px 0 30px;
    bottom: 0;
    background: #114822;
    color: #fff;
}




.smoothscroll-top {
    position:fixed;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    text-align:center;
    z-index:99;
    background-color:#00703e;
    color:#fff;
    width:47px;
    height:44px;
    line-height:44px;
    right:25px;
    bottom:-25px;
    padding-top:2px;
    border-radius:5px;
    transition:all 0.5s ease-in-out;
    transition-delay:0.2s;
}
.smoothscroll-top:hover {
    background-color:#F1CA12;
    color:#246135;
    transition:all 0.2s ease-in-out;
    transition-delay:0s;
}
.smoothscroll-top.show {
    visibility:visible;
    cursor:pointer;
    opacity:1;
    bottom:25px;
}
.smoothscroll-top i.fa {
    line-height:inherit;
}