@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Cookie&family=DM+Serif+Display:ital@0;1&family=Lobster&family=Mulish&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&family=Signika+Negative:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Cookie&family=DM+Serif+Display:ital@0;1&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&family=Signika+Negative:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Cookie&family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lobster&family=Lora:ital,wght@0,400..700;1,400..700&family=Mulish&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&family=Signika+Negative:wght@300..700&display=swap');

/* Reinicio de márgenes y padding para todos los elementos */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    position: relative;
    height: 100%;
    background-color: black;
}

.nav a {
    color: rgb(255, 255, 255) !important;
    text-shadow: 4px 4px 8px rgb(132, 179, 255) !important;
    font-family: "Signika Negative", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.logo {
    height: 40px;
    width: 100%;
}


/* Estilo para el texto de la navegación */


/* Estilo del texto de la navegación */

h1 {
    font-family: "Signika Negative", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    text-align: center;
}

#art_h1 {
    font-family: "Signika Negative", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    text-align: center;
}


/* Estilo de la sección informativa */

.info {
    width: 100%;
    height: 300px;
    background-color: #fff;
}


/* Divider con sombra */

.b-example-divider {
    height: 3rem;
    background-color: #fff;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


/* Estilo de logo */

.logo {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    margin: 10px;
}


/* Título principal */

.logo-h1 {
    text-align: center;
    font-size: 2.5rem;
}


/* Estilo de lista */

.lista {
    font-size: 1.4rem;
    color: gray;
}


/* Pie de página */

.pie {
    background-color: rgba(194, 194, 194, 0.836);
    padding: 20px;
}

.pie footer p {
    text-align: center;
    font-family: 'Times New Roman', serif;
    font-size: 1rem;
}


/* Contenedor general */

.container1 {
    position: relative;
    min-height: 100vh;
    background: #ececec;
}


/* Estilo de los títulos dentro del contenedor */

.container1 h1 {
    font-size: 2.5rem;
    font-weight: normal;
    padding: 15px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}


/* Contenedor de imágenes */

.container1 .image-container1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}


/* Estilo de las imágenes */

.container1 .image-container1 .image {
    height: 180px;
    width: 100%;
    max-width: 280px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s linear;
}

.container1 .image-container1 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container1 .image-container1 .image:hover img {
    transform: scale(1.1);
}


/* Imagen emergente */

.container1 .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.container1 .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: #ffffff;
    cursor: pointer;
    z-index: 100;
}

.container1 .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ffffff;
    border-radius: 5px;
    width: 90%;
    max-width: 750px;
    object-fit: cover;
}


/* Fondo de la página principal */

.body-index {
    background-color: #000;
    background-size: cover;
}


/* Logo específico */

.logo_jap {
    padding-right: 40px;
    width: 90%;
}

.modal .modal-dialog {
    max-width: 50%;
}

.modal img {
    border-radius: 10px;
}


/* Media queries para dispositivos móviles */


/* Pantallas grandes: entre 1105px y 1912px */


/* Estilo general para .cont que se aplica a todas las pantallas */


/* Ajustes para pantallas grandes */

@media only screen and (min-width: 1105px) {
    .cont {
        min-height: 60vh;
        /* Mayor altura mínima para pantallas grandes */
    }
    #buscador_p {
        position: absolute;
        width: 30%;
        top: 0%;
        left: 70%;
    }
}


/* Ajustes para pantallas medianas */

@media only screen and (min-width: 781px) and (max-width: 1104px) {
    .cont {
        min-height: 70vh;
        /* Ajusta la altura para pantallas medianas */
    }
    #buscador_p {
        position: absolute;
        width: 35%;
        top: 0%;
        left: 70%;
    }
}


/* Ajustes para pantallas pequeñas */

@media only screen and (max-width: 780px) {
    .cont {
        min-height: 80vh;
        /* Ajusta la altura mínima para pantallas más pequeñas */
    }
    .swiper-slide img {
        width: 80%;
    }
}


/* Ajustes para pantallas muy pequeñas */

@media only screen and (max-width: 480px) {
    .logo {
        height: 50px;
        width: 100%;
        margin-right: 50px;
    }
    .cont {
        min-height: 70vh;
        /* Casi ocupa todo el alto de la pantalla */
    }
    .swiper-slide img {
        width: 80%;
    }
}


/******************************* pagina de catalogo de productos  ***********************/

.contenedor {
    width: auto;
    max-width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor .tarjeta {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15px;
    cursor: pointer;
    transition: .3s;
    padding-top: 50px;
}

.contenedor .tarjeta:hover {
    background-color: rgb(236, 236, 236);
}

.contenedor .tarjeta h5 {
    font-size: 22px;
    color: #424242;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: underline;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.imagen {
    width: 140px;
    margin-left: 25px;
    margin-top: -40px;
}

.contenedor .tarjeta p {
    font-size: 14px;
    color: rgb(221, 221, 221);
    font-family: Arial, Helvetica, sans-serif;
}