section#hero {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 30rem;
}
section#hero .splide__arrows .contenedor {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}
section#hero .splide__arrow {
  background: transparent;
  opacity: 1;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
section#hero .splide__arrow svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  overflow: visible;
}
section#hero .splide__arrow--prev {
  left: 0;
}
section#hero .splide__arrow--next {
  right: 0;
}
section#hero .splide__slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
  z-index: 2;
}
@media (max-width: 780px) {
  section#hero .splide__slide::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
  }
}
section#hero .splide__slide picture {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
section#hero .splide__slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
section#hero .splide__slide .contenedor {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 5rem;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor {
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1rem 4rem 1rem;
  }
}
section#hero .splide__slide .contenedor .hero_contenido {
  width: 35rem;
  max-width: 100%;
}
section#hero .splide__slide .contenedor .hero_contenido h2 {
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 2.813rem;
  color: #15253f;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_contenido h2 {
    font-size: 2.188rem;
  }
}
section#hero .splide__slide .contenedor .hero_contenido .contenido * {
  color: #15253f;
  font-weight: 100;
  line-height: 130%;
  font-size: 1.125rem;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido p {
  margin: 0.5rem 0;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido strong,
section#hero .splide__slide .contenedor .hero_contenido .contenido b {
  color: #15253f;
  font-weight: 800;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido h2,
section#hero .splide__slide .contenedor .hero_contenido .contenido h3,
section#hero .splide__slide .contenedor .hero_contenido .contenido h4 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #15253f;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_contenido .contenido h2,
  section#hero .splide__slide .contenedor .hero_contenido .contenido h3,
  section#hero .splide__slide .contenedor .hero_contenido .contenido h4 {
    font-size: 1rem;
  }
}
section#hero .splide__slide .contenedor .hero_contenido .contenido h2,
section#hero .splide__slide .contenedor .hero_contenido .contenido h3,
section#hero .splide__slide .contenedor .hero_contenido .contenido h4 {
  margin: 1rem 0;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido ul li,
section#hero .splide__slide .contenedor .hero_contenido .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido ol li {
  list-style-type: decimal;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido > ul, section#hero .splide__slide .contenedor .hero_contenido .contenido > ol {
  padding: 0.5rem 0;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido > ul ol li,
section#hero .splide__slide .contenedor .hero_contenido .contenido > ul ul li, section#hero .splide__slide .contenedor .hero_contenido .contenido > ol ol li,
section#hero .splide__slide .contenedor .hero_contenido .contenido > ol ul li {
  padding: 0;
}
section#hero .splide__slide .contenedor .hero_contenido .contenido img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_contenido .contenido img {
    border-radius: 0.8rem;
  }
}
section#hero .splide__slide .contenedor .hero_contenido > a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#hero .splide__slide .contenedor .hero_contenido > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#hero .splide__slide .contenedor .hero_contenido > a span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#hero .splide__slide .contenedor .hero_contenido > a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#hero .splide__slide .contenedor .hero_contenido > a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#hero .splide__slide .contenedor .hero_contenido > a svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_contenido > a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#hero .splide__slide .contenedor .hero_imagenes {
  width: 35rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_imagenes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
