/* Logo sin fondo blanco */
.logo-mdm {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 229, 145, 0.1));
}

/* Logo de texto */
.logo-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    line-height: 1.1;
}

.logo-texto-line1 {
    color: white;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 2px;
    margin-left: -13px;
}

.logo-texto-line2 {
    color: white;
    font-family: 'Poppins', 'Inter', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 12px;
}

.logo-texto-line2 .linea {
    font-family: Arial, sans-serif !important;
}

.logo-section {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Web Logo Section */
.web-logo-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.web-logo-section:hover {
    transform: none;
    box-shadow: none;
}

.web-logo-mdm {
    height: 110px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 229, 145, 0.1));
    margin-right: 5px;
    flex-shrink: 0;
}

.web-logo-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.1;
    text-align: left;
    margin-right: 5px;
    width: 100%;
}

.web-logo-texto-line1 {
    color: white;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 2px;
}

.web-logo-texto-line2 {
    color: white;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 55px;
}

.web-logo-texto-line2 .linea {
    color: white;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 55px;
    margin-right: 8px;
}

/* Logo variations */
.ind-logo-texto-line2{
    color: white;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
}

.ind-logo-texto-line2 .linea {
    color: white;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
    margin-right: 8px;
}

.ext-logo-texto-line2{
    color: white;
    font-family: 'Poppins', Arial, sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 18px;
}

.ext-logo-texto-line2 .linea {
    color: white;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 18px;
    margin-right: 8px;
}
