*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*html, body, main {
    height: 100%;
}*/
/*.home__panel {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}*/
.picture__img img{
    width: 2rem;
}
.textBold4 {
    font-weight: 400;
}
.textBold8 {
    font-weight: 800;
}
.fontSize {
    font-size: 2rem;
}
.fontSize1 {
    font-size: 1rem;
}
.fontSize1_3 {
    font-size: 1.3rem;
}
.fontSize1_5 {
    font-size: 1.5rem;
}
.fontSizePequeño {
    font-size: .7rem;
}
nav {
    display: flex;
    /*justify-content: center;*/
    padding-left: 10px;
    align-items: center;
    height: 85px;
    background: rgb(220 38 38);
    color: #f0f0f0;
}
.div__formCrearProducto {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.div__formCrearProducto form {
    width: 90%;
    max-width: 400px;
    font-weight: 700;
    background: #EEEEEEFF;
}
textarea {
    resize: none;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    background: rgb(220 38 38);
}
.metodo__pago {
    font-size: .7rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f0f0;
}
.nombre_mill {
    background-image: url(../img/nombre_mill.png);
    background-size: 16rem;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center;
}
.nombre_mill_chico {
    background-image: url(../img/nombre_mill.png);
    background-size: 6rem;
    height: 3rem;
    width: 6rem;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
}
/*--------------PRODUCTOS------------*/

.productos {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: .5rem auto;
}
.productos a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #edf2f4;
    width: 100%;
    max-width: 400px;
   /* max-width: 400px;
    height: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    */

}
.img__productos {
    width: 6rem;
    margin: auto;
}
.img__productosHome {
        width: 6rem;
        border-radius: 50%;
        margin: auto;
        padding: .5rem;
        border: 1px solid red;
}
.img__productosAdmin {
    width: 4rem;
    border-radius: 10px;
    /* margin: auto; */
    padding: .5rem;
}
.datos__descripcion {
    font-size: .7rem;
    color: gray;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
}
.divModalMill {
    display: flex;
    /* background-color: #edf2f4; */
    border-radius: 10px;
    max-width: 400px;
    flex-wrap: wrap;
    margin: 2rem auto;
    padding: 1rem;
}
.datos__productos {
    width: 100%;
    padding-left: 1rem;
    display: flex;
}
.parrafoPrecio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.datos__parrafo {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    color: #000;
    width: 95%;
    margin: 1rem 0 0 0;
    font-size: 0.9rem;
}
.datos__parrafoAdmin {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    color: #000;
    width: 95%;
    margin: auto;
    padding: 0.2rem;
}
.datos__parrafo span {
    font-weight: 400;
}
.h2__crearProducto {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 1rem;
}
/*--------------FIN DE PRODUCTOS------------*/
.menuHome {
    width: 90%;
    margin: auto;
    max-width: 400px;
}
/*-------------ADMIN PRODUCTOS----------------*/
.div__productos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.div__adminProductos {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    background-color: #eee;
    display: flex;
    /*grid-template-columns: repeat(2, 8.5rem);*/
}
.menu__DelAdmin {
    display: flex;
    flex-wrap: wrap;
}
.menu__DelAdmin div a {
    font-size: .8rem;
}
.btn__productosAdmin div a {
    font-size: .8rem;

}
.datos__parrafoAdmin {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    color: #000;
    width: 100%;
    font-size: 0.9rem;
}
.img__productosAdmin {
  /*  grid-column: 1 / 2;
    grid-row: 1;*/
}
.datos__productosAdmin {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn__productosAdmin {
   /* grid-column: 2;
    grid-row: 1;*/

    margin: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);

}
.hola, .btnEliminarAdmin {
    height: 2.5rem;
    /*background: #05ffa3;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.hola:hover {
    background: #92e5c6;
}
.btnEliminarAdmin:hover {
    background: #f682a0;
}
.divBuscador {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    padding: .5rem;
}
/*-------------FIN ADMIN PRODUCTOS----------------*/
@media (min-width: 401px) and (max-width: 500px) {


}
@media (min-width: 501px) and (max-width: 600px) {


}
@media (min-width: 601px) and (max-width: 700px) {

}
@media (min-width: 701px) and (max-width: 800px) {
    /*.div__index {*/
    /*    display: flex;*/
    /*}*/

}
@media (min-width: 801px) and (max-width: 900px) {
    .div__index {
        display: flex;
        margin: auto;
    }

}
@media (min-width: 901px) and (max-width: 1000px) {
    .div__index {
        display: flex;
        width: 90%;
        margin: auto;
    }
    /*.home__panel {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }*/
}
@media (min-width: 1001px) {
    .div__index {
        display: flex;
        width: 70%;
        margin: auto;
    }
    .home__panel {
        display: flex;
        /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
        padding: 1rem;
        justify-content: center;
    }
    .div__productos {
        /*width: 15rem;*/
        border-radius: 9px;
    }



    .admin__menu {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
}
