
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  background-color: #000;
}

.bg {
  background-image: url("/assets/img/skyworks_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.content {
  position: relative;
  background-color: #000;
  min-height: 500px;
  width: 100%;
  font-family: "Arial";
  line-height: 40px;
  color: white;
  font-size: 16px;
  margin: auto;
  text-align: center;
  padding-top: 200px;
    
}

.content p {
  margin: auto;
  text-align: center;
  padding: 50px;
  max-width: 900px;
}

a,
a:visited,
a:active {
  color: inherit;
}

a:hover {
  color: inherit;
}

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  border: 2px solid white;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 20px 50px;
}

.btn:hover {
  background-color: white;
  color: #0f1629;
}

/* player */
.posplayer {
 
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    display: inline-block;
}

.textoplayer {
    margin-top: 30px;
    margin-bottom: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*Formulairo*/

input[type=text], select {
    width: 100%;
    padding: .5rem .75rem;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #ccc;

    box-sizing: border-box;
    
}

.formulario{
    position: relative;
    display: inline-block;

    background:black;
    padding: 10px;
/*    width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 240px;
  
    
}
.formulario p{
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}

.formulario label{
    color: white;
    float: left;
    
}
body > div > div.parallax__group > div.parallax__layer.parallax__layer--galhos > div > div > div.formulario > form > input:nth-child(2){
    padding-left:20px;
    padding-right:20px;
}
#message{
    margin-top: 15px;
     padding-left:20px;
    padding-right:20px;
}
.formulario{
    max-width: 600px;
}
.formulario button{
    margin-top: 15px;
}
/* LOADER */

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/assets/img/carregando_chrome.png") no-repeat center center rgba(0,0,0,0.9);
}



/*

Parallax base styles
--------------------------------------------- */

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-perspective: 1px;
  -ms-perspective: 1px;
  perspective: 1px;
}

.parallax__group {
  position: relative;
  height: 100vh;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  height: 100%;
  z-index: -2;
}

.parallax__layer--galhos {
    
  -webkit-transform: translateZ(-1px) scale(2);
  -ms-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1px) scale(2);
  background-image: url("/assets/img/img00.png");
  margin-top: 78%;
  z-index: -1;
    

}

.parallax__layer--planta1 {
  position: fixed;
  -webkit-transform: translateZ(-2px) scale(3);
  -ms-transform: translateZ(-2px) scale(3);
  transform: translateZ(-2px) scale(3);
  background-image: url("/assets/img/img01.png");
  margin-top: 58%;
    
  z-index: -4;
}

.parallax__layer--planta2 {
  position: fixed;
  -webkit-transform: translateZ(-3px) scale(4);
  -ms-transform: translateZ(-3px) scale(4);
  transform: translateZ(-3px) scale(4);
  background-image: url("/assets/img/img02.png");
  margin-top: 38%;
  z-index: -5;
}

.parallax__layer--planta3 {
  position: fixed;
  -webkit-transform: translateZ(-4px) scale(5);
  -ms-transform: translateZ(-4px) scale(5);
  transform: translateZ(-4px) scale(5);
  background-image: url("/assets/img/img03.png");
  margin-top: 100%;
  z-index: -6;
}

.parallax__layer--passaro0 {
    
  position: fixed;
  -webkit-transform: translateZ(-1px) scale(2);
  -ms-transform: translateZ(-1px) scale(2);
  transform: translateZ(-1.7px) scale(2.7);
  background-image: url("/assets/img/pass00.png");
  width: 50vw;
  margin-top: 90%;
  margin-left:25%; 
  z-index: -8;
}

.parallax__layer--passaro1 {
  position: fixed;
  -webkit-transform: translateZ(-3px) scale(4);
  -ms-transform: translateZ(-3px) scale(4);
  transform: translateZ(-2.9px) scale(3.9);
  background-image: url("/assets/img/pass01.png");
left: 0px;        
  width: 39vw;
  margin-top: 33%;
  margin-left:-44%; 
  z-index: -12;
   
}

.parallax__layer--passaro2 {
  position: fixed;
  -webkit-transform: translateZ(-2.4px) scale(3.4);
  -ms-transform: translateZ(-2.4px) scale(3.4);
  transform: translateZ(-2.4px) scale(3.4);
  background-image: url("/assets/img/pass02.png");
  margin: auto;
  margin-top: 30%;
  right: 0px;
  width: 38vw;
  margin-right: 4%;
  z-index: -7;
}

