.DescargueApp {
    overflow: hidden; 
    margin:0 auto; 
    display:flex; 
    flex-direction: row; 
    justify-content:center;
    position: relative;
}

    .DescargueApp img {
        width: 200px;
        max-width: 100%;
        padding: 5px;
        float: none;
    }

#TextoDescargar{
    display:flex;
    flex-direction: column; 
    justify-content:center;
    align-content: center;
}

    #TextoDescargar p{
        display: block;
    }

    #AppStoreBadge {
        padding: 10px;
    }

#Container {
    position: relative;
    height: 100vh;
}

    #Container .Container {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.Container {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

#EncabezadoCard {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.Container .Container-404 {
    height: 150px;
}

        .Container .Container-404 h2 {
            font-family: 'Kanit', sans-serif;
            position: relative;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 40px;
            font-weight: 200;
            margin: 0px;
            color: #fff;
            -webkit-background-clip: text;
            background-clip: text;
            text-transform: uppercase;
        }

    .Container h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 33px;
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 25px;
        letter-spacing: 3px;
    }

.Container-TituloNotif
{
    padding: 13px;
}

.Container p {
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #fff;
}


    .Container a {
        font-family: 'Kanit', sans-serif;
        color: #fff;
        font-weight: 200;
        text-decoration: none;
        border-bottom: 1px dashed #ff6f68;
        border-radius: 2px;
    }

.Container-social > a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #ff6f68;
    border: 1px solid #efefef;
    border-radius: 50%;
    margin: 3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .Container-social > a:hover {
        color: #fff;
        background-color: #ff6f68;
        border-color: #ff6f68;
    }

@media only screen and (max-width: 540px) {

    .Container .Container-404 {
        position: relative;
        height: 168px;
    }

        .Container .Container-404 h2 {
            font-size: 25px;
        }

    .Container h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .Container .Container-404 {
        position: relative;
        height: 168px;
    }

        .Container .Container-404 h2 {
            font-size: 20px;
        }

    .Container h2 {
        font-size: 20px;
    }

    .Container p {
        font-size: 18px;
        font-weight: 200;
    }
}

@media only screen and (max-width: 460px) {
    .Container .Container-404 {
        position: relative;
        height: 80px;
    }

        .Container .Container-404 h2 {
            font-size: 28px;
        }

    .Container h2 {
        font-size: 18px;
    }

    .Container p {
        text-align: center;
        font-size: 20px;
        font-weight: 200;
        margin-left: -12px;
    }
}

@media only screen and (max-width: 402px) {

    .Container .Container-404 {
        position: relative;
        height: 85px;
    }

        .Container .Container-404 h2 {
            font-size: 22px;
            font-weight: 200;
        }

    .Container h2 {
        font-size: 15px;
    }

    .Container p {
        font-weight: 200;
    }
}


@media only screen and (max-width: 290px) {

    .Container .Container-404 {
        position: relative;
        height: 85px;
    }

        .Container .Container-404 h2 {
            font-size: 22px;
            font-weight: 200;
        }

        .Container p{
            font-size:17px;
            margin-left: -10px;
        }
}
