/* Estilos para el formulario para subir los cuentos*/
label {
    font-family: 'Verdana', Arial, sans-serif;
}
.content__compartir {
    border-radius: .7em;
    padding: .7em;
    background-color: #fff;
    hyphens: auto;
    width: 100%;
    border: .3em inset rgba(0, 206, 209, 0.3);
    margin: 1em auto;
}
.content__titulo__comparte {
    font-size: var(--hs);
    color: var(--primary-color);
    text-wrap: stable;
}
.content__compartir p {
    margin: .75em 0;
}
.nota__obligatorio {
    text-align: end;
    margin-bottom: 1em;
    color: #FF0000;
}
.obligatorio {
    color: #FF0000;
}
small {
    color: #0000FF;
}
a {
    color: darkturquoise;
}
input, textarea {
    border: .06em solid darkturquoise;
}
input {
    height: clamp(1.564rem, 1.46rem + 0.523vw, 2.087rem);
}
#archivo {
    border: none;
}
.form-cuentos {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.form-cuentos button {
    width: 80%;
    padding: .3em 0;
    margin: .7em auto;
}
/* Tamaños de fuente */
label {
    font-weight: 500;
    font-size: var(--p);
}
span, 
textarea,
.content__compartir a,
.content__compartir p {
   font-size: var(--fp);
}
@media (orientation: landscape) {
    .content__titulo__comparte {
        font-size: var(--lh1);
    }
}