@media (max-width: 1600px) {
  .tituloPrincipal {
    font-size: 2rem;
  }

  .TituloPrincipalContainer {
    width: 30rem;
  }

  .loader i {
    height: 10rem;
    margin-top: 0px;
  }

  .logo__Notariado {
    width: 12rem;
  }

  .button__text {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .header__content {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0px 0px 8rem;
  }

  .TituloPrincipalContainer {
    width: 25rem;
    margin-top: 2rem;
  }

  .header__button {
    width: 225px;
    height: 60px;
    border-radius: 20px;
    margin: 0px 0px 50px 0px;
  }

  .icon-Container {
    width: 30px;
    height: 30px;
  }

  .iconeSeta {
    width: 12px;
    height: 12px;
  }

  .button__text {
    font-size: 1.25rem;
  }


  .header__button__Link {
    width: 12rem;
    height: 4rem;
  }

  .LinhaDecorativa4 {
    margin: 0px 20px 0px 20px;
  }
}

@media (max-width: 950px) {
  .logo__Notariado {
    width: 15rem;
  }

  .header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .header__logoContiner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0px 20px 0px;
  }

  .logoContaNotarial {
    max-width: 20rem;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .header__content {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0rem;
    justify-content: center;
  }

  .TituloPrincipalContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    padding: 1rem 0.5rem 5rem;
  }

  .tituloPrincipal {
    width: 100%;
    max-width: 30rem;
    text-align: center;
  }

  .loader i {
    display: none;
  }

  .header__content__secondary {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: static;
    max-width: none;
    top: 0;
    right: 0;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    gap: 20px;
  }

  .header__content__secondary__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    align-items: center;
    gap: 3rem;
    height: auto;
    padding: 5rem 0px;
    height: auto;
  }

  .LinhaDecorativa4 {
    background-image: url(../../img/Objetos/linhaDecorativaInvertida01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    margin: 0px 0px 0px -0px;
    background-size: cover;
    position: relative;
  }
}

@media (max-width: 500px) {
  .logoContaNotarial {
    width: 250px;
    height: 100%;
    display: block;
    object-fit: contain;
    margin: 0px 0px 0px -0px;
  }
}