/*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%;
  vertical-align: baseline; }*/

  @font-face{
    font-family: 'Nasaliza';
    src: url(../fonts/Nasaliza.ttf);
}

body {
  line-height: 1;
  height: 100%;
  overflow-x:hidden; 
  
}
img{ max-width: 100%;}

ol, ul {
  list-style: none; }

body {
  -webkit-text-size-adjust: none;font-family: 'Roboto';color: #000;}
h1,h2,h3,h4{ font-family: 'Roboto'; color:#657897;}
h5,h6{  font-family: 'Roboto';font-weight: 600;color:#657897;}

h2{
  font-size: 112px;    
  line-height: 112px;
  font-family: 'Roboto', 'Roboto-Black';
  letter-spacing: 2px;
  font-weight: 500;  
  text-align: center; 
  padding-bottom: 50px;
  padding-top: 50px;
}



/* Box Model */

  input:focus {outline: 0;}
  button:focus {outline: 0;}
  a:hover{color: #657897;}
  .container {max-width:1300px;    padding: 0;}
  .main-container {max-width:1300px;margin: 0 ; }
  .right {float:right;}
*{box-sizing: border-box;}
*, *:before, *:after {
  box-sizing: border-box;
}
html{
  box-sizing: border-box;
}
*,*:before, *:after{
  box-sizing: inherit;
}

.row{
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden;
}
a{
  cursor: poiter;
}
section{
  overflow-x: hidden;
}

/*header*/
header{
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: auto;
  right: 0;
}
.header-contents {
  width: 100%;
  height: 80px;
  margin-left: 30px;
}

.active{
  background-color: #fff;
  box-shadow: 0 0 5px 0 #666;
  padding-bottom: 10px;
}
.active #dropbtn{ color: #657897;} 
.active img{ 
  max-width: 90%; 
  height: auto; 
  margin-bottom: 10px; 
  margin-top: 40px
}

.header-contents img{
  width: auto;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* dopdown menu*/
#dropbtn {
  background-color:transparent;
  color:#b7cfd2;
  padding: 16px;
  font-size: 50px;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  font-family: 'Roboto' sans-serif;
  font-weight: 300;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #657897;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}
/*
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover #dropbtn {
  background-color: #657897;
}
*/
.dropdown button{
  margin-top: 0px;
  margin-right: 30px;
}

.see-more{
  text-align: center;
  padding: 15px;
  color:#657897;
  font-weight: 600;
}


.banner-sec {
  background: url('../images/universeklank.jpg')no-repeat 0 0;
  background-size: cover;
  background-position: center center;
}
.banner-content-sec {
  height: 983px;
  display: flex;
  align-items: flex-end;
  padding-left: 0;
}
.banner-content{
  padding-bottom: 50px;
}
.banner-sec h3{
  font-size: 110px; 
  font-family: 'Nasaliza', sans-serif;
  letter-spacing: 2px; 
  color:#ffffff;
  line-height: 40px; 
  margin-left: 30px;
}
.banner-sec h4{
  font-family: 'Nasaliza'; 
  font-size: 72px; 
  letter-spacing: 2px; 
  color: #ffffff; 
  margin-left: 30px;
}
.banner-sec h5{
  font-size: 35px;
  font-family: 'Montserrat', sans-serif;
  color:#ffffff;
  letter-spacing: 1px;
  font-weight: 200; 
  text-transform: uppercase; 
  line-height: 30px; 
  margin-left: 30px;
}

/*what-do section*/
.what-do h6{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.4px;
  width: 80%;
  margin-bottom: 60px;
  line-height: 28px; 
  text-align: center;
}
.what-do .row h3 {
  font-size: 24px;
  margin-bottom: 15px; 
  font-weight: 500;
}
.what-do .row h5{line-height: 28px;padding-right: 60px;}
.what-do .row{ 
  padding-bottom: 50px;
}
.what-do img{ 
  max-width: 100%; 
}
.wimg{
  margin: 8%;
}
/*content section*/
.content1{ 
  font-family: Roboto; 
  font-weight: 300; 
  font-size: 16px; 
  padding: 0;
  line-height: 20px; 
  letter-spacing: 0.4px;
}
.content1 .row {
    margin-left: 0px !important;
    margin-right: 5% !important;
}
.content1 img{ 
  max-width: 100%; 
  position: relative;
}
h2{ 
  font-family: Segoe Print; 
  font-weight: 500; 
  font-size: 112px; 
  text-align: left; 
  margin-top: 0; 
  letter-spacing: 2px;
}
.content1 h3{ 
  font-family: Segoe Print; 
  font-weight: 500; 
  font-size: 40px; 
  text-align: center; 
  margin-top: 30px; 
  letter-spacing: 2px;
}
.content1 h6{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #666;
  letter-spacing: 0.4px;
  line-height: 30px; 
  margin: 20px;
}
#aquera{
  margin-top: 0px;
}
#aquera h3{
  margin-top: 30px;
}
#aquera h6{
  margin-bottom: 20px;
}
#ecological{
  margin-top: 50px;
  
}
#city{
  margin-top: 50px;
}
/* vibrations video section*/

#sound-video{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
#sound-video p{
  margin: 20px;
}
#sound-video h3{
  margin: 20px;
}

