@font-face {
    font-family: 'Tangerine';
    src: url('../fuentes/Tangerine-Regular.ttf');
}
@font-face {
    font-family: 'Genos';
    src: url('../fuentes/Genos-VariableFont_wght.ttf');
}
        :root {
            --azul01: #125576;    
            --azul02: #34a9df;
            --azul03: #15536e !important;
            --accent-gold: #c9a555;    
            --accent-blue-light: #78a3c0;
            --bg-light: #f8f9fa;
            --white: #ffffff;
            --primary-dark:#333333;
        }

        body {
         
         /*   background-color: var(--primary-dark);
            color: var(--white);*/
            scroll-behavior: smooth;
            overflow-x: hidden;
            color:#323030
        }
        .t001{
            color:var(--azul01)
        }
        .tseccion{
            font-family: 'tangerine';
            font-size: 3em;
            color:var(--azul01);
            margin-bottom: 30px;
            text-align: center;
        }
        

        /* NAVBAR ANIMADO */
        .navbar {
            background-color: var(--azul01) !important;
            padding: 15px 0;
            border-bottom: 1px solid rgba(201, 165, 85, 0.2);
        }
        .nav-link {
               font-family: 'Tangerine';
            color: var(--white) !important;
            margin: 0 15px;
            position: relative;
            font-size: 2.2em;
            line-height: 0.5em;
        }
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0; height: 2px; bottom: 0; left: 0;
            background-color: var(--accent-gold);
            transition: 0.3s;
        }
        .nav-link:hover::after { width: 100%; }
        .nav-link:hover { color: var(--accent-gold) !important; }

        /* HERO SECTION */
        #intro {
            padding: 180px 0 100px;
          /*  background: linear-gradient(135deg, #0a2533 0%, #163a4d 100%);*/
              border-bottom: 1px solid;
        }
        .hero-badge {

    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--accent-gold);
    font-size: 3.3em;
    font-family: 'Tangerine';
    line-height: 0.9em;
   
        }
        .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 0.6em;
    font-family: 'Genos';
    display: inline-block;
    border-bottom: 1px solid var(--accent-gold);
    padding-bottom: 27px;
        
        }
.ficha01{

padding: 15px;
  color: #323030;

    overflow: auto;
    word-wrap: normal;
    /*
     border: 1px solid blue;
    border-radius: 10px;
    background-color: rgb(241 243 244);*/
  
}

        .hero-title span { color: var(--accent-gold); }
        .arqui{
      font-size: 2.1em;
    font-family: 'Genos';
    line-height: 1em;
        }

        #semblanza{
             background-color: var(--white); color: var(--primary-dark); padding: 100px 0; 
        }
.inicial01{
        font-family: 'Tangerine';
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: bold;
        line-height: 0.8em;
}


       
.badge{
    margin:6px 7px 6px 7px;
        font-size: 1em;
    font-weight: 400;
     white-space:break-spaces;
     color:#323030;
     background-color: white!important;
     text-align: end;
     /*
     color: #f9dda0;
    border: 2px solid #f9dda0;
    */
}
.badge2{
    margin:6px 7px 6px 7px;
    font-size: 1em;
    font-weight: 400;
     white-space:break-spaces;
     color:white;
     background-color: var(--azul01);
     text-align: center;
     width: fit-content;
     border: 2px solid var(--accent-gold);
     padding: 2px 7px;
     border-radius:10px;
     display: inline-block;

}
.badge3{
    margin:6px 7px 6px 7px;
    font-size: 1em;
    font-weight: 400;
     white-space:break-spaces;
     color:white;
     background-color: var(--azul02);
     text-align: center;
     width: fit-content;
     border: 2px solid var(--accent-gold);
     padding: 2px 7px;
     border-radius:10px;
     display: inline-block;

}
.caja01{
    display: flex;
    flex-direction: column;
    height: stretch;
    border-bottom: 1px solid;
    margin: 0px 0px 19px 10px;
}
.ejecutar{
    font-size: 0.8em;
    padding: 2px 3px;
    background-color: #212529;
    color: #ffc107;
    /* position: sticky; */
    width: 65px;
    /* top: 17px; */
    right: 28px;
    text-align: center;
    /* float: right; */
    /* display: math; */

    border: 1px solid #ffc107;
    border-radius: 5px;
    cursor: pointer;

}
.iconos_sandbox{
   font-size: 5em;
    color: #1999ee;
    padding: 0px 0px 20px 0px;
   
}

.ok{
font-size: 1.4em;
    vertical-align: middle;
    color: #c9a555;
    margin-right: 5px;
}

