/* ==========================================================
   CIROLO INSUMOS
   Reset CSS
   Versión: 0.2.0
========================================================== */

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

html{
    font-size:16px;
    scroll-behavior:smooth;
}

body{
    min-height:100vh;
    line-height:1.5;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-font-smoothing:antialiased;
    background:#f5f5f5;
    color:#222;
}

img{
    max-width:100%;
    display:block;
}

a{
    color:inherit;
    text-decoration:none;
}

button,
input,
select,
textarea{
    font:inherit;
}

ul,
ol{
    list-style:none;
}