.parallax__layer--passaro3 {
 
  position: fixed;
  -webkit-transform: translateZ(-3px) scale(4);
  -ms-transform: translateZ(-3px) scale(4);
  transform: translateZ(-3px) scale(4);
  background-image: url("/assets/img/pass03.png");
  margin: auto;
  margin-top: 145%;
  right: 0px;
  width: 28vw;
  margin-right: 143%;
  z-index: -7;
}


.parallax__layer--passaro4 {
 
 
  position: fixed;
  -webkit-transform: translateZ(-2.4px) scale(3);
  -ms-transform: translateZ(-2.4px) scale(3);
  transform: translateZ(-2.4px) scale(3);
  background-image: url("/assets/img/pass04.png");
  margin: auto;
  margin-top: 25%;
  right: 0px;
  width: 23vw;
  margin-left: -95%;
  z-index: -7;
}

.parallax__layer--passaro5 {
     
  position: fixed;
  -webkit-transform: translateZ(-3.4px) scale(4.4);
  -ms-transform: translateZ(-3.4px) scale(4.4);
  transform: translateZ(-3.4px) scale(4.4);
  background-image: url("/assets/img/pass05.png");
  margin: auto;
  margin-top: 20%;
  right: 0px;
  width: 23vw;
  margin-right: -125%;
  z-index: -7;
}

.parallax__layer--passaro6 {
     
  position: fixed;
  -webkit-transform: translateZ(-2.8px) scale(3.8);
  -ms-transform: translateZ(-2.8px) scale(3.8);
  transform: translateZ(-2.8px) scale(3.8);
  background-image: url("/assets/img/pass06.png");
  margin: auto;
  margin-top: 125%;
  right: 0px;
  width: 13vw;
  margin-left: -110%;
  z-index: -7;
}

.parallax__layer--passaro7 {
      position: fixed;
  -webkit-transform: translateZ(-2.8px) scale(3.8);
  -ms-transform: translateZ(-2.8px) scale(3.8);
  transform: translateZ(-2.8px) scale(3.8);
  background-image: url("/assets/img/pass07.png");
  margin: auto;
  margin-top: 95%;
  right: 0px;
  width: 13vw;
  margin-right: -90%;
  z-index: -7;
}

.parallax__layer--logo {
  position: fixed;
  -webkit-transform: translateZ(-3px) scale(4);
  -ms-transform: translateZ(-3px) scale(4);
  transform: translateZ(-3px) scale(4);
  background-image: url("/assets/img/logo2.png");
  right: 0px;
  width: 31vw;
  margin: auto;
  margin-right: -50%;
  color: white;
  font-size: 50px;
  letter-spacing: 10px;
  text-align: center;
  margin: auto;
  margin-top: 88%;
  z-index: -2;
}

.parallax__layer--arvore4{
      position: fixed;
  -webkit-transform: translateZ(-5px) scale(6);
  -ms-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
  background-image: url("/assets/img/img10.png");
  background-size: 120%;
  height: 100vh;
  z-index: -10;
        
}

.parallax__layer--fundo {
  position: fixed;
  -webkit-transform: translateZ(5px) scale(6);
  -ms-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
  background-image: url("/assets/img/img11.png");
  background-size: 100%;
  height: 100vh;
margin-left: -4px;    
  z-index: -11;
}

.base {
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: transparent;
}

/* 
Quirera styles
--------------------------------------------- */

body,
html {
  overflow: hidden;
  background-color: #000;
}

body {
  font: 100% / 1.5 Arial;
}

* {
  margin: 0;
  padding: 0;
}

.parallax {
  font-size: 200%;
}

/* Centraliza o conteudo do parallax */

.title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Style dos Grupos
--------------------------------------------- */

