*{
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;

}
:root{
    /* --color-fondo: #0c1d33; */
    --color-fondo: #4b1c89;
    --color-header:#4b1c89;
    --color-letra-header:black;
    --color-fondo-gris: #132531;
    --acentos:#20dad8;
}
button{
    font-size: large;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: #0088FF;
    box-shadow: 3px 2px 10px #0088FF;
    color: white;
    
    background-color: #006fcf;
    box-shadow: 6px 6px 2px #000000;
    transition: transform .3s;
}
h1{font-size: 3.5em;}
h2{font-size: 2.7em;}
h3{font-size: 2em;}
h4{font-size: 1.5em;}
ul{list-style: none;}
li{font-size: 1em;}

.container{
    max-width: 1400px;
    margin: auto;
}

header{
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: var(--color-header);
    /* background-image: linear-gradient(
        rgba(255, 97, 6, 0.884),rgba(255, 119, 7, 0.479)
    ); */
    border-radius: 0px 0px 71px 71px;
    -moz-border-radius: 0px 0px 71px 71px;
    -webkit-border-radius: 0px 0px 71px 71px;
    border-bottom: 3px solid rgb(0, 217, 255);
    
}
header .logo{
    margin-left: 20px;
    padding: 10px 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 1.7em;
    align-items: center;
    padding-bottom: 5px;
    text-shadow: 2px 1px 2px #5e0183;
}

#mslogo{
  margin-bottom: -4%;
  
}
header .container{
    display:flex;
    flex-direction: column;
    align-items: center;
   
    
}
header nav{
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    
    
}



header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: rgb(255, 255, 255);
    transition: .1s;
    /* text-shadow: 6px 3px 2px #000000; */
}
header .logo {
    margin-top: 0;
   margin-bottom: 0;
}

header a:hover{
    /* text-decoration: underline;
    transform: scale(1.1);  */
}

#herok{
    padding-top: 140px;
    padding-left: 20px;
    
    display: grid ;
    grid-template-columns: repeat(2,1fr);
    height: 55vh;
    justify-content: center;
   
    color: rgb(255, 255, 255);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    
}
#herok .wapp{
    width: 150px;
    height: 70px;
    border-radius: 20px;
    
}
#herok h5{
    width: 150px;
    text-align: center;
    margin-top: -60px;
    font-size: 1.3em;
    
}
#herok h4{
    text-shadow: 6px 6px 2px #000000;
    margin-bottom: 0px;
    margin-top: 0px;
}
#herok button{
    width: 170px;
    height: 60px;
    transform: translate(0,-10px);
}
#dash-pedido{
    display: grid;
    gap: 10px;
    padding-top: 20px;
    background-image :radial-gradient(
         #00e0bea2 50%,#00e0bf
    ),url(media/wave.webp);
    
    justify-items: center;
    padding-bottom: 40px;
    
}

.pedido-card{
    display: grid;
    height: 120px;
    width:370px;
    grid-template-columns: repeat(2,0.1fr); 
    gap: 5px;
    background-color: #00b1ff;
    border-radius: 15px;
    color: white;
    font-size: 1.15em;
    padding-left: 5px;
    box-shadow: 6px 6px 10px #0579ff;
    border: 2px solid white;
}
.nombre-eliminar{
    display: grid;
    grid-template-columns: 1fr 0fr;
    width: 190px;
}
.eliminar{
    color: rgb(214, 210, 210);
    transform: translate(10px,0px);
    font-weight: bolder;
    width: 19px;
    text-align:center;
    height: 10px;
}
.cantidad-pedido p{
    transform: translate(-8px);
}
.pedido-card .imagen-pedido{
    display: flex;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 5px;
    width: 150px;
    height: 100px ;
    justify-content: center;
    text-align: center;
    overflow:hidden;
}
.pedido-card .imagen-pedido img{
    height: 100px;
    border-radius: 15px;   
}
.pedido-card .data-pedido {
    display: grid;
    grid-template-rows: repeat(3,5fr);
    margin-top: 10px;
}
.pedido-card .data-pedido p{
    margin-top: 0px;  
    margin-bottom: 0px;
    font-size: 0.95em;
}

.pedido-card .data-pedido .cantidad-pedido{
    display: grid;
    grid-template-columns: repeat(2,0.1fr);
    justify-content: center;
    transform: translate(0px,-10px);
}

.pedido-card .data-pedido .cantidad-pedido button{
    background-color:rgba(255, 255, 255, 0);
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0%;
    padding: 0%;
    box-shadow: none;
    color: #ffffff;
}
.pedido-card .data-pedido .cantidad-pedido .cantidad-botones{
    display: grid;
    grid-template-columns: repeat(3,0.1fr);
    background-color: #006fcf;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    transform: translate(0px,-5px);   
}
.pedido-card .data-pedido .cantidad-pedido .cantidad-botones input{
    width: 30px;
    height: 30px;
    text-align: center;
}

