     .trabalTitles{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size:14px;
        line-height:14px;
      }

      .trabalTexto{
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:14px;
        line-height:14px;
        color:black;
        text-align:justify;
      }
      
      .listaSecciones{
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size:18px;
        line-height:18px;
        letter-spacing:0.03em;
        color:white;
        text-align:justify;
      }
      
      
      .trabalMenuTexto{
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:17px;
        line-height:17px;
        color:white;
        text-align:justify;
      }
      
      .inicioNavbar{
        display:flex;
        position:fixed;
        width:100%;
        /*z-index:2;*/
        background-color:black;
        padding:14px 40px 16px 40px;
        box-shadow: 0px 2px 30px rgba(128, 128, 128, 0.5);
        justify-content:space-between;
        opacity: 0;
        transition: opacity 1s ease; 
        z-index: 800000000;
      }


    .muestra{
        opacity: 1;
      }
      

      .segmentoPrecios{
        display:flex;
        gap:25px;
        align-items:center;
        /*background-color:grey;*/
      }
      
      .segmentoMenu{
        display:flex;
        gap:10px;
        align-items:center;
      }
      
      .dolar{
        display:flex;
        /*border:1px solid grey;*/
        border-radius:12px;
      }
      
      .dolarCabeza{
        display:flex;
        background-color:#FCC400;
        padding:12px 20px;
        justify-content:center;
        align-items:center;
        border-radius:12px 0px 0px 12px;
      }
      
      .dolarPrecio{
        display:flex;
        /*background-color:blue;*/
        text-align:center;
        align-items:center;
        justify-content:center;
        
      }
      
      .dolarAccion{
        display:flex;
        /*flex-direction:column;*/
        /*background-color:grey;*/
        text-align:center;
        align-items:center;
        justify-content:center;
      }
      
      .cabezaAccion{
        display:flex;
        width:100%;
        padding:12px 14px;
        background-color:lightgrey;
        justify-content:center;
      }
       
      .digitoAccion{
        display:flex;
        padding:12px 14px;
        width:100%;
        /*background-color:brown;*/
        text-align:center;
        justify-content:center;
      }
      
      .botonGas {
        text-decoration:none;
        cursor:pointer;
        outline:none;
        display:flex;
        color:inherit;
        height:fit-content;
        padding:13px 19px;
        background-color:#ECC400;
        border-radius:12px;
      }
      
      .botonGas:hover{
        background-color:#F7D752;
      }
      

      
      .digitoVenta{
        border-radius:0px 12px 12px 0;
        background-color:white;
      }
      
      .digitoCompra{
        background-color:white;
        border-right: 1.5px solid grey;
      }
      
      
      
      .menuBox{
        all:unset;
        cursor:pointer;
        width:30px;
        height:18px;
        /*background-color:green;*/
        background-image:url(./imgs/hamburguesa.svg);
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .menuDesplegable{
        display:flex;
        background-color:brown;
      }
      
      
      .menuSeccionesGrande{
        display:flex;
        top:0;
        left:0;
        position:fixed;
        width:100%;
        height:fit-content;
        background-color:black;
        z-index:0;
        padding:160px 90px 90px 90px;
        gap:30%;
        justify-content:center;
      }
      
      .menuSeccionesChico{
        display:none;
        flex-direction:column;
        top:0;
        left:0;
        position:fixed;
        background-color: black;
        width:100%;
        height:fit-content;
        min-height:100vh;
        /*background-color:orange;*/
        z-index:0;
        padding:80px 20px 20px 20px;
        gap:20px;
      }
      
      .menuColumna{
        display:flex;
        width:fit-content;
        flex-direction:column;
        gap:10px;
        /*background-color:green;*/
        justify-content:space-between;
      }
      
       .menuSeccionesChico .menuColumna{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:10px;
        /*background-color:green;*/
        justify-content:space-between;
      }
      
      .menuColumna a{
        text-decoration:none;
        cursor:pointer;
        outline:none;
        color:white;
      }
      
      
      
      
      .ocultarMenu{
        display:none;
      }
      
      
      .seccionesTitular{
        font-size:22px;
        width:100%;
        padding-bottom:10px;
        padding-top:10px;
        border-top:1.5px solid grey;
        border-bottom:1.5px solid grey;
      }

   
      
      .ocultarMenu{
        display:none;
      }
      
      
      
      
      
      @media(max-width:1280px){
        
        .preciosGrande{
          display:none;
        }
        
        .botonGas{
          color:black;
          justify-content:center;
          text-align:center;
        }
        
        .inicioNavbar{
          justify-content:center;
          align-items:center;
        }
        
        .segmentoPrecios{
          flex-direction:column;
          gap:20px;
        }
        
        .dolar{
          flex-direction:column;
        }
        
        .dolarCabeza{
          border-radius:12px 12px 0 0;
        }
        
        .cabezaCompra{
          border-radius:0px 0px 0 12px;
        }
        
        .digitoVenta{
          border-radius:0 0 12px 0;
        }
        
        .menuSeccionesGrande{
          display:none;
        }
        
        .menuSeccionesChico{
          display:flex;
          width:100%;
          overflow-y: scroll;
          /*border: 3px solid yellow;*/
          height: 600px;
        }
        
        .menuColumna{
          align-items:center;
          text-align:center;
          gap:15px;
        }
        
        
      }