*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background-color: #e5e7eb;
line-height: 1.6;
}
img {
max-width: 100%;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
ul {
list-style: none;
}
button {
font-family: inherit;
border: none;
background: none;
cursor: pointer;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
}
.section {
padding: 6rem 0 4rem;
}
.section-block {
padding: 4rem 0;
}
.section-header {
margin-bottom: 2.5rem;
}
.section-header h2 {
font-size: 2rem;
font-weight: 600;
color: #0f172a;
margin-bottom: 0.5rem;
}
.section-home .section-header h2 {
  color: #0369a1;
}
.section-header p {
color: #475569;
max-width: 560px;
}
.section-catalogo .section-header p,
.section-categorias .section-header p {
  color: #000000;
}
.section-header.center {
text-align: center;
}
.section-header.center p {
margin: 0.5rem auto 0;
}
.eyebrow {
display: inline-flex;
align-items: center;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #8f9bb3;
margin-bottom: 0.75rem;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.4rem;
border-radius: 999px;
padding: 0.7rem 1.5rem;
font-size: 0.9rem;
font-weight: 500;
transition: all 0.2s ease;
white-space: nowrap;
}
.btn-primary {
background: linear-gradient(135deg, #f97316, #ea580c);
color: #ffffff;
box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}
.btn-primary:hover {
transform: translateY(-1px);
box-shadow: 0 16px 45px rgba(249, 115, 22, 0.45);
}
.btn-outline {
border: 1px solid rgba(148, 163, 184, 0.4);
background-color: rgba(15, 23, 42, 0.6);
color: #e5e7eb;
}
.btn-outline:hover {
border-color: #f97316;
background: rgba(15, 23, 42, 0.9);
}
.btn-text {
padding-inline: 0;
color: #f97316;
}
.btn-text:hover {
color: #fed7aa;
}
.main-header {
position: sticky;
top: 0;
z-index: 40;
  background: linear-gradient(180deg, #8b939d, #717882);
backdrop-filter: blur(18px);
border-bottom: 1px solid rgba(15, 23, 42, 0.5);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.9rem 0;
}
.brand {
display: flex;
align-items: center;
gap: 0.8rem;
min-width: 0;
}
.brand-logo {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 0;
box-shadow: none;
background-color: transparent;
}
.brand-text {
display: flex;
flex-direction: column;
gap: 0.1rem;
}
.brand-name {
font-size: 0.95rem;
font-weight: 600;
color: #f9fafb;
white-space: nowrap;
}
.brand-tagline {
font-size: 0.7rem;
color: #f97316;
white-space: nowrap;
}
.search-bar {
flex: 1;
display: flex;
align-items: center;
background: #ffffff;
border-radius: 999px;
padding: 0.3rem 0.5rem 0.3rem 0.9rem;
border: 1px solid rgba(148, 163, 184, 0.7);
max-width: 440px;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-bar:focus-within {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.2), 0 12px 30px rgba(15, 23, 42, 0.5);
}
.search-bar input {
flex: 1;
border: none;
background: transparent;
color: #111827;
font-size: 0.85rem;
padding: 0.3rem 0.5rem 0.3rem 0;
outline: none;
}
.search-bar input::placeholder {
color: #6b7280;
}
.search-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 999px;
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  color: #0369a1;
font-size: 0.8rem;
}
.search-button:hover {
transform: translateY(-0.5px);
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.45);
}
.main-nav {
display: flex;
align-items: center;
gap: 1rem;
}
.nav-toggle {
display: none;
flex-direction: column;
gap: 0.2rem;
width: 32px;
height: 32px;
border-radius: 999px;
align-items: center;
justify-content: center;
background: rgba(15, 23, 42, 0.85);
border: 1px solid rgba(148, 163, 184, 0.4);
}
.nav-toggle span {
display: block;
width: 16px;
height: 2px;
border-radius: 999px;
background-color: #e5e7eb;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-list {
display: flex;
align-items: center;
gap: 1rem;
font-size: 0.85rem;
}
.nav-list a {
position: relative;
padding: 0.4rem 0.2rem;
color: #e5e7eb;
}
.nav-list a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
border-radius: 999px;
  background: linear-gradient(135deg, #e0f2fe, #0ea5e9);
transition: width 0.2s ease;
}
.nav-list a:hover::after,
.nav-list a.is-active::after {
width: 100%;
}
.section-home {
padding-top: 0;
}
.home-top-strip {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  background-image: url("IMAGEN DE CINTA/FONDO DE CINTA.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.25);
}
.hero {
position: relative;
  background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.35), transparent 55%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.35), transparent 60%), #0b0b0b;
}
.hero-slider {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 1.5rem 1.5rem 2.5rem;
}
.slider-track {
position: relative;
overflow: hidden;
border-radius: 1.75rem;
box-shadow: 0 40px 100px rgba(31, 41, 55, 0.85);
}
.slide {
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.6s ease;
}
.slide.active {
opacity: 1;
position: relative;
}
.slide img {
width: 100%;
height: 420px;
object-fit: cover;
filter: brightness(0.75);
}
.slide-overlay {
position: absolute;
inset: 0;
padding: 2.8rem 3.2rem;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1.1rem;
color: #f1f5f9;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.0) 100%);
}
.slide-overlay h1 {
font-size: 2.4rem;
max-width: 520px;
font-weight: 600;
color: #f9fafb;
}
.slide-overlay p {
max-width: 520px;
color: #e5e7eb;
font-size: 0.98rem;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin-top: 0.4rem;
}
.hero .btn-outline {
background: linear-gradient(135deg, #0ea5e9, #0369a1);
border: 1px solid rgba(3, 105, 161, 0.9);
color: #ffffff;
box-shadow: 0 10px 30px rgba(3, 105, 161, 0.35);
}
.hero .btn-outline:hover {
transform: translateY(-1px);
box-shadow: 0 16px 45px rgba(3, 105, 161, 0.5);
}
.slider-control {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 38px;
height: 38px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(31, 41, 55, 0.9);
border: 1px solid rgba(148, 163, 184, 0.7);
color: #e5e7eb;
backdrop-filter: blur(10px);
transition: background 0.2s ease, transform 0.2s ease;
}
.slider-control.prev {
left: 2.5rem;
}
.slider-control.next {
right: 2.5rem;
}
.slider-control:hover {
background: rgba(31, 41, 55, 1);
transform: translateY(-50%) translateY(-1px);
}
.slider-indicators {
display: flex;
gap: 0.4rem;
justify-content: center;
margin-top: 1.3rem;
}
.slider-indicators button {
width: 9px;
height: 9px;
border-radius: 999px;
background: rgba(148, 163, 184, 0.4);
transition: width 0.2s ease, background 0.2s ease;
}
.slider-indicators button.active {
width: 24px;
background: linear-gradient(135deg, #f97316, #facc15);
}
.categories-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem;
}
.category-card {
  background: #ffe9c9;
border-radius: 1.4rem;
overflow: hidden;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.75);
display: flex;
flex-direction: column;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
cursor: pointer;
}
.category-card:hover {
transform: translateY(-6px);
border-color: #f97316;
box-shadow: 0 28px 80px rgba(15, 23, 42, 0.95);
}
.category-media {
position: relative;
height: 150px;
overflow: hidden;
}
.category-media img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.03);
transition: transform 0.4s ease;
}
.category-card:hover .category-media img {
transform: scale(1.08);
}
.category-pill {
position: absolute;
left: 1rem;
top: 1rem;
padding: 0.25rem 0.7rem;
border-radius: 999px;
font-size: 0.7rem;
background-color: rgba(15, 23, 42, 0.85);
border: 1px solid rgba(148, 163, 184, 0.7);
color: #e5e7eb;
}
.category-body {
padding: 1rem 1.1rem 1.1rem;
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.category-name {
font-size: 0.95rem;
font-weight: 500;
}
.category-meta {
font-size: 0.75rem;
  color: #000000;
}
.category-link {
margin-top: 0.5rem;
font-size: 0.8rem;
display: inline-flex;
align-items: center;
gap: 0.2rem;
color: #f97316;
}
.category-link i {
font-size: 0.7rem;
}
.section-how {
  background: #e5e7eb;
}
.how-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem;
}
.how-card {
  background: #ffe9c9;
border-radius: 1.3rem;
padding: 1.4rem 1.3rem;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 16px 60px rgba(15, 23, 42, 0.8);
display: flex;
flex-direction: column;
gap: 0.5rem;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.how-card:hover {
transform: translateY(-6px);
border-color: #f97316;
box-shadow: 0 22px 70px rgba(15, 23, 42, 0.95);
}
.how-icon {
width: 40px;
height: 40px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.15);
color: #f97316;
margin-bottom: 0.4rem;
}
.how-card h3 {
font-size: 0.95rem;
font-weight: 600;
  color: #000000;
}
.how-card p {
font-size: 0.85rem;
  color: #111827;
}
.section-brands-strip {
  background: #e5e7eb;
}
.brand-carousel {
overflow: hidden;
position: relative;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.35);
  background: radial-gradient(circle at top, #0ea5e9, #0369a1);
padding: 0.9rem 0;
}
.brand-carousel-full {
border-radius: 1.4rem;
}
.brand-track {
display: flex;
align-items: center;
gap: 2.5rem;
animation: brand-scroll 38s linear infinite;
}
.brand-item {
min-width: 100px;
max-width: 120px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.92;
filter: grayscale(10%);
transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}
.brand-item img {
max-height: 42px;
object-fit: contain;
}
.brand-item:hover {
opacity: 1;
filter: grayscale(0%);
transform: translateY(-2px);
}
@keyframes brand-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.section-nosotros {
  background: #e5e7eb;
}
.two-column {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr);
gap: 3rem;
align-items: center;
}
.two-column-media img {
border-radius: 1.5rem;
box-shadow: 0 35px 90px rgba(15, 23, 42, 0.95);
border: 1px solid rgba(148, 163, 184, 0.4);
}
.two-column-content h2 {
font-size: 2rem;
margin-bottom: 0.75rem;
color: #0f172a;
}
.two-column-content p {
color: #334155;
font-size: 0.95rem;
margin-bottom: 0.6rem;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.1rem;
margin: 1.4rem 0;
}
.feature-card {
  background: #ffe9c9;
border-radius: 1.1rem;
padding: 1rem;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 16px 60px rgba(15, 23, 42, 0.78);
}
.feature-card h3 {
font-size: 0.95rem;
margin-bottom: 0.4rem;
  color: #000000;
}
.feature-card p {
font-size: 0.85rem;
  color: #000000;
margin: 0;
}
.actions-row {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin-top: 0.5rem;
}
.values-row {
margin-top: 2.8rem;
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
justify-content: center;
}
.value-pill {
display: inline-flex;
align-items: center;
gap: 0.4rem;
border-radius: 999px;
padding: 0.45rem 1.1rem;
border: 1px solid rgba(148, 163, 184, 0.45);
background: rgba(15, 23, 42, 0.9);
font-size: 0.8rem;
color: #e5e7eb;
}
.value-pill i {
  color: #f97316;
}
.section-sobre {
  background: #e5e7eb;
border-top: 1px solid rgba(15, 23, 42, 1);
}
.sobre-grid {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
gap: 2.5rem;
align-items: center;
}
.sobre-text p {
color: #334155;
font-size: 0.95rem;
margin-bottom: 0.7rem;
}
.sobre-gallery {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.7rem;
}
.sobre-gallery img {
border-radius: 1.2rem;
height: 150px;
object-fit: cover;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 18px 60px rgba(15, 23, 42, 0.9);
}
.section-marcas {
  background: #e5e7eb;
}
.marcas-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 2rem;
margin-top: 2.5rem;
align-items: flex-start;
}
.marcas-column h3,
.marcas-column h4 {
font-size: 1rem;
margin-bottom: 0.6rem;
color: #0f172a;
}
.marcas-column ul li {
font-size: 0.85rem;
color: #111827;
margin-bottom: 0.2rem;
}
.marcas-image-wrapper {
border-radius: 1.2rem;
overflow: hidden;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 20px 70px rgba(15, 23, 42, 0.95);
}
.section-categorias {
  background: #e5e7eb;
}
.section-catalogo,
.section-buscar {
  background: #e5e7eb;
border-top: 1px solid rgba(15, 23, 42, 1);
}
.section-detalle {
  background: #e5e7eb;
border-top: 1px solid rgba(15, 23, 42, 1);
}
.catalog-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.5rem;
}
.product-card {
  background: #ffe9c9;
border-radius: 1.4rem;
border: 1px solid rgba(148, 163, 184, 0.45);
box-shadow: 0 18px 60px rgba(15, 23, 42, 0.85);
display: flex;
flex-direction: column;
overflow: hidden;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.product-card:hover {
transform: translateY(-6px);
border-color: #f97316;
box-shadow: 0 26px 80px rgba(15, 23, 42, 0.98);
}
.product-media {
position: relative;
height: 160px;
overflow: hidden;
}
.product-media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}
.product-card:hover .product-media img {
transform: scale(1.06);
}
.product-body {
padding: 1rem 1.1rem 1.1rem;
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.product-category {
font-size: 0.7rem;
  color: #000000;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.product-name {
font-size: 0.9rem;
font-weight: 500;
min-height: 2.5em;
}
.product-description {
font-size: 0.8rem;
  color: #000000;
min-height: 3.2em;
}
.product-rating {
display: flex;
align-items: center;
gap: 0.25rem;
font-size: 0.75rem;
color: #fbbf24;
}
.product-rating span {
  color: #000000;
}
.section-detalle .product-rating span {
color: #64748b;
}
.product-actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-top: 0.6rem;
}
.btn-small {
padding: 0.5rem 0.9rem;
font-size: 0.8rem;
}
.empty-state {
margin-top: 1.5rem;
padding: 1rem 1.2rem;
border-radius: 0.9rem;
background: rgba(139, 0, 0, 0.9);
border: 1px dashed rgba(148, 163, 184, 0.7);
color: #9ca3af;
font-size: 0.85rem;
}
.detalle-wrapper {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.6fr);
gap: 2.5rem;
align-items: flex-start;
}
.detalle-media {
background: #3b0000;
border-radius: 1.5rem;
padding: 1.2rem;
border: 1px solid #E6F7FF;
box-shadow: 0 18px 55px rgba(15, 23, 42, 0.8);
}
.detalle-media img {
border-radius: 1rem;
}
.detalle-info h1 {
font-size: 1.6rem;
margin-bottom: 0.5rem;
color: #0f172a;
}
.detalle-info .product-category {
margin-bottom: 0.4rem;
color: #64748b;
}
.detalle-meta {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin: 0.8rem 0;
font-size: 0.8rem;
color: #475569;
}
.badge {
display: inline-flex;
align-items: center;
gap: 0.25rem;
border-radius: 999px;
padding: 0.3rem 0.75rem;
border: 1px solid rgba(148, 163, 184, 0.6);
background: rgba(15, 23, 42, 0.9);
font-size: 0.75rem;
}
.badge-success {
border-color: rgba(34, 197, 94, 0.9);
color: #bbf7d0;
}
.section-detalle .badge {
border-color: #E6F7FF;
color: #f9fafb;
}
.section-detalle .badge-success {
color: #bbf7d0;
}
.detalle-description {
font-size: 0.9rem;
color: #334155;
margin-top: 0.7rem;
margin-bottom: 1rem;
}
.detalle-qty {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
}
.detalle-qty label {
font-size: 0.85rem;
color: #475569;
}
.detalle-qty input {
width: 80px;
border-radius: 999px;
border: 1px solid rgba(148, 163, 184, 0.7);
background: rgba(15, 23, 42, 0.9);
color: #e5e7eb;
padding: 0.35rem 0.8rem;
font-size: 0.85rem;
outline: none;
}
.detalle-actions {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
}
.btn-ghost {
border-radius: 999px;
padding: 0.6rem 1rem;
background: rgba(15, 23, 42, 0.85);
border: 1px solid rgba(148, 163, 184, 0.65);
color: #e5e7eb;
font-size: 0.85rem;
display: inline-flex;
align-items: center;
gap: 0.35rem;
transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.btn-ghost:hover {
background: rgba(15, 23, 42, 1);
border-color: #f97316;
transform: translateY(-2px);
}
.section-materiales {
  background: #e5e7eb;
}
.materiales-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
margin-top: 2rem;
}
.material-card {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.8rem 1rem;
border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.15);
  font-size: 0.85rem;
  color: #000000;
