
.div_contenedor {
     height: auto;
    width: 340px;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
    cursor: pointer; /* Cambia el cursor a pointer para indicar que es clicable */
}
@media screen and (max-width: 768px) {
    .div_contenedor {
        width: 100%; /* Cambiar el ancho a 100% en pantallas pequeñas */
    }
}
.div_image {
    /*height: 82%;*//*
    max-height: 82%;*/
    width: 100%;
}
    .div_image img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: fill;
    }

.div_descripcion {
    height: 6%;
    margin-left: 11px;
    margin-right: 8px;
}
.div_descripcion p {
    font-weight: 500;
    margin:0px;
}

.div_etiqueta {
    height: 6%;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items:center;
    margin-top:10px;
}

    .div_etiqueta div {
        height: 25px;
        margin-right: 8px;
        background-color: #d8d8d8;
        border-radius: 10px;
        width: auto;
    }

.div_verificacion {
    height: 6%;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 8px;
    display: flex;
}
.div_verificacion p {
   font-weight:bold;
}

.div_verificacion div {
    height: 25px;
    margin-right: 8px;
    background-color: green;
    border-radius: 15px;
    width: auto;
}
.div_verificacion div p {
    color:white;
}

.etiqueta {
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    font-size:12px;
    margin-bottom:0px;
}
.sub_div_etiqueta{
    align-content:center;
}
.modal-custom {
    max-width: 90%; /* Ajusta el valor según el ancho deseado */
}