a:hover {
	text-decoration: none;
  color: #f6Ef74;
}

a {
  color: #f2f2f2;
}

.centralizando {
  display:flex;
  justify-content:center;
  align-items:center; 
}

.direita {
  display:flex;
  justify-content:flex-end;
  align-items:right; 
}

html, body {
  width: 100% !important;
  font-family: Arial, Sans-Serif;
  background-color: #fff;
  height: 100%;
}


/*-------------------------- MOBILE 1000PX --------------------------*/

@media (max-width: 999px) {
  .fundo-inicial {
    background: linear-gradient(rgba(1, 1, 1, 0.3), rgba(1, 1,1, 0.9)), url('../img/fundo-desktop.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }

  .navbar-light {
    background: transparent !important;
    margin-top: 2.75rem;
    text-transform: uppercase;
    float: right !important;
    position: fixed;
    z-index: 9999;
  }
 
 .navbar-toggler {
   background-color: #fff;
 padding: 0.25rem 0.75rem;
 font-size: 1.25rem;
 line-height: 1;
 border: none !important;
 border-radius: 15px;
 }
 
 .navbar-collapse {
 background: #000;
 border-radius: 10px;
 padding: 5px;
 }
 .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
 border: none !important;
 outline: none !important;
 }
 .nav-link {
   color: #fff !important;
   padding: 0.5rem 0 0.5rem 1.5rem !important;  
   text-align: left;
   font-weight: bold;
   font-size: 18px !important;
   cursor: pointer;
 }
 .active {
   color: #000 !important;
   font-weight: bold;
 }
  .navegar {
    opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
        transform: translateY(50px);
   -webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
  }
  .navegar-an {
   opacity: 1;
   -webkit-transform: none;
   -moz-transform: none;
    -ms-transform: none;
     -o-transform: none;
        transform: none;
  }
.logo {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
-webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.logo-an {
  opacity: 1;
  max-width: 200px;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
}

.texto-head {
  font-size: 36px;
  margin-top: 10rem;
  font-weight: bold;
  color: #f2f2f2;
}



#sec-2 {
  padding: 10rem 0;
  background-color: #222;
}
.sub-quem {
  color: #f6Ef74;
  font-size: 22.5px;
  text-transform: uppercase;
}
.tit-quem {
  color: #f2f2f2;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
.text-quem {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.quem-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.quem-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}

.icons-vc {
  max-width: 125px;
  display: block;
  margin: 3rem auto;
}

#sec-3 {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
.barrinha {
  position: absolute;
  background: #f6Ef74;
  width: 20%;
  height: 10px;
  margin-top: -5px;
}

.preto-1 {
  color: #222 !important;
}

.amarelo-1 {
  color: #575200;
}

.sub-van {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.serv-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.serv-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}

.serv-2 {
  opacity: 0;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.serv-2-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}
.bar-2 {
  right: 0 !important;
}


.ocult-dk {
  display: none;
}

#sec-4 {
  padding: 10rem 0;
  background: #222;
}
.num-bonus {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  top: 30px;
  left: 10px;
  color: #fff;
  text-shadow: 2px 2px rgba(2, 2, 2, 0.75);
}
.num-2 {
  color: #f6Ef74 !important;
}
.box-bonus {
  margin: 2rem auto;
  height: 150px;
  width: 90%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7); 
box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7);
}
.bx-2 {
  -webkit-box-shadow: 0px 0px 9px 2px rgba(246,239,116,0.7); 
box-shadow: 0px 0px 9px 2px rgba(246,239,116,0.7);
}

.text-bonus {
  text-align: left;
  padding: 1.5rem;
  max-width: 95%;
  margin-left: 2rem;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#sec-5 {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
.img-port {
  max-width: 100%;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.img-port:hover {
  transform: scale(1.2);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}

.psol {
  max-width: 50%;
}

#sec-6 {
  padding: 10rem 0;
  background: #222;
}

.tx-center {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
}

#sec-7 {
  padding: 10rem 0;
  background: #f2f2f2;
}

#sec-8 {
  background: #222;
  padding: 10rem 0;
}

.text-funciona {
  margin-top: 3rem;
  color: #f2f2f2;
  font-size: 22.5px;
  text-align: center;
  line-height: 32px;
  padding: 1rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7); 
box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7);
}