box-shadow: 0 16px 50px rgba(15, 23, 42, 0.8);
}
.material-icon {
font-size: 1.1rem;
}
.section-contacto {
  background: #e5e7eb;
border-top: 1px solid rgba(15, 23, 42, 1);
}
.contacto-grid {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr);
gap: 2.5rem;
align-items: flex-start;
}
.contact-form {
background: #ffffff;
border-radius: 1.5rem;
padding: 1.6rem 1.5rem;
border: 1px solid #cbd5e1;
box-shadow: 0 18px 60px rgba(15, 23, 42, 0.25);
}
.contact-form-modern {
  padding: 1.8rem 1.7rem 1.6rem;
}
.contact-form-header h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #0f172a;
}
.contact-form-header p {
  font-size: 0.85rem;
  color: #475569;
}
.contact-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(3, 105, 161, 0.08);
  color: #0369a1;
  border: 1px solid rgba(3, 105, 161, 0.25);
  margin-bottom: 0.45rem;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 1.3rem;
  margin-top: 1.2rem;
}
.contact-form-column {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.contact-hint {
  font-size: 0.78rem;
  color: #6b7280;
}
.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}
.contact-btn-main {
  min-width: 170px;
}
.contact-btn-secondary {
  min-width: 180px;
}
.form-row {
margin-bottom: 1rem;
}
.form-row label {
display: block;
font-size: 0.8rem;
margin-bottom: 0.25rem;
color: #4b5563;
}
.form-row input,
.form-row textarea {
width: 100%;
border-radius: 0.9rem;
border: 1px solid #cbd5e1;
background: #ffffff;
color: #111827;
padding: 0.55rem 0.9rem;
font-size: 0.85rem;
outline: none;
transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.form-row input:focus,
.form-row textarea:focus {
border-color: #f97316;
box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.18);
}
.form-row textarea {
resize: vertical;
min-height: 100px;
}
.two-cols {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.9rem;
}
.form-actions {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
margin-top: 0.5rem;
}
.contacto-info {
display: flex;
flex-direction: column;
gap: 1rem;
}

