
/* RESET */
body{background-color: transparent;}
* {padding: 0;margin: 0;border: 0;box-sizing: border-box;vertical-align: baseline;font-size: 100%;font: inherit;list-style: none;text-decoration: none;}
a{cursor:pointer!important;}
*:hover{text-decoration: none;}
/* RESET */

a > h1, a > h2, a > h3, a > h4{
  font-size: inherit;
  font-family: inherit;
  color:inherit;
  margin-bottom: 0;
  text-transform: inherit;
}

.video-container { position: relative; padding-bottom: 56.25%; overflow: hidden;height: 100%;}

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/* FONTS */


@font-face {
  font-family: tt_normal;
  src: url("../fonts/TT _Norms_Pro_Normal.ttf");
}

@font-face {
  font-family: tt_bold;
  src: url("../fonts/TT_Norms_Pro_Bold.otf");
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* FONTS */


/* REUTILIZAVEIS */
.owl-dots{display:none;}
.fl{float:left;}.fr{float:right;}
.hidden-load {visibility: hidden;}
.hidden-load.animate__animated {visibility: visible;}

.responsive-img{width: 100%;height: auto;}

.text-dark{color:#000000!important;}
.text-light{color:#FFFFFF;}
.text-highlight-dark{color:#1B417E!important;}
.text-highlight-light{color:#c1976d!important;}


section{padding-top: 6.5rem;}



h1{
  font-family: 'tt_normal', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1.3rem;
  line-height: 125%;
}

h1 > span{
  font-family: 'tt_bold', sans-serif;
  font-size: 130%;
}

.h1zinho{
  font-size: 2.7rem;
}

h2{
  font-family: 'tt_normal', sans-serif;
  font-size: 2.0rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 > span{
  font-family: 'tt_bold', sans-serif;
  font-size: 130%;
}

.modal-body h2{
  font-size: 1.5rem;
}

.produto-title{
  text-transform: unset;
}


h2 > span{
  font-family: 'tt_bold', sans-serif;
}

h3{
  font-family: 'tt_normal', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color:#c1976d;
}

h3 > .seta{
  background-image: url('../imgs/seta.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 20px;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

p{
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
  color:#ffffff;
}

ul{
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 120%;
  text-align: left;
  color:#ffffff;
  margin-top: 15px;
}

li{
  list-style:inside;
  margin-bottom: 15px;
}

.anchor-cta{
  padding: 10px 20px;
  text-align: center;
  font-family: "xolonium-regular", sans-serif;
  color:#1c1c1c;
  font-size: 1.2rem;
  border: 1px solid  #c1976d;
  background-color:  #c1976d;
  text-decoration: none;
  display:inline-block;
}

.anchor-cta:hover{
  color:#1c1c1c;
  text-decoration: none;
  border: 1px solid #e1e5e8;
  background: #e1e5e8;
}



/* REUTILIZAVEIS */



.lojas-logos img{
  height: auto;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all .2s ease-in-out;
}

.lojas-logos img:hover{
transform: scale(1.1);
}


header {padding:30px 0;background: #000000;}
header > .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img{width: 110px;height: auto;}


header.affix{
   background: #000000;
padding: 20px 30px !important;
height: auto;
max-height: 81px;
position: fixed !important;
z-index: 2;
top: 0px;
display: flex !important;
justify-content: space-between;
align-items: center;
z-index: 999;
}

header.affix .brand img{
  width: 180px;
  height:auto;
}


header.affix .cta.comprar .cart{
  height: 25px;
  width:25px;
  margin-right: 10px;
  background-image: url('../imgs/cart.svg');
  background-repeat: no-repeat;
}
header.affix  .cta.comprar{
  font-family: tt_bold, sans-serif;
  font-size: 15px;
  background: #c1976d;
  border:1px solid #c1976d;
  border-radius: 40px;
  color:#1c1c1c;
  float:right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 18px;
  text-decoration: none;
}
header.affix  .cta.comprar:hover{
  text-decoration: none;
  color:#1c1c1c;
  text-decoration: none;
  border: 1px solid #f8f6f1;
  background-color: #f8f6f1;

}

html,body{
  background: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: auto;
  scroll-behavior: smooth;
}

body{
  height: 100%;

}

#parallax-montains{
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  height: 55vh;
  width: contain;
  background-image: url('../imgs/bg_montanha.webp');
  background-position:top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
  pointer-events: none;

}

.modal{
  z-index: 99999;
}

#hero{
padding: 0;
  min-height: auto;
  }

  #hero .row{
    height: 70vh;
  }

  #hero .row > div{
    padding-left: 50px;
  padding-right: 50px;
  }

  #hero .row > div:first-of-type{
    background-image: url('../imgs/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #hero .row > div:last-of-type{
    background-color:#ffffff;
  }

  .bf-product{
    width: 60%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }

  .bf-pagamento.d-md-block{
    width: 80%;
    height: auto;
    display: block;
  }

  #hero-videos{
    padding:0;
    overflow:hidden;
    position: relative;
  }

.video-hero-single{
  min-height: 50vh;

  position: relative;
  max-width:100%;
}

.video-content{
  z-index: 2;
  padding: 30px 30px;
}

.video-bg-container{
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  left:0;
  top:0;
  z-index: 0;
  overflow: hidden!important;
}

.video-bg-container::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(174deg, rgba(0,0,0,0.5) 0%, rgba(89,72,55,0.5) 100%);
  z-index: 1
}

.video-bg-container video{
  position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   max-width:100%;
   object-fit: cover;
   z-index: 0;
}

#pilares ul.nav{
border-bottom:1px solid #757575!important;

}


#pilares .nav li{
  width: 20%;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

#pilares .nav li button{
  width: 100%;
  height: 100%;
  text-align: center;
  color:#757575;
  font-family: tt_bold;
  font-size: 1.2rem;
  padding: 20px;
  border:unset!important;
  border-radius: unser!important;
}

#pilares .nav li button:hover{
  color:#c1976d;
  border:none;
  background-color: unset!important;
}

