:root {
    --RojoVivo: #e90303;
}

.titulo_rojo_optico {
    font-size: 2.5em;
    font-weight: 800;
    color: var(--RojoVivo);
    font-family: 'OpticSans Bold';
    margin-bottom: 0;
    margin-top: -0.8rem;
}

.titulo_negro_optico {
    font-size: 2.8em;
    font-weight: 400;
    color: rgb(59, 59, 59);
    margin-bottom: 0;
    font-family: 'OpticSans Bold';
}

.fuente_mont {
    font-family: "Montserrat", sans-serif;
}

.fuente_light {
    font-weight: 400;
}

.fuente_bold {
    font-weight: 800;
}

.item_escena img {
    border-radius: 17px 17px 0 0;
    border: 1px solid rgb(223, 223, 223);
    width: 100%;
}

.item_escena .bloque {
    border-radius: 0 0 17px 17px;
    margin-top: 0.5rem;
    background-color: var(--RojoVivo);
    padding: 0.9rem 0.5rem 0.55rem;
    text-align: center;
    color: white;
}

.item_escena h4 {
    font-weight: 700;
    font-family: 'OpticSans Bold';
    font-size: 0.9rem;
    text-align: center;
}

.item_lentes {
    position: relative;
    min-height: 260px;
    height: 100%;
    text-align: center;

    background-color: #f2f2f2;
    width: 100%;


}

.item_lentes.inicio {
    border-top-left-radius: 1.3rem;
    /*  border-top-right-radius: 1.3rem;*/
    border-bottom-left-radius: 1.3rem;
}

.item_lentes.fin {
    border-top-right-radius: 1.3rem;
    /*  border-top-right-radius: 1.3rem;*/
    border-bottom-right-radius: 1.3rem;
}

.borde_izquierda {
    border-left: 2px solid #e1e1e1;
}

.item_lentes img {
    margin-top: 14px;
    transition: transform 0.2s;
    width: 180px;
}

.item_lentes img:hover {
    transform: scale(1.1);
}

.item_lentes div img:hover {
    transform: none;
}

.texto_escena {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_escena h3 {

    font-weight: 700;
    font-size: 1.2rem;
}

.item_lentes h4 {

    margin-top: 15px;
    text-align: center;
    font-weight: 600;
    font-family: 'OpticSans Book';
    font-size: 16px;
    color: #5d5d5d;
}

@media screen and (max-width: 1368px) {
    .item_lentes {}
}

@media screen and (min-width: 1369px) and (max-width: 1500px) {
    .item_lentes {}
}

@media (max-width: 767px) {
    .caja_texto_escena {
        padding: 0.5rem 1.4rem;
    }



    .item_lentes {

        padding: 0rem 1rem;
    }

    .titulo_negro_optico {
        font-size: 2.5em;
        text-align: center;
    }

    .titulo_rojo_optico {
        font-size: 2.5em;
        text-align: center;
    }
}

@media (max-width: 1641px) {
    .item_escena h4 {
        font-size: 0.8rem;
    }
}

.boton_lente {
    width: 100%;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #b3b3b3;
    padding: 0.6rem 2.5rem;
    color: rgb(255, 255, 255);
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* flex-grow: 1; */
}

.boton_lente:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(218, 8, 8);
    text-decoration: none;
}

.altura_completa {
    height: 100%;
    object-fit: cover;
}

.boton_lente.activo {
    color: rgb(255, 255, 255);
    background-color: var(--RojoVivo);
    text-decoration: none;
}

.tabla_pro_v9 {

    display: inline-block;
    border-collapse: separate;
    border-spacing: 11px 11px;
    place-items: stretch;
    overflow-x: auto;
}

.boton_rojo_v1 {
    margin-top: 30px;
}

.texto_flotante {
    background: #dddddd;
    color: #000000;
    padding: 6px 9px;
    position: absolute;
    top: 12px;
    right: 0px;
    text-align: center;
    width: 105px;
    text-wrap-style: balance;
    font-size: 10px;
    font-family: 'OpticSans Book';
    margin: 0;
}

.grilla_boton_lentes {
    display: flex;
    gap: 7px;
}

