/*CSS COLORBOX*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

body, html {
    height: 100%;
    background: #000;
    color: #FFF;
    font-family: 'Roboto', sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1 {
    font-size: 1.5em;
    font-weight: 600;
}

.ArtRebolo {
    font-family: 'Roboto', sans-serif !important;
    padding: 2rem;
}

.fnt_roboto {
    font-family: 'Roboto', sans-serif;
}

.fnt_robotoCond {
    font-family: 'Roboto Condensed', sans-serif;
}



