.elementor-1749 .elementor-element.elementor-element-9504e1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1749 .elementor-element.elementor-element-81a2fa7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-81a2fa7 */.niver-amor {
  --fundo: #fff5e6;
  --papel: #fffaf0;
  --texto: #1f1b17;
  --vermelho: #d94b4b;
  --rosa: #f4a2a8;
  --azul: #253756;
  --amarelo: #f4c95d;
  --sombra: rgba(63, 38, 18, 0.16);

  width: 100%;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 210, 215, 0.5), transparent 32%),
    radial-gradient(circle at bottom right, rgba(244, 201, 93, 0.35), transparent 30%),
    var(--fundo);
  padding: clamp(18px, 4vw, 48px) 12px;
  box-sizing: border-box;
  color: var(--texto);
  font-family: inherit !important;
  overflow: hidden;
  position: relative;
}

.niver-amor * {
  box-sizing: border-box;
  font-family: inherit !important;
}

.niver-amor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(31, 27, 23, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.35;
  pointer-events: none;
}

.niver-wrap {
  width: min(1040px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.niver-header {
  text-align: center;
  margin-bottom: clamp(22px, 4vw, 42px);
  position: relative;
  overflow: visible;
}

.niver-title {
  font-family: inherit !important;
  font-size: clamp(34px, 7vw, 76px);
  line-height: 1.15;
  margin: 0 auto;
  color: var(--vermelho);
  text-align: center;
  overflow: visible;
  word-break: normal;
  text-shadow: 2px 3px 0 rgba(255, 214, 223, 0.75);
}

.niver-title-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 2.45em;
}

.niver-type-line {
  display: block;
  min-height: 1.12em;
  white-space: normal;
}

.niver-type-cursor::after {
  content: "|";
  color: var(--vermelho);
  margin-left: 3px;
  animation: niverCursorPisca 0.7s step-end infinite;
}

.niver-type-heart {
  display: block;
  opacity: 0;
  transform: scale(0.4);
  line-height: 1;
}

.niver-type-heart.aparecer {
  animation: niverCoracaoTitulo 0.5s ease forwards;
}

@keyframes niverCursorPisca {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes niverCoracaoTitulo {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.niver-layout {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 28px;
  align-items: start;
}

.niver-texto {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.niver-bloco {
  background: rgba(255, 250, 240, 0.82);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 30px);
  box-shadow: 0 16px 40px var(--sombra);
  border: 1px solid rgba(217, 75, 75, 0.12);
  position: relative;
}

.niver-bloco p {
  font-size: clamp(21px, 2.3vw, 30px);
  line-height: 1.55;
  margin: 0;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  hyphens: none;
}

.niver-red {
  color: var(--vermelho);
  font-weight: 700;
}

.niver-underline {
  border-bottom: 3px solid var(--vermelho);
  padding-bottom: 1px;
}

.niver-lateral {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 20px;
}

.niver-foto-principal,
.niver-polaroid {
  background: #fff;
  padding: 12px 12px 44px;
  border-radius: 12px;
  box-shadow: 0 16px 34px var(--sombra);
  position: relative;
  overflow: visible;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.niver-foto-principal {
  transform: rotate(3deg);
}

.niver-polaroid {
  transform: rotate(-3deg);
}

.niver-foto-principal:hover,
.niver-polaroid:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.035);
  box-shadow: 0 24px 52px rgba(63, 38, 18, 0.24);
  filter: brightness(1.03);
  z-index: 5;
}

.niver-foto-principal::after,
.niver-polaroid::after {
  content: "❤";
  position: absolute;
  top: -14px;
  right: -8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--vermelho);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5) rotate(12deg);
  transition: opacity 0.28s ease, transform 0.28s ease;
  box-shadow: 0 8px 18px rgba(217, 75, 75, 0.28);
}

.niver-foto-principal:hover::after,
.niver-polaroid:hover::after {
  opacity: 1;
  transform: scale(1) rotate(12deg);
}

.niver-foto-principal::before,
.niver-polaroid::before,
.niver-note::before,
.niver-planos::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 62px;
  height: 22px;
  background: rgba(232, 129, 90, 0.55);
  border-radius: 5px;
  transform: translateX(-50%) rotate(2deg);
}

