/* =========================================================
   LABELLE IMOBILIÁRIA
   RESET CSS
========================================================= */


/* =========================================================
   RESET GERAL
========================================================= */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   HTML
========================================================= */

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}


/* =========================================================
   BODY
========================================================= */

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}


/* =========================================================
   TÍTULOS E TEXTOS
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}


/* =========================================================
   LINKS
========================================================= */

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   LISTAS
========================================================= */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =========================================================
   IMAGENS
========================================================= */

img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}


/* =========================================================
   FORMULÁRIOS
========================================================= */

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font: inherit;
    color: inherit;
}


/* =========================================================
   BOTÕES
========================================================= */

button {
    cursor: pointer;
}


/* =========================================================
   SELECT
========================================================= */

select {
    cursor: pointer;
}


/* =========================================================
   TEXTAREA
========================================================= */

textarea {
    resize: vertical;
}


/* =========================================================
   FIELDSET
========================================================= */

fieldset {
    border: 0;
}


/* =========================================================
   TABLE
========================================================= */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* =========================================================
   ELEMENTOS DE TEXTO
========================================================= */

strong,
b {
    font-weight: 700;
}


/* =========================================================
   SVG
========================================================= */

svg {
    flex-shrink: 0;
}


/* =========================================================
   SELEÇÃO DE TEXTO
========================================================= */

::selection {
    background-color: rgba(27, 79, 62, 0.18);
}