/* reset */
*,
*:after,
*:before {
	box-sizing: border-box;
    font-family: 'Cinzel', serif;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
    margin: 0 auto;
    font-family: sans-serif;
    line-height: 1.4;
    background-color: #000000;
}

img {
    max-width: 100%;
}

.container {
    background-color: #000000;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.conteudo{
    margin-top: 1em;
    display: flex;
    flex-direction: column;
}

.banner {
    margin-top: 30px;
    background-position: top center;
    text-align: center;
}

.banner img {
    width: 100%;
}

.caption {
    margin-top: 3%;
    color:  #ffffff; 
    text-align: center;
    line-height: 1.3;
}

.caption h3 {
    font-weight: bold;
}

.caption p {
    font-size: 80%;
}