.margen_boton_opcion_v9 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1370px) {
    .col-grande-12 {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
}

.fondo_seccion_rojo {
    background-color: var(--RojoVivo);
    display: inline-flex;
}

.fondo_seccion_rojo h3 {
    margin-bottom: 0;
    color: white;
    font-size: 1.65rem;
    padding: 0.8rem 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.caja_texto_escena {
    font-family: "Montserrat", sans-serif;
    padding: 0 2rem;
}

.caja_texto_escena h4 {
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    color: rgb(61, 61, 61);
    font-size: 1.22rem;
    font-weight: 800;
}

.caja_carusel {
    background-color: var(--RojoVivo);
}

.caja_carusel h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.45rem;
    color: white;
    text-align: center;
}

.item_carusel {
    font-family: "Montserrat", sans-serif;
    display: flex;
    gap: 20px;
    align-items: center;
    color: white;
    justify-content: center;
}

.item_carusel p {
    font-weight: 500;
    margin-bottom: 0;
}

.item_carusel h5 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
}

.item_carusel img {
    width: 90px;
    border-radius: 50%;
}

.fila_carusel {
    display: flex;
    justify-content: center;
    gap: 72px;
    align-items: center;
    align-content: center;
}

.texto_flecha img {
    width: 10px;
    border-radius: 0;
}

.texto_flecha {
    display: flex;
    align-items: center;
    gap: 7px;
}

.texto_carusel {
    font-family: "Montserrat", sans-serif;
    background-color: white;
    color: var(--RojoVivo);
    padding: 0.2rem 1.2rem;
    border-radius: 17px;
    font-weight: 800;
}