@media (max-width: 768px) {
  .contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.contacto-card {
  background: linear-gradient(135deg, #ffffff, #f3f4f6);
border-radius: 1.3rem;
padding: 1.2rem 1.1rem;
border: 1px solid rgba(15, 23, 42, 0.4);
box-shadow: 0 22px 70px rgba(15, 23, 42, 0.65);
  color: #000000;
}
.contacto-card h3,
.contacto-card h4 {
margin-bottom: 0.5rem;
font-size: 1rem;
  color: #000000;
}
.contact-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 0.4rem;
font-size: 0.85rem;
}
.contact-list li {
display: flex;
gap: 0.4rem;
align-items: flex-start;
  color: #000000;
}
.contact-list i {
  margin-top: 0.1rem;
  color: #f97316;
}

i.fa,
i.fas,
i.far,
i.fal,
i.fab,
i.fa-solid,
i.fa-regular,
i.fa-brands {
  color: #f97316;
}
.main-footer {
background: linear-gradient(180deg, #ff3b2e, #d92d22);
border-top: 1px solid #c92419;
padding-top: 2.5rem;
}
.main-footer .social-links i {
  color: #ffffff;
}
.main-footer .contact-list i {
  color: #ffffff;
}
.footer-grid {
display: grid;
grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
gap: 2.5rem;
padding-bottom: 1.5rem;
}
.footer-column h3 {
font-size: 1rem;
margin-bottom: 0.5rem;
}
.footer-column h4 {
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
.footer-column p {
font-size: 0.85rem;
color: #d1d5db;
}
.footer-column ul li {
font-size: 0.8rem;
color: #e5e7eb;
margin-bottom: 0.25rem;
}
.footer-column ul li a:hover {
color: #f97316;
}
.social-links {
display: flex;
gap: 0.6rem;
}
.social-links a {
width: 32px;
height: 32px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(15, 23, 42, 0.95);
border: 1px solid rgba(148, 163, 184, 0.7);
color: #e5e7eb;
transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.social-links a:hover {
  background: linear-gradient(135deg, #0ea5e9, #0369a1);
border-color: transparent;
color: #020617;
transform: translateY(-2px);
}
.footer-bottom {
border-top: 1px solid #000000;
background: #000000;
padding: 0.7rem 0;
}
.footer-bottom p {
font-size: 0.75rem;
color: #ffffff;
text-align: center;
}
.floating-whatsapp,
.floating-facebook {
position: fixed;
right: 1.3rem;
z-index: 50;
width: 52px;
height: 52px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 18px 45px rgba(15, 23, 42, 0.95);
}
.floating-whatsapp {
bottom: 1.6rem;
}
.floating-facebook {
bottom: 4.8rem;
}
.floating-whatsapp img,
.floating-facebook img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 999px;
}
.active-section {
display: block;
}
.section:not(.active-section) {
display: none;
}
@media (max-width: 1024px) {
.header-inner {
flex-wrap: wrap;
gap: 0.7rem;
}
.brand-name {
font-size: 0.9rem;
}
.brand-tagline {
display: none;
}
.slide-overlay {
padding: 2rem;
}
.slide-overlay h1 {
font-size: 2rem;
}
.slide img {
height: 360px;
}
.categories-grid,
.catalog-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.how-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.two-column {
grid-template-columns: minmax(0, 1fr);
}
.sobre-grid {
grid-template-columns: minmax(0, 1fr);
}
.detalle-wrapper {
grid-template-columns: minmax(0, 1fr);
}
.contacto-grid {
grid-template-columns: minmax(0, 1fr);
}
.footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.materiales-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.slider-control.prev {
left: 1.5rem;
}
.slider-control.next {
right: 1.5rem;
}
}
@media (max-width: 768px) {
.header-inner {
align-items: center;
}
.search-bar {
order: 3;
width: 100%;
max-width: none;
}
.main-nav {
align-items: center;
}
.nav-toggle {
display: flex;
}
.nav-list {
position: absolute;
right: 1.5rem;
top: 3.5rem;
flex-direction: column;
align-items: flex-start;
gap: 0;
padding: 0.4rem 0.6rem;
background: rgba(15, 23, 42, 0.94);
border-radius: 0.9rem;
border: 1px solid rgba(148, 163, 184, 0.6);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.95);
min-width: 180px;
transform-origin: top right;
transform: scale(0.9);
opacity: 0;
pointer-events: none;
transition: opacity 0.18s ease, transform 0.18s ease;
}
.nav-list.open {
opacity: 1;
transform: scale(1);
pointer-events: auto;
}
.nav-list li {
width: 100%;
}
.nav-list a {
display: block;
width: 100%;
padding: 0.55rem 0.5rem;
}
.nav-list a::after {
display: none;
}
.slide img {
height: 320px;
}
.slide-overlay {
padding: 1.6rem;
}
.slide-overlay h1 {
font-size: 1.7rem;
}
.hero-actions {
flex-direction: column;
align-items: flex-start;
}
.categories-grid,
.catalog-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.materiales-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.how-grid {
grid-template-columns: minmax(0, 1fr);
}
.marcas-list {
grid-template-columns: minmax(0, 1fr);
}
.footer-grid {
grid-template-columns: minmax(0, 1fr);
}
.footer-column:nth-child(1) {
order: 1;
}
.footer-column:nth-child(2) {
order: 3;
}
.footer-column:nth-child(3) {
order: 2;
}
.footer-column:nth-child(4) {
order: 4;
}
.section {
padding-top: 4.5rem;
}
.section-home {
padding-top: 4.3rem;
}
.floating-whatsapp,
.floating-facebook {
width: 46px;
height: 46px;
right: 1rem;
}
.floating-facebook {
bottom: 4.1rem;
}
.two-cols {
grid-template-columns: minmax(0, 1fr);
}
}
@media (max-width: 480px) {
.slide img {
height: 260px;
}
.slide-overlay h1 {
font-size: 1.4rem;
}
.slide-overlay p {
font-size: 0.8rem;
}
.categories-grid,
.catalog-grid {
grid-template-columns: minmax(0, 1fr);
}
.materiales-grid {
grid-template-columns: minmax(0, 1fr);
}
.hero-slider {
padding-inline: 1rem;
}
.slider-control {
display: none;
}
.section,
.section-block {
padding-inline: 0;
}
.container {
padding-inline: 1rem;
}
}

/* ====== Rediseño SOLO para la sección Inicio ====== */
.section-home .slide img {
  filter: brightness(1);
}
.section-home .slide-overlay {
  align-items: stretch;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}
.hero-left .hero-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero-left .hero-copy {
  max-width: 560px;
  color: #e5e7eb;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-red);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(225, 29, 72, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  margin-bottom: 0.6rem;
}
.hero-right {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
}
.hero-promo-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.6rem;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 0.6rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hero-promo-card:hover {
  transform: translateY(-2px);
  border-color: var(--brand-red);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}
.hero-promo-media img {
  height: 72px;
  object-fit: contain;
}
.hero-promo-body h3 {
  font-size: 1rem;
  color: #111827;
}
.hero-promo-eyebrow {
  font-size: 0.7rem;
  color: #6b7280;
}
.section-home .hero-actions .btn.btn-primary {
  background: var(--brand-red);
  border: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(225, 29, 72, 0.35);
}
.section-home .hero-actions .btn.btn-primary:hover {
  background: var(--brand-red-dark);
}
.section-home .hero-actions .btn.btn-outline {
  border-color: var(--brand-red);
  color: var(--brand-red);
  background: rgba(0, 0, 0, 0.2);
}
.section-home .slider-control {
  background: rgba(255, 255, 255, 0.85);
  color: #1f2937;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.section-home .slider-control:hover {
  background: rgba(255, 255, 255, 1);
}

.home-cats-bar {
  background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.35));
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.35);
  padding: 0.8rem 0;
}
.home-cats-list {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 0.2rem;
}
.home-cats-list a {
  white-space: nowrap;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #ff3b2e;
  background: #ff3b2e;
  color: #ffffff;
  font-size: 0.85rem;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.home-cats-list a:hover {
  transform: translateY(-1px);
  background: #d92d22;
  border-color: #d92d22;
}

.section-home-main {
  padding-top: 2.8rem;
}
.home-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 2rem;
  align-items: flex-start;
}
.home-menu {
  background: rgba(11, 11, 11, 0.94);
  border-radius: 1.4rem;
  padding: 1.6rem 1.5rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.85);
  color: #f9fafb;
}
.home-menu h2 {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}
.home-menu p {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin-bottom: 0.9rem;
}
.home-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.home-menu-list a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.04);
  color: #fefce8;
  border: 1px solid rgba(248, 250, 252, 0.12);
}
.home-menu-list a:hover {
  background: rgba(248, 250, 252, 0.16);
  border-color: #fde68a;
}
.home-process {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(248, 250, 252, 0.18);
}
.home-process h3 {
  font-size: 0.98rem;
  margin-bottom: 0.6rem;
}
.home-process-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.home-process-card {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(248, 250, 252, 0.16);
}
.home-process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--brand-red);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
}
.home-process-card p {
  font-size: 0.8rem;
  color: #fefce8;
}
.home-gallery {
  margin-top: 1.4rem;
}
.home-gallery h3 {
  font-size: 0.98rem;
  margin-bottom: 0.6rem;
}
.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}
.home-gallery-item {
  background: rgba(248, 250, 252, 0.06);
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(248, 250, 252, 0.14);
}
.home-gallery-item img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
}
.home-gallery-item span {
  display: block;
  padding: 0.3rem 0.45rem 0.45rem;
  font-size: 0.78rem;
  color: #fefce8;
}
.home-main-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.home-trending-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.home-panel {
  background: rgba(15, 23, 42, 0.03);
  border-radius: 1.3rem;
  padding: 1.4rem 1.6rem 1.5rem;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.25);
}
.home-panel.home-intro {
  background: #ffffff;
}
.home-panel.home-how,
.home-panel.home-categories {
  background: #ffffff;
}
.home-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.home-intro-card {
  background: #ffe9c9;
  border-radius: 1.1rem;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}
.home-intro-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
  color: #000000;
}
.home-intro-card p {
  font-size: 0.86rem;
  color: #4b5563;
}
.home-how .how-grid {
  margin-top: 1rem;
}
.home-how-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-categories .categories-grid {
  margin-top: 1rem;
}
.home-brands .brand-carousel {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .home-main-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-trending-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  .home-intro-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-how-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-trending-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-promo-card {
    grid-template-columns: 80px 1fr;
  }
}
@media (max-width: 480px) {
  .home-trending-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
