@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');

/* @font-face {
  font-family:'Inter', sans-serif;
  src: url('https://fonts.googleapis.com/css2? family = Inter: wght @ 100 & display = swap');
} */


body,
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

/* ini: Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* cor do background que vai ocupar o body */
  z-index: 999;
  /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
  position: absolute;
  top: 50%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%);
}

.bolas>div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}

.bolas>div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}

.bolas>div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}

.bolas>div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* end: Preloader */

/* Fontes e textos */
.fonte-cursiva {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5rem;
}

.fonte-cursiva2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
}

.fonte-cursiva3 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  /* font-weight: 100; */
  font-size: 50px;
  text-align: left;
}


@media (max-width: 992px) {
  .fonte-especial {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
  }

  /* .fonte-cursiva2{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.7rem;
  } */
}

.fonte-larga {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}

.fonte-texto {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.cor-0 {
  color: #B3832F;
}

.cor-1 {
  color: #D2A85E;
}

.cor-2 {
  color: #222222;
}

.cor-3 {
  color: #00152e;
}

.cor-4 {
  color: #CD7f32;
}

.icone-social-face:hover {
  color: #04c3f6;
}

.icone-social-insta:hover {
  color: rgb(162, 2, 162);
}

.icone-social-whats:hover {
  color: rgb(2, 167, 2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

/* Detalhes */

.efeito-img-secao1 {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #B3832F;
}

hr.light {
  border-color: #fff;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  list-style: none;
}

/* efeito de zoom no slide */
.img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.88); */
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.5; */
  animation: zoom 25s;
}

@media (max-width: 992px) {

  /* .img-wrapper {
    padding-top: 100px;
  } */

}

@media (max-width: 992px) {

  .img-wrapper img {
    height: 65vh;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* CTA */

.cta {
  color: inherit;
  text-align: center;
  align-items: center;
  width: 150px;
  height: 50;
  border: solid 1px #B3832F;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px 15px;
  background-color: #ffffff;
}

.cta:hover {
  color: #fff;
  border: #04c3f6;
  /* border: #CD7f32; */
  text-decoration: none;
  background-image: linear-gradient(to right, #D2A85E 0, #B3832F 100%);
  /* background-image: linear-gradient(to right,#e4e4e4 0,#CD7f32 100%); */
}

.cta2 {
  text-align: center;
  align-items: center;
  width: 150px;
  height: 50;
  border: solid 1px #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px 15px;
  background-color: #fff;
}

.cta2:hover {
  color: #fff;
  border: #04c3f6;
  text-decoration: none;
  background-image: linear-gradient(to right, #04c3f6 0, #003576 100%);
}

.cta3 {
  text-align: center;
  align-items: center;
  width: 150px;
  height: 50;
  border: solid 1px #CD7f32;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px 15px;
  background-color: #fff;
}

.cta3:hover {
  color: #fff;
  border: #CD7f32;
  text-decoration: none;
  background-image: linear-gradient(to right, #dcdcdc 0, #CD7f32 100%);
}

.cta-whats {
  background-color: #04c3f6;
  color: #fff;
  text-align: center;
  align-items: center;
  width: 150px;
  height: 50;
  border: solid 1px #000;
  margin-left: 50px;
  padding: 2px 3px;
  text-decoration: none;
}

.cta-whats:hover {
  background-color: #155091;
  color: #fff;
}




/* backgrounds */
.bg-primary {
  background-color: #155091 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.destaque {
  color: #003576;
}

.bg-default1 {
  padding: 5rem 0;
  background-color: #fff;
}

.bg-default2 {
  padding: 5rem 0;
  background-color: #F8F9FC;
}

.bg-depoimentos {
  /* background-image: linear-gradient(to right,#04c3f6 0,#003576 100%); */
  padding-top: 4rem;
  padding-bottom: calc(6rem - 56px);
  background-image: url("../img/home/bggg222.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-procedimentos {
  padding-top: 6rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/home/");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-agendamento {
  /* background-color: #155091; */
  background-color: #F8F9FC;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.bg-agendamento2 {
  /* background-color: #89e5ff; */
  /* background-color: #155091; */
  background-color: #F8F9FC;
}

.bg-agendamento2 {
  padding-top: 6rem;
  padding-bottom: calc(10rem - 56px);
  /* background-image: url("../img/bg-agendamento2.png"); */
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.icone-social {
  color: #B3832F;
}

.icone-social:hover {
  color: #D2A85E;
}

.bg-rodape {
  /* background-image: linear-gradient(to right,#ffffff 0,#00152e 100%); */
  /* background-color: #00152e; */
  /* background-color: #113b75; */
  /* background-color: #155091; */
  /* background-color: #003576; */
  /* background-color: #CD7f32; */
  /* background-color: #000; */
  /* background-color: #363636	; */
  /* background-color: #dcdcdc; */
  background-color: #e4e4e4;
  /* background-color: #1C1C1C; */
  border-top: solid 2px #B3832F;
}

.efeito-link-rodape {
  text-decoration: none;
  /* color: #212529; */
  color: #B3832F;
}

.efeito-link-rodape:hover {
  text-decoration: none;
  /* color: #CD7f32; */
  color: #D2A85E;
}

/*  */
section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #212529;
}

#mainNav {
  /* border-bottom: 1px solid rgba(33, 37, 41, 0.1); */
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  color: #D2A85E;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 0;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #B3832F;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: 1rem;
  /* font-weight: 500; */
  color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #B3832F;
}

/* color: #155091; } */
#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #E2C796 !important;
  background-color: transparent;
  border-bottom: solid 2px #E2C796
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #04c3f6;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 1rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #B3832F;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #B3832F;
  }

  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #B3832F;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #B3832F;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #B3832F;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.feature-box {
  padding: 90px 40px;
  background: #fff;
  transition: ease all 0.3s;
  border-top: 5px solid #E2C796;
  /* border-top: 5px solid #CD7f32; */
}

.feature-box .f-icon {
  padding-bottom: 25px;
}

.feature-box .f-icon i {
  font-size: 50px;
}

.feature-box h4 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.feature-box:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  border-top: 5px solid #B3832F;
}


.feature-box-01 {
  z-index: 1;
  padding: 30px;
  background: #fff;
  border: 1px solid #00152e;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.feature-box-01:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.feature-box-01 .f-icon {
  margin-bottom: 15px;
}

.feature-box-01 .f-icon i {
  font-size: 35px;
}

.feature-box-01 h4 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}

.feature-box-01 .more-btn {
  text-transform: uppercase;
  font-size: 12px;
}


@media (max-width: 991px) {
  .feature-box {
    padding: 30px 20px;
  }

  .feature-box-01 {
    padding: 15px;
  }
}



.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;

  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #155091 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #155091;
  border-color: #155091;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* Barra de rolagem */
::-webkit-scrollbar {
  width: 12px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #B3832F;
  border-radius: 0;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999999;
  background-color: #0017ff00;
  color: #eeeeee;
  width: 80px;
  height: 78px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color: #0017ff00;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}


@media (max-width:728px) {
  .video-sobre {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    padding-top: 200px;
    height: 0;
  }

  .video-sobre iframe {
    Position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}

#g-recaptcha {

  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;

}