@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
.sombra{
   box-shadow:  2px 2px 5px #00000075;
}

html {
    scroll-behavior: smooth;
}
body{
    max-width: 450px;
    margin: 0; padding: 0;
    background-color: #ffffff; 
    font-family: 'Roboto', sans-serif;
    color:#262626;
}
header{
    max-width: 410px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FAAA18;
    width: 89%;
    color: #000;
    height: 10px;
    padding: 20px;
    box-shadow: -1px 2px 5px #00000047;
    
}
header p{
    font-weight: 600;
}
.ok{
    background-color: rgb(213, 213, 213);
    text-align: center;
    font-weight: 300;
    margin-bottom: 2px;
    color:rgb(99, 99, 99);
    font-size: 0.9rem;
    padding: 2px;
}
#ver-pedido{
    background-color: #FFF;
    color:#000;
    padding: 5px 10px;
    font-weight: 300;
    box-shadow: -1px 2px 5px #00000047;
    font-size: 0.9rem;
}

a{
    color: #ccc;
    font-style: none;
    text-decoration: none;
}
h1{
    text-align: center;
    font-weight: 300;
}
.img-categoria{
    width: 100%;
}
.categoria h2{
    font-family: 'Russo One', sans-serif;
    font-weight: 300;
    background-color: #FAAA18;
    color: #FFF;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
h3{
    font-weight: 400;
}
p{
    font-weight: 100;
}
.cont-logo{
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 3px 6px 17px #00000047;
}
.img-logo{
    width: 280px;
    padding: 60px 0;
}

.producto-abajo{
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

input[type="submit"], input[type="button"]{
    background-color: #139044;
    border: none;
    color:#FFF;
    padding: 5px 20px;
    border-radius: 3px;
}
.producto{
    padding: 20px 10px 20px;
    margin: 0px 0;
    border-bottom: 1px solid #FAAA18  
}


.pedido{
    font-weight: 100;
    margin: 0 auto 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.221);
    padding-top: 80px;
}
.cont-pedido-producto{
    margin: 10px; padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.146);
}
.pedido-producto{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total{
    background-color:#FFF;   
    padding-bottom: 20px;
}
.total h2{
    padding-top: 5px;
    padding-left: 12px;
    background-color: #FFF;
    font-weight: 100;
    color: #000;font-size: 1.2rem;
}

.btn-whatsapp{ 
    font-weight: 400;
    width: 80%;
    background-color: #00E676;
    margin: 20px auto;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}
.bebidas{
 margin-left: 20px;
}
.bebidas p span{
    color:#000;
    font-weight: 400;
    margin-right: 10px;
}