/* TRAYECTORIA INTERACTIVA - DISEÑO ESCALONADO CON CONECTORES */
#resume { 
    background-color: var(--white); 
    color: var(--primary-dark); 
    padding: 100px 0; 
}

.timeline-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 0;
}

/* Línea Vertical Central */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 4px;
    background: #e9ecef;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s all ease;
    z-index: 1;
}

/* Efecto de escalonamiento: margen negativo para solapar */
.timeline-item:not(:first-child) {
    margin-top: -80px; /* Ajusta este valor para controlar qué tanto se enciman */
}

.timeline-item.active {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

/* Conectores Horizontales */
.timeline-item::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px; /* Distancia entre tarjeta y línea central */
    height: 2px;
    background: var(--accent-gold);
    z-index: 0;
}

.timeline-item.left::before {
    right: 0;
}

.timeline-item.right::before {
    left: 0;
}

.timeline-card {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 5px solid var(--accent-gold);
    position: relative;
    display: inline-block; /* Para que la tarjeta no use el 100% si no es necesario */
    text-align: left;
    width: 100%;
}

.timeline-item.left .timeline-card {
    border-top: none;
    border-right: 5px solid var(--accent-gold);
}

.timeline-item.right .timeline-card {
    border-top: none;
    border-left: 5px solid var(--accent-gold);
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .timeline-container::after {
        left: 20px;
    }
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 50px;
        text-align: left !important;
        margin-top: 20px !important; /* Quitar solapamiento en móvil */
    }
    .timeline-item::before {
        left: 20px;
        width: 30px;
    }
}







        /* SECCIÓN PORTAFOLIO PDF */
        #portafolio { background-color: #f1f3f5; color: var(--primary-dark); padding: 100px 0; }
        .pdf-box {
            background: var(--azul01);
            color: white;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            border: 1px solid #dee2e6;
            transition: 0.3s;
            height: 100%;
             cursor: pointer;
        }
        .pdf-box:hover {
            border-color: var(--accent-gold);
            transform: translateY(-10px);
        }
        .pdf-icon { font-size: 3.5rem; color: #dc3545; margin-bottom: 20px; }
        .btn-view {
            background-color: var(--azul03);
            color: white;
            font-weight: 700;
            border: 1px solid rgb(34, 148, 230);
            padding: 10px 25px;
            border-radius: 25px;
            text-decoration: none;
            display: inline-block;
          margin:15px;

        }
        .iconos01{
            font-size: 1.5em; vertical-align: middle;
        }

        /* ECOSISTEMA TECNOLÓGICO */
        #tech { padding: 100px 0; background-color: var(--primary-dark); }
        .tech-pill {
            
            background: white;
            border: 2px solid rgba(18, 66, 121, 1);
            border-radius: 12px;
            padding: 16px;
            margin-bottom: 17px;
            text-align: center;
            transition: 0.3s;
        }
        .tech-pill:hover { transform: translateY(-5px);border:solid 2px var(--accent-gold) }
        .tech-pill:hover span { color: var(--primary-dark); }
        .tech-pill img { max-height: 50px;
    max-width: 166px;filter: grayscale(0.2); transition: 0.3s; margin-bottom: 10px; }
        .tech-pill:hover img { filter: grayscale(0); }
        .tech-pill span { display: block; font-size: 0.85rem; font-weight: 600;  }

        @media (max-width: 768px) {
            .timeline-container::after { left: 31px; }
            .timeline-item { width: 100%; left: 0 !important; text-align: left !important; padding-left: 70px; }
        }
    

.fondo_cintillo{
    background-color: var(--azul01);
    color:white;
}

.nav-link.active{
    color:#c9a555!important;
    border-bottom: 3px solid gold;
    background-color: transparent!important;
    line-height: 0.8em!important;
    border-radius: 0px;
}

.b02{
  border: var(--accent-blue) 1px solid;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    background-color: rgba(20, 111, 132, 1);
    margin-left: 10px;
    color: white;
    letter-spacing: 1px;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 600;
    word-wrap: nowrap;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    font-family: 'Genos';
}
.nombre_proyecto{
    font-size: 0.9em;
    color: black;
    cursor: pointer;
}
.presentacion_sandbox{
    color: rgb(4 3 3) !important;
    letter-spacing: 1px;
    font-size: 1em; padding: 0px 50px 0px 0px;
}
   .zoom_f{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; padding: 3px 8px;
    float: right;
    margin: 10px 0px 5px 0px;
   background-color: black;
    color: gold;
    }