/*artical section*/
.artical-sec{
  float: left;
  width: 100%;
  padding: 0 0 0;
}
.artical-sec h6{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.4px;
  line-height: 30px; 
  margin-top: 20px; 
  margin-bottom: 60px;
  text-align: center;
}
.artical-sec .artical {    
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  padding: 60px 40px;
}
.artical-sec .row{
  margin: 0 -25px;
  margin-bottom: 74px; 
}
.artical-sec .col-md-4 {
  padding: 0 25px;
}
.artical-sec .artical h3{
  font-size: 30px;
  line-height: 38px; 
  margin-bottom: 20px; 
  text-align: center;
}
.artical-sec .artical a{
  font-size: 16px;
  color: #657897; 
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid; 
  text-align: center !important;
}
.artical-sec .artical a:hover{
  text-decoration: none;
  border: none;
}
.artical-sec .btn-sec {
  margin-bottom: 120px;
}

/*partnerships section*/
.partnerships{
  padding: 30px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  width: 100%;
  background-color:#f2f2f2;
}
.content2{
  font-size: 80px;
  color: #3b537e;
  font-family: 'Roboto', 'Roboto-Black';
  letter-spacing: 2px;
  font-weight: 500;  
  text-align: center; 
  padding-bottom: 50px;
  padding-top: 50px;
}
.partnerships img{
  max-width: 60%;
  display: flex;
  align-items: center;
  
}


.linha{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
}

     
/*contact section*/
.contact-sec {
  float: left;
  width: 100%;
  background-size: cover !important;
  position: relative;
  color: #fff;
  padding: 170px 0
}
.cover{
  position: absolute;
  top:0;left:0;
  width: 100%;
  height: 100%;
  background:rgba(51, 51, 51, 0.7);
}
.content{    
  padding-left: 
  65px;
}

.contact-sec .content h2{
  font-size: 49px; 
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff; 
  letter-spacing: 1px;
}
.contact-sec .content h3{
  font-size: 32px;
  margin-bottom: 18px;
  color:#fff;
}
.contact-sec .content h5{
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 35px;
  line-height: 24px; 
  padding-right: 100px; 
  color:#fff;
}


label {
  display: block;
  margin-top: .5em;
}
.test-form {
  margin: auto;
  max-width: 50em;
  padding: 1.5em;
  border-radius: .8em;
}
input,textarea {
  display: block;
  width: 100%;
  border-radius: .8em;
}
button {
  margin-top: .5em;
  font-weight: bold;
  padding: 17px 40px;
  color:#666666; 
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}
button:hover {
  color: #fff;
  border-color:#657897;
  background: #657897 
}
.error {
  background-color: #6d8794;
  padding: 1em;
  border-radius: .8em;
  border: 2px solid white;
}


/*footer section*/
footer {
  padding: 70px 0;
  float: left;
  width: 100%;
  text-align: 
  center;
}
.menu-sec {
  margin-bottom:50px;
}
.menu-sec ul {
  margin-bottom: 20px;
}
.menu-sec ul li {
  display: inline-block;
}
.menu-sec ul li a{
  color: #666;
  font-size: 18px;
  text-decoration: none;
}
.menu-sec ul li a:hover {
  color: #657897;
}
.menu-sec ul li:after {
  content: '~';
  padding: 0 20px;
  font-weight: 600; 
  color: #666;
}
.menu-sec ul li:last-child:after{
  content: none;
} 
footer h3{
  font-size: 14px;
}
footer .logo a{
  font-size: 28px; 
  color: #415b7f;
}

/*parallax sections*/
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: 1;      
}
    
.bgimg-1 {
  background-image: url("../images/nienkezww1klank.jpg");
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bgimg-2{
  background-image: url("../images/contactklank.jpg");
  background-attachment: fixed;
  background-position: bottom;
}

.bgimg-3 {
  background-image: url("../images/sterretjesklank.jpg");
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
      
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #426188;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 2.5625em;
  background-color: rgba(255, 255, 255, 0.40);
  letter-spacing: 2px;
}
.caption h1{
  padding: 0.875em;
}
      
.caption span.border {
  color: #3b537e;
    padding: 0.875em;
    font-size: 2.5625em;
}

/*aquera-system-sec*/

.section {float: left;width:100%; }
  .aquera-system-sec {padding: 90px 0 0px;}
  .aquera-system-sec hr {margin: 10px 0;}
  .aquera-system-sec .container{width:1024px;    padding: 0;}
   .about {background: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);    padding: 90px 60px;margin-top: 100px;color: #464646;    margin-bottom: 60px;}
  .about h1{font-size: 52px;margin-bottom: 30px;}
   .about .row{margin-bottom: 40px;}
   .about p{font-size: 16px;line-height: 28px;font-family: 'Roboto', sans-serif;font-weight: 300;margin-bottom: 30px; margin-right: 20px;}
   .about p a{color:#657897;font-weight: 600; } 
   .quote{font-size: 26px; line-height: 58px; width: 77%; margin: 0 auto; font-style: italic;    font-family: "Roboto", "Adobe Blank";margin-bottom: 30px;}
.about img{max-width: 100%;}  


