@font-face{
    font-family: "Rocko";
    src: url("./fonts/RockoFLF.ttf") format("TrueType");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    color: #FFFFFF;
    font-family: "Rocko";
    font-weight: normal;
	font-style: normal;
    font-size: 4.5rem;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.container{
    background: url('../assets/Horarios_BG.png');
    background-size: cover; 
    background-position: center;
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    height: 1080px;
}

.time-week {
    position: absolute;
    bottom: 470px;
    right: 205px;
}

.time-weekend {
    position: absolute;
    bottom: 230px;
    right: 205px;
}