.niver-foto-principal img,
.niver-polaroid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  background: #f3dfc2;
  transition: transform 0.32s ease;
}

.niver-foto-principal:hover img,
.niver-polaroid:hover img {
  transform: scale(1.025);
}

.niver-caption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  text-align: center;
  font-size: 23px;
  color: var(--texto);
  line-height: 1.1;
}

.niver-planos {
  background: #fff8e8;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 14px 30px var(--sombra);
  position: relative;
  transform: rotate(1.5deg);
}

.niver-planos h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--texto);
}

.niver-planos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.niver-planos li {
  font-size: 22px;
  line-height: 1.35;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(31, 27, 23, 0.12);
  padding: 4px 0;
}

.niver-planos li::before {
  content: "☑";
  color: var(--azul);
  font-size: 18px;
}

.niver-note {
  background: #fff0bd;
  color: var(--texto);
  border-radius: 16px;
  padding: 20px 16px;
  box-shadow: 0 14px 30px var(--sombra);
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  transform: rotate(-2deg);
}

.niver-fotos {
  margin-top: clamp(30px, 5vw, 58px);
}

.niver-fotos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  max-width: 860px;
  margin: 0 auto;
}

.niver-final {
  text-align: center;
  margin-top: clamp(34px, 6vw, 70px);
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 250, 240, 0.82);
  border-radius: 28px;
  box-shadow: 0 16px 40px var(--sombra);
  position: relative;
}

.niver-final h2 {
  font-family: inherit !important;
  color: var(--vermelho);
  font-size: clamp(34px, 7vw, 68px);
  line-height: 1.18;
  margin: 0;
  text-wrap: balance;
}

.niver-drive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--vermelho);
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(217, 75, 75, 0.28);
  transition: transform 0.25s ease;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
}

.niver-drive:hover {
  transform: translateY(-3px) scale(1.02);
  color: #fff;
}

.niver-doodle {
  position: absolute;
  pointer-events: none;
  user-select: none;
  animation: niverFloat 4s ease-in-out infinite;
  opacity: 0.95;
}

.d1 {
  top: 12px;
  left: 18px;
  font-size: 42px;
}

.d2 {
  top: 20px;
  right: 22px;
  font-size: 34px;
  animation-delay: 0.4s;
}

.d3 {
  bottom: 18px;
  left: 28px;
  font-size: 32px;
  animation-delay: 0.8s;
}

.d4 {
  bottom: 22px;
  right: 30px;
  font-size: 34px;
  animation-delay: 1.2s;
}

@keyframes niverFloat {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-9px) rotate(5deg);
  }
}

.niver-heart {
  position: fixed;
  pointer-events: none;
  font-size: 24px;
  z-index: 999999;
  animation: niverHeart 1.2s ease forwards;
}

@keyframes niverHeart {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(0.35);
  }
}

.niver-musica-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--vermelho);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  z-index: 999999;
  box-shadow: 0 12px 28px rgba(217, 75, 75, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
  display: grid;
  place-items: center;
}

.niver-musica-btn:hover {
  transform: scale(1.08);
  background: #c93f4f;
}

.niver-musica-btn.tocando {
  background: var(--azul);
}

.niver-festa-mobile {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999998;
  overflow: hidden;
}

.festa-confete,
.festa-confete-js {
  position: fixed;
  top: -30px;
  width: 8px;
  height: 13px;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  z-index: 999998;
  animation: festaConfeteCai 5.8s linear forwards;
}

