.elementor-6706 .elementor-element.elementor-element-cf19be1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}.elementor-6706 .elementor-element.elementor-element-cf19be1:not(.elementor-motion-effects-element-type-background), .elementor-6706 .elementor-element.elementor-element-cf19be1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-48c7e25 );}.elementor-6706 .elementor-element.elementor-element-c88df34{width:100%;max-width:100%;}.elementor-6706 .elementor-element.elementor-element-b0e49cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-6706 .elementor-element.elementor-element-cf19be1{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS for shortcode, class: .elementor-element-c88df34 */.filtro-personalizado {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  background: none;
  padding: 0;
  gap: 20px;
}

/* ——— FILAS ——— */
.filtro-personalizado .fila {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

/* Fila superior → 2 columnas */
.filtro-personalizado .fila.superior .campo {
  flex: 1 1 calc(50% - 10px);
}

/* Fila inferior → 3 columnas */
.filtro-personalizado .fila.inferior .campo {
  flex: 1 1 calc(33.333% - 13.33px);
}

.filtro-personalizado .campo {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.filtro-personalizado label {
  color: white;
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  margin-bottom: 4px;
}

.filtro-personalizado select,
.filtro-personalizado button {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 46px;
  box-sizing: border-box;
}

.filtro-personalizado button {
  background-color: #d2d2d2;
  color: #0E2956;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: background 0.2s ease;
}

.filtro-personalizado button:hover {
  background-color: #c0c0c0;
}

.filtro-personalizado .full-width {
  flex: 1 1 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .filtro-personalizado .fila.superior .campo,
  .filtro-personalizado .fila.inferior .campo {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c66dd17 */.grid-resultados {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.resultado-card {
  background-color: #0e2956;
  color: white;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  z-index: 0;
  overflow: hidden;
}

/* Añadimos un pseudo-elemento para el fondo gris traslúcido al hacer hover */
.resultado-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 61, 77, 0); /* transparente inicialmente */
  transition: background-color 0.3s ease;
  z-index: -1;
}

/* Hover: escala + fondo gris translúcido */
.resultado-card:hover {
  transform: scale(0.97);
}

.resultado-card:hover::before {
  background-color: rgba(49, 61, 77, 0.32); /* gris translúcido */
}

.resultado-card h3 a {
  font-size: 24px;
  font-family: 'Jost', sans-serif;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
}

.resultado-card .ver-mas {
  display: inline-block;
  padding: 10px 20px;
  background-color: #001f4e;
  color: white;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.resultado-card .ver-mas:hover {
  background-color: #2360C6;
  color: white;
}


/* Colores por producto */
.card-producto.cristalfil-300 { background-color: #0A192F; }
.card-producto.cristafil-500 { background-color: #173D73; }
.card-producto.cristafil-650 { background-color: #255DA0; }
.card-producto.cristafil-800 { background-color: #307CCC; }
.card-producto.cristafil-1000 { background-color: #3898E0; }
.card-producto.cristal-trio { background-color: #3FB2F5; }
.card-producto.cristalfil-windows { background-color: #42A7D8; }
.card-producto.vintex { background-color: #5EC0EE; }
.card-producto.cristalfil-industrial { background-color: #7AB8FF; }

.card-producto.marinefil { background-color: #113F53; }
.card-producto.covertec-light-matte { background-color: #145B67; }
.card-producto.covertec-light-opac { background-color: #1E737A; }
.card-producto.tautec-camp { background-color: #2E9294; }
.card-producto.tautec-matte { background-color: #40ADB1; }
.card-producto.taupool { background-color: #5EC6C0; }
.card-producto.tarpbull { background-color: #7EDAD4; }

.card-producto.covertec-plus-fr { background-color: #65BDB9; }
.card-producto.tautec-standard { background-color: #3B7D85; }
.card-producto.tautec-max { background-color: #316C73; }
.card-producto.covertec-opak-fr { background-color: #295C61; }
.card-producto.poly-opatec-fr { background-color: #21474C; }
.card-producto.isoline { background-color: #19373B; }

.card-producto.lonet { background-color: #7A9E16; }
.card-producto.lonet-mini { background-color: #A8D20D; }
.card-producto.lonscape { background-color: #D4F06A; }
.card-producto.screen { background-color: #D4F06A; }
/* Tarjetas con imágenes específicas */
.card-producto.uvimesh {
  background-image: url('https://lonfil.es/wp-content/uploads/20230530_155116.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-producto.lonscape {
  background-image: url('https://lonfil.es/wp-content/uploads/lonscape_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-producto.pvc {
  background-image: url('https://lonfil.es/wp-content/uploads/pvc_1_1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-producto.cristalfil {
  background-image: url('https://lonfil.es/wp-content/uploads/Cristalfil_.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-producto.covertarp {
  background-image: url('https://lonfil.es/wp-content/uploads/rafia_.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Oscurecer con capa gris translúcida al hacer hover */
.card-producto.uvimesh::before,
.card-producto.lonscape::before,
.card-producto.pvc::before,
.card-producto.cristalfil::before,
.card-producto.covertarp::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 61, 77, 0);
  transition: background-color 0.3s ease;
  z-index: -1;
}

.card-producto.uvimesh:hover::before,
.card-producto.lonscape:hover::before,
.card-producto.pvc:hover::before,
.card-producto.cristalfil:hover::before,
.card-producto.covertarp:hover::before {
  background-color: rgba(49, 61, 77, 0.32); /* gris translúcido en hover */
}
.card-producto.tejido-microperforado {
  background-image: url('https://lonfil.es/wp-content/uploads/lonet.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-producto.tejido-microperforado::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 61, 77, 0);
  transition: background-color 0.3s ease;
  z-index: -1;
}

.card-producto.tejido-microperforado:hover::before {
  background-color: rgba(49, 61, 77, 0.32); /* gris translúcido en hover */
}/* End custom CSS */