/* ===== VARIABLES CSS ===== */
:root {
  --green: #28a745;
  --green-10: #e3f7e7;
  --green-50: #EDFFF1;
  --green-100: #e0efe4;
  --green-200: #c0dec8;
  --green-300: #a1cead;
  --green-400: #82be92;
  --green-500: #62ad76;
  --green-600: #439d5b;
  --green-700: #238c3f;
  --green-800: #047C24;
  --green-900: #066120;
  --green-950: #00370E;
  --black-50: #666;
  --black-55: #444;
  --black-100: #1f1f1f;
  --black-150: #333;
  --white-50: #fff;
  --white-100: #ddd;
  --font-primary: 'Poppins', sans-serif;
  --texto-xs: 12px;
  --texto-s: 14px;
  --texto-m: 16px;
  --texto-l: 18px;
  --texto-xl: 20px;
  --texto-xxl: 22px;
  --texto-xxxl: 24px;
  --texto-xxxxl: 36px;
  --texto-nav: 20px;
  --texto-zoom: 40px;
  --texto-32: 32px;
  --texto-30: 30px;
  --texto-26: 26px;
  --texto-28: 28px;
}
/* ===== FUENTES ===== */
@font-face {
font-family: "Poppins";
src: url("/fonts/Poppins-Regular.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url("/fonts/Poppins-SemiBold.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Poppins";
src: url("/fonts/Poppins-ExtraBold.woff2") format("woff2");
font-weight: 800;
font-style: normal;
font-display: swap;
}
/* ===== RESET & BASE ===== */

*{
box-sizing: border-box !important;
}

html {
scroll-behavior: smooth;
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
}
body {
margin: 0;
text-align: left;
background-color: var(--white-50);
color: var(--black-50);
font-size: var(--texto-m);
font-family: var(--font-primary);
line-height: 1.80857;
font-weight: normal;
}
a {
color: var(--black-100);
text-decoration: none !important;
outline: none !important;
transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
letter-spacing: 0;
font-weight: normal;
position: relative;
padding: 0 0 10px 0;
line-height: normal;
color: var(--black-100);
margin: 0;
}
h1 { font-size: var(--texto-xxl); }
h2 { font-size: var(--texto-xxl); }
h3 { font-size: var(--texto-l); }
h4 { font-size: var(--texto-m); }
h5 { font-size: var(--texto-s); }
h6 { font-size: var(--texto-xs); }
ul, li, ol {
margin: 0;
padding: 0;
list-style: none;
font-family: var(--font-primary);
}
p {
margin: 0;
font-weight: 500;
font-size: var(--texto-m);
line-height: 24px;
}
img {
max-width: 100%;
height: auto;
}
button {
border: 0;
margin: 0;
padding: 0;
cursor: pointer;
}
:focus { outline: 0; }
/* ===== GRID SYSTEM ===== */
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1500px;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
[class*="col-"] {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
/* ===== UTILITIES ===== */
.full { float: left; width: 100%; margin: 0; padding: 0; }
.img-fluid { max-width: 100%; height: auto; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.text-center { text-align: center !important; }
.position-relative { position: relative !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; }
.rounded { border-radius: .25rem !important; }
.bg-white { background-color: var(--white-50) !important; }
.m-0 { margin: 0 !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.p-0 { padding: 0 !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
/* ===== NAVBAR ===== */
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: .5rem 1rem;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem;
cursor: pointer;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background: no-repeat center center;
background-size: 100% 100%;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("images/menu_icon.png");
width: 28px;
height: 28px;
background-size: contain;
background-repeat: no-repeat;
}
.collapse:not(.show) { display: none; }
/* ===== HEADER ===== */
.header {
width: 100%;
padding: 35px 0 10px;
background: var(--white-50);
}
.header .row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.logo {
text-align: center;
}
.logo img {
height: auto;
max-height: 120px;
width: auto;
}
.logo_section {
flex: 0 0 auto;
}
.navigation.navbar {
flex: 1 1 auto;
display: flex;
align-items: center;
min-width: 0;
font-family: var(--font-primary);
padding-top: 30px !important;
}
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 0;
margin: 0 20px;
color: var(--black-100);
font-size: var(--texto-l);
line-height: 20px;
font-weight: 500;
text-transform: uppercase;
display: inline-flex;
justify-content: center;
align-items: center;
}
.navigation.navbar-dark .navbar-nav .nav-link:hover,
.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active {
color: var(--green-800);
}
.in_page .header {
border-bottom: 2px solid var(--green-700);
}
/* ===== MEGA MENU ===== */
.nav-item.megamenu {
position: relative;
}
.mega-dropdown {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: var(--white-50) !important;
padding: 30px 50px;
z-index: 9999;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
width: max-content;
max-width: 100vw;
overflow-x: auto;
box-sizing: border-box;
}
.nav-item.megamenu:hover .mega-dropdown {
display: block;
}
.mega-row {
display: flex;
justify-content: flex-start;
gap: 30px;
flex-wrap: nowrap;
}
.mega-col {
flex: 1;
min-width: 200px;
color: var(--green-600);
}
.mega-col .dropdown-header {
color: var(--green-800);
font-size: var(--texto-m);
border-bottom: 2px solid #a5d6a7;
margin-bottom: 10px;
padding-bottom: 5px;
}
.mega-col .dropdown-item {
color: var(--black-150) !important;
padding: 6px 0;
font-size: var(--texto-s);
display: block;
}
.mega-col .dropdown-item:hover {
background-color: #047c2485 !important;
color: var(--black-150) !important;
border-radius: 4px;
}
/* ===== BANDA SELLO ===== */
.banda-sello {
position: absolute;
top: 50px;
left: 10px;
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 10px;
z-index: 900;
transition: all 0.3s ease;
}
.sello-mini {
width: 70px;
height: 70px;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%, #0c7229, #064a17);
color: var(--white-50);
font-weight: 700;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 22px;
line-height: 1.1;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
text-transform: uppercase;
letter-spacing: 0.5px;
transition: transform 0.3s ease;
}
.sello-mini span {
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
opacity: 0.9;
}
.banda-texto {
background: transparent;
border-left: 5px solid #0c7229;
padding-left: 10px;
color: #0c7229;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
max-width: 400px;
}
.banda-texto strong {
color: #0a5e21;
font-weight: 700;
}
/* ===== DESTACADOS ===== */
.seccion-productos-destacados {
display: flex;
justify-content: center;
}
.caja-destacados {
background: linear-gradient(135deg, #047C24, #82be92);
border-radius: 10px;
padding: 0 30px;
width: 100%;
max-width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 170px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.descripcion-slide {
flex: 1;
font-size: var(--texto-xxl);
font-weight: 500;
color: var(--white-50);
text-align: center;
transition: opacity 0.4s ease;
}
.contenedor-destacados {
flex: 1;
height: 100%;
position: relative;
overflow: hidden;
}
.slide-destacado {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transform: translateX(100%);
transition: transform 0.8s ease, opacity 0.8s ease;
display: flex;
justify-content: center;
align-items: center;
}
.slide-destacado picture {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.slide-destacado img {
max-height: 100%;
max-width: 100%;
height: 160px;
width: auto;
object-fit: contain;
display: block;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.slide-destacado.activo {
opacity: 1;
transform: translateX(0);
z-index: 2;
}
/* ===== CAROUSEL ANUNCIOS ===== */
.carousel-section {
width: 100%;
background: linear-gradient(135deg, #047C24, #82be92);
position: relative;
overflow: hidden;
min-height: 420px;
padding: 40px 0;
color: var(--white-50);
font-family: var(--font-primary);
}
.carousel-section::before {
content: "";
position: absolute;
top: -20%;
left: -30%;
width: 160%;
height: 160%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 20%, transparent 70%);
animation: floatBackground 15s linear infinite;
z-index: 0;
}
@keyframes floatBackground {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.carousel-section h1 {
position: absolute;
z-index: 500;
top: 28px;
left: 24px;
font-size: 52px;
line-height: 1.15;
color: var(--white-50);
text-shadow: 0 2px 6px rgba(0,0,0,.35);
}
.carousel-section #carouselText {
width: 50%;
position: absolute;
z-index: 300;
line-height: 1.6;
left: 40px;
bottom: 40px;
text-align: justify;
color: var(--white-50);
opacity: 0.9;
font-size: 18px;
padding-left: 20px;
border-left: 2px solid var(--white-50);
backdrop-filter: blur(2px);
pointer-events: none;
}
.card {
position: absolute;
background: transparent;
height: 100%;
inset: 0;
}
.card .img {
width: 40%;
height: 80%;
border-radius: 5%;
overflow: hidden;
position: absolute;
max-height: 100%;
}
.card .img picture,
.card .img img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.carousel-section .card span {
font-family: var(--font-primary);
opacity: 0;
z-index: 200;
font-size: 60px;
position: absolute;
left: 30px;
top: 50px;
color: var(--white-50);
max-width: 800px;
line-height: 1.1;
white-space: normal;
overflow-wrap: break-word;
}
.active .img {
position: absolute;
right: 60px;
top: 16%;
transform: rotate(0) scale(0.85);
z-index: 300;
}
.active span {
opacity: 1;
top: 150px;
}
.card:not(.active) .img,
.card:not(.active) span {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none;
}
.card.active .img,
.card.active span {
opacity: 1 !important;
visibility: visible !important;
pointer-events: none;
}
.carousel-section .card.active .card-link {
position: absolute;
inset: 0;
z-index: 350;
pointer-events: auto;
text-decoration: none;
color: inherit;
cursor: pointer;
}
/* ===== NOSOTROS ===== */
.nosotros-sidytar {
padding: 50px 0;
background-color: var(--white-50);
color: #0b3d1a;
font-family: var(--font-primary);
}
.about-us__inner {
display: flex;
flex-direction: column;
gap: 40px;
}
.about-us__content {
display: flex;
align-items: center;
gap: 40px;
flex-wrap: wrap;
}
.about-us__image img {
display: block;
max-width: 600px;
width: 100%;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about-us__features {
display: grid;
grid-template-columns: repeat(5, minmax(0,1fr));
gap: 20px;
margin-top: 20px;
}
.feature {
display: grid;
justify-items: center;
gap: .6rem;
min-width: 180px;
text-align: center;
}
.icon-circle {
--size: 72px;
width: var(--size);
height: var(--size);
border-radius: 50%;
background: var(--green-800);
display: grid;
place-items: center;
box-shadow: 0 2px 8px rgba(0,0,0,.08);
flex: 0 0 auto;
}
.icon-circle i {
font-size: calc(var(--size) * .46);
color: var(--white-50);
line-height: 1;
}
.feature > span:last-child {
display: block;
font-size: var(--texto-m);
color: var(--green-800);
font-weight: 600;
}
.feature:hover .icon-circle {
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(0,0,0,.12);
transition: transform .25s ease, box-shadow .25s ease;
}
/* ===== TIMELINE ===== */
.timeline-wrapper {
position: relative;
}
.timeline {
display: flex;
justify-content: space-between;
position: relative;
margin: 50px 0 60px;
list-style: none;
}
.timeline::before {
content: '';
position: absolute;
bottom: 12px;
left: 10%;
width: 80%;
height: 2px;
background: var(--white-100);
z-index: 1;
}
.timeline-progress {
position: absolute;
bottom: 12px;
left: 5%;
height: 2px;
width: 0%;
background: linear-gradient(90deg, var(--green-400), var(--green-800));
z-index: 2;
transition: width 0.3s ease;
}
.timeline-item {
position: relative;
padding: 20px;
z-index: 3;
cursor: pointer;
flex: 1;
text-align: center;
}
.timeline-item span {
display: block;
text-transform: uppercase;
margin-top: 8px;
font-size: var(--texto-s);
color: var(--green-800);
}
.timeline-item i {
font-size: var(--texto-xxxl);
color: var(--green-800);
transition: transform 0.3s;
}
.timeline-item::before {
content: '';
position: absolute;
bottom: 4px;
left: 50%;
transform: translateX(-50%);
width: 14px;
height: 14px;
border-radius: 50%;
background: var(--white-50);
border: 2px solid var(--white-100);
transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.timeline-item.active i {
transform: scale(1.2);
}
.timeline-item.active::before {
background: var(--green-600);
border-color: var(--green-900);
box-shadow: 0 0 20px var(--green-200);
}
.timeline-contents {
position: relative;
font-size: var(--texto-m);
}
.content {
display: none;
background: var(--white-50);
padding: 30px;
border-radius: 8px;
box-shadow: inset 0 0 20px var(--green-400), 0 5px 40px var(--green-600);
max-width: 700px;
margin: 0 auto;
text-align: left;
}
.content.active {
display: block;
}
.content h3 {
margin-top: 0;
color: var(--green-800);
font-weight: 600;
font-size: var(--texto-l);
}
.content p {
font-size: var(--texto-m);
color: var(--black-55);
margin-top: 20px;
line-height: 1.6;
}
/* ===== MOSAICO SOLUCIONES ===== */
.mosaic-section {
position: relative;
isolation: isolate;
background: radial-gradient(1100px 520px at 8% -10%, color-mix(in srgb, var(--green-400) 18%, transparent), transparent 60%),
radial-gradient(1000px 700px at 105% 110%, color-mix(in srgb, var(--green-200) 18%, transparent), transparent 60%),
linear-gradient(180deg, color-mix(in srgb, var(--green-50) 28%, transparent), transparent);
}
.mosaic-grid {
display: grid;
grid-template-columns: repeat(12, minmax(0,1fr));
gap: clamp(.8rem,1.8vw,1.2rem);
}
.mosaic-grid .span-5 { grid-column: span 5; }
.mosaic-grid .span-7 { grid-column: span 7; }
.mosaic-grid .span-4 { grid-column: span 4; }
.mosaic-grid .span-8 { grid-column: span 8; }
.mosaic-grid .span-6 { grid-column: span 6; }
.mosaic-item {
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 24px rgba(0, 128, 0, 0.12);
transform-style: preserve-3d;
transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
background: rgba(255, 255, 255, 0.55);
backdrop-filter: blur(10px);
border: 1px solid rgba(128, 200, 128, 0.35);
}
.mosaic-item:hover {
box-shadow: 0 20px 50px rgba(0, 64, 0, 0.18);
filter: saturate(1.03);
}
.mosaic-media {
aspect-ratio: 16/10;
overflow: hidden;
}
.mosaic-media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.mosaic-badge {
position: absolute;
top: .75rem;
left: .75rem;
z-index: 2;
border-radius: 999px;
background: var(--green-800) !important;
color: var(--white-50) !important;
}
.mosaic-body {
padding: 1.1rem 1.1rem 1.2rem;
}
.mosaic-title {
margin: 0 0 .35rem;
font-weight: 700;
letter-spacing: .2px;
color: var(--green-900);
}
.mosaic-text {
margin: 0 0 .8rem;
color: var(--black-55);
opacity: .95;
}
.reveal {
opacity: 0;
transform: translateY(14px) scale(.98);
}
.reveal.in-view {
opacity: 1;
transform: none;
transition: opacity .5s ease, transform .5s ease;
}
/* ===== CONTACTO ===== */
.contact-section {
margin-bottom: 50px;
}
.contact-section .left-text {
margin-top: 40px;
margin-bottom: 20px;
text-align: left;
}
.contact-box {
background: var(--white-50);
border-radius: 8px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
overflow: hidden;
display: flex;
flex-wrap: wrap;
margin: auto;
}
.contact-left {
background-color: var(--white-50);
display: flex;
flex-direction: column;
justify-content: flex-start;
margin: auto;
padding-left: 30px;
}
.map-container {
width: 100%;
aspect-ratio: 16/9;
position: relative;
}
.map-cover,
#mapWrap {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
#mapWrap[hidden] {
display: none !important;
}
.map-cover img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.map-cta {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background: rgba(0,0,0,.55);
color: var(--white-50);
padding: .6rem 1rem;
border-radius: 999px;
font-weight: 600;
backdrop-filter: blur(2px);
}
.map-container iframe {
width: 100%;
height: 100%;
border: 0;
border-radius: 12px;
}
.contact-details {
padding: 30px;
}
.contact-details h3 {
font-weight: 700;
font-size: var(--texto-l);
color: var(--green-900);
}
.contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact-list li {
margin-bottom: 15px;
font-size: var(--texto-m);
color: var(--black-150);
padding-left: 20px;
}
.contact-list i {
margin-right: 10px;
color: var(--green-800);
}
.form-container {
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}
.form-container form input,
.form-container form textarea {
width: 100%;
padding: 12px 15px;
margin-bottom: 20px;
border: 1px solid var(--white-100);
border-radius: 4px;
font-size: var(--texto-m);
}
.form-container form button {
background-color: var(--green-800);
border: none;
color: var(--white-50);
padding: 12px 20px;
font-size: var(--texto-m);
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
width: fit-content;
}
.form-container form button:hover {
background-color: var(--green-900);
}
/* ===== PESTAÑAS / TABS ===== */
.impresion-wrapper {
background: var(--white-50);
border-radius: 12px;
box-shadow: 0 0 30px rgba(0,0,0,0.1);
margin: 0 auto;
width: 92%;
display: flex;
flex-wrap: nowrap;
min-height: 75vh;
}
.product-sidebar {
max-width: 350px;
padding: 20px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
font-family: var(--font-primary);
width: 295px;
background: #f8f9fa;
border-right: 1px solid #dee2e6;
transition: all 0.3s ease-in-out;
}
.impresion-content {
overflow-y: auto;
flex: 1;
background: var(--white-50);
padding: 2rem;
}
.sidebar-title-button {
display: flex;
align-items: center;
font-size: var(--texto-28);
font-weight: 600;
color: var(--green-800);
}
.sidebar-toggle {
background: none;
font-size: var(--texto-l);
color: var(--black-55);
border-radius: 6px;
width: 100%;
border: none;
text-align: left;
font-weight: 600;
padding: 0.75rem 1rem;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.3s;
cursor: pointer;
}
.sidebar-toggle:hover {
background: #e9ecef;
}
.sidebar-toggle img {
height: 15px;
padding-left: 5px;
}
.toggle-icon {
font-weight: bold;
font-size: var(--texto-l);
color: var(--green-800);
float: right;
transition: transform 0.3s ease;
}
.submenu {
margin-top: 10px;
display: block;
overflow: hidden;
max-height: 0;
transition: max-height 0.3s ease;
list-style: none;
padding-left: 1rem;
background: #fafafa;
}
.submenu:not(.collapsed) {
max-height: 600px;
}
.submenu li {
position: relative;
margin-bottom: 8px;
margin-left: 5px;
display: list-item;
padding: 0.5rem 0;
}
.submenu li::before,
.submenu li::after {
content: "";
position: absolute;
left: 0;
right: 30px;
height: 1px;
background: var(--green-800);
}
.submenu li::before {
top: 0;
}
.submenu li::after {
bottom: 0;
}
.submenu li a {
font-size: var(--texto-l);
display: block;
padding: 0.5rem 0;
color: #212529;
text-decoration: none;
transition: color 0.2s;
}
.submenu li a:hover {
color: #198754;
}
.impresion-tab {
opacity: 0;
display: none;
transform: translateY(20px);
}
.impresion-tab.active {
display: block;
opacity: 1;
transform: translateY(0);
}
@keyframes fadeInUp {
0% {
transform: translateY(40px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.impresion-tab h3 {
color: var(--green-800) !important;
font-weight: 600;
font-size: 1.8rem;
}
.impresion-tab p {
font-size: var(--texto-l);
color: var(--black-50);
line-height: 1.6;
}
.impresion-tab ul li {
font-size: var(--texto-l);
}
.impresion-tab img {
max-width: 70%;
height: auto;
}
/* ===== HERO PESTAÑAS ===== */
.impresion-hero {
padding: 30px;
background: linear-gradient(135deg, #047C24, #c9e0c9);
color: var(--white-50);
position: relative;
overflow: hidden;
border-radius: 20px;
}
.impresion-hero::before {
content: "";
position: absolute;
top: -20%;
left: -30%;
width: 160%;
height: 160%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 20%, transparent 70%);
animation: floatBackground 15s linear infinite;
z-index: 0;
}
.hero-container {
position: relative;
z-index: 1;
max-width: 100%;
margin: auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 50px;
}
.hero-text {
flex: 1 1 400px;
animation: fadeInUp 1s ease forwards;
opacity: 0;
}
.hero-text h2 {
font-size: var(--texto-xxxxl);
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
position: relative;
color: var(--white-100) !important;
}
.hero-text p {
font-size: var(--texto-l);
margin-bottom: 30px;
max-width: 500px;
line-height: 1.6;
color: var(--white-100) !important;
}
.hero-icons {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.hero-icon {
background: var(--white-50);
color: #047C24;
padding: 20px 15px;
border-radius: 20px;
font-size: var(--texto-xxxl);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
text-align: center;
flex: 1 1 120px;
min-width: 120px;
}
.hero-icon:hover {
transform: scale(1.08) rotate(3deg);
}
.hero-icon i {
font-size: var(--texto-32);
margin-bottom: 10px;
}
.hero-icon span {
display: block;
font-size: var(--texto-m);
font-weight: 600;
margin-top: 5px;
color: #047C24;
}
.hero-image {
flex: 1 1 400px;
text-align: center;
animation: zoomIn 1.2s ease forwards;
opacity: 0;
position: relative;
}
.hero-image img {
max-width: 100%;
width: 100%;
height: auto;
display: block;
margin: auto;
position: relative;
z-index: 1;
filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.15));
transition: transform 0.3s ease;
object-fit: contain;
}
@keyframes zoomIn {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
/* ===== CARRUSELES ===== */
.carousel-container {
width: 100%;
max-width: 600px;
height: auto;
position: relative;
overflow: hidden;
margin: 30px auto;
background: #f8f9fa;
border-radius: 0.5rem;
border: 1px solid var(--white-100);
}
.carousel-track {
display: flex;
transition: transform 0.5s ease-in-out;
}
.carousel-item-wrapper {
flex-shrink: 0;
width: 100%;
text-align: center;
background: var(--white-50);
}
.carousel-item-wrapper img {
width: 100%;
max-width: 80%;
height: auto;
object-fit: cover;
user-select: none;
pointer-events: none;
border-bottom: 2px solid var(--white-50);
border-radius: 10px;
}
.carousel-title {
position: absolute !important;
top: 20px !important;
right: 30px !important;
z-index: 500 !important;
padding: 10px 25px !important;
font-weight: 600 !important;
font-size: var(--texto-l) !important;
color: var(--white-50) !important;
background: rgba(255, 255, 255, 0.2) !important;
backdrop-filter: blur(10px) !important;
border-radius: 25px !important;
border: 2px solid rgba(255, 255, 255, 0.3) !important;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}






.arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
color: var(--white-50);
border: none;
font-size: var(--texto-xxxl);
padding: 10px;
cursor: pointer;
border-radius: 50%;
z-index: 10;
opacity: 0;
transition: opacity 0.3s ease;
}
.carousel-container:hover .arrow {
opacity: 1;
}
.arrow.left {
left: 10px;
}
.arrow.right {
right: 10px;
}
.slider-logo {
height: 100px;
overflow: hidden;
position: relative;
max-width: 80%;
margin: 20px auto;
}
.slide-track-logo {
display: flex;
justify-content: center;
align-items: center;
animation: scroll 30s linear infinite;
width: max-content;
gap: 10px;
}
.slide-track-logo img {
max-width: 80%;
height: auto;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
/* ===== IMÁGENES Y TARJETAS ===== */
.imagenes-tarjeta {
padding: 30px;
background: var(--white-50);
border-radius: 16px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
margin-top: 20px;
}
.detalle-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.detalle-grid img {
width: 100%;
height: auto;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.detalle-grid img:hover {
transform: scale(1.03);
}
.detalle-grid p {
padding: 10px;
text-align: center;
}
.zoomable-image {
cursor: zoom-in;
transition: transform 0.3s ease;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.zoomable-image:hover {
transform: scale(1.03);
}
.image-modal {
display: none;
position: fixed;
z-index: 1000;
padding: 1rem;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.85);
justify-content: center;
align-items: center;
}
.image-modal img {
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
object-fit: contain;
width: auto;      /* ← Esto es clave */
height: auto;
max-width: 90%;
max-height: 90vh;
}
.close-modal {
position: absolute;
top: 30px;
right: 50px;
font-size: var(--texto-zoom);
font-weight: bold;
color: var(--white-50);
cursor: pointer;
}
/* ===== TABLAS ===== */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
border-collapse: collapse;
}
.table td,
.table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6;
}
.table-success,
.table-success > td,
.table-success > th {
background-color: #c3e6cb;
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-scroll {
max-height: 500px;
overflow-y: auto;
display: block;
}
#motor-rec .table {
width: 100%;
table-layout: auto;
border: 3px solid var(--green-800);
}
#motor-rec th,
#motor-rec td {
white-space: normal;
word-break: break-word;
text-align: center;
vertical-align: middle;
border: 1px solid var(--green-800);
}
/* ===== TAGS & BADGES ===== */
.tag-container {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
width: 100%;
height: auto;
overflow: visible;
align-content: flex-start;
margin-top: 1rem;
}
.tag {
flex: 0 0 auto;
background-color: var(--green-200);
color: var(--green-800);
padding: 0.4rem 0.9rem;
border-radius: 20px;
font-size: 0.85rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
white-space: nowrap;
transition: background-color 0.2s ease;
}
.tag:hover {
background-color: var(--green-300);
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
}
/* ===== BOTONES & CTA ===== */
.mas-info-container {
text-align: center;
}
.mas-info-container .btn-cta,
.btn-cta {
display: inline-block;
padding: 12px 32px;
margin-top: 20px;
font-size: var(--texto-s);
background: linear-gradient(135deg, var(--green-500), var(--green-700));
color: var(--white-50);
border-radius: 50px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
transition: transform 0.3s ease, opacity 0.3s ease;
font-weight: 600;
text-decoration: none;
}
.mas-info-container .btn-cta:hover,
.btn-cta:hover {
transform: translateY(-2px);
opacity: 0.9;
}
/* ===== FOOTER ===== */
.footer {
background: var(--green-950);
padding-top: 30px;
font-family: var(--font-primary);
color: #ffffffcc;
}
.footer h3 {
text-transform: none;
font-size: var(--texto-xxl);
margin-bottom: 10px;
color: var(--white-50);
font-weight: 600;
}
.footer h4 {
margin-left: 10px;
text-transform: none;
font-size: var(--texto-l);
margin-top: 10px;
color: var(--white-50);
font-weight: 600;
}
.footer img {
max-width: 160px;
height: auto;
margin-bottom: 10px;
display: block;
}
.footer p {
max-width: 400px;
color: var(--white-50);
font-size: var(--texto-m);
font-weight: 100;
}
.gap-footer-columns {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 50px;
max-width: 1600px;
margin: auto;
padding: 20px 10px;
}
.gap-footer-columns > div {
flex: 1 1 300px;
min-width: 300px;
  max-width: 500px;
}
ul.link_menu {
list-style: none;
padding: 0;
margin: 0;
}
ul.link_menu li {
margin-bottom: 10px;
}
ul.link_menu li a {
color: #ffffffcc;
font-size: var(--texto-m);
text-decoration: none;
transition: 0.3s ease;
}
ul.link_menu li a:hover {
color: #8fdfb0;
}
ul.social_icon {
margin-left: 20px;
padding: 10px;
margin: 0;
display: flex;
gap: 10px;
}
ul.social_icon li {
display: inline-block;
margin-right: 8px;
list-style: none;
}
ul.social_icon li a {
background-color: var(--white-50);
color: #0b3d1a;
width: 35px;
height: 35px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: var(--texto-m);
transition: all 0.3s ease;
}
ul.social_icon li a:hover {
background-color: #8fdfb0;
color: #0b3d1a;
}
.copyright {
background-color: var(--green-800);
padding: 10px 0;
width: 100%;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy-barra {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
font-size: var(--texto-m);
gap: 10px;
}
.copyright p {
color: #ffffffcc;
font-size: var(--texto-m);
margin: 0;
text-align: center;
}
.footer-menu a {
color: #ffffffcc;
margin: 0 10px;
text-decoration: none;
}
.footer-menu a:hover {
color: #8fdfb0;
}
/* ===== ICONOS FLOTANTES ===== */
.float-sm {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
gap: 10px;
z-index: 1000;
}
.float-sm .fl-fl {
width: 200px;
height: 45px;
right: 0;
display: flex;
align-items: center;
border-radius: 0 5px 5px 0;
transition: transform 0.3s ease;
overflow: hidden;
transform: translateX(155px);
}
.float-sm .fl-fl:hover {
transform: translateX(0);
}
.float-sm .fl-fl i {
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
font-size: var(--texto-xl);
color: var(--white-50);
flex-shrink: 0;
}
.float-sm .fl-fl a {
flex: 1;
padding-left: 10px;
color: var(--white-50);
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 45px;
}
.float-ln {
background-color: #0077b5;
}
.float-ln i {
background-color: #005983;
}
.float-wa {
background-color: #25D366;
}
.float-wa i {
background-color: #1ebe5b;
}
.float-up {
background-color: var(--black-150);
}
.float-up i {
background-color: var(--black-100);
}
/* ===== TÍTULOS PRINCIPALES ===== */
.page-title {
font-size: clamp(1.9rem, 4.2vw, 3.2rem);
line-height: 1.15;
letter-spacing: .2px;
font-weight: 800;
color: var(--green-900);
display: block;
margin: 1.9rem 0;
text-align: left;
overflow-wrap: anywhere;
hyphens: auto;
position: relative;
}
.page-title::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #238c3f, #82be92);
border-radius: 2px;
}
.page-title.center {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
.left-text {
flex: 1 1 400px;
padding: 10px;
box-sizing: border-box;
transition: all 0.5s ease;
}
.left-text h2 {
font-size: var(--texto-xxxxl);
font-weight: 800;
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
color: var(--green-700);
transition: transform 0.3s ease, color 0.3s ease;
}
.left-text h2:hover {
transform: translateX(8px) scale(1.05);
color: var(--green-900);
}
.left-text h4 {
font-size: var(--texto-l);
font-weight: 800;
text-align: center;
letter-spacing: 2px;
position: relative;
text-transform: uppercase;
color: var(--green-700);
transition: transform 0.3s ease, color 0.3s ease;
}
.left-text p {
font-size: var(--texto-m);
line-height: 1.8;
letter-spacing: 0.5px;
color: var(--black-100);
opacity: 0.9;
text-align: justify;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.logo-titulo {
vertical-align: middle;
margin-right: 0.4em;
display: inline-block;
width: 120px;
height: auto;
}
.lista-con-puntos li {
list-style-type: circle !important;
margin: 18px 20px 18px 40px;
font-size: var(--texto-m);
line-height: 1.6;
}
/* ===== LEGAL ===== */
.contenedor-legal .aviso-lista {
border: 2px solid #198754;
border-radius: 10px;
max-width: 700px;
text-align: left;
}
.card-legal {
border: 2px solid #198754;
border-radius: 10px;
background: var(--white-50);
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
}
.card-legal .titulo {
font-weight: 600;
font-size: 1rem;
color: #495057;
margin: 0;
text-align: center;
min-height: 2.5em;
display: flex;
align-items: center;
justify-content: center;
}
.card-legal .texto-legal {
text-align: justify;
text-justify: inter-word;
hyphens: auto;
font-size: 0.95rem;
line-height: 1.55;
}
/* ===== MEDIA QUERIES ===== */
@media (min-width: 576px) {
.container { max-width: 540px; }
.col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 768px) {
.container { max-width: 720px; }
.col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
.offset-md-1 { margin-left: 8.333333%; }
}
@media (min-width: 992px) {
.container { max-width: 960px; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navigation .navbar-collapse {
display: flex !important;
justify-content: center !important;
position: static !important;
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
.about-us__features {
grid-template-columns: repeat(5, 1fr);
}
}
@media (min-width: 1200px) {
.container { max-width: 1140px; }
.page-title {
font-size: clamp(2.4rem, 2.2vw, 3.6rem);
text-align: left;
padding-left: 1rem;
max-width: 32ch;
margin: 1.75rem 0 2rem;
}
.page-title::after {
height: 5px;
}
}
@media (min-width: 1600px) {
.carousel-section {
min-height: 460px;
padding: 48px 0;
}
.carousel-section h1 {
font-size: 56px;
top: 32px;
left: 32px;
}
.carousel-section #carouselText {
width: 45%;
font-size: 19px;
}
.card span {
font-size: 76px;
max-width: 1100px;
}
.active .img {
top: 15%;
right: 50px;
}
}
@media (max-width: 1550px) {
.banda-sello {
position: relative !important;
top: 0 !important;
left: 0 !important;
width: 100%;
margin: 10px auto 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
text-align: center;
transform: none !important;
z-index: 20;
}
.sello-mini {
width: 70px;
height: 70px;
font-size: 18px;
}
.banda-texto {
border-left: 3px solid #0c7229;
padding-left: 8px;
padding-top: 8px;
font-size: 14px;
max-width: 90%;
}
}
@media (max-width: 1400px) and (min-width: 992px) {
.navigation .navbar-nav > li:nth-child(2).nav-item.megamenu > .mega-dropdown {
left: -80px !important;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
.navigation .navbar-nav > li:nth-child(2).nav-item.megamenu > .mega-dropdown {
left: -140px !important;
}
}
@media (max-width: 1199.98px) {
.mosaic-grid .span-5,
.mosaic-grid .span-7,
.mosaic-grid .span-4,
.mosaic-grid .span-8 {
grid-column: span 6;
}
}
@media (max-width: 992px) {
.about-us__features {
grid-template-columns: repeat(3, 1fr);
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navigation.navbar .navbar-collapse {
position: fixed !important;
top: var(--header-height, 100px);
left: 0;
width: 100vw !important;
background: rgba(252, 252, 252, 0.98);
padding-top: 20px;
z-index: 9999;
display: none !important;
text-align: center;
overflow-y: auto;
}
.navigation.navbar .navbar-collapse.show {
display: block !important;
}
.navigation.navbar .navbar-nav {
flex-direction: column;
align-items: center;
gap: 25px;
}
.navigation.navbar .navbar-nav .nav-link {
color: var(--green-800) !important;
font-size: 20px;
text-transform: uppercase;
}
.header {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--white-50);
padding: 10px 20px;
position: relative;
z-index: 1000;
}
.logo_section,
.logo_section .full,
.logo_section .center-desk,
.logo {
display: flex;
align-items: center;
justify-content: flex-start;
flex: 1 1 auto;
}
.logo img {
display: block;
max-height: 60px;
width: auto;
}
.navigation {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: flex-end;
}
.navbar-toggler {
display: inline-flex !important;
align-items: center;
justify-content: center;
border: none;
background: none;
padding: 0;
margin-left: auto;
cursor: pointer;
z-index: 3001;
}
.navbar-toggler-icon {
background-image: url("../images/menu_icon.png") !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
width: 36px !important;
height: 36px !important;
background-color: transparent !important;
}
.mega-dropdown {
position: static !important;
display: block !important;
background: transparent !important;
box-shadow: none !important;
padding: 10px 0 !important;
}
.mega-row {
flex-direction: column !important;
align-items: center;
gap: 10px !important;
}
.mega-col {
width: 100%;
}
.mega-col .dropdown-header {
border-bottom: 2px solid #a5d6a7;
margin-bottom: 6px;
color: #047C24;
font-weight: 700;
}
.mega-col .dropdown-item {
padding: 5px 0;
color: #222 !important;
}
.mega-col .dropdown-item:hover {
background-color: rgba(4, 124, 36, 0.1);
border-radius: 6px;
}
.carousel-section {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: flex-start !important;
padding: 80px 0 40px 0 !important;
min-height: auto !important;
overflow: visible !important;
}
.carousel-section .card,
.carousel-section .card.active {
position: static !important;
width: 100% !important;
height: auto !important;
}
.carousel-section .card.active .card-link {
position: static !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 12px !important;
width: 100% !important;
text-align: center !important;
margin-top: 10px !important;
}
.carousel-section .card.active span {
order: 1 !important;
position: static !important;
font-size: 1.8rem !important;
color: var(--white-50) !important;
line-height: 1.2 !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
margin: 0 auto !important;
}
.carousel-section .card.active .img {
order: 2 !important;
position: static !important;
width: 100% !important;
max-width: 340px !important;
height: auto !important;
margin: 10px auto 0 !important;
transform: none !important;
opacity: 1 !important;
visibility: visible !important;
}
.carousel-section .card.active .img img {
display: block !important;
width: 100% !important;
height: auto !important;
object-fit: contain !important;
}
.carousel-section #carouselText {
order: 3 !important;
position: static !important;
width: 90% !important;
max-width: 600px !important;
margin: 20px auto 0 !important;
padding: 0 !important;
border: none !important;
font-size: 15px !important;
line-height: 1.5 !important;
text-align: justify !important;
color: var(--white-50) !important;
opacity: 1 !important;
}
.carousel-section .pre_active,
.carousel-section .pre_inactive,
.carousel-section .post_active,
.carousel-section .post_inactive {
display: none !important;
}
.timeline-wrapper {
position: relative;
overflow-x: auto;
overflow-y: visible;
-webkit-overflow-scrolling: touch;
margin-bottom: 20px;
}
.timeline {
display: inline-flex;
min-width: max-content;
justify-content: flex-start;
gap: 30px;
position: relative;
}
.timeline-item {
flex: 0 0 auto;
text-align: center;
}
.timeline::before {
content: "";
position: absolute;
bottom: 13px;
left: 0;
height: 2px;
width: 100%;
background-color: #ccc;
z-index: 1;
}
.timeline-progress {
position: absolute;
bottom: 13px;
left: 0;
height: 2px;
background-color: #28a745;
transition: width 0.3s ease;
}
#motor-rec table {
font-size: 0.85rem;
}
#motor-rec th,
#motor-rec td {
padding: 6px 4px;
}
#motor-rec th:nth-child(1) {
width: 40%;
text-align: left;
}
#motor-rec th:nth-child(n+2) {
width: 20%;
}
#motor-rec td:first-child {
text-align: left;
}
#motor-rec .table-responsive {
overflow-x: hidden !important;
}
}
@media (max-width: 991.98px) {
.navbar-collapse {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: var(--white-50);
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
z-index: 999;
}
.navbar-collapse.show {
max-height: 80vh;
}
.navbar-nav {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding: 2rem 1rem;
gap: 1rem;
margin: 0;
list-style: none;
}
.navbar-nav .nav-item {
width: 100%;
text-align: center;
}
.navbar-nav .nav-link {
display: block;
width: 100%;
color: #28a745 !important;
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
padding: 0.75rem 0;
transition: background 0.2s ease, color 0.2s ease;
}
.navbar-nav .nav-link:hover {
background-color: #f1f1f1;
color: #1e7e34 !important;
}
body.menu-open {
overflow: hidden;
}
.megamenu .mega-dropdown {
display: none !important;
}
.impresion-wrapper {
flex-direction: column;
}
.product-sidebar {
display: none;
width: 100%;
border-right: none;
border-bottom: 1px solid #dee2e6;
}
.product-sidebar.open {
display: block;
animation: slideDown 0.3s ease forwards;
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#toggleSidebar {
display: inline-flex;
align-items: center;
gap: 0.6rem;
font-size: 1.1rem;
font-weight: 600;
color: var(--white-50);
background-color: var(--green-700);
border: none;
border-radius: 0.5rem;
padding: 1.2rem 1.7rem;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
cursor: pointer;
transition: all 0.3s ease;
margin: 1rem 0;
}
#toggleSidebar i {
font-size: 1.3rem;
color: var(--white-50);
}
#toggleSidebar:hover {
background-color: var(--green-900);
transform: translateY(-2px);
}
}
@media (max-width: 767.98px) {
.mosaic-grid .span-5,
.mosaic-grid .span-7,
.mosaic-grid .span-4,
.mosaic-grid .span-8,
.mosaic-grid .span-6 {
grid-column: 1 / -1;
}
}
@media (max-width: 768px) {
.about-us__content {
flex-direction: column;
text-align: center;
}
.about-us__image img {
max-width: 200px;
}
.about-us__features {
justify-content: center;
}
.gap-footer-columns {
flex-direction: column;
gap: 30px;
}
.copy-barra {
flex-direction: column;
text-align: center;
gap: 10px;
}
.hero-container {
flex-direction: column;
text-align: center;
gap: 60px;
}
.hero-text,
.hero-image {
flex: 1 1 100%;
}
.hero-icons {
justify-content: center;
}
.banda-sello {
position: static !important;
z-index: auto !important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
margin: 10px auto;
width: 100%;
text-align: center;
}
.sello-mini {
width: 60px;
height: 60px;
font-size: 16px;
flex-shrink: 0;
}
.sello-mini span {
font-size: 10px;
}
.banda-texto {
border-top: none !important;
border-left: 3px solid #0c7229 !important;
padding-left: 8px;
padding-top: 0;
font-size: 13px;
line-height: 1.4;
max-width: 85%;
}
#motor-rec table {
font-size: 0.75rem;
}
#motor-rec th,
#motor-rec td {
padding: 5px 3px;
}
}
@media (max-width: 640px) {
.about-us__features {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.gap-footer-columns {
flex-direction: column;
align-items: center;
text-align: center;
gap: 30px;
}
.gap-footer-columns > div {
flex: 1 1 100%;
min-width: unset;
}
ul.social_icon {
justify-content: center;
}
.copy-barra {
flex-direction: column;
text-align: center;
gap: 10px;
}
.footer-menu a {
display: block;
margin: 5px 0;
}
}
@media (max-width: 480px) {
.sello-mini {
width: 50px;
height: 50px;
font-size: 14px;
}
.banda-texto {
font-size: 12px;
max-width: 90%;
}
}
/* ===== UTILITIES FINALES ===== */
#main-content {
opacity: 1;
transition: opacity 0.3s ease;
}
.img-larger {
max-width: 100% !important;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.page-title.reveal-up {
animation: none;
opacity: 1;
transform: none;
}
.mosaic-section {
animation: none;
}
}

/* ===== RESPONSIVE: Carousel Title en móvil ===== */
@media (max-width: 768px) {
  .carousel-title {
    top: 15px !important;
    right: 15px !important;
    padding: 8px 20px !important;
    font-size: var(--texto-m) !important;
  }
}

/* ===== FIX: SECCIÓN EVOLUCIÓN CENTRADA CON FONDO VERDE ===== */
.contenedor-evolucion {
  text-align: center;
}

.contenedor-evolucion .left-text {
  text-align: center !important;
  max-width: 100%;
  margin: 0 auto 40px;
}

.contenedor-evolucion .left-text h2 {
  text-align: center !important;
  color: var(--green-800) !important;
  font-size: var(--texto-xxxxl) !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.contenedor-evolucion .left-text h4 {
  text-align: center !important;
  color: var(--green-700) !important;
  text-transform: uppercase;
  font-size: var(--texto-m) !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

/* Panel de contenido con fondo VERDE */
.contenedor-evolucion .content {
  background: linear-gradient(135deg, var(--green-50), var(--green-100)) !important;
  border: 2px solid var(--green-300) !important;
  box-shadow: inset 0 0 20px rgba(130, 190, 146, 0.3), 0 5px 40px rgba(4, 124, 36, 0.2) !important;
  text-align: center !important;
  padding: 40px !important;
}

.contenedor-evolucion .content h3 {
  text-align: center !important;
  color: var(--green-800) !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.contenedor-evolucion .content p {
  text-align: center !important;
  color: var(--green-900) !important;
  max-width: 800px;
  margin: 0 auto !important;
  line-height: 1.8 !important;
}


/* ===== FIX: FOOTER COMPACTO Y MEJORADO ===== */

/* Parte oscura (superior) - Más compacta */
.footer {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.gap-footer-columns {
  gap: 50px !important;
  padding: 15px 20px !important;
}

.footer h3 {
  font-size: var(--texto-l) !important;
  margin-bottom: 8px !important;
}

.footer h4 {
  font-size: var(--texto-m) !important;
  margin-top: 8px !important;
}

.footer img {
  max-width: 140px !important;
  margin-bottom: 8px !important;
}

.footer p {
  font-size: var(--texto-s) !important;
  max-width: 280px !important;
  line-height: 1.5 !important;
}

ul.link_menu li {
  margin-bottom: 6px !important;
}

ul.link_menu li a {
  font-size: var(--texto-s) !important;
}

ul.social_icon {
  margin-top: 8px !important;
  gap: 8px !important;
}

ul.social_icon li a {
  width: 32px !important;
  height: 32px !important;
  font-size: var(--texto-s) !important;
}

/* Parte clara (copyright) - Horizontal y fina */
.copyright {
  padding: 8px 0 !important;
  min-height: auto !important;
}

.copy-barra {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  padding: 0 20px !important;
}

.copyright p {
  margin: 0 !important;
  text-align: left !important;
  font-size: var(--texto-s) !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer-menu {
  display: flex !important;
  flex-direction: row !important;
  gap: 5px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.footer-menu a {
  font-size: var(--texto-s) !important;
  margin: 0 8px !important;
  white-space: nowrap;
}

/* Responsive: En móvil permitir que se apile */
@media (max-width: 768px) {
  .copy-barra {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }
  
  .copyright p {
    text-align: center !important;
  }
  
  .footer-menu {
    justify-content: center !important;
  }
}


/* ===== FIX V2: EVOLUCIÓN CON FONDO VERDE EXTERNO ===== */

/* Revertir cambios anteriores del panel */
.contenedor-evolucion .content {
  background: var(--white-50) !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Aplicar fondo verde a la sección completa */
.servicios-profesionales {
  background: linear-gradient(135deg, #82be92, #c9e0c9) !important;
  padding: 60px 20px !important;
  border-radius: 0 !important;
}

.contenedor-servicios {
  max-width: 1400px;
  margin: 0 auto;
}

/* Contenedor de evolución con fondo BLANCO */
.contenedor-evolucion {
  background: var(--white-50) !important;
  padding: 50px 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Textos en color verde oscuro */
.contenedor-evolucion .content h3 {
  color: var(--green-800) !important;
}

.contenedor-evolucion .content p {
  color: var(--black-55) !important;
}


/* ===== FIX: OCULTAR BOTÓN MENÚ EN DESKTOP ===== */

/* Ocultar botón hamburguesa en pantallas grandes (desktop) */
#toggleSidebar {
  display: none !important;
}

/* Mostrar SOLO en tablet y móvil (menos de 992px) */
@media (max-width: 991.98px) {
  #toggleSidebar {
    display: inline-flex !important;
  }
}

/* Asegurar que el sidebar sea visible en desktop */
@media (min-width: 992px) {
  .product-sidebar {
    display: block !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
  }
}
/* ═══════════════════════════════════════════════════════════════════
   FIXES APLICADOS - VERSIÓN FINAL CORREGIDA
   ═══════════════════════════════════════════════════════════════════ */

/* FIX 1: Novedades en esquina superior derecha */
.carousel-title {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  z-index: 500 !important;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  font-size: var(--texto-l) !important;
  color: var(--white-50) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 25px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
  .carousel-title {
    top: 15px !important;
    right: 15px !important;
    padding: 8px 20px !important;
    font-size: var(--texto-m) !important;
  }
}

/* FIX 2: Evolución con fondo verde exterior */
.servicios-profesionales {
  background: linear-gradient(135deg, #82be92, #c9e0c9) !important;
  padding: 60px 20px !important;
}

.contenedor-evolucion {
  background: var(--white-50) !important;
  padding: 50px 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
  text-align: center;
}

.contenedor-evolucion .left-text {
  text-align: center !important;
  max-width: 100%;
  margin: 0 auto 40px;
}

.contenedor-evolucion .left-text h2 {
  text-align: center !important;
  color: var(--green-800) !important;
  font-size: var(--texto-xxxxl) !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.contenedor-evolucion .left-text h4 {
  text-align: center !important;
  color: var(--green-700) !important;
  text-transform: uppercase;
  font-size: var(--texto-m) !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

.contenedor-evolucion .content {
  background: var(--white-50) !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
  padding: 40px !important;
}

.contenedor-evolucion .content h3 {
  text-align: center !important;
  color: var(--green-800) !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.contenedor-evolucion .content p {
  text-align: center !important;
  color: var(--black-55) !important;
  max-width: 800px;
  margin: 0 auto !important;
  line-height: 1.8 !important;
}

/* FIX 3: Botón menú solo en móvil */
#toggleSidebar {
  display: none !important;
}

@media (max-width: 991.98px) {
  #toggleSidebar {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .product-sidebar {
    display: block !important;
    position: static !important;
    transform: none !important;
    width: auto !important;
  }
}

/* FIX 4: Footer optimizado - VERSIÓN CORRECTA */
.footer {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.gap-footer-columns {
  gap: 50px !important;
  padding: 15px 20px !important;
}

/* SÍGUENOS + Iconos en horizontal (misma línea) */
.footer h4 {
  display: inline-block !important;
  margin-right: 12px !important;
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  margin-left: 0 !important;
  vertical-align: middle !important;
}

ul.social_icon {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px !important;
  vertical-align: middle !important;
  margin-top: 8px !important;
}

.footer img {
  margin-bottom: 8px !important;
}

.footer p {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}

ul.link_menu li {
  margin-bottom: 8px !important;
}

.footer h3 {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}

.copyright {
  padding: 8px 0 !important;
}

.copy-barra {
  padding: 0 20px !important;
}


/* ===== FOOTER: COLUMNAS MÁS ANCHAS (sin romper) ===== */

/* Aumentar ancho máximo del contenedor */
.gap-footer-columns {
  max-width: 1600px !important;
  gap: 50px !important;
}

/* Columnas más anchas */
.gap-footer-columns > div {
  flex: 1 1 300px !important;
  min-width: 300px !important;
  max-width: 500px !important;
}

/* Texto más ancho en columna 1 */
.footer p {
  max-width: 400px !important;
}

/* Mejor distribución del espacio */
@media (min-width: 1200px) {
  .gap-footer-columns {
    justify-content: space-evenly !important;
  }
}

/* En tablets, reducir un poco */
@media (max-width: 1199px) and (min-width: 768px) {
  .gap-footer-columns {
    gap: 40px !important;
  }
  
  .gap-footer-columns > div {
    flex: 1 1 280px !important;
    min-width: 260px !important;
  }
}

/* En móvil, columnas completas */
@media (max-width: 767px) {
  .gap-footer-columns {
    flex-direction: column;
    gap: 30px !important;
  }
  
  .gap-footer-columns > div {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/* ===== FOOTER: CONTAINER MÁS ANCHO ===== */
/* Ampliar el container solo dentro del footer */
.footer .container {
  max-width: 100% !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/* Asegurar que gap-footer-columns use todo el ancho disponible */
.footer .gap-footer-columns {
  max-width: 1800px !important;
  padding: 0px 20px !important;
}

/* Columnas del footer más anchas con el nuevo espacio */
.footer .gap-footer-columns > div {
  flex: 1 1 350px !important;
  min-width: 350px !important;
  max-width: 550px !important;
}


/* ===== CENTRAR COLUMNAS DEL FOOTER ===== */
.footer .gap-footer-columns {
  justify-content: center !important;
  gap: 50px !important;
}

/* ===== ARREGLAR PARTE VERDE CLARA (COPYRIGHT) ===== */
/* Restaurar padding normal del container en la sección de copyright */
.footer .copyright {
  padding: 15px 0 !important;
}

.footer .copy-barra.container {
  max-width: 1500px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.footer .footer-menu {
  gap: 15px !important;
}

/* ===== ADAPTAR COLUMNAS AL CONTENIDO ===== */
.footer .gap-footer-columns > div {
  flex: 0 1 auto !important;
  min-width: auto !important;
  max-width: none !important;
  width: auto !important;
}

/* Texto uniforme en todas las columnas */
.footer .link_menu li,
.footer .columna-contacto li {
  font-size: var(--texto-s) !important;
  line-height: 1.8 !important;
}

.footer .link_menu li a {
  font-size: var(--texto-s) !important;
}

/* Asegurar que la columna de contacto tenga el mismo tamaño de texto */
.footer .columna-contacto li {
  font-size: var(--texto-s) !important;
  color: #ffffffcc !important;
}

/* Iconos de contacto con tamaño consistente */
.footer .columna-contacto li i {
  font-size: var(--texto-m) !important;
  vertical-align: middle;
}

/* ===== ARREGLAR COPYRIGHT PARA QUE LLEGUE HASTA ABAJO ===== */
.footer {
  padding-bottom: 0 !important;
}

.footer .copyright {
  margin-bottom: 0 !important;
  padding-bottom: 15px !important;
}

/* Estilos específicos para iconos sociales en página de contacto */
.contact-details .social-icons {
display: flex;
flex-direction: row;
gap: 15px;
list-style: none;
padding: 0 50px;
margin-top: 20px;
}

.contact-details .social-icons li {
display: inline-block;
}

.contact-details .social-icons li a {
background-color: var(--green-800);
color: var(--white-50);
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 20px;
transition: all 0.3s ease;
}

.contact-details .social-icons li a:hover {
background-color: var(--green-900);
transform: scale(1.1);
}
/* === FIX: Restaurar header responsive original === */
@media (max-width: 991px) {

  /* Fuerza que el header se comporte en fila */
  .header .container > .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  /* Logo no debe ocupar toda la fila */
  .header .logo_section {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
  }

  /* Mantiene el logo alineado a la izquierda */
  .header .logo {
    text-align: left !important;
  }

  .header .logo img {
    display: block;
    max-height: 100px;
    width: auto;
  }

  /* Menú hamburguesa a la derecha */
  .header .navigation.navbar {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-top: 0 !important;
    
  }

  /* Botón hamburguesa visible */
  .navbar-toggler {
    display: inline-block !important;
    margin-left: auto !important;
  }

  /* Evita que las columnas se apilen */
  .header .col-md-12,
  .header .col-md-10,
  .header .offset-md-1 {
    max-width: none !important;
    flex: unset !important;
  }
}
/* ===== POPUP CONFIRM ===== */
.popup-confirm[hidden] {
  display: none !important;
}

.popup-confirm {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(2px);
}

.popup-content {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  text-align: center;
  max-width: 400px;
  animation: fadeIn .4s ease;
}

.popup-content h3 {
  color: var(--green-800);
  margin-bottom: .5rem;
}

.popup-content p {
  color: var(--black-55);
  margin-bottom: 1rem;
}

.popup-content button {
  background: var(--green-800);
  color: #fff;
  border: none;
  padding: .6rem 1.2rem;
  border-radius: 6px;
  font-size: var(--texto-m);
  cursor: pointer;
  transition: background .3s;
}

.popup-content button:hover {
  background: var(--green-900);
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(.9); }
  to { opacity: 1; transform: scale(1); }
}
/* === Banner de cookies === */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black-150); /* gris oscuro SIDYTAR */
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.25);
  z-index: 9999;
  animation: slideUp 0.4s ease;
}
.cookie-banner p {
  display: inline-block;
  margin: 0 10px 0 0;
}
.cookie-banner .cookie-buttons {
  display: inline-block;
}
.cookie-banner button {
  background: var(--green-600); /* azul SIDYTAR */
  border: none;
  color: #fff;
  margin-left: 10px;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cookie-banner button:hover {
  background: var(--green-800);
}
.cookie-banner a {
  color: #a5d6a7;
  margin-left: 10px;
  text-decoration: underline;
  font-weight: 500;
}
@keyframes slideUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
/* ═══════════════════════════════════════════════════════════════════
   FIX: Overflow horizontal SOLO en móvil
   ═══════════════════════════════════════════════════════════════════ */

@media (max-width: 991px) {
  /* Prevenir scroll horizontal SOLO en móvil */
  html, body {
    overflow-x: hidden;
  }
  
  /* Carrusel de anuncios */
  .carousel-section {
    overflow: hidden;
  }
  
  /* Mega menú */
  .mega-dropdown {
    width: 100%;
    left: 0;
    right: 0;
  }
  
  /* Slider de logos */
  .slider-logo {
    overflow: hidden;
  }
  
  /* Contenedores principales */
  .container,
  .container-fluid,
  .row {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  /* Wrapper de impresión en móvil */
  .impresion-wrapper {
    width: 100%;
    margin: 0;
  }
}
/* ===== FIX: Banner móvil optimizado - Sin saltos y contenido completo visible ===== */
@media (max-width: 991px) {
  /* Contenedor con altura fija optimizada */
  .carousel-section {
    min-height: 520px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 50px 10px 10px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Todos los cards apilados para evitar saltos */
  .carousel-section .card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.5s ease, visibility 0.5s ease !important;
    pointer-events: none !important;
  }
  
  /* Solo el card activo visible */
  .carousel-section .card.active {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    pointer-events: auto !important;
  }
  
  /* Contenedor del card activo con mejor centrado */
  .carousel-section .card.active .card-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-around !important;
    height: 100% !important;
    padding: 10px 10px 15px !important;
    gap: 8px !important;
  }
  
  /* Título compacto */
  .carousel-section .card.active span {
    order: 1 !important;
    position: static !important;
    font-size: 1.3rem !important;
    line-height: 1.15 !important;
    max-height: 65px !important;
    margin: 0 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    text-align: center !important;
  }
  
  /* Imagen compacta */
  .carousel-section .card.active .img {
    order: 2 !important;
    position: static !important;
    max-height: 170px !important;
    height: 170px !important;
    width: 85% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    flex-shrink: 0 !important;
  }
  
  .carousel-section .card.active .img img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  /* Texto descriptivo - Más legible y sin scroll */
  .carousel-section #carouselText {
    order: 3 !important;
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 0px !important;
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    text-align: justify !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
  }
  
  /* Ocultar cards inactivos completamente */
  .carousel-section .pre_active,
  .carousel-section .pre_inactive,
  .carousel-section .post_active,
  .carousel-section .post_inactive {
    display: none !important;
  }
  
  /* Iconos flotantes más abajo para que no tapen */
  .float-sm {
    top: auto !important;
    bottom: 20px !important;
    transform: none !important;
  }
}