.planta-cover {
  margin-top: 36%;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.scroll-fill {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
  opacity: 0.5;
}

h1 {
  font-size: 22px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}


.parallax__layer--arvore4 {
    
}

.parallax__layer--arvore3 {
          position: fixed;
  -webkit-transform: translateZ(-5px) scale(6);
  -ms-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
  background-image: url("/assets/img/img09.png");
  background-size: 120%;
    margin-top: 12%;
  height: 110vh;
  z-index: -9;
}

/* .parallax__layer--arvore2 {
          position: fixed;
  -webkit-transform: translateZ(-5px) scale(6);
  -ms-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
  background-image: url("/assets/img/img08.png");
  background-size: 110%;
  height: 120vh;
  width: 100vw;        
  z-index: -8;
  margin-top: 240vh;
  margin-left: 2%;        
}

.parallax__layer--arvore1 {
    position: fixed;
    -webkit-transform: translateZ(-6px) scale(9);
    -ms-transform: translateZ(-6px) scale(9);
    transform: translateZ(-6px) scale(9.3);
    background-image: url(/assets/img/img07.png);
    background-size: 100%;
    height: 100vh;
    margin-top: 110vh;
    margin-left: 22%;
    z-index: -7;
} */

.parallax__layer--arvore1 {
    position: fixed;
    -webkit-transform: translateZ(-6px) scale(9);
    -ms-transform: translateZ(-6px) scale(9);
    transform: translateZ(-6px) scale(9.7);
    background-image: url(/assets/img/img07.png);
    background-size: 100%;
    height: 107vh;
    width: 74.5%;
    margin-top: 165vh;
    /* margin-left: 20%; */
    z-index: -7;
    background-position: 5vw top;
}
.parallax__layer--arvore2 {
    position: fixed;
    -webkit-transform: translateZ(-5px) scale(6);
    -ms-transform: translateZ(-5px) scale(6);
    transform: translateZ(-5px) scale(6);
    background-image: url(/assets/img/img08.png);
    background-size: 110%;
    height: 120vh;
    width: 99vw;
    z-index: -8;
    margin-top: 240vh;
    /* margin-left: 2%; */
}

.parallax__layer--fundo2 {

      position: fixed;
  -webkit-transform: translateZ(-4px) scale(5);
  -ms-transform: translateZ(-4px) scale(5);
  transform: translateZ(-4px) scale(5);
  background-image: url("/assets/img/img11.png");
    background-size: 100%;
    margin-top: 100%;
    height: 100vh;
    z-index: -13;
  z-index: -11;

    

    
}



@media only screen and (device-aspect-ratio: 5/4)
{ 


 .parallax__layer--arvore2 {
  margin-top: 180%;
    }
    
}


@media only screen and (max-device-aspect-ratio: 16/9) and (orientation : portrait) and (max-device-width : 900px) {
    

     .parallax__layer--arvore2 {        
        margin-top: 215%;
      }

  
  
     .parallax__layer--planta1 {
       margin-top: 68%;
      }
     .parallax__layer--planta3 {
       margin-top: 135%;
      }  


} 



@media only screen and (max-device-aspect-ratio: 16/9) and (orientation : landscape) and (max-device-width : 900px) {
    

.parallax__layer--planta2 {
  margin-top: 55%;
  }

 .parallax__layer--arvore3 {
   
  -webkit-transform: translateZ(-5px) scale(6);
  -ms-transform: translateZ(-5px) scale(6);
  transform: translateZ(-5px) scale(6);
  background-size: 120%;
  margin-top: 16%;
  height: 115vh;
   
  }
  
  
}
@media only screen and (max-device-aspect-ratio: 16/9) and (orientation : portrait) and (min-device-width : 700px) and (max-device-width : 900px) {
    


}
/* Ipad/ipad pro e cia por ex*/

@media only screen and (max-device-aspect-ratio: 1366/1024) and (orientation : landscape) and (min-device-width : 768px) and (max-device-width : 1400px) {


.parallax__layer--arvore2 {
  margin-top: 200%;
    }

 .parallax__layer--planta1 {
  margin-top: 68%;
  }

  .parallax__layer--planta3 {
  margin-top: 135%;
  }    
    
    
}



@media only screen and (max-device-aspect-ratio: 4/3) and (orientation : portrait) and (min-device-width : 768px) and (max-device-width : 1400px) {

 

.parallax__layer--arvore2 {
  margin-top: 200%;
    }

 .parallax__layer--planta1 {
  margin-top: 68%;
  }

  .parallax__layer--planta3 {
  margin-top: 135%;
  }    
    
/*     .parallax__layer--arvore1 {
        
      -webkit-transform: translateZ(-4px) scale(6.7);
      -ms-transform: translateZ(-4px) scale(6.7);
      transform: translateZ(-4px) scale(6.7);
      background-size: 100%;
      height: 100vh;
      margin-top: 107%;        
      z-index: -7;
              
    }    
     */
}
    
.passarinho {
    position: absolute;
    top: -50px;
    right: -50px;
}
.passarinho img{
    width: 200px;
}