#sec-9 {
  background: #f2f2f2;
  padding: 10rem 0;
}
.seta {
  margin: 1rem auto 0 auto;
  max-width: 35px;
  display: block;
}

.dk {
  display: none;
}

.minha-foto {
  max-width: 100%;
  margin: 3rem 0;
}


#sec-10 {
  background: #222;
  padding: 10rem 0;
}

#sec-11 {
  background: #222;
  padding: 10rem 0;
}

.text-pag {
  color: #f2f2f2;
  font-size: 22px;
  margin-top: 3rem;
  text-align: center;
}



/*FORMULÁRIO*/
.form-control {
  margin: 3.25rem 0;
    width: 80% !important;
    font-size: 22.5px !important;
    color: #f2f2f2 !important;
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    border-radius: 0 !important;
    transition: none !important;

}
.form-control:focus {
  color: #f2f2f2 !important;
  font-weight: bold;
  border-bottom-color: #f6Ef74 !important;
  outline: 0;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}
.btn-primary {
  color: #222;
  background-color: #f6Ef74;
  border-color: transparent !important;
  width: 300px;
  height: 75px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.btn-primary:hover {
  background: #fff;
  color: #111 !important;
}
.second 
{
  margin-top: 3rem;
  float: left !important;
}
.conta-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.conta-q-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}
/* FIM FORM*/

.wrap-contato {
  margin: 3rem 0;
}
.icon-contato {
  max-width: 50px;
  float: left;
  margin-top: -0.7rem;
}
.icc-2 {
  margin-top: 0;
}
.address {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
}

.map-q {
  opacity: 0;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.map-q-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}



.logo-ft {
  margin: 3rem 0;
  max-width: 200px;
}


footer {
  position: relative;
  background: #f2f2f2 !important;
  padding: 5rem 0;
  z-index: 88;
}
  
}

/*-------------------------- DESKTOP/TABLET 1000PX --------------------------*/

@media (min-width: 1000px) {
 
  .navbar-light {
    background: transparent !important;
    margin-top: 2.75rem;
    text-transform: uppercase;
    float: right !important;
    position: fixed;
    z-index: 9999;
  }
 
 .navbar-toggler {
   background-color: #fff;
 padding: 0.25rem 0.75rem;
 font-size: 1.25rem;
 line-height: 1;
 border: none !important;
 border-radius: 15px;
 }
 
 .navbar-collapse {
 background: #000;
 border-radius: 10px;
 padding: 5px;
 }
 .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
 border: none !important;
 outline: none !important;
 }
 .nav-link {
   color: #fff !important;
   padding: 0.5rem 0 0.5rem 1.5rem !important;  
   text-align: left;
   font-weight: bold;
   font-size: 12px !important;
   cursor: pointer;
 }
 .active {
   color: #000 !important;
   font-weight: bold;
 }
  .navegar {
    opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
        transform: translateY(50px);
   -webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
  }
  .navegar-an {
   opacity: 1;
   -webkit-transform: none;
   -moz-transform: none;
    -ms-transform: none;
     -o-transform: none;
        transform: none;
  }
.logo {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
-webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.logo-an {
  opacity: 1;
  max-width: 200px;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
}

.texto-head {
  font-size: 48px;
  margin-top: 10rem;
  font-weight: bold;
  color: #f2f2f2;
}

#sec-2 {
  padding: 10rem 0;
  background-color: #222;
}
.sub-quem {
  color: #f6Ef74;
  font-size: 22.5px;
  text-transform: uppercase;
}
.tit-quem {
  color: #f2f2f2;
  font-size: 71.96px;
  font-family: Jeko-Black, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.text-quem {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 32px;
}
.quem-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.quem-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}

.icons-vc {
  max-width: 150px;
  display: block;
  margin: 3rem auto;
}

#sec-3 {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
.barrinha {
  position: absolute;
  background: #f6Ef74;
  width: 20%;
  height: 10px;
  margin-top: -5px;
}

.preto-1 {
  color: #222 !important;
}

.amarelo-1 {
  color: #575200;
}

.sub-van {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}

.serv-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.serv-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}

.serv-2 {
  opacity: 0;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.serv-2-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}
.bar-2 {
  right: 0 !important;
}


.ocult-dk {
  display: none;
}

