*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
:root{
	--background: #a5a4a4;
	--sombra:#5c5b5b;
}

body{
	color: black;
	font-family: "Bookman Old Style";
	font-weight: 400;
	background-color: var(--background);
	font-size: 16px;
}
header,
footer{
	background-color: var(--background);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	box-shadow: inset 0 0 10px var(--sombra), 0 0 10px var(--sombra);
}
header{
	height: 80px;
	border-bottom: 4px solid var(--background);
}
footer{
	height: 60px;
	border-top: 4px solid var(--background);
}
.carrossel__titulo {
    color: var(--laranja);
    background-color: var(--branco);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.12em;
    padding: 1em 0 0.5em 0;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-pagination {
    position: initial;
    margin: .5em 0;
}

.card__descricao {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

.card__botoes {
    display: flex;
    justify-content: space-between;
}

.botoes {
    display: flex;
	list-style: none;
}

.card {
    background: var(--branco);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 1em;
    padding: 1em;
}
.descricao__titulo{
    color: var(--laranja);
    font-weight: 700;
}
.descricao__titulo-livro{
    color: var(--azul);
    font-size: 1.12em;
    font-weight: 700;
    margin: 0.5em 0;
}
.descricao__texto{
    font-size: 0.87em;
}
.botoes__item{
    margin: 0 0.3em;
}
.botoes__ancora{
    background-color: var(--laranja);
    padding: 1em 2.2em;
    text-decoration: none;
    color: var(--branco);
    font-weight: 700;
    display: flex;
    align-items: center;
}
.descricao__imagem{
    margin-bottom: 0.5em;
	width: 50%;
	height: 50%;
    
}
.descricao__imagem-escritora{
    padding: .2em 0 1em;

}
.autora{
    padding: .2em .3em;
}