.boton-catalog{
    padding: 5px 8px;
    border-bottom: 1px solid #fff;
	bottom: 10%; color: #fff;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.9em;
}
.wap.wap-videovigilancia{
    margin-top: 100px;
}
.titulo-videovigilancia{
    font-size: 2.5rem;
    background-color: #f4f2f2;
    width: 90%;
    padding: 20px 0;
}
.videovigilancia-info-content{
    flex-wrap: wrap;
    gap: 50px;
}

.videovigilancia-info-content img{
    width: 40%;
}
.videovigilancia-text-content p span{
    font-weight: 900;
}
.catalogo-camaras-videovigilancia{
    width: 90%;
    margin: 100px auto 20px auto;
    padding: 60px 0 10px 0;
}

.titulo-catalogo{
    margin-bottom: 150px; font-size: 4rem; position: relative; color: #444;
}

.titulo-catalogo::after{
    content: '';
    bottom: 0;
    width: 6%;
    height: 5px;
    background-color: #278cd9;
}
.filtros-catalogo-camaras{
    font-family: quick;
    flex-wrap: wrap;
    padding: 0;
    gap: 30px;
    margin-bottom: 50px;
}
/*Icon*/
.label-categoria-seleccionada .categ-img{
    transform: rotate(180deg);
    transition: ease-in-out 0.1s;
}
.label-categoria-seleccionada .categ-img.categ-img-active{
    transform: rotate(0);
}
/*Select*/
.filtros-contenedor{
    width: 40%;
}
.label{
    font-size: 1.2rem;
}
.label-categoria-seleccionada, .label-marca-seleccionada{
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #ccc;
}
#seleccion-filtro{
    width: 40%;
    outline: none;
    margin-top: 5px;
    display: none;
    z-index: 997;
}
#seleccion-filtro.seleccion-filtro-active{
    display: block;
}
#seleccion-filtro > .categoria, #seleccion-marcas > .opcion-marca{
    font-size: 0.8rem;
    white-space: normal;
}
/*Filtro de marcas*/
.filtro-marcas{
    width: 25%;
}
#seleccion-marcas{
    z-index: 996;
    padding: 0;
    outline: none;
    display: none;
    margin-top: 5px;
}

.marca-img{
    transform: rotate(180deg);
    transition: ease-in-out 0.1s;
}
.marca-img.marca-img-active{
    transform: rotate(0);
}
/*Vistas*/
#seleccion-vista{
    width: 25%;
    height: 90px;
    align-items: center;
    text-align: left;
}
.seleccion-vista-contenido{
    gap: 20px;
}
.vista-boton{
    padding: 10px;
    border: 2px solid #ccc;
}
.vista-boton:hover, .vista-boton.vista-boton-active{
    border: 2px solid #444;
}
/* --- Información de categoría --- */
.descripcion-general {
    height: 0;
    margin: 2rem 0 2rem 0;
    transition: height 0.4s ease-in; /* Solo anima la altura */
    visibility: hidden; /* Oculta el elemento */
    overflow: hidden; /* Oculta el contenido que sobresale */
}
.descripcion-general.desc-general-active {
    height: 8rem;
    visibility: visible; /* Hace visible el elemento */
}
.descripcion-general--content {
    height: 0;
    transition: height 0.4s ease-in; 
    visibility: hidden; /* Oculta el elemento */
    overflow: hidden; /* Oculta el contenido que sobresale */
}
.descripcion-general--content.desc-categoria--active {
    height: 10rem;
    visibility: visible; /* Hace visible el elemento */
}
.nombre-categoria{
    font-size: 2rem;
}
.categoria-img{
    transform: rotate(-90deg);
    z-index: -1;
}
.info-categoria{
    margin-left: 1.5rem;
}
/*---Product---*/
.mensaje-error{
    height: 700px;
    width: 100%;
    padding: 10%;
    font-weight: bolder;
    display: flex;
    align-items: center;
    border: 1px dotted #e5e5e5;
}
.mensaje-error h2, .mensaje-error p{
    color: #ababab;
}
.mensaje-error h2{
    font-size: 3rem;
}
.mensaje-error p{
    font-size: 1.2rem;
}
.catalogo{
    margin-bottom: 200px;
    justify-content: left;
    gap: 50px;
    flex-wrap: wrap;
}
/*---Interfaz Cuadrícula----*/
.product-view--1{
    width: 300px;
    height: 500px;
    padding: 15px;
    transition: 0.3s ease;
}
.media-producto-view--1{
    height: 58%;
}
.info-producto-view--1{
    margin-top: 10px;
    gap: 10px;
    height: 40%;
}
.modelo-producto-view--1{
    font-size: 0.9rem;
}
.agregar-carrito--btn{
    color: #fff;
}
/*-----Iterfaz Lista------*/
.product-view--2{
    width: 45%;
    height: 300px;
}
.media-producto-view--2{
    height: 100%;
}
.info-producto-view--2{
    margin-left: 20px;
    padding: 20px 0 20px 0;
}
.nombre-producto-view--2{
    font-size: 1.5rem;
}
.acciones--producto-2{
    gap: 20px;
    margin-top: 50px;
}
/* Interfaz - Estilos generales */

