.logos-carousel .logo-item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
}

.logos-carousel .logo-item img {
    width: 180px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#line-clientes h3 {
    color: #f2f2f2; /* blanco suave */
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}




#line-clientes {
    color: #ffffff;
}

.productos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productos-row-center {
    justify-content: center;
}

.producto-item {
    text-align: center;
    margin-bottom: 30px;
}

.producto-item img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px auto;
}

.tabs-productos {
    text-align: center;
    margin: 30px 0;
}

.tab-btn {
    background: #e6e6e6;
    border: none;
    padding: 12px 24px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s;
}

.tab-btn:hover {
    background: #d0d0d0;
}

.tab-btn.active {
    background: #1f4e79;
    color: #fff;
}

.tab-content {
    display: none;
}

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

.productos-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productos-row-center {
    justify-content: center;
}

.producto-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.producto-item img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px auto;
}

/* Centra las columnas */
.line .margin {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Centra el contenido interno */
.content-block {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

/* Centra los iconos */
.content-block i {
    display: block;
    margin-bottom: 15px;
}

/* Contenedor general */
.header-container {
    display: flex;
    align-items: center;
}

/* Logo a la izquierda */
.logo-left {
    margin-right: 30px;
}

.logo-left img {
    max-height: 55px;
    width: auto;
    display: block;
    background: #fff;
}

/* Menú ocupa todo el ancho restante */
.top-nav {
    flex: 1;
}

.logo-left {
    position: relative;
    z-index: 10;
    
}

.logo-left a {
    font-size: 0;
    line-height: 0;
}

.logo-left img {
    display: block;
}

.logo-left {
    margin-right: 30px;
    position: relative;
    z-index: 10;
    background: transparent; /* 👈 CAMBIO */
}

.logo-left img {
    max-height: 70px; /* ajusta a gusto */
}