body{
  /* https://grabient.com/HQJgbAjANKEKwxABmsOBOALDMB2EOAHNsOodALRLADMN0Iwh66USUjSWUmwEzMGrlbBM6ApyTsqoTLiA?style=angularGradient&angle=45 */

background: conic-gradient(from 45deg, #a5c8e4 0.000deg, #e4ad47 30.000deg, #e590dc 60.000deg, #a67451 90.000deg, #655cd0 120.000deg, #604b5e 150.000deg, #9c44c2 180.000deg, #df466d 210.000deg, #e852b2 240.000deg, #af667e 270.000deg, #6a80a1 300.000deg, #5d9d90 330.000deg, #93b98f 360.000deg);
}


/*NAVBAR*/
.navbar {
  width: 100%;
  background: #0f172a;  
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.nav-contenido {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo span {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

span{  
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
    font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.nav-links a:hover {
  color: #3b82f6;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-contenido {
    flex-direction: column;
    gap: 16px;
  }

  .nav-links {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    
  }
}

/*HERO*/
.hero {
 /*  background: #0f172a; */
 background-image: url('../assets/img/galaxy.jpg');
  min-height: 100vh;
  padding: 30px 20px 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
 background-repeat: round;
}

.hero-main {
  width: 100%;
  max-width: 1200px;
  min-height: 780px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  position: relative;
  padding: 100px 40px 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-titulo {
  color: #f5c518;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
  z-index: 3;
  position: relative;
}

.hero-escena {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.mano {
  width: 340px;
  max-width: 32%;
  transition: transform 0.5s ease;
}

.mano-izquierda {
  transform: translateX(0);
}

.mano-derecha {
  transform: translateX(0);
}

.punto-central {
  position: relative;
  width: 260px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#botonHero {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 4;
  padding: 14px 30px;
  font-size: 1.1rem;
border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

#botonHero:hover {
 background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
  box-shadow: 0 0 24px rgba(108, 99, 255, 0.28);
}

.destello {
  position: absolute;
  top: -5.2rem;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%) scale(0);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  background:
    radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,245,180,0.95) 12%, rgba(255,215,0,0.75) 28%, rgba(255,140,0,0.22) 50%, rgba(255,140,0,0) 72%);
  border-radius: 50%;
  filter: blur(1px);
}

.destello::before,
.destello::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 235, 140, 0.95);
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.destello::before {
  width: 140px;
  height: 3px;
  box-shadow: 0 0 14px rgba(255, 220, 120, 0.9);
}

.destello::after {
  width: 3px;
  height: 140px;
  box-shadow: 0 0 14px rgba(255, 220, 120, 0.9);
}

.destello.activo {
  animation: flash 0.8s ease-out forwards;
}

@media (max-width: 900px) {
  .hero-main{
    padding-top: 0px;
  }
}

@keyframes flash {
  0% {
    transform: translateX(-50%) scale(0.1);
    opacity: 0;
  }
  20% {
    transform: translateX(-50%) scale(0.8);
    opacity: 1;
  }
  55% {
    transform: translateX(-50%) scale(1.25);
    opacity: 0.95;
  }
  100% {
    transform: translateX(-50%) scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*SERVICIOS*/
.servicios {
  height: 31vw;
  padding: 60px 20px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.servicios h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.subtitulo {
  color: #94a3b8;
  margin-bottom: 40px;
  font-size: 1.4rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.5rem;
}

.card {
  background: #1e293b;
  padding: 25px;
  border-radius: 12px;
  width: 300px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 500;
  font-size: 1.5rem;
}

.card h3 {
  margin-bottom: 10px;
}

.card p {
  font-size: 1.2rem;
  color: #cbd5f5;
}

.card ul {
  margin: 15px 0;
  padding-left: 18px;
}

.card ul li {
  margin-bottom: 5px;
  font-size: 1rem;
}

.btn-wsp {
  display: inline-flex;
  background: #291ebd;
  color: white;
  padding: 10px 107px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.3s;
  font-size: 1.1rem;
  gap: 1rem;
}

.btn-wsp:hover {
  background: #0228ff;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

p.enDias{
  color:#71f163;
}

/* Responsive */
@media (max-width: 900px) {
  .servicios{
    height: 100%;
  }
  .cards {
    flex-direction: column;
    align-items: center;
  }
}

/*CONTACTOS*/

.contacto {
  background: #0f172a;
  padding: 80px 20px;
  color: #ffffff;
}

.contacto-contenido {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.contacto-formulario {
  flex: 1 1 380px;
  background: #1e293b;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.contacto-formulario form {
  display: flex;
  flex-direction: column;
}

.contacto-formulario label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.contacto-formulario input,
.contacto-formulario textarea {
  width: 88%;
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 18px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contacto-formulario input:focus,
.contacto-formulario textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.contacto-formulario textarea {
  min-height: 130px;
  resize: vertical;
}

.contacto-formulario button {
  align-self: flex-end;
  background: #3b82f6;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contacto-formulario button:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.contacto-texto {
  flex: 1 1 420px;
}

.contacto-texto h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 28px;
  color: #ffffff;
}

.contacto-texto p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 22px;
  max-width: 520px;
}

/* Responsive */
@media (max-width: 900px) {
  .contacto-contenido {
    flex-direction: column;
    gap: 40px;
  }

  .contacto-texto h1 {
    font-size: 2.4rem;
  }
  .contacto-formulario{
    width: 70vw
  }

  .contacto-formulario button {
    width: 100%;
  }
}

/*CONOCENOS*/

.conocenos {
  background: #0f172a;
  padding: 120px 20px;
  color: #ffffff;
}

.conocenos-contenido {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.conocenos-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 2fr 1.05fr 1.05fr;
  grid-template-rows: 280px 180px;
  gap: 20px;
}

.bloque {
  background: #1e293b;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.bloque img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Distribución */
.bloque-grande {
  grid-row: 1 / 3;
  min-height: 380px;
}

.bloque-superior {
  min-height: 180px;
}

.bloque-testimonio {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e293b;
  overflow: hidden;
}

.bloque-testimonio img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
  background: #ffffff;
}
.bloque-texto {
  padding: 26px 22px;
  display: flex;
  align-items: center;

}

.bloque-texto p {
  color: #cbd5e1;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.3rem;
}
h3{text-align: center;}
.bloque-inferiorA {
  font-size: 1.2rem;
  min-height: 180px;
  font-weight: 500;
  
}
.bloque-inferior {
  min-height: 180px;

}

/* Flechas */
.flecha {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #1e293b;
  color: #cbd5e1;
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.flecha:hover {
  background: #3b82f6;
  color: #ffffff;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 950px) {
  .conocenos-contenido {
    flex-direction: column;
  }

  .conocenos-grid {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bloque-grande,
  .bloque-superior,
  .bloque-inferior {
    min-height: 240px;
  }

  .bloque-grande {
    grid-row: auto;
  }

  .flecha {
    display: none;
  }
}
/*GRACIAS*/
.gracias {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gracias-card {
  width: 100%;
  max-width: 620px;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  padding: 50px 35px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.icono-check {
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.14);
  border: 2px solid rgba(59, 130, 246, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #60a5fa;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.18);
}

.gracias-card h1 {
  font-size: 2.3rem;
  margin-bottom: 18px;
  color: #ffffff;
}

.gracias-card p {
  font-size: 1rem;
  line-height: 1.8;
  color: #cbd5e1;
  max-width: 480px;
  margin: 0 auto 32px;
}

.gracias-botones {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 0.96rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-principal {
  background: #3b82f6;
  color: #ffffff;
  font-size: 1.5rem;
}

.btn-principal:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.btn-secundario {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 1.5rem;
}

.btn-secundario:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .gracias-card {
    padding: 40px 24px;
  }

  .gracias-card h1 {
    font-size: 1.8rem;
  }

  .gracias-card p {
    font-size: 0.95rem;
  }

  .gracias-botones {
    flex-direction: column;
    
  }

  .btn {
    width: 100%;
    
  }
}
/*tipografias*/
.sekuya-regular {
  font-family: "Sekuya", system-ui;
  font-weight: 400;
  font-style: normal;
}
.boldonse-regular {
  font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;
}

.league-gothic{
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.advent-pro{
  font-family: "Advent Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*tipografias*/