body{
    text-align: center;
    

}

#cargando {
    display: none;
}
table{
    border-collapse: separate !important;
}
.tablaPedido{
    text-align: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gridNom{
    align-self: center;
    justify-self: center;
}
.gridEli{        
    align-self: center;
    justify-self: center;
}
.table td, .table th{
    border-top: none;
}
.titulo1, .titulo2{
    width: 140px !important;
}
.titulo1{
    color: white !important;
    font-weight: bolder;
    padding: 4px;
}
.titulo2{
    color: black;
    background-color: greenyellow;
    border-radius: 15px;
    float: right !important;
    padding: 4px;
    text-align: center;
}
.navbar{
    display: block;
}
.pricing-header{
    margin-top: 50px !important;
    
}

/* cambio colores boostrap */
.btn-secondary{
    background: linear-gradient(to bottom right, rgb(0, 119, 255), grey) !important;
}

@media (max-width: 1000px) {
    .tablaPedido{
        align-items: center;
        justify-self: center;

        grid-template-columns: 100px 100px 100px 100px 100px 100px;
    }
    
    

}
@media (max-width: 768px) {
    .container{
        margin-left: 10px;
    }
    .tablaPedido{
        grid-template-columns: 100px 100px 100px 100px 100px 100px;
    }
  

}
@media (max-width: 600px) {
    .body{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .container{
        margin: 0;
        padding: 5px;
    }

    .table td, .table th{
        border-top: none;
    }
    .table thead{
        display: none;
    }
    .tablaPedido{
        padding: 1%;
        border: 1px solid grey;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .gridImg{
        padding: 0 !important;
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .gridNom{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .gridEli{        
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 3/4;
        grid-row: 1/2;
    }
    .gridPre{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .gridCan{
        padding: 0 !important;
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .gridCan input{
        padding: 0 !important;
        width: 50px;
        margin-left: 45px;
        text-align: center;
    }
    .gridSub{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 3/4;
        grid-row: 2/3;

    }
    .table tbody+tbody tr th{
        margin-left: -170px;
    }
   
}

@media (max-width: 400px) {
    .body{
        width: 400px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
 
    .container{
        margin: 0;
        padding: 5px;
    }
    table {
        width: 300px;
    }
    .table td, .table th{
        border-top: none;
    }
    .table thead{
        display: none;
    }
    .tablaPedido{
        padding: 1%;
        border: 1px solid grey;
        grid-template-columns: 90px 120px 70px;
        grid-template-rows: 1fr 1fr;
    }
    .gridImg{
        padding: 0 !important;
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .gridNom{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .gridEli{        
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 3/4;
        grid-row: 1/2;
    }
    .gridPre{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .gridCan{
        padding: 0 !important;
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .gridCan input{
        padding: 0 !important;
        width: 50px;
        margin-left: 35px;
        text-align: center;
    }
    .gridSub{
        padding: 0 !important;
        align-self: center;
        justify-self: center;
        grid-column: 3/4;
        grid-row: 2/3;

    }
    .table tbody+tbody tr th{
        margin-left: -170px;
    }

}

