
      .navBarTexto{
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16.8px;
        letter-spacing:0.05em; /*em*/
        line-height:; /*px*/
        color:white;
      }
      
      
      .navBar{
        display:flex;
        width:100%;
        padding:33px 112px;
        background-color:#6D0D1D;
        justify-content:space-between;
        align-items:center;
      }
      
      .navBarLogo{
        display:flex;
        width:218px;
        height:60px;
        /*background-color:black;*/
        background-image:url('./imgs/logo.png');
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        flex-shrink:0;
      }
      
      .navBarMenu{
        display:flex;
        width:360px;
        justify-content:space-between;
        align-items:center;
      }
      
      .navBar a{
        all:unset;
        cursor:pointer;
      }
      
      .navBar .navBarBoton{
        padding:15px 22px;
        background-color:#BF6E14;
        border-radius:10px;
      }