/*Font family*/
/*Colors*/
/*font size*/
/*Font weights*/
/*line-height*/
/*Responsive widths*/
html, body {
  overflow-x: hidden;
}

.no-padding {
  padding: 0px;
}

#header .menu-links li a {
  width: 100%;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.slider-parallax:before {
  background: rgba(0, 0, 0, 0.5) !important;
}
.slider-parallax .slider-content-text p {
  font-weight: 400;
  text-transform: none !important;
}
.slider-parallax .slider-content-text h1 {
  font-size: 50px;
  line-height: 120%;
}
.slider-parallax .slider-content-text h1 .title-banner-align {
  margin-right: -12px;
}
.slider-parallax .slider-content-text h1 span {
  font-size: inherit !important;
  line-height: inherit !important;
  background: inherit !important;
  padding: inherit !important;
}
.slider-parallax .slider-content-text h1 span.highlight-text {
  color: #FFAF49 !important;
}
.slider-parallax .slider-content-text .button {
  background: #FFAF49;
  border: 2px solid #FFAF49;
  font-weight: bold;
}
.slider-parallax .slider-content-text .button:hover {
  background: transparent;
  color: #FFaF49;
}
.slider-parallax .slider-content-text .button.branco {
  font-weight: bold;
  background: #2284c5;
  border: 2px solid #2284c5;
  color: #fff;
}
.slider-parallax .slider-content-text .button.branco:hover {
  background: #fff;
  color: #FFaF49;
}

#empresa .section-title .title {
  padding-bottom: 8px;
  margin-bottom: 15px;
}
#empresa .section-title p {
  font-size: 18px;
}
#empresa .texto-empresa {
  font-size: 15px;
}
#empresa .button {
  font-weight: 700;
  color: #2284c5;
  letter-spacing: 0.3px;
}
#empresa .button:hover {
  color: #FFF;
}
#empresa .about-image {
  width: 100%;
  position: relative;
  height: 430px;
}
#empresa .about-image .about-image-01 {
  background-size: cover;
  display: table-cell;
  width: 30%;
  height: 440px;
  margin-top: 20px;
  position: absolute;
  right: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: 9;
}
#empresa .about-image .about-image-01:hover {
  z-index: 10;
  width: 70%;
  height: 480px;
  margin-top: 0;
  filter: blur(0px);
}
#empresa .about-image .about-image-01:hover + .about-image-02 {
  filter: blur(2px);
  z-index: 9;
  width: 30%;
  height: 440px;
  margin-top: 20px;
}
#empresa .about-image .about-image-02 {
  background-size: cover;
  display: table-cell;
  width: 70%;
  height: 480px;
  position: absolute;
  left: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: cover;
  background-position: center;
  filter: blur(0px);
  z-index: 10;
}

#nav-servicos .nav-tabs {
  position: relative;
  border: none;
}
#nav-servicos .nav-tabs .nav-item {
  margin: 0px;
  padding: 150px 5px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#nav-servicos .nav-tabs .nav-item:first-child {
  border-top: none;
}
#nav-servicos .nav-tabs .nav-item:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
}
#nav-servicos .nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding: 8px 17.5px;
  background: transparent;
  color: #fff;
  border: 1.25px solid #fff;
  border-radius: 2px;
}
#nav-servicos .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  background: #fff;
}
#nav-servicos .em-breve {
  padding: 30px 0px;
  background: #2284c5;
}
#nav-servicos .em-breve h3 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
#nav-servicos .em-breve h3 b {
  font-weight: 600;
}

