@charset "UTF-8";
* {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fade:not(.show) {
  opacity: 1; }

body, p {
  font-family: "Abel", sans-serif;
  font-size: 18px;
  color: #777;
  font-weight: 400; }

a {
  color: #663300;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    color: #a7a7a7;
    text-decoration: none; }

h1, h2, h3 {
  color: #d2ab67;
  font-weight: 400; }

h4, h5, h6 {
  color: #777;
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-family: "Roboto Condensed", sans-serif; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

img {
  height: auto;
  max-width: 100%; }

button:focus {
  outline: 0px; }

figure {
  margin: 0; }

.navbar-collapse {
  visibility: visible;
  opacity: 1;
  display: block; }

.navbar-light .navbar-toggler {
  border-color: 0; }

nav .btn-toggle-menu .trigger {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  line-height: 30px;
  transition: .2s linear;
  background-color: #fff;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%); }
  nav .btn-toggle-menu .trigger:before {
    bottom: -10px; }
  nav .btn-toggle-menu .trigger:after {
    top: -10px; }
  nav .btn-toggle-menu .trigger:before, nav .btn-toggle-menu .trigger:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: .3s ease-in;
    background-color: #fff; }

nav .btn-toggle-menu.active {
  background-color: transparent; }
  nav .btn-toggle-menu.active .trigger {
    background-color: transparent; }
    nav .btn-toggle-menu.active .trigger:before, nav .btn-toggle-menu.active .trigger:after {
      background-color: #fff; }
    nav .btn-toggle-menu.active .trigger:before {
      bottom: 0px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    nav .btn-toggle-menu.active .trigger:after {
      top: 0;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

.btn {
  font-family: inherit;
  font-size: 18px;
  padding: 8px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  background-color: transparent; }
  .btn.btn-center {
    margin-left: auto;
    margin-right: auto; }
  .btn.btn-primary {
    background-color: #663300;
    border-color: #663300; }
    .btn.btn-primary:hover {
      border-color: #663300;
      color: #663300; }
    .btn.btn-primary:before, .btn.btn-primary:after {
      content: "";
      position: absolute;
      transition: all 0.3s;
      z-index: -1;
      width: 100%;
      top: 0;
      left: 0; }
    .btn.btn-primary:before {
      height: 100%;
      background-color: #663300; }
    .btn.btn-primary:after {
      height: 0;
      background-color: transparent; }
    .btn.btn-primary:hover {
      background-color: transparent; }
      .btn.btn-primary:hover:before {
        height: 0; }
      .btn.btn-primary:hover:after {
        height: 100%; }
    .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
      background-color: transparent;
      border-color: #a7a7a7;
      color: #a7a7a7; }
      .btn.btn-primary:not(:disabled):not(.disabled).active:before, .btn.btn-primary:not(:disabled):not(.disabled):active:before {
        height: 0; }
    .btn.btn-primary:not(:disabled):not(.disabled).focus, .btn.btn-primary:not(:disabled):not(.disabled):focus {
      box-shadow: none; }

.btn2 {
  font-family: inherit;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  border: 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn2 > span {
    position: relative; }
    .btn2 > span:after {
      top: 50%;
      transform: translateY(-50%); }
  .btn2.btn2-primary {
    color: #a7a7a7; }
    .btn2.btn2-primary > span {
      color: #d2ab67;
      padding: 0 25px 0 0; }
      .btn2.btn2-primary > span:after {
        content: "";
        font-family: 'icomoon' !important;
        font-size: 10px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        position: absolute;
        color: #d2ab67;
        right: 0;
        transition: all 0.3s ease; }
    .btn2.btn2-primary:hover {
      color: #663300; }
      .btn2.btn2-primary:hover > span:after {
        color: #663300;
        margin-right: 5px; }

        .btn2.btn2-primary:hover span{
          color: #663300;
        }

  .btn2.btn2-second {
    color: #a7a7a7; }
    .btn2.btn2-second > span {
      color: #d2ab67;
      padding: 0 0 0 15px; }
      .btn2.btn2-second > span:after {
        
        content: "";
        font-family: 'icomoon' !important;
        font-size: 13px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        position: absolute;
        color: #d2ab67;
        margin: -1px 0 0 0;
        left: 0;
        transition: all 0.3s ease; }
    .btn2.btn2-second:hover {
      color: #663300; }
      .btn2.btn2-second:hover > span:after {
        color: #663300;
        margin: -3px 0 0 0; }
        .btn2.btn2-second:hover > span{
          color: #663300;
        }

.btn:not(:disabled):not(.disabled), .btn2:not(:disabled):not(.disabled) {
  cursor: pointer; }

.title-dark {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .title-dark.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .title-dark.center:before {
      left: 50%;
      margin-left: -20px; }
  .title-dark h2, .title-dark p {
    position: relative; }
  .title-dark h1, .title-dark h2, .title-dark h3, .title-dark h4 {
    color: #d2ab67;
    font-weight: 300; }
  .title-dark h1, .title-dark h2 {
    font-size: 36px; }
  .title-dark h3 {
    font-size: 24px; }
  .title-dark p {
    color: #777;
    font-weight: 400; }
  .title-dark:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #a7a7a7;
    bottom: 0;
    left: 0;
    position: absolute; }

.title-light {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .title-light.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .title-light.center:before {
      left: 50%;
      margin-left: -20px; }
  .title-light h2, .title-light p {
    position: relative; }
  .title-light h1, .title-light h2, .title-light h3, .title-light h4 {
    color: #d2ab67;
    font-weight: 300; }
  .title-light h1, .title-light h2 {
    font-size: 36px; }
  .title-light h3 {
    font-size: 24px; }
  .title-light p {
    color: #777;
    font-weight: 400; }
  .title-light:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute; }

.widget, .desc {
  margin-bottom: 20px; }

hr {
  margin: 60px auto; }

.form-group {
  margin-bottom: 1.5rem; }
  .form-group > label.error {
    color: #eb4550;
    font-size: 14px;
    margin: 0;
    z-index: 1;
    position: absolute; }
  .form-group .form-control {
    border-radius: 0; }
    .form-group .form-control:focus {
      box-shadow: none;
      border-color: #a7a7a7;
      color: #777; }
    .form-group .form-control.error {
      border-color: #eb4550; }

.breadcrumbs {
  background-color: #9a9a9a;
  margin: -30px 0 60px 0;
  padding: 50px 0 20px 0; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center; }
    .breadcrumbs ol li {
      list-style: none;
      color: #fff;
      font-size: 15px; }
      .breadcrumbs ol li:first-child {
        padding-right: 10px; }
      .breadcrumbs ol li a {
        color: #fff; }
        .breadcrumbs ol li a:hover {
          color: #d2ab67; }
      .breadcrumbs ol li.first a {
        color: #d2ab67; }
    .breadcrumbs ol li + li {
      position: relative;
      padding: 0 10px 0 20px; }
      .breadcrumbs ol li + li:after {
        content: "//";
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

footer {
  margin-top: 60px; }
  footer p {
    margin-bottom: 0; }

.form-alert {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  width: 100%; }
  .form-alert svg {
    height: 50px;
    margin: 0 0 10px;
    width: 50px; }
    .form-alert svg path {
      fill: #27ae60; }
  .form-alert h2 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 0; }
  .form-alert span {
    display: block;
    font-size: 18px;
    line-height: 1.4em; }
  .form-alert.success {
    background-color: rgba(39, 174, 96, 0.1);
    border: solid 1px rgba(39, 174, 96, 0.12);
    color: #27ae60; }
    .form-alert.success h2, .form-alert.success h3 {
      color: #27ae60; }
    .form-alert.success svg path {
      fill: #27ae60; }
  .form-alert.error {
    background-color: rgba(235, 69, 80, 0.1);
    border: solid 1px rgba(235, 69, 80, 0.12);
    color: #eb4550; }
    .form-alert.error h2, .form-alert.error h3 {
      color: #eb4550; }
    .form-alert.error svg path {
      fill: #eb4550; }

.img-border {
  border: 1px solid #e5e5e5; }

header {
  position: relative;
  z-index: 9999; }
  header p {
    margin-bottom: 0; }
  header .header-top {
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px 0 40px 0; }
  header .contato a.info {
    cursor: pointer; }
    header .contato a.info:hover::before, header .contato a.info:hover p, header .contato a.info:hover span {
      color: #a7a7a7; }
  header .contato .info {
    padding-left: 55px;
    display: block;
    position: relative;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all; }
    header .contato .info::before {
      content: "";
      font-family: 'icomoon' !important;
      font-size: 45px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      line-height: 1;
      position: absolute;
      color: #d2ab67;
      left: 0;
      top: 8px;
      -webkit-transition: 500ms ease all;
      -moz-transition: 500ms ease all;
      transition: 500ms ease all; }
    header .contato .info.login::before {
      content: "\e91e"; }
    header .contato .info.phone::before {
      content: "\e911"; }
    header .contato .info.whatsapp::before {
      content: "\e912"; }
    header .contato .info.time::before {
      content: "\e910"; }
    header .contato .info p {
      color: #777;
      font-family: "Roboto Condensed", sans-serif;
      -webkit-transition: 500ms ease all;
      -moz-transition: 500ms ease all;
      transition: 500ms ease all; }
    header .contato .info span {
      font-size: 20px;
      display: block; }
    header .contato .info a span {
      color: #777; }
    header .contato .info a:hover span {
      color: #d2ab67; }
  header .contato .info + .info {
    margin-left: 35px; }
  header .header-nav {
    position: relative;
    z-index: 2;
    margin-top: -30px; }
    header .header-nav .navbar {
      padding: 16px 40px;
      background-color: #d2ab67;
      min-width: 570px; }
      header .header-nav .navbar .navbar-nav {
        width: 100%; }
        header .header-nav .navbar .navbar-nav li a {
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          font-weight: 400;
          color: #fff; }
          header .header-nav .navbar .navbar-nav li a:hover {
            color: #663300; }
        header .header-nav .navbar .navbar-nav li.active a {
          color: #663300; }
    header .header-nav .social .networks {
      list-style: none;
      text-align: center;
      margin: 0;
      padding: 12px 20px;
      background-color: #663300; }
      header .header-nav .social .networks li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        header .header-nav .social .networks li a {
          display: block;
          width: 36px;
          height: 36px;
          margin: 0 6px;
          border-radius: 50%;
          line-height: 34px;
          box-shadow: 0 0 0 2px white inset;
          text-align: center;
          box-sizing: border-box;
          transition: all .1s ease-out; }
          header .header-nav .social .networks li a i {
            font-size: 16px;
            vertical-align: middle;
            color: #fff; }
          header .header-nav .social .networks li a:hover {
            background-color: #d2ab67;
            /*box-shadow: 0 0 0 2px rgba(245, 134, 52, 0.6) inset;*/ 
          }
            header .header-nav .social .networks li a:hover i {
              color: #fff; }

.home-slider {
  margin-top: -30px; }
  .home-slider .container, .home-slider .row {
    height: 100%; }
  .home-slider .item {
    width: 100%;
    position: relative; }
    .home-slider .item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%; }
    .home-slider .item .caption {
      text-align: center; }
      .home-slider .item .caption h1, .home-slider .item .caption h2, .home-slider .item .caption h3, .home-slider .item .caption p {
        color: #fff; }
      .home-slider .item .caption h1, .home-slider .item .caption h2, .home-slider .item .caption h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 48px; }
      .home-slider .item .caption p {
        font-size: 22px;
        margin: 35px auto; }
    .home-slider .item.only-image::before {
      display: none;
      visibility: hidden; }
    .home-slider .item.slide-desktop {
      background-position: center;
      background-size: cover; }
  .home-slider .owl-nav > span {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #663300;
    position: absolute;
    transition: all 0.3s ease;
    margin-top: -30px; }
    .home-slider .owl-nav > span > span {
      display: none; }
    .home-slider .owl-nav > span.owl-prev:after, .home-slider .owl-nav > span.owl-next:after {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .home-slider .owl-nav > span.owl-prev:hover, .home-slider .owl-nav > span.owl-next:hover {
      background-color: #d2ab67; }
      .home-slider .owl-nav > span.owl-prev:hover:after, .home-slider .owl-nav > span.owl-next:hover:after {
        color: #fff; }
    .home-slider .owl-nav > span.owl-prev {
      left: calc(50% - 70px); }
      .home-slider .owl-nav > span.owl-prev:after {
        content: "";
        font-family: 'icomoon' !important;
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        position: absolute;
        color: #fff; }
    .home-slider .owl-nav > span.owl-next {
      left: calc(50% + 20px); }
      .home-slider .owl-nav > span.owl-next:after {
        content: "";
        font-family: 'icomoon' !important;
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        position: absolute;
        color: #fff; }
  .home-slider .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin-bottom: 80px; }
  .home-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
  .home-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background-color: #fff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px; }
    .home-slider .owl-dots .owl-dot span:hover {
      background-color: #a7a7a7; }

.institucional {
  margin: 60px 0; }

.servicos {
  margin: 60px 0; }
  .servicos div.card {
    cursor: none !important;
    pointer-events: none; }
  .servicos .card {
    border-color: #f2f2f2;
    flex-direction: row;
    background-color: #f2f2f2;
    position: relative;
    align-items: center;
    margin-bottom: 30px; }
    .servicos .card .image, .servicos .card .card-body {
      width: 50%; }
    .servicos .card figure {
      display: block;
      position: relative;
      overflow: hidden; }
      .servicos .card figure:before, .servicos .card figure:after {
        opacity: 0;
        transition: all 0.5s ease; }
      .servicos .card figure:before {
        content: "";
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0.2); }
      .servicos .card figure:after {
        content: "";
        font-family: 'icomoon' !important;
        font-size: 44px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        line-height: 1;
        position: absolute;
        color: #fff;
        left: 50%;
        top: 50%;
        width: 50px;
        margin-left: -22px;
        margin-top: -22px;
        transform: translateY(20px); }
    .servicos .card .card-body [class*="title-"] {
      margin-bottom: 15px;
      padding-bottom: 15px; }
    .servicos .card .card-body h3 {
      font-size: 20px;
      text-transform: uppercase;
      color: #d2ab67;
      transition: all 0.5s ease; }
    .servicos .card .card-body p {
      margin-bottom: 20px; }
    .servicos .card .btn2 {
      color: #d2ab67;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin: 0 0 0 75px;
      padding: 0 0 25px 0; }
  .servicos a.card:hover .card-body h3 {
    color: #663300; }
  .servicos a.card:hover figure:before {
    transform: scale(1.5);
    opacity: .75; }
  .servicos a.card:hover figure:after {
    transform: translateY(0);
    opacity: 1; }
  .servicos a.card:hover .btn2 {
    color: #663300; }
    .servicos a.card:hover .btn2 span::after {
      color: #663300; }

    
    .servicos a.card:hover .btn2 span {
        color: #663300;
    }
      

.single h2, .single h3, .single h4, .single h5, .single h6 {
  margin-bottom: 1rem; }

footer {
  background-color: #ededed; }
  footer .footer-cta {
    background-color: #d2ab67;
    padding: 45px 0; }
    footer .footer-cta p {
      font-size: 26px;
      text-align: center;
      color: #fff;
      line-height: normal; }
  footer .footer-center {
    padding: 40px 0 0 0; }
    footer .footer-center .logo {
      margin-bottom: 35px; }
    footer .footer-center .contato .info {
      margin-bottom: 10px; }
  footer .contato .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal; }

    footer .contato .info i {
      width: 16px;
      height: 16px;
      font-size: 16px;
      color: #663300;
      display: block;
      margin-right: 20px;
      text-align: center; 
    }

      .icon-whatsapp:before{
        font-size: 22px;
      }

  footer .subfooter > .container {
    border-top: solid 1px #cacaca;
    padding-top: 10px;
    padding-bottom: 10px; }
  footer .subfooter p {
    margin-bottom: 0; }
  footer .subfooter .contato .info i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px; }
  footer .subfooter .back-top {
    font-family: inherit;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 0;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.3s ease;
    cursor: pointer; }
    footer .subfooter .back-top > span {
      position: relative; }
      footer .subfooter .back-top > span:after {
        top: 50%;
        transform: translateY(-50%); }
    footer .subfooter .back-top.btn2-primary {
      color: #a7a7a7; }
      footer .subfooter .back-top.btn2-primary > span {
        padding: 0 25px 0 0; }
        footer .subfooter .back-top.btn2-primary > span:after {
          content: "";
          font-family: 'icomoon' !important;
          font-size: 10px;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          line-height: 1;
          position: absolute;
          color: #a7a7a7;
          right: 0;
          transition: all 0.3s ease; }
      footer .subfooter .back-top.btn2-primary:hover {
        color: #a7a7a7; }
        footer .subfooter .back-top.btn2-primary:hover > span:after {
          color: #a7a7a7;
          margin-right: 5px; }
    footer .subfooter .back-top.btn2-second {
      color: #a7a7a7; }
      footer .subfooter .back-top.btn2-second > span {
        padding: 0 0 0 15px; }
        footer .subfooter .back-top.btn2-second > span:after {
          content: "";
          font-family: 'icomoon' !important;
          font-size: 13px;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          line-height: 1;
          position: absolute;
          color: #a7a7a7;
          margin: -1px 0 0 0;
          left: 0;
          transition: all 0.3s ease; }
      footer .subfooter .back-top.btn2-second:hover {
        color: #a7a7a7; }
        footer .subfooter .back-top.btn2-second:hover > span:after {
          color: #a7a7a7;
          margin: -3px 0 0 0; }
  footer .subfooter .logo img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease; }
    footer .subfooter .logo img:hover {
      filter: grayscale(0);
      opacity: 1; }

.sobre figure {
  margin-bottom: 15px; }

.galeria-fotos [class*="col-"], .galeria-videos [class*="col-"] {
  margin-bottom: 20px; }

.galeria-fotos .container .row {
  justify-content: center; }

.galeria-fotos figure a {
  max-width: 270px;
  display: block;
  position: relative;
  overflow: hidden; }
  .galeria-fotos figure a:before, .galeria-fotos figure a:after {
    opacity: 0;
    transition: all 0.5s ease; }
  .galeria-fotos figure a:before {
    content: "";
    background-color: #d2ab67;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.2); }
  .galeria-fotos figure a:after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 30px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    transform: translateY(20px); }
  .galeria-fotos figure a:hover:before {
    transform: scale(1.5);
    opacity: .75; }
  .galeria-fotos figure a:hover:after {
    transform: translateY(0);
    opacity: 1; }
  .galeria-fotos figure a:after {
    margin-top: -15px;
    margin-left: -15px; }

.galeria-videos .container .row {
  justify-content: center; }

.galeria-videos figure a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 560px; }
  .galeria-videos figure a:before, .galeria-videos figure a:after {
    transition: all 0.5s ease; }
  .galeria-videos figure a:before {
    content: "";
    background-color: #d2ab67;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6; }
  .galeria-videos figure a:after {
    content: "";
    font-family: 'icomoon' !important;
    font-size: 80px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1); }
  .galeria-videos figure a:hover:before {
    opacity: 0.8; }
  .galeria-videos figure a:hover:after {
    transform: translate(-50%, -50%) scale(1.2); }

.servicos-detalhes {
  margin-bottom: 60px; }
  .servicos-detalhes .serv-img {
    max-width: 365px; }
    .servicos-detalhes .serv-img figure {
      max-width: 365px;
      position: relative; }
      .servicos-detalhes .serv-img figure::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #e5e5e5; }
  .servicos-detalhes .serv-desc {
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 0 0 10px white inset;
    padding: 30px;
    margin: 95px 0 0 -70px;
    z-index: 1; }

.fale-conosco p {
  margin-bottom: 0; }

.fale-conosco .contato .info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  line-height: normal; }
  .fale-conosco .contato .info i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #663300;
    display: block;
    margin-right: 20px;
    text-align: center; }

    .fale-conosco .contato .info a:hover{
      color: #663300;
    }

@media (max-width: 1199px) {
  header .header-top .container .row.align-items-center {
    flex-direction: column; }
  header .header-top .container .row [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px; }
  header .header-top .container .row .logo {
    text-align: center; }
  header .header-top .container .row .contato {
    justify-content: space-evenly !important; }
  header .header-nav .container.align-items-center {
    justify-content: center; }
  main .breadcrumbs .container {
    display: flex;
    justify-content: center; } }

@media (min-width: 992px) {
  .btn-toggle-menu {
    display: none; }
  .btn-whatsapp {
    display: none; } }

@media (max-width: 1024px) {
  .home-slider .slide-mobile {
    height: auto !important;
    text-align: center; }
    .home-slider .slide-mobile img {
      margin-left: auto;
      margin-right: auto; }
  .home-slider .owl-dots {
    margin-bottom: 20px; }
  .home-slider .owl-nav > span.owl-next, .home-slider .owl-nav > span.owl-prev {
    display: none; }
  .servicos [class*="col-lg-"] {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 991px) {
  .btn-toggle-menu {
    display: block !important;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 20px; }
    .btn-toggle-menu.active {
      top: 0;
      margin-top: 20px; }
  header .header-nav .container.d-flex {
    flex-direction: column-reverse; }
  header .header-nav .navbar {
    width: 100%;
    padding: 50px 30px 0px;
    min-width: auto;
    background-color: #d2ab67; }
    header .header-nav .navbar .navbar-nav {
      align-items: center; }
      header .header-nav .navbar .navbar-nav li {
        text-align: center;
        width: 100%;
        padding: 7px 0;
        background-color: rgba(0, 0, 0, 0.1);
        border-bottom: solid 1px #d2ab67; }
        header .header-nav .navbar .navbar-nav li a {
          color: #fff; }
        header .header-nav .navbar .navbar-nav li.active {
          background-color: rgba(0, 0, 0, 0.15); }
          header .header-nav .navbar .navbar-nav li.active a {
            color: #663300; }
  main .breadcrumbs {
    display: none; }
  main .home-slider {
    margin: 0; }
  main .sobre, main .servicos-detalhes, main .fale-conosco {
    margin-top: 40px; }
  main .servicos-detalhes .container .d-flex {
    flex-direction: column;
    align-items: center; }
    main .servicos-detalhes .container .d-flex .serv-desc {
      margin: 0; }
  .btn-whatsapp {
    display: flex !important;
    align-items: center;
    bottom: 15px;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 10px;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99; }
    .btn-whatsapp a {
      display: block;
      padding: 0 0 0 25px;
      pointer-events: all; }
      .btn-whatsapp a p {
        background-color: #128C7E;
        border-radius: 4px;
        color: #ffffff;
        display: block;
        font-size: 14px;
        line-height: 1em;
        padding: 10px 25px;
        position: relative;
        transition: all 0.3s ease;
        margin-bottom: 10px; }
        .btn-whatsapp a p::before {
          background-image: url(../images/backgrounds/icon-whatsapp.png);
          background-position: center center;
          background-repeat: no-repeat;
          content: "";
          height: 45px;
          left: -22.5px;
          margin: -19.5px 0 0;
          position: absolute;
          top: 50%;
          width: 45px; }
        .btn-whatsapp a p span {
          margin: 7px 0 0;
          color: #fff;
          display: block; }
        .btn-whatsapp a p:hover {
          background-color: #00695d; } }

@media (max-width: 767px) {
  header .header-top {
    padding-bottom: 30px; }
    header .header-top .container .row .contato {
      flex-wrap: wrap; }
      header .header-top .container .row .contato .phone {
        display: none; }
  footer .subfooter .container .row .d-flex {
    flex-direction: column !important; }
    footer .subfooter .container .row .d-flex > p, footer .subfooter .container .row .d-flex > div, footer .subfooter .container .row .d-flex > button, footer .subfooter .container .row .d-flex > figure {
      margin-bottom: 5px; } }

@media (max-width: 640px) {
  .servicos .container .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center; }
  .servicos .card {
    max-width: 365px;
    flex-direction: column; }
    .servicos .card .image {
      width: 100%; }
    .servicos .card .card-body {
      width: 100%; }
      .servicos .card .card-body p {
        margin-bottom: 35px; }
    .servicos .card .btn2 {
      padding: 0 0 25px 0;
      justify-content: flex-start;
      margin: 15px 0 0 19px; } }

@media (max-width: 480px) {
  header .contato {
    flex-direction: column;
    align-items: center; }
    header .contato .info + .info {
      margin-left: 0;
      margin-top: 10px; } }
