*{`n  -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    place-items: center;
    box-sizing: border-box;
    font-family: "Roboto", Helvetica, Arial, sans-serif;

}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  overflow-y: auto;  
}
body{
    width: 100%;
    height: 100dvh;
    color: white;
    background-color: #272b38;
}
.pedidos{
    width: 100%;
    background-color:#2b334c;
    height: fit-content;
    
    & ul h1:nth-child(1){
        width: 100%;
        padding: 15px 50px;
        text-align: center;
        background-color: #3d4458;
        font-size: clamp(20px,25px,25px);
        font-family: "Montserrat", sans-serif;
        cursor: pointer;
    }
    & ul{
        
        all: unset;
        border-top: solid white 4px;
        border-left: solid 2px white;
        border-right: solid 2px white;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
        min-width: 290px;
        width: 100%;
        & h2{
            width: 100%;
            padding-left: 10px;
        }
    }
    
}
.datos{
    width: fit-content;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 20px;
    display: none;

    & li{
        font-size: clamp(14px, 2vw, 22px);
        padding: 5px;
        width: 100%;
        border-radius: 10px;
        background-color: #1d1e33;
        display: grid;
        grid-template-columns: 1fr 5fr;
        text-align: center;
        
        
    } 
    & li:nth-child(11),li:nth-child(3){
        height: auto;
        overflow-wrap: break-word;
        
    }
    
    
    
    
}
.guia{
    display: flex;
    justify-content: space-around;
    & input{
        all:unset;
        color: rgb(255, 255, 255);
        
    }
    & button{
        border: unset;
        background: unset;
        color: rgb(65, 65, 145);
        cursor: pointer;
        font-size: clamp(14px, 2vw, 22px);
    }
}

.herr{
    padding: 15px 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    & h1:nth-child(2){
        padding: 0 10px;
        width: 100%;
        text-align: center;
        background-color: rgb(133, 159, 231);
        font-size: clamp(28px,30px,30px);
        font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif;
    }
    & button{
        border: unset;
        gap: 3px;
        width: fit-content;
        cursor: pointer;
        border-radius: 50%;
        padding: 5px 10px;
        text-align: center;
        font-family: 'Roboto', 'Arial Narrow', Arial, sans-serif;
    }
}
.herr_2{
    & input{

        all: unset;
        background-color: #272b38;
        padding: 5px;
        color: aliceblue;
    }
    & button{
        all: unset;
        color: aliceblue;
        cursor: pointer;
        width: 20px;
    }
}
.icon_exit_h{
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("https://cdn-shopklim.b-cdn.net/icons/Icon-home.svg?format=webp");
}


