#header {
  background-color: transparent;
  width: 100%;
  float: left;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99; }
  #header.fixed {
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 15px; }
    #header.fixed #logo {
      width: 45px;
      margin-top: 12px; }
    #header.fixed #menu-principal {
      float: right;
      margin-top: 12px; }
    #header.fixed #menu-mobile {
      margin-top: 10px; }
  #header #logo {
    width: 156px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 1199px) {
      #header #logo {
        width: 130px; } }
    @media (max-width: 767px) {
      #header #logo {
        margin-top: 10px;
        width: 110px; } }
  #header #menu-mobile {
    width: 50px;
    float: right;
    display: none;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 992px) {
      #header #menu-mobile {
        display: inline; } }
    @media (max-width: 767px) {
      #header #menu-mobile {
        margin-top: 10px;
        width: 40px; } }
    #header #menu-mobile img {
      width: 100%; }
  #header #menu-principal {
    float: right;
    margin-top: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 992px) {
      #header #menu-principal {
        display: none; } }
    #header #menu-principal ul {
      float: left;
      padding-left: 0px;
      margin-bottom: 0px; }
      #header #menu-principal ul li {
        float: left;
        list-style: none;
        display: inline; }
        #header #menu-principal ul li a {
          background-color: transparent;
          float: left;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          margin-left: 1px;
          padding: 10px 15px 8px;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          #header #menu-principal ul li a:hover {
            color: #000000;
            background-color: #eebe50;
            text-decoration: none; }
          #header #menu-principal ul li a.destaque {
            color: #000000;
            background-color: #fff;
            text-decoration: none; }
            #header #menu-principal ul li a.destaque:hover {
              color: #000000;
              background-color: #eebe50; }

#footer {
  background-color: #000000;
  width: 100%;
  float: left;
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    #footer {
      margin-bottom: 65px; } }
  #footer #copyright {
    float: left;
    color: #fff; }
    @media (max-width: 767px) {
      #footer #copyright {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding-bottom: 20px; } }
  #footer #link-dev {
    float: right;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 767px) {
      #footer #link-dev {
        float: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        margin: 0px auto; } }
    #footer #link-dev:hover {
      opacity: 0.65; }
    #footer #link-dev span {
      float: left;
      color: #fff;
      margin-right: 10px; }
    #footer #link-dev img {
      width: 22px;
      float: left; }

#footer-fixed {
  background-color: #eebe50;
  width: 100%;
  height: 80px;
  float: left;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px; }
  @media (max-width: 767px) {
    #footer-fixed {
      height: 65px; } }
  #footer-fixed #box-redes-sociais {
    width: 100%;
    float: left;
    padding-top: 20px; }
    @media (max-width: 767px) {
      #footer-fixed #box-redes-sociais {
        padding-top: 14px; } }
    #footer-fixed #box-redes-sociais strong {
      width: 140px;
      float: left;
      color: #000000;
      font-size: 17px;
      font-weight: bold;
      line-height: 20px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        #footer-fixed #box-redes-sociais strong {
          width: 110px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        #footer-fixed #box-redes-sociais strong {
          display: none; } }
    #footer-fixed #box-redes-sociais ul {
      float: left;
      padding-left: 0px; }
      #footer-fixed #box-redes-sociais ul li {
        float: left;
        list-style: none;
        display: inline; }
        #footer-fixed #box-redes-sociais ul li a {
          float: left;
          width: 40px;
          margin-right: 10px;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          #footer-fixed #box-redes-sociais ul li a:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
          #footer-fixed #box-redes-sociais ul li a img {
            width: 100%; }
  #footer-fixed #link-localizacao {
    width: 100%;
    height: 80px;
    float: left;
    padding: 18px 10px; }
    @media (max-width: 767px) {
      #footer-fixed #link-localizacao {
        height: 65px;
        padding: 11px 0px; } }
    #footer-fixed #link-localizacao img {
      width: 35px;
      float: left;
      margin-top: 0px; }
      @media (max-width: 992px) {
        #footer-fixed #link-localizacao img {
          float: none;
          display: block;
          margin: 0px auto; } }
      @media (max-width: 767px) {
        #footer-fixed #link-localizacao img {
          width: 30px; } }
    #footer-fixed #link-localizacao > div {
      width: calc(100% - 35px);
      float: left;
      padding-left: 15px; }
      @media (max-width: 1199px) {
        #footer-fixed #link-localizacao > div {
          padding-left: 12px; } }
      @media (max-width: 992px) {
        #footer-fixed #link-localizacao > div {
          display: none; } }
      #footer-fixed #link-localizacao > div span {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px; }
      #footer-fixed #link-localizacao > div strong {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #000000;
        font-size: 21px;
        line-height: 24px; }
        #footer-fixed #link-localizacao > div strong small {
          padding-right: 4px;
          float: left; }
  #footer-fixed #link-phone {
    width: 100%;
    height: 80px;
    float: left;
    padding: 18px 10px; }
    @media (max-width: 767px) {
      #footer-fixed #link-phone {
        height: 65px;
        padding: 12px 0px; } }
    #footer-fixed #link-phone img {
      width: 35px;
      float: left;
      margin-top: 5px; }
      @media (max-width: 992px) {
        #footer-fixed #link-phone img {
          float: none;
          display: block;
          margin: 5px auto 0px; } }
      @media (max-width: 767px) {
        #footer-fixed #link-phone img {
          width: 30px; } }
    #footer-fixed #link-phone > div {
      width: calc(100% - 35px);
      float: left;
      padding-left: 15px; }
      @media (max-width: 992px) {
        #footer-fixed #link-phone > div {
          display: none; } }
      #footer-fixed #link-phone > div span {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #000000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px; }
      #footer-fixed #link-phone > div strong {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #000000;
        font-size: 21px;
        line-height: 24px; }
        #footer-fixed #link-phone > div strong small {
          padding-right: 4px;
          float: left; }
  #footer-fixed #link-whatsapp {
    background-color: #01a353;
    width: 100%;
    height: 80px;
    float: left;
    padding: 18px 17px; }
    @media (max-width: 767px) {
      #footer-fixed #link-whatsapp {
        height: 65px;
        padding: 11px 17px; } }
    #footer-fixed #link-whatsapp img {
      width: 35px;
      float: left;
      margin-top: 5px;
      color: #000000; }
    #footer-fixed #link-whatsapp > div {
      width: calc(100% - 35px);
      float: left;
      padding-left: 15px; }
      @media (max-width: 1199px) {
        #footer-fixed #link-whatsapp > div {
          padding-left: 12px; } }
      #footer-fixed #link-whatsapp > div span {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px; }
      #footer-fixed #link-whatsapp > div strong {
        width: 100%;
        float: left;
        overflow: hidden;
        color: #fff;
        font-size: 21px;
        line-height: 24px; }
        @media (max-width: 1199px) {
          #footer-fixed #link-whatsapp > div strong {
            font-size: 17px;
            line-height: 24px; } }
        #footer-fixed #link-whatsapp > div strong small {
          padding-right: 4px;
          float: left; }

