
*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  list-style: none;
  font-family: "Arial";
}


/*VERMELHO: #b0273b*/

img{
  max-width: 100%;
}

.container{
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

body{
  opacity: 0
}

div, ul, picture{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


@keyframes lee{
  0%{
    transform: scale(1);
  }
  20%{
    transform: scale(1);
  }
  40%{
    transform: scale(1.1);
  }
  50%{
    transform: scale(1);
  }
  60%{
    transform: scale(1.1);
  }
  80%{
    transform: scale(1); 
  }
  100%{
    transform: scale(1);
  }
}


.loading{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
}

.loading img{
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: 0.3s;
  animation: lee linear 1s infinite;
}




/************************* HEADER ************************************/

header{
  position: fixed;
  z-index: 10;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
}


header .box-header{
  position: relative;
  z-index: 2;
  background-color: #3a3a3a;
}


header .box-header-nav{
  width: 100%;
  justify-content: space-between;
  padding: 20px 0;
}

header .box-header .icon-menu .box-icon{
  padding-top: 30px;
  cursor: pointer;
  position: relative;
}

header .box-header .icon-menu .box-icon p{
  color: #fff;
  font-family: "BebasNeueRegular";
  font-size: 22px;
}

header .box-header .icon-menu .box-icon span{
  width: 35px;
  height: 2px;
  top: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

header.active .box-header .icon-menu .box-icon span{
  transform: rotate(45deg);
}


header .box-header .icon-menu .box-icon span:before{
  content: '';
  display: block;
  transition: 0.3s;
  width: 35px;
  height: 2px;
  top: -8px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

header.active .box-header .icon-menu .box-icon span:before{
  transform: rotate(-90deg);
  top: 0
}

header .box-header .icon-menu .box-icon span:after{
  content: '';
  display: block;
  transition: 0.3s;
  width: 35px;
  height: 2px;
  top: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
}


header.active .box-header .icon-menu .box-icon span:after{
  transform: rotate(-45deg);
  top: 0;
  opacity: 0;
}

header .acesso-area-restrita{
  position: relative;
}

header .acesso-area-restrita a{
  padding: 5px 20px;
  font-family: "BebasNeueRegular";
  color: #fff;
  transition: .2s;
  border: 1px solid #fff;
}

header .acesso-area-restrita a.btn-ganhadores{
  position: absolute;
  right: calc(100% + 10px);
  display: none;
  background: #262626;
  border-color: #262626;
}

header .acesso-area-restrita a:hover{
  background-color: #fff;
  color: #ff5e00;
}

header nav{
  background-color: #2e2e2e;
  position: absolute;
  top: 55px;
  transition: 0.3s;
  width: 100%;
  padding: 10px 0;
  z-index: 1;
}

header.active nav{
  top: 93px;
}

header nav ul{
  width: 100%;
  justify-content: center;
}

header nav ul li{
  cursor: pointer;
  margin-right: 20px;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

header nav ul li .icon-menu-mobile{
  display: none;
}

header nav ul li:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  background-color: #ff5e00;
  height: 2px;
  width: 0%;
  transition: .2s;
}

header nav ul li:after{
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: -12px;
  top: 5px;
  border-radius: 50%;
  background-color: #ff5e00;
}

header nav ul li:last-child:after{
  display: none
}

header nav ul li:hover:before{
  width: 100%;
}

/************************* FINAL HEADER ******************************/








#banner{
  margin-top: 90px;
  height: 500px;
  width: 100%;
  flex-wrap: wrap;
  background-image: url('../imgs/banner1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#banner.banner-cad{
  background-image: url('../imgs/banner-cad.jpg');
}

#banner .logo{
  margin-top: 20px;
}

#banner .texto-banner{
  padding-left: 50px;
  flex-wrap: wrap;
  width: 560px;
  margin-top: 20px;
}


#banner .texto-banner p{
  width: 100%;
  margin-left: 20px;
  display: inline-block !important;
  position: relative !important;
  line-height: 45px;
}

#banner .texto-banner p span{
  font-style: italic;
  font-family: "BebasNeueRegular";
  color: #2e2e2e;
  font-size: 46px;
  text-transform: uppercase;

}

