*, 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{
    margin: 0 auto;
    width: 80%;
    height: 110px;
    
    background-color: #004a27;
    font-family: 'Swis721 Cn BT';
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-top: 5%;
    text-align: justify;
    
    border-radius: 2%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    line-height: 20px;
    
    margin-bottom: 5%;
    
}
.como-participar{
   
  font-family: 'Swis721 Cn BT';
  font-size: 1.2em;
  font-weight: bold;
  text-align: justify;
  margin-left: 20%;
  padding-right: 50px;
  border-right: 3px solid #006435;
  border-spacing: 50px;
}
.como-participar p{
    padding-top: 15px;
}

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

.entrega-kits{
  font-family: 'Swis721 Cn BT';
  font-size: 1.2em;
  font-weight: bold;
  text-align: justify;
  padding-right: 50px;
}

.percurso{
  margin-left: 20%;
    font-family: 'Swis721 Cn BT';
  font-size: 1.2em;
  font-weight: bold;
  text-align: justify;
  padding-right: 50px;
   border-right: 3px solid #006435;
  border-spacing: 50px;

}

.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:420px){
    .carousel-indicators{
      float: left;
    }
    .titulos_campanha img{       
        width: 80%!important;
    }
    .box4{
        width: 100%!important;
    }
   
     .como-participar, .entrega-kits, .percurso{
        font-size: 1.0em;
    }
    .como-participar, .entrega-kits, .percurso{
        font-size: 1.0em;        
    }
    
    .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:420px) and (max-width:768px){
    .box4{

        width: 48%!important;
    }

     .como-participar, .entrega-kits, .percurso{
        font-size: 1.0em;
    }
    .como-participar, .entrega-kits, .percurso{
        font-size: 1.0em;        
    }
    
    .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;
}