body {
  background-color: #eebe50;
  font-family: 'Roboto', sans-serif; }

.cd-dropdown {
  background-color: #000000; }
  .cd-dropdown h2 {
    background-color: #eebe50;
    color: #000000;
    border-bottom: 0px; }
  .cd-dropdown .cd-close {
    background-color: #eebe50; }
    .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
      background-color: #000000; }

.form {
  margin-top: 30px; }
  .form .form-group {
    margin-bottom: 7px; }
  .form .col-form-label {
    text-align: right; }
    @media (max-width: 767px) {
      .form .col-form-label {
        text-align: left; } }

@media (min-width: 993px) {
  .hide-desktop {
    display: none; } }
#btn-contato {
  float: right;
  margin-top: 10px;
  background-color: #eebe50;
  border-color: #eebe50;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-transform: uppercase; }
  #btn-contato:hover {
    background-color: #000;
    border-color: #000;
    color: #eebe50; }

.section-internas {
  width: 100%;
  float: left;
  overflow: hidden; }
  .section-internas .bg-int {
    background-size: cover;
    background-position: center;
    width: 100%;
    float: left;
    overflow: hidden; }
    .section-internas .bg-int .mascara {
      background: #000000;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, rgba(0, 0, 0, 0.4222864146)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4222864146) 42%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4222864146) 42%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#593f34",endColorstr="#593f34",GradientType=1);
      width: 100%;
      float: left;
      padding-top: 200px;
      padding-bottom: 60px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .section-internas .bg-int .mascara {
          padding-top: 170px;
          padding-bottom: 40px; } }
      .section-internas .bg-int .mascara h1 {
        text-align: center;
        font-size: 77px;
        color: #eebe50;
        font-weight: bold; }
        @media (max-width: 767px) {
          .section-internas .bg-int .mascara h1 {
            font-size: 43px; } }
      .section-internas .bg-int .mascara h2 {
        text-align: center;
        font-size: 50px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 767px) {
          .section-internas .bg-int .mascara h2 {
            font-size: 30px; } }
      .section-internas .bg-int .mascara img {
        display: block;
        margin: 0px auto; }
        @media (max-width: 767px) {
          .section-internas .bg-int .mascara img {
            width: 150px; } }
  .section-internas .content-int {
    background: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(#f2e7cb));
    background: -o-linear-gradient(left, white 30%, #f2e7cb 100%);
    background: linear-gradient(90deg, white 30%, #f2e7cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2e7cb",GradientType=1);
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 60px; }
    @media (max-width: 992px) {
      .section-internas .content-int {
        min-height: 600px; } }
    @media (max-width: 767px) {
      .section-internas .content-int {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .section-internas .content-int p {
      font-size: 17px; }