/*
Archivo: estilos-plantilla-productos.css
Descripción: Estilos personalizados para "Plantilla Producto".
Autor: Nexbu
Fecha: 28 Enero 2025
*/
/**** PLATILLA PRODUCTO NORMAL + FULL ****/
/* MIGAS */
#normal-migas span.elementor-icon-list-text span:not(:first-of-type)::before {
    content: ", " !important;
}
/* VIDEO FONDO DESK */
.elementor-background-video-embed {
    height: 650px !important;
}
/* GALERÍA NORMAL + ZOOM */
img#imagen-grande-producto {
    cursor: zoom-in;
    --x: 50%;
    --y: 50%;
    transform: scale(var(--zoom));
    transform-origin: var(--x) var(--y);
    clip-path: inset(
        calc((1 - 1/var(--zoom)) * (var(--y)))
        calc((1 - 1/var(--zoom)) * (100% - var(--x)))
        calc((1 - 1/var(--zoom)) * (100% - var(--y)))
        calc((1 - 1/var(--zoom)) * (var(--x)))
    );
    max-height: 610px;
    object-fit: contain;
    width: 100%;
}
img#imagen-grande-producto:hover {
    --zoom: 2; 
}
/* TITULO NORMAL */
.titulo-normal h2 {
    text-transform: initial!important;
}
/* GALERIA FULL */
#full-galeria img {
    height: 580px;
    object-fit: cover;
}
.producto-galeria {
    overflow: hidden;
}
.producto-galeria > .elementor-widget-container {
    margin-left: -15%!important;
}
.owl-carousel img {
    height: auto;
    width: 100%;
}
.producto-galeria .owl-carousel .owl-stage-outer {
    overflow: visible!important;
}
#full-galeria .owl-dots {
    padding-left: 15%!important;
}
/* DESCRIPCIÓN CORTA */
.descripcion-corta .elementor-widget-container:after {
    content: "ver más";
    color: var( --e-global-color-secondary );
    cursor: pointer;
    font-style: italic;
    font-weight: 500;
    margin: revert;
}
.descripcion-corta .elementor-widget-container:hover:after {
    color: var(--e-global-color-accent)!important;
}
.descripcion-corta.larga .elementor-widget-container:after {
    content: "ver menos";
}
.descripcion-corta p {
    display: -webkit-box;
    cursor: pointer;
    margin-bottom: 5px!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.descripcion-corta.larga p {
    display: block;
}
/* LOGOS */
#grilla-icono-tecnologia, #grilla-icono {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
}
#grilla-icono-tecnologia {
    padding-bottom: 10px;
}
/* ICONOS */
#grilla-icono {
    grid-template-columns: repeat(11, 1fr);
    gap: 10px;
    padding-top: 10px;
}
#grilla-icono img {
    width: 100%;
}
/* OVERLAY LOGOS - ICONOS */
.tecnologia-item, .icono-tecnologia {
    cursor: pointer;
    display: flex;
    position: relative;
}
.overlay, .titulo-hover {
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    height: auto;
    justify-content: center;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 40px;
    width: 220px;
    z-index: 999;
}
.titulo-hover {
    text-align: center;
    top: 45px;
    font-size: 12px;
    width: max-content;
}
.tecnologia-item img:hover + .overlay, .icono-tecnologia img:hover + .titulo-hover {
    display: block;
    opacity: 1!important;
}
.overlay:before, .titulo-hover:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    left: 8px;
    position: absolute;
    top: -8px;
}
.overlay h2 {
    font-size: 12px!important;
    font-weight: 600!important;
    margin: 0 0 5px!important;
}
.overlay p {
    color: var( --e-global-color-secondary );
    font-size: 12px!important;
    margin: 0!important;
}
/* BOTONES DE DESCARGA - MANUAL CERTIFICACIONES */
.btn-descarga a button {
    border-color: var(--e-global-color-accent);
    display: flex;
    gap: 8px;
    justify-content: center;
}
.btn-descarga a {
    color: #fff!important;
}
.btn-descarga button:hover, .btn-descarga button:focus {
    border-color: #212121!important;
    color: #212121!important;
}
.btn-descarga button:hover svg path, .btn-descarga button:focus svg path  {
    fill: #212121;
}
.manuales .btns-manuales {
    justify-content: flex-start!important;
}
/* CERTIFICAICONES + MANUALES */
.box-certificaciones {
    border-bottom: 1px solid #DADADA!important;
    border-top: 1px solid #DADADA!important;
    padding: 15px 0 30px;
}
.btn-descarga h2 {
    color: var(--e-global-color-secondary)!important;
    font-size: var( --e-global-typography-329abf0-font-size )!important;
    font-weight: 500!important;
}
.btns-certificaciones, .btns-manuales {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.btns-manuales {
    justify-content: center;
}
button.btn-certificado {
    font-size: 10px!important;
    padding: 12px!important;
}
button.btn-certificado svg {
    height: 10px;
    width: 10px;
}
/* BTN LARGE */
.btn-large .btn-descarga {
    padding: 30px 0 0;
}
.btn-large .btn-descarga {
    justify-content: center;
}
/* FICHA TÉCNICA */
.box-tecnica {
    background-color: #fff;
    overflow: hidden;
    padding-top: 10px;
}
.tabla-tecnica {
    margin: 20px 20px 0 20px;
    max-height: 270px;
    overflow-y: auto;
}
.fila-tabla {
    border-bottom: 1px solid #9E9E9E;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-right: 10px;
    padding: 16px;
}
.box-tecnica .fila-tabla:first-child {
    padding-top: 10px;
}
.fila-tabla:last-child {
    margin-bottom: 35px;
}
.fila-tabla b {
    text-align: right;
}
p.no-hay-dato {
    padding: 20px;
}
/* SCROLL COLOR */
.tabla-tecnica::-webkit-scrollbar {
    width: 8px;
}
.tabla-tecnica::-webkit-scrollbar-track {
    background: #F4F4F4; 
    border-radius: 10px 10px 0 0;
}
.tabla-tecnica::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
    border-radius: 10px;
}
.tabla-tecnica::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}
/* FICHA COMPARAR PRODUCTOS */
.box-comparar {
    padding: 4% 0;
}
h2.text-comparar {
    color: var(--e-global-color-secondary)!important;
    font-size: var(--e-global-typography-9bdb0ad-font-size)!important;
    font-weight: var(--e-global-typography-9bdb0ad-font-weight)!important;
    line-height: var(--e-global-typography-9bdb0ad-line-height)!important;
    margin: 0!important;
}
.box-compara-img {
    display: flex;
    padding-bottom: 40px;
}
.box-compara-img div {
    color: #737579;
    text-align: right;
    width: 33.33%;
}
.box-compara-img a {
    font-weight: 400!important;
    color: #737579!important;
}
.box-compara-img div img {
    height: 166px;
    margin-right: -40px;
    object-fit: cover;
    width: auto;
}
.fila-comparar {
    border-bottom: 1px solid #EDEDED;
    display: flex;
}
.fila-comparar:last-child {
    border-bottom-width: 0;
}
.fila-comparar p {
    padding: 16px 20px;
    width: 33.33%;
}
.tabla-comparar .fila-comparar p.titulo-comparar {
    background-color: #F5F5F5;
    font-weight: 500;
}
.tabla-comparar .fila-comparar:nth-child(even) p.titulo-comparar {
    background-color: #EDEDED;
}
.fila-comparar p.texto-comparar {
    text-align: right;
    padding-right: 0;
}
/* PINCHETA */
.e-hotspot__tooltip h3 {
    margin: 0;
}
.e-hotspot__tooltip img {
    margin-top: 10px;
    width: 100%;
}
/* POP UP: MÁS INFORMACIÓN */
#form-info input#form-field-email {
    padding: 16.2px 24px!important;
}
#form-info button {
    padding: 17px 24px!important;
}
/* DETALLES */
.box-detalle {
    padding: 6% 0 1%;
}
h2.titulo-detalle {
    color: var(--e-global-color-secondary)!important;
    font-size: var(--e-global-typography-primary-font-size)!important;
    font-weight: var(--e-global-typography-primary-font-weight)!important;
    line-height: var(--e-global-typography-primary-line-height)!important;
    margin: 0;
    text-align: center;
}
.contenedor-imagen {
    display: flex;
    margin: -85px auto 0!important;
    max-width: 720px;
    position: relative;
    width: 100%;
}
.contenedor-imagen img {
    display: block;
    height: 720px!important;
    margin: auto;
    object-fit: contain;
    width: 720px!important;
}
.punto {
    animation: aura 2s infinite;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    position: absolute;
    opacity: .8;
    transform: translate(-50%, -50%);
    width: 10px;
}
.punto:hover {
    opacity: 1;
}
.popupDetalles {
    background: #fff;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.popupDetalles.mostrar {
    margin: 0 2%;
    opacity: 1;
    visibility: visible;
    width: 96%;
}
.popupDetalles-content, .popupDetalles-content div, #popupDetalles-imagen {
    height: 660px!important;
}
.popupDetalles-content, .popupDetalles-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popupDetalles-content div {
    gap: 30px;
    margin: auto;
    max-width: 900px;
    text-align: center;
    z-index: 9;
}
#popupDetalles-imagen {
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.popupDetalles-content div:after {
    background-color: #00000063;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
h3#popupDetalles-titulo {
    color: #fff!important;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    margin: 0;
    text-transform: uppercase;
}
p#popupDetalles-descripcion {
    color: #fff!important;
    font-size: var(--e-global-typography-9bdb0ad-font-size);
    font-weight: var(--e-global-typography-9bdb0ad-font-weight);
    line-height: var(--e-global-typography-9bdb0ad-line-height);
}
.cerrar {
    cursor: pointer;
    transform: scale(1);
    transition: .4s;
    margin: 0 auto;
    width: 34px;
}
.cerrar:hover {
    transform: scale(0.7);
}
/* ANIMACION */
@keyframes aura {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
    50% {
        box-shadow: 0 0 3px 3px rgba(255, 255, 255, 1); /* Borde visible con opacidad de 50% */

    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }
}
/*** RESPONSIVE ***/
/* PANTALLAS GRANDE */
@media only screen and (min-width: 1600px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -11%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 11%!important;
    }
}
@media only screen and (min-width: 1700px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -8.5%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 8.5%!important;
    }
}
@media only screen and (min-width: 1800px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -6%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 6%!important;
    }
}
@media only screen and (min-width: 1900px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -4%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 4%!important;
    }
}
@media only screen and (min-width: 2000px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -2.5%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 2.5%!important;
    }
}
@media only screen and (min-width: 2100px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -1%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 1%!important;
    }
}
@media only screen and (min-width: 2200px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: 0.5%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 0.5%!important;
    }
}
@media only screen and (min-width: 2300px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: 2%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 2%!important;
    }
}
@media only screen and (min-width: 2500px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: 4%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 4%!important;
    }
}
@media only screen and (min-width: 2700px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: 8%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 8%!important;
    }
}
@media only screen and (max-width: 1200px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -23%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 23%!important;
    }
}
/* TABLET */
@media only screen and (max-width: 1024px) {
    /* FICHA TÉCNICA */
    .tabla-tecnica {
        font-size: 9px;
        max-height: 197px;
    }
    .fila-tabla {
        padding: 8px 10px;
    }
    .box-tecnica .fila-tabla:first-child {
        padding-top: 0;
    }
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -15%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 15%!important;
    }
    /* FICHA COMPARAR PRODUCTOS */
    .fila-comparar p {
        padding: 12px 20px;
    }
    .fila-comparar p.texto-comparar {
        padding-right: 0;
    }
}
@media only screen and (max-width: 800px) {
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -27.5%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 27.5%!important;
    }
    /* OVERLAY */
    .tecnologia-item, .icono-tecnologia {
        position: initial;
    }
    .overlay, span.titulo-hover {
        border-radius: 2px;
        width: 100%!important;
    }
    .overlay:before, .titulo-hover:before {
        display: none;
    }
    span.titulo-hover {
        top: 80px;
    }
}
/* MOBILE */
@media only screen and (max-width: 600px) {
    /* PLANTILLA PRODUCTO NORMAL */
    .box-normal {
        display: block!important;
    }
    .box-normal #grilla-icono-tecnologia {
        padding-top: 20px;
    }
    #grilla-icono-tecnologia {
        padding-top: 10px;
    }
    .box-normal .btn-descarga {
        margin-top: 20px;
        padding: 10px 0 20px;
    }
    /* BTN DESCARGA */
    .btn-descarga button {
        padding: 10px 18px!important;
    }
    .btn-descarga {
        gap: 10px;
    }
    /* BTN LARGE */
    .btn-large .btn-descarga {
        padding: 0;
    }
    /* GALERIA FULL */
    .producto-galeria > .elementor-widget-container {
        margin-left: -28%!important;
    }
    #full-galeria .owl-dots {
        padding-left: 22%!important;
    }
    #full-galeria img {
        height: 240px;
    }
    /* ZOOM */
    img#imagen-grande-producto {
        max-height: 240px;
    }
    /* ICONOS */
    #grilla-icono {
        grid-template-columns: repeat(10, 2fr);
        margin-bottom: 5px;
    }
    /* OVERLAY */
    .overlay {
        top: 55px;
    }
    span.titulo-hover {
        top: 100px;
    }
    /* PINCHETAS */
    .elementor-widget-hotspot img {
        margin: auto;
    }
    /* FICHA TÉCNICA */
    .box-tecnica {
        padding-top: 0;
    }
    .tabla-tecnica {
        margin: 20px 15px 20px 20px;
    }
    .fila-tabla:last-child {
        margin-bottom: 10px;
    }
    /* DETALLES */
    .box-detalle {
        padding: 80px 0 30px;
    }
    .contenedor-imagen {
        margin-top: -40px!important;
    }
    .contenedor-imagen {
        height: 420px!important;
        overflow: hidden;
        width: 100%!important;
    }
    .contenedor-imagen img {
        height: 420px!important;
        width: 100%!important;
    }
    .punto {
        height: 8px;
        width: 8px;
    }
    .popupDetalles-content, .popupDetalles-content div, #popupDetalles-imagen {
        height: 430px!important;
    }
    .popupDetalles.mostrar {
        margin: 0;
        width: 100%;
    }
    .popupDetalles-content div {
        padding: 0 20px;
    }
    /* COMPARAR */
    .box-comparar {
        padding: 20px 0 20px 20px;
    }
    .box-ficha {
        overflow-x: scroll;
    }
    .box-ficha::-webkit-scrollbar {
        width: 8px;
    }
    .box-ficha::-webkit-scrollbar-track {
        background: #F4F4F4; 
        border-radius: 10px 10px 0 0;
    }
    .box-ficha::-webkit-scrollbar-thumb {
        background: #D9D9D9; 
        border-radius: 10px;
    }
    .box-ficha::-webkit-scrollbar-thumb:hover {
      background: #D9D9D9;
    }
    .tabla-comparar {
        padding: 0 40px 15px 0;
        width: 620px;
    }
    .box-compara-img {
        padding-bottom: 20px;
    }
    .fila-comparar p, .box-compara-img div {
        width: 36%;
    }
    .box-compara-img div:first-child, p.titulo-comparar {
        width: 28%!important;
    }
    p.titulo-comparar {
        padding: 12px;
        position: sticky;
        left: 0;
        z-index: 1;
    }
    /* POP UP: MÁS INFORMACIÓN */
    #form-info input#form-field-email {
        padding: 11px 15px!important;
    }
}
/**** FIN: PLATILLA PRODUCTO NORMAL + FULL ****/