.centrado_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_descarga {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.texto_descarga img {
    width: 180px;
}

.texto_descarga .titulo {
    margin-top: 0.8rem;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.texto_descarga .texto {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 800;
    color: var(--RojoVivo);
}



.caja_copy {
    font-family: "Montserrat", sans-serif;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caja_copy p {
    font-weight: 500;
    margin: 0;
}

.espaciado_tres {
    gap: 31px 0px;
}

.border_item .col-lg-4:not(:first-child) {
    border-left: 2px solid rgb(197, 197, 197);
}

@media (max-width: 767px) {
    .border_item .col-lg-4:not(:first-child) {
        padding-top: 1.7rem;
        border-left: 2px solid rgba(255, 255, 255, 0);
        border-top: 1px solid rgb(197, 197, 197);
    }

    .fila_carusel {
        gap: 17px;
        flex-direction: column;
    }
}

.slider_banner .foto_movil {
    display: none;
}

@media (max-width: 767px) {
    .slider_banner .foto_movil {
        display: block;
    }

    .slider_banner .foto_grande {
        display: none;
    }
}

@media (max-width: 767px) {
    .item_escena img {
        height: 167px;
        object-fit: cover;
        object-position: 0% 6%;
    }

    .slick-prev,
    .slick-next {
        -webkit-transform: translate(0, 122%) !important;
        -ms-transform: translate(0, 122%) !important;
        transform: translate(0, 122%) !important;
    }

    .item_carusel {
        flex-direction: column;
    }

    .espacio_vertical {
        gap: 20px 0;
    }

    .item_lentes.inicio {}

    .borde_izquierda {
        border-top: 2px solid #e1e1e1;
        border-left: 0px solid #e1e1e1;
    }

    .item_lentes.fin {
        border-top-right-radius: 0;
        border-bottom-right-radius: 1.3rem;
        border-bottom-left-radius: 1.3rem;
    }
}

.item_escena:hover {
    text-decoration: none;
}

.grilla_de_dos {
    display: flex;
}

.item_escena_v9 {

    width: 219px;

    justify-self: center;
}

.item_escena_v9:hover {
    text-decoration: none;
}

.item_escena_v9 .bloque {
    border-radius: 0 0 17px 17px;
    margin-top: 0.5rem;
    background-color: var(--RojoVivo);
    padding: 0.9rem 0.5rem 0.55rem;
    text-align: center;
    color: white;
}

.item_escena_v9 img {
    border-radius: 17px 17px 0 0;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 213px;
    object-fit: cover;
}

.item_escena_v9 h4 {

    font-size: 16px;
    text-align: center;
    font-family: 'OpticSans Bold';
    text-decoration: none;
    margin: 0;

    margin-bottom: 8px;
}

.grilla_vertical {
    display: flex;
    overflow-x: auto;
    width: 100%;
    /* height: 50%; */
    flex-direction: row;
    flex-wrap: nowrap;
}

.fondo_plomo {
    background-color: #f2f2f2;
}

.titulo_seccion_v9 {
    font-size: 18px;
    text-align: center;
    padding: 0;

    margin: 0;
    margin-bottom: 10px;
    font-family: 'OpticSans Bold';
}

.texto_seccion_v9 {
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
    text-wrap-mode: nowrap;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .caja_texto_escena {
        padding: 0 1.2rem;
    }

    .grilla_inversa {
        flex-direction: column-reverse;
    }

    .item_lentes img {
        width: 120px;
        padding-top: 8px;
    }

    .item_lentes {

        min-height: 210px;
    }

    .item_escena_v9 img {
        height: 147px;
    }

    .item_escena_v9 {
        width: 179px;
    }

    .item_lentes h4 {

        font-size: 14px;
    }
}

.tabla_compatibilidad {

    width: 100%;
    margin: 0 auto;
    font-family: 'OpticSans';
    margin-top: 50px;
}

.tabla_compatibilidad__tabla {
    width: 100%;
    border-collapse: collapse;

    overflow-x: auto;
    display: inline-block;
    justify-items: stretch;
    padding-bottom: 14px;

}

.tabla_compatibilidad__titulo {
    background: #b80000;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 16px 0;

}

.tabla_compatibilidad__header {
    background: #b80000;
    color: #fff;
    text-align: center;
    padding: 10px 6px;
    border: 1px solid #fff;
    font-size: 17px;
}

.tabla_compatibilidad__subheader {
    font-size: 0.85em;
    color: #ffd6d6;
    font-weight: normal;
}

.tabla_compatibilidad__row {
    background: #ffffff;
    font-family: 'OpticSans Bold';
    padding: 8px 6px;
    font-size: 17px;
    border: 1px solid #ddd;
    text-align: center;
}

.tabla_compatibilidad__cell {
    background: #fff;
    text-align: center;
    padding: 8px 6px;
    border: 1px solid #ddd;
    font-size: 17px;
    font-family: 'OpticSans Book';
}

.tabla_compatibilidad__cell--gris {
    background: #f0f0f0;
    color: #090909;
}

.tabla_compatibilidad__nota {
    font-size: 15px;
    color: #555;
    display: block;
    margin-top: 2px;
}

.pro_v9_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
}

.pro_v9_modal_content {
    background: #fff;
    margin: 5% auto;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    width: 900px;
    max-width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    position: relative;
    animation: pro_v9_fadeIn 0.3s;
}

.pro_v9_modal_content.producto_v9 {
    width: 890px;
    max-width: 90%;
}

@keyframes pro_v9_fadeIn {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pro_v9_close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 33px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
    background-color: #a90000;
    transition: color 0.2s;
    padding: 4px 11px;
    border-radius: 6px;
}

.pro_v9_close:hover {
    color: #ffffff;
}


.parte_arriba_camara {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    justify-content: center;
}

.parte_medio_camara {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.parte_abajo_camara {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
}

.margen_foto_1 {
    margin-right: 19px;
    margin-left: 51px;
}

.foto_maleta {
    width: 175px;
}

.foto_tamano_1 {
    width: 154px;
}

.foto_tamano_2 {
    margin-right: 21px;
    width: 83px;
}

.foto_tamano_3 {
    width: 169px;
}

.foto_tamano_5 {
    width: 218px;
}

.foto_tamano_6 {
    width: 182px;
}

.foto_tamano_7 {
    width: 214px;
}

.foto_tamano_8 {
    width: 154px;
}

.foto_tamano_9 {
    width: 205px;
}

.item_foto_camara:hover {

    cursor: pointer;
    transition: all .2s;
    transform: scale(1.1);
}

.margen_foto_2 {
    margin-right: 66px;
}

.grilla_camara_completa {
    padding: 0px 0;
}

.grilla_productos_v9 {
    margin-top: 17px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.caja_producto_v9_item {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
    padding: 21px;
    width: 270px;
}

.item_producto_v9_camara {
    width: 232px;
    height: 170px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .foto_maleta {
        width: 129px;
    }

    .foto_tamano_6 {
        width: 130px;
    }

    .grilla_productos_v9 {
        grid-template-columns: 1fr;
        padding: 0px 12px;
    }

    .caja_producto_v9_item {
        width: 100%;
    }
}

.texto_producto {
    font-family: 'OpticSans';
    text-align: start;
    font-size: 17px;
    margin: 0;
}

.tipo_producto {
    font-family: 'OpticSans';
    text-align: start;
    color: #d61218;
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}


.caja_titulo_seccion_v9 {
    background-color: #d61218;
    color: white;
    padding: 23px 43px;
    text-align: center;
}

.titulo_blanco_seccion {
    font-size: 25px;

}

.texto_camara_leyenda {
    margin-top: 15px;
    margin-bottom: 30px;
}

.caja_base_tabla_v9 {
    padding: 0px 114px;
    padding-right: 114px;
}


.grilla_banner_seccion_v9 {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.parte_1_banner_seccion_v9 {
    width: 50%;
}

.parte_2_banner_seccion_v9 {
    width: 50%;
}

.container_fluid_pro {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.container_full_pro {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.grilla_seccion_foto_v9 {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.item_seccion_foto_v9 {
    width: 50%;
}

.foto_creador_v6 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 543px;
    max-height: 545px;
    object-fit: cover;
}


/* XS - desde 0px (por defecto) */
@media (min-width: 0px) {
    .container_fluid_pro {
        max-width: 100%;
    }
}


/* XL - desde 1200px */
@media (min-width: 1200px) {
    .container_fluid_pro {
        max-width: 1140px;
    }

}

/* XXL - desde 1400px */
@media (min-width: 1400px) {
    .container_fluid_pro {
        max-width: 1320px;
    }
}

@media (max-width: 980px) {

    .foto_creador_v6 {
        min-height: unset;
    }

    .caja_base_tabla_v9 {
        padding: 0px 0px;
    }

    .tabla_compatibilidad__nota {
        font-size: 13px;
    }

    .pro_v9_modal_content.producto_v9 {

        padding: 1.2rem 0.5rem;
        grid-template-columns: 1fr;
    }



    .pro_v9_modal_content {
        width: 93%;
        padding: 1.2rem 0.5rem;
    }

    .tabla_compatibilidad__header {
        font-size: 15px;
        white-space: nowrap;
    }

    .margen_foto_1 {
        margin-right: 22px;
        /* 52 - 30 */
        margin-left: 35.5px;
        /* 76.5 - 30 */
    }

    .foto_tamano_1 {
        width: 110px;
    }

    .foto_tamano_2 {
        width: 61px;
    }

    .foto_tamano_3 {
        width: 95px;
    }

    .foto_tamano_5,
    .foto_tamano_7 {
        width: 153.5px;
    }

    .foto_tamano_8 {
        width: 100px;
    }

    .foto_tamano_9 {
        width: 147px;
    }

    .grilla_camara_completa {

        overflow: scroll;
        max-width: 100%;
        place-items: self-start;
        padding: 20px 10px;
    }

    .caja_titulo_seccion_v9 {

        padding: 14px 18px;

    }

    .titulo_blanco_seccion {
        font-size: 17px;
    }

    .caja_carusel h4 {
        font-size: 16px !important;
        padding: 0 0.85rem;
    }

    .caja_texto_escena h4 {
        font-size: 16px !important;
    }

    .item_escena_v9 h4 {
        font-size: 13px;
    }
}

.pro_v9_btn {
    padding: 0.6em 1.2em;
    border: none;
    background: #2d8cff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    margin: 2em;
}

@media (max-width:980px) {

    .item_seccion_foto_v9 {
        width: 100%;
    }

    .grilla_inversa {
        flex-direction: column-reverse;
    }

    .parte_1_banner_seccion_v9 {
        width: 100%;
    }

    .parte_2_banner_seccion_v9 {
        width: 100%;
    }

    .grilla_banner_seccion_v9 {

        flex-wrap: wrap;
    }
}


@media (max-width: 1400px) {



    .titulo_rojo_optico,
    .titulo_negro_optico {
        font-size: 2.4em;
    }


    .titulo_rojo_optico {
        margin-top: 0px;
    }
}


/*

PANTALLA WEB PEQUEÑAS
*/
@media (min-width: 1000px) and (max-width: 1350px) {
    .caja_base_tabla_v9 {
        padding: 0px 37px;
        padding-right: 64px;
    }

    .foto_creador_v6 {
        min-height: 543px;
        max-height: 545px;
    }

    .item_lentes {
        padding: 2px 0px !important;
    }

    .item_escena_v9 img {
        height: 150px;
    }

    .item_lentes img {
        width: 112px;
    }

    .item_lentes {

        min-height: 191px;
    }

    .item_escena_v9 h4 {
        font-size: 11px;
        margin: 0;
        margin-bottom: 6px;
    }

    .item_lentes h4 {
        font-size: 15px;
    }
}

@media (min-width: 1351px) and (max-width: 1650px) {
    .caja_base_tabla_v9 {
        padding: 0px 30px;
        padding-right: 70px;
    }

    .item_lentes {
        padding: 2px 0px !important;
    }

    .item_escena_v9 img {
        height: 150px;
    }

    .item_lentes img {
        width: 120px;
    }

    .item_lentes {

        min-height: 190px;
    }

    .item_escena_v9 {
        width: 179px;
    }

    .item_escena_v9 h4 {
        font-size: 11px;
        margin: 0;
        margin-bottom: 6px;
    }

    .item_lentes h4 {
        font-size: 15px;
    }

}