
/* ========== RESET ========== */
/**,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

/* ========== HTML / BODY ========== */
/*html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
}*/

/* ========== MÍDIA ========== */
/*img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}*/

/* ========== LINKS ========== */
/*a {
    color: inherit;
    text-decoration: none;
}*/

/* ========== FORMULÁRIOS ========== */
/*input,
textarea,
select,
button {
    font: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}*/

/* ========== LISTAS ========== */
/*ul,
ol {
    list-style: none;
}*/

/* ========== CONTAINER OPCIONAL ========== */
/*.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

    .hero video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

/* ========== UTILITÁRIOS BÁSICOS ========== */
/*.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}*/