.media-producto{
    z-index: -100;
}
.marca-producto{
    font-size: 0.9rem;
}
.marca-producto span{
    font-weight: lighter;
}
.categoria-producto{
    font-size: 0.8rem;
    color: #a5a4a4;
}
.nombre-producto{
    color: #278cd9;
}
.modelo-producto span{
    text-decoration: underline;
    font-weight: lighter;
    color: #278cd9;
}
.btn-acciones{
    width: 48%;
    font-size: 0.8rem;
}
.agregar-carrito--btn{
    padding: 5px 0;
}
.ver-video--btn{
    border: 1px solid #ccc;
    padding: 5px 0;
}
.media{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(13, 13, 35, 0.7);
}
.media.media-overlay--active{
    display: flex;
}
.image-zoom{
    width: 40%;
    height: 50%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-zoom h3{
    font-size: 1.8rem;
}
.image-zoom .imagen-camara{
    width: 500px;
    transition: 0.5s;
}
.imagen-camara:hover{
    transform: scale(1.2);
}
.video-camara{
    width: 55%;
    border-radius: 10px;
    z-index: 999;
}
.content-cerrar-i{
    position: absolute;
    z-index: 999;
    top: 5%;
    right: 5%;
}
.cerrar-ventana{
    width: 30px;
    height: 30px;
}

.mensaje-video-notFound{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mensaje-video-notFound img{
    width: 30%;
    height: 30%;
}
.mensaje-video-notFound h3{
    font-size: 2rem;
    color: #fff;
}

/*---- Saber más videovigilancia ----*/
.saber-mas-videovigilancia{
    margin: 0 auto 300px auto;
}
.cam-seguridad-content img{
    width: 70%;
}
.inf-seguridad-content section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 4rem;
}
.titulo-categorias-camaras{
    font-size: 3rem;
}
.inf-seguridad-content section article{
    padding: 15px;
}
.inf-seguridad-content section article img{
    width: 18%;
}
.inf-seguridad-content section article h3{
    font-size: 1.2rem;
}
.inf-seguridad-content section article ul{
    margin-top: 5px;
}
.inf-seguridad-content section article ul li{
    color: #777;
}
.inf-seguridad-content section article ul li img{
    transform: rotate(-90deg);
    width: 18px;
    height: 18px;
}
.seleccion-camara{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.seleccion-camara article{
    white-space: normal;
    background-color: #278cd9;
    padding: 50px;
    height: 400px;
}
.seleccion-camara article:nth-child(3n+1){
    background-color: #f8f8f8;
}
.seleccion-camara article:nth-child(3n+2){
    background-color: #333;
}
.seleccion-camara article:nth-child(3n+3){
    background-color: #278cd9;
}
.seleccion-camara article:nth-child(-n+3):nth-child(odd){
    background-color: #278cd9;
}
.seleccion-camara article:nth-child(-n+3):nth-child(even){
    background-color: #f8f8f8;
}
.seleccion-camara article:nth-child(-n+3):nth-child(3n+3){
    background-color: #333;
}
.seleccion-camara article ul{
    font-size: 0.9rem;
}
/* --------------Estilo generales-----------------*/
/* Imagenes */
.image-zoom .imagen-camara, .media-producto img{
    height: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    mix-blend-mode: multiply;
}
/* Contenedores con Flex-direction: column; */
.info-producto-view--2, .seleccion-camara article, .info-producto-view--1, .mensaje-error, #seleccion-vista, #seleccion-marcas{
    flex-direction: column;
}
/* Contenedores con justify-content: center;*/
.vista-boton, .videovigilancia-info-content, .media-producto, .saber-mas-videovigilancia{
    justify-content: center;
} 
/* Contenedores con align-content: center; */
.filtros-catalogo-camaras, .catalogo, .vista-boton, .videovigilancia-info-content, .media-producto, .saber-mas-videovigilancia{
    align-items: center;
}
/* Contenedores con justify-content: space-between*/
.seleccion-camara article, .info-producto-view--1, .product-view--2, .acciones--producto-1, .info-producto-view--2,  #seleccion-vista, .label-categoria-seleccionada, .label-marca-seleccionada, .filtros-catalogo-camaras{
    justify-content: space-between;
}
/* Contenedores con display: flex */
.seleccion-camara article, .inf-seguridad-content section article ul li, .nombre-categoria, .info-producto-view--1, .media-producto, .label-categoria-seleccionada, .info-producto-view--2, .videovigilancia-info-content, .product-view--2, .acciones--producto-1, .acciones--producto-2, .vista-boton, .catalogo, .filtros-catalogo-camaras, .label-marca-seleccionada, .seleccion-vista-contenido, #seleccion-vista, #seleccion-marcas.seleccion-marcas-active, .saber-mas-videovigilancia{
    display: flex;
}
/* Items y contenedores con cursor: ponter */
.boton-catalog, .modelo-producto, .modelo-producto span, .cerrar-ventana, .media, .media-producto, .media-producto img, .vista-boton, .label-marca-seleccionada, .label-marca, .label-categoria, .label-categoria-seleccionada, .vista-boton img, #seleccion-filtro > .categoria, #seleccion-filtro, #seleccion-marcas, #seleccion-marcas > .opcion-marca, .categoria-seleccionada, .categ-img, .marca-img{
    cursor: pointer;
}
/* Contenedors con border:radius */ 
.content-cerrar-i, .product, .vista-boton, .videovigilancia-info-content img, .label-categoria-seleccionada, .label-marca-seleccionada, .btn-acciones{
    border-radius: 3px;
}
/* Contenedores con fondo #fff*/
.label-categoria-seleccionada, #seleccion-marcas, #seleccion-filtro, .image-zoom{
    background-color: #fff;
}
/* Contenedores con background-color: #278cd9;*/
.agregar-carrito--btn{
    background-color: #278cd9;
}
/* Contenedores con fondo #f1f8fd*/
#seleccion-filtro > .categoria:hover, #seleccion-marcas > .opcion-marca:hover, .media-producto{
    background-color: #f1f8fd;
}
/* Contenedores de filtro - Padding */
#seleccion-filtro > .categoria, #seleccion-marcas > .opcion-marca{
    padding: 10px 3px 8px 15px; 
}
/* Contenedores con position absolute y left : 0*/
#seleccion-filtro, #seleccion-marcas, .marca-producto, .titulo-catalogo::after{
    left: 0;
}
.boton-catalog, .titulo-catalogo::after, #seleccion-filtro, #seleccion-marcas{
    position: absolute;
}
/* Contenedores con box shadow */
#seleccion-filtro, #seleccion-marcas, .product-view--1{
    box-shadow: rgba(85, 85, 85, 0.3) 0px 2px 8px 0px;
}
/* Contenedores con bold */
.modelo-producto, .marca-producto, .nombre-producto, .label, .inf-seguridad-content section article h3, .image-zoom h3, .titulo-videovigilancia{
    font-weight: bold;
}
/* Contenedores con color: #444 */
#seleccion-filtro > .categoria, .label, .titulo-videovigilancia{
    color: #222;
}
/* Contenedores con position relative */
.filtros-catalogo-camaras, .filtro-marcas, .media-producto{
    position: relative;
}
/*Contenedores con text-align: center; */
.boton-catalog, .titulo-videovigilancia{
    text-align: center;
}
/* Contenedores width: 100%; */
.seleccion-camara, .saber-mas-videovigilancia, .filtros-catalogo-camaras, #seleccion-marcas, .descripcion-general, .media-producto img, .media{
    width: 100%;
}
/* Contenedores width: 50%; */
.videovigilancia-text-content, .media-producto-view--2, .info-producto-view--2, .cam-seguridad-content{
    width: 50%;
}
/*Conetendores Height auto*/
.videovigilancia-info-content img, .video-camara, .cam-seguridad-content img, .inf-seguridad-content section article img{
    height: auto;
}
.titulo-videovigilancia, .titulo-catalogo, .nombre-categoria, .titulo-categorias-camaras{
    font-family: 'Bebas Neue';
}


