/* poppins-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins/poppins-v23-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins/poppins-v23-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v23-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins/poppins-v23-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins/poppins-v23-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins/poppins-v23-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.foto_normal {

    width: 100%;
    max-width: 100%;
}

.linea_degradada_v3_corta {
    width: 130px;
    height: 4px;
    background: #C92121;
    background: linear-gradient(90deg, rgba(201, 33, 33, 1) 0%, rgba(66, 119, 215, 1) 100%);
}

.titulo_seccion_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    margin-bottom: 18px;

}

.caja_roja_ciss {

    background-color: #cc0000;
    padding: 18px 10px;
    text-align: center;
    color: white;

}

.titulo_caja_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    margin: 0;
}

.foto_entera {
    user-select: none;

    width: 100%;
    max-width: 100%;
}

.titulo_seccion_ploma_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin: 0;
}

.titulo_seccion_roja_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    margin: 0;
}


.caja_plomo_ciss {
    padding: 18px 10px;
    background-color: #e5e5e5;

}

.caja_plomo_logo {

    padding: 20px 10px;
    background-color: #eeeeee;
}

.logo_ciss {
    width: auto;
    height: 42px;
}


.caja_negra_ciss {
    background-color: #000000;
    padding: 28px 10px;
    text-align: center;
    color: white;
}

.caja_logo_ciss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.titulo_video_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;

    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;

    text-align: center;
}

.subtitulo_video_ciss {

    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 10px;

    text-align: center;
}

.grilla_logotipo_prixma {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.logo_prixma {
    height: 39px;
    width: auto;
}

.grilla_producto_ciss_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.grilla_producto_ciss_2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.imagen_producto_ciss_v2 {
    width: 298px;
    max-width: 100%;
}

.imagen_producto_ciss_v1 {
    width: 200px;
    max-width: 100%;
}

.titulo_ciss_producto {

    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;

}

.texto_ciss_producto {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0;
}

.caja_producto_ciss {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 388px;
}

.caja_producto_ciss_3 {

    width: 220px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

}

.caja_producto_ciss_2 {
    width: 327px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 388px;
}


.accion_ver_mas {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: #C92121;
    text-decoration: none;
    font-weight: bold;
}

.banner_ciss_v3 {

    height: 500px;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.titulo_banner_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0 0px;
}

.texto_banner_ciss {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0px;
}

.grilla_base_producto_ciss {
    display: grid;
    width: 100%;
    overflow-x: auto;
}

.parte_titulo_ciss_1 {
    width: 80%;
}

.parte_titulo_ciss_2 {
    flex-grow: 1;
}

.caja_separadora {
    padding-top: 24px;

    height: -webkit-fill-available;
}

.grilla_interna {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.caja_encabezado {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

.separador_linea_vertical {
    border-left: 2px solid #cccccc;
    height: 100%;
    width: 2px;
    background-color: #cccccc;
}

.foto_de_footer {
    width: 100%;
    max-width: 100%;

}


.caja_etiqueta {

    display: flex;
    gap: 5px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
}

.enlace_titulo_ciss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    gap: 0px 10px;
}


.pro_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.titulo_modal_ciss {

    font-family: 'Opticsans Bold';
    font-size: 34px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.subtitulo_modal_ciss {

    font-family: 'Opticsans Bold';
    font-size: 26px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.pro_modal-content {
    background-color: #fefefe;
    margin: auto auto;

    margin-top: 20vh;
    padding: 0px 20px;
    padding-bottom: 36px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 15px;
    z-index: 1 !important;
}

.margin_corto {
    margin-bottom: 15px;
}

.margin_corto_top {
    margin-top: 14px;
}

.lado_boton_cierre {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 18px;
}

.pro_close {
    color: #aaa;

    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pro_close:hover,
.pro_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.boton_cierre {
    z-index: 999;
    user-select: none;
    color: #ffffff;
    /* Texto gris */
    background-color: #888888;
    border-radius: 50%;
    /* 6px */
    font-size: 28px;
    /* 14px */
    width: 2rem;
    /* 32px */
    height: 2rem;
    /* 32px */
    margin-left: auto;
    /* Margen izquierdo automático */
    display: inline-flex;
    /* Mostrar como flex en línea */
    justify-content: center;
    /* Centrar horizontalmente */
    align-items: center;
    /* Centrar verticalmente */
}

