.elementor-5561 .elementor-element.elementor-element-2077abd{--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-5561 .elementor-element.elementor-element-6c3ac84{--display:flex;}.elementor-5561 .elementor-element.elementor-element-405214a{--spacer-size:100px;}.elementor-5561 .elementor-element.elementor-element-0046c2e{--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-d61251c *//* ✅ 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 */
/* Start custom CSS for container, class: .elementor-element-0046c2e *//* ✅ ANIMACIONES */

/* Efecto de entrada pop-fade */
@keyframes popFade {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Aplicar animación al check */
.animated-check {
  animation: popFade 0.8s ease-out forwards;
}


/* 🎨 ESTILO DE THANK YOU - Cosmo Via */

body.page-id-1398 {
  background: linear-gradient(180deg, #d1a9f9 0%, #fbb03b 100%);
  font-family: 'Poppins', sans-serif;
}

.page-id-1398 .cv-thankyou-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2em;
}

.page-id-1398 .cv-thankyou-box {
  background: rgba(255, 255, 255, 0.5);
  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);
}

.page-id-1398 .cv-icon-check {
  font-size: 3em;
  background: #3F6695;
  background: linear-gradient(180deg, rgba(63, 102, 149, 1) 0%, rgba(177, 196, 220, 1) 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);
}

.page-id-1398 .cv-thankyou-box h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #2c2c2c;
}

.page-id-1398 .cv-thankyou-box p {
  font-size: 1em;
  color: #4a4a4a;
  margin-bottom: 2em;
}

.page-id-1398 .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-left: 15px;
}

.page-id-1398 .cv-btn:hover {
  background: #3F6695;
  background: linear-gradient(180deg, rgba(63, 102, 149, 1) 0%, rgba(177, 196, 220, 1) 54%);
  color: black;
}/* End custom CSS */