* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

:root {
    --color-primario: ;
    --color-secundario: ;
    --color-sombras: ;
    --color-titulos: ;
    /* tipografias */
    --fuente-textos: ;
    --fuente-titulos: ;
    /*espacios*/
    --espacio-chico: .7rem;
    --espacio-medio: 1rem;
    --borde-redondeado: 1em;
    --sombra-suave: 0 2px 4px #401304;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style-type: none;
}

body {
    background-color: #ff44000c;
    font-family: var(--fuente-textos);
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--color-titulos);
    font-family: var(--fuente-titulos);
    margin: .4em;
}

header {
    background-color: var(--color-secundario);
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: .6rem;
    border-bottom: solid 2px #38272a;
}

main {
    padding: 1em;
}

footer {
    background-color: #000000;
    color: #ffff;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.2rem;
    hyphens: auto;
}

.header-contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.menu-navegacion {
    align-items: center
}

.boton-menu {
    border-bottom: solid 1px #38272a;
    border-left: solid 1px #ad354b;
    border-bottom-left-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: .6em;
}

.boton-menu a {
    text-decoration: none;
    color: #000000;
}

span {
    font-weight: 800;
    font-style: oblique;
}

.introducción {
    hyphens: auto;
    margin-bottom: .6em;
    font-size: larger;
}

.contenedor-obra {
    background-color: #ad354b;
    padding: 1em;
    margin-bottom: 1em;
}

.contenedor-pelicula {
    background-color: #47bb3d;
    padding: 1em;
    margin-bottom: 1em;

}

.contenedor-noticia {
    background-color: #35a9ad;
    padding: 1em;
    margin-bottom: 1em;

}


/* HTML TEATRO RECITADO*/
.contenedor-teatro {
    background-color: #ad354b;
    padding: 1em;
    margin-bottom: 1em;
}

/* HTML CINE AUDIODESCRIPTIVO*/
.contenedor-cine {
    background-color: #47bb3d;
    padding: 1em;
    margin-bottom: 1em;
}