@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,700i,900&subset=latin-ext');

* {
    margin: 0px;
    padding: 0px;
    outline: 0;
    font-family: 'Lato', sans-serif;
     -webkit-appearance: none;
}

body {
    margin: 0px;
    padding: 0px;
}

.hamburguer {
  transform: rotate(90deg);
  float: left;
  color: #774f2f;
  font-weight: bold;
  display: none;
}

.icones a {
    text-decoration: underline;
    color: #424242;
    font-size: 15px;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.container-intro {
    width: 988px;
    margin: 0 auto;
}

header {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    background: #fff;
    z-index: 9999;
}

header img {
    float: left;
}

header nav {
    float: right;
    padding-top: 17px;
}

header nav ul li {
    display: inline;
    margin-right: 30px;
}

header nav ul li a {
    text-decoration: none;
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.active {
    color: #a97641;
    border-bottom: 1px #a97641 solid;
}

.left {
    float: left;
    margin-right: 50px;
}

#banner {
    float: left;
    width: 100%;
    height: 500px;
    background-image: url(img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 150px;
}

#icones {
    background-color: #f8f8f7;
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    width: 100%;
}

.feature {
    float: left;
    margin-right: 198px;
}

.noright {
    margin-right: 0px;
}

#sobre {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}

#sobre h1 {
    font-size: 36px;
    color: #a97641;
    float: left;
    width: 100%;
    margin-bottom: 70px;
    font-weight: 100;
}

#sobre h2 {
    display: block;
    margin-bottom: 10px;
    color: #5a4632;
    font-weight: 400;
}

#sobre p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

#sobre ul {
    font-size: 11px;
    color: #6a4f38;
    position: relative;
    left: 17px;
    top: 35px;
}

#sobre ul li {
    margin-top: 5px;
    padding-left: 25px;
}

#sobre .right {
    float: left;
    width: 55%;
}

#aconselhamento {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}

#genetica {
    float: left;
    width: 100%;
    background: #e9e8e4;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(img/genetica-medicina.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: 60px;
}

#genetica h2 {
    font-size: 36px;
    color: #a97641;
    float: left;
    width: 100%;
    margin-bottom: 60px;
    font-weight: 100;
}

#genetica strong  {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

#genetica p {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

#genetica span {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 100;
    font-size: 16px;
}

#genetica ul {
  float: left;
  width: 100%;
  margin-left: 15px;
}

#genetica ul li {
  color: #81674d;
  font-weight: 200;
}

#aconselhamento h2 {
    font-size: 36px;
    color: #a97641;
    float: left;
    width: 100%;
    margin-bottom: 70px;
    font-weight: 100;
}

#aconselhamento p  {
    margin-bottom: 20px;
    color: #81674d;
    font-size: 18px;
    font-weight: 400;
}

#aconselhamento span {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

#paciente h2 {
    font-size: 36px;
    color: #a97641;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 100;
}

#paciente p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

#paciente ul li {
  width: 100%;
  float: left;
  font-weight: 300;
  padding-left: 30px;
}

#paciente ul  {
    color: #81674d;
    margin-left: 20px;
}

#duvidasfrequentes {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-top: 100px;
}

#duvidasfrequentes .left {
  margin-bottom: 80px;
}

#duvidasfrequentes h3 {
  font-size: 36px;
  color: #a97641;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 100;
}

#duvidasfrequentes hr {
    height: 2px;
    background: #f0ebe5;
    float: left;
    width: 100%;
    border: none;
    margin-top: 100px;
}

#duvidasfrequentes p {
    color: #81674d;
    font-size: 18px;
    margin-bottom: 20px;
}

#duvidasfrequentes .about span {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.about {
  margin-top: 38px;
}

#paciente {
    background: #e9e8e4;
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(img/paciente.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: 60px;
}

#contato {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;;
    border-bottom: 2px #f0ebe5 solid;
}

#contato h4 {
    font-size: 36px;
    color: #a97641;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 100;
}

.icones h5, .formulario h5 {
  color: #000000;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}

.icones span {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.icones ul li img {
  margin-right: 17px;
}

.bottom img {
  margin-bottom: 30px;
  float: left;
}

.icones ul li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 300;
    margin-right: 50px;
}

.icones {
    float: left;
    margin-right: 30px;
}

.formulario {
    float: left;
    width: 750px;
}

form input[type="submit"]{
    background-color: #ead38f;
    border: none;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
}

form input[type="text"]{
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  border: 1px #e0e0e0 solid;
  float: left;
  padding: 10px;
  width: 345px;
  margin-right: 10px;
}

form input[type="email"]{
  width: 40%;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  border: 1px #e0e0e0 solid;
  float: left;
  width: 350px;
  padding: 10px;
}

form textarea {
  padding-top: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  border: 1px #e0e0e0 solid;
  width: 100%;
  margin-bottom: 19px;
  margin-top: 19px;
  height: 158px;
}

form textarea::placeholder {
  padding-left: 10px;
}

form textarea::value {
  padding-left: 10px;
}

footer {
    float: left;
    width: 100%;
    background: #533518;
    padding-top: 100px;
    padding-bottom: 100px;
}

footer img {
    float: left;
}

footer span {
    float: right;
    color: #c3ab82;
    font-size: 14px;
    padding-top: 50px;
}

@media(max-width:1024px){
  .container {
    width: 90%;
  }
  header nav ul li {
    margin-right: 10px;
   }
   #sobre .right {
    width: 45%;
  }
  #aconselhamento span br {
    display: none;
  }
  .about br {
    display: none;
  }
  #duvidasfrequentes .about span {
    font-size: 12px;
  }
  .formulario {
    width: 50%;
  }
}

@media(max-width:850px){

  .container, .container-intro {
    width: 90%;
  }
  .hamburguer {
    display: block;
    float: right;
    margin-top: 20px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .feature {
    margin-right: 30px;
  }
  #sobre .right {
    width: 100%;
  }
  .left {
    width: 100%;
  }
  .left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #aconselhamento p {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  #banner {
    height: 300px;
  }
  #contato {
    padding-top: 0px;
  }
  .formulario {
    width: 100%;
    margin-top: 20px;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer img {
    width: 100px;
  }
  footer span {
    padding-top: 25px;
  }
}

@media(max-width:600px){
    
.icones ul {
    flex-direction: column;
}

  #genetica {
      background-image: none;
    }

  #paciente {
    background-image: none;
  }

  header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header img {
    width: 150px;
    margin-top: 5px;
  }
  .hamburguer {
    margin-top: 10px;
  }
  header nav ul li a {
    font-size: 10px;
  }
  #banner {
      height: 200px;
      margin-top: 50px;
  }
  #icones {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #sobre h1 {
    margin-bottom: 30px;
  }
  .noright {
    margin-bottom: 0px !important;
  }
  #icones img {
    width: 100px;
  }
  #paciente ul li {
    padding-left: 0px;
  }
  .feature {
    margin-right: auto;
    display: block;
    margin-left: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #contato {
    padding-top: 50px;
  }
  #sobre img {
    width: 90%;
    margin-bottom: 20px;
  }
  #aconselhamento img {
    width: 90%;
    margin-bottom: 20px;
  }
  #duvidasfrequentes img {
    width: 90%;
    margin-bottom: 20px;
  }
  #sobre ul li {
    padding-left: 0px;
  }
  form input[type="text"] {
    width: 100%;
  }
  form input[type="email"] {
    width: 100%;
  }
  form textarea {
    width: 100%;
  }
}
