/***** Colores y notas ********/
/** #d2fc08 Verde-amarillo lima**/
/** #99cc00 Verde oscuro**/
/** #242424 Negro**/
/** #100cfc Azul electrico**/
/** #002b5c Azul navy**/


/***********************/
/* Estilos generales */
/***********************/

body {
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira', sans-serif;
  font-weight: 700;
}


header {
  background-size: cover;
  background-position: center;
  color: white;
}

h1 {
  font-weight: 500;
}

/***********************/
/*Texto de introduccion*/
/***********************/

.textos-presentaciones {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: justify;
}

.seo {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


.texto-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columna-texto {
  flex: 1 1 45%;
  text-align: justify;
}

@media (max-width: 768px) {
  .columna-texto {
    flex: 1 1 100%;
  }
}

.btn-custom-blue {
  border-color: #d2fc08;
  border-width: 2px;
  color: #d2fc08;
}

.btn-custom-blue:hover {
  background-color: #d2fc08;
  border-color: #d2fc08;
  color: #000000;
}

/***
.btn-custom-blue {
  background-color: #d2fc08;  
  border-color: #d2fc08;
  color: #181818;
}

.btn-custom-blue:hover {
  background-color: #a2c202;
  border-color: #a2c202;
  color: #000000;
}
*/

/* ---------------------------------- */
/* Navbar (desktop) y toggler-icon    */
/* ---------------------------------- */
.navbar.navbar-dark.bg-dark {
  background-color: #000 !important;
  font-size: 1.3rem;
  height: 60px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav,
.navbar-brand,
.navbar-toggler {
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-dark .navbar-toggler-icon {
  filter: invert(1) brightness(2);
  width: 1.5em;
  height: 1.5em;
}

.navbar-brand img {
  max-height: 30px;
  width: auto;
}

.navbar-brand-mobile img {
  max-height: 40px;
  width: auto;
  padding-bottom: 10px;

}

.navbar,
.navbar .nav-link,
.navbar .navbar-brand {
  font-family: 'Saira', sans-serif;
  font-weight: 700; /* opcional, para mantener el estilo bold de títulos */
  text-transform: uppercase; /* opcional, si quieres darle un toque más visual */
  letter-spacing: 0.5px; 
}

/* ---------------------------------- */
/* Sidebar móvil (<768px)             */
/* ---------------------------------- */
@media (max-width: 767.98px) {
  .navbar.navbar-dark.bg-dark {
    height: 50px;
    transition: transform 0.3s ease;
  }

  .navbar-brand img,
  .navbar-brand-mobile img {
    max-height: 32px;
    padding-bottom: 0;
  }

  .custom-toggler-icon {
    font-size: 1.3rem;
  }

  #mainNav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    transition: left .3s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, .15);
    z-index: 1060;
    background-color: #000 !important;
    color: #fff;
  }

  #mainNav.show {
    left: 0;
  }

  #mainNav .nav-link {
    color: #fff;
    padding: .75rem 1rem;
    font-size: 1.3rem;
  }

  #mainNav .nav-link:hover,
  #mainNav .nav-link:focus {
    color: #ccc;
  }
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
}

.custom-toggler-icon {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  user-select: none;
}

.navbar-toggler {
  border: none;
}

.nav-logo-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1050;
}

.container-fluid.position-relative {
  position: relative;
}


/* ---------------------------------- */
/* Estilos para el HERO              */
/* ---------------------------------- */
.main-hero {
  position: relative;
  height: 75vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.main-hero .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  z-index: 0;
}

.main-hero .container {
  position: relative;
  z-index: 1;
}

.hero-highlights {
  display: flex;
  min-height: 25vh;
  flex-wrap: wrap;
}


.hero-highlights .highlight-col {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #000;
  color: #d2fc08;
}

.hero-highlights .highlight-text {
  font-size: clamp(1.2rem, 3vw, 2rem);
  z-index: 1;
  position: relative;
}

.hero-highlights .highlight-col.black {
  background-color: #000000;
  color: #d2fc08;
}

.hero-highlights .highlight-col.lime {
  background-color: #d2fc08;
  color: #000;
}

@media (max-width: 768px) {
  .hero-highlights {
    flex-direction: column;
  }
}

.features h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.cta-section {
  background: #000;
}


/* Animacion Typewritter del HERO */
#typewriter-text {
  white-space: nowrap;
}

.cursor {
  display: inline-block;
  animation: blink-cursor 1s steps(1) infinite;
}

@keyframes blink-cursor {

  from,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* Texto debajo del typewriter */
.text-highlight {
  color: #e9e9e9;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0.25rem;
  margin: 0 auto;
  text-align: center;
}

.container.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------------------------------- */
/* Sección de "Sobre mí" */
/* ---------------------------------- */
.about-me p {
  font-size: 1rem;
  text-align: justify;
}

.glass-card {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------- */
/* SECCION SERVICIOS" */
/* ---------------------------------- */


.section-dark-acordeon {
  padding: 1rem;
}

@media (min-width: 768px) {
  .section-dark-acordeon {
    padding: 2rem 3rem;
  }
}

.custom-accordion .accordion-button {
  background-color: #111;
  color: white;
  font-weight: 600;
  font-size: 1.2rem; 
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #d2fc08; 
  color: #000;
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1); 
}

.custom-accordion .accordion-body {
  background-color: #121212;
  color: #ccc;
  border-top: 1px solid #333;
}

.custom-accordion .accordion-item {
  border: 1px solid #333;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}




/* ---------------------------------- */
/* FORMULARIO INSCRIPCION */
/* ---------------------------------- */


.formulario-iframe {
  height: 2250px;
}

@media (max-width: 768px) {
  .formulario-iframe {
    height: 2500px; /* Más espacio en móvil, si se ve cortado */
  }
}

@media (max-width: 480px) {
  .formulario-iframe {
    height: 2600px; /* Aún más espacio para pantallas pequeñas */
  }
}