.c1 { left: 4%; background: #d94b4b; animation-delay: 0s; }
.c2 { left: 9%; background: #f4c95d; animation-delay: 0.2s; }
.c3 { left: 15%; background: #253756; animation-delay: 0.4s; }
.c4 { left: 21%; background: #f4a2a8; animation-delay: 0.1s; }
.c5 { left: 28%; background: #ffffff; animation-delay: 0.6s; }
.c6 { left: 34%; background: #d94b4b; animation-delay: 0.3s; }
.c7 { left: 40%; background: #f4c95d; animation-delay: 0.8s; }
.c8 { left: 46%; background: #253756; animation-delay: 0.5s; }
.c9 { left: 52%; background: #f4a2a8; animation-delay: 0.7s; }
.c10 { left: 58%; background: #ffffff; animation-delay: 0.15s; }
.c11 { left: 64%; background: #d94b4b; animation-delay: 0.45s; }
.c12 { left: 70%; background: #f4c95d; animation-delay: 0.9s; }
.c13 { left: 76%; background: #253756; animation-delay: 0.25s; }
.c14 { left: 82%; background: #f4a2a8; animation-delay: 0.55s; }
.c15 { left: 88%; background: #ffffff; animation-delay: 0.75s; }
.c16 { left: 94%; background: #d94b4b; animation-delay: 0.35s; }
.c17 { left: 12%; background: #f4c95d; animation-delay: 1s; }
.c18 { left: 32%; background: #253756; animation-delay: 1.1s; }
.c19 { left: 62%; background: #f4a2a8; animation-delay: 1.2s; }
.c20 { left: 86%; background: #d94b4b; animation-delay: 1.3s; }

@keyframes festaConfeteCai {
  0% {
    opacity: 1;
    transform: translateY(-20px) translateX(0) rotate(0deg);
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(115vh) translateX(var(--confete-x, 60px)) rotate(720deg);
  }
}

.festa-balao,
.festa-balao-js {
  position: fixed;
  bottom: -90px;
  font-size: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: 999998;
  animation: festaBalaoSobe 7s ease-in forwards;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.15));
}

.b1 { left: 8%; animation-delay: 0.2s; }
.b2 { left: 28%; animation-delay: 0.7s; }
.b3 { left: 52%; animation-delay: 0.4s; }
.b4 { left: 76%; animation-delay: 1s; }
.b5 { left: 42%; animation-delay: 1.3s; }

@keyframes festaBalaoSobe {
  0% {
    opacity: 0;
    transform: translateY(0) translateX(0) rotate(0deg) scale(0.8);
  }

  12% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-120vh) translateX(var(--balao-x, 24px)) rotate(var(--balao-r, 8deg)) scale(1.08);
  }
}

@media (max-width: 900px) {
  .niver-layout {
    grid-template-columns: 1fr;
  }

  .niver-lateral {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .niver-foto-principal,
  .niver-polaroid,
  .niver-planos,
  .niver-note {
    transform: none;
  }

  .niver-fotos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 580px;
  }
}

@media (max-width: 600px) {
  .niver-amor {
    padding: 16px 10px 34px;
  }

  .niver-header {
    margin-bottom: 18px;
  }

  .niver-title {
    max-width: 330px;
    margin: 0 auto;
    font-size: clamp(31px, 10vw, 43px);
    line-height: 1.18;
  }

  .niver-title-type {
    min-height: 3.6em;
  }

  .niver-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .niver-lateral {
    display: contents;
  }

  .niver-foto-principal {
    order: 1;
    width: min(315px, 100%);
    margin: 0 auto 8px;
  }

  .niver-texto {
    order: 2;
  }

  .niver-planos {
    order: 3;
    width: min(315px, 100%);
    margin: 0 auto;
  }

  .niver-note {
    order: 4;
    width: min(315px, 100%);
    margin: 0 auto;
  }

  .niver-bloco {
    border-radius: 18px;
    padding: 18px 15px;
  }

  .niver-bloco p {
    font-size: 22px;
    line-height: 1.48;
    text-align: left;
  }

  .niver-fotos-grid {
    grid-template-columns: 1fr;
    max-width: 315px;
    margin: 0 auto;
  }

  .niver-polaroid,
  .niver-foto-principal {
    padding-bottom: 42px;
  }

  .niver-caption {
    font-size: 22px;
  }

  .niver-doodle {
    opacity: 0.28;
  }

  .d1,
  .d2,
  .d3,
  .d4 {
    font-size: 24px;
  }

  .niver-final {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .niver-final h2 {
    font-size: clamp(31px, 10vw, 43px);
    line-height: 1.22;
  }

  .niver-drive {
    width: min(285px, 100%);
    padding: 14px 18px;
    font-size: 21px;
    border-radius: 32px;
  }

  .niver-musica-btn {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
    font-size: 23px;
  }

  .festa-balao,
  .festa-balao-js {
    font-size: 42px;
  }

  .festa-confete,
  .festa-confete-js {
    width: 7px;
    height: 11px;
  }
}/* End custom CSS */