* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a.btn-primary {
  background-image: linear-gradient(to right, var(--bs-secondary), var(--bs-primary));
  color: #fff !important;
  border: 0px;
  transition: 0.5s;
  will-change: transform; }
  a.btn-primary:hover {
    transform: scale(1.05); }
  a.btn-primary.btn-no-hover:hover {
    cursor: default !important;
    transform: none !important; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }
  html body {
    overflow-y: auto; }

.home {
  overflow-x: hidden;
  position: relative;
  height: max-content;
  background-image: url("../../img/background-inicial.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .home {
      background-position: top; } }
  .home .menu .nav-item {
    width: fit-content;
    padding-right: 16px;
    border-bottom: 4px solid transparent; }
    .home .menu .nav-item:hover {
      border-bottom: 4px solid var(--bs-primary); }
    .home .menu .nav-item a {
      width: fit-content; }
  .home .menu .menu__telefone {
    position: absolute;
    right: -85%;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .home .menu .menu__telefone .menu__telefone__texto * {
      width: 160px; }
    .home .menu .menu__telefone .menu__telefone__retangulo {
      background: var(--bs-primary);
      width: 100%;
      height: 30px; }
  .home .introducao {
    height: inherit;
    position: relative;
    padding-top: 4%;
    padding-bottom: 8%; }
  .home.notarium {
    min-height: 400px;
    height: fit-content;
    overflow-y: hidden; }
    .home.notarium .introducao {
      height: inherit; }

.home-servicos {
  padding: 32px 0px; }
  @media (min-width: 992px) {
    .home-servicos {
      padding: 0px; } }
  .home-servicos .home-servicos__icones-principais {
    position: relative; }
    @media (min-width: 992px) {
      .home-servicos .home-servicos__icones-principais {
        top: -80px; } }

.quem-somos .quem-somos__item {
  height: 320px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
  .quem-somos .quem-somos__item > div:first-child {
    flex: 0 25%;
    width: 100%;
    background: #e1e1e1;
    padding: 24px 16px; }
    .quem-somos .quem-somos__item > div:first-child p {
      float: left; }
    .quem-somos .quem-somos__item > div:first-child img {
      width: 50px;
      height: 40px;
      object-fit: contain;
      float: right; }
  .quem-somos .quem-somos__item > div:last-child {
    flex: 0 75%;
    width: 100%;
    background: #f1f1f1;
    padding: 24px 16px; }

.sobre-notarium {
  position: relative;
  background-color: #f1f1f1; }
  .sobre-notarium .sobre-notarium__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px; }
  .sobre-notarium .sobre-notarium__botao {
    position: absolute;
    bottom: -24px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .sobre-notarium .sobre-notarium__botao:hover {
      transform: translateX(-50%) scale(1.01); }
    @media (min-width: 992px) {
      .sobre-notarium .sobre-notarium__botao {
        font-size: 18px;
        width: auto; } }

.sobre-notarium-itens {
  background-image: url("../../img/imagem-division.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .sobre-notarium-itens.notarium {
    background-color: #f1f1f1;
    background-image: url("../../img/notarium-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .sobre-notarium-itens.notarium {
        background-size: 50% 100%;
        background-position: right center; } }
    .sobre-notarium-itens.notarium .sobre-notarium-itens__coluna {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .sobre-notarium-itens.notarium .sobre-notarium-itens__coluna > * {
        flex: 1 1 auto; }

.home-nossos-clientes {
  background-image: url("../../img/atendimento-nacional-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.footer {
  background-image: url("../../img/background__footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .footer .footer__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px 0px; }
    .footer .footer__item p {
      font-size: 14px;
      margin: 0; }
    .footer .footer__item .footer__item__icon {
      float: left;
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      background: white;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }

.fale-conosco {
  background-color: #f1f1f1; }
  .fale-conosco i {
    position: relative;
    top: 38px;
    left: 16px; }
  .fale-conosco .col-12.col-lg-4 {
    position: relative; }
    @media (min-width: 992px) {
      .fale-conosco .col-12.col-lg-4 {
        position: inherit; } }
  .fale-conosco .fale-conosco__mapa {
    position: relative;
    left: -32px;
    top: 32px;
    height: 200px;
    width: 120%; }
    @media (min-width: 992px) {
      .fale-conosco .fale-conosco__mapa {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        height: 100%;
        width: 38%;
        border-left: 8px solid var(--bs-primary); } }

.scroll-inicio {
  position: fixed;
  right: 24px;
  bottom: -40px;
  border-radius: 32px;
  border: 0;
  padding: 16px 16px 64px 16px;
  background-color: rgba(100, 100, 100, 0.5); }
  .scroll-inicio > i {
    font-size: 24px;
    color: #fff; }

#loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: var(--bs-secondary);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loader .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  #loader .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite; }
  #loader .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff; }
  #loader .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s; }
  #loader .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s; }
  #loader .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s; }
  #loader .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s; }
  #loader .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s; }
  #loader .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s; }
  #loader .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s; }
  #loader .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s; }
  #loader .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s; }
  #loader .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s; }
  #loader .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s; }
  #loader .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s; }
@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
