body {
    scroll-behavior: smooth;
}

.footer-custom {
    background: #ffffff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.footer-custom .logo {
    width: 150px;
    height: auto;
}

.footer-custom .copy {
    margin: 0;
    color: black;
}


.tabla-iva {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.tabla-iva th,
.tabla-iva td {
    border: 1px solid #ddd;
    padding: 10px 12px;
}

.tabla-iva th {
    background: #f4f4f4;
    font-weight: bold;
    text-align: left;
}

.tabla-iva tr:nth-child(even) {
    background: #fafafa;
}

.nav-temp {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-temp a {
    text-decoration: none;
    color: #333;
    font-size: 1.05rem;
}

.nav-temp a:hover {
    text-decoration: underline;
}




