@media only screen

and (min-device-width : 768px)

and (max-device-width : 1024px) {

    body{
        overflow-x: hidden;
    }
    
    .headerBox .logoSiman {
        text-align:center;
        margin-left:0 !important;  
    }

    .ClockBox{
        font-size: 6em;
    }

    .lineaBlanca {
        position: absolute;
        top: 18px;
        right: -34px;
        height: 50px;
    }



}