@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {

    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;
    }

    .LogosRedes .row{
        justify-content: center;
        align-items: center;
    }

    .logoSimanLink img{
        width:100% !important;
    }


    .LogosRedes img{
        width: 50%;
    }

    .contactoDetail {
        font-size: 1em;
        font-weight: lighter;
    }

    .contactoDetail {
        padding-bottom: 14px;
        padding-right: 0 !important;
    }

    #publitas-embed-m7o8g75195{
        height: 300px !important;
        margin-bottom: 25px;
    }

    .BoxContent{
        overflow-x: hidden;
    }
    
    
}