@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
    url('../fonts/Rajdhani-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-SemiBold.woff2') format('woff2'),
    url('../fonts/Rajdhani-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
    url('../fonts/Rajdhani-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Regular.woff2') format('woff2'),
    url('../fonts/Rajdhani-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Light.woff2') format('woff2'),
    url('../fonts/Rajdhani-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.woff2') format('woff2'),
    url('../fonts/Orbitron-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-SemiBold.woff2') format('woff2'),
    url('../fonts/Orbitron-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Black.woff2') format('woff2'),
    url('../fonts/Orbitron-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.woff2') format('woff2'),
    url('../fonts/Orbitron-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-ExtraBold.woff2') format('woff2'),
    url('../fonts/Orbitron-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Medium.woff2') format('woff2'),
    url('../fonts/Orbitron-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-ExtraBold.woff2') format('woff2'),
    url('../fonts/Oxanium-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-Regular.woff2') format('woff2'),
    url('../fonts/Oxanium-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-ExtraLight.woff2') format('woff2'),
    url('../fonts/Oxanium-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium-SemiBold.woff2') format('woff2'),
    url('../fonts/Oxanium-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  /* justify-content: center; */
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;

  height: 100%;
  height: 1900px;
  width: 100vw;

}



html,
body {
  margin: 0;
  padding: 0;
  flex-direction: column;
  scroll-behavior: smooth;
  text-align: center;
  display: grid;
  place-items: center;
  /* centra horizontal y vertical */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(94, 183, 255, 0.4));
  background: linear-gradient(90deg, rgba(0, 34, 65, 0.9), rgba(0, 27, 61, 0.9));
  background: linear-gradient(90deg, #1a243d, #35497c, #1a243d);
  box-shadow:
    inset 0 0px 5vw rgba(4, 85, 235, 0.7);
  /* padding: 50px; */

}

main {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  position: relative;
  height: 100%;
  height: 1900px;
  width: 100%;
  /* Altura igual al viewport */
  overflow-x: hidden;
  overflow-y: auto;
  /* Scroll vertical si es necesario */
  flex-direction: column;
  flex: 1;
  /* Importante si quieres alinear elementos verticalmente */
  /* flex: 1; */
  /* Ocupa todo el espacio disponible */


}

/* Ocultar el contenido inicialmente */
#contenido {
  display: none;
  position: fixed;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  /* height: 100vh; */
  /* Altura igual al viewport */
  overflow-y: auto;
  /* Scroll vertical si es necesario */
  /* z-index: -10; */
  display: flex;
  margin-top: calc(10vh - 13px);
  width: 98% !important;
  /* width: 93% !important; */
  /* width: calc(99vh * 99vw ) !important; */
  /* width: clamp(60vw, 40vw * 0.5vh, 98vw ) !important; */
  /* margin: 25px 25px 25px 25px; */

  /* display: flex; */
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-color: #fff;

  box-shadow:
    0 0 1vw 1vw rgba(4, 85, 235, 0.3);
  /* inset 0 0px 5vw rgba(4, 85, 235, 0.7); */
  /* z-index: 1; */
}



/* Pantallas grandes */
@media (max-width: 1600px) {
  #contenido {
    width: 95% !important;
  }
}
/* Pantallas medianas */
@media (max-width: 568px) {
  #contenido {
    width: 93% !important;
  }
}

main::before {
  content: "";
  position: fixed;
  /* o absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -5;
  display: flex;
  justify-content: center;
  /* centra horizontalmente */
  text-align: center;
  /* Ajusta el valor para más o menos desenfoque */

  /* background: url('../../img/white_background.jpg') center/cover no-repeat;
   filter: blur(4px);

   background: url('../../img/11773486_4845945.jpg') center/cover no-repeat;
   filter: blur(6px);

   background: url('../../img/3274406.jpg') center/cover no-repeat;
   filter: blur(6px);
   background: url('../../img/duplo26.jpg') center/cover no-repeat;
   filter: blur(1px); */

  background: url('../img/Background/abstract-white-background-with-dynamic-wavy-pattern.jpg') center/cover no-repeat;
  filter: blur(6px);

  animation: moverFondo 800s linear infinite;
  /* animation: moverFondo 30s ease-in-out infinite alternate; */
  z-index: -3;

}

@keyframes moverFondo {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner simple con animación */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Texto animado "Cargando..." */
.loading-text {
  margin-top: 15px;
  font-size: 18px;
  color: #333;
}

.loading-text::after {
  content: '';
  animation: dots 1.5s steps(4, end) infinite;
}

.pral-div {
  position: relative;
  display: block;
  width: 100%;
  /* justify-content: center; */
  display: flex;
  /* justify-content: center; */


  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  /* centra horizontalmente */
  height: 2350px;
}

@media screen and (orientation: landscape) {}

/* @keyframes moverFondo {
            0% {
                background-position: 0% 0%;
            }

            50% {
                background-position: 100% 100%;
            }

            100% {
                background-position: 0% 0%;
            }
        } */
/* 
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f0f0f0;
      color: #333;
            overflow-x: hidden;
    } */

/* header {
      position: relative;
      height: 150px;
      clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
      clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); */
/* clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); */
/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0 100%); */
/* overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      animation: slideIn 1s ease-out;
    } */

