/* Typography */
/* Paleta y mas */
/* Generales */
.c1 {
  color: #9c2d2d;
}
.c2 {
  color: #dea229;
}
.c3 {
  color: #353535;
}
.c4 {
  color: #18171f;
}
.c5 {
  color: #ffffff;
}
.bg-c1 {
  background-color: #9c2d2d;
  color: #FFF;
}
.bg-c2 {
  background-color: #dea229;
  color: #FFF;
}
.bg-c3 {
  background-color: #353535;
  color: #FFF;
}
.bg-c4 {
  background-color: #18171f;
  color: #FFF;
}
.bg-c5 {
  background-color: #ffffff;
  color: #FFF;
}
html {
  font-size: 100%;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #424242;
}
a:hover {
  color: #9c2d2d;
}
a,
a:active {
  text-decoration: none;
  color: inherit;
}
.section-title h2,
h2.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.faded {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.faded.visible {
  opacity: 1;
}
img {
  border-radius: 20px;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #FFF;
  --swiper-navigation-size: 30px;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #9c2d2d;
  color: #FFF;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton.small {
  padding: 8px 20px;
}
.boton:hover {
  color: #FFF;
}
.boton.c2 {
  background-color: #dea229;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #353535;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #18171f;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #ffffff;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #9c2d2d;
  border: 1px solid #9c2d2d;
}
.boton.outline:hover {
  color: #9c2d2d;
}
.boton.outline.c2 {
  color: #dea229;
  border: 2px solid #dea229;
}
.boton.outline.c2:hover {
  color: #dea229;
}
.boton.outline.c3 {
  color: #353535;
  border: 2px solid #353535;
}
.boton.outline.c3:hover {
  color: #353535;
}
.boton.outline.c4 {
  color: #18171f;
  border: 2px solid #18171f;
}
.boton.outline.c4:hover {
  color: #18171f;
}
.boton.outline.c5 {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.boton.outline.c5:hover {
  color: #ffffff;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
}
ul.lista-iconos li::before {
  content: "\F26E";
  font-family: 'bootstrap-icons';
  color: #9c2d2d;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
.box-bg-transparent {
  background: #00000099;
  padding: 60px;
  border-radius: 30px;
  backdrop-filter: blur(3px);
}
/* HEADER */
#site-header {
  padding: 12px 40px 12px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .logo img {
  height: 100px;
  width: auto;
  transition: height 0.3s ease;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#site-header .main-menu li a {
  font-size: 14px;
  font-family: 'Asap', sans-serif;
  padding: 15px 25px;
  text-decoration: none;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#site-header .main-menu li a:hover {
  color: #9c2d2d;
}
#site-header .main-menu.not-responsive {
  display: flex;
  flex-direction: row;
}
#site-header .main-menu.not-responsive li {
  display: inline-block;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
}
/* Header con fondo más sólido al hacer scroll */
#site-header.scrolled {
  padding: 8px 40px 8px 40px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
#site-header.scrolled .logo img {
  height: 60px;
}
#site-header.scrolled .main-menu li a {
  padding: 8px 20px;
  font-size: 13px;
  min-height: auto;
}
.menu-responsive {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #dea229;
  z-index: 100;
}
.menu-responsive li {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.menu-responsive li a {
  color: #fff !important;
}
.menu-responsive li a:hover {
  font-weight: 900;
  color: #9c2d2d;
}
.menu-responsive .logo-responsive {
  padding-top: 40px;
}
.menu-responsive .logo-responsive img {
  max-width: 200px;
}
.menu-responsive .responsive-menu-footer {
  padding-bottom: 60px;
}
.menu-responsive .logo-responsive,
.menu-responsive .responsive-menu-footer {
  flex: 1;
}
.menu-responsive .main-menu.responsive {
  flex-grow: 1;
}
/* Menu Icons Styles - Vertical Layout */
#site-header .main-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 20px;
  min-height: 60px;
}
#site-header .main-menu li a i {
  display: block;
  margin: 0 0 4px 0;
  font-size: 20px;
  color: #9c2d2d;
  transition: all 0.3s ease;
}
#site-header .main-menu li a span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
#site-header .main-menu li a:hover i {
  transform: scale(1.2);
  color: #9c2d2d;
}
#site-header .main-menu li.active a i {
  color: #9c2d2d;
  transform: scale(1.1);
}
/* Menu responsivo mantiene el diseño horizontal en móvil */
#site-header .menu-responsive li a {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  text-align: left;
}
#site-header .menu-responsive li a i {
  margin: 0 12px 0 0;
  font-size: 18px;
  color: #ffffff !important;
}
#site-header .menu-responsive li a span {
  font-size: 16px;
}
#site-header .menu-responsive li a:hover i {
  color: #9c2d2d !important;
  transform: scale(1.15);
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #474747;
  transition: all 0.3s ease;
}
#menu-open:hover {
  color: #9c2d2d;
  transform: scale(1.1);
}
#menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
}
/* MAIN CONTENT - Para permitir que el header sea fijo */
.page-inicio .main-content {
  position: relative;
  padding-top: 124px;
  /* Altura del header fijo */
  /* El slider debe comenzar desde arriba para que el header lo pise */
}
.page-inicio .main-content > [class*="swiper"],
.page-inicio .main-content > [component*="slider"] {
  margin-top: -124px;
  padding-top: 124px;
}
/* Para otras páginas que no tengan slider */
body:not(.page-inicio) .main-content {
  padding-top: 132px;
  /* Aproximadamente la altura del header */
}
/* Este ajuste ya se incluye en la media query principal de móvil */
.item .wrap {
  position: relative;
}
.box-color {
  position: relative;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
.box-color h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.box-color .boton {
  margin-top: 20px;
  padding: 5px 15px;
  font-weight: 200;
  font-size: 0.9rem;
}
.box-color .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.bg-blur-negro {
  background: #3b3b3bd4;
  backdrop-filter: blur(3px);
  color: #fff;
}
.bg-blur-negro a.boton:hover {
  color: #9c2d2d;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
.heading {
  background: url(images/bg-heading.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #fff;
}
.heading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
/**** Inicio **********/
.servicio-home {
  position: relative;
}
/********** Quienes Somos *******/
.quienes-somos {
  background: url('images/bn.png') no-repeat left bottom;
}
.desarrollo-fabricacion {
  position: relative;
}
.iso {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
/********* PRoyectos ********/
.item-proyecto {
  margin-top: 30px;
}
.item-proyecto .wrap {
  border: 1px solid #e3e3e3;
  padding-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.item-proyecto .info {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.item-proyecto h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
}
/********** Servicios ***************/
.solucion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 10px;
  min-height: 350px;
  box-shadow: 0 23px 30px -20px rgba(0, 0, 0, 0.7);
  padding: 30px;
}
.solucion h2 {
  text-transform: uppercase;
  font-weight: 550;
  font-size: 1.4rem;
  line-height: 1.5rem;
  text-wrap: balance;
  margin-bottom: 10px;
}
.solucion .icono {
  max-width: 80px;
  margin-bottom: 30px;
}
.solucion p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.servicios-soluciones {
  background-color: #f6f6f6;
  position: relative;
}
.otras-soluciones {
  background: url('images/bg-otras-energias.jpg') no-repeat center center;
  background-size: cover;
}
.box-item {
  position: relative;
  background-color: #3934349c;
  border-radius: 10px;
  color: #fff;
  padding: 40px;
  height: 100%;
  backdrop-filter: blur(3px);
}
/************** contacto ***************/
.border-right {
  border-right: 1px solid #e3e3e3;
  padding-right: 40px;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #474747;
  border-radius: 0;
}
/***** Footer *****/
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info li {
  display: flex;
  gap: 15px;
}
.contact-info li i {
  color: #9c2d2d;
  padding-top: 2px;
  font-size: 18px;
}
.contact-info li span a {
  display: block;
}
#site-footer {
  font-size: 14px;
}
#site-footer ul {
  list-style-type: none;
  padding-left: 0;
}
#site-footer h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 17px;
}
#site-footer .footer-col {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.logo-footer img {
  max-width: 200px;
}
.footer-menu li {
  font-size: 14px;
}
.footer-menu li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.footer-menu li a:hover {
  color: #9c2d2d;
}
.footer-menu li a .bi {
  display: none;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright p {
  margin-bottom: 0;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #9c2d2d;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.form-group {
  margin-bottom: 20px;
}
button[type=submit]:not(.outline) {
  border: none;
}
.bg-gray {
  background-color: #f6f6f6;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-cliente,
.slide-proveedor {
  padding: 15px;
}
.slide-cliente img,
.slide-proveedor img {
  margin: 0 auto;
}
.slide-cliente .slick-arrow,
.slide-proveedor .slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.slide-cliente .slick-arrow::before,
.slide-proveedor .slick-arrow::before {
  color: #493838;
  font-weight: 700;
  font-size: 28px;
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-cliente .slick-prev::before,
.slide-proveedor .slick-prev::before {
  content: '\F282';
}
.slide-cliente .slick-next::before,
.slide-proveedor .slick-next::before {
  content: '\F286';
}
.carousel-proveedores .slick-arrow {
  font-size: 0;
  color: #dea229;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.carousel-proveedores .slick-arrow::before {
  color: #d51010;
  font-weight: 700;
  font-size: 28px;
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 15px 20px;
  }
  #site-header .logo img {
    height: 70px;
  }
  #site-header.scrolled {
    padding: 10px 20px;
  }
  #site-header.scrolled .logo img {
    height: 50px;
  }
  /* Ajustar padding del contenido para móvil */
  .page-inicio .main-content {
    padding-top: 100px;
  }
  .page-inicio .main-content > [class*="swiper"],
  .page-inicio .main-content > [component*="slider"] {
    margin-top: -100px;
    padding-top: 100px;
  }
  body:not(.page-inicio) .main-content {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .more-gutter {
    --bs-gutter-x: 5rem;
  }
}
@media (max-width: 767.98px) {
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta {
    padding: 60px 15px;
    min-height: 250px;
  }
  .cta p {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 300;
  }
  .cta-button {
    padding: 14px 30px;
    font-size: 1rem;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .solucion {
    margin-bottom: 30px;
  }
  .mt-lg-5 {
    margin-top: 50px;
  }
}
/* Call to Action Section */
.cta {
  background-image: url('images/bg-cta.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 20px;
  text-align: center;
  position: relative;
  color: #ffffff;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.cta p {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: 2.5rem;
  font-family: 'Asap', sans-serif;
}
.cta-button {
  position: relative;
  z-index: 10 !important;
  display: inline-block;
  background-color: #9c2d2d;
  color: #ffffff !important;
  padding: 16px 40px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: 'Asap', sans-serif;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 3px solid #9c2d2d;
  box-shadow: 0 4px 15px rgba(220, 38, 37, 0.3);
  pointer-events: auto;
}
.cta-button:hover {
  background-color: transparent;
  color: #9c2d2d !important;
  border-color: #9c2d2d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 37, 0.4);
}
.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(220, 38, 37, 0.3);
}
.cta-button i {
  margin-left: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.cta-button:hover i {
  transform: translateX(5px);
}
@media (min-width: 768px) {
  .carousel-clientes,
  .carousel-proveedores {
    margin-left: -12px;
  }
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
}
.logo-item {
  text-align: center;
}
.logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
/* Estilos para productos */
.productos-hero {
  padding: 80px 0;
}
.productos-hero h1 {
  font-weight: 700;
}
.productos-hero .hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.productos-catalog {
  background-color: #f8f9fa;
}
.product-card-premium {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card-premium:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.product-card-premium .product-image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #f5f5f5;
}
.product-card-premium .product-image-container .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 0;
}
.product-card-premium .product-image-container:hover .product-image {
  transform: scale(1.1);
}
.product-card-premium .product-image-container .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(156, 45, 45, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card-premium .product-image-container .product-overlay:hover {
  opacity: 1;
}
.product-card-premium .product-image-container .product-overlay .btn-zoom {
  background: #ffffff;
  color: #9c2d2d;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
}
.product-card-premium .product-image-container .product-overlay .btn-zoom i {
  font-size: 20px;
}
.product-card-premium .product-image-container .product-overlay .btn-zoom:hover {
  background: #dea229;
  color: #ffffff;
  transform: scale(1.05);
}
.product-card-premium .product-image-container .product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
.product-card-premium .product-image-container .product-badge.premium {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #000;
}
.product-card-premium .product-image-container .product-badge.fresh {
  background: linear-gradient(135deg, #4ade80, #22c55e);
  color: #fff;
}
.product-card-premium .product-image-container .product-badge.economico {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  color: #fff;
}
.product-card-premium .product-image-container .product-badge.procesado {
  background: linear-gradient(135deg, #a78bfa, #8b5cf6);
  color: #fff;
}
.product-card-premium .product-image-container .product-badge.kids {
  background: linear-gradient(135deg, #f472b6, #ec4899);
  color: #fff;
}
.product-card-premium .product-image-container .product-badge.natural {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
}
.product-card-premium .product-image-container .product-badge.especial {
  background: linear-gradient(135deg, #f87171, #ef4444);
  color: #fff;
}
.product-card-premium .product-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-card-premium .product-content .product-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #353535;
  margin-bottom: 15px;
  font-family: 'Asap', sans-serif;
}
.product-card-premium .product-content .product-description {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.product-card-premium .product-content .product-specs {
  background: #f9fafb;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.product-card-premium .product-content .product-specs .spec-item {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #4b5563;
}
.product-card-premium .product-content .product-specs .spec-item:last-child {
  margin-bottom: 0;
}
.product-card-premium .product-content .product-specs .spec-item strong {
  color: #9c2d2d;
  font-weight: 600;
}
.product-card-premium .product-content .product-actions {
  margin-top: auto;
}
.product-card-premium .product-content .product-actions .btn-cotizar {
  display: block;
  width: 100%;
  background: #9c2d2d;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.product-card-premium .product-content .product-actions .btn-cotizar i {
  margin-right: 8px;
}
.product-card-premium .product-content .product-actions .btn-cotizar:hover {
  background: #742222;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(156, 45, 45, 0.3);
  color: #ffffff;
}
.cta-productos {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-productos h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-productos .boton {
  font-weight: 600;
}
.cta-productos .boton:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .productos-hero {
    padding: 60px 0 40px;
  }
  .productos-hero h1 {
    font-size: 2rem;
  }
  .productos-hero .lead {
    font-size: 1rem;
  }
  .productos-hero .hero-icon {
    display: none;
  }
  .product-card-premium {
    margin-bottom: 20px;
  }
  .product-card-premium .product-content {
    padding: 20px;
  }
  .product-card-premium .product-content .product-title {
    font-size: 1.3rem;
  }
  .cta-productos {
    padding: 30px 20px !important;
  }
  .cta-productos h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .cta-productos .boton {
    display: block;
    width: 100%;
    margin: 10px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-card-premium .product-content .product-title {
    font-size: 1.35rem;
  }
}
