@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}


body {
  font-family: 'Noah', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #777;
  overflow-x: hidden !important;
  background-color: #001b40;
}

p {
 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #777;
  margin-bottom: 30px;
}



/* == animate css == */


.card img {
  border-radius: 50%;
  width: clamp(100px, 40vw, 120px);
  height: clamp(100px, 40vw, 120px);
  object-fit: cover;
  object-position: top;
}




header {
  background: linear-gradient(to top, #001b40 0%, #2f3c4742 100%),
    url(img/bg2.jpg)
      no-repeat 50% 50% / cover;
  width: 100%;
  min-height: 25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
  .header-content {
    font-family: "Roboto", sans-serif;
    width: min(37.5em, 90%);
  
    position: relative;


    z-index: 10;

    span {
      display: inline-block;
     
      letter-spacing: 0.063rem;
      font-size: 20px;
    }
    .header-content {
    h1 {
      font-size: clamp(1.5rem, 1.375rem + 0.625vw, 2rem);
      font-weight: 700;
    }

  }
}



section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 75em;
  margin-inline: auto;
  gap: 0.938rem;
  transform: translatey(-3em);
  position: relative;
  z-index: 10;}


.card h2{
  font-family: "Roboto", sans-serif;
}
  .card {
    padding: 1.875em 1.25em;
    max-width: 18.75rem;
    width: 90%;
    height: 16.875rem;
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
    position: relative;

    &::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 1rem;
      z-index: -1;
      border: 0.125rem solid transparent;
      background: linear-gradient(45deg, #1e272e, #C19D60) border-box;
      -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
    }

    


    h2 {
      color: #fff;
      letter-spacing: 0.05rem;
      
      -size: clamp(1rem, 0.9375rem + 0.3125vw, 1.25rem);
      margin-top: 0.625em;
      margin-bottom: 0.188em;
    }

  

    &-top {
      flex-basis: 100%;
      display: flex;
      justify-content: center;
      gap: 0.938rem;
      flex-wrap: wrap;

      .card {
        img {
          width: clamp(7.5rem, 40vw, 9.375rem);
          height: clamp(7.5rem, 40vw, 9.375rem);
        }
      }
    }
  }
















 /**********************   Início - footer ********************************/

.bloco2f{
  width: 100%;
  position: relative;
  top: 12px;
 }


.bloco2f .titulo p {

  font-size: 30px;
  color: #C19D60;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}


  .bloco2f .frase{
    font-size: 15px;
    color: #777;    
    margin: 0;
    }
  
  

 .hero-text {
  position: absolute;
  top: 240px;
  left: 285px;
  color: #ffffff;
  width: 800px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  z-index: 10;
}


.hero-text p {
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 300;
  font-size: 33px;
  font-family: "Roboto", sans-serif;

}


  .btnhero2 {
    position: relative;
    z-index: 500;
    top: -180px;
    text-decoration-line: none;
    display: inline-block;
    padding: 10px 30px;
    color: #C19D60;
    border-radius: 5px;
    border: 1px solid #C19D60;
    background-color: #5e5b5b79;
    color: #C19D60;
    text-decoration-line: none;
    
  }


  .btnhero:hover {
    transform: scale(0.98);
  }
  

.footer{

  display: flex;
  text-align: center; 
  background-color: #1b1b1b;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 270px;
  width: 100%;
}
  
.bloco1f{
  width: 40%;
  position: relative;
  left: 90px;
  top: 30px;
 
  font-size: 15px !important;
 
}




.deslocamento1{
  position: relative;
 
 
}


.deslocamento2{
  position: relative;
  left: -80px;

}


.contenthero{
  position: relative;
  top: -18px;
  left: -3px;
}



.contact-phone {
 
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: -35px;
}

  

.contact-phone:hover {
color: #C19D60;
}



.contact-mail {
  font-size: 15px;
  color: #777;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -30px;

  z-index: 100;
}
.contact-mail:hover {
  color: #fff;
}
.contact-mail:before {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C19D60;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-mail:hover:before {
  background-color: #777;
}
  


.social-media {
  color: #fff !important;
 
  position: relative;
  top: -18px;
}

.social-media a {
  text-decoration: none;

}

.social-media i {
 
  border: 1px solid grey; 
  color: #fff !important;
  transition: 0.3s; 
  padding: 6px;
  width: 30px;

}

.social-media i:hover {
   background: #C19D60; 
}



.valet {

  position: relative;
  top: -15px
}


@media only screen and (max-width: 810px){


  .deslocamento2{
      position: relative;
      left: -65px;
    
    }

    .bloco1f{
      width: 40%;
      position: relative;
      left: 50px;
     
    }
    
    .bloco2f{
      width: 100%;
      position: relative;
      
    }
    
    
.bloco1f .titulo p {

  font-size: 25px;
  color: #C19D60;
  margin-bottom: 20px;
}




.bloco2f .titulo p {

  font-size: 30px;
  color: #C19D60;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

}



@media only screen and (max-width: 810px){
  
.btnhero {
  position: relative;
  z-index: 500;
  top: 30px;
  text-decoration-line: none;
  display: inline-block;
  padding: 5px 15px;
  color: #C19D60;
  border-radius: 5px;
  border: 1px solid #C19D60;
  background-color: #5e5b5b79;
  color: #C19D60;
  text-decoration-line: none;
}


.bloco1f{
  width: 40%;
  position: relative;
  left: 40px;
 
}

}


 @media only screen and (max-width: 428px){

.bloco2f .frase{
 
  margin-top: -10px;
 }
}






@media only screen and (max-width: 414px){
  
  .btnhero {
    position: relative;
    z-index: 500;
    top: -1px;
    text-decoration-line: none;
    display: inline-block;
    padding: 5px 10px;
    color: #C19D60;
    border-radius: 5px;
    border: 1px solid #C19D60;
    background-color: #5e5b5b79;
    color: #C19D60;
    text-decoration-line: none;
  }
}


@media only screen and (max-width: 390px){
  
  .btnhero {
    position: relative;
    z-index: 500;
    top: 30px;
    text-decoration-line: none;
    display: inline-block;
    padding: 5px 5px;
    color: #C19D60;
    border-radius: 5px;
    border: 1px solid #C19D60;
    background-color: #5e5b5b79;
    color: #C19D60;
    text-decoration-line: none;
  }
}

 



@media only screen and (max-width: 390px){

  
    .bloco2f  {

     align-items: center;
    }


    .bloco2f .frase p {

      

     
    }

   
  

    .bloco2f .contact-phone {
 
      font-size: 20px;
    }

}





@media only screen and (max-width: 360px){

  
    .bloco2f  {

     align-items: center;
    }


    .bloco2f .frase p {

      font-size: 12px;

      width: 80%;
      margin-left: 45px;
    }

   
  


}

  

 /**********************  Fim -  footer ********************************/





  
html{

 
  background-color:#001B40;
  
}


:root{
  --bg-color: #001B40;
  --txt-color: #221e22;
  --yellow: #916b15;
  --white: #fff;
  --black: #000;
}

.containerslider{
  height: 100vh;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: hidden;
 


  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
  }
  
}
.overplay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #001B40;
  z-index: 1;
}
.nav{
  z-index: 101;
  color: var(--white);
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}


.logo{
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
  animation: top-down 1.5s forwards;
  position: absolute;
  z-index: 10;
  top: 2px;
}


.cart
{font-size: 30px;
  cursor: pointer;
}
.menu{
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
  animation: left-to-right 1.5s forwards;
}
.hamburger{
  position: relative;
  cursor: pointer;
}
.hamburger,
.hamburger::before,
.hamburger::after{
  width: 30px;
  height: 3px;
  border-radius: .5rem;
  background-color: var(--white);
  transition: 0.4s;
}
.hamburger::before,
.hamburger::after{
  content: '';
  position: absolute;
  left: 0;
}
.hamburger::before{
  top: -10px;
}
.hamburger::after{
  top: 10px;
}
.hamburger.active{
  background-color: transparent;
}
.hamburger.active::before{
  transform-origin: top left;
  transform: rotate(45deg);
  left: 6px;
}
.hamburger.active::after{
  transform-origin: bottom left;
  transform: rotate(-45deg);
  left: 6px;
}
.sci{
  z-index: 2;
  color: var(--white);
  display: flex;
  position: fixed;
  right: 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.sci i{
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.sci i:hover{
  transform: rotate(30deg);
  
}

.z-index-99{
  z-index: 99 !important;
}
.col-5{
  width: 41.66%;
}
.col-7{
  width: 58.33%;
}
.txt-yellow{
  color: var(--yellow);
}
.info{
  color: var(--white);
  text-align: right;
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 90%;
  align-items: center;
  
}
.info h1{
  font-size: 50px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  text-align: left;
}
.info p{
  margin: 30px 0;
  text-align: justify;
}
.info button
{
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 30px;
  outline: transparent;
  border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white);
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.info button:hover{
  background-color: var(--white);
  color: var(--black);
}
.product-info{
  position: absolute;
  width: 100%;
  height: fit-content;
  left: 0;
  padding: 0 80px;
  pointer-events: none;
  
}


.product-info p{
  font-family: 'Roboto', sans-serif;
  color: white;
}




.product-info.active{
  pointer-events: visible;
}
.product-info h1,
.product-info>span,
.product-info p,
.product-info button{
  opacity: 0;
  transition: unset;
}
.product-info button{
  transition-delay: .2s;
}
.product-info.active h1,
.product-info.active>span,
.product-info.active p,
.product-info.active button{
  opacity: 1;
  transition: opacity 1s,
    transform 1.2s,
    letter-spacing 1.2s,
    right 1.2s;
}
.product-info h1{
  letter-spacing: 20px;
}
.product-info.active h1{
  letter-spacing: unset;
}
.product-info>span{
  position: absolute;
  right: 200px;
}
.product-info.active>span{
  
  right: 80px;
}


.product-info{
 color: white;
}


.product-info p,
.product-info button{
  transform: translateY(100px);
}
.product-info.active p,
.product-info.active button{
  transform:  translateY(0);
}
[class*="col-"]{
  display: flex;
  align-items: center;
  z-index: 2;
}
.slider{
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  height: 80%;
  overflow: visible;
}
.slide{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: 1s ease-in-out;
  animation: bottom-up 2s forwards;
}
.slide:nth-child(1){
  z-index: 4;
}
.slide:nth-child(2){
  z-index: 2;
  width: 80%;
  height: 80%;
  left: 70%;
}
.slide:nth-child(3){
  z-index: 1;
  width: 60%;
  height: 60%;
  left: 120%;
}
.slide:nth-child(4){
  z-index: 0;
  width: 60%;
  height: 60%;
  left: 120%;
  transform: scale(0);
}
.img-holder{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.slide-control{
  color: var(--white);
  position: relative;
 top: 340px;
 left: -800px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid var(--white);
  transition: 0.3s;
  z-index: 9000;
}
.slide-control:hover{
  background-color: var(--white);
  color: var(--black);
}
.slide-control:hover i{
  color: var(--black);
}
@keyframes top-down{
  0%{
    opacity: 0;
    transform: translateY(-100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottom-up{
  0%{
    opacity: 0;
    transform: translateY(100%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left-to-right{
  0%{
    opacity: 0;
    transform: translateX(-100%);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-overlay{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 80px;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow: hidden;
  transition: 0.5s;
}
.nav-overlay.active{
  width: 100%;
}
.nav-overlay-content{
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.nav-overlay a{
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.nav-overlay a:hover{
  color: #f1f1f1;
}
@keyframes right-to-left{
  0%{
    opacity: 0;
    transform: translateX(100%);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}







@media only screen and (max-width: 1080px){
  .info{
    align-items: flex-start;
  }
  .info h1{
    font-size: 100px;
    align-items: left;
  }
  .info p{
    font-size: 14px;
  }
  .info button{
    font-size: 20px;
    padding: 10px 20px;
  }
  .product-info{
    padding: 10px 50px;
  }
  .slider{
    width: 80%;
    height: 60%;
    /* transform: translateY(20%); */
  }
  
}


@media only screen and (max-width: 810px){

  .slide-control{
   
    top: 584px;
    left: -475px;
    
   }

}




@media only screen and (max-width: 600px){
  .col-5,
  .col-7
  {width: 100%;
    height: 50%;
  }
  .containerslider{
    flex-direction: column-reverse;
  }
  .info{
    align-items: flex-start;
  }
  .info h1{
    font-size: 50px;
    line-height: 50px;
    text-align: left;
  }
  .info p{
    font-size: 12px;
    margin: 20px 0;
  }
  .info button{
    font-size: 16px;
    padding: 10px 20px;
  }
  .product-info{
    padding: 0 20px;
  }
  .col-7{
    align-items: flex-start;
  }
  .slider{
    width: 80%;
    height: 80%;
    transform: translateY(20%);
    padding: 50px;
  }

}






@media only screen and (max-width: 428px){

  .slide-control{
   
   top: 250px;
   left: 20px;
   
  }

  .valet {
  position: relative;

}


}




























@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");






.bloco1{

  z-index: 100;



}


 ul {
    list-style: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
 
 }
 
 ul a {
    text-decoration: none;
    outline: none; 
    color: #fff;
    transition: 0.3s; 
 
 }
 
 ul a:hover {
     color: #916b15;
 
 }
 
 ul li {
    margin: 10px 0;
    height: 25px; 
 }
 
 li i {
     margin-right: 20px;
 
 }
 

   



.nav{
  z-index: 101;
  color: var(--white);
  display: flex;

  top: 0;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.menu{
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
  animation: left-to-right 1.5s forwards;
}
.hamburger{
  position: relative;
  cursor: pointer;
}
.hamburger,
.hamburger::before,
.hamburger::after{
  width: 30px;
  height: 3px;
  border-radius: .5rem;
  background-color: var(--white);
  transition: 0.4s;
}
.hamburger::before,
.hamburger::after{
  content: '';
  position: absolute;
  left: 0;
}
.hamburger::before{
  top: -10px;
}
.hamburger::after{
  top: 10px;
}
.hamburger.active{
  background-color: transparent;
}
.hamburger.active::before{
  transform-origin: top left;
  transform: rotate(45deg);
  left: 6px;
}
.hamburger.active::after{
  transform-origin: bottom left;
  transform: rotate(-45deg);
  left: 6px;
}



.nav-overlay{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 80px;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  overflow: hidden;
  transition: 0.5s;
}
.nav-overlay.active{
  width: 100%;
}
.nav-overlay-content{
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.nav-overlay a{
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.nav-overlay a:hover{
  color: #f1f1f1;
}




/* Navigation bar - not visible */

#nav-bar {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: -40px;

}

#nav-bar p {
  padding-top: 20px;
  color: #ffffff;
  font-weight: lighter;
  z-index: 9999;
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: 2px;
}


/* Menu */


.drawer-menu {
  font-family: 'Roboto', sans-serif;
  background: #001b40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0 100px 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform: translateY(-250vh);
  opacity: 1;
  overflow-x: hidden;
}

.drawer-menu ul {
  z-index: 999;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drawer-menu li {
  text-align: center;
  list-style-type: none;
  z-index: 999;
}

.drawer-menu li a {
  display: block;
  height: 60px;
  line-height: 62px;
  padding: 8px;
  font-size: 19px;
  color: #ffeda9;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.3em;
  z-index: 999;
}


/* Don't display checkbox */

.check {
  display: none;
}


/* Menu button - label tag */

.menu-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
  padding: 0 30px 0 15px;
 
}


/* Navigation icon */

.bar {
  display: block;
  height: 1px;
  margin-top: 8px;
  background: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;

  z-index: 9999;
}


/* Navigation icon bars */

.bar.top {
  width: 40px;
  z-index: 9999;
}

.bar.middle {
  top: 10px;
  width: 20px;
  opacity: 1;
  z-index: 9999;
}

.bar.bottom {
  top: 20px;
  width: 35px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 9999;
}


/* Checked effects */

.check:checked ~ .drawer-menu {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;

  overflow: scroll;
}

.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
  transform: translateX(100px);
}

.check:checked ~ .menu-btn .bar.bottom {
  width: 30px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Hover strikethrough */

.drawer-menu span {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.drawer-menu span:before,
span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #D7F2BA;
}

.drawer-menu span:before {
  left: -2.5px;
}












  

@media (max-width: 991px) {
   
	.burger_box {
		display: block;
		float: right;
		margin-right: -85px;
		margin-top: 30px;
	}

	
}





@media (max-width: 810px) {


	
.drawer-menu ul {
margin-left: -35px;
margin-top: -300px;
}

}




@media (max-width: 810px) {


	
.drawer-menu ul {
margin-left: -47px;
margin-top: -300px;
}

}




@media (max-width: 414px) {
    
    .drawer-menu ul {
      margin-left: -45px;
      margin-top: -300px;
   }
 
      
}





@media (max-width: 375px) {

	
  .drawer-menu ul {
      margin-left: -49px;
      margin-top: -300px;
   }
 
  
}




@media (max-width: 360px) {



  
}

/**********************   Início - Hero ********************************/











.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
  
opacity:0.5; /*******************************************************************/

}



.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}









.container{
  width: 1000px;
  /*height: auto;*/
  margin: 0 auto;    
}

/*quando a class container estiver aplicada a um <article>*/
article.container{
  margin-top: 50px;
}


#banner{
 z-index: 1000;
}

 /**********************   Início - logo ********************************/

 .logo img{
    
  width: 55%;
  margin-top: -10px;

 }

 /**********************  Fim - logo  ***********************************/









/**********************   Início - Hero ********************************/



.contenthero {
	position: relative;
	top: 200px;
  font-family: 'Raleway', sans-serif;
  z-index: 9000;
}





.btnhero {

	position: relative;
	z-index: 500;
  top: -230px;
	text-decoration-line: none;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	border: solid #fff 1px;
  opacity: 0.7;
  background-color: #5e5b5b79;
}

.btnhero:hover {
	transform: scale(0.98);
}





.separador{
  position: relative;
  display: block;
  background-color: #001b40;
 
  padding: 1px 0 1px 0;
  z-index: 1;
  border-top: 1px solid #C19D60;;
}
















.btnhero {

	position: relative;
	z-index: 500;
  top: -230px;
	text-decoration-line: none;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	border: solid #fff 1px;
  opacity: 0.7;
  background-color: #5e5b5b79;
}

.btnhero:hover {
	transform: scale(0.98);
}





.separador{
  position: relative;
  display: block;
  background-color: #001b40;
 
  padding: 1px 0 1px 0;
  z-index: 1;
  border-top: 1px solid #C19D60;;
}














 @media only screen and (max-width: 1080px){

  .logo img{
    
    width: 40%;
  
    z-index: 9999;
  }

  .logo{

    margin-top: 10px;
  }


    .hero-text{
      position: absolute;
      top:400px;
      left: 105px;
      color: #ffffff;
      width: 600px;
      text-align: center;
      font-family: "Roboto", sans-serif;
     
    }


    .hero-text p {
      line-height: 1em;
      font-weight: 300;
      font-size: 33px;
      font-family: "Roboto", sans-serif;
    }



    .btnhero {

      top: -200px;
      left: -10px;
     
    }
    
    
   }




   @media only screen and (max-width: 428px){

    .logo img{
    
      width: 45%;
    
      z-index: 9999;
    }
  
    .logo{
  
      margin-top: 14px;
    }
  

    .hero-text{
      position: absolute;
      top:360px;
      left: 12px;
      color: #ffffff;
      width: 400px;
      text-align: center;
      font-family: "Roboto", sans-serif;
     
    }


    .hero-text p {
      line-height: 1em;
      font-weight: 300;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
    }
  

 }





 @media only screen and (max-width: 428px){


  .btnhero {

    left: 4px;
    
  }

 }


 @media only screen and (max-width: 412px){


 .btnhero {

  top: -200px;
  left: 1px;
 
}

.hero-text{
  position: absolute;
  top:340px;
  left: 43px;
  color: #ffffff;
  width: 320px;
  text-align: center;
  font-family: "Roboto", sans-serif;
 
}


.hero-text p {

  font-size: 18px;

}

 }



 @media only screen and (max-width: 375px){
 .logo img{
    
  width: 40%;

  z-index: 9999;
}


 }





 @media only screen and (max-width: 375px){

 


.hero-text{
  position: absolute;
  top:340px;
  left: 31px;
  color: #ffffff;
  width: 320px;
  text-align: center;
  font-family: "Roboto", sans-serif;
 
}

.hero-text p {

  font-size: 18px;

}




  .btnhero {

    top: -200px;
    left: -1px;
   
  }
 }

 @media only screen and (max-width: 360px){


  

  .hero-text p {

    font-size: 17px;
  
  }
  

  .hero-text{
   
    width: 330px;
    left: 15px;
   
  }
  

 }













/*******************  Início -  WhatsApp ***********************/



.whatsapp{

  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
 }


.whatsapp img{


 width: 50px;
}




@media (max-width: 428px) {


  
  .whatsapp{

    position: fixed;
    bottom: 20px;
    right: 7px;
     z-index: 100;
   }
  
}




/******************* Fim -  WhatsApp ***********************/