/* Gestion de envio del pedido a correo y whatsapp */

#forma-pedido{
    display: grid;
    grid-template-rows: 1fr;
   align-items:center ;
   justify-items: center;
    
    background-color: #006fcf;
    background-image :radial-gradient(
        #00e0bea2 50%,#00e0bf
   ),url(media/wave.webp);
    margin-bottom: -5px;
    margin-top: -5px;
}

#forma-pedido button{
    width: 90%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #00b1ff;
    
}
/* From uiverse.io by @adamgiebl */
#boton-enviar {
    height: 30%;
    width: 20%;
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    justify-self: center;
    
   }
   
   #boton-enviar span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
   }
   
   #boton-enviar svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
   }
   
   #boton-enviar:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
   }
   
   #boton-enviar:hover svg {
    transform: translateX(0.7em) rotate(45deg) scale(1.1);
   }
   
   #boton-enviar:hover span {
    transform: translateX(1em);
   }
   
   #boton-enviar:active {
    transform: scale(0.95);
   }
   
   @keyframes fly-1 {
    from {
     transform: translateY(0.1em);
    }
   
    to {
     transform: translateY(-0.1em);
    }
   }
   
/* Hasta aqui */   

#envio-pedido{
    display: grid;
    grid-template-rows: repeat(4,1fr);
    justify-content: center;
    justify-items: center;    
}
#envio-pedido h4{
    text-align: center;
    margin: 5px;
    color: #006fcf;
    color: white;
}
#envio-pedido input{
    text-align: center;
    font-size: large;
    font-weight: bold;
    width: 100%;
    color: #00b1ff;
    border-radius: 10px;
}
#envio-pedido .botones-envio {
    margin: 10px; 
}

#envio-pedido .botones-envio button{
    width: 120px;
    margin: 5px;
    border-radius: 25px;
    background-color: #00b1ff;
}

 #text-pedido{
    justify-self: center;
    width: 300px;
    border-radius: 20px;
    box-shadow: 10px 8px 10px #00b1ff;
    padding: 10px;
    color: #0088FF;
    font-size: 1.2em;
    font-weight: bolder;
   
 }
#video-ms{
    display: none;
    
    margin-left: 0px;
    margin-right: 100px;
}

footer{
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #dd0724cb;
    background-image: linear-gradient(
        rgba(74, 1, 122, 0.884),rgba(99, 48, 218, 0.479)
    );
    color: #ffff;
    justify-content: center;
    display: grid;
    grid-template-rows: repeat(4,0.2fr);
    justify-items: center;
}
footer .logo-footer{
    width: 20%;
}
footer p{
    font-size: small;
    margin-top: 4px;
    margin-bottom: 4px;
}
#redes{
    justify-items: center;
    font-size: 1.2em;
    padding-left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,0.5fr);
}
#redes li{
    font-size: small;
    padding: 5px;
}

#redes span{
color: rgb(255, 255, 255);
vertical-align: top;
font-size: medium;
}

@media (min-width: 720px){
  
    header{
        position: fixed;
        z-index: 1;
        width: 100%;
        
       
    }
    #dash-pedido{
        display:grid;
        grid-template-columns: repeat(3,1fr);
        justify-items: center;
        gap: 10px;
    }

  
    header .container{
        height: 70px;
        flex-direction: row;
        justify-content: space-between;
    }

    header .logo{
        flex-direction: row;
        padding-bottom: 25px;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 30px;
    }
    #herok{
      justify-content: center;
      justify-items: center;
    }

    #herok h4{
        font-size: 2em;
        text-shadow: 6px 6px 2px #000000;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #herok button{
        width: 200px;
        height: 60px;
        transform: translate(0,-10px);
    }
    #video-ms{
        display: block;
        margin-left: 0px;
        border-radius: 20px;
        box-shadow: #00b1ff 8px 8px 6px;
        border:solid #00b1ff;
        
    }
   
    #dash-pedido{
        display:grid;
        grid-template-columns: repeat(3,1fr);
        justify-items: center;
        gap: 10px;
    }

    #forma-pedido{
        padding-top: 50px;
        padding-bottom: 50px;
        grid-template-columns: repeat(2,0.3fr);
        grid-template-rows: none;
        justify-content: center;
        height: fit-content;
    }

    footer{
        height: auto;
    }
    footer .logo-footer{
        width: 10%;
    }
    footer p{
        font-size: large;
        font-weight: bold;
    }
    #redes{
        padding: 0px;
        display: flex;
        flex-direction: row;
    }
    #redes li{
        padding: 10px;
        align-items: center;
        font-size: larger;
    }
    #redes img{
        vertical-align: top;
    }
    #redes span{
        font-size: 1em;
    }

}



body{
    font-family: sans-serif;
    margin: auto;
}

