.elementor-1029 .elementor-element.elementor-element-219f329{--display:flex;--min-height:100vh;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1029 .elementor-element.elementor-element-fb7d39c > .elementor-widget-container{margin:-30px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-fb7d39c *//* ===== PÁGINA DE OBRIGADO ===== */

.obrigado-page{
  height: 100vh;
  background-image: url("http://www.mirandarodrigues.com/wp-content/uploads/2026/02/advocacia-criminal_-o-que-e-e-como-trabalhar-nessa-area_.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(248,246,242,0.92); /* Off-white overlay */
  backdrop-filter: blur(3px);
}

.obrigado-container{
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px 20px;
}

.obrigado-title{
  font-size: 36px;
  font-weight: 800;
  color: #2E2E2E;
  margin-bottom: 15px;
}

.obrigado-subtitle{
  font-size: 18px;
  color: #6F6B64;
  margin-bottom: 40px;
}

/* SPINNER */

.loader{
  margin: 0 auto 30px auto;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(198,167,94,0.2);
  border-top: 4px solid #C6A75E;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin{
  0%{ transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}

/* PROGRESS BAR */

.progress-bar{
  width: 100%;
  height: 8px;
  background: rgba(198,167,94,0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-fill{
  height: 100%;
  width: 0%;
  background: #C6A75E;
  transition: width 1s linear;
}

.redirect-text{
  font-size: 14px;
  color: #6F6B64;
}

/* RESPONSIVO */

@media(max-width:768px){

  .obrigado-title{
    font-size: 26px;
  }

  .obrigado-subtitle{
    font-size: 16px;
  }

}/* End custom CSS */