html,
body {
    overscroll-behavior-y: contain;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 0;
}

p {
    margin-bottom: 1em;
}

h1 {
    font-size: 2rem;
    line-height: 1em;
}

h2 {
    font-size: 2rem;
    line-height: 1.3em;
/*    color:white;*/
    color:black;
	
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.5em;
}

body.pag-app-desactivada .app-desactivada {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 2rem 1rem;
}

body.pag-app-desactivada .app-desactivada-contenedor {
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    background: #fff7e6;
    border: 1px solid #e8c97a;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
}

body.pag-app-desactivada .app-desactivada-motivo {
    font-size: 1.25rem;
    margin: 1rem 0 1.5rem;
}

body.pag-app-desactivada .app-desactivada-volver {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
    background: #2f6f9f;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 2rem;
        line-height: 1em;
    }

    h2 {
        font-size: 1rem;
        line-height: 1em;
    }
h4 {
    font-size: 0.7rem;
    line-height: 0.8em;
}

h5 {
    font-size: 0.7rem;
    line-height: 0.8em;
}

}