@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden; }

p {
  color: #1a3542;
  font-size: 16px;
  line-height: 18px; }

a {
  color: #1a3542; }
  a:hover {
    color: #d92c4f;
    text-decoration: none !important; }

.popup {
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  background-size: cover;
  background-repeat: no-repeat; }

.btn-padrao {
  background-color: #d92c4f;
  border-radius: 0px;
  padding: 10px 10px 10px 10px;
  color: #fff; }
  .btn-padrao:hover {
    background-color: rgba(217, 44, 79, 0.76);
    color: #fff; }

input, textarea {
  border-radius: 0px !important;
  height: auto !important;
  padding: 10px !important; }

header {
  height: 230px;
  padding-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #1a3542; }
  header nav {
    height: 190px;
    margin-bottom: 0px; }
    header nav .navbar-header .navbar-brand {
      height: auto; }
    header nav .container {
      height: 100%; }
    header nav #navbar {
      position: relative;
      height: 100% !important; }
      header nav #navbar .contatos {
        margin-top: 15px;
        display: flex;
        width: 60%;
        align-items: flex-end;
        right: 0px;
        position: absolute; }
        header nav #navbar .contatos .telefone {
          width: 50%;
          display: flex;
          align-items: center; }
          header nav #navbar .contatos .telefone i {
            font-size: 29px;
            margin-right: 0px;
            color: #d92c4f; }
          header nav #navbar .contatos .telefone .info {
            margin-left: 10px;
            border-left: 1px solid rgba(26, 53, 66, 0.25);
            padding-left: 10px; }
            header nav #navbar .contatos .telefone .info strong {
              font-size: 24px; }
        header nav #navbar .contatos .email {
          width: 50%;
          text-align: right; }
    header nav .nav {
      right: 0px;
      position: absolute;
      bottom: 0px;
      margin: 0px !important; }
      header nav .nav li {
        padding: 0px;
        margin: 0px; }
        header nav .nav li a {
          color: #1a3542;
          font-size: 16px;
          margin: 0px;
          padding: 0px 20px 0px 20px; }
          header nav .nav li a:hover {
            color: #d92c4f;
            background-color: transparent; }
          header nav .nav li a.active {
            color: #d92c4f;
            text-decoration: none !important; }
        header nav .nav li:last-child a {
          padding-right: 0px; }

h1 {
  text-align: center;
  font-size: 24px;
  color: #1a3542;
  margin-bottom: 50px; }

h2 {
  font-size: 20px;
  color: #dc3858;
  margin-bottom: 30px; }

p {
  font-size: 16px;
  margin-bottom: 20px; }

.interno {
  margin-top: 60px;
  margin-bottom: 60px; }

.produto-info {
  margin-top: 80px; }

footer {
  background-color: #fff;
  border-top: 1px solid #1a3542;
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 16px;
  color: #293841; }
  footer .endereco {
    font-size: 16px;
    display: flex;
    line-height: 30px; }
    footer .endereco i {
      font-size: 29px;
      margin-right: 10px;
      color: #d92c4f; }
  footer .copy {
    padding: 5px 0px;
    text-align: right;
    font-size: 12px; }
  footer .assinatura {
    padding: 40px 0px 10px 0px;
    font-size: 12px;
    text-align: center; }
