/*
Theme Name: Koslan
Theme URI: http://www.koslan.cl
Author: Want Ltda.
Author URI: https://want.cl/
Version: 1.0
Description: API REST wordpress for Koslan.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koslantheme
*/
body {
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Estilos para acordeón de videos */
.accordion-item {
  border-radius: 50px;
}

.fondo-categoria {
  padding-bottom: 1%;
  background: #fafbfd;
}
.contenedor-videos-head {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0px;
}

.contenedor-categoria {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12%;
}

.card-fondo {
  max-width: 100%;
}
.product-item {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
h2.servicios-title.aos-init.aos-animate {
  font-size: 1.6rem;
}
.seccion-contacto {
  margin-top: 50px;
}
a.btn-ver-producto-tienda {
  background: #005eb8;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  width: 8rem;
  border-radius: 29px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.card-fondo:hover,
.card-fondo:focus {
  box-shadow: 0 4px 24px 0 #07218433;
  transform: scale(1.04);

  z-index: 2;
}

.fondo-seccion-blog .banner-blog-slider {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.titulo_slider_blog {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.mb-4.descripcion_blog {
  color: #fff;
}

.contenido-flecha .carousel-control-next,
.carousel-control-prev {
  position: relative;
}

.contenido-flecha {
  display: flex;
}
.accordion-body iframe {
  width: 100%;
  height: 500px;
}
.contenedor-servicio-cliente {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.fondo-texto-item {
  background: #f4f8fa;
  height: 160px;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

/* Animaciones para los items de servicio */
.servicio-item {
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  padding: 10px;
}

.servicio-item:hover {
  transform: translateY(-10px);
}

a.btn-ver-link-card {
  text-decoration: none;
}
.servicio-imagen {
  transition: all 0.3s ease;
}

.servicio-item:hover .servicio-imagen {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.servicio-link {
  transition: all 0.3s ease;
  display: block;
  padding: 20px;
  font-weight: 500;
  color: #333;
}

.servicio-item:hover .servicio-link {
  color: #0073aa;
  transform: translateX(5px);
}
h2.proyecto-titulo {
  font-size: 1.6rem;
}
.fondo-texto-item a {
  font-size: 1.1rem;
  color: #000;
}
.productos-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 20px;
}

/* Dos columnas en pantallas de hasta 992px */
@media (max-width: 992px) {
  .productos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Dos columnas en pantallas de hasta 756px */
@media (max-width: 756px) {
  .productos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.imagenes div {
  width: 100% !important;
}
.ir a {
  background: rgba(232, 240, 240, 1);
  text-decoration: none;
  color: #000;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0%;
}

.btn-categoria {
  text-decoration: none;
}

a.btn-card {
  position: absolute;
  height: 100%;
  width: 100%;
}

.contenedor-contect-slider {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

div#bannerBlogSlider {
  padding: 40px 0px;
}

h5.titulo-slider {
  font-size: 3.75rem;
  font-weight: 500;
}

p.subtitulo_slider {
  font-size: 2.1875rem;
  font-weight: 600;
}

a.btn.btn-primary.mt-3.btn-slider {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 94, 179, 1);
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 40px;
  padding: 10px 25px;
}
h1.producto-titulo.mb-3 {
  font-size: 1.6rem;
}

button#btn-cotizar {
  font-size: 1.1rem;
}
.contenido-flecha {
  display: none;
  background: rgba(232, 240, 240, 1);
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 40px;
  justify-content: space-between;
  margin-left: 20px;
}

/* Íconos negros solo para el carrusel de banner-blog */
.fondo-seccion-blog .carousel-control-prev-icon,
.fondo-seccion-blog .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.fondo-seccion-blog .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fondo-seccion-blog .carousel-control-next,
.fondo-seccion-blog .carousel-control-prev {
  width: 30%;
}
.text-muted.small.subtitulo-caracteristicas a {
    text-decoration: none;
}

.etiqueta-blog {
  position: absolute;
  top: 10%;
  background: rgba(130, 131, 253, 1);
  color: #fff;
  padding: 5px 20px;
  border-radius: 0px 15px 15px 0px;
}

.contenedor-nuevos-lanzamientos {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.nuevos-lanzamientos-slider .card {
  height: 369px !important;
  min-height: 369px;
  max-height: 369px;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.card-img-top a img {
  object-fit: contain !important;
}

p.titulo-lanzamiento {
  font-size: 1.4rem !important;
  color: rgba(50, 50, 60, 1);
  font-weight: 200 !important;
}

.slider-bg-image.d-block.w-100 {
  background-position: center;
  background-size: cover;
}
.contenedor-marcas {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.fondo-marcas {
  background: rgba(244, 248, 250, 0.6);
  padding: 50px 0px;
  padding-bottom: 150px;
}

.contenedor-asistente {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.img-sobresaliente {
  margin-top: -24%;
  display: block;
  position: relative;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 2, 0.6, 1);
}
.btn-sidebar-container button {
  background: rgba(0, 94, 184, 1.8);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

.segunda_imagen {
  position: relative;
  left: 40%;
  transition: all 0.4s cubic-bezier(0.4, 2, 0.6, 1);
}

a.btn-asistente {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 15px 50px;
  font-weight: bold;
  color: rgba(0, 94, 179, 1);
  border-radius: 50px;
}

a.btn-asistente:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: background 0.2s, color 0.2s, border-color 0.3s;
  cursor: pointer;
}

.titulo-asistente {
  font-size: 2.5rem;
}

a.btn-asistente {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 15px 50px;
  font-weight: bold;
  color: rgba(0, 94, 179, 1);
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
}

.header {
  background: rgba(0, 94, 184, 1.8);
  box-shadow: 0px 5px 10px 0px rgba(7, 33, 132, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(76, 142, 205, 1);
}

.card-fondo img {
  height: 110px;
}

a.btn-contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.btn-contacto img {
  height: 25px;
}

a.btn-contacto img {
  height: 25px;
}

a.btn-contacto span {
  margin-top: 1px;
}
.filter-actions.mt-4 button {
  background: #005eb8;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}

.btn-categoria {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #005eb8;
  text-align: center;
  margin-top: 10px;
}

#gform_submit_button_1 {
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}
h2.contenedor-header-proyecto-titulo {
  font-size: 1.4rem;
  color: #005eb8;
  margin-top: 50px;
}
p.contenedor-header-proyecto-subtitulo {
  color: #32323c;
  font-size: 0.9375rem;
  padding-bottom: 30px;
}

.contenedor-proyecto,
.contenedor-header-proyecto {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 0px 40px;
}
.proyecto-content {
  height: 200px;
  border-radius: 30px !important;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 600px;
}
.proyecto-item {
  border-radius: 30px;
}
#gform_submit_button_1:hover {
  background: rgba(255, 255, 255, 0.15); /* fondo blanco translúcido */
  color: #fff;
  border-color: #fff;
  border: 2px solid #fff;
}

a.btn-contacto:hover {
  background: #000;
  cursor: pointer;
}

a.btn.btn-primary.mt-3.btn-slider:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.ir a:hover {
  background: #000;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
}
a.links-footer:hover {
  color: #fff;
}
.info-contacto p:hover {
  color: #fff;
  cursor: pointer;
}

.header {
  box-shadow: 0px 5px 10px 0px rgba(7, 33, 132, 0.3);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 5%;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  left: 0;
  right: 0;
  border-radius: 70px;
}

.fondo-contacto {
  background: linear-gradient(90deg, #0ac4bc 0%, #005eb8 100%);
  padding: 40px;
  border-radius: 30px;
  margin-right: 50px;
}

.barra_final {
  background: rgba(76, 182, 129, 1);

  padding: 10px 0px;
}

.footer {
  background: rgba(50, 50, 60, 1);
  padding: 50px 0px;
}

/* Botón fijo para subir (lateral izquierdo) */
.btn-back-to-top {
  position: fixed;
  left: 16px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 9999;
}

.btn-back-to-top:hover {
  transform: translateY(-2px);
}

.btn-back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.btn-back-to-top svg {
  display: block;
}
.btn-back-to-top i {
  display: block;
  font-size: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
}

input#gform_submit_button_1 {
  background: rgba(255, 255, 255, 1);
  border: none;
  padding: 10px;
  width: 150px;
  border-radius: 30px;
}

textarea#input_1_6 {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  resize: none;
  height: 180px;
}

p.texto_barra {
  margin: 0;
  margin-left: 10px;
  color: #fff;
}
.seccion-contacto {
  background: #f4f8fa99 !important;
  margin-top: 50px;
}

h1.banner-blog-title.aos-init.aos-animate {
  margin-top: 5%;
}
.ir {
  margin-top: 20px;
}
.mb-3 h3 {
  font-size: 1.6rem;
}
.ir.col-8.col-md-6 {
  display: flex;
  justify-content: end;
}
.contenedor-footer {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: #fff;
}

.fw-bold.titulo-caracteristica {
  color: rgba(0, 94, 184, 1);
}

.text-muted.small.subtitulo-caracteristicas {
  color: rgba(0, 94, 184, 1) !important;
}

.img-iconos {
  width: 35px;
  object-fit: cover;
}

p.titulo-menu-footer {
  color: rgba(199, 199, 199, 1);
}

.linea {
  background: rgba(120, 120, 120, 1);
  margin: 30px 0px;
  height: 1px;
}

.links-footer {
  color: rgba(120, 120, 120, 1);
  text-decoration: none;
  font-size: 0.875rem;
}

.list-group {
  list-style: none;
}

.links-menu {
  text-decoration: none;
  color: rgba(120, 120, 120, 1);
}

.links-menu {
  text-decoration: none;
  color: rgba(120, 120, 120, 1);
  border-right: 2px solid;
  padding-right: 10px;
  padding-left: 5px;
}

.links-menu:last-child {
  border-right: none;
}

.links-menu:first-child {
  padding-left: 0;
}

ul.list-group li {
  padding: 3px 0px;
}

.info-contacto {
  color: rgba(120, 120, 120, 1);
}

.info-contacto p {
  font-size: 0.875rem;
}

.bt-lanzamientos {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 94, 184, 1);
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  border-radius: 30px;
  font-size: 1rem;
}

.nuevos-lanzamientos-slider .carousel-control-prev-icon,
.nuevos-lanzamientos-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.nuevos-lanzamientos-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.nuevos-lanzamientos-slider .carousel-control-next,
.nuevos-lanzamientos-slider .carousel-control-prev {
  width: 30%;
}

#slider-marcas .swiper-button-prev::after {
  color: #000 !important;
  font-size: 1.25rem;
}

#slider-marcas .swiper-button-next::after {
  color: #000 !important;
  font-size: 1.25rem;
}

.nuestras-marcas-slider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  width: 40px;
  left: -3%;
}
.contenedor-flechas-marcas .swiper-button-next {
  right: -3%;
}

.nuestras-marcas-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  width: 40px;
}

a.btn-blog {
  background: rgba(7, 33, 132, 0.3);
  border-radius: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  
}

a.btn-blog img {
  height: 40px;
  width: 25px;
  object-fit: contain;
}

.contenedor-flechas-marcas {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
}

img.img-fluid.img-logo {
  padding: 8px 20px;
  width: 200px;
}

.btn-contacto {
  background: rgba(7, 33, 132, 0.3);
  text-decoration: none;
  color: #fff;
  padding: 6px 30px;
  border-radius: 30px;
}

.card-fondo {
  background: rgba(255, 255, 255, 0.7);

  border: 1px solid #ffffff;
  backdrop-filter: blur(20px);

  box-shadow: 0 10px 32px 0 rgba(7, 33, 132, 0.18);
  height: 200px;
  border-radius: 16px;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-bottom: 30px;
}

.bt-lanzamientos {
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.bt-lanzamientos:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
  border: 2px solid white;
}

.etiqueta-nuevo {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  padding: 5px 11px;
  font-weight: bold;
  color: rgba(0, 94, 179, 1);
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

/* .contenedor-categoria .swiper .swiper-button-next {
  display: none !important;
}
.contenedor-categoria .swiper .swiper-button-prev {
  display: none !important;
} */

.contenedor-fondo-contacto {
  background: #f4f8fa;
}
@media (width: 1440px) and (height: 900px) {
  .segunda_imagen {
    position: relative;
    left: 15% !important;
    transition: all 0.4s cubic-bezier(0.4, 2, 0.6, 1);
  }
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    margin-top: -10px !important;
    margin-left: -1px;
  }
  a.next.page-numbers {
    font-size: 14px;
  }
  .card-bomba {
    height: 250px !important;
  }
  .btn-close-modern {
    left: 0% !important;
  }
 
  .product-item {
    text-align: center;
  }
  .col-12.col-md-6.cotizador-link {
    text-align: center !important;
    padding: 10px;
  }

  .product-item {
    height: 450px;
  }
  .text-center-mobil {
    text-align: center;
    padding: 10px 0;
  }
  h1.titulo-producto.mb-0 {
    text-align: start;
    font-size: 1.25rem;
  }
  .ordenamiento {
    margin-top: 10px;
    text-align: center;
  }
  .productos-info {
    padding-top: 30px;
  }
  select#ordenar-productos {
    margin-top: 15px;
  }
  p.iva-incluido {
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
  }
  .sidebar-filtros {
    height: auto;
  }
  .nombre-producto {

    text-align: center !important;
}
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  
}

@media (max-width: 384px) {
  .etiqueta-blog {
    top: 78% !important;
  }
  .banner-asistente {
    padding-top: 2rem !important;
  }
  .ir {
    display: contents !important;
  }
  .img-sobresaliente {
    margin-top: 20% !important;
  }
  .banner-blog-slider.mb-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .titulo_slider_blog {
    font-size: 2rem !important;
  }
}

@media (max-width: 768px) {
  .etiqueta-blog {
    top: 74%;
  }
  .contenedor-proyecto,
  .contenedor-header-proyecto {
    padding: 0px 15px;
  }

  .banner-ventas {
    min-height: 280px !important;
  }
  .contenedor-banner {
    display: flex;
    justify-content: center;
  }
  .contenedor-banner h1 {
    margin-top: 25px;
  }
  .pdl-5 {
    padding-left: 15px !important;
  }
  p.titulo_bomba {
    padding: 30px;
    text-align: center;
  }
  .contenedor-bombas {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding: 100px 20px !important;
  }
  a.btn-bombas {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .seccion-contacto {
    margin: 40px 0px;
  }
  .seccion-contacto .container {
    padding: 20px 10px;
  }
  .img-sobresaliente {
    width: 200px;
    margin: 0 auto;
  }

  .banner-asistente {
    height: auto !important;
    padding: 20px;
    padding-bottom: 0px;
  }

  .fondo-categoria,
  .fondo-seccion-blog,
  .contenedor-nuevos-lanzamientos {
    padding: 0px 30px;
  }

  .mega-toggle-blocks-left,
  .mega-toggle-blocks-center {
    display: none !important;
  }
  img.img-fluid.img-logo {
    padding: 0px !important;
  }

  .mega-toggle-blocks-right,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    background: transparent !important;
  }

  .pc {
    display: block;
  }

  #menu-mobil {
    position: relative;
    left: 15%;
  }

  .segunda_imagen {
    left: 0 !important;
    width: 50%;
  }

  a.btn-asistente {
    margin: 20px auto;
  }

  a.btn-asistente {
    margin: 20px auto;
  }

  footer.footer {
    padding: 20px;
  }

  .barra_final {
    padding: 15px;
  }

  p.titulo-lanzamiento {
    font-size: 1.9375rem;
    text-align: center;
  }

  .carousel-caption.d-flex.align-items-center.justify-content-center.text-start.w-100.h-100.top-0.start-0.position-absolute {
    padding: 25px;
  }

  .titulo-slider {
    font-size: 40px !important;
  }

  p.subtitulo_slider {
    font-size: 1.5625rem;
  }

  .nuevos-lanzamientos-slider .card {
    height: 100% !important;
    min-height: 100%;
    max-height: 100%;
  }

  .flex-column {
    text-align: center;
  }

  .bt-lanzamientos {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .contenedor-header .row {
    margin: 0 auto;
  }
  .d-justify-center {
    justify-content: center !important;
  }
  .swiper-button-next {
    right: 5%;
  }

  .nuestras-marcas-slider .swiper-button-prev {
    left: -17%;
  }

  .contenedor-categoria .swiper .swiper-button-next {
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 10px !important;
    z-index: 10;
    cursor: pointer;

    height: 44px;
    margin-top: -22px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .btn-categoria {
    font-size: 4vw;
  }
  .contenedor-categoria {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0% !important;
    background: rgba(255, 255, 255, 0.7);
  }
  .contenedor-categoria .swiper .swiper-button-prev {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 10px !important;
    z-index: 10;
    cursor: pointer;

    height: 44px;
    margin-top: -22px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .contenedor-categoria .swiper .swiper-button-next:after {
    font-size: 1.25rem;
  }
  .contenedor-categoria .swiper .swiper-button-prev:after {
    font-size: 1.25rem;
  }
  .titulo-indicador {
    font-size: 1.5rem !important;
  }
  p.descripcion_caracteristica {
    padding: 30px;
  }
  .banner-page {
    height: 400px !important;
  }
  .titulo-sesion-divisiones {
    font-size: 25px !important;
  }
  .contenedor-sesion img {
    padding-bottom: 20px;
    object-fit: contain;
  }
}
.titulo-sesion-divisiones {
  color: rgba(50, 50, 60, 1);
  font-size: 1.6rem;
}
.mb-4.descripcion_blog p {
  font-size: 0.9rem;
}

.subtitulo-sesion-divisiones {
  padding: 10px 0px;
  color: rgba(50, 50, 60, 1);
  font-size: 1.2rem;
}
img.img-fluid.img-nav {
  height: 60px;
  width: 40px;
}
.call_contenedor {
  background-color: #f4f8f9 !important;
  padding: 60px;
}
.parrafo-sesion_2-divisiones {
  font-size: 0.9rem !important;
}
.contenedor-sesion img {
  height: 60px !important;
  width: 60px !important;
  margin-bottom: 20px;
}

.contenedor-sesion {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
}

.titulo-sesion {
  color: #015eb8;
}
.contenedor-sesion a {
  margin-top: 20px;
  background: #015eb8;
  border-radius: 30px;
  padding: 8px 25px;
  font-size: 0.9rem;
}
.parrafo-sesion {
  max-width: 450px;
  font-size: 0.9rem;
}
/* Estilos globales del sidebar de cotización */
.sidebar-cotizacion {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
}

.sidebar-cotizacion.active {
  right: 0;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.sidebar-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #333;
}

.btn-cerrar-sidebar {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cerrar-sidebar:hover {
  color: #333;
}

.etapas-indicador {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.etapa-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  cursor: pointer;
}

.etapa-numero {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dee2e6;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.etapa-item.active .etapa-numero {
  background: #007bff;
  color: white;
}

.etapa-texto {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

.etapa-item.active .etapa-texto {
  color: #007bff;
}

.etapa-separador {
  width: 40px;
  height: 2px;
  background: #dee2e6;
  margin: 0 10px;
}

.sidebar-body {
  flex: 1;
  overflow-y: auto;
}

.etapa-content {
  display: none;
}

.etapa-content.active {
  display: block;
}

.lista-productos {
  max-height: 300px;
  overflow-y: auto;
}

.producto-item {
  transition: all 0.2s ease;
}

.producto-item:hover {
  background-color: #f8f9fa;
}

.btn-eliminar-producto {
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.etapa-navegacion {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar-cotizacion {
    width: 100%;
    right: -100%;
  }

  .sidebar-cotizacion.active {
    right: 0;
  }
}

/* Estilos para el botón del carrito */
.btn-carrito {
  background: none;
  height: 40px;
  border: none;
  padding: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
 
}

.btn-carrito:hover {
  transform: scale(1.1);
}

.btn-carrito img {
  width: 24px;
  height: 24px;
}

/* Contador del carrito */
.carrito-contador {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  min-width: 20px;
  padding: 2px;
}

.carrito-contador:not(:empty) {
  display: flex;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .btn-carrito img {
    width: 20px;
    height: 20px;
  }

  .carrito-contador {
    width: 18px;
    height: 18px;
    font-size: 0.7rem;
    top: -3px;
    right: -3px;
  }
}

.parrafo-sesion_2 {
  color: #000;
  max-width: 450px;
  font-size: 0.9rem;
}

/* Eliminar padding solo en el template de ventas */
.contenedor-columna_1 .row,
.contenedor-columna_2 .row,
.call_contenedor .row,
.contenedor-banner_kai .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contenedor-columna_1 .row > *,
.contenedor-columna_2 .row > *,
.call_contenedor .row > *,
.contenedor-banner_kai .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contenedor-columna_1 [class*="col-"],
.contenedor-columna_2 [class*="col-"],
.call_contenedor [class*="col-"],
.contenedor-banner_kai [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.titulo-sesion-contact.text-center {
  font-size: 30px;
  color: #176cbe;
  padding-bottom: 50px;
}
.contenido-iconos h3 {
  color: rgba(0, 94, 184, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 15px;
}
.btn-custom-kai {
  margin-top: 20px;
  background: #015eb8;
  border-radius: 30px;
  padding: 8px 25px;
}
.titulo-sesion-kai h2 {
  color: #015eb8;
}
.titulo-sesion-kai p {
  color: #015eb8;
  font-size: 20px;
}
.banner-ventas {
  display: flex;
  align-items: center;
  color: #fff;
  min-height: 350px !important;
}

.titulo-sesion {
  color: #015eb8;
  font-size: 1.6rem;
}
.contenedor-banner {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.contenedor-banner h1 {
  text-align: left !important;
}

.img-mapa {
  width: 150px;
  margin: 0 auto;
}
.contenedor-servicios {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.servicios-seccion {
  padding: 25px 0px;
}
.servicios-seccion h2 {
  color: rgba(0, 94, 184, 1);
}

.sucursal-dropdown .accordion-item {
  border: 2px solid #007bff;
  border-radius: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sucursal-dropdown .accordion-button {
  padding: 10px;
  font-weight: 500;
  color: #007bff;
  position: relative;
}
.sucursal-dropdown .accordion-button:not(.collapsed) {
  background-color: #007bff;
  color: white;
}
.sucursal-dropdown .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.sucursal-dropdown .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

input#ubicacion-input {
  border-radius: 30px;
  height: 40px;
  box-shadow: 0px 7.98px 31.9px 0px rgba(7, 33, 132, 0.1);
  margin-right: 20px;
  font-size: 15px;
}
select#radio-busqueda {
  border-radius: 30px;
  height: 40px;
  box-shadow: 0px 7.98px 31.9px 0px rgba(7, 33, 132, 0.1);
  font-size: 15px;
  padding: 5px 30px;
  max-width: 350px;
}

button#buscar-btn {
  height: 40px;
  border-radius: 30px;
  padding: 0px 50px;
  margin-left: 20px;
}
h1.banner-title {
  margin-top: 5%;
}
.banner-page {
  height: 800px;
  margin-top: -6%;
  display: flex;
  align-items: center;
  color: #fff;
}

.contenedor-kpis {
  margin-top: -13%;
}

h2.kpi-number {
  font-size: 70px;
  color: #fff;
}
p.kpi-name {
  font-size: 20px;
  color: #fff;
}
.vector-image {
  padding: 24px 0px;
}
.contenedor-sub-texto {
  padding: 40px 0px;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}


.sub_texto_esg {
  color: #000;
  font-size: 20px;
  max-width: 100% !important;
  width: 100%;
}
.contenedor-caracteristica {
  padding: 40px 0px;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.caracteristica-img {
  width: 100px;
  margin: 25px;
}
.mt-50 {
  margin-top: 70px !important;
}
.contenedor-bombas {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding: 100px 0px;
}
.card-bomba {
  margin: 10px;
  border-radius: 15px;
  display: flex;
  height: 230px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-bomba:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
p.titulo_bomba {
  padding-left: 20px;
  color: #fff;
  font-size: 1rem;
}
a.btn-bombas {
  background: #ffffffcc;
  margin-left: 25px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}
.fondo_calcula {
  background: #f4f8fa99;
}
.btn-buscar {
  background: rgba(232, 240, 240, 1) !important;
  text-decoration: none;
  color: #000;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

/* Preloader Koslan */
.koslan-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.preloader-logo {
  animation: pulse 1.5s ease-in-out infinite;
}

.koslan-preloader .preloader-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.koslan-preloader .spinner-border {
  border-width: 3px;
}
textarea#mensaje {
    resize: none;
}
/* Estilos para categorías collapse */
.accordion-item {
  background: TRANSPARENT;
}


.accordion-button {
  background: transparent !important;
  padding: 5px 0px;
  font-weight: 500;
  color: #495057;
  transition: all 0.3s ease;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: #e3f2fd;
  color: #1976d2;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 118, 210, 0.25);
}

.accordion-button .badge {
    font-size: 0.75em;
    padding: 0.25em 0.5em;
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(50, 50, 60, 1);
    font-weight: 300;
}
.badge-count{
      font-size: 0.75em;
    padding: 0.25em 0.5em;
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(50, 50, 60, 1);
    font-weight: 300;
}

/* Alinear el badge primario a la derecha dentro de filtros */
.filtros-container .accordion-button .badge.bg-primary.ms-2 {
  margin-left: auto !important;
}
/* Ocultar el ícono por defecto a la derecha para que el badge quede al extremo */
.filtros-container .accordion-button::after {
  display: none;
}

.accordion-body {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.multimedia {
    margin-bottom: 20px;
}

.subcategorias-list {
  border-left: 1px solid rgba(232, 240, 240, 1);
  padding-left: 0.75rem;
}

.form-check-input:checked {
  background-color: #1976d2;
  border-color: #1976d2;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 118, 210, 0.25);
}

.form-check-label {
  cursor: pointer;
  font-size: 0.9em;
}

.limpiar-categoria {
  transition: all 0.3s ease;
}

.limpiar-categoria:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.categoria-name {
  flex-grow: 1;
  text-align: left;
}

.accordion-button::after {
  margin-left: auto;
}

/* Estilos para botón Ver más categorías */
.ver-mas-categorias {
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ver-mas-categorias:hover {
  color: #1565c0;
  text-decoration: underline;
}

.ver-mas-categorias:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 118, 210, 0.25);
  outline: none;
}

.categoria-oculta {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.categoria-oculta.d-none {
  opacity: 0;
  transform: translateY(-10px);
}
div#videosAccordion {
  margin: 0 auto;
  padding: 0px;
  max-width: 1300px;
}

button.accordion-button {
  color: #005eb8;
  font-size: 1rem;
  padding: 20px;
  font-weight: 700;
}
.accordion-item {
  border-radius: 50px;
}

/* Media Query específica para iPad 820x1180 */
@media only screen and (width: 820px) and (height: 1180px) {
  /* Estilos específicos para iPad 820x1180 */
  body {
    /* Agregar estilos específicos aquí */
  }
}

/* Media Query específica para Desktop 1280x720 con zoom 150% */
@media only screen and (width: 1280px) and (height: 720px) {
  /* Estilos específicos para Desktop 1280x720 */
  .contenedor-contect-slider {
    padding: 50px;
  }

  .slider-bg-image.d-block.w-100 {
    height: 600px !important;
  }
  .contact-center-info-container {
    padding: 80px 50px !important;
  }
  .contenedor-columna_1 {
    padding: 0px 40px;
  }
  .contenedor-columna_2 {
    padding: 0px 40px;
  }
  .contenedor-infomacion {
    padding: 60px 40px !important;
    margin: 0 auto;
  }
  .fondo-categoria {
    padding: 20px;
  }
  .banner-blog-slider.mb-5 {
    padding: 20px 60px;
  }

  .contenedor-nuevos-lanzamientos {
    padding: 20px 60px;
  }
  .fondo-marcas {
    padding: 60px 60px;
  }
  .contenedor-asistente {
    padding: 0px 60px;
  }
  footer.footer {
    padding: 50px 20px;
  }
  .img-sobresaliente {
    margin-top: -27%;
  }
  div#videosAccordion {
    margin: 0 auto;
    padding: 30px;
    max-width: 1300px;
  }
  .contenedor-videos-head {
    padding: 0px 40px;
  }
  .banner-ventas {
    padding: 0px 40px;
  }

  /* Clases con max-width: 1300px y width: 100% */
  .contenedor-videos-head {
    padding: 0px 40px;
  }
  .contenedor-categoria {
    padding: 0px 40px;
  }
  .fondo-seccion-blog .banner-blog-slider {
    padding: 0px 40px;
  }
  .contenedor-servicio-cliente {
    padding: 0px 40px;
  }
  .contenedor-contect-slider {
    padding: 0px 40px;
  }
  .contenedor-nuevos-lanzamientos {
    padding: 0px 40px;
  }
  .contenedor-marcas {
    padding: 0px 40px;
  }
  .contenedor-asistente {
    padding: 0px 40px;
  }
  .header {
    padding: 0px 40px;
  }
  .contenedor-footer {
    padding: 0px 40px;
  }
  .contenedor-proyecto,
  .contenedor-header-proyecto {
    padding: 0px 40px !important;
  }
  .contenedor-banner {
    padding: 0px 40px;
  }
  .contenedor-servicios {
    padding: 0px 40px;
  }
  .contenedor-sub-texto {
    padding: 0px 40px;
  }
  .contenedor-caracteristica {
    padding: 0px 40px;
  }
  .contenedor-bombas {
    padding: 0px 40px;
  }
  div#videosAccordion {
    padding: 0px 40px;
  }
  .contenedor-guias {
    padding: 0px 40px;
  }
  .header {
    max-width: 1200px;
  }
}

/* Media Query específica para zoom 150% en Windows (1280px x 720px efectivos) */
@media only screen and (min-width: 853px) and (max-width: 854px) {
  /* Ajustes específicos para zoom 150% */
  body {
    font-size: 14px;
  }

  .contenedor-categoria {
    max-width: 800px;
    padding: 0px 20px;
    margin-top: -8%;
  }

  .card-fondo {
    padding: 15px !important;
    margin: 5px;
  }

  .card-fondo img {
    max-height: 80px;
    width: auto;
  }

  .btn-categoria {
    font-size: 12px;
    padding: 8px 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px !important;
  }

  h5.titulo-slider {
    font-size: 40px;
  }

  p.subtitulo_slider {
    font-size: 24px;
  }

  .contenedor-contect-slider {
    padding: 20px;
  }

  .fondo-categoria {
    padding: 15px;
  }

  .banner-blog-slider.mb-5 {
    padding: 15px 30px;
  }

  .contenedor-nuevos-lanzamientos {
    padding: 15px 30px;
  }

  .fondo-marcas {
    padding: 30px;
  }

  .contenedor-asistente {
    padding: 0px 30px;
  }

  footer.footer {
    padding: 30px 15px;
  }

  .img-sobresaliente {
    margin-top: -20%;
  }

  div#videosAccordion {
    padding: 20px;
    max-width: 800px;
  }

  .contenedor-videos-head {
    padding: 0px 20px;
  }

  .banner-ventas {
    padding: 0px 20px;
  }

  /* Ajustes para todos los contenedores principales */
  .contenedor-videos-head,
  .contenedor-categoria,
  .fondo-seccion-blog .banner-blog-slider,
  .contenedor-servicio-cliente,
  .contenedor-contect-slider,
  .contenedor-nuevos-lanzamientos,
  .contenedor-marcas,
  .contenedor-asistente,
  .contenedor-footer,
  .contenedor-proyecto,
  .contenedor-header-proyecto,
  .contenedor-banner,
  .contenedor-servicios,
  .contenedor-sub-texto,
  .contenedor-caracteristica,
  .contenedor-bombas,
  .contenedor-guias {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Media Query general para pantallas de 1280px de ancho */
@media only screen and (max-width: 1280px) {
  /* Ajustar contenedores principales para mejor visualización en 1280px */
  .contenedor-videos-head,
  .contenedor-categoria,
  .fondo-seccion-blog .banner-blog-slider,
  .contenedor-servicio-cliente,
  .contenedor-contect-slider,
  .contenedor-nuevos-lanzamientos,
  .contenedor-marcas,
  .contenedor-asistente,
  .contenedor-footer,
  .contenedor-banner,
  .contenedor-servicios,
  .contenedor-sub-texto,
  .contenedor-caracteristica,
  .contenedor-bombas,
  div#videosAccordion,
  .contenedor-guias {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  h3.titulo_caracteristica {
    font-size: 1.5rem;
  }
  p.descripcion_caracteristica {
    font-size: 0.9rem;
  }
  .header {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Ajustar espaciado específico para mejor visualización */
  .fondo-categoria {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-blog-slider.mb-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fondo-marcas {
    padding-left: 40px;
    padding-right: 40px;
    padding: 35px !important;
  }

  footer.footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* Ajustes adicionales para mejor espaciado en 1280px */
  .img-sobresaliente {
    margin-top: -100px;
  }
  .mb-4.descripcion_blog.aos-init.aos-animate {
    text-align: justify;
  }

  .titulo-asistente {
    font-size: 2rem;
  }

  h5.titulo-slider {
    font-size: 50px;
  }

  p.subtitulo_slider {
    font-size: 16px;
  }

  .contenedor-kpis {
    margin-top: -10%;
  }

  

  /* Ajustar carrusel para mejor visualización */
  .nuevos-lanzamientos-slider .card {
    height: 520px !important;
    min-height: 320px;
    max-height: 520px;
  }
}
.contenedor-guias {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
/* Estilos para preloader de filtros */
.loading-filters {
  position: relative;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading-shimmer 1.5s infinite;
}

@keyframes loading-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.loading-filters:disabled {
  cursor: wait !important;
  pointer-events: none;
}

/* Animación sutil para indicar carga */
.loading-filters option:first-child {
  font-style: italic;
  color: #666;
}

/* Mejoras visuales para el estado de carga */
.loading-filters {
  transition: opacity 0.3s ease, background 0.3s ease;
}

.loading-filters:not(:disabled) {
  transition: opacity 0.3s ease;
}

div#mainSlider .carousel-control-prev {
  display: none;
}
div#mainSlider .carousel-control-next {
  display: none;
}
div#gform_confirmation_message_1 {
  padding: 40px 0px;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
aside.col-md-3.sidebar-filtros.mb-4.aos-init.aos-animate {
  margin-bottom: 150px;
}
.contenedor-kpis {
  margin-top: -9% !important;
}

.search-input-modern {
  flex: 1;
  border: none;
  background: transparent;
  padding: 16px 20px 16px 56px;
  font-size: 16px;
  font-weight: 400;
  color: #1f2937;
  outline: none;
  border-radius: 12px;
}
.search-form-modern {
  width: 100%;
}

element.style {
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.modal-search-content {
  border: none;
  border-radius: 24px;
  background: transparent;
  position: relative;
  overflow: visible;
}
.btn-close-modern {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 10;
  left: 100%;
  bottom: 80px;
}
.modal-search-modern {
  max-width: 600px;
}
.search-btn-modern {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-width: 48px;
  height: 48px;
}
.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contenido-iconos img {
  height: 60px !important;
}
@media only screen and (max-width: 600px) {
  .header {
    top: 1%;
    width: 90%;
    padding: 10px 0px;
    padding-right: 20px;
  }
 
  .contenedor-sesion a {
    display: flex;
    justify-content: center;
  }
  a.links-menu {
    width: 100% !important;
    display: flex;
    padding: 5px 0px;
    border: none;
    font-size: 14px;
  }
  .titulo-menu-footer {
    padding: 10px 0px;
    margin: 0px;
  }
  .seccion-contacto.mb-5 {
    margin: 0px;
  }
  .ginput_container.ginput_container_consent {
    text-align: center;
  }
  .gform-footer.gform_footer.top_label {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .fondo-contacto {
    padding: 25px;
  }
  input#gform_submit_button_1 {
    width: 100%;
  }
  p.texto_barra {
    line-height: 12px;
    font-size: 11px;
  }
  .contenedor-caracteristica{
    padding: 10px 0px !important;
  }

  .seccion-contacto .container {
    padding-top: 0px !important;
  }
  .slider-bg-image.d-block.w-100 {
    height: 500px !important;
  }
}

@media (max-width: 768px) {
  p.titulo-lanzamiento {
    font-size: 21px !important;
    text-align: center;
    padding-bottom: 20px;
  }
  .ir a {
    display: flex;
    width: auto;
    text-align: center;
    justify-content: center;
  }
  .contenedor-flechas-marcas .swiper-button-next {
    right: -18%;
  }
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: white;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0px;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  outline: none;
}
.btn-carrito {
  background: none;
  border: none;
  padding: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  background: rgba(7, 33, 132, 0.3);
  border-radius: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
span#carrito-contador {
  background: rgba(7, 33, 132, 1);
}

.btn-categoria {
  font-size: clamp(12px, 3vw, 18px) !important;
}
.links-menu {
  font-size: 15px !important;
}

.header {
  box-shadow: 0px 5px 10px 0px rgba(7, 33, 132, 0.3);
 
  position: fixed;
  top: 20px;
  z-index: 999;
  width: 95%;
  margin: 0 auto;
  max-width: 1300px;
  left: 0;
  right: 0;
  border-radius: 70px;
}

.contenedor-contect-slider {
  width: 95%;
}

a.btn.btn-primary.mt-3.btn-slider {
  background: rgba(255, 255, 255, 1);
  color: #005eb8;
  font-weight: 500;
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 40px;
  border: 0;
  backdrop-lter: blur(5px);
}
section.acf-bloque.acf-bloque-banner {
    display: flex
;
    align-items: center;
    color: #fff;
    min-height: 350px !important;
}

.banner-contenido {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}
.contenido-descripcion{
   margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding: 20px 0px;
}
a.btn.btn-primary.mt-3.btn-slider:hover {
  background: #005eb8ab;
  color: #ffff;
  border: 0px solid #ffff;
  scale: 105%;
  transition: 0.5s;
  animation-timing-function: ease-in-out;
}
.btn-categoria {
  font-size: clamp(12px, 3vw, 12px) !important;
  color: #005eb8;
}
p.texto_barra a {
    text-decoration: none;
    color: #fff;
}
a.btn-contacto span {
  margin-top: 1px;
  font-size: 12px !important;
}
.btn-contacto {
  background: rgba(7, 33, 132, 0.3);
  text-decoration: none;
  color: #fff;
  padding: 6px 30px;
  border-radius: 30px;
  width: 150px !important;
}
a.btn-contacto span {
  margin-left: 10px;
}
@media only screen and (min-width: 801px) {
  #mega-menu-wrap-max_mega_menu_1 {
    background: transparent;
    position: absolute;
    top: 11%;
  }
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus {
  background: #072184 !important;
  font-weight: normal;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  width: 280px;
  margin: 0 auto;
  border-radius: 10px;
}
.mega-menu-link:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 20px !important;
}
.mega-menu-link {
  padding: 0px 20px !important;
}


#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  background: rgba(0, 94, 184, 0.8) !important;
}
.padding-50 {
  padding: 0px !important;
}

.titulo-sesion-divisiones {
  font-size: 1.6rem !important;
}
.subtitulo-sesion-divisiones {
  font-size: 1.2rem !important;
}
.parrafo-sesion_2-divisiones {
  font-size: 0.9rem !important;
}
.contenedor-sesion img {
  height: 60px !important;
  width: 60px !important;
}

.padding-50 {
  padding: 0px !important;
}

h2.mf-split-eyebrow {
  color: #005eb8;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.contenedor-kpis {
  margin-top: 0% !important;
}
img.img-fluid.caracteristica-img {
  height: 60px;
  width: 60px;
}
.contenedor-infomacion {
  padding: 20px 50px;
}
p.titulo-informacion {
  font-size: 1.6rem !important;
}
.contenido-informacion p {
  font-size: 0.9rem;
}
.contact-center-info-container {
  padding: 0px 50px !important;
  padding-top: 50px !important;
}
.contact-center-info-container p {
  font-size: 1.6rem;
}
.slider-video-wrapper.d-block.w-100 {
  height: 600px !important;
}
.post-featured-image {

  height: auto;
  display: block;
  height: 400px !important;
  margin: 0 auto;
}
.post-content {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 20px;
}
a.mega-menu-link {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link{
  transition: none !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
  padding: 0px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    text-align: center;
    padding: 0px;
    padding-top: 2px;
}
.post-content h1 {
  font-size: 1.6rem !important;
}
.popular-card-title {
  font-size: 1rem !important;
  font-weight: bold !important;
}
img.img-fluid.mb-4.img-placeholder {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.resumen-producto-imagen {
    width: 20%;
    margin-right: 20px !important;
    margin: 5px 0px;
}
.resumen-producto-nombre {
    font-size: 0.8rem;
}
span.text-muted.cantidad {
    width: 50px;
    text-align: center;
}
.producto-info-mini .mb-0.small {
    display: flex;
    align-items: center;
    width: 230px;
    margin: 0 auto;
    font-size: 12px;
}
.resumen-producto {
    display: flex
;
    justify-content: center;
    align-items: center;
  }
.resumen-producto-imagen img {
    width:50px;
    height: 100%;
    object-fit: contain;
}
.resumen-producto {
    display: flex
;
}
.popular-card-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popular-card-button {
  justify-content: center;
  width: 200px;
}
.card-nav p {
    font-size: 13px !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    margin-top: -21px !important;
    margin-left: -11px !important;
  }
  .post-featured-image-container img {
    width: 400px !important;
    object-fit: contain;
    height: 300px !important;
  }
}
@media (min-width: 1400px) {
  .productos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .slider-video-wrapper.d-block.w-100 {
    height: 700px !important;
  }
}
.post-title {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .card-nav.text-center a img {
    width: 50px;
    object-fit: contain;
  }
  .related-posts-title {
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
  }
  nav.breadcrumb-nav {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .contenedor-sesion img {
    padding-bottom: 20px;
    object-fit: contain;
  }
  .img-sobresaliente {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px !important;
  }
  .etiqueta-blog {
    top: 73% !important;
  }
  .titulo-slider {
    font-size: 1.9rem !important;
  }

  a.btn.btn-primary.mt-3.btn-slider {
    font-size: 1rem !important;
  }
  .mb-3 p {
    font-size: 20px;
  }
  .mb-3 h3 {
    font-size: 0.9rem;
  }
  .card-bomba img {
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 200px;
    object-fit: contain;
    padding: 20px;
  }
  .card-bomba {
    height: 360px !important;
  }
  a.btn-bombas {
    width: 70% !important;
  }
  .contenedor-bombas {
    padding-top: 30px !important;
  }
  .contenedor-sesion img {
    margin-bottom: 0px !important;
  }
  .product-item {
    border-radius: 10px !important;
  }
  h2.contenedor-header-proyecto-titulo {
    font-size: 1.2rem;
    color: #005eb8;
    margin-top: 50px;
  }
  .sub_texto_esg {
    font-size: 1rem !important;
  }
  .acf-bloque.acf-bloque-shortcode.contenedor-base {
    width: 90% !important;
}
span.btn-bombas {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 80%;
}
.col-md-7.mb-4.mb-md-0.fondo-contacto.aos-init.aos-animate {
    margin: 0 auto;
    width: 90%;
}
.contenedor-base {
  
    padding: 20px 20px !important;
}
section.acf-bloque.acf-bloque-banner {
 
    padding: 20px;
}
  .fondo-texto-item {
    background: #f4f8fa;
    height: 92px;
    transition: all 0.3s ease;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
  }
  p.titulo-informacion {
    font-size: 1.5rem !important;
    text-align: center;
  }
  div#seccion-contacto div img {
    width: 35px;
    object-fit: contain !important;
  }
  .contact-center-card {
    padding: 20px 15px;
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .contact-center-card div {
    width: 100%;
  }
  p.titulo-lanzamiento {
    padding-top: 30px;
  }
  .contenedor-sesion.aos-init.aos-animate {
    height: 300px !important;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    justify-content: center;
    text-align: center;
  }
}




.contenido-iconos img {
  height: 55px !important;
}
.titulo-sesion p {
  font-size: 1.2rem;
}
.banner-page {
  height: 450px;
}
p.descripcion_caracteristica {
  text-align: left;
}

.mf-cert-name {
  font-size: 1.2rem !important;
}


.slider-bg-image.d-block.w-100 {
  background-position: center;
  background-size: cover;
  height: 600px !important;
}

.sub_texto_esg {
  font-size: 20px;
 
  width: 100%;
  color: rgba(50, 50, 60, 1);
}

h2#lineaHeading7 {
  display: none;
}

.acf-bloque.acf-bloque-shortcode.contenedor-base {
    max-width: 800px;
    width: 90% !important;
    background: linear-gradient(90deg, #0ac4bc 0%, #005eb8 100%);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.gform-body.gform_body input {
    background: rgba(255, 255, 255, 0.9);
    border: none;
}
.gform-footer.gform_footer.top_label input {
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 10px;
    width: 150px;
    border-radius: 30px;
}
img.img-fluid.mb-4.img-placeholder {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.contenedor-base {
    
    padding-top: 20px;
}
.acf-bloque.acf-bloque-shortcode.contenedor-base {
    margin-top: 50px;
}
.gform_heading {
    color: #fff;
}
main#primary section {
    padding: 30px;
}
.contenido-descripcion.contenedor-base {
	padding: 40px;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 130px !important;
}

h6.card-title a {
    font-size: 1rem;
}

.filter-group label {
    font-size: 13px !important;
}


    /* Fondo acordeones solo en este template */
    .filtros-container .accordion,
    .filtros-container .accordion-item,
    .filtros-container .accordion-body {
        background-color: #f4f8fa !important;
    }
    .filtros-container .accordion-button,
    .filtros-container .accordion-button:not(.collapsed) {
        background-color: #f4f8fa !important;
    }

    /* Badge de subcategorías a la derecha y colores */
    .filtros-container .form-check-label {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .filtros-container .form-check-label .badge {
        margin-left: auto !important;
        background: rgba(232, 240, 240, 1) !important;
        color: rgba(50, 50, 60, 1) !important;
    }
    /* Icono del acordeón a la izquierda con ::before (solo filtros) */
    .filtros-container .accordion-button::after {
        display: none !important;
    }
    .filtros-container .accordion-button::before {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.5rem;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: 1.0rem;
        transition: transform .2s ease-in-out;
    }
    .filtros-container .accordion-button:not(.collapsed)::before {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: rotate(180deg);
    }
