.header {
  background-image: url(../../img/Fundos/apresentacaoFundoVerde2.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
  height: auto;
  position: relative;
}

.header__logoContiner {
  display: flex;
  width: 25rem;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 0px 20px 40px;
}

.logoContaNotarial {
  width: 100%;
  height: 100%;
}

.LinhaDecorativa3 {
  background: rgb(124, 124, 124);
  width: calc(100%);
  height: 1px;
  z-index: 9999;
  position: relative;
}

.header__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10% 0px 0px 5rem;
}

.TituloPrincipalContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 40rem;
}

.loader i {
  display: block;
  width: 0.3rem;
  height: 12rem;
  margin-top: 18px;
  background-color: rgba(61, 61, 61, 0.5);
  overflow: hidden;
  position: relative;
}

.loader i:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-animation 5s infinite normal;
}

@keyframes loader-animation {
  0% {
    transform: translate3d(0, -100%, 0);
  }

  15% {
    transform: translate3d(0, -98%, 0);
  }

  85% {
    transform: translate3d(0, 98%, 0);
  }

  100% {
    transform: translate3d(0, 100%, 0);
  }
}

.tituloPrincipal {
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;

  width: 60rem;
  font-weight: 400;
  text-shadow: 0 3px 10px rgb(132, 132, 132, 0.9);
}

.textoTransparente {
  background: none;
  background-size: contain;
  -webkit-text-fill-color: rgb(255, 255, 255);
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  background-size: cover;
}

.header__content__secondary {
  height: 100%;
  max-width: 32rem;
  width: 30%;
  min-width: 20rem;
  position: absolute;
  top: 0;
  right: 10%;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  box-shadow: 0px 1px 8px 1px rgba(2, 27, 32, 0.5);
  -webkit-box-shadow: 0px 1px 8px 1px rgba(2, 27, 32, 0.5);
  -moz-box-shadow: 0px 1px 6px 1px rgba(2, 27, 32, 0.5);
  background: radial-gradient(circle at 30% 20%, #c9ec8158 0%, transparent 70%);
}

.header__content__secondary__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  height: 100%;
}

.subtituloPrincipal {
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  width: 100%;
  padding: 0rem 2rem;
}

.header__button__Link {
  text-decoration: none;
  position: relative;
  width: 17rem;
  height: 5rem;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;
  background-color: #11a916c7;
  backdrop-filter: blur(100px);
  background-image: radial-gradient(circle at 30% 20%, #c9ec8158 0%, transparent 70%);
  box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
  -webkit-box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
  -moz-box-shadow: 1px 2px 8px 1px rgba(2, 27, 32, 0.2);
  transition: 0.3s;
}

.header__button__Link:hover {
  cursor: pointer;
  background-color: rgba(36, 190, 41, 0.78);
  box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
  -webkit-box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
  -moz-box-shadow: 1px 2px 8px 1px rgba(3, 49, 31, 0.4);
}


.button__text {
  color: #ffffff;
  font-family: "Inter", Helvetica;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
}

.logo__Notariado {
  width: 17rem;
}