@media only screen and (max-width: 1150px){
    .filtros-catalogo-camaras{
        width: 95%;
    }
    #seleccion-vista{
        align-items: start;
    }
    .filtros-contenedor, #seleccion-filtro{
        width: 50%;
    }
    .filtro-marcas{
        width: 50%;
    }
    #seleccion-filtro > .categoria, #seleccion-marcas > .opcion-marca{
        font-size: 0.8em;
    }
    .catalogo{
        gap: 0;
        border-collapse: collapse;
    }
    .product-view--1{
        box-shadow: none;
        width: 33.33%;
        height: 500px;
        border-collapse: collapse;
    }
    .marca-producto{
        font-size: 1rem;
    }
    .acciones--producto-1 > .btn-acciones, .acciones--producto-2 > .btn-acciones{
        font-size: 0.7rem;
    }
    .product-view--2{
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .media-producto-view--2{
        width: 40%;
    }
    .info-producto-view--2{
        width: 55%;
        margin: 0;
    }
    .boton-catalog{
        padding: 5px 10px;
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 901px){
    .filtros-contenedor, #seleccion-filtro{
        width: 100%;
    }
    .product-view--1{
        width: 45%;
        height: 500px;
    }
    .media-producto img{
        width: 80%;
    }
    .nombre-categoria{
        font-size: 1.7rem;
    }
    .info-categoria{
        font-size: 0.8rem;
    }
    .content-cerrar-i{
        top: 5%;
        right: 5%;
    }
    .image-zoom{
        width: 70%;
        height: 45%;
    }
    .image-zoom h3{
        font-size: 1.2em;
        padding-top: 0;
    }
    .video-camara{
        width: 70%;
    }
    .saber-mas-videovigilancia{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 80px;
    }
    
     .cam-seguridad-content{
        display: flex;
        justify-content: center;
        align-items: center;
     }
    .cam-seguridad-content img{
        width: 80%;
    }
}
@media only screen and (max-width: 748px){
    .product-view--1{
        width: 50%;
    }
    .info-producto-view--1{
        margin-top: 10px;
        height: 40%;
    }
    .product-view--2{
        height: 200px;
        margin-bottom: 20px;
    }
    .media-producto-view--2{
        width: 40%;
    }
    .info-producto-view--2{
        width: 55%;
        margin: 0;
    }
    .nombre-categoria{
        font-size: 1.2rem;
    }
    .info-categoria{
        font-size: 0.8rem;
    }
    .mensaje-error{
        text-align: center;
    }
    .mensaje-error h2{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 601px){
    
    .titulo-catalogo{
        font-size: 2.5rem;
        margin-bottom: 80px;
    }
    .titulo-catalogo::after{
        width: 20%;
    }

    .filtros-catalogo-camaras{
        gap: 10px;
    }
    .label{
        font-size: 0.8rem;
    }
    .label-categoria-seleccionada, .label-marca-seleccionada{
        padding: 5px 10px;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    .categ-img, .marca-img{
        width: 15px;
    }
    .filtro-marcas{
        width: 100%;
    }
    .label-categoria-seleccionada, .label-marca-seleccionada, #seleccion-filtro > .categoria, #seleccion-marcas > .opcion-marca {
        font-size: 0.7rem;
    }
    #seleccion-vista{
        margin: 8px 0 0 0;
        width: 100%;
        height: 55px;
    }
    .vista-boton{
        padding: 5px;
    }
    .vista-boton img{
        width: 1rem;
        height: 1rem;
    }
    .product-view--1{
        width: 50%;
        height: 300px;
        padding: 15px;
    }
    .info-producto-view--1{
        height: 55%;
        margin-top: 3px;
    }
    .media-producto-view--1{
        height: 45%;
    }
    .acciones--producto-1{
        margin-top: 0;
    }
    .acciones--producto-1 > .btn-acciones, .acciones--producto-2 > .btn-acciones{
        font-size: 0.6rem;
        padding: 3px 5px;
    }

    .nombre-producto-view--1{
        font-size: 0.8rem;
    }
    .media-producto img{
        width: 100%;
    }
    .marca-producto{
        font-size: 0.5rem;
    }
    .categoria-producto, .modelo-producto-view--1{
        font-size: 0.8rem;
    }
    .product-view--2{
        height: 180px;
    }
    .nombre-producto-view--2{
        font-size: 0.9rem;
    }
    .acciones--producto-2{
        margin-top: 20px;
    }
    .descripcion-general.desc-general-active {
        height: 8rem;
    }
    .descripcion-general--content.desc-categoria--active{
        overflow: auto;
        height: 8rem;
    }
    .info-categoria{
        font-size: 0.7rem;
    }
    .video-camara{
        width: 80%;
    }
    .cerrar-ventana{
        width: 25px;
        height: 25px;
    }
    .inf-seguridad-content{
        width: 90%;
    }    
    .boton-catalog {
        padding: 3px 15px;
        font-size: 0.9rem;
    }
    
}
@media only screen and (max-width: 490px){
    .catalogo{
        justify-content: left;
        gap: 5px;
    }
    .product-view--1{
        min-width: 40%;
        max-width: 48%;
        padding: 10px;
        gap: 10px;
    }
    .media-producto-view--1{
        height: 50%;
    }
    .info-producto-view--1{
        height: 45%;
    }
    .nombre-producto-view--1{
        font-size: 0.6rem;
    }
    .categoria-producto, .modelo-producto-view--1{
        font-size: 0.5rem;
    }
    .acciones--producto-1 > .btn-acciones,  .acciones--producto-2 > .btn-acciones{
        font-size: 0.6rem;
        padding: 2px 0;
    }
    .product-view--2{
         height: 150px;
         margin-bottom: 5px;
    }
    .info-producto-view--2{
        margin-left: 0;
    }
    .nombre-producto-view--2{
        font-size: 0.8rem;
    }
    .acciones--producto-2{
        margin-top: 10px;
        gap: 5px;
    }
    .nombre-categoria{
        font-size: 1rem;
    }
    .info-categoria{
        font-size: 0.8rem;
    }
    .inf-seguridad-content section{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 4rem;
    }
    .inf-seguridad-content section article img{
        width: 20%;
    }
     .boton-catalog {
        font-size: 0.7rem;
    }
}
@media only screen and (max-width: 315px){
    .catalogo{
        justify-content: center;
    }
    .product-view--1{
       min-width: 90%;
    } 
    .product-view--2{
         height: 130px;
    }
    #seleccion-filtro > .categoria{
        font-size: 0.6rem;
    }
    .acciones--producto-1 > .btn-acciones,  .acciones--producto-2 > .btn-acciones{
        font-size: 0.5rem;
  
    }
}