@media only screen and (min-width: 480px) and (max-width: 767px) {

    body{
        overflow: initial;
        background-image: url(/img/Mobile/FondoMobile.jpg) !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    
    .logoSiman {
        text-align:center;
    }
    
    .ClockBox{
        font-size: 2.5em;
    }
    
    .BoxContent{
        text-align: center;
        background-image: url(/img/Mobile/Mancha.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    .mobileImg{
        width: 65%;
        text-align: center;
        margin: 0 auto;
    }

    .footerBox{
        position: relative;
    }
    


}