#banner .texto-banner p.color-green span{
  color:#ff5e00;
  margin-left: 0px;
  font-size: 55px;
}
#banner .texto-banner p.strong span{
  font-family: "BebasNeueBold"; 
}  

#banner .box-iphones{
  width: 100%;
  margin-top: 70px;
  padding-left: 100px;
}

#banner .box-iphones .imgs-iphones{
  position: relative;
  opacity: 0;
}

#banner .box-iphones .imgs-iphones img:last-child{
  position: absolute;
}

#banner .box-iphones a{
  margin-left: 30px;
  margin-top: 55px;
  background: #ea6621;
  padding: 10px 20px;
  display: flex;
  transition: 0.3s;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  box-shadow: 0 0 10px #ea6621;
  box-sizing: border-box;
}


#banner .box-iphones a:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 30px #ea6621;
}

#banner .box-iphones a span{
  font-size: 26px;
  font-family: "BebasNeueBold";
  color: #fff;
  
}




section{
  opacity: 0;
  overflow: hidden;
}

section .header-section{
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

section .header-section h1,
section .header-section h2{
  padding: 50px 0 20px; 
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: relative;
}


section .header-section h2.cad-t{
  padding: 5px 0;
  line-height: 34px;
  font-style: italic;
  font-size: 38px;
}

section .header-section h2.cad-t-1{
  padding-top: 50px;
  font-family: "BebasNeueBold";
  color: #ff5e00;
} 

section .header-section h2.cad-t-2{
  line-height: 50px;
  font-family: "BebasNeueRegular";
  color: #2e2e2e;
}

section#valor-inscricao .header-section span {
  font-size: 28px;
}

section .header-section h2.cad-t-2.ops{
  font-family: "Arial";
  font-weight: bold;
}

section .header-section h2.cad-t-1.ops{
  font-weight: 400;
  line-height: 40px;
  font-family: "Arial";
  padding-top: 10px;
}

section .header-section h3{
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-style: italic;
  font-size: 32px;
  font-family: "BebasNeueBold";
  color: #ff5e00;
} 

section .header-section span{
  font-family: 'Arial'; 
  font-style: italic;
  position: relative;
  font-size: 34px;
  color: #ff5e00;
}

section .header-section span:before{
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  left: -60px;
}

section .header-section span:after{
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  right: -60px;
}

section .header-section p,
section .header-section p strong{
  text-align: center;
  font-size: 16px;
  font-family: 'Arial';
  font-style: italic;
  line-height: 24px;
  width: 100%;
}













#desafio{
  padding-bottom: 50px;
}










#premios{
  padding: 20px 0;
  background-color: #f6f6f6;
}

#premios.cad{
  background-color: #fff;
}

#premios .box-itens-premio{
  width: 100%;
  padding: 50px 0;
}

#premios .box-itens-premio .item{
  width: 100%;
  justify-content: center;
}

#premios .box-itens-premio .item-premio{
  width: 50%;
  margin-bottom: 70px;
  text-align: center;
}

#premios .box-itens-premio .item-premio .img-premio{
  width: 100%;
  height: 400px;
  align-items: center;
  justify-content: center;
}

#premios .box-itens-premio .item-premio .descricao,
#premios .box-itens-premio .item-premio .descricao *{
  width: 100%;
  justify-content: center;
}

#premios .box-itens-premio .item-premio .descricao h3{
  max-width: 300px;
  margin: 0 auto;
  font-family: "Arial";
  font-style: italic;
  color: #2e2e2e;
  font-size: 3vw;
}

#premios .box-itens-premio .item-premio .descricao h4{
  font-family: "Arial";
  margin-top: 10px;
  font-weight: 400; 
  font-style: italic;
  color: #ff5e00;
  font-size: 3vw;
}

