.elementor-1443 .elementor-element.elementor-element-3bdcbe6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-1443 .elementor-element.elementor-element-fcc78b0{--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;--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-1443 .elementor-element.elementor-element-dc68d6d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-1443 .elementor-element.elementor-element-88e99d1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-672785d *//* SECCIÓN INTRODUCCIÓN */
.seccion-intro {
  position: relative;
  padding: 8rem 2rem;
  background: linear-gradient(135deg, #002233, #004466);
  color: white;
  overflow: hidden;
  text-align: center;
}

.seccion-intro .contenido {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.seccion-intro h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #00e0d6;
}

.seccion-intro p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.btn-principal {
  background-color: #00e0d6 !important;
  color: white !important;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-principal *,
.btn-principal:visited,
.btn-principal:active,
.btn-principal strong {
  color: white !important;
}

.btn-principal:hover {
  background-color: #00b5aa !important;
  color: white !important;
}

/* FONDO BURBUJAS ANIMADAS */
.fondo-burbujas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  overflow: hidden;
}

.fondo-burbujas .burbuja {
  position: absolute;
  bottom: -150px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 224, 214, 0.15);
  border-radius: 50%;
  animation: subir 20s linear infinite;
  animation-delay: calc(-1s * var(--i));
}

.fondo-burbujas .burbuja:nth-child(1) { left: 20%; width: 25px; height: 25px; --i: 1; }
.fondo-burbujas .burbuja:nth-child(2) { left: 40%; width: 50px; height: 50px; --i: 2; }
.fondo-burbujas .burbuja:nth-child(3) { left: 60%; width: 35px; height: 35px; --i: 3; }
.fondo-burbujas .burbuja:nth-child(4) { left: 80%; width: 20px; height: 20px; --i: 4; }
.fondo-burbujas .burbuja:nth-child(5) { left: 30%; width: 45px; height: 45px; --i: 5; }

@keyframes subir {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-1000px) scale(1.5);
    opacity: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cdcdc0 */.seccion-entregamos {
  background: linear-gradient(135deg, #f3fafa, #e6ffff);
  color: #002733;
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Animación de fondo con burbujas suaves */
.seccion-entregamos::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #aafaf2 0%, transparent 80%);
  top: -150px;
  left: -100px;
  z-index: 0;
  animation: fondoFlotante 20s infinite linear;
  opacity: 0.3;
  filter: blur(80px);
}

@keyframes fondoFlotante {
  0% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-40px) rotate(15deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.seccion-entregamos .contenido {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.seccion-entregamos h2 {
  font-size: 2rem;
  color: #009fa3;
  margin-bottom: 1rem;
}

.seccion-entregamos .subtitulo {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #336;
}

/* Tarjetas */
.grid-entrega {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.item-entrega {
  background-color: white;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 100, 120, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item-entrega:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 224, 214, 0.25);
}

.item-entrega .icono {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #00a3aa;
}

.item-entrega h3 {
  font-size: 1.2rem;
  color: #002733;
  margin-bottom: 0.75rem;
}

/* Dictamen mockup */
.mockup-dictamen {
  background: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 224, 214, 0.08);
}

.titulo-mockup {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #00a3aa;
}

.mockup-box h4 {
  color: #002733;
  margin-bottom: 1rem;
}

.mockup-box ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
  font-size: 1rem;
  color: #333;
}

.mockup-box li {
  margin-bottom: 0.5rem;
}

.amarillo {
  color: #d49600;
  font-weight: bold;
}

.footer-dictamen {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

/* ANIMACIÓN de aparición */
.animar-al-entrar {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards;
}

.animada {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grid-entrega .item-entrega {
  animation: scaleUp 0.4s ease-in-out forwards;
  transform: scale(0.95);
  opacity: 0;
  animation-delay: 0.4s;
}

.grid-entrega .item-entrega:nth-child(2) { animation-delay: 0.6s; }
.grid-entrega .item-entrega:nth-child(3) { animation-delay: 0.8s; }

@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* BOTÓN de continuar */
.cta-aceptacion {
  margin-top: 2rem;
  text-align: center;
}

.mensaje-aprobado {
  font-size: 1.1rem;
  font-weight: bold;
  color: #009f78;
  margin-bottom: 1rem;
}

.btn-principal {
  background-color: #00c4cc;
  color: white !important;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-principal:hover {
  background-color: #00a3aa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-278b8cc *//* SECCIÓN ANÁLISIS */
.seccion-analisis {
  position: relative;
  padding: 6rem 2rem;
  background: radial-gradient(ellipse at center, #001d2d 0%, #00131f 100%);
  color: white;
  text-align: center;
  overflow: hidden;
}

.seccion-analisis .contenido {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.seccion-analisis h2 {
  font-size: 2rem;
  color: #00e0d6;
  margin-bottom: 1rem;
}

.seccion-analisis .subtitulo {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #00000;
}

/* Tarjetas */
.grid-analisis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.card-analisis {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  backdrop-filter: blur(10px);
}

.card-analisis:hover {
  background-color: rgba(0, 224, 214, 0.1);
  transform: translateY(-5px);
}

.card-analisis .icono {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #00e0d6;
}

/* Fondo decorativo con blur */
.fondo-analisis::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  background: #00e0d6;
  filter: blur(150px);
  opacity: 0.15;
  z-index: 1;
}

.card-analisis:nth-child(1) h3 { color: #00e0d6 !important; }
.card-analisis:nth-child(2) h3 { color: #00e0d6 !important; }
.card-analisis:nth-child(3) h3 { color: #00e0d6 !important; }
.card-analisis:nth-child(4) h3 { color: #00e0d6
    !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ff8a04 */.seccion-semaforo {
  background: #f9fcfd;
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
}

.seccion-semaforo .contenido {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.seccion-semaforo h2 {
  font-size: 2rem;
  color: #00a3aa;
  margin-bottom: 1rem;
}

.seccion-semaforo .subtitulo {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: #444;
}

.grid-semaforo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.box-semaforo {
  background: white;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

.box-semaforo:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 224, 214, 0.15);
}

/* Colores */
.box-semaforo.verde h3 { color: #009f78; }
.box-semaforo.amarillo h3 { color: #d49600; }
.box-semaforo.rojo h3 { color: #d02c2c; }

.box-semaforo p {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #333;
}

/* Animación base */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */