
.contenedorP {
    background: #f4f5f7;
    margin-top: 0px !important;
    margin: 0px !important;
    padding: 50px  17.5%; 
    justify-content: center;
}

.hContenedorBusqueda 
{
    margin: 15px 0px;
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 10px 10px 0 0 ;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.input_generico
{
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    min-width: 120px;
}
.div-input-search
{
    position: relative;
    display: flex;
    align-items: center;
}
.input_paginas
{
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
}
.div_contenedor_paginacion
{
    display: flex;
    gap: 2px;
}
.contenedor_pieP
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.div_paginacion
{
    padding: 10px;
    font-size: 15px;
    
    border-radius: 8px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.div_paginacion p 
{
    color: #9d9d9d;
    padding: 0px;
    margin: 0px;
}
.activapag
{
   
    background: #008acb !important;
}
.activapag p 
{
    color: #fff !important;
}
.btn_agregar
{
    background: #028ccb;
    padding: 8px 20px;
    margin: 0px;
    color: #fff;

}
.div_iz_busc
{
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}
.btn_filtro
{
    background: #fff;
    border-radius:10px;
    padding: 0px 15px;
    margin: 0px;
    margin-top: 5px;
    min-height: 50px;
    max-height: 50px;
}
.header_titulo_filtro
{
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 10px 10px 15px;

}
.btn-reset
{
    color: #757782;
    background: #f8f8f8;
}
.btn-apply
{
    color: #fff;
    background: #008acb;
}
.div-agrupado-filtro
{
    margin-bottom: 10px;
}
.header_titulo_filtro h3
{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
}
.body_filtros
{
    padding: 20px;
   
}
.div_contenedorZ_h
{
    position: relative;
    
}
.div_contenedor_filtros
{
    position: absolute;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-top: 5px;
    z-index: 1000;
    left: -200px;
    min-width: 300px;
    top: 60px;
}
.Hcontenedor_productos
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.contenedor_productos_D
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-items: center;
    align-items: stretch;

}
.Pcontenedor_productos
{
    padding: 20px;
    background: #fff;
    min-width: 250px;
    margin: 10px;
}
.contenedor_botones
{
    min-height: 50px;
}
.contenedorPros_img
{
    max-height: 250px;
    min-height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    border: 3px solid #f8f8f8;
}
.contenedorPros_img .contenedor-ifram
{
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}
.contenedorPros_img img 
{
    object-fit: none;
    object-position: top;
    width: 100%;
    height: 100%;
   
}
.div-text-producto h3
{
    font-size: 18px;
    font-weight: 500;
    margin: 3px 0px 10px 0px;
}
.contenedor_botones{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.btn-inactivo
{
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid #ec7a22;
    background: #ec7a22;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-activo
{
    border-radius: 50px;
    padding: 5px 20px;
    border: 1px solid #008acb;
    background: #008acb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-derecho{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;  
}
.btn-iconos
{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px 20px;
    border: 1px solid #757782;
    background: #757782;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.class_iframe
{
    height: 25px;width: 25px;
}
.div-filtro
{
    justify-content: space-between;
}
/* ---------------------------------------- */

@media (max-width: 1452px) {
    .contenedorP {
        padding: 50px  13.5%; 
    }
}
@media (max-width: 1300px) {
    .contenedorP {
        padding: 50px  9.5%; 
    }
}
@media (max-width: 1187px) { 
    .contenedorP {
        padding: 50px  5.5%; 
    }
}
@media (max-width: 1124px) { 
    .contenedorP {
        padding: 50px  2%; 
    }
}
@media (max-width: 960px) { 
    .contenedor_productos_D
    {
        grid-template-columns: repeat(2, 1fr);

    }
    .contenedorP {
        padding: 50px  5%; 
    }
    .Pcontenedor_productos
    {
        min-width: 200px;
    }
}
@media (max-width: 730px) { 
    .btn-derecho  {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) { 
    .contenedor_productos_D
    {
        grid-template-columns: repeat(1, 1fr);

    }
    .hContenedorBusqueda{
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .div_contenedorZ_h
    {
        display: flex;
        align-items: center;
    }
    .div-filtro
    {
        gap: 10px;
    }
    .div_contenedor_filtros
    {
        top: 80px;
    }
}