section#hero .splide__slide .contenedor .hero_imagenes img {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4941176471);
  border: 3px solid #ffffff;
  padding: 1rem;
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 780px) {
  section#hero .splide__slide .contenedor .hero_imagenes img {
    width: calc(33.333% - 0.5rem);
    height: auto;
    aspect-ratio: 1/1;
    max-width: 7rem;
  }
}
section#hero .splide__slide.tema-oscuro::before {
  background: linear-gradient(90deg, rgb(0, 34, 65) 0%, rgba(255, 255, 255, 0) 60%);
}
@media (max-width: 780px) {
  section#hero .splide__slide.tema-oscuro::before {
    background: linear-gradient(180deg, rgb(0, 34, 65) 0%, rgba(255, 255, 255, 0) 60%);
  }
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido h2 {
  color: #ffffff;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido * {
  color: #ffffff;
  font-weight: 100;
  line-height: 130%;
  font-size: 1.125rem;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido p {
  margin: 0.5rem 0;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido strong,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido b {
  color: #ffffff;
  font-weight: 800;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h2,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h3,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h4 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 780px) {
  section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h2,
  section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h3,
  section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h4 {
    font-size: 1rem;
  }
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h2,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h3,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido h4 {
  margin: 1rem 0;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido ul li,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido ol li {
  list-style-type: decimal;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ul, section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ol {
  padding: 0.5rem 0;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ul ol li,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ul ul li, section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ol ol li,
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido > ol ul li {
  padding: 0;
}
section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#hero .splide__slide.tema-oscuro .contenedor .hero_contenido .contenido img {
    border-radius: 0.8rem;
  }
}
section#hero .splide__pagination {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
  padding: 0;
  bottom: 2rem;
}
@media (max-width: 780px) {
  section#hero .splide__pagination {
    justify-content: center;
  }
}
section#hero .splide__pagination li button {
  width: 3rem;
  height: 0.5rem;
  background-color: #15253f;
  border-radius: 1rem;
  opacity: 1 !important;
}
section#hero .splide__pagination li button.is-active {
  background-color: #1f9ad7;
  transform: scale(1);
}
section#marcas {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#marcas .contenedor h2 {
  text-align: center;
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
  text-transform: uppercase;
}
section#marcas .contenedor .splide {
  position: relative;
}
section#marcas .contenedor .splide::before, section#marcas .contenedor .splide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(5rem, 9%);
  background: linear-gradient(to right, #f4f5f8 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
section#marcas .contenedor .splide::after {
  right: 0;
  left: auto;
  background: linear-gradient(to left, #f4f5f8 0%, rgba(255, 255, 255, 0) 100%);
}
section#marcas .contenedor .splide__slide .imagen {
  aspect-ratio: 16/9;
  height: auto;
  width: 12rem;
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#marcas .contenedor .splide__slide .imagen img {
  height: 85%;
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
  transition: all 0.3s ease;
}
section#marcas .contenedor .splide__slide .imagen:hover img {
  opacity: 1;
  transform: scale(1.2);
}
section#marcas .contenedor .splide__pagination {
  bottom: -1.5rem;
}
section#marcas .contenedor .splide__pagination li button {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #15253f;
  border-radius: 1rem;
  opacity: 1 !important;
}
section#marcas .contenedor .splide__pagination li button.is-active {
  width: 1.5rem;
  background-color: #1f9ad7;
  transform: scale(1);
}
section#categorias {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#categorias .contenedor {
  isolation: isolate;
  contain: layout paint;
}
@media (max-width: 780px) {
  section#categorias .contenedor .titulo {
    flex-direction: column;
    align-items: center;
  }
}
section#categorias .contenedor .titulo h2 {
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
  text-transform: uppercase;
}
section#categorias .contenedor .titulo .nav {
  padding-right: 7rem;
}
@media (max-width: 780px) {
  section#categorias .contenedor .titulo .nav {
    padding: 0;
  }
}
section#categorias .contenedor .titulo .nav > a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#categorias .contenedor .titulo .nav > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#categorias .contenedor .titulo .nav > a span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#categorias .contenedor .titulo .nav > a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#categorias .contenedor .titulo .nav > a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#categorias .contenedor .titulo .nav > a svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#categorias .contenedor .titulo .nav > a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
@media (max-width: 780px) {
  section#categorias .contenedor .titulo .nav > a {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    color: #1f9ad7;
    font-size: 1.125rem;
    font-weight: normal;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  section#categorias .contenedor .titulo .nav > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 3rem;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
  }
  section#categorias .contenedor .titulo .nav > a span {
    color: #1f9ad7;
    font-size: 1.125rem;
    font-weight: normal;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
  }
  section#categorias .contenedor .titulo .nav > a span::before {
    font-weight: normal;
    content: attr(data-title);
    position: absolute;
    font-size: 1.125rem;
    width: -moz-max-content;
    width: max-content;
    line-height: 1.2;
    opacity: 0;
    transition: all 0.3s ease;
  }
  section#categorias .contenedor .titulo .nav > a svg {
    height: 1rem;
    width: 2rem;
    z-index: 2;
  }
  section#categorias .contenedor .titulo .nav > a svg path {
    fill: #1f9ad7;
    transition: all 0.3s ease;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  section#categorias .contenedor .titulo .nav > a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#categorias .contenedor .splide {
  position: unset;
}
section#categorias .contenedor .splide__arrows {
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}
section#categorias .contenedor .splide__arrows button {
  position: relative;
  right: auto;
  left: auto;
  transform: translateY(0);
  top: auto;
  height: 2.125rem;
  width: auto;
  aspect-ratio: 1/1;
}
section#categorias .contenedor .splide__arrows button svg {
  overflow: visible;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section#categorias .contenedor .splide__track {
  position: unset;
  overflow: visible;
}
section#categorias .contenedor .splide__slide {
  height: auto;
  aspect-ratio: 16/8;
}
@media (max-width: 780px) {
  section#categorias .contenedor .splide__slide {
    aspect-ratio: 16/12;
  }
}
@media (max-width: 480px) {
  section#categorias .contenedor .splide__slide {
    aspect-ratio: 16/8;
  }
}
section#categorias .contenedor .splide__slide a {
  height: 100%;
  width: 100%;
  background-image: var(--bg-cat-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
section#categorias .contenedor .splide__slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
section#categorias .contenedor .splide__slide a .contenido {
  position: relative;
  z-index: 2;
  width: 12rem;
  max-width: 100%;
}
section#categorias .contenedor .splide__slide a .contenido h3 {
  color: #ffffff;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.563rem;
  text-align: center;
}
section#categorias .contenedor .splide__slide a .contenido span {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#categorias .contenedor .splide__slide a .contenido span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#categorias .contenedor .splide__slide a .contenido span span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#categorias .contenedor .splide__slide a .contenido span span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#categorias .contenedor .splide__slide a .contenido span svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#categorias .contenedor .splide__slide a .contenido span svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#categorias .contenedor .splide__slide a .contenido span {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#categorias .contenedor .splide__slide a .contenido span {
  max-height: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#categorias .contenedor .splide__slide a .contenido span {
    padding: 0.5rem 1rem;
    opacity: 1;
    max-height: 6rem;
  }
}
section#categorias .contenedor .splide__slide a:hover {
  background-size: 110% 110%;
}
section#categorias .contenedor .splide__slide a:hover .contenido span {
  padding: 0.5rem 1rem;
  opacity: 1;
  max-height: 6rem;
}
section#productosDestacados {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#productosDestacados .contenedor h2 {
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  section#productosDestacados .contenedor h2 {
    text-align: center;
  }
}
section#productosDestacados .contenedor .products .ti_card_product {
  width: calc(25% - 1rem);
}
@media (max-width: 780px) {
  section#productosDestacados .contenedor .products .ti_card_product {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 560px) {
  section#productosDestacados .contenedor .products .ti_card_product {
    width: 100%;
    max-width: 20rem;
  }
}
section#contraincendios {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#contraincendios .contenedor h2 {
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  section#contraincendios .contenedor h2 {
    text-align: center;
  }
}
section#contraincendios .contenedor .relacion-interactiva {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  section#contraincendios .contenedor .relacion-interactiva {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
section#contraincendios .contenedor .relacion-interactiva .contentImg {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6.5;
  background: var(--bg-contraincendios) center/cover no-repeat;
  overflow: hidden;
  border-radius: 1rem;
}
section#contraincendios .contenedor .relacion-interactiva__punto {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 60%, #2196f3 80%, #1976d2 100%);
  box-shadow: 0 0 16px 4px rgba(33, 150, 243, 0.6666666667);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gota 1.2s infinite alternate;
  z-index: 2;
  transition: transform 0.2s;
}
@media (max-width: 780px) {
  section#contraincendios .contenedor .relacion-interactiva__punto {
    width: 1rem;
    height: 1rem;
  }
}
section#contraincendios .contenedor .relacion-interactiva__punto.active {
  box-shadow: 0 0 24px 8px rgba(33, 150, 243, 0.9333333333);
}
section#contraincendios .contenedor .relacion-interactiva__card {
  position: absolute;
  width: 25rem;
  height: auto;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1333333333);
  padding: 0.8rem;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  section#contraincendios .contenedor .relacion-interactiva__card {
    display: flex !important;
    position: relative;
    width: calc(50% - 0.5rem);
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 1024px) and (max-width: 780px) {
  section#contraincendios .contenedor .relacion-interactiva__card {
    width: 100%;
  }
}
section#contraincendios .contenedor .relacion-interactiva__card img {
  height: 4rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