#premios .box-itens-premio .item-premio .descricao h5{
  font-family: "Arial";
  font-weight: bold;  
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2vw;
  font-style: italic;
}

#premios .box-itens-premio .item-premio .descricao p{
  font-size: 16px;
  font-style: italic;
  max-width: 400px;
  line-height: 20px;
  color: #ff5e00;
}

#regras{
  padding-top: 50px;
}

#regras .box-regras {
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  align-items: flex-end;
}

#regras .box-regras .box{
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

#regras .box-instrucoes ul{
  list-style-position: inside;
}

#regras .box-instrucoes ul li{
  font-size: 14px;
  font-style: italic;
  width: 100%;
  line-height: 18px;
  margin-bottom: 10px;
}

#regras .box-instrucoes ul li strong,
#regras .box-instrucoes ul li a{
  color: #000;
}

#regras .box-instrucoes ul li span{
  color: #ff5e00;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}


#regras .box-regras .img-regras{
  position: relative;
  z-index: 2;
}

#regras .box-regras .img-regras .arrow{
  position: absolute;
  bottom: -30px;
  right: 120px;
}

#regras .banner-chamada-regras{
  position: relative;
  width: 100%;
  z-index: 1;
}

#regras .banner-chamada-regras .img-banner-chamada{
  width: 100%;
  height: 200px;
  background-size: cover;
  background-image: url('../imgs/banner-footer.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
/*
#regras .banner-chamada-regras .img-banner-chamada.mobile{
  display: none
}*/

#regras .banner-chamada-regras .box-click-participar{
  width: 100%;
  height: 150px;
background-color: #e5e5e5;
  justify-content: center;
  align-items: center;
}

#regras .banner-chamada-regras .box-click-participar a{
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #ff5e00;
  display: flex;
  transition: 0.2s;
  cursor: pointer;
}

#regras .banner-chamada-regras .box-click-participar a:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 10px -5px rgba(0,0,0,.5)
}

#regras .banner-chamada-regras .box-click-participar a img{
  margin-right: 10px;
}

#regras .banner-chamada-regras .box-click-participar a span{
  font-family: "BebasNeueRegular";
  font-size: 30px;
  color: #fff;
}







#valor-inscricao{
  border-top: 1px solid #ddd;
  padding-bottom: 50px;
}

#valor-inscricao .box-valores{
  width: 100%;
}

#valor-inscricao .box-valores h3{
  width: 100%;
  font-size: 70px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Arial";
  font-style: italic;
}

#valor-inscricao .box-valores p{
  width: 100%;
  margin-top: 10px;
  font-style: italic;
  color: #ff5e00;
  font-size: 22px;
  text-align: center;
}









#cadastro {
  padding-bottom: 50px;
  width: 100%;
  background-color: #f6f6f6;
}

#cadastro .box-form .title-form{
  width: 100%;
  padding: 50px 0 30px;
}

#cadastro .box-form .title-form h2{
  text-align: center;
  font-family: "BebasNeueRegular";
  font-style: italic;
  width: 100%;
  font-size: 50px;
}

#cadastro .box-form .title-form h2 span{
  color: #ff5e00;
  font-family: "BebasNeueBold";
}

#cadastro .box-form form{
  width: 100%;
}

#cadastro .box-form form .row{
  width: 100%;
}

#cadastro .box-form form .col{
  padding: 10px 7px;
  width: 100%;
  position: relative;
}

#cadastro .box-form form .col.align-right{
  justify-content: flex-end;
}


#cadastro .box-form form .col-2{
  width: calc((100%/3) * 2);
}

#cadastro .box-form form .col-1{
  width: calc(100%/3);
}

#cadastro .box-form form .col input[type="text"],
#cadastro .box-form form .col input[type="password"],
#cadastro .box-form form .col select{
  width: 100%;
  border: 1px solid #d6d6d6;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: 'Arial';
  padding: 10px;
}

