* { 
    margin: 0;  padding: 0;  border: 0; text-decoration: none;
}
body {  
     overflow-x:hidden !important; min-height: 100%; font-family: 'Fira Sans', sans-serif;
 }
 a { color:#ba9d80;; }

h2 { 
    font-size: 30px; 
    color:white;
    font-weight: 300;
    letter-spacing: 10px; 
    text-transform: uppercase;
    text-align: center;
}
h3 { 
    font-size: 16px; 
    color:white;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    
}
img {
    width: 100%;
}
iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.clear {
    clear: both;
}
.container { 
    margin: 0 auto; width: 960px;  position: relative;
}
.logo { 
    width:250px; 
}
.mt-5 { 
    margin-top: 5%; 
}
.mt-10 { 
    margin-top: 5%;

}
.bg1 {
    height:100%;
    width:100%;
    background: linear-gradient(rgba(10,10,0,0.5), rgba(10,10,10,0.5)), url('../img/bg1.jpg?img=2022') no-repeat 50%/cover;
    display: flex;
   
}
.bg2 {
 display: flex;
    height:100%;    
    width:100%;
    background: linear-gradient(rgba(10,10,0,0.5), rgba(10,10,10,0.5)), url('../img/bg2.png?img=2022') no-repeat 50%/cover;
  
}

.video {
    background: black;
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    margin: 0 auto;
    margin-top: 5%;
    display: block;
    z-index: 9999999;
    
}

.box1 {
  height: 70px;
  width: auto;
  margin: 0 auto;
  margin-top: 37%;

}
.box2 {
  height: 80px;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 0%;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 1.5rem sans-serif;
  cursor: pointer;
  will-change: transform;
  border: 1px solid white;
}
.faixa {
    background-color: rgba(00,0,10,.5);
    width: 100%;
    height: 100px;
    padding: 0px;
     margin: 0 auto;
     display: block;
     border-radius: 10px;

}
.hvr-shutter-in-horizontal {

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ba9d80;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #272828;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


@media screen and (max-width : 898px) {

    iframe {
        width: 100%;
        height: 250px;
        border-radius: 10px;
        display: block;
    }    
    h2 {
        font-size: 20px; 
    }
    h3 {
        font-size: 15px;
        text-align: center;
        letter-spacing: 1px;
        line-height: 20px;
    }
    .box1 { 
        margin-top: 10%;
        height: 100px;
    }
    .box2 { 
        width: 250px;
        height: 40px;
        margin-bottom: 40px;
    }    
    .bg1 {
        background: url('../img/bg1.jpg') no-repeat center center fixed; 
        background-size: cover;
    }
    .bg2 {
/*         height: 240px;*/
    }
    .faixa {
        height: 230px;
    }
    .container { 
        width: 320px;
        display: block;
    }
    .logo { 
        width:180px; 
        margin:0 auto;
        text-align: center;
        display: block;
    }
    .video { 
        margin-top: 18%;
        height: 200px;
        display: block;
    }
}






