@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-size: 1em;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
html{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    background: #020202;
}

body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 1366px;
    background-color: rgb(36, 36, 36);
    background-image: url('../_img/fundoci.png');
    background-repeat: repeat;

}
.ds_none{
    display: none !important;
}