#servicos .tab {
  position: relative;
}
#servicos .tab .tab-content {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
  padding: 30px;
  border: none;
}
#servicos .tab .tab-content .content-servico {
  height: 100%;
}
#servicos .tab .tab-content .content-servico p {
  text-align: justify;
}
#servicos .tab .tab-content .content-servico .title-servicos {
  font-weight: bold;
  font-size: 24px;
  color: #777;
}
#servicos .tab .tab-content .content-servico .title-servicos.line {
  position: relative;
  margin-bottom: 25px;
}
#servicos .tab .tab-content .content-servico .title-servicos.line:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 80px;
  height: 3px;
  background: #2284c5;
  content: "";
}
#servicos .tab .tab-content .content-servico .footer-servicos {
  position: absolute;
  bottom: 0px;
  padding: 0px 15px;
  width: 100%;
  left: 0;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn {
  padding: 7px 15px;
  margin-right: 20px;
  border-radius: 2px;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-whatsapp {
  background: #55bb61;
  border: 2px solid #55bb61;
  color: #fff;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-whatsapp:hover {
  background: transparent;
  color: #55bb61;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-whatsapp i {
  font-size: 22px;
  vertical-align: -3px;
  padding-right: 3px;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-telefone {
  background: #555555;
  border: 2px solid #555555;
  color: #fff;
  cursor: text;
  user-select: auto;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-telefone:hover {
  background: transparent;
  color: #555555;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-telefone i {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 3px;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-email {
  background: #FFAF49;
  border: 2px solid #FFAF49;
  color: #fff;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-email:hover {
  background: transparent;
  color: #FFAF49;
}
#servicos .tab .tab-content .content-servico .footer-servicos .cta-contato .btn.btn-email i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 3px;
}
#servicos .tab .tab-content .content-servico .footer-servicos .divider {
  margin: 25px 0px;
}
#servicos .tab .tab-content .content-servico .footer-servicos .nav-tabs {
  display: inline;
}
#servicos .tab .tab-content .content-servico .footer-servicos .nav-tabs .nav-item .nav-link {
  background: unset !important;
  padding: 0px 5px;
  margin: 0px;
  border: none !important;
  line-height: 120%;
  color: #2284c5;
}
#servicos .tab .tab-content .content-servico .footer-servicos .nav-tabs .nav-item .nav-link.active:before {
  content: none !important;
}
#servicos .tab .tab-content .servico-gallery {
  padding: 20px 11px 0px;
}
#servicos .tab .tab-content .servico-gallery .title-fotos {
  font-weight: 600;
  font-size: 20px;
  color: #555;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] .title-fotos-servicos {
  background: #f8f8f8;
  padding: 10px 10px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 13px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] a {
  display: block;
  position: relative;
  cursor: pointer;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] a:before {
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) !important;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] .slideToFourth {
  display: block;
  position: relative;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] .slideToFourth:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
#servicos .tab .tab-content .servico-gallery [id*=lightgallery] .slideToFourth .veja-mais-servicos {
  position: absolute;
  font-size: 30px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #222;
}

#contato {
  padding-bottom: 300px;
}

