@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, span, a, li, ul, label, button, span, div {
  font-family: "Montserrat", sans-serif;
}

.btn-inscricao {
  background-color: #D3859D;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 28px;
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.4s;
  height: -moz-max-content;
  height: max-content;
}
.btn-inscricao:hover {
  background-color: rgb(197.4819277108, 95.5180722892, 126.8915662651);
  color: white;
}

body {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

main {
  width: 100% !important;
  max-width: 2500px;
}

#apresentacao {
  background-color: white;
}
@media (max-width: 992px) {
  #apresentacao {
    padding-bottom: 40px;
  }
}
#apresentacao .mobile {
  display: none;
}
@media (max-width: 992px) {
  #apresentacao .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#apresentacao .desk {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #apresentacao .desk {
    display: none;
  }
}
#apresentacao .botao-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 600px;
  margin-bottom: -600px;
  margin-left: 0;
}
@media (max-width: 1700px) {
  #apresentacao .botao-area {
    height: 500px;
    margin-bottom: -500px;
  }
}
@media (max-width: 1500px) {
  #apresentacao .botao-area {
    height: 400px;
    margin-bottom: -400px;
  }
}
@media (max-width: 1100px) {
  #apresentacao .botao-area {
    height: 350px;
    margin-bottom: -350px;
  }
}
@media (max-width: 992px) {
  #apresentacao .botao-area {
    display: none;
  }
}
#apresentacao .botao-area .col-lg-5 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#evento-intro {
  background-position: center top;
  background-size: cover;
}
#evento-intro .filtro {
  background-color: rgba(115, 69, 90, 0.9);
  min-height: 500px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#evento-intro .filtro .sub {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#evento-intro .filtro .end {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
#evento-intro .filtro a {
  margin-top: 80px;
  margin-bottom: 80px;
}
#evento-intro .filtro h1 {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 30px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #evento-intro .filtro h1 {
    font-size: 20px;
  }
}

#proposito img {
  max-width: 250px;
}
#proposito p {
  color: #707070;
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #proposito p {
    font-size: 18px;
  }
}
#proposito p b {
  color: #B35D82;
}
@media (max-width: 992px) {
  #proposito iframe {
    height: 400px;
  }
}

#data-local {
  background-color: #F2F2F2;
}
#data-local p {
  font-weight: 700;
  color: #D3859D;
  font-size: 20px;
}
#data-local h1 {
  text-transform: uppercase;
  text-align: center;
  color: #707070;
  font-size: 30px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  #data-local h1 {
    font-size: 20px;
  }
}
#data-local iframe {
  border: 4px solid #D3859D;
}
@media (max-width: 992px) {
  #data-local iframe {
    height: 400px;
  }
}

#historia-cris-nubia .mulher {
  min-height: 500px;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher {
    background-position: bottom;
    background-size: cover;
    min-height: 1300px;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  #historia-cris-nubia .mulher {
    background-position: top;
    min-height: 800px;
  }
}
#historia-cris-nubia .mulher .texto-area {
  max-width: 1000px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1400px) {
  #historia-cris-nubia .mulher .texto-area {
    max-width: 900px;
  }
}
@media (max-width: 1300px) {
  #historia-cris-nubia .mulher .texto-area {
    max-width: 800px;
  }
}
@media (max-width: 1200px) {
  #historia-cris-nubia .mulher .texto-area {
    max-width: 700px;
  }
}
@media (max-width: 1200px) {
  #historia-cris-nubia .mulher .texto-area {
    max-width: 650px;
  }
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher .texto-area {
    max-width: 100%;
    text-align: center;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #historia-cris-nubia .mulher .texto-area {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
#historia-cris-nubia .mulher .texto-area h1 {
  text-transform: uppercase;
  color: #73455A;
  font-weight: 700;
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher .texto-area h1 {
    color: white;
    margin-bottom: 30px;
  }
}
#historia-cris-nubia .mulher .texto-area p {
  color: #73455A;
  font-size: 18px;
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher .texto-area p {
    color: white;
  }
}
@media (max-width: 767px) {
  #historia-cris-nubia .mulher .texto-area p {
    font-size: 16px;
  }
}
#historia-cris-nubia .mulher.cris {
  background-image: url(/images/cris.jpg?bdf9a0695c8294c9ec8e35667fcf2128);
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher.cris {
    background-image: url(/images/cris-mobile.jpg?b2fa48a68f7ce8d30046ddc67e20391d);
  }
}
#historia-cris-nubia .mulher.nubia {
  justify-content: flex-start;
  background-image: url(/images/nubia.jpg?81e349c524defd4d9fd6b71f77a56f3b);
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher.nubia {
    background-image: url(/images/nubia-mobile.jpg?e6eecb8333bb22c4daf4a8b6efae02a3);
  }
}
#historia-cris-nubia .mulher.nubia .texto-area {
  text-align: right;
}
@media (max-width: 992px) {
  #historia-cris-nubia .mulher.nubia .texto-area {
    text-align: center;
  }
}

#lotes h1 {
  color: #73455A;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #lotes h1 {
    margin-bottom: 20px;
  }
}
#lotes .lote-area {
  background-color: #DBA0B2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  min-height: 250px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #lotes .lote-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#lotes .lote-area h2 {
  color: #73455A;
  font-weight: 700;
}
#lotes .lote-area p {
  color: #73455A;
  font-size: 20px;
  text-transform: uppercase;
}
#lotes .lote-area p.data {
  font-weight: 700;
}
#lotes p {
  color: #73455A;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 767px) {
  #lotes p {
    font-size: 18px;
    margin-top: 20px;
  }
}

#duvidas {
  background-color: #73455A;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#duvidas h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
#duvidas p {
  color: white;
}
#duvidas p.destaque {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
#duvidas a {
  max-width: 400px;
  display: block;
  text-align: center;
  width: 100%;
}
#duvidas a.duvidas {
  background-color: white !important;
  color: #D3859D !important;
}
@media (max-width: 992px) {
  #duvidas a.duvidas {
    margin-top: 40px;
  }
}
#duvidas a.duvidas:hover {
  background-color: #e0e0e0 !important;
}

#whats-fixo {
  background-color: #128c7e;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* sombra leve */
  animation: pulsar 2s infinite; /* animação infinita */
}

/* Animação pulsar */
@keyframes pulsar {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
}
footer {
  background-color: #573042;
  width: 100%;
}
footer p {
  color: white;
  text-transform: uppercase;
}
footer p a {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
}
footer p a:hover {
  color: #D3859D;
}