.nav-link.active{
  background-color: unset!important;
  color:#c1976d!important;
}

#pilares p{
  margin-bottom: 2rem;
}

.tab-content{
  padding: 2rem 0;
}

#pilares .outline-cta{
  margin-left: 15px;
}


#espaco-asus{
  padding-bottom: 6.5rem;
}

#espaco-asus iframe{
  width:100%;
}



#espaco-asus .container > div{
  padding-top: 4rem;
}

#espaco-asus .container > div:first-of-type{
  padding-top: 0;
}

#espaco-asus .container > div:last-of-type h2{
  margin-bottom: 25px;
}



#outras-linhas .row{
  margin-bottom: 30px;
}

#outras-linhas{
  height: auto;
}

#outras-linhas a img{
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width:1400px) {
  h1 > span.text-highlight-light{
    font-family: 'tt_bold', sans-serif;
    font-size: 100%;
  }
  header {padding:15px 0;background: #000000;}
  #hero .row > div{
    padding-left: 20px;
  padding-right: 20px;
  }
  #hero .row{
    height: calc(100vh - 50px);
  }

  .bf-product{
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (min-width:320px) {}


@media (max-width:480px) {
  .video-col{
    margin-bottom: 30px;
  }

  #espaco-asus .responsive-img{
    margin-bottom: 30px;
  }
  .video-hero-single{
    height: 25vh;
    min-height: unset;
  }

  #produto-destaque img{
    margin-bottom: 20px;
  }
  #pilares .nav li{
    width: 50%;
  }

  #pilares .nav li:last-of-type{
    width: 100%;
  }

  .anchor-cta{
    display: block;
  }

#parallax-montains{
  height: 30vh;
  max-height: 30vh;
}

#hero{
  height: auto;
  min-height: unset;}

  #hero .row {
    display: block;
    height: auto;
  }

  #hero .row > div:first-of-type{
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: calc(2.5rem - 20px);
  }

  #hero .row > div:last-of-type{
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .bf-pagamento.d-md-block{
    display: none;
  }

  .bf-pagamento.d-sm-block{
    width: 70%;
    display: block;
    margin-top: 30px!important;
  }

  .bf-product {
  width: 70%;
  height: auto;
  display: block;
  margin-bottom: 30px;}

  #formulario{
    padding-bottom: 2.5rem;
  }

#hero .constelacao .ico a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

#hero .constelacao{
  padding: 20px 0;
}


  #hero img{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #hero .kv-img{
    width: 100px;
  }

  .title {
  font-family: 'tt_normal', sans-serif;
  line-height: 110%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
  section{padding:2.5rem 15px 0 15px;}

  h1{
    font-family: 'tt_normal', sans-serif;
    font-size: 2.2rem;
    margin-bottom: 1.3rem;
    line-height: 125%;
  }

  h1 > span{
    font-family: 'tt_bold', sans-serif;
    font-size: 100%;
  }

  .h1zinho{
    font-size: 1.4rem;
  }


  h2{
    font-family: 'tt_normal', sans-serif;
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }

  h3{
    font-family: 'tt_normal', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
    color:#c1976d;
  }


  header.affix .brand img {
    width: 100px;
    height: auto;
  }

  #outras-linhas .row {
  margin-bottom: 0px;
  }

  #outras-linhas .row > div {
  margin-bottom: 20px;
  }

  #clock{
  margin-bottom: 1rem;
  justify-content: center;
  }
  #clock > span{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 8px;
    padding: 0px;
  }
  #clock span p{font-size: 3.5rem;}
  #clock div{font-size: 1rem;line-height: 4.1rem;}
  .btns-live{padding: 0;}
  .btns-live a,.form button {font-size: 0.6rem;padding: 8px;}
  .btns-live a img{width:auto;height:13px;display: block;}

}


@media (min-width:390px) {
  #hero .constelacao .ico a img{
    max-width: 150px;
    height: auto;
    display: block;
    transition: all .2s ease-in-out;
  }

  #hero .constelacao .ico a:hover img{
  transform: scale(1);
  }
}
@media (max-width:790px) {}

@media (min-width:1660px) {}
