/* IMPORTAR COMPONENTES */

@import url('hero.css');
@import url('services.css');
@import url('technology.css');
@import url('coverage.css');
@import url('footer.css');

/* RESET */

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

/* BODY */

body{
    background:#050816;
    font-family:Arial, Helvetica, sans-serif;
    overflow-x:hidden;
}
html{

    scroll-behavior:smooth;
}