@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900");
/*************************************************************************/
body {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  font-family: 'Raleway', sans-serif; }

@media (min-width: 1250px) {
  .container {
    width: 1170px; } }
section, header, footer, #section, #header, #footer {
  width: 100%;
  float: left;
  position: relative; }

span.yellow {
  color: #ffca00; }
span.medium {
  font-weight: 500; }
span.ico {
  position: relative; }
span.help-block {
  color: red; }

::-webkit-input-placeholder {
  color: #4f4e4f; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4e4f; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4e4f; }

:-ms-input-placeholder {
  color: #4f4e4f; }

/* breakpoints */
/* media query */
#header {
  min-height: 75px;
  background-color: #ffffff;
  /*padding-top: 20px; */
}

#hero {
  min-height: 545px;
  background-color: #ffffff;
  background-image: url("../img/bg-hero.png");
  background-size: cover;
  background-position: center; }
  #hero.sucesso .thanks {
    width: 100%;
    float: left;
    position: relative;
    min-height: 545px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #hero.sucesso .thanks h1 {
      font-weight: 900;
      font-size: 4em;
      color: #ffffff; }
  #hero .content-top {
    width: 100%;
    position: relative;
    float: left;
    min-height: 545px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 995px) {
      #hero .content-top {
        display: block;
        min-height: 250px; } }
    #hero .content-top .title img {
      max-width: 100%;
      margin-bottom: 10px; }
    #hero .content-top .title h1 {
      font-weight: 900;
      font-size: 3.857em;
      color: #ffffff;
      padding: 0;
      margin: 0; }
      @media (max-width: 410px) {
        #hero .content-top .title h1 {
          font-size: 3.857em; } }
      #hero .content-top .title h1 .bigger {
        font-size: 6.6rem; }
        @media (max-width: 410px) {
          #hero .content-top .title h1 .bigger {
            font-size: 4.5rem; } }
    #hero .content-top .sub {
      border-left: 2px solid #ffca00;
      padding-left: 10px;
      margin-top: 30px; }
      #hero .content-top .sub h2 {
        font-weight: 400;
        color: #ffffff;
        font-size: 2.25em;
        padding: 0;
        margin: 0; }
    #hero .content-top .area_form {
      width: 100%;
      position: relative;
      float: left;
      max-width: 402px;
      min-height: 427px;
      background-color: #ffffff; }
      @media (max-width: 995px) {
        #hero .content-top .area_form {
          max-width: 100%;
          margin-top: 50px;
          -webkit-box-shadow: 2px -2px 31px 0px rgba(0, 0, 0, 0.34);
          -moz-box-shadow: 2px -2px 31px 0px rgba(0, 0, 0, 0.34);
          -ms-box-shadow: 2px -2px 31px 0px rgba(0, 0, 0, 0.34);
          -o-box-shadow: 2px -2px 31px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 2px -2px 31px 0px rgba(0, 0, 0, 0.34); } }
      #hero .content-top .area_form #bg-h3 {
        width: 100%;
        position: relative;
        float: left;
        background-color: #4f4e4f;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #hero .content-top .area_form #bg-h3 h3 {
          padding: 0;
          margin: 0;
          color: #ffffff;
          font-size: 1.742em; }
          @media (max-width: 410px) {
            #hero .content-top .area_form #bg-h3 h3 {
              font-size: 1.42em; } }
      #hero .content-top .area_form .form-group {
        margin: 0;
        margin-top: 15px; }
        @media (max-width: 995px) {
          #hero .content-top .area_form .form-group {
            width: 100%;
            float: left; } }
        #hero .content-top .area_form .form-group span.help-block {
          margin-bottom: 0;
          position: absolute;
          bottom: -3px; }
        #hero .content-top .area_form .form-group span.ico i {
          position: absolute;
          z-index: 9;
          top: 16px;
          font-size: 1.6em;
          left: 16px;
          color: #4f4e4f; }
          #hero .content-top .area_form .form-group span.ico i.fa-phone {
            font-size: 1.8rem; }
        #hero .content-top .area_form .form-group input {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          outline: none;
          border: 0;
          width: 100%;
          float: left;
          position: relative;
          margin-bottom: 15px; }
          #hero .content-top .area_form .form-group input[type="text"] {
            -webkit-box-shadow: inset 5px 0px 0px 0px #999999;
            -moz-box-shadow: inset 5px 0px 0px 0px #999999;
            -ms-box-shadow: inset 5px 0px 0px 0px #999999;
            -o-box-shadow: inset 5px 0px 0px 0px #999999;
            box-shadow: inset 5px 0px 0px 0px #999999;
            border: 1px solid #999999;
            height: 48px;
            font-size: 1.6em;
            padding-left: 40px;
            color: #000000; }
            #hero .content-top .area_form .form-group input[type="text"]:focus {
              -webkit-box-shadow: inset 5px 0px 0px 0px #ffca00;
              -moz-box-shadow: inset 5px 0px 0px 0px #ffca00;
              -ms-box-shadow: inset 5px 0px 0px 0px #ffca00;
              -o-box-shadow: inset 5px 0px 0px 0px #ffca00;
              box-shadow: inset 5px 0px 0px 0px #ffca00;
              border-color: #ffca00; }
          #hero .content-top .area_form .form-group input[type="submit"] {
            height: 65px;
            color: white;
            font-size: 1.8em;
            font-weight: 900;
            background-color: #0f618f; }
            @media (max-width: 410px) {
              #hero .content-top .area_form .form-group input[type="submit"] {
                font-size: 1.3em; } }
            #hero .content-top .area_form .form-group input[type="submit"]:hover {
              background-color: #1472a7; }

