
body{
    background: rgba(52, 152, 219 ,.1)!important;
}

table{
    border-radius: 10px!important;
    padding: 10px!important;
}

tr th{
  
    text-align: center!important;
    font-size: 14px!important;
    font-weight: 600;
   
}

tr td{

 
    text-align: center!important;
    font-size: 14px!important;
    font-weight: 600;
    
    width: 100px!important;

}

tr td input{
    width: 90px!important;
}

.Categorias-container{
    background-color: white;
    width: 200px;
    height: 300px;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 80% 10% 10%;
}
.Categorias-container .img-categoria{
    width: 100%;
    height: 100%;
 
    border-radius: 10px;

}
.Categorias-container .categoria-name{
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.contenedor_productos{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
.enlace-categoria{
    
    text-align: center;
    text-decoration: none;
}
.productos{
   
    width: 100%;
    height: 450px;
    
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    margin-top: 30px;
    gap: 10px;
}
.container-show{
    
    display: grid;
    grid-template-columns: 70% 30%;
}


.producto-show{
    
    display: grid;
    grid-template-columns: 70% 30%;
}
.producto-show {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
   
}

.informacion-data{
    width: 100%;
    border-radius:5px;
    padding: 10px;
   box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.informacion-data h2
{
    font-size: 50px;
   
    text-align: center;
    font-weight: 300;
}

.informacion-data h3
{
    font-size: 50px;
   
    text-align: start;
    font-weight: 500;
    text-align: center;
    color: #145A32;
}

input{
    width: 200px;
   
}

.cantidad{
   
    margin-bottom: 20px;
}

.bonton_{
    width: 100%;
}
.boton-producto{
  
    display: flex;
    flex-direction: column;
    gap:10px;
    
}
.conten-image{
    
    display: grid;
    grid-template-columns: 20% 80%;
    width: 100%;

}

.coleccion_image{
    display: grid;
    grid-template-rows: repeat(4, 100px);
    gap: 20px;
    padding: 10px;
    background-color: white;
    width: 100%;                                                                                                                            
}

.coleccion_image .imagen_select{
    width: 100px;
    height: 100px;
  
    border-radius: 10px;
}
.coleccion_image .imagen_select img{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.400);
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
}



.conten-image .image-main{
    width: 100%;
    height: 500px;
}

.conten-image .image-main img{
    width: 100%;
    height: 100%;
   
}

.conten-image .image-main img{
    width: 100%;
    height: 100%;
   
}





.table{
    border:solid 1px #000;
}

.menu_admin{
    background-color: white;
}

.data_admin{
    background-color: white;
    padding: 20px;
}

.navbar{
    background-color: blue!important;
}

@media (max-width:500px) {
    .container-show{
        grid-template-columns: repeat(1,1fr);
    }

    .producto-show{
        width: 95%;
    
        position: relative;
        left: 25px;
    }
}