a[href^="tel"] {
    color: inherit; /* Hereda el color del elemento padre, en este caso "p-telefonos" */
    /* CSS adicional aquí */
  }

body{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,444444+35,565649+51,444444+65,000000+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,2d2d2d+35,3a3a3a+50,2d2d2d+65,000000+100 */
    background-color: #1f2a36;
    background-size: 100% 100vh;
    font-family: 'Raleway', sans-serif;

}

div{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

h1{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 600%;

}

h2{
    color: white;
    font-size: 350%;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: 350px;
    text-align: left;
    height: auto;
}

h3{
    color: #DBFF6C;
    font-size: 250%;
    font-family: 'Sofia Sans Condensed', sans-serif;
    text-align: left;
    margin: 5px;
}
h4{
    color: rgb(255, 187, 69);
    font-size: 550%;
    font-family: 'Abel', sans-serif;
    border: 0px;
    margin: 10px;
    margin-bottom: 40px;
}

label{
    margin: 50px;
}

summary{
    color: rgb(255, 187, 69);
    font-size: 250%;
    text-align: left;
}

td{
    color: whitesmoke;
    font-size: 75%;
    text-align: left;
    border: 2px;
    border-bottom: 50px;
    border-color: #DBFF6C;
}

tr{
    color: whitesmoke;
    font-size: 200%;
    text-align: left;
}

table{
    text-align: left;
    width: 100%;
}


.h2final{
    width: auto;
    text-align: center;
}

.derecha{
    text-align: right;
    color: white;
    font-size: 400%;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: 350px;
}

.alerta{
    color: rgb(255, 106, 69);
    font-size: 350%;
    text-align: left;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: auto;
    height: 40px;
    margin-top: 0px;
    background-color: transparent;
    border: 0%;
    border: 0px solid red;
      outline: none;
}

.bodyIndex{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,2c539e+100;Blue+3D+%232 */
    background: #283747;
    background-position: center; 
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
}

.boton{
    margin: 5%;
    border-radius: 12px;

    background: #F2994A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F2C94C, #F2994A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    width: 70%;
    height: auto;

    color: black;
    font-size: 350%;
    text-align: center;
}

.botonHistorialCompras{
    margin: 5%;
    border-radius: 10px;

    width: 100%;
    height: auto;

    color: black;
    font-size: 250%;
    text-align: center;
}

.botonMesas{
    border-radius: 12px;
    border-color: transparent;
    background: transparent; /* Old browsers */
    width: 100%;
    color: #ffffff;
    font-size: 250%;
    text-align:right;
    margin-left: 50px;
}

.div2X1{
    width: 100%;
    height: 80px;
    justify-content: left;
    text-align: left;
}

.div3X1{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: transparent;
    color: whitesmoke;
    font-size: 190%;
    text-align: left;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
}

.div3X1-venta{
    width: 20%;
    background-color: transparent;
    color: whitesmoke;
    font-size: 150%;
    text-align: left;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
}
.div3X1-fecha{
    width: 60%;
    background-color: transparent;
    color: whitesmoke;
    font-size: 150%;
    text-align: center;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
}
.div3X1-ver{
    width: 20%;
    background-color: transparent;
    color: whitesmoke;
    font-size: 150%;
    text-align: right;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
}


.div4X1{
    width: 100%;
    height: 100%;
    display: flex;

}

.div4X1-Cantidad{
    background-color: transparent;
    color: whitesmoke;
    font-size: 200%;
    text-align: left;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
    width: 5%;
}
.div4X1-Descripcion{
    background-color: transparent;
    color: whitesmoke;
    font-size: 200%;
    text-align: left;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
    width: auto;
    width: 50%;
}
.div4X1-Precio{
    background-color: transparent;
    color: whitesmoke;
    font-size: 200%;
    text-align: right;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
    width: auto;
    width: 20%;
}
.div4X1-Total{
    background-color: transparent;
    color: whitesmoke;
    font-size: 200%;
    text-align: right;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
    width: auto;
    width: 20%;
}

.etiqueta{
    color: whitesmoke;
    font-size: 300%;
}

.etiquetaPequena{
    color: white;
    font-size: 200%;
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}

.etiquetaInvisible{
    color: transparent;
    background-color: transparent;
    font-size: 0%;
}

.infoAEnviar{
    background-color: transparent;
    color: whitesmoke;
    font-size: 280%;
    text-align: center;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    height: auto;
    width: auto;
    margin-left: 50px;
}

.labelMovimientos{
    color: rgb(255, 221, 128);
    font-size: 250%;
}

.login_boton{
    border-radius: 12px;
    background: #ffffff; /* Old browsers */
    width: 100%;
    height:auto;
    margin-top: 50px;
    color: #283747;
    font-size: 350%;
    text-align: center;
    
    width: 70%;
    height: auto;

    color: black;
    font-size: 350%;
    text-align: center;
}

.loginH1{
    color: rgb(255, 255, 255);
    font-size: 200%;
}

.logoIndex{
    width: 60%;
}

.numeroDeVenta{
    background-color: transparent;
    color: whitesmoke;
    font-size: 250%;
    text-align: left;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    border-bottom: 10px ;
    width: 150px;
    height: auto;
}

.pass{
    margin: 5%;
    background-color: transparent;
    color: whitesmoke;
    font-size: 250%;
    text-align: center;
    border-radius: 8px;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    width: 80%;
}

.pass2{
    color: whitesmoke;
    font-size: 400%;
    text-align: center;
    font-family: 'Sofia Sans Condensed', sans-serif;
    text-align: right;
    width: 350px;
    height: 80px;
    margin-top: 40px;
    background-color: transparent;
    border: 0%;
    border: 0px solid red;
    border-bottom: 1px solid whitesmoke;
      outline: none;
}

.pass0{
    color: rgb(255, 255, 255);
    font-size: 300%;
    text-align: left;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    border: 0%;
    border: 0px solid red;
      outline: none;
}

.pass0sub{
    color: rgb(255, 255, 255);
    font-size: 300%;
    text-align: left;
    font-family: 'Sofia Sans Condensed', sans-serif;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    border: 0%;
    border: 0px solid red;
      outline: none;
    text-decoration: underline;
}

.divFinal{
    display:block;
    justify-content: center;
    width: 100%;
    height: 10%;
}

.tdFormatoDinero{
    color: whitesmoke;
    font-size: 80%;
    text-align: right;
}

.tdName{
    font-size: 90%;
}
