
html {font-size: 100%;}

html, body{
    margin:0;
    padding:0;
    border:0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:rgba(0, 0, 0, .75);
    letter-spacing:0;
    font-size: 1rem;
}

.header{width: 100%; height: 100%;}
.topomaster{margin-top: 5%;}

.logosite {
    display: block;
    text-indent: -9999px;
    width: auto;
    height: 400px;
    background: url(../images/logo-brevemente.svg) no-repeat top;
    background-size: auto 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.brevemente-txt{text-align: center; margin-top: 80px; font-size: 1.5rem; color: #323054; opacity: 0.7;}


@media screen and (max-width: 56em) {
    .logosite {height: 250px;}
}