@media (max-width: 780px) {
  section#contraincendios .contenedor .relacion-interactiva__card img {
    height: 5.5rem;
    width: 5.5rem;
  }
}
section#contraincendios .contenedor .relacion-interactiva__card .conte {
  display: flex;
  flex-direction: column;
}
section#contraincendios .contenedor .relacion-interactiva__card .conte h3 {
  font-size: 0.75rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  color: #1f9ad7;
  text-transform: uppercase;
}
section#contraincendios .contenedor .relacion-interactiva__card .conte p {
  font-size: 1.125rem;
}
section#contraincendios .contenedor .relacion-interactiva__card .conte .enlace {
  height: 0;
  width: 0;
  overflow: hidden;
  color: #14243e;
  text-decoration: underline;
  opacity: 0;
  font-size: 0.938rem;
}
@media (max-width: 1024px) {
  section#contraincendios .contenedor .relacion-interactiva__card .conte .enlace {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible;
    position: relative;
    opacity: 1;
    margin-top: 0.5rem;
  }
}
section#contraincendios .contenedor .relacion-interactiva__card .conte .enlace a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
section#contraincendios .contenedor .relacion-interactiva__card.active {
  display: flex;
}
@keyframes gota {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.18);
  }
}
section#categoriaSeleccionada {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .titulo {
    flex-direction: column;
    align-items: center;
  }
}
section#categoriaSeleccionada .contenedor .titulo h2 {
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
  text-transform: uppercase;
}
section#categoriaSeleccionada .contenedor .titulo a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#categoriaSeleccionada .contenedor .titulo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#categoriaSeleccionada .contenedor .titulo a span {
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#categoriaSeleccionada .contenedor .titulo a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#categoriaSeleccionada .contenedor .titulo a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#categoriaSeleccionada .contenedor .titulo a svg path {
  fill: #1f9ad7;
  transition: all 0.3s ease;
}
section#categoriaSeleccionada .contenedor .titulo a:hover, section#categoriaSeleccionada .contenedor .titulo a.is-active {
  background-color: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  color: #ffffff;
}
section#categoriaSeleccionada .contenedor .titulo a:hover::before, section#categoriaSeleccionada .contenedor .titulo a.is-active::before {
  opacity: 1;
  z-index: 1;
}
section#categoriaSeleccionada .contenedor .titulo a:hover span, section#categoriaSeleccionada .contenedor .titulo a.is-active span {
  color: transparent;
}
section#categoriaSeleccionada .contenedor .titulo a:hover span::before, section#categoriaSeleccionada .contenedor .titulo a.is-active span::before {
  opacity: 1;
  color: #ffffff;
  font-weight: normal;
}
section#categoriaSeleccionada .contenedor .titulo a:hover svg path, section#categoriaSeleccionada .contenedor .titulo a.is-active svg path {
  fill: #ffffff;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .titulo a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#categoriaSeleccionada .contenedor .contenido {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 2rem;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 6rem;
  }
}
section#categoriaSeleccionada .contenedor .contenido::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 34, 65, 0) 0%, #002241 80%);
  z-index: 2;
  opacity: 0.7;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido::before {
    background: linear-gradient(0deg, rgba(0, 34, 65, 0) 0%, #002241 80%);
  }
}
section#categoriaSeleccionada .contenedor .contenido picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 1rem 1rem 0 0;
}
section#categoriaSeleccionada .contenedor .contenido picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem 1rem 0 0;
}
section#categoriaSeleccionada .contenedor .contenido .text {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 2rem 0;
  width: 20rem;
  position: relative;
  z-index: 3;
}
section#categoriaSeleccionada .contenedor .contenido .text h3 {
  color: white;
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido .text h3 {
    text-align: center;
    width: 100%;
  }
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion * {
  color: #fff;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion p {
  margin: 0.5rem 0;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion strong,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion b {
  color: #495879;
  font-weight: 800;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h2,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h3,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #495879;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion h2,
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion h3,
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion h4 {
    font-size: 1rem;
  }
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h2,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h3,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion h4 {
  margin: 1rem 0;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion ul li,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion ol li {
  list-style-type: decimal;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ul, section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ol {
  padding: 0.5rem 0;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ul ol li,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ul ul li, section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ol ol li,
section#categoriaSeleccionada .contenedor .contenido .text .descripcion > ol ul li {
  padding: 0;
}
section#categoriaSeleccionada .contenedor .contenido .text .descripcion img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion img {
    border-radius: 0.8rem;
  }
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion {
    text-align: center;
  }
  section#categoriaSeleccionada .contenedor .contenido .text .descripcion * {
    text-align: center;
  }
}
section#categoriaSeleccionada .contenedor .contenido .imagen {
  height: auto;
  max-height: 100%;
  width: 10rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 3;
}
section#categoriaSeleccionada .contenedor .contenido .imagen img {
  height: 180%;
  width: 180%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  transform: translateY(-20%);
}
@media (max-width: 780px) {
  section#categoriaSeleccionada .contenedor .contenido .imagen img {
    transform: translate(-50%, -20px);
    left: 50%;
  }
}
section#categoriaSeleccionada .contenedor .splide__slide .ti_card_product {
  width: 18rem;
}
section#categoriaSeleccionada .contenedor .splide__pagination {
  bottom: -1.5rem;
}
section#categoriaSeleccionada .contenedor .splide__pagination li button {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #15253f;
  border-radius: 1rem;
  opacity: 1 !important;
}
section#categoriaSeleccionada .contenedor .splide__pagination li button.is-active {
  width: 1.5rem;
  background-color: #1f9ad7;
  transform: scale(1);
}
section#bannerInformacion {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#bannerInformacion .contenedor {
  position: relative;
}
section#bannerInformacion .contenedor::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: var(--bg-banner-informacion);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 0.85rem;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor::before {
    height: 100%;
  }
}
section#bannerInformacion .contenedor .caja {
  position: relative;
  z-index: 2;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido {
  width: 100%;
  max-width: 100%;
  height: 90%;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido {
    height: auto;
  }
}
section#bannerInformacion .contenedor .caja-contenido h2 {
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #15253f;
}
section#bannerInformacion .contenedor .caja-contenido .contenido * {
  color: #15253f;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#bannerInformacion .contenedor .caja-contenido .contenido p {
  margin: 0.5rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido strong,