/* header video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 50%;
      min-height: 50%;
      object-fit: cover;
      z-index: 0;
    } */



/* .header-container {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      justify-content: space-between;
      padding: 30px 60px;
      height: 100%;
      flex-wrap: wrap;
      color: white;
    } */


#logoSVG {
  width: 34vw;
  min-width: 100px;
  max-width: 450px;
  /* width: 35rem; */
}



.titulo {
  font-size: 2.2em;
  font-weight: 600;
  margin-left: 20px;
}

nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

nav a:hover {
  color: #ffd700;
}


/* .card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 300px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
} */

/* Icon circle styles */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 40px;
  height: 40px;
}

/* Color variants */
.purple {
  background: #5e2dad;
  background: #f65b22;
}

.red {
  background: #e40046;
  background: #0b378a;
}

.cyan {
  background: #39c2d7;
  background: #017fee;
}

/* Headings and Text */
/* .card h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #222;
}

.card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 10px;
} */

/* Button */
.btn {
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid #000;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
}

.btn:hover {
  background: #000;
  color: #fff;
}





/* Clase para ocultar el menú */
.hidden {
  display: none;
}

/* Menú desplegable estilo vidrio */
.dropdown {
  position: absolute;
  top: 100%;
  /* Justo debajo del botón */
  left: 0;
  margin-top: 8px;
  width: 250px;
  background: rgba(18, 47, 97, 0.4);
  background: rgba(2, 47, 120, 0.4);
  backdrop-filter: blur(8px);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 16px;
  z-index: 1000;
}

/* Estilo lista dentro del menú */
.dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown ul li {
  margin: 10px 0;
}

.dropdown ul li a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: color 0.2s;
}

.dropdown ul li a:hover {
  color: #a0d2ff;
}




/* 
  .slider-container {
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
       margin-top: -25px;
z-index: -2;
    } */

/* .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
      background-size: cover;
      background-position: center;
    } */

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* Div decorativo diagonal */
.decorative-diagonal {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 300px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(-45deg) translate(50%, 50%);
  transform: rotate(0deg) translate(0%, 00%);
  pointer-events: none;
  z-index: -1;
}

#contenedor-svg svg circle {
  fill: red;
  transition: fill 0.3s;
}

#contenedor-svg svg:hover circle {
  fill: rgb(41, 41, 55);
}


/* .card {
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      max-width: 400px;
      margin: 0 auto;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .card:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .card-header {
      padding: 20px;
      font-size: 18px;
      font-weight: bold;
    }

    .card-content {
      padding: 0 20px 20px;
      display: none;
      font-size: 16px;
      color: #555;
    }

    .card.active .card-content {
      display: block;
    } */

.text-circle {
  opacity: 0;
  /* transition: fill 0.3s; */
  animation: aparecer 5s forwards;
}

@keyframes aparecer {
  from {
    opacity: 0;
    /* transform: translateY(20px); */
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    /* transform: translateY(0); */
    transform: translateX(0);
  }
}

.circle-svg {
  /* opacity: 0; */
  /* animation: aparecerDesaparecer 6s ease-in-out forwards; */
  display: inline-block;
  animation: pulsar 1.5s ease-in-out infinite;
  animation: pulsar 3.5s ease-in-out;
}

@keyframes aparecerDesaparecer {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  56% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes aparecer2 {
  from {
    opacity: 0;
    /* transform: translateY(20px); */
    /* transform: translateX(-40px); */
  }

  to {
    opacity: 1;
    /* transform: translateY(0); */
    /* transform: translateX(0); */
  }
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/* //// Contactanos  */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


.triangulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  clip-path: polygon(100% 100%, -25% 100%, 100% 0%);
  clip-path: polygon(100% 100%, -15% 100%, 100% 0%);


  background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0.1),
      rgba(202, 226, 238, 0.6),
      rgba(73, 183, 238, 0.4),
      rgba(2, 88, 131, 0.4),
      rgba(2, 13, 60, 0.4));

  background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0.5),
      rgba(202, 226, 238, 0.6),
      rgba(73, 183, 238, 0.4),
      rgba(2, 88, 131, 0.6),
      rgba(2, 13, 60, 0.9));
  opacity: 0.2;



  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  z-index: -1;

}




@media (max-height: 1000px) {

  body {
    /* height: 1900px !important; */
    height: 1200px;

  }

  main {
    /* height: 1900px !important; */
    height: 1200px;

  }

  .pral-div {
    height: 2250px;
  }

}

@media (max-height: 700px) {

  body,
  main {
    /* height: 1900px !important; */
    height: 1000px;

  }

  .pral-div {
    height: 1900px;
  }

}

@media (max-height: 500px) {

  body {
    height: 700px;
  }

  main {
    /* height: 1900px !important; */
    height: 700px;

  }

  .pral-div {
    height: 1800px;
  }
}