     .navbarLogo{
        display:flex;
        /*width:195.35px;
        height:52.33px;*/
width: 273.49px;
height: 73.26px;
        flex-shrink:0;
      }
      
      .navbarLogo img{
        width:100%;
        object-fit:cover;
        object-position:center;
      }
      
      
      .navbar{
        display:flex;
        width:100%;
        height: fit-content;
        position:absolute;
        padding:23px 20px;
        background-color: rgba(9, 22, 41, 0.9);
        justify-content:center;
        z-index: 100000;
        box-shadow: 0 0 13px 10px rgba(115, 150, 232, 0.1);
      }

      
      .navbarContainer{
        display:flex;
        width:100%;
        max-width:1291px;
        align-items:center;
        justify-content:space-between;
        /*background-color:purple;*/
      }
      
      .navbarMenu{
        display:flex;
        justify-content:space-between;
        width:100%;
        max-width:785px;
        align-items:center;
        /*background-color:pink;*/
      }
      
      .navbarMenu a{
        all:unset;
        cursor:pointer;
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:14px;
        line-height:14px;
        color:white;
        letter-spacing:-0.01em;
      }
      
      a.navbarBoton{
        all:unset;
        cursor:pointer;
        width:fit-content;
        display:flex;
        padding:12px 23px;
        background:linear-gradient(to right, #1E74E2, #1755D4);
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:14px;
        line-height:14px;
        color:white;
        border-radius:50px;
      }
      
      .navbarLine{
        display:flex;
        width:1px;
        height:27px;
        background-color:#FFFFFF; 
      }
      
      .navbarRedes{
        display:flex;
        align-items:center;
        width:fit-content;
        gap:8px;
        justify-content:center;
        /*background-color:grey;*/
      }
      
       a.navbarRed{
         all:unset;
         cursor:pointer;
         display:flex;
         width:25.81px;
        height:25.76px;
        /*background-color:black;*/
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
      }
      
      a.navbarRed.face{
        background-image:url("./imgs/navbar/face.png");
        /*background-color:green;*/
      }
      
      a.navbarRed.linkedin{
        background-image:url("./imgs/navbar/linkedin.png");
        /*background-color:blue;*/
      }







      .blanca{
        position: relative;
        background-color:white;
        background-blend-mode: normal;
        box-shadow: 0 0 13px 10px rgba(115, 150, 232, 0.1);
      }


      .navbar.blanca .navbarMenu a{
        all:unset;
        cursor:pointer;
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:14px;
        line-height:14px;
        color:black;
        letter-spacing:-0.01em;
      }

     .navbar.blanca  .navbarMenu a.navbarBoton{
        all:unset;
        cursor:pointer;
        width:fit-content;
        display:flex;
        padding:12px 23px;
        background:linear-gradient(to right, #1E74E2, #1755D4);
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:14px;
        line-height:14px;
        color:white;
        border-radius:50px;
      }

      .navbar.blanca .navbarLine{
        display:flex;
        width:1px;
        height:27px;
        background-color:#AFAFAF; 
      }


       .navbar.blanca a.navbarRed{
         all:unset;
         cursor:pointer;
         display:flex;
         width:25.81px;
        height:25.76px;
        /*background-color:black;*/
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
      }


     .navbar.blanca a.navbarRed.face{
        background-image:url("./imgs/navbar/face_navblanca.png");
        /*background-color:green;*/
      }
      
     .navbar.blanca a.navbarRed.linkedin{
        background-image:url("./imgs/navbar/linkedin_navblanca.png");
        /*background-color:blue;*/
      }


     .navbar.blanca .navbarLogo{
        display:flex;
width: 273.49px;
height: 73.26px;
        /*background-color:black;*/
        flex-shrink:0;
      }


      .despliegue{
        display:flex;
        position: relative;
      }

      .despliegue button{
        all:unset;
        cursor:pointer;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:14px;
        line-height:14px;
        color:white;
        letter-spacing:-0.01em;
      }

     .navbar.blanca .despliegue button{
        all:unset;
        cursor:pointer;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:14px;
        line-height:14px;
        color:black;
        letter-spacing:-0.01em;
      }

      .despliegue .caja{
        display: flex;
        flex-direction: column;
        width: 207px;
        background-color: white;
        position: absolute;
        /*top: 30px;*/
        left: 0;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transform:translateY(0px);
        transition: all 0.5s ease;
        align-items: center;
      }


      .despliegue .caja .linea{
        width:100%;
        height: 1px;
        background-color: #C9C9C9;
      }

      .despliegue .caja a{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        color: black;
        /*border: 2px solid black;*/
        padding: 15px;
      }

      .navbar.blanca .despliegue .caja a{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        color: black;
        /*border: 2px solid black;*/
        padding: 15px;
      }

      .despliegue .caja a.gob:hover{
        background-color: #effafc;
        border-radius: 6px 6px 0 0;
      }


      .despliegue .caja a.priv:hover{
        background-color: #effafc;
        border-radius: 0 0 6px 6px;
      }

      .despliegue .caja.open{
        opacity: 1;
        pointer-events: auto;
        transform:translateY(38px);
      }

.grand{
  display: flex;
}

.blancaChica{
  display: none;
}




      /* --- ESTILOS DE INTERACCIÓN (Escritorio y Móvil) --- */
.flecha-icon {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Estado abierto del submenú */
.despliegue .caja.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(38px); /* En escritorio baja un poco */
    display: flex !important;
}

/* --- RESPONSIVE (Móvil) --- */
.menu-toggle {
    display: none; /* Oculto en PC */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10001;
}

.menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: white; /* Cambia a negro si usas .navbar.blanca */
    border-radius: 5px;
    transition: 0.3s;
}

/* Animación Hamburguesa a X */
.menu-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 1100px) {

.grand{
  display: none
}


  .blancaChica{
        display: flex;
        position: relative;
        background-color:white;
        background-blend-mode: normal;
        box-shadow: 0 0 13px 10px rgba(115, 150, 232, 0.1);
}

.navbar.blancaChica .navbarContainer .menu-toggle span {
background-color:rgb(78, 120, 236); 
}




    .menu-toggle { display: flex; }

    .navbarMenu {
        position: fixed;
        top: 0;
        right: -100%; /* Escondido a la derecha */
        width: 100%;
        height: 100vh;
        background-color: #091629;
        flex-direction: column;
        justify-content: center;
        padding: 100px 30px;
        gap: 30px;
        transition: right 0.4s ease-in-out;
        overflow-y: auto;
    }

    .navbarMenu a{
      /*background-color: orange;*/
      font-size: 19px;
    }

    .navbarMenu.active { right: 0; }

    .navbarLine { width: 100%; height: 1px; }

    /* Ajuste de submenú en Móvil */
    .despliegue { width: 100%; flex-direction: column;}
    
    .despliegue .caja {
        position: static; /* Ya no flota, empuja el contenido */
        display: none; 
        opacity: 1;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        transform: none !important;
        margin-top: 15px;
    }

    .despliegue .caja a {
        color: #B3FBFF !important; /* Color para distinguir opciones */
        padding: 12px 20px;
    }


.despliegue button{
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 19px;
}

a.gob, a.priv{
  align-items: center;
  justify-content: center;
        font-size: 19px;
        background-color: transparent;
}


    .despliegue .caja a {
        color: #bfedfe !important;
        padding: 12px 20px;
    }


      .despliegue .caja a.gob:hover{
        background-color: transparent;
      }
      .despliegue .caja a.priv:hover{
        background-color: transparent;
      }


}


