* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #faf9fa;
    display: flex;
    justify-content: center;
}
.contenedor-general {
    width: 100%;
    text-align: center;
    background-image: url("img/portada.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.container {
    width: 100%;
    margin: 300px auto 50px;
    max-width: 600px;
    box-shadow: 7px 13px 37px rgba(0, 0, 0, .5);
    background-color: #FFF;
}
.texto {
    text-align: center;
    font-family: 'Work Sans';
    padding: 0px 25px;
}
section p {
    overflow: hidden;
    max-height: 0;
    text-align: justify;
    font-family: 'Work Sans';
    background-color: #f3f0e9;
    transition: all .5s ease;
}
section a {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px 0;
    font-family: 'Work Sans';
    background-color: #FFFFFF;
    color: white;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #d4d4d4;
    transition: all, 0.4s;
}
.cabezal {
    font-family: 'Work Sans';
    font-size: 2.5rem;
    font-weight: 500;
    padding: 15px 10px 10px 10px;
	line-height: 1
}
.capitals {
    font-size: 120%;
    font-weight: 700;
}
section:target p {
    max-height: 120px;
    padding: 10px;
}
.numeral, .title-numeral {
    color: #333;
    margin: 0 5px 0 10px;
}
.numeral {
	font-family: "Elms Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
	text-transform: uppercase;
}
.title-numeral {
    font-size: 14px;
    font-weight: 400;
	letter-spacing: 1px
}
.img-fluid {
    width: 100%;
    height: auto;
}
.pelicula {
    border-radius: 10px;
    max-width: 150px;
}
.fuente {
    font-family: 'Work Sans';
    font-size: 13px;
    display: block;
    padding: 10px 20px;
}
.ficha-title{
	font-size: 1.2rem;
}
section a:hover {
    color: #fbb202;
    background-color: #efece6;
    background-image: url("img/flecha.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.box-ficha p {
    background-color: #f3f0e9;
}
.bloque-datos{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.bloque-img{
	display: flex;
	padding-left: 25px;
}
.bloque-txt{
	display: flex;
    flex-direction: column;
}