
      .navbarDesk p.bold, .navbarDesk a{
        all:unset;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:16.21px;
        line-height:20px;
        color: inherit;
        transition:all 0.2s ease;
        cursor:pointer;
      }
      
      .navbarDesk{
        position: fixed;
        display:flex;
        flex-direction:column;
        width:100%;
        background-color:green;
        justify-content:center;
        align-items:center;
        background-color:rgba(3,13,21,0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(60px);
      }
      
      .navbarDeskWrapper{
        position: relative;
        display:flex;
        padding:25px 20px;
        width:100%;
        justify-content:center;
        align-items:center;
      }
      
      .navbarDesk .line{
        width:100%;
        height:1px;
        background-color:rgba(255,255,255,0.15);
      }
      
      .navbarDeskContent{
        display:flex;
        width:100%;
        max-width:1343px;
        justify-content:space-between;
        gap:30px;
        align-items:center;
        /*background-color:purple;*/
      }
      
      .navbarDesk a.logo{
        all:unset;
        cursor:pointer;
        display:flex;
        width:237px;
        height:66px;
        /*background-color:black;*/
        flex-shrink:0;
      }
      
      .navbarDesk a.logo img{
        width:100%;
        object-position:center;
        object-fit:cover;
      }
      
      .navbarDesk .menu{
        display:flex;
        width:fit-content;
        justify-content:space-between;
        align-items:center;
        /*background-color:green;*/
        gap:10px;
      }
      
      .navbarDesk a{
        color:white;
        background-color:pink;
      }
      
      .navbarDesk .botonBeneficios{
        
      }
      
      
      a.botonBeneficios:hover, a.botonBeca:hover{
        transform:translateY(-2px);
      }
      
      a.botonBeneficios, a.botonBeca{
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:13.73px;
        line-height:13.73px;
        transition:all 0.3s ease;
      }

     .navbarDesk a.botonBeneficios{
        text-decoration:none;
        cursor:pointer;
        color:white;
        display:flex;
        width:fit-content;
        padding:12px 25px 12px 25px;
        text-align:center;
        background-color:rgba(255,255,255,0.06);
        border:1px solid rgba(255,255,255,0.15);
        border-radius:50px;
      }
      
      .navbarDesk .botonBeca{
        text-decoration:none;
        cursor:pointer;
        color:white;
        display:flex;
        width:fit-content;
        padding:12px 25px 12px 25px;
        text-align:center;
        background-color:#B8181B;
        border-radius:50px;
      }
      
      
      
      
      
      
      
      
      
      
      
      .navbarChica{
        position: fixed;
         z-index:1000;
        display:none;
        padding:25px 20px;
        width:100%;
        justify-content:center;
        align-items:center;
        background-color:rgba(3,13,21,0.6);
        backdrop-filter: blur(60px);
        -webkit-backdrop-filter: blur(60px);
      }
      
      .navbarChicaContent{
        display:flex;
        width:100%;
        max-width:1343px;
        justify-content:space-between;
        gap:30px;
        align-items:center;
        /*background-color:purple;*/
      }
      
      .navbarChica a.logo{
        all:unset;
        cursor:pointer;
        display:flex;
        width:237px;
        height:66px;
        background-color:black;
      }
      
      .navbarChica a.logo img{
        width:100%;
        object-position:center;
        object-fit:cover;
      }
      
      
      .navbarChica button.hamburger {
        all:unset;
        cursor:pointer;
        width: 33px;
        height: 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        /*background-color:black;*/
      }

      .navbarChica  .hamburger span {
        display: block;
        height: 2px;
        background-color:white;
        border-radius: 2px;
      }

      .navbarChica .menu{
        display:flex;
        position:fixed;
        top:0;
        right:0;
        width:340px;
        height:100vh;
        background-color:white;
        padding:30px;
        flex-direction:column;
        align-items:flex-end;
        gap:40px;
        transition:all 0.5s ease;
      }
      
      .navbarChica .menu.hidden{
        transform:translateX(340px);
      }

     .navbarChica button.cerrar {
      all:unset;
      cursor:pointer;
      display:flex;
      width: 24px;
      height: 24px;
      position: relative;
    }

    .cerrar .line {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 3px;
      background: currentColor;
    }

    .cerrar .line-1 {
      transform: translateY(-50%) rotate(45deg);
    }

    .cerrar .line-2 {
      transform: translateY(-50%) rotate(-45deg);
    }
      
      
      .navbarChica .menu .secciones{
        display:flex;
        width:100%;
        /*background-color:orange;*/
        flex-direction:column;
        gap:20px;
      }
      

    .navbarChica .menu a, .navbarChica .menu p{
      all:unset;
      cursor:pointer;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size:17px;
      line-height:17x;
      color: inherit;
      transition:all 0.2s ease;
      cursor:pointer;
    }
      
      .navbarChica .menu .separador{
        width:100%;
        height:1px;
        background-color:grey;
      }
      

     @media(max-width:714px){
       
        .navbarDesk{
            display:none;
        }
        
        .navbarChica{
            display:flex;
        }

        .navbarChica a.logo{
           /*background-color: #F1D7AB;*/
           width: 177.75px;
           height: 49.5px;
        }

        .navbarChica button.hamburger{
           /*background-color: pink;*/
           width: 23.1px;
           height: 16.1px;
        }

    }
      