.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.industrial-card {
    border: 1px solid #E2E8F0;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.industrial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 16px rgba(10, 25, 47, 0.08);
}

.active-nav {
    border-bottom: 2px solid #b6171e;
}

body {
    min-height: max(884px, 100dvh);
}

/* Estilos generales del Footer */
.site-footer {
    background-color: #121212;
    color: #b0b0b0;
    padding: 60px 20px 20px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: 3px solid #b30000; /* Línea roja distintiva de Camporsal */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 280px;
}

.footer-info h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-title {
    color: #e60000;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Estilo de los elementos de contacto */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    background-color: #1f1f1f;
    color: #e60000;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-item strong {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

.contact-item p {
    font-size: 13px;
    margin: 0;
}
