*{
  margin: 0px;
  padding: 0px;
  font-family: 'Kumbh Sans', sans-serif;
  background: #131313;
}

#topo{
  background: #131313;
  color: #FFC34E;
  padding:1%;
  position:fixed;
  width:100%;
  z-index: 99%;
  font-size:2rem;
  margin-left:1.1%;
}


#principal {
  max-width:100%;

}

.text{
  width: 40%;
  display: inline-block;
  margin-top:5% ;
  margin-left:10%;
  position:absolute;
  text-align: justify;
  color: #ffff;

}

.text h1{
  color: #FFC34E;
  font-size:3rem;
}

.img{
  width: 40%;
  margin-left:2%;
  margin-top: 2%;
}

.botao{
  display: inline-block;
}

.botao_um{
  margin-left: 2%;
  width: 42.5%;
  color: #ffff;
  background:#FFC34E;
  padding:10px;
  font-size:1.5rem; 
  border-radius: 4px;
  border: none;
  outline:none;
  cursor: pointer;
  

}

.botao_um a {
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
}

.botao_um:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #e49800;
  transition: all 0.35s;
  border-radius: 4px;
}

.botao_um:hover{
  background: #e49800;
  transition: all 0.3s ease;
}

#brindes{
  color: #FFC34E;
  max-width: 100%;
  margin:2%;
}

.Itens{
  margin-top: 1.5%;
  color: #ffff;
  width: 14%;
  display: inline-block;
  margin-left: 5%;
}

.Itens h2{
 margin-top: 15%;
}

.Itens hr{
  background-color: #FFC34E;
  
}

.Itens hr{
  border: 2px solid; 
  border-color: #FFC34E ;
  background: #ff0;
}

.valores{
  color:#ffff;
  padding:10%;
  font-size: 2rem;
}

.secundario{
  max-width: 100%;
}

.text_dois{
  width: 40%;
  display: inline-block;
  margin-top:3% ;
  margin-left:5%;
  
  text-align: justify;
  color: #ffff;
  z-index: -99%;
}

.text_dois h1{
  color: #FFC34E;
  font-size:3rem;
}

.text_dois h2{
  
  font-size:1.3rem;
}

.text_mobile{
  display: none;
}

.img_dois{
  width: 40%;
  margin-left:10%;
  margin-top: 5%;
  
}

.botao_dois{
  margin:6%;
  background:#FFC34E;
  padding: 14px 32px;
  font-size:2rem; 
  border-radius: 15px 15px 15px 15px;
  outline:none;
  border: none;
  cursor: pointer;
}

.botao_dois:hover{
  background: #e49800;
  transition: all 0.3s ease;
}

#final{
 max-width: 100%; 
 
}

.box{
  margin: 5%;
  color: #ffff;
  width: 10%;
  display: inline-block;
}

.box h3{
  font-size:1rem;
}

/* Mobile */

@media all and (min-width: 10px) and (max-width: 1300px)
 {

  #topo{
    max-width: 90%;
    position:static;
    margin-left: 5%;
  }

   #principal{
    display: block;
    max-width: 90%;
   }
    .img{
      width: 95%;
      display: block;
      margin-left:7%;
    }

    .text{
      width: 90%;
      position:relative;
    }

    .text h1{
    visibility:hidden;
    font-size:0.5rem;
    }

    .botao h2{
      font-size:0.9rem;
    }

    .botao_um{
      width: 59%;
    }

    #brindes{
      padding:2%;
      display: block;
      max-width:50%;
      margin-left:25%;
    }

    #brindes h1{
      margin-top:12%;
    }

    .Itens{
      text-align: center;
      width: 20%;
      display: inline;
    }

    .Itens h2{
      margin-top: 3%;
     }
     .Itens hr{
      border: 2px solid; 
	    border-color: #FFC34E ;
	    background: #ff0;
    }

    .valores h2{
      font-size: 2.3rem;
    }
    .valores p{
      font-size:1.5rem;
    }

    .secundario{
      max-width:100%;
    }

    .text_dois{
      width: 90%;
      text-align: justify;
    }
    
    .text_dois h2{
      display:none;
    }

    .text_dois h1{
      margin-left: 5%;
    }


    .img_dois{
      width: 80%;
      display: inline;
    }
    
    .text_mobile{
      display: block;
      width: 80%;
      font-size:1rem;
      margin-top:3% ;
      margin-left:10%;
      text-align: justify;
      color: #ffff;
      z-index: -99%;
    }

    .text_mobile h2{
      font-size:1.1rem;
    }

    .box {
      
     width: 50%;
    }

 }

