*{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #000;
  overflow: hidden !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  min-width: 100% !important;
}
body {
  overflow-x: hidden;
}

#container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-image: url('../images/montanha1.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.grecaptcha-badge {
  opacity: 0;
}

#header {
  right: 50px;
  top: 50px;
  text-align: right;
  position: absolute;
  display: block;
  width: 100%;
}

.livro {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #1a171b;
  font-size: 13px;
}

.livro a {
  text-decoration: none;
  color: #1a171b;
}


.contactos {
  right: 50px;
  top: 50px;
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #1a171b;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  z-index: 20;
}
.mailimg {
  margin-top: 23px;
}
.closeimg {
  margin-top: 23px;
}
.contactos i {
  color: #fff;
  line-height: 48px;
  font-size: 20px;
}
.fa-times {
  color: #1a171b !important;
}
.fa-envelope {
  color: #fff;
}
.show {
  background-color: #fff;
}
.hide {
  display: none;
}
.contactos-over {
  background-color: rgba(26, 23, 27, 0.7);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -19;
}
.invalid {
  border: 1px dashed #ff3f5b !important;
}
.open {
  opacity: 1;
  z-index: 19 !important;
}
.soon {
  margin-top: 50px;
  position: absolute;
  z-index: 15;
  top: 0;
  width: 100%;
  font-size: 40px;
  color: #3e3d40 !important;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.contactos-content {
  height: 480px;
  width: 1150px;
  position: absolute;
  text-align: center;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.contactos-content input {
  width: 330px;
  height: 45px;
  padding: 15px;
  background-color: rgba(62, 61, 64, 0.7);
  color: #9c9d9f;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 2px;
}
.fill {
  width: 100%;
  margin-top: 25px;
}
.contactos-content textarea {
  background-color: rgba(62, 62, 64, 0.7);
  color: #9c9d9f;
  border: 0;
  padding: 15px;
  width: 1098px;
  height: 224px;
  resize: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}
.contactos-content span {
  font-size: 40px;
  color: #eceded;
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}
strong {
  font-weight: 600;
}
button {
  width: 148px;
  height: 40px;
  background-color: #eceded;
  color: #3e3d40;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
.onethird {
  width: 380px;
  display: inline-block;
}
.mobile-show {
  display: none;
}
#logo {
  width: 400px;
  height: 174px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#logo img {
  width: 100%;
}
#logo h1 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  width: 100%;
  display: block;
  line-height: 20px;
  margin-top: 10px;
}
#cloud-effect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#cloud1 {
  bottom: 30%;
  position: absolute;
}
#cloud2 {
  bottom: 10%;
  position: absolute;
}
#cloud3 {
  bottom: 25%;
  position: absolute;
}
#cloud4 {
  bottom: 45%;
  position: absolute;
}
/*Gradient*/
.sent {
  width: 100%;
  top: 0;
  position: absolute;
  height: auto;
  opacity: 0;
  z-index: 30;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(156,157,159,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(156,157,159,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(156,157,159,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

/*MEDIA QUERYES*/
@media (max-width: 540px) {
  *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contactos-content span {
    font-size: 18px;
    height: 30px;
  }
  .soon {
    margin-top: 120px;
    font-size: 18px;
  }
  .contactos {
    top: 15px;
    right: 15px;
  }
  #logo {
    width: 300px;
    height: 132px;
  }
  #logo span {
    font-size: 14px;
    font-weight: 14px;
    margin-top: 10px;
  }
  .contactos-content {
    width: 100%;
    padding: 0 20px;
    left: 0 !important;
    height: 425px;
  }
  .contactos-content input {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
  }
  .contactos-content textarea {
    width: 100%;
    height: 110px;
  }
  .onethird {
    width: 100%;
  }
  .mobile-show {
    display: block;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contactos-content span {
    font-size: 28px;
  }
  .soon {
    margin-top: 120px;
    font-size: 28px;
  }
  .contactos {
    top: 15px;
    right: 15px;
  }
  #logo {
    width: 400px;
    height: 174px;
  }
  .contactos-content {
    width: 100%;
    padding: 0 20px;
    left: 0 !important;
  }
  .contactos-content input {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
  }
  .contactos-content textarea {
    width: 100%;
  }
  .onethird {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    width: 400px;
    height: 174px;
  }
  .contactos-content {
    width: 750px;
  }
  .contactos-content input {
    width: 217px;
  }
  .contactos-content textarea {
    width: 720px;
  }
  .onethird {
    width: 247px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactos-content {
    width: 972px;
  }
  .contactos-content input {
    width: 291px;
  }
  .contactos-content textarea {
    width: 942px;
  }
  .onethird {
    width: 321px;
  }
}
@media (min-width: 1200px) {
}