section#bannerInformacion .contenedor .caja-contenido .contenido b {
  color: #15253f;
  font-weight: 800;
}
section#bannerInformacion .contenedor .caja-contenido .contenido h2,
section#bannerInformacion .contenedor .caja-contenido .contenido h3,
section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #15253f;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido .contenido h2,
  section#bannerInformacion .contenedor .caja-contenido .contenido h3,
  section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
    font-size: 1rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido .contenido h2,
section#bannerInformacion .contenedor .caja-contenido .contenido h3,
section#bannerInformacion .contenedor .caja-contenido .contenido h4 {
  margin: 1rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido ul li,
section#bannerInformacion .contenedor .caja-contenido .contenido ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#bannerInformacion .contenedor .caja-contenido .contenido ol li {
  list-style-type: decimal;
}
section#bannerInformacion .contenedor .caja-contenido .contenido > ul, section#bannerInformacion .contenedor .caja-contenido .contenido > ol {
  padding: 0.5rem 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido > ul ol li,
section#bannerInformacion .contenedor .caja-contenido .contenido > ul ul li, section#bannerInformacion .contenedor .caja-contenido .contenido > ol ol li,
section#bannerInformacion .contenedor .caja-contenido .contenido > ol ul li {
  padding: 0;
}
section#bannerInformacion .contenedor .caja-contenido .contenido img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido .contenido img {
    border-radius: 0.8rem;
  }
}
section#bannerInformacion .contenedor .caja-contenido a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#bannerInformacion .contenedor .caja-contenido a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#bannerInformacion .contenedor .caja-contenido a span {
  color: #1f9ad7;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#bannerInformacion .contenedor .caja-contenido a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#bannerInformacion .contenedor .caja-contenido a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#bannerInformacion .contenedor .caja-contenido a svg path {
  fill: #1f9ad7;
  transition: all 0.3s ease;
}
section#bannerInformacion .contenedor .caja-contenido a:hover, section#bannerInformacion .contenedor .caja-contenido a.active {
  background-color: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  color: #ffffff;
}
section#bannerInformacion .contenedor .caja-contenido a:hover::before, section#bannerInformacion .contenedor .caja-contenido a.active::before {
  opacity: 1;
  z-index: 1;
}
section#bannerInformacion .contenedor .caja-contenido a:hover span, section#bannerInformacion .contenedor .caja-contenido a.active span {
  color: transparent;
}
section#bannerInformacion .contenedor .caja-contenido a:hover span::before, section#bannerInformacion .contenedor .caja-contenido a.active span::before {
  opacity: 1;
  color: #ffffff;
  font-weight: normal;
}
section#bannerInformacion .contenedor .caja-contenido a:hover svg path, section#bannerInformacion .contenedor .caja-contenido a.active svg path {
  fill: #ffffff;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja-contenido a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#bannerInformacion .contenedor .caja > img {
  margin: 0 0 0 auto;
}
@media (max-width: 780px) {
  section#bannerInformacion .contenedor .caja > img {
    margin: auto;
    height: 18rem;
    width: auto;
    max-width: 100%;
    aspect-ratio: 13.9/16;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}/*# sourceMappingURL=index.css.map */