.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1bfa0d0:#B91C1C;--e-global-color-4cb58bd:#DC2626;--e-global-color-a77e5fe:#EF4444;--e-global-color-e010221:#F87171;--e-global-color-f588356:#FECACA;--e-global-color-98d2931:#FEE2E2;--e-global-color-601b5a1:#FEF2F2;--e-global-color-367e516:#030712;--e-global-color-c5dc429:#1F2937;--e-global-color-78f5aff:#4B5563;--e-global-color-8de06b3:#6B7280;--e-global-color-720780b:#9CA3AF;--e-global-color-4bd4d50:#D1D5DB;--e-global-color-82f6749:#E5E7EB;--e-global-color-77b622f:#F3F4F6;--e-global-color-83b7965:#F9FAFB;--e-global-color-59dc4bf:#FFFFFF1A;--e-global-color-d920b9f:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-d71bbf0-font-family:"Montserrat";--e-global-typography-d71bbf0-font-size:14px;--e-global-typography-d71bbf0-font-weight:700;--e-global-typography-d71bbf0-text-transform:uppercase;--e-global-typography-d71bbf0-letter-spacing:0.16rem;--e-global-typography-5e36a9d-font-family:"Montserrat";--e-global-typography-5e36a9d-font-size:38px;--e-global-typography-5e36a9d-font-weight:bold;--e-global-typography-9754914-font-family:"Montserrat";--e-global-typography-9754914-font-size:26px;--e-global-typography-9754914-font-weight:bold;--e-global-typography-39046c8-font-family:"Inter";--e-global-typography-39046c8-font-size:14px;--e-global-typography-39046c8-font-weight:500;--e-global-typography-01979d0-font-family:"Inter";--e-global-typography-01979d0-font-size:14px;--e-global-typography-01979d0-font-weight:600;--e-global-typography-e2d2d46-font-family:"Inter";--e-global-typography-e2d2d46-font-size:18px;--e-global-typography-e2d2d46-font-weight:400;--e-global-typography-e2d2d46-line-height:1.875rem;--e-global-typography-1ccf9e4-font-family:"Montserrat";--e-global-typography-1ccf9e4-font-size:22px;--e-global-typography-1ccf9e4-font-weight:700;--e-global-typography-f956595-font-family:"Inter";--e-global-typography-f956595-font-size:18px;--e-global-typography-f956595-font-weight:600;--e-global-typography-f956595-line-height:1.875rem;--e-global-typography-a8a40a1-font-family:"Montserrat";--e-global-typography-a8a40a1-font-size:20px;--e-global-typography-a8a40a1-font-weight:600;--e-global-typography-0ba069a-font-family:"Inter";--e-global-typography-0ba069a-font-size:16px;--e-global-typography-0ba069a-font-weight:400;--e-global-typography-c96f165-font-family:"Montserrat";--e-global-typography-c96f165-font-size:32px;--e-global-typography-c96f165-font-weight:700;--e-global-typography-291d950-font-family:"Montserrat";--e-global-typography-291d950-font-size:16px;--e-global-typography-291d950-font-weight:500;--e-global-typography-5b8379a-font-family:"Inter";--e-global-typography-5b8379a-font-size:16px;--e-global-typography-5b8379a-font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gradient-extintores {
  background: linear-gradient(to bottom right, #111827, #7f1d1d, #111827);
}

.backdrop-blur-glass {
    backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
    
}

.card {
  position: relative;
  overflow: hidden;
}

.card .line-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* grosor de la línea */
  background: linear-gradient(to right, #ef4444, #dc2626);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.card:hover .line-hover {
  transform: scaleX(1);
}/* End custom CSS */