* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
main {
    display: flex;
	flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
}

body {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 100vw;
}

.container-inicio {
	background-image: url("/static/fundo-nossa-historia.jpeg");
  	background-size: cover;
  	background-position: center;
	height: 700px;
	width: 100%;
	object-fit: cover;
    position: relative;
}

.text-titulo-azul {
	color: #1B355C;
	max-width: 450px;
	font-size: 46px;
	text-align: left;
}

.container-texto-qs {
    width: 80%;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 80px;
}
.texto-qs {
    text-align: justify !important;
    text-align-last: center;
    font-size: 20px;
    color: #1B355C;
}
.container-img-qs {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    background-color: #1B355C;
    padding: 10px;
}
.container-img-qs-g {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.img-qs {
    width: 40%;
}
.img-qs-g {
    width: 100%;
}

.container-texto-qs-menor {
    width: 60%;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: center;
}
.a-socio {
	font-size: 22px;
	font-weight: 480;
    text-decoration: none;
    color: #1B355C;
}

.seta-azul, .seta-branca{
	width: 19px;
}

.container-a-seta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
}