.footer .footer-contact {
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 4px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.footer .footer-contact .contact-form .section-field {
  width: 48.5%;
  margin-left: 1.5% !important;
  margin-right: 0% !important;
}
.footer .footer-contact .contact-form .section-field:nth-child(odd) {
  margin-right: 1.5% !important;
  margin-left: 0 !important;
}
.footer .footer-contact .contact-form .section-field.textarea {
  margin: 0px !important;
  width: 100% !important;
}
.footer .footer-contact .contact-form .button {
  transform: translateX(-50%);
  left: 50%;
}
.footer .footer-contact .border-left {
  border-left: 1px solid #eee;
  padding-right: 0px;
}
.footer .footer-contact .border-left .info-contato {
  padding: 10px;
}
.footer .footer-contact .border-left .info-contato .icon-contato {
  padding-bottom: 20px;
  width: 100%;
  display: inline-flex;
}
.footer .footer-contact .border-left .info-contato .icon-contato .icon {
  padding: 8px;
  border-radius: 5px;
  margin-right: 30px;
  background: #eee;
}
.footer .footer-contact .border-left .info-contato .icon-contato .icon .fa {
  font-size: 30px;
  color: #2284c5;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
}
.footer .footer-contact .border-left .info-contato .icon-contato .icon .fa.fa-envelope:before {
  text-align: unset;
}
.footer .footer-contact .border-left .info-contato .icon-contato .icon .fa:before {
  width: 30px;
  height: 30px;
  text-align: center;
}
.footer .footer-contact .border-left .info-contato .icon-contato span {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.footer .footer-contact .border-left .info-contato .icon-contato span small {
  padding-left: 5px;
}
.footer .footer-contact .border-left .info-contato hr {
  border-bottom: 1px solid #eee;
}
.footer .footer-contact .border-left .info-contato .redes-sociais {
  margin-top: 20px;
  text-align: center;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social {
  padding: 5px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social.btn-face {
  background: #4267b2;
  color: #fff;
  margin-right: 10px;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social.btn-face:before {
  background: #263c68;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social.btn-insta {
  color: #fff;
  background: #f12164;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social.btn-insta:before {
  background: #ba0c44;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: width 0.8s, height 0.8s !important;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social:hover:before {
  width: 140%;
  height: 140%;
}
.footer .footer-contact .border-left .info-contato .redes-sociais .btn-social .fa {
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
  font-size: 22px;
  height: 22px;
  width: 22px;
  z-index: 0;
}

footer.footer-topbar .copyright {
  padding: 10px 0px;
}
footer.footer-topbar .copyright img#logo-footer {
  height: 50px !important;
  width: auto !important;
}

#back-to-top .top {
  bottom: 90px !important;
  right: 30px;
}

.lg-outer .lg-thumb-item.active {
  border-color: #fff;
}

.lg-backdrop {
  background: #000000e0;
}

@media (max-width: 355px) {
  .book-banner .slider-content-text p {
    font-size: 15px !important;
  }

  .book-banner .slider-content-text p {
    font-size: 15px !important;
  }
}
@media (max-width: 575.98px) {
  .slider-parallax {
    height: 65vh;
  }
  .slider-parallax .slider-content-text {
    padding-right: 0px;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .slider-parallax .slider-content-text h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .slider-parallax .slider-content-text h1 .title-banner-align {
    margin-right: -7px;
  }
  .slider-parallax .slider-content-text p {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 120%;
  }
  .slider-parallax .slider-content-text a {
    text-align: center;
  }
  .slider-parallax .slider-content-image {
    bottom: -30px;
    width: 100%;
    left: 0;
    text-align: unset;
  }
  .slider-parallax .slider-content-image .book {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px !important;
  }

  #empresa {
    padding: 40px 0px 50px;
  }
  #empresa .about-image {
    width: 100%;
    position: relative;
    height: 230px;
  }
  #empresa .about-image .about-image-01 {
    height: 240px;
  }
  #empresa .about-image .about-image-01:hover {
    height: 280px;
  }
  #empresa .about-image .about-image-01:hover + .about-image-02 {
    height: 240px;
  }
  #empresa .about-image .about-image-02 {
    height: 280px;
  }
  #empresa .button {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  #nav-servicos .nav-tabs .nav-item {
    padding: 70px 5px;
  }

  #servicos .tab.nav-bl {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
  }
  #servicos .tab.nav-bl .tab-content {
    border: none;
    border-top: 1px solid #e2e2e2;
    padding: 20px;
  }
  #servicos .tab.nav-bl .tab-content .content-servico {
    padding-top: 15px;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos {
    position: relative;
    padding: 0px;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .cta-contato {
    display: block;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .cta-contato .btn {
    margin-right: 0px;
    margin-top: 5px;
    width: 100%;
  }
  #servicos .tab.nav-bl .tab-content .servico-gallery .title-fotos {
    font-size: 18px;
    text-align: inherit;
    margin-left: -10px;
  }
  #servicos .tab.nav-bl .tab-content .servico-gallery [id*=lightgallery] [class*=col] {
    padding: 0px 5px;
  }
  #servicos .tab.nav-bl .tab-content .servico-gallery [id*=lightgallery] [class*=col] a {
    margin-bottom: 20px;
  }

  .footer .footer-text p {
    position: relative;
    margin-top: 30px;
  }
  .footer .footer-contact {
    margin-top: -350px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-contact .border-left {
    border-left: none !important;
  }
  .footer .footer-contact .border-left .info-contato {
    padding: 0px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato .icon {
    margin-right: 10px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato span {
    font-size: 13px;
  }

  footer.footer-topbar .copyright {
    padding: 15px 0px 0px 0px;
  }

  #back-to-top .top {
    bottom: 85px !important;
    right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-parallax .row.row-eq-height .col-sm-12 {
    position: relative !important;
    height: 100% !important;
  }

  #empresa .button {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  #nav-servicos .nav-tabs .nav-item {
    padding: 85px 5px;
  }
  #nav-servicos .nav-tabs .nav-item .nav-link {
    padding: 8px 17.5px;
    font-size: 15px;
  }

  #servicos .tab.nav-bl {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.12);
  }
  #servicos .tab.nav-bl .nav-tabs {
    margin-bottom: 0;
    box-shadow: none;
  }
  #servicos .tab.nav-bl .nav-tabs .nav-item {
    width: 100%;
    display: inline-block;
  }
  #servicos .tab.nav-bl .nav-tabs .nav-item a:first-child {
    border-radius: 4px 4px 0px 0px;
  }
  #servicos .tab.nav-bl .tab-content {
    box-shadow: none;
    border: none;
    border-top: 1px solid #e2e2e2;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos {
    position: relative;
    padding: 0px;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .cta-contato {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .cta-contato .btn {
    flex: 1;
    margin-top: 10px;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .nav-tabs {
    display: inline;
    width: auto;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .nav-tabs .nav-item {
    display: inline;
    width: auto;
  }
  #servicos .tab.nav-bl .tab-content .content-servico .footer-servicos .nav-tabs .nav-item .nav-link {
    display: inline;
    width: auto;
  }

  .footer .footer-contact {
    margin-top: -350px;
  }
  .footer .footer-contact .border-left {
    border-left: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #empresa .button {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  #nav-servicos .nav-tabs .nav-item {
    padding: 100px 5px;
  }
  #nav-servicos .nav-tabs .nav-item .nav-link {
    padding: 8px;
    font-size: 13px;
  }

  #servicos .tab.nav-bl .nav-tabs {
    margin-bottom: 0;
  }
  #servicos .tab.nav-bl .nav-tabs .nav-item a:first-child {
    border-radius: 4px 4px 0px 0px;
  }
  #servicos .tab.nav-bl .tab-content {
    margin-left: 0px;
    border: none;
    border-top: 1px solid #e2e2e2;
  }
  #servicos .tab.nav-bl .tab-content .footer-servicos {
    position: relative;
    padding: 0px;
  }
  #servicos .tab.nav-bl .tab-content .footer-servicos .cta-contato {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #servicos .tab.nav-bl .tab-content .footer-servicos .cta-contato .btn {
    flex: 1;
    margin-top: 10px;
    font-size: 14px;
  }

  .footer {
    padding: 20px;
  }
  .footer .footer-contact {
    margin-top: -350px;
  }
  .footer .footer-contact .border-left .info-contato {
    padding: 10px 5px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato .icon {
    margin-right: 10px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato span {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  #header .container .menu-bar {
    position: fixed;
    left: 0px;
    top: 60px;
    z-index: -1;
    box-shadow: 0px 1px 6px #00000055;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .book-banner .slider-content-text {
    top: 55% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nav-servicos .nav-tabs .nav-item {
    padding: 100px 5px;
  }

  #servicos .tab.nav-bl .tab-content .footer-servicos {
    position: relative;
    padding: 0px;
  }
  #servicos .tab.nav-bl .tab-content .footer-servicos .cta-contato .btn {
    align-items: center;
    display: flex;
    font-size: 14px;
  }

  .footer .footer-contact {
    margin-top: -400px;
  }
  .footer .footer-contact .border-left .info-contato {
    padding: 10px 3px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato .icon {
    margin-right: 20px;
  }
  .footer .footer-contact .border-left .info-contato .icon-contato span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-contact {
    margin-top: -400px;
  }
}

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