* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

body {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f7f7f5;
    color: #2b2b2b;
    background-image: url('');
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
}

/*INICIO*/

/*SECCION QUIENES SOMOS*/


/*MISION Y VISION*/
#mision-vision .card {
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(135deg,  #b47a1a ,   #ffe55a ,   #b47a1a );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top  : 3rem;
}

#mision-vision .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.card-title {
    color: #000000;
    font-size: 3rem;
    border-bottom: 2px solid #000000; 
    padding-bottom: 5px; 
    display: inline-block;
    width: 100%; 
}
.card-text {
    font-size: 1.4rem;
    color: #333;
}

@media (max-width: 768px) {
    #mision-vision .card {
        margin-bottom: 20px;
    }
}
/*Imagen descrpcion*/

.image-text-section {
    background-color: transparent;
  }
  
  .section-title {
    font-size: 2rem; /* Ajusta el tamaño del título */
    font-weight: bold;
    color: #333;
  }
  
  /* Ajustar tamaño de la imagen */
  .img-small {
    max-width: 70%; /* Imagen más pequeña */
    max-height: 340px; /* Altura máxima */
    object-fit: contain; /* Mantiene proporciones */
    border-radius: 8px;
  }

/*VALORES*/
.n-valores {
    font-size: 3rem; 
    background: linear-gradient(45deg, #000000, #000000);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    text-align: center;         
    margin-bottom: 1.5rem;      
    text-transform: uppercase;  
    letter-spacing: 1px;         
    position: relative;       
    border-bottom: 3.5px solid rgb(182, 129, 31);
    padding-bottom: 10px;
    margin-top: 150px;
}

.valor-container {
    position: relative;
    padding: 20px;
}

.icono-valor {
    background: #797101;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
}

.valor-container:hover .icono {
    transform: scale(1.2);
}

.valor-descripcion {
    display: none;
    margin-top: 5px;
    padding: 10px;
    background-color: #f1f1f14b;
    border-radius: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.valor-container:hover .valor-descripcion {
    display: block;
}


/*POR QUE CONFIAR EN NOSOTROS */
#confiar {
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
    padding: 2rem;
    margin: 2rem auto;
    max-width: 1000px;
}

.titulo-confiar {
    font-size: 2.5rem; 
    font-family: 'Noto Serif', 'Arial Narrow', Arial, sans-serif;
    background: linear-gradient(35deg, #000000, #000000);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    text-align: center;         
    margin-bottom: 1.5rem;      
    text-transform: uppercase;  
    position: relative;       
    border-bottom: 3.5px solid rgb(182, 129, 31);
    padding-bottom: 10px;
    margin-top: 2.5rem;
}

.confiar-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1.5rem;
    margin-top: 1rem;
}

/* Estilo de cada tarjeta */
.item {
    background: rgb(1, 35, 113);
    border-radius: 10px;
    padding: 2.2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgb(255, 255, 255);
    border: 2px solid #e0e4ff;
    width: 220px;
    transition: all 0.3s ease-in-out;
}


.item i {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #ffffff; 
    font-size: 2.1rem; 
}

.item:hover i {
    color: rgb(180, 122, 26);
}

.item p {
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

/*OFRECEMOS*/
.animate-hidden {
    opacity: 0;
    transform: translateY(150px); 
    transition: transform 1s ease-out, opacity 1s ease-out; 
}
.animate-slide {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.ofrecemos-items {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 2rem;
}
.titulo-ofrecemos {
    
    text-align: center; 
    background: linear-gradient(45deg, #000000, #000000);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
}


.subtitu {
    
    font-size: 2.3em; 
    color: #a26c00;
    text-align: center; 
}

/*MODALIDADES*/
#modalidades-trabajo {
    background-color: #f9f9f900; 
    border-radius: 12px; 
    padding: 20px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0); 
    margin-top: 20px;
}
.titulo-modalidades {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #000000, #000000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.titulo-modalidades.animate {
    font-size: 2.5rem;
    opacity: 1;
    transform: scale(1);
}


@keyframes appearZoom {
    to {
        opacity: 1;
        transform: scale(1); 
    }
}
.card-modalidades {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-title-modalidades {
    
    font-family: 'Noto Serif', serif;
    font-size: 1.5rem;
    color:  #a26c00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid  #001575;
}
.des {
    
    font-size: 1.2rem;
    color: #555;
    line-height: 1.5;
    margin: 15px 0;
    display: none;
    text-align: justify;
}
.des.active {
    display: block;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #888;
    transition: transform 0.3s ease;
}
.card-title-modalidades.expanded .toggle-icon {
    transform: rotate(180deg);
}
hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}


/*EMPRESAS*/
.titulo-empresas {
    font-size: 2rem; 
    background: linear-gradient(45deg, #000000, #000000);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    text-align: center;         
    margin-bottom: 1.5rem;      
    text-transform: uppercase;  
    letter-spacing: 1px;         
    position: relative;       
    border-bottom: 3.5px solid rgb(182, 129, 31);
    padding-bottom: 10px;
    margin-top: 3rem;
}
.marcas-container {
    width: 100%;
    overflow: hidden;
}
.marcas {
    display: flex;
    animation: moveCarousel 20s linear infinite;
}
.logo {
    width: 130px;
    margin-right: 20px;
}

@keyframes moveCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/*SERVICIOS*/
.text-serv {
    font-family: 'Noto Serif', serif;
    font-size: 4rem;
    background: linear-gradient(45deg, #000000, #3e0863);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 3.5px solid rgb(182, 129, 31);
    padding-bottom: 10px;
    text-transform: uppercase;  
}


.text-sub-serv {
    font-family: 'Noto Serif', serif;
    background: linear-gradient(45deg, #ffa600, #000000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.9rem;
    text-align: center;
    margin-top: 1rem;
}

.text-desc-serv {
    color: #000000;
    font-size: 1.2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-md-6, .col-lg-4 {
    display: flex;
    align-items: stretch;
    margin-bottom: 1.5rem;
}

.card-serv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.9s;
}

.card-body-front, .card-body-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card img {
    max-height: 150px;
    object-fit: cover;
    margin-bottom: 1rem;
}
.nombre {
    font-weight: bold;
    text-align: center;
    font-size: 0.5rem;
}
.nombre-comer {
    font-weight: bold;
    text-align: center;
    font-size: 0.6rem;
    font-family: 'Noto Serif', serif;
    margin-bottom: 20px;
}

.card-serv:hover {
    transform: rotateY(180deg);
}

.card-title-serv {
    background: linear-gradient(45deg,  #3c422f, #010b79);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}

.card-text-serv-front {
    font-size: 1.2rem;
    color: #333333; 
    margin-bottom: 1rem;
    line-height: 1.5; 
}
.card-text-serv-back {
    font-size: 1.2rem;
    color: #2c2c2c; 
    margin-bottom: 1rem; 
    line-height: 1.5;
    padding: 0.5rem; 
    text-align: center;
}

.card-body-front {
  position: relative;
    border-radius: 12px;
    padding: 2px; /* espacio para el borde */
    background: linear-gradient(45deg, #ff9d00, #ffffffd3, #07167a);
    border-radius: 8px;
}

.card-body-back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(45deg, #07167a, #ffffff, #ff9d00);

    border-radius: 8px;
}

.logo-empresa-serv {
    max-width: 30%;
    height: auto;
    margin: 0.5rem 0 1rem;
    object-fit: contain;
}

.card-body-back a.btn {
    background-color: #00055b;
    border: 1px solid #ffffff;color: #ffffff;
    margin-top: 0.1rem;
    padding: 0.5rem 1rem;
    border-radius: 80px;
}

.card-body-back a.btn:hover {
    background-color: #0714ff;
}
.animated-section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

.animated-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Estilo para el modal */
.modal .modal-content {
    background-color: #000000ca;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #110068;
    color: white;
    border-bottom: none;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.modal-title {
font-size: 1.5rem;
font-weight: bold;
background: linear-gradient(45deg, #ffa600, #ffffff);
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center; 
width: 100%; 
display: block;
}
.modal-header .close {
    color: white;
    opacity: 1;
    font-size: 1.2rem;
}

.modal-body {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    padding: 20px;
}

.modal-body p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.contact-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.btn-success, .btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
    transition: background-color 0.3s ease;
    text-decoration: none;
    min-width: 150px;
}

.btn-success:hover {
    background-color: #10401a;
}

.btn-danger {
    background-color: #0008ff;
}

.btn-danger:hover {
    background-color: #000845;
}
.btn-success i, .btn-danger i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/*PRODUCTOS*/
.titulo-cat {
    font-size: 3rem; 
    background: linear-gradient(45deg, #000000, #0044ff);
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    text-align: center;         
    margin-bottom: 1.5rem;      
    text-transform: uppercase;  
    letter-spacing: 1px;         
    position: relative;       
    border-bottom: 3.5px solid rgb(182, 129, 31);
    padding-bottom: 1px;
    margin-top: 1rem;
}

.categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #ffffff00;
    padding: 15px;
    border-radius: 5px;
    background-color: #00000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0); 
}

.categories ul {
    padding: 0;
    list-style: none;
}

.categories ul li {
    padding: 5px 0;
    font-size: 17px;
    color: #333;
    cursor: pointer;
}

.categories ul li:hover {
    color: #be9b00;
    text-decoration: underline;
}

.categories ul li::before {
    content: '\2022'; 
    margin-right: 5px;
    color: #000560;
}
.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product {
    border: 1px solid rgba(182, 129, 31, 0);
    padding: 15px;
    border-radius: 5px;
    width: calc(33.333% - 20px); 
    box-sizing: border-box;
    text-align: center;
    background-color: #ff000000; 
    box-shadow: 0 2px 4px rgba(13, 0, 95, 0.1);
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.product-title {
    font-size: 1.3rem; 
    font-weight: bold;
    color: #333;
    margin: 10px 0 5px; 
}

.product-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

a.boton-productos {
    background-color: #00055b;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 0.1rem;
    padding: 0.5rem 1rem;
    border-radius: 80px;
    font-size: 14px;
    text-decoration: none; 
    display: inline-block;
    text-align: center;
    width: fit-content;
    transition: background-color 0.3s ease;
}

a.boton-productos:hover {
    color: #967300;
    background-color: #00055b;
    text-decoration: none;
    transform: scale(1.05);

}.botones{
  background: linear-gradient(45deg, #0066ff, #3376f3d3,#07167a);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.botones:hover{
background: linear-gradient(135deg, #b47a1a, #ffe55a, #b47a1a);
color: #000000;
box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
transform: translateY(-3px);
}
/*FOOTER*/
.social-icon svg {
    width: 24px;
    height: 24px;
    width: 24px;
    fill: #fff;
}
.social-icon:hover svg {
    fill: #939a00; 
    transform: scale(1.1);
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
}

footer p, footer a {
    color: #dee2e6 !important;
}

footer a:hover {
    color: #939a00 !important;
    text-decoration: none;
}

footer .bg-dark {
    background-color: rgba(154, 155, 154, ) !important;
}

footer .text-light {
    color: #ffffff !important; 
}

footer .footer-copyright {
    color: #bbbbbb; 
}

.nombre-footer {
    font-weight: bold;
    text-align: center;
    font-size: 0.5rem;
}
.logo-empresa-footer {
    width: 100%; 
    max-width: 150px; 
    height: auto; 
}

@media (max-width: 768px) {
    .logo-empresa-footer {
        max-width: 100px; 
    }
}

/*CONTACTO*/
.modal .modal-content {
    background-color: #000000ca;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #110068;
    color: white;
    border-bottom: none;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #ffa600, #ffffff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center; 
    width: 100%; 
    display: block;
}

.modal-header .close {
    color: white;
    opacity: 1;
    font-size: 1.2rem;
}

.modal-body {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    padding: 20px;
}

.modal-body p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.btn-success, .btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
    transition: background-color 0.3s ease;
    text-decoration: none;
    min-width: 150px;
}

.btn-success:hover {
    background-color: #10401a;
}

.btn-danger {
    background-color: #0008ff;
}

.btn-danger:hover {
    background-color: #000845;
}

.btn-success i, .btn-danger i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

h1 {
    color: #000000 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 90% !important;
    }
}

/* ==========================================================
   ESTILOS COMPLEMENTARIOS INDEX Y MÓVIL (V3)
   ========================================================== */

/* 1. SECCIÓN DE RESUMEN DE SERVICIOS Y PRODUCTOS */
.card-destacado-v3 {
    background: #ffffff;
    border: 1.5px solid #e5e5e0;
    border-radius: 24px;
    padding: 38px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
}

.card-destacado-v3:hover {
    border-color: #b8860b;
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 23, 124, 0.1);
}

.card-destacado-icon {
    width: 60px;
    height: 60px;
    background: #00177c;
    color: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 6px 16px rgba(0, 23, 124, 0.2);
}

.card-destacado-title {
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 4px;
}

.card-destacado-subtitle {
    color: #b8860b;
    font-weight: 600;
    font-size: 0.98rem;
}

.card-destacado-list li {
    margin-bottom: 12px;
    font-size: 1.02rem;
}

.card-item-link {
    color: #00177c;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.card-item-link:hover {
    color: #b8860b;
}

.card-item-link i {
    color: #b8860b;
    margin-right: 8px;
}

.btn-dark-pill {
    background: #00177c;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-dark-pill:hover {
    background: #b8860b;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* 2. SECCIÓN ¿POR QUÉ CONFIAR EN NOSOTROS? 100% REAL */
#confiar, 
.confiar-section-v3, 
.confiar-section-v2 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #ffffff;
    overflow: hidden;
}

#confiar .container, 
#confiar .container-fluid,
.confiar-section-v3 .container, 
.confiar-section-v3 .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

#confiar .row,
.confiar-section-v3 .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.confiar-img-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.confiar-img-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    height: 540px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 28px !important;
}

.accordion-confiar-v3 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100% !important;
}

.item-confiar-v3 {
    width: 100% !important;
    background: #ffffff;
    border: 1.5px solid #e5e5e0;
    border-radius: 18px;
    padding: 24px 30px !important;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.item-confiar-v3:hover, .item-confiar-v3.active {
    border-color: #b8860b;
    box-shadow: 0 8px 24px rgba(184, 134, 11, 0.12);
}

.item-confiar-header {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 8px !important;
}

.num-confiar {
    font-family: 'Noto Serif', serif !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #b8860b !important;
    margin-right: 15px !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.title-confiar {
    font-family: 'Noto Serif', serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #111111 !important;
    display: inline-block !important;
}

.desc-confiar {
    font-size: 0.98rem;
    color: #555555;
    line-height: 1.65;
    margin-bottom: 0;
}

/* 3. MODALIDADES DE TRABAJO V3 */
.card-modalidad-v3 {
    background: #ffffff !important;
    border: 1.5px solid #e5e5e0 !important;
    border-radius: 26px !important;
    padding: 40px 32px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.04) !important;
    transition: all 0.35s ease;
    margin-bottom: 24px !important;
}

.card-modalidad-v3:hover {
    border-color: #b8860b !important;
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 23, 124, 0.12) !important;
}

.modalidad-icon-box {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    background: #00177c !important;
    color: #ffffff !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.6rem !important;
    margin-right: 16px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 6px 16px rgba(0, 23, 124, 0.2) !important;
}

.modalidad-card-title {
    font-family: 'Noto Serif', serif;
    font-weight: 800;
    color: #111111;
    font-size: 1.65rem;
    margin-bottom: 4px !important;
    line-height: 1.2;
}

.modalidad-card-sub {
    color: #b8860b;
    font-weight: 600;
    font-size: 0.95rem;
    display: block;
}

.modalidad-card-desc {
    font-size: 1.08rem;
    color: #444444;
    line-height: 1.7;
    margin-top: 18px;
    margin-bottom: 25px;
}

.modalidad-contact-box {
    background: #fafaf7;
    border: 1.5px solid #e8e8e2;
    border-radius: 16px !important;
    padding: 22px 24px !important;
    font-size: 1.02rem;
    line-height: 1.8;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

.modalidad-contact-box p,
.modalidad-contact-box a,
.text-link-gold {
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

.text-gold {
    color: #b8860b !important;
}

.text-link-gold {
    color: #00177c;
    font-weight: 600;
    text-decoration: none !important;
}

.text-link-gold:hover {
    color: #b8860b;
    text-decoration: underline !important;
}

/* ==========================================================
   SECCIÓN: SOLUCIONES LED PARA CADA ESPACIO (V3 - LUXURY & MÓVIL)
   ========================================================== */
.soluciones-led-section {
    background: #fafaf8 !important;
    width: 100% !important;
    padding: 70px 0 !important;
    overflow: hidden;
}

.soluciones-led-section .container-fluid,
.soluciones-led-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.card-producto-destacado {
    background: #ffffff !important;
    border: 1.5px solid #e5e5e0 !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.35s ease !important;
    margin-bottom: 35px !important;
}

.card-producto-destacado:hover {
    border-color: #b8860b !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 40px rgba(0, 23, 124, 0.12) !important;
}

.card-producto-destacado img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
    display: block !important;
}

.producto-destacado-title {
    font-family: 'Noto Serif', serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin-bottom: 14px !important;
}

.producto-destacado-desc {
    font-family: 'Noto Serif', serif !important;
    font-size: 1.05rem !important;
    color: #444444 !important;
    line-height: 1.7 !important;
    margin-bottom: 24px !important;
}

.link-solicitar-info {
    color: #00177c !important;
    font-weight: 700 !important;
    font-size: 1.02rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
}

.link-solicitar-info:hover {
    color: #b8860b !important;
    transform: translateX(5px) !important;
}

/* 4. RESPONSIVO MÓVIL PERFECCIONADO (< 768px) */
@media (max-width: 768px) {
    .soluciones-led-section .container-fluid,
    .soluciones-led-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .card-producto-destacado {
        border-radius: 20px !important;
    }

    .card-producto-destacado img {
        height: 280px !important;
        border-radius: 20px 20px 0 0 !important;
    }

    .producto-destacado-title {
        font-size: 1.5rem !important;
    }

    .producto-destacado-desc {
        font-size: 0.96rem !important;
        line-height: 1.6 !important;
    }

    #confiar .container, 
    #confiar .container-fluid,
    .confiar-section-v3 .container, 
    .confiar-section-v3 .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .confiar-img-wrapper img {
        height: 300px !important;
        border-radius: 20px !important;
    }

    .item-confiar-v3 {
        padding: 18px 20px !important;
        border-radius: 16px !important;
    }

    .card-modalidad-v3 {
        padding: 24px 18px !important;
        border-radius: 20px !important;
    }

    .modalidad-icon-box {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        font-size: 1.3rem !important;
        border-radius: 14px !important;
        margin-right: 10px !important;
    }

    .modalidad-card-title {
        font-size: 1.35rem !important;
    }

    .modalidad-contact-box {
        padding: 16px 14px !important;
        font-size: 0.95rem !important;
    }

    .card-destacado-v3 {
        padding: 24px 20px !important;
        border-radius: 20px !important;
    }

    .card-destacado-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.3rem !important;
        border-radius: 14px !important;
    }

    .card-destacado-title {
        font-size: 1.45rem !important;
    }
}



/* Soluciones LED Bloques Alternados V3 - Responsive & Compact */
.soluciones-led-section {
    background: #fafaf8 !important;
    width: 100% !important;
    padding: 60px 0 !important;
    overflow: hidden !important;
}

.soluciones-led-section .container-fluid,
.soluciones-led-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.card-producto-destacado {
    background: #ffffff !important;
    border: 1.5px solid #e5e5e0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.35s ease !important;
    margin-bottom: 30px !important;
    position: relative !important;
}

.card-producto-destacado:hover {
    border-color: #b8860b !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1) !important;
}

.card-producto-destacado .row {
    margin: 0 !important;
    width: 100% !important;
}

.card-producto-destacado .col-md-5 {
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.card-producto-destacado .col-md-7 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 1.8rem 2.5rem !important;
    position: relative !important;
    z-index: 2 !important;
    background: #ffffff !important;
}

.video-movilidad-card,
.card-producto-destacado video,
.card-producto-destacado img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 0 !important;
}

.producto-destacado-title {
    font-family: 'Noto Serif', serif !important;
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin-bottom: 0.65rem !important;
    line-height: 1.25 !important;
}

.producto-destacado-desc {
    font-family: 'Noto Serif', serif !important;
    font-size: 0.93rem !important;
    color: #444444 !important;
    line-height: 1.6 !important;
    margin-bottom: 1.2rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.link-solicitar-info {
    font-family: 'Noto Serif', serif !important;
    color: #b8860b !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-top: auto !important;
}

.link-solicitar-info:hover {
    color: #00177c !important;
    text-decoration: underline !important;
}

@media (min-width: 992px) {
    .card-producto-destacado {
        height: 310px !important;
        min-height: 310px !important;
        max-height: 310px !important;
    }
    .card-producto-destacado .row {
        height: 310px !important;
    }
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: 310px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-producto-destacado {
        height: 290px !important;
        min-height: 290px !important;
        max-height: 290px !important;
    }
    .card-producto-destacado .row {
        height: 290px !important;
    }
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: 290px !important;
    }
    .card-producto-destacado .col-md-7 {
        padding: 1.2rem 1.5rem !important;
    }
    .producto-destacado-title {
        font-size: 1.4rem !important;
    }
    .producto-destacado-desc {
        font-size: 0.88rem !important;
        -webkit-line-clamp: 4 !important;
    }
}

@media (max-width: 767px) {
    .card-producto-destacado {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    .card-producto-destacado .row {
        height: auto !important;
    }
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: auto !important;
        width: 100% !important;
    }
    .video-movilidad-card,
    .card-producto-destacado video,
    .card-producto-destacado img {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }
    .card-producto-destacado .col-md-7 {
        padding: 1.4rem 1.2rem !important;
    }
}



/* Fix: Eliminar espacio en blanco debajo de los videos en card-producto-destacado */
.card-producto-destacado .row {
    margin: 0 !important;
    width: 100% !important;
    align-items: stretch !important;
    height: 100% !important;
}

.card-producto-destacado .col-md-5 {
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    align-items: stretch !important;
}

.card-producto-destacado .col-md-7 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 1.8rem 2.5rem !important;
    position: relative !important;
    z-index: 2 !important;
    background: #ffffff !important;
    height: 100% !important;
}

.video-movilidad-card,
.card-producto-destacado video,
.card-producto-destacado img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .card-producto-destacado {
        height: 310px !important;
        min-height: 310px !important;
        max-height: 310px !important;
    }
    .card-producto-destacado .row,
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: 310px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-producto-destacado {
        height: 290px !important;
        min-height: 290px !important;
        max-height: 290px !important;
    }
    .card-producto-destacado .row,
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: 290px !important;
    }
}

@media (max-width: 767px) {
    .card-producto-destacado {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
    .card-producto-destacado .row {
        height: auto !important;
    }
    .card-producto-destacado .col-md-5,
    .card-producto-destacado .col-md-7 {
        height: auto !important;
        width: 100% !important;
    }
    .video-movilidad-card,
    .card-producto-destacado video,
    .card-producto-destacado img {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }
}