#bullets h1 {
  padding: 0;
  margin: 0;
  color: #4f4e4f;
  font-size: 2.2em;
  text-align: center;
  font-weight: 900;
  margin-top: 40px; }
#bullets .items {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 45px; }
  @media (max-width: 410px) {
    #bullets .items .col-md-4 {
      padding: 0; } }
  #bullets .items .item {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
    min-height: 227px; }
    @media (max-width: 995px) {
      #bullets .items .item {
        margin-top: 20px; } }
    #bullets .items .item .abs {
      width: 100%;
      max-width: 255px;
      position: absolute;
      bottom: 45px; }
      #bullets .items .item .abs h3 {
        margin: 0;
        padding: 0;
        font-size: 2.2em;
        color: #4f4e4f;
        font-weight: 900;
        text-align: center; }
      #bullets .items .item .abs p {
        margin: 0;
        padding: 0;
        font-size: 1.4em;
        color: #4f4e4f;
        text-align: center;
        margin-top: 10px;
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer; }
  #bullets .items .item1 {
    background-image: url("../img/ico1.jpg"); }
  #bullets .items .item2 {
    background-image: url("../img/ico2.jpg"); }
  #bullets .items .item3 {
    background-image: url("../img/ico3.jpg"); }

#resolva {
  min-height: 326px;
  background-image: url("../img/bg-content.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 70px; }
  #resolva .content {
    color: #ffffff;
    width: 100%;
    min-height: 326px;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #resolva .content h1 {
      font-size: 2.372em;
      font-weight: 900;
      padding: 0;
      margin: 0;
      margin-bottom: 30px;
      text-align: center; }
    #resolva .content p {
      font-size: 1.8em;
      text-align: center;
      font-weight: 300;
      padding: 0;
      margin: 0;
      margin-bottom: 30px; }
    #resolva .content h3 {
      font-size: 2.2em;
      font-weight: 300;
      font-style: italic;
      padding: 0;
      margin: 0;
      text-align: center; }

#depoimentos h1 {
  text-align: center;
  color: #333333;
  font-size: 2.924em;
  font-weight: 900;
  padding: 0;
  margin: 0;
  margin-top: 40px; }
#depoimentos .depos {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 40px; }
  #depoimentos .depos .depo {
    text-align: center; }
    @media (max-width: 995px) {
      #depoimentos .depos .depo {
        margin-top: 20px; } }
    #depoimentos .depos .depo img {
      max-width: 100%; }
    #depoimentos .depos .depo h3 {
      padding: 0;
      margin: 0;
      text-align: center;
      color: #333333;
      font-size: 2.2em;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px; }
    #depoimentos .depos .depo p {
      padding: 0;
      margin: 0;
      text-align: center;
      color: #333333;
      font-size: 1.6em;
      font-weight: 400; }
#depoimentos button {
  width: 100%;
  max-width: 400px;
  height: 88px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #ffca00;
  color: #ffffff;
  font-size: 2em;
  font-weight: 900;
  border: 0;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  #depoimentos button:hover {
    background-color: #f1d14d; }

#footer {
  margin-top: 30px;
  background-color: #000000;
  min-height: 80px;
  border-top: 5px solid #f1d14d; }
  #footer .disclaimer {
    width: 100%;
    float: left;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #footer p {
    color: white;
    font-size: 1.2em;
    font-style: italic;
    text-align: center; }

/*# sourceMappingURL=style.css.map */
