.elementor-5577 .elementor-element.elementor-element-8a3afb1{--display:flex;}.elementor-5577 .elementor-element.elementor-element-f435160{--spacer-size:150px;}.elementor-5577 .elementor-element.elementor-element-d0f5035{--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;}/* Start custom CSS for html, class: .elementor-element-652e328 *//* ✅ Animación */
@keyframes popFade {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated-check {
  animation: popFade 0.8s ease-out forwards;
}

/* ✅ Estilo General */
body.cv-thankyou-template {
  background: linear-gradient(180deg, #d1a9f9 0%, #fbb03b 100%);
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

/* Wrapper y Box */
.cv-thankyou-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2em;
}

.cv-thankyou-box {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 3em 2em;
  max-width: 620px;
  text-align: center;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 20px 50px rgba(255, 255, 255, 0.25);
}

/* Icono Check */
.cv-icon-check {
  font-size: 3em;
  background: linear-gradient(180deg, #3f6695 0%, #b1c4dc 100%);
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Títulos y párrafos */
.cv-thankyou-box h1 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #2c2c2c;
}

.cv-thankyou-box p {
  font-size: 1em;
  color: #4a4a4a;
  margin-bottom: 2em;
  line-height: 1.6;
}

/* Botones */
.cv-btn {
  display: inline-block;
  background-color: #102550;
  color: #fff;
  padding: 0.8em 2em;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
}

.cv-btn:hover {
  background: linear-gradient(180deg, #3f6695 0%, #b1c4dc 54%);
  color: black;
}

.cv-btn.secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cv-btn.secondary:hover {
  background: #fff;
  color: black;
}/* End custom CSS */