#cadastro .box-form form .col select{
  background-image: url('../imgs/bg-select.png');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 98% 11px;
}

#cadastro .box-form form .col label.error{
  position: absolute;
  bottom: -4px;
  font-size: 11px;
  color: red;
  font-style: italic;
  font-family: "Arial";
  font-weight: bold;
}

#cadastro .box-form form .col .termos{
  border: 1px solid #d6d6d6;
  overflow:hidden;
  max-height: 100px;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
}

#cadastro .box-form form .col .termos p{
  color: #676767;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  line-height: 20px;
}

#cadastro .box-form form .col.align-right .texto-se-leu{
  display: inline-block;
  color: #676767;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

#cadastro .box-form form .col .checkbox label.error{
  right: 0;
  left: initial;
}

.checkbox input{
  opacity: 0;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.checkbox input ~ span{
  position: absolute;
  z-index:1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.checkbox input ~ span:before {
  content: '';
  width: 0px;
  height: 0px;
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  z-index: 2; 
  display: block;
  background-color: #9e9e9e
}


.checkbox input:hover  ~ span:before {
  width: 11px;
  height: 11px;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  opacity: 1;

}


.checkbox input:checked  ~ span:before {
  width: 11px;
  height: 11px;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  opacity: 1;
  background-color: #525252
}

.checkbox input ~ span:after {
  border: 2px solid #9e9e9e;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
}


#cadastro .box-form form .col.align-center{
  justify-content: center;
}

#cadastro .box-form form .col button{
  padding: 10px 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea6621;
  border: 0px solid #fff;
  transition: 0.2s;
}


#cadastro .box-form form .col button:hover{
  transform: translateY(-5px);
  box-shadow: 0 15px 20px -10px rgba(0,0,0,.8);
}

#cadastro .box-form form .col button img{
  margin-right: 10px;
}

#cadastro .box-form form .col button span{

  font-family: "BebasNeueRegular";
  color: #fff;
  font-size: 26px;
}












footer{
  opacity: 0;
  padding-top: 50px;
}

footer .box-superior{
  padding: 50px 0;
  background-color: #2e2e2e;
}

footer .box-superior .box-chamadas{
  justify-content: center;
  align-items: center;
  width: 100%;
}

footer .box-superior .box-chamadas > div{
  margin: 0 30px;
}


footer .box-inferior{
  background-color: #ff5e00;
}

footer .box-inferior p{
  color: #fff;
  justify-content: center;
  display: flex;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;  
  text-align: center;
}

footer .box-inferior p span{
  font-weight: bold;
  color: #000;
}

footer .box-inferior p a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

footer .box-inferior p a:hover{
	text-decoration: underline;
}










@media(max-width: 1366px){
  #regras .box-instrucoes ul li{
    font-size: 12px;
  }
}

















@media(max-width: 978px){
  .icon-menu{
    width: 130px;
  }

  #banner {
    height: 350px;
  }

  #banner .logo {
    width: 130px;
  }

  #banner.banner-cad{
    height: 300px;
  }

  #banner .texto-banner{
    width: 345px;
    padding-left: 20px;
  }

  #banner .texto-banner p{
    line-height: 30px;
  }

  #banner .texto-banner p span {
    font-size: 30px;
  }

  #banner .texto-banner p.color-green span {
    font-size: 36px;
  }

  #banner .box-iphones {
    padding-left: 10px;
    align-items: flex-end;
  }

  #banner .box-iphones .imgs-iphones {
    width: 300px;
    height: 140px

  }




  #regras .box-regras{
    justify-content: center;
  }

  #regras .box-regras .box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    justify-content: center;
    max-width: 580px;
  }
  #regras .box-regras .box:last-child{
    margin-bottom: 0;
  }



  #regras .box-regras .img-regras .arrow {
    right: 50px;
  }
}