#sec-4 {
  padding: 10rem 0;
  background: #222;
}
.num-bonus {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  top: 0;
  left: -10px;
  color: #fff;
  text-shadow: 2px 2px rgba(2, 2, 2, 0.75);
}
.num-2 {
  color: #f6Ef74 !important;
}
.box-bonus {
  margin: 2rem 0;
  height: 150px;
  width: 90%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7); 
box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7);
}
.bx-2 {
  -webkit-box-shadow: 0px 0px 9px 2px rgba(246,239,116,0.7); 
box-shadow: 0px 0px 9px 2px rgba(246,239,116,0.7);
}

.text-bonus {
  text-align: left;
  padding: 1.5rem;
  max-width: 95%;
  margin-left: 1rem;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#sec-5 {
  padding: 10rem 0;
  background-color: #f2f2f2;
}
.img-port {
  max-width: 100%;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}
.img-port:hover {
  transform: scale(1.2);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out;
}

#sec-6 {
  padding: 10rem 0;
  overflow: hidden;
  background: #222;
}

.tx-center {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#sec-7 {
  padding: 10rem 0;
  overflow: hidden;
  background: #f2f2f2;
}

#sec-8 {
  background: #222;
  overflow: hidden;
  padding: 10rem 0;
}

.text-funciona {
  margin-top: 3rem;
  color: #f2f2f2;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  padding: 1rem;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7); 
box-shadow: 0px 0px 9px 2px rgba(255,255,255,0.7);
}

#sec-9 {
  background: #f2f2f2;
  overflow: hidden;
  padding: 10rem 0;
}
.seta {
  margin-top: 6rem;
  max-width: 35px;
}
.mb {
  display: none;
}

.minha-foto {
  max-width: 100%;
  margin-top: 2rem;
}

.tx-menor {
  margin-top: 2rem;
  font-size: 14px !important;
}

#sec-10 {
  background: #222;
  overflow: hidden;
  padding: 10rem 0;
}

#sec-11 {
  background: #222;
  overflow: hidden;
  padding: 10rem 0;
}

.text-pag {
  color: #f2f2f2;
  font-size: 22px;
  margin-top: 3rem;
  text-align: center;
}



/*FORMULÁRIO*/
.form-control {
    width: 80% !important;
    font-size: 22.5px !important;
    color: #f2f2f2 !important;
    background-color: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    border-radius: 0 !important;
    transition: none !important;
    margin-bottom: 3.25rem;
}
.form-control:focus {
  color: #f2f2f2 !important;
  font-weight: bold;
  border-bottom-color: #f6Ef74 !important;
  outline: 0;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}

.form-control::placeholder {
  color: #f2f2f2 !important;
  opacity: 1;
}
.btn-primary {
  color: #222;
  background-color: #f6Ef74;
  border-color: transparent !important;
  width: 250px;
  height: 50px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
.btn-primary:hover {
  background: #fff;
  color: #111 !important;
}
.second 
{
  margin-top: 3rem;
  float: left !important;
}
.conta-q {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
   -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.conta-q-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}
/* FIM FORM*/

.wrap-contato {
  margin: 3rem 0;
}
.icon-contato {
  max-width: 50px;
  float: left;
  margin-top: -0.8rem;
  margin-bottom: 2rem;
}
.icc-2 {
  margin-top: 0rem;
}
.address {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
}

.map-q {
  opacity: 0;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
   -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
       transform: translateY(150px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
       transition: all 1s ease-out; 
}
.map-q-pos {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}



.logo-ft {
  margin-top: -3rem;
  max-width: 200px;
}


footer {
  position: relative;
  background: #f2f2f2 !important;
  padding: 5rem 0;
  z-index: 88;
}
}


@media (min-width: 1000px) and (max-width: 1440px) {
  .fundo-inicial {
    background: linear-gradient(rgba(1, 1, 1, 0.3), rgba(1, 1,1, 0.9)), url('../img/fundo-desktop.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    }
    .panel {
      height: 150% !important;
    }
}

@media (min-width: 1441px) {
  .fundo-inicial {
    background: linear-gradient(rgba(1, 1, 1, 0.2), rgba(1, 1,1, 0.75)), url('../img/fundo-desktop.jpg');
    background-size: cover;
    background-position: center;
    min-height: 550px;
    overflow: hidden;
    width: 100%;
    }
    .panel {
      height: 100% !important;
    }
}