body {
  background: #f2f2f2;
}
#site-wrapper {
  max-width: 1440px;
  margin: auto;
  background: #fff;
}
.grid-container {
  max-width: 1000px;
}
.logo {
  max-width: 15rem;
  max-height: 4rem;
  text-align: left;
}
p {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .accordion-title {
  font-family: 'Lora', serif;
}

/* TOP BAR */
#top-bar {
  padding: 1rem 0;
}
#top-bar .cell {
  padding: .3rem 0;
}
#hero {
  background: url('../img/bg_hero_dark.jpg') left center no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
  color: #fff;
}
h1 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
}
.title {
  font-size: 2rem;
}
#hero h3 {
  color: #B6B5B5;
  font-size: 2rem;
}
#hero h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.39rem;
}

/* ABOUT */
#about .text {
  padding: 1.5rem;
}
#video {
  background: url('../img/bg_passaporte.jpg') no-repeat;
  background-size: cover;
}
#video img {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}
#servicos .box {
  background: #AD292E;
  color: #fff;
  padding: 3rem 1.5rem;
  margin-top: -100px;
}
#servicos .box h3 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 700;
}
#servicos h2 {
  font-family: 'Lora', serif;
  color: #2F323B;
  font-weight: 700;
  margin: 3rem 0;
}

.accordion-title {
  font-size: 1.2rem;
  background: #F4F4F4;
  color: #2F323B;
  border: 0;
  margin: 5px 0;
}

.is-active .accordion-title, .accordion-title:hover  {
  background: #AD292E;
  color: #fff;
}
#cta {
  margin: 3rem 0;
  padding: 5rem 0;
  background: url('../img/bg_cta_dark.jpg');
  background-size: cover;
  color: #fff;
}

#cta h3 {
  font-family: 'Lora', serif;
  font-weight: 700;
}
#cta .button {
  margin: 1rem 0;
}
.button, .button.white:hover {
  background: #AD292E;
  color: #fff;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border-radius: 5px;
}
.button:hover {
  background: #000;
}
.button.white {
  background: #fff;
  color: #AD292E;
  border: 2px solid #AD292E;
}
.testemunho .box {
  padding: 2rem;
  background: #F4F4F4;
  color: #2F323B;
  margin: 1rem 0;
}
.testemunho h5 {
  font-weight: 700;
  font-family: 'Lora', serif;
}
#testemunhos {
  padding-bottom: 5rem;
}
#testemunhos h4 {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #2F323B;
  padding-bottom: 1rem;
}

#form-wrapper {
  padding: 5rem 0;
  background: #AD292E;
  color: #fff;
}
#form-wrapper h4 {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1rem;
}
#form input, #form textarea {
  border-radius: 5px;
  padding: 1.4rem;
  border: 0;
}
#form button {
  margin-top: 1rem;
  background: #2F323B;
}
#form button:hover {
  background: #fff;
  color: #2F323B;
}

#form label {
  color: #fff;
  font-size: 1rem;
}
#form-wrapper h5 {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 1.3rem;
}
#form-wrapper a {
  color: #fff;
}
#form-wrapper a:hover {
  text-decoration: underline;
}
footer {
  padding: 1rem 0;
  color: #fff;
  background: #2F323B;
}
#video img {
  width: 300px;
}
#form .button i, #cta .button i {
  margin-right: 1rem;
}
.accordion-content {
  background: #F4F4F4;
  border: 0;
}
.dados {
  margin-top:4rem;
}
.dados h5 {
  margin-top: 1rem;
}
.dados h5:first-child {
  margin-top: 0;
}
@media screen and (max-width: 39.9375em) {
  #hero {
    padding: 3.5rem 0
  }
  h1 {
    font-size: 1.4rem;
  }
  #hero h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 64em) {
  .testemunho .box {
    height: 100%;
  }
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  #hero {
    padding: 10rem 0
  }
  #video img {
    width: 600px;
  }
  #servicos .box {
    padding: 4rem;
  }
  #about .text {
    padding: 3rem;
  }
  .title {
    font-size: 3rem;
  }
  p {
    font-size: 1.1rem;
  }
  .dados {
    margin-top:0;
  }
  #video img {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .button i {
    margin-right: 1rem;
  }
  .fancy {
    line-height: .5rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  .fancy span {
    display: inline-block;
    position: relative;
    margin-left: 3rem;
    margin-top: 1rem;
  }
  .fancy span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 3px solid #AD292E;
    top: 0;
    width: 600px;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2F323B !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2F323B !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #2F323B !important;
}
