input, button, textarea, .botao, .form-control {
  border-radius: 0px !important;
  background-color: #d8d9dd; }

body {
  overflow-x: hidden; }

.botao {
  background-color: #db241f;
  color: #fff; }
  .botao:hover {
    background-color: #832029;
    color: #fff; }

.fa {
  font-size: 28px; }

.fa-whatsapp {
  color: #0f9d58; }

.fa-facebook-official {
  color: #3c599b; }

.titulo {
  background-color: #d8d9dd;
  padding: 10px; }
  .titulo h1 {
    color: #2a166f !important;
    word-wrap: break-word;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    background-color: #d8d9dd !important;
    position: relative; }
  .titulo hr {
    margin-top: -10px !important;
    position: absolute;
    border-bottom: 5px solid #fff !important;
    width: 100%;
    top: 38px;
    border: 0px; }

header {
  position: absolute;
  width: 100%;
  z-index: 222;
  height: 225px;
  border-top: 10px solid #db241f;
  padding-bottom: 20px; }
  header .navbar {
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    height: inherit;
    margin-bottom: 0px; }
    header .navbar .container {
      padding: 0px; }
    header .navbar .navbar-header {
      border-radius: 0px; }
      header .navbar .navbar-header a.navbar-brand {
        height: inherit;
        display: block;
        padding-top: 0px;
        margin-top: -50px;
        position: absolute;
        z-index: 222; }
    header .navbar .contatos {
      text-align: right;
      font-size: 20px;
      color: #7e7d7d;
      margin-top: 0px;
      margin-bottom: 20px; }
      header .navbar .contatos .fa {
        font-size: 28px;
        margin-left: 15px; }
    header .navbar .navbar-collapse {
      background-color: rgba(34, 18, 96, 0.9); }
    header .navbar .nav {
      padding-left: 20px;
      padding-right: 20px; }
      header .navbar .nav li a {
        color: #ffffff;
        font-size: 18px; }
        header .navbar .nav li a:hover {
          background-color: inherit;
          border-bottom: 10px solid #db241f;
          margin-bottom: -10px; }

.banner {
  border-bottom: 10px solid #2a166f; }
  .banner .item {
    height: 660px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

main {
  margin-top: 30px; }
  main h1 {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    color: #2a166f !important;
    margin-bottom: 10px; }
  main p {
    font-size: 18px;
    line-height: 28px; }
  main section {
    margin-bottom: 30px; }
    main section .titulo {
      text-align: center;
      margin-bottom: 20px; }
      main section .titulo h1 {
        word-wrap: break-word;
        display: inline;
        padding-left: 20px;
        padding-right: 20px;
        border: 0px;
        background-color: #fff; }
  main .orcamento-chamada {
    margin-bottom: 0px !important;
    background-image: url("../img/bg-orcamento.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px; }
    main .orcamento-chamada h1 {
      color: #fff !important;
      font-weight: bold;
      font-size: 28px !important;
      margin-bottom: 30px; }
    main .orcamento-chamada p {
      color: #fff; }
  main .orcamento {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #aeadb3; }
    main .orcamento h1 {
      color: #fff !important;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 24px !important;
      margin-bottom: 30px; }
    main .orcamento p {
      color: #fff !important; }
  main .servicos h2 {
    background-color: #21528f;
    margin: 0px;
    padding: 5px;
    display: block;
    text-align: center;
    color: #ffffff; }
  main .servicos .imagem {
    margin-bottom: 10px; }
  main .contato {
    background-color: #2a166f !important; }
    main .contato p {
      color: #fff !important; }
    main .contato img {
      margin-bottom: 30px; }
    main .contato .redes a {
      color: #fff !important; }

footer ul {
  margin: 0px;
  list-style: none; }
  footer ul li {
    line-height: 26px; }
    footer ul li a {
      color: #fff;
      font-size: 18px; }
      footer ul li a:hover {
        text-decoration: none; }

footer h4 {
  color: #fff;
  margin-top: 20px; }

footer .copy {
  background-color: #db241f;
  padding: 10px;
  color: #fff;
  font-size: 14px; }
  footer .copy a {
    text-decoration: none;
    color: #fff; }

.contatos_mobile {
  display: none; }

@media (max-width: 600px) {
  header .contatos_mobile {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: block;
    top: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center; }
    header .contatos_mobile i {
      color: #fff;
      margin-left: 10px; }
  header .navbar {
    padding-top: 30px; }
  header .navbar-toggle {
    display: none !important; }
  .banner .item {
    height: 125px; }
  main h1 {
    font-size: 24px;
    border-bottom: 2px solid #21528f; }
  main p {
    font-size: 16px !important;
    line-height: 24px !important; }
  main section .titulo hr {
    margin-top: -17px; }
  main .servicos .barra {
    padding: 15px;
    font-size: 18px; }
  main .orcamento .botao {
    text-transform: uppercase; }
    main .orcamento .botao br {
      display: inline-flex; }
  footer {
    padding-top: 10px; }
    footer ul {
      display: none; }
    footer .pull-right {
      display: none; } }