@media(max-width: 768px){



  #banner .logo {
    width: 130px;
  }

  #banner .box-iphones .imgs-iphones {
    width: 200px;
  }

  #banner .texto-banner {
    width: 300px;
  }

  #banner .texto-banner p span {
    font-size: 35px;
  }
}





@media(max-width: 500px){
  header .acesso-area-restrita a {
    padding: 5px 5px;
  }



  #banner.banner-cad{
    height: 200px;
  }


  #banner {
    background-image: url(../imgs/banner-mobile.jpg);
    height: 325px;
    margin-top: 45px;
  }

  #banner .container{
    width: 98%;
  }

  #banner .logo {
    width: 100px;
    margin-top: 10px;
    justify-content: center;
  }

  #banner .logo img{
    max-width: 100%;
  }

  #banner .texto-banner{
    padding: 0; 
    width: 220px;
  }

  #banner .texto-banner p span {
    font-size: 28px;
  }

  #banner .box-iphones{
    margin-top: 0;
  }

  #banner .box-iphones a{
    position: absolute;
  }

  #banner .texto-banner p {
    margin-left: 10px;
  }

  #banner .box-iphones .imgs-iphones {
    width: 100%;
    height: 20px;
  }

  .icon-menu{
    width: 80px;
  }









  #premios .box-itens-premio .item-premio{
    width: 100%;
  }

  #premios .box-itens-premio .item-premio .descricao h3 {
    font-size: 14vw;
  }

  #premios .box-itens-premio .item-premio .descricao h4 {
    font-size: 11vw;
  }

  #premios .box-itens-premio .item-premio .descricao h5 {
    font-size: 8vw;
  }

  #premios .box-itens-premio .item-premio .descricao p {
    font-size: 18px;
    line-height: 23px;
  }

  section .header-section span.especial {
    font-size: 50px;
  }


  #desafio.cad {
    padding-bottom: 0px;
  }









  header .box-header .icon-menu .box-icon p{
    display: none;
  }

  header .box-header-nav {
    padding: 5px 0;
  }

  header .box-header .icon-menu .box-icon span {
    top: 13px;
  }

  header .logo{
    width: 100px;
  }


  header nav{
    height: 160px;
    top: -160px;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    padding-top: 60px;
    display: flex;
  }

  header.active nav{
    top: 0;
  }

  header nav ul{
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
    list-style: none;
  }

  header nav ul li{
    text-align: center;
    margin: 0;
    width: 100%;
    font-weight: 100;
    font-size: 11px;
    padding: 10px 0;
    list-style: none;
  }

  header nav ul li .icon-menu-mobile{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    align-items: center;
    margin: 0 auto 5px;
    border: 1px solid #fff;
    border-radius: 50%;
  }

  header nav ul li .icon-menu-mobile img{
    max-width: 60%;
    max-height: 60%;
  }

  header nav ul li:before,
  header nav ul li:after{
    display: none !important
  }





  #regras .banner-chamada-regras .img-banner-chamada.mobile{
    display: block;
  }


  #regras .banner-chamada-regras .img-banner-chamada.desk{
    display: none
  }




  #cadastro .box-form form .col{
    width: 100% !important;
  }

  #cadastro .box-form form .col .termos {
    max-height: initial;
  }
  #cadastro .box-form form .col select option{
    font-size: 10px;
  }

  #cadastro .box-form form .col.align-right .texto-se-leu {
    line-height: 20px;
    text-align: right;
    max-width: calc(100% - 25px);
    padding-right: 10px;
  }




  footer{
    padding-top: 0;
  }


  section .header-section span{
    font-size: 24px;
  }

  section .header-section span:before{
    left: -40px;
  }

  section .header-section span:after{
    right: -40px;
  }


  #regras .banner-chamada-regras .box-click-participar,
  #regras .banner-chamada-regras .img-banner-chamada{
    width: 100%;
  }

  footer .box-superior .box-chamadas > div{
    margin: 10px 0;
  }

  footer .box-inferior p{
    display: block;
  }
}