﻿html {
    scroll-behavior: smooth;
}

section#servicios .card {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    border-radius: 12px;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Segoe UI', sans-serif;
    background: black;
    scroll-behavior: smooth;
}

#matrix-canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* aquí sí */
}


.overlay-content {
    position: relative;
    z-index: 10;
    height: 100vh;
    color: white;
}

h1, p {
    text-shadow: 0 0 5px #000;
}

#btn-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    z-index: 999;
}

footer {
    position: relative;
    z-index: 10;
}


