@font-face {
    font-family: 'LongTime';
    src: url('LongTime.ttf');
}

@font-face {
    font-family: 'Techovier';
    src: url('Techovier .otf');
}

@font-face {
    font-family: 'Victoire';
    src: url('Victoire.otf');
}

section a .lista-beneficios {
  
     font-family: 'Techovier';
}
.item-beneficio {
    right: 10%;
    font-family: 'Techovier';
}


.blog-post a li.item-servicio {
    margin-right: 10%;
    font-size: 11px;
}

section.blog-post .item-servicio {
    font-size: 12px;
}

section.blog-post .item-beneficio {
     font-family: 'Techovier';
    font-size: 11px;
}

/* RESET BÁSICO */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BODY GENERAL */
body {
    background: linear-gradient(145deg, #131322bb, #080b1f96);
    color: #ccc;
    font-family: 'LongTime', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* BLOG POST */
.blog-post {
    max-width: 900px;
    margin: 50px auto;
    padding: 10px;
    background: #09081a94;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0,255,255,0.15), 0 0 50px rgba(0,255,255,0.10);
    border: 2px solid rgba(0,255,255,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post:hover {
    transform: scale(1.02);
    box-shadow: 0 0 35px rgba(0,255,255,0.3), 0 0 70px rgba(0,255,255,0.2);
}

/* TITULOS PRINCIPALES */
.blog-post h1 {
    font-family: 'Victoire', sans-serif;
  
    color: #00ffff;
    text-shadow: 0 0 10px #00ffff;
    margin-bottom: 20px;
}

.blog-post h2 {
    font-family: 'Techovier', sans-serif;
   
    margin: 10px 0 15px;
    color: #00cccc;
    text-shadow: 0 0 8px #00cccc;
}

.blog-post h3 {
    font-family: 'LongTime', sans-serif;
    font-size: 1.1rem;
    color: #ffcc00;
    text-shadow: 0 0 8px #ffcc00;
    margin: 20px 0;
}

/* PÁRRAFOS */
.blog-post p {
    font-size: 1.1rem;
    color: #d0d0d0;
    margin-bottom: 15px;
}

/* LISTAS */
.blog-post ul,
.blog-post ol {
    margin: 20px 0 20px 20px;
    list-style: none;
}

.blog-post ul li,
.blog-post ol li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: 'Techovier', sans-serif;
    font-size: 1.1rem;
    color: #c0c0c0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 12px 20px 12px 40px;
    transition: background 0.3s ease;
}

.blog-post ul li:hover,
.blog-post ol li:hover {
    background: rgba(0,255,255,0.07);
}

/* ÍCONOS PEGADOS AL TEXTO */
.blog-post ul li::before {
    content: "✅";
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1rem;
    filter: drop-shadow(0 0 4px limegreen);
}

.blog-post ol li::before {
    content: "";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 1.1rem;
    filter: drop-shadow(0 0 4px orange);
}

/* LINKS */
.blog-post a {
    color: #00ffff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.blog-post a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px #00ffff;
}

/* ANIMACIONES */
@keyframes neonglow {
    0%, 100% { text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff; }
    50% { text-shadow: 0 0 20px #00ffff, 0 0 40px #00ffff; }
}

h1, h2, h3 {
    animation: neonglow 3s infinite;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .blog-post {
        padding: 20px;
    }
    .blog-post h1 {
        font-size: 1.3rem;
    }
    .blog-post h2 {
        font-size: 1.1rem;
    }
 
}



  .animated-section {
    position: relative;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  canvas {
    background-image: url(img/2403.png);
    background-size: 190%;
    background-position: 50%;   
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;

   
  }


  .content {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .content h1 {
    width: 60%;
    text-align: center;
    margin-left: 22%;
    font-family:Victoire ;   
    font-size: 22px;
    margin-top: 10%;
    color: rgba(3, 3, 3, 0.993);       
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.767), 0 0 20px rgb(0, 255, 242);
  }
  .content p {
    font-size: 1rem;
  }

  .blogs-seccion {
  padding: 20px;
}
.blogs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.blog-card {
  flex: 1 1 300px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.blog-card:hover {
  transform: translateY(-4px);
}
.blog-card h3 {
  margin-top: 0;
}
.blog-card p {
  font-size: 0.95em;
  color: #333;
}
.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.95em;
}
.btn:hover {
  background-color: #0056b3;
}

/* Responsive ajustes */
@media (max-width: 768px) {
  .blogs-container {
    flex-direction: column;
  }
}



.logo img {     
    width:20%; /* Ajusta según el tamaño de tu logo */
    margin-left: 100px;
  
              
}

img {
    width: 100%;
}

  .badges {
   
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .badge-item {
    flex: 1 1 250px;
    min-width: 200px;
  }
  .badge {
    
    display: inline-block;
    padding: 20px 15px;
    background-color: #1e88e5;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
  }
  .desc {
    margin-top: 5px;
    font-size: 0.9em;
    color: #555;
  }

  /* Responsive ajustes para móviles */
  @media (max-width: 600px) {
    .badge-item {
      flex: 1 1 100%;
    }
  }

@keyframes neon-glow {
    0% {
        filter: drop-shadow(0 0 5px #00ffff) drop-shadow(0 0 10px #00ffff);
    }
    100% {
        filter: drop-shadow(0 0 15px #00ffcc) drop-shadow(0 0 25px #00ffff);
    }
}

@keyframes neon-flicker {
    0%, 100% {
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.3);
    }
    40% {
        box-shadow: 0 0 30px rgba(0, 255, 255, 0.7), 0 0 50px rgba(0, 255, 255, 0.5);
    }
}



body {
    
    
    background-color: #111127;
}

.social-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.social-icons a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #25D366; /* Color predeterminado de WhatsApp */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.social-icons a.facebook {
    background-color: #4267B2; /* Color de Facebook */
}

.social-icons a.instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); /* Gradiente de Instagram */
}

.social-icons img {
    width: 20px;
    height: 20px;
}

iframe {
    margin-top: 10px;
    width: 80%; 
    text-align: justify;
    border: solid 5px transparent;
    border-radius: 10px;
    opacity: 70%;
  }

table {
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #030303;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

tr, td {
    font-family: 'LongTime';
    font-size: 13px;
    color:white;
   
}

th, td {
    background-color: #000000;
    padding: 12px 15px;
    width: 70%;
}

th {
    font-family: 'Techovier'; 
    background-color: #070707;

}

tr:nth-child(even) {
    background-color: #403a3a;
}

tr:hover {
    background-color: #1a1818;
}

td {
    border-bottom: 1px solid #5e5858;
}










/* Estilos para los títulos */
.container h3 {
    font-family: 'Techovier';
    font-size: 10px; /* Se adapta al tamaño de la pantalla */
    text-align: center;  
    margin-top: 15px;
}








/* Estilo para el hover del logo */
.navbar-brand:hover {
    color: rgb(255, 0, 0);
    text-shadow: 0 0 10px #0ff, 0 0 20px rgb(255, 0, 0), 0 0 40px #0ff, 0 0 80px #0ff;
    animation: neon-glow 1.5s infinite alternate;
}

/* Animación de parpadeo estilo neón */
@keyframes neon-flicker {
    0% {
        text-shadow: 0 0 5px rgb(255, 0, 0), 0 0 10px rgb(255, 0, 0), 0 0 20px rgb(255, 0, 0), 0 0 40px #0ff;
    }
    50% {
        text-shadow: 0 0 7px #0ff, 0 0 15px #0ff, 0 0 25px #0ff, 0 0 45px #0ff;
    }
    100% {
        text-shadow: 0 0 5px rgb(255, 0, 0), 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    }
}

/* Animación de pulso */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Animación de brillo extra cuando se hace hover */
@keyframes neon-glow {
    0% {
        text-shadow: 0 0 10px rgb(255, 0, 0), 0 0 20px #0ff, 0 0 40px #0ff, 0 0 80px #0ff;
    }
    100% {
        text-shadow: 0 0 20px #0ff, 0 0 30px #0ff, 0 0 50px rgb(255, 0, 0), 0 0 90px #0ff;
    }
}

.blogs-seccion {
    padding: 50px 20px;
    background-color: #222121;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.blogs-seccion h2 {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #696665;
}

/* Contenedor de Blogs */
.blogs-container {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
}

/* Tarjeta de Blog */
.blog-card {
    background-color: #111010;
    border: 1px solid #4ea117;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.blog-logo {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.blog-card h3 {
    font-size: 1.1em;
    color: #86898b;
    margin-bottom: 15px;
}

.blog-card p {
    width: 100%;
    font-family: 'LongTime';
    font-size: 1em;
    color: #c7b9b9;
    margin-bottom: 20px;
   
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #372d8f36;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn h3{
    font-family: 'Techovier';
    font-size: 15px;     
}

.btn:hover {
    background-color: #0056b3;
}

/* Responsividad */
@media (max-width: 868px) {
    .blogs-container {
        flex-direction: column;
        align-items: center;
    }
}


/* Estilo del botón con efecto neón */


/* Estilo para el hover del botón */
.btn:hover {
    color: #0ff;
    background-color: rgba(0, 255, 255, 0.1);
    box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff, 0 0 80px #0ff;
    animation: neon-flicker 1.5s infinite alternate;
}

/* Animación de parpadeo estilo neón */
@keyframes neon-flicker {
    0% {
        box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    }
    50% {
        box-shadow: 0 0 7px #0ff, 0 0 15px #0ff, 0 0 25px #0ff, 0 0 45px #0ff;
    }
    100% {
        box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    }
}

/* Animación de pulso */
@keyframes neon-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px #0ff, 0 0 25px #0ff, 0 0 35px #0ff, 0 0 50px #0ff;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff;
    }
}

/* Ajuste de márgenes para diferentes tamaños de pantalla */
@media (max-width: 100px) {
    .btn {
        font-size: 1.1em;
        padding: 8px 16px;
    }
}

@media (max-width: 992px) {
    .btn {
        font-size: 1.2em;
        padding: 6px 14px;
    }
}

@media (max-width: 768px) {
    .btn {
        font-size: 1em;
        padding: 5px 12px;
    }
}

@media (max-width: 576px) {
    .btn {
        font-size: 0.9em;
        padding: 4px 10px;
    }
}


/* General Styles */

main {
  background-color: #0e1c29;

}



/* Header Styles */
header {
    
    background: #00000063;
    color: #0bc239;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);

}



/* Importar fuentes */
@font-face {
    font-family: 'LongTime';
    src: url('fonts/LongTime.ttf') format('truetype');
}

@font-face {
    font-family: 'Techovier';
    src: url('fonts/Techovier.ttf') format('truetype');
}

@font-face {
    font-family: 'Victoire';
    src: url('fonts/Victoire.ttf') format('truetype');
}

@font-face {
    font-family: LongTime ;
    src: url(LongTime.ttf);
}

@font-face {
    font-family: Techovier ;
    src: url(Techovier\ .otf);
}




@font-face {
    font-family:Victoire ;
    src: url(Victoire.otf);
}

header h1 {
    float: left;
    margin-top: 0;
    font-size: 24px;
    font-family: 'Techovier';
}

@import url('https://fonts.googleapis.com/css2?family=LongTime:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Techovier:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Victoire:wght@400&display=swap');



.navbar { 
    font-family: LongTime ;
    background-color: #121313f1;
    font-size: 10px;
}

 .navbar-brand {
    font-size: 15px;
    color: #838385;
    font-family: 'Techovier';
  
  
}

.navbar-brand a {
    font-size: 10px; 
}


.navbar-toggler {
 
    border: none;
}



.techgenius-benefits {
    font-family: 'LongTime';
    font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 1em 0;
 
}

.techgenius-benefits li {
  width: 90%;  
  background-color: #111827; /* Fondo oscuro */
  color: #f3f4f6;            /* Texto claro */
  margin-bottom: 10px;
  padding: 12px 16px;
  border-left: 5px solid #06b6d4; /* Cian estilo tech */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.techgenius-benefits li:hover {
  background-color: #1f2937;
  transform: scale(1.02);
}








@media (max-width: 891.98px) {
    .navbar-nav {
        text-align: center;
        
    }
}


header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
 
}

.nav-item a { 
    color: #555453;
    font-size: 12px;   
    font-family: 'Victoire';
    margin-right: 30%;
    text-align: justify;
}




/* Hero Section */
.hero {  
    color: #e3ebe3;
    height: 40vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadeIn 2s ease-in-out;
 
}

.hero h2 {
    font-family: LongTime ;
    font-size: 100%;
    color: #1064a9; 
    animation: textGlow 1.5s infinite;
}

.hero p {
    font-family: LongTime ;
    font-size: 15px;
    color: #2656e6fe;
    margin-bottom: 20px;
}

.hero .btn {
    font-family: LongTime ;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.hero .btn:hover {
    background: #0618e3;
}



/* Sections */



.about h2, .services h2, .contact h2 {
    font-family: Victoire;
    font-size: 10px;
}



.about p, .services ul, .contact p {
    font-family: LongTime ;
    text-align: center;
  
}



.about, .services, .contact, .tech-news {

    text-align: center;
    font-size: 15px;

}

.about h2, .services h2, .contact h2, .tech-news h2 { 
  
    color: #5e5b5b;
    margin-top: 10px;
    
}


.tech-news h2 {
 
    font-family: Victoire;  
    color: #496d46;
}

.about p, .services p, .contact p, .tech-news p {
    font-family: LongTime ;
    color: #faf1f1;
}

.footer {
    background-color: #000000; /* Color oscuro */
    color: #d3d3d3; /* Texto blanco con 50% de opacidad */
    text-align: center;
    font-family: Victoire;
    padding: 2rem 0; /* Espaciado vertical */
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Sombra para darle un poco de profundidad */
}

.footer hr {
    border: 0;
    height: 1px;
    background: #292828; /* Color del borde */
    margin: 0 20%; /* Espaciado horizontal */
}

.footer .container  {
    background-color: #313030;  
    max-width: 960px; /* Ancho máximo del contenedor */
    margin: 0 auto; /* Centrar el contenedor */
}

.footer small {
    background-color: #000;
    display: block;
    margin-top: 10px;
    font-size: 0.875rem; /* Tamaño de fuente pequeño */
}


/* Estilo avanzado para el botón */
button.btn.btn-primary {
   
    background: linear-gradient(135deg, #1f4037, #99f2c8);
    color: #fff;
    border: none;
    font-size: 15px;
    width: 20%;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

}

button.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.1s ease-out;
    border-radius: 50%;
}

button.btn.btn-primary:hover {
    background: linear-gradient(135deg, #11998e, #38ef7d);
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

button.btn.btn-primary:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

button.btn-close {
    background-color: #f14e4e;
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    border: none;
    transition: background-color 0.3s ease;
}

button.btn-close:hover {
    background-color: #211f1f;
}


/* Estilo para el grupo de botones */
.button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 20px;
}

/* Estilo para los botones */
.btn {
    width: 80%;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Efectos hover y focus */
.btn:hover {
    background-color: rgba(0, 123, 255, 0.1); /* Cambio de color de fondo en hover */
    box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.3); /* Sombra sutil al pasar el mouse */
}

.btn:focus {
    outline: none;
    box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.5); /* Sombra más intensa al enfocar */
}

/* Estilo para el contenido colapsable */
.card.card-body {
    font-family: 'LongTime';
    color: #eeebeb;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(39, 38, 38, 0.836);
    background-color: #242527;
    font-size: 12px;
    padding: 15px;
    transition: all 0.3s ease;
}

/* Margen entre los colapsables */
.collapse {
    margin-bottom: 10px;
}

/* Pequeño efecto de transición en la apertura del colapsable */
.collapse.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilo para el contenido fuerte dentro del colapsable */
.card-body strong {
    color: #be3b67;
    font-weight: 600;
}


/* Estilos para el Offcanvas */
.offcanvas.offcanvas-top {
    background-color: #413d3d;
    color: white;
    border-bottom: 2px solid #424a46;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}

.offcanvas-body h3 {
    
    color: #484c4a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(153, 242, 200, 0.7);
}

.offcanvas-body a:hover h3 {
    color: #5b6c61;
    text-shadow: 0 0 12px rgba(53, 56, 54, 0.8);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Transiciones suaves para la apertura del Offcanvas */
.offcanvas.offcanvas-top.show {
    animation: slide-down 0.5s ease forwards;
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



/* Animations */
@keyframes textGlow {
    0%, 100% {
        text-shadow: 0 0 10px #e91e63, 0 0 20px #e91e63, 0 0 30px #e91e63, 0 0 40px #e91e63, 0 0 50px #e91e63, 0 0 60px #e91e63, 0 0 70px #e91e63;
    }
    50% {
        text-shadow: 0 0 20px #e91e63, 0 0 30px #e91e63, 0 0 40px #ff00ff, 0 0 50px #ff00ff, 0 0 60px #ff00ff, 0 0 70px #ff00ff, 0 0 80px #ff00ff;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    header h1 {
        font-size: 20px;
    }

    header nav ul {
        display: none;
        flex-direction: column;
        text-align: center;
    }

    .menu-toggle {
        display: block;
    }

    header nav ul.showing {
        display: flex;
    }

    header nav ul li {
        margin: 10px 0;
    }



    .hero {
        height: auto;
        padding: 50px 20px;
    }

    .hero h2 {
        font-size: 36px;
    }

    .hero p {
        font-size: 15px;
    }

 

    .about h2, .services h2, .contact h2 {
        font-size: 10px;
    }
}

.about, .services, .contact, .tech-news {

    margin-top: 50px;
}

.about h2, .services h2, .contact h2, .tech-news h2 {
    
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    
}

.about h2::after, .services h2::after, .contact h2::after, .tech-news h2::after {
    
    content: '';
    width: 80px;
    height: 4px;
    background: #e91e63;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.about p, .services ul, .contact p, .tech-news .badges {
    
    text-align: center;
    font-size: 13px;
}

.about-section {
  padding: 60px 20px;
  background: #0f172a;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.about-section h2 {
  font-size: 1rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.badges-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.badge i {
  font-size: 1.1rem;
}

/* Colores */
.python { background: #ffde57; color: #1e293b; }
.javascript { background: #f7df1e; color: #000; }
.java { background: #e74c3c; color: #fff; }
.cpp { background: #2962ff; color: #fff; }
.ruby { background: #e0115f; color: #fff; }
.go { background: #00acc1; color: #fff; }
.rust { background: #d35400; color: #fff; }
.typescript { background: #3178c6; color: #fff; }

.badge:hover {
  transform: scale(1.08);
  cursor: pointer;
}

/* Responsive */
@media (max-width: 500px) {
  .badge {
    width: 35%;
    justify-content: center;
  }
}






.services ul {
    list-style: none;
    padding: 0;
}

.services ul li {
    padding: 10px;
    font-size: 15px;
    color: #e4d9d9;
    background: #151414fc;
    margin: 10px 0;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.services ul li:hover {
    transform: scale(1.05);
}

/* Badges Styles */


.badges {
    width: 100%;
    font-family: LongTime ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
}

.badge {
    font-size: 10px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}


  .tech-news {
    padding: 20px 10px;
    background: #121524;
    color: #fff;
    font-family: 'Arial', sans-serif;
  }

  .tech-news h2 {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .badges-descriptivos {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .badge-box {
    background: #1a1a1a;
    border-left: 4px solid #00ffe7;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
  }

  .badge-box a {
    font-size: 1.05rem;
    color: #00ffe7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
  }

  .badge-box p {
    margin: 0;
    font-size: 0.8rem;
    color: #ccc;
  }

  @media (min-width: 600px) {
    .badges-descriptivos {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
    }
    .badge-box {
      flex: 1 1 45%;
    }
  }




.badge:nth-child(1) { background-color: #007bff; }
.badge:nth-child(2) { background-color: #6c757d; }
.badge:nth-child(3) { background-color: #28a745; }
.badge:nth-child(4) { background-color: #dc3545; }
.badge:nth-child(5) { background-color: #ffc107; }
.badge:nth-child(6) { background-color: #17a2b8; }
.badge:nth-child(7) { background-color: #f8f9fa; color: #212529; }
.badge:nth-child(8) { background-color: #343a40; }

.badge:hover {
    transform: scale(1.1);
    animation: colorChange 1s infinite alternate;
}

@keyframes colorChange {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.badge:nth-child(1) { background-color: #ffffff6f; color: #00FF00; } /* Blanco - Neón Verde */
.badge:nth-child(2) { background-color: #0000008c; color: #FF1493; } /* Negro - Neón Rosa */
.badge:nth-child(3) { background-color: #ffffff83; color: #FF4500; } /* Blanco - Fuego Rojo */
.badge:nth-child(4) { background-color: #0000007a; color: #9400D3; } /* Negro - Neón Púrpura */
.badge:nth-child(5) { background-color: #ffffff8d; color: #FFA500; } /* Blanco - Fuego Naranja */
.badge:nth-child(6) { background-color: #0000008f; color: #FFD700; } /* Negro - Fuego Dorado */
.badge:nth-child(7) { background-color: #ffffff7d; color: #FF8C00; } /* Blanco - Fuego Naranja */
.badge:nth-child(8) { background-color: #000000; color: #1E90FF; } /* Negro - Neón Azul */
.badge:nth-child(9) { background-color: #ffffff81; color: #FF6347; } /* Blanco - Fuego Tomate */
.badge:nth-child(10) { background-color: #0000007a; color: #00CED1; } /* Negro - Neón Turquesa */
.badge:nth-child(11) { background-color: #ffffff86; color: #4682B4; } /* Blanco - Neón Azul Acero */
.badge:nth-child(12) { background-color: #0000008a; color: #FFFFFF; } /* Negro - Blanco */
.badge:nth-child(13) { background-color: #ffffff88; color: #32CD32; } /* Blanco - Neón Verde Lima */
.badge:nth-child(14) { background-color: #0000007d; color: #FF00FF; } /* Negro - Neón Magenta */
.badge:nth-child(15) { background-color: #ffffff92; color: #00FF7F; } /* Blanco - Neón Verde Primavera */
.badge:nth-child(16) { background-color: #0000008f; color: #4169E1; } /* Negro - Neón Azul Real */
.badge:nth-child(17) { background-color: #ffffff93; color: #FF1493; } /* Blanco - Neón Rosa Profundo */
.badge:nth-child(18) { background-color: #00000095; color: #808080; } /* Negro - Gris */
.badge:nth-child(19) { background-color: #ffffff8c; color: #FF4500; } /* Blanco - Fuego Naranja */


#sobre-nosotros {
  
    padding: 20px 10px;
    background-color: #0e0d0d;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.856);

}

ul {
    list-style: none;
    padding: 0;
}



ul li:last-child {
    border-bottom: none;
}

.text-center {
    text-align: center;
}





.btn-primary:hover {
    box-shadow: 0 0 20px rgb(80, 80, 80), 0 0 30px rgb(88, 90, 90), 0 0 50px rgb(63, 64, 64);
}

.offcanvas-header {
    
    background-image: url('img/2323.png'); /* Reemplaza con la URL de tu imagen */
    background-size: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(19, 20, 20);
    text-shadow: 0 0 5px rgb(26, 28, 28), 0 0 10px rgb(68, 72, 72);
}

.offcanvas-body {
    
    background-image: url('img/2323.png'); /* Reemplaza con la URL de tu imagen */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    background-attachment: fixed; 
    border-radius: 10px;
    
}

.offcanvas-body a h3 {
    font-family: 'Victoire';
    font-size: 13px;
    margin-top: 0%;
    width: 70%;
    color: #084d14e7;
    

}


/* Estilo avanzado para la sección de enlaces */
.offcanvas-body {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10%;
    background-color: #121212;
    border-top: 2px solid #99f2c8;
}

.offcanvas-body a {
    text-decoration: none;
    width: 70%;   
   
    background-color: #33303087;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.offcanvas-body h3 {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.offcanvas-body a:hover h3 {
    color: #110dd3;
    text-shadow: 0 0 10px rgba(56, 239, 125, 0.8);
    transform: translateY(-3px);
}

.offcanvas-body a:hover {
    background: linear-gradient(135deg, #1f4037, #99f2c8);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

/* Animación para los enlaces al entrar en pantalla */
.offcanvas-body a {
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in-up 0.5s forwards ease-out;
}

.offcanvas-body a:nth-child(1) { animation-delay: 0.1s; }
.offcanvas-body a:nth-child(2) { animation-delay: 0.2s; }
.offcanvas-body a:nth-child(3) { animation-delay: 0.3s; }
.offcanvas-body a:nth-child(4) { animation-delay: 0.4s; }
.offcanvas-body a:nth-child(5) { animation-delay: 0.5s; }
.offcanvas-body a:nth-child(6) { animation-delay: 0.6s; }
.offcanvas-body a:nth-child(7) { animation-delay: 0.7s; }

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


  .info-section {
    padding: 20px 10px;
    background: #0f0f0f;
    color: #f0f0f0;
    font-family: 'Arial', sans-serif;
  }

  .info-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .info-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .info-card {
    background: #1c1c1c;
    border-radius: 12px;
    padding: 15px;
    flex: 1 1 100%;
    max-width: 420px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    transition: transform 0.3s;
  }

  .info-card:hover {
    transform: scale(1.03);
  }

  .info-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #00ffe7;
  }

  .info-card p {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .info-card a {
    color: #fff;
    background: #00ffe563;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
  }

  @media (max-width: 480px) {
    .info-card {
      padding: 12px;
    }
    .info-card h3 {
      font-size: 1rem;
    }
    .info-card p {
      font-size: 0.85rem;
    }
  }


a {
    
    color: rgb(34, 186, 20);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff00ff;
}

/* Estilo general para la tabla */
table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    font-size: 0.9em;
    background-color: #313132;
    color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Estilo para la cabecera */
thead tr {
    background-color: #2a2a3b;
}

thead th {
    padding: 12px 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Estilo para las filas del cuerpo */
tbody tr {
    border-bottom: 1px solid #444;
    transition: background-color 0.3s ease-in-out;
}

/* Animación al pasar el mouse */
tbody tr:hover {
    background-color: #3a3a4b;
}

/* Estilo para las celdas */
td {
    padding: 10px 15px;
    text-align: left;
}

/* Ajuste del tamaño del texto */
td:nth-child(2) {
    font-size: 0.8em;
    text-align: right;
}

/* Colores personalizados para porcentajes */
tbody tr:nth-child(odd) td:nth-child(2) {
    color: #ff6b6b; /* Rojo */
}

tbody tr:nth-child(even) td:nth-child(2) {
    color: #4dff88; /* Verde */
}

/* Encabezado h2 */
 h2 {
    font-family: 'Techovier';
    font-size: 12px;
    text-align: center;
    color: #5e5b5b; 
    margin-bottom: 15px;
}



/* Animación para el encabezado */
h2 {
    font-size:100%;
    animation: fadeIn 1.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}



/* Estilo para el párrafo */
p {
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    line-height: 1.6;
    color: #eaeaea;
    background-color: #1e1e2f;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin: 20px auto;
    transition: transform 0.3s ease-in-out;
}

/* Estilo para el texto en negrita y el emoji */
p strong {
    color: #ff6b6b;
    font-weight: bold;
}

/* Animación al pasar el mouse */
p:hover {
    transform: scale(1.05);
}

/* Estilos responsivos */
@media (max-width: 768px) {
    p {
        font-size: 0.9em;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    p {
        font-size: 0.85em;
        padding: 10px;
    }
}

article {
    width: 80%;
    margin-bottom: 30px;
    padding: 20px;    
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(102, 252, 241, 0.3);
    transition: transform 0.3s ease;
    margin: 8%;
}

article:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(102, 252, 241, 0.7);
}

article h3 {
    margin: 10px 0;
    font-size: 1.6em;
    color: #66fcf1;
    text-shadow: 0 0 8px #66fcf1, 0 0 15px #45a29e, 0 0 20px #66fcf1;
    transition: text-shadow 0.3s ease;
}

article h2 {
    font-size: 100%;
    color: #5c5c59;
}

article h3:hover {
    text-shadow: 0 0 12px #66fcf1, 0 0 20px #45a29e, 0 0 30px #66fcf1;
}

article p {
  background-color: #00000034;  
  font-family: Techovier;
}

article a {
    
    background: #464e4d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;   
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 10px #45a29e, 0 0 20px rgba(102, 252, 241, 0.4);
    font-family: Techovier;
    color: #09848c;
    font-size: 12px;
}

article a:hover {
    background: #66fcf1;
    color: #1a1a1d;
    box-shadow: 0 0 15px #66fcf1, 0 0 25px rgba(102, 252, 241, 0.8);
    transform: scale(1.1);
}

/* Estilo del botón para subir al principio */
#backToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none; /* El botón estará oculto hasta que se haga scroll */
    background-color: #131314ca;
    color: white;
    border: none;  
    padding: 8px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#backToTopBtn:hover {
    background-color: #0f0f10; /* Cambia el color al pasar el ratón */
    transform: scale(1.1); /* Efecto de agrandamiento */
}

#backToTopBtn:active {
    transform: scale(1); /* Efecto de clic */
}


    @keyframes pulse {
      0%, 100% { text-shadow: 0 0 10px #0ff, 0 0 20px #0ff; }
      50% { text-shadow: 0 0 20px #0ff, 0 0 40px #0ff; }
    }

    .card {
       
      background-color: #3a383842;   
      border: 2px solid #0ff;
      box-shadow: 0 0 15px #0ff;
      border-radius: 15px;
      width: 100%;
      max-width: 800px;
      margin: 20px 0;
      padding: 20px;
      transition: transform 0.5s, box-shadow 0.5s;
      animation: float 4s ease-in-out infinite;
    }

       h1 {
           font-family: 'Techovier'; 
      font-size: 2em;
      color: rgb(7, 93, 150);
      text-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
      margin-bottom: 20px;
      animation: pulse 3s infinite;
    }
    .card:hover {
      transform: scale(1.02);
      box-shadow: 0 0 25px #0ff;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    h2 {
      font-size: 1.1em;
      color: rgb(9, 186, 240);
      margin-bottom: 15px;
      text-shadow: 0 0 10px #0ff;
    }

    ul {
      list-style: none;      
      color: #cabebe;
      font-size: 20px;
       
    }



    li {
     
      font-size: 12px;

 
    }