body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "daxlineprobold";
  color: #10b8e7;
  font-size: 20px;
  background-color: #fff;
  background-image: url('../images/logo.svg');
  background-position: 3% bottom;
  background-size: 40% auto;
  background-origin: border-box;
  background-repeat: no-repeat;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
}

/*div, li, img {
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: height 1s ease-in-out, left 1.5s ease-in-out;
    transition: height 1s ease-in-out, left 1.5s ease-in-out;
}*/

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

#logo {
  width: 400px;
  height: auto;
}
#logo img {
  width: 100%;
}
#face {
  margin-right: 10px;
}
/*contactos*/
.mailimg {
  margin-top: 23px;
}
.closeimg {
  margin-top: 23px;
}
.contactos {
  left: 50px;
  top: 50px;
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #10b8e7;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  z-index: 20;
}
.contactos-over {
  background-color: rgba(57, 57, 57, 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;
}
.registo-over {
  background-color: rgba(57, 57, 57, 0.7);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 19;
}
.hide {
  display: none !important;
}
.open {
  opacity: 1;
  z-index: 19 !important;
}
.contactos-content {
  height: 480px;
  width: 1150px;
  position: absolute;
  text-align: center;
}
.contactos-content {
  height: 750px !important;
}
::-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;
}
.show {
  background-color: #fff;
}
.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;
  position: relative;
}
.fill {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.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;
  position: relative;
}
.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;
  position: relative;
  margin-bottom: 25px;
}
.mobile-show {
  display: none;
}
.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;
}
/*Semaforo*/
.semaforo {
  right: 50px;
  bottom: 50px;
  position: absolute;
  width: 73px;
  height: 100px;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  z-index: 20;
}
/*Mensagens de erro*/
.error {
  font-size: 15px;
  color: red;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 100%;
  left: 0;
}
/*MEDIA QUERYES*/
@media (max-width: 540px) {
  body, html {
    background-position: 50% bottom;
    background-size: 70% auto;
  }
  #header {
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #tx1, #tx2 {
    height: 22px;
  }
  #tx1 img, #tx2 img {
    height: 13px;
    width: auto;
  }
  #logo {
    width: 250px;
    height: auto;
  }
  #social {
    margin-top: 10px;
  }
  #social img {
    width: 28px;
    height: auto;
  }
  /*contactos*/
  *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contactos {
    top: 10px !important;
    left: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #10b8e7;
    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 {
    width: 22px;
    height: auto;
    margin-top: 13px;
  }
  .closeimg {
    width: 20px;
    height: auto;
    margin-top: 10px;
  }
  .contactos-content span {
    font-size: 18px;
    height: 30px;
  }
  .contactos {
    top: 15px;
    right: 15px;
  }
  .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) {
  body, html {
    background-position: 50% bottom;
    background-size: 35% auto;
  }
  #header {
    position: inherit;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #tx1, #tx2 {
    display: block;
    margin-bottom: 0px;
  }
  #tx1 img, #tx2 img {
    height: 18px;
    width: auto;
  }
  #logo {
    width: 250px;
    height: auto;
  }
  /*contactos*/
  *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contactos-content span {
    font-size: 28px;
  }
  .contactos {
    top: 15px;
    right: 15px;
  }
  .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) {
  #header {
    float: right;
  }
  #tx1, #tx2 {
    margin-bottom: 5px;
  }
  /*contactos*/
  .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) {
  #header {
    float: right;
  }
  #tx1, #tx2 {
    margin-bottom: 5px;
  }
  /*contactos*/
  .contactos-content {
    width: 972px;
  }
  .contactos-content input {
    width: 291px;
  }
  .contactos-content textarea {
    width: 942px;
  }
  .onethird {
    width: 321px;
  }
}
@media (min-width: 1200px) {
  #header {
    float: right;
  }
  #tx1, #tx2 {
    margin-bottom: 5px;
  }
}