.boton_cierre:hover {
    background-color: #5a5a5a;
    /* Fondo gris claro al pasar el mouse */
    color: #ffffff;
    /* Texto negro al pasar el mouse */
}

.boton_accion_negocio {
    user-select: none;
    cursor: pointer;
    border: 0;
    background-color: #CC0000;
    color: white;
    padding: 10px 17px;
    text-decoration: none !important;
    font-size: 17px;
    margin-top: 18px;
    font-weight: 600;
    width: 300px;
}

.link_activo {
    cursor: pointer;
}

.center_flex {
    display: flex;
    justify-content: center;
}

.foto_papelein {

    width: 237px;
}

.caja_pagina_ciss_v3 {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 998px) {
    .foto_papelein {
        width: 145px;
    }

    .caja_pagina_ciss_v3 {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .lado_boton_cierre {
        margin-bottom: -31px;
        margin-right: 20px;
        margin-top: 17px;
    }

    .margen_movil_imagen {
        margin-bottom: -50px;
        z-index: 99;
    }

    .pro_modal-content {
        width: 95%;
        padding: 0px 0px;
        padding-bottom: 30px;
        margin-top: 10px;
    }

    .caja_negra_ciss {
        padding: 15px 10px;
    }

    .foto_de_footer {
        width: 100%;
        max-width: 100%;
        height: 237px;
        object-fit: cover;
    }

    .caja_plomo_ciss {
        padding: 10px 10px;
    }

    .titulo_caja_ciss {
        font-size: 22px;
    }

    .caja_roja_ciss {
        padding: 12px;
    }

    .titulo_seccion_ciss {
        font-size: 22px;
    }

    .caja_logo_ciss {
        gap: 15px;
    }

    .logo_ciss {
        height: 33px;
    }

    .logo_prixma {
        height: 25px;
    }

    .texto_banner_ciss {
        font-size: 18px;
    }

    .titulo_banner_ciss {
        font-size: 24px;
    }

    .titulo_video_ciss {
        font-size: 21px;
    }

    .padding_interno_ciss {
        padding: 0px;
        padding-left: 9px;
        padding-right: 3px;
    }

    .caja_producto_ciss {
        width: 126px;
        min-height: 304px;
    }

    .texto_ciss_producto {
        font-size: 15px;
    }

    .caja_producto_ciss_2 {
        width: 189px;
        min-height: 304px;
    }

    .caja_producto_ciss_3 {
        width: 122px;
    }

    .titulo_seccion_ploma_ciss {
        font-size: 16px;
    }

    .titulo_ciss_producto {

        font-size: 19px;

    }

    .titulo_seccion_roja_ciss {
        font-size: 18px;
    }

    .accion_ver_mas {
        font-size: 16px;
    }
}


@media (min-width: 999px) and (max-width: 1290px) {
    .titulo_video_ciss {
        font-size: 22px;
    }

    .grilla_producto_ciss_2 {
        gap: 7px;
    }

    .caja_producto_ciss {
        width: 167px;
    }

    .caja_producto_ciss_2 {
        width: 250px;
    }

    .caja_producto_ciss_3 {
        width: 192px;
    }
}

@media (min-width: 1291px) and (max-width: 1635px) {
    .grilla_producto_ciss_2 {
        gap: 7px;
    }

    .caja_producto_ciss {
        width: 174px;
    }

    .caja_producto_ciss_2 {
        width: 258px;
    }

    .caja_producto_ciss_3 {
        width: 192px;
    }
}