main {
    display: flex;
	flex: 1 1 100%;
	margin-top: 40px;
}
section {
	flex: 1 1 100%;
	margin-top: 40px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 800px) {
    main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-qs {
        flex-direction: column !important;
    }
    .titulo-branco-qs {
        margin-top: 30px;
    }
    .img-qs {
        margin-left: auto;
        max-height: 50%;
    }
    .texto-fonte-r {
        margin: 0px !important;
    }
    .texto-fonte {
        width: auto !important;
        text-align: center !important;
    }
    .text-qs {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 500px) {
    .img-qs {
        max-width: 90%;
    }
}

.container-inicio {
    background-color: black;
}
.img-qs {
    max-height: 89%;
}
.text-qs {
    font-size: 36px;
    color: white;
    text-align: center;
    margin-bottom: 200px;
}
.container-qs {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 400px;
}
.container-text-qs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.conteudo-morcego {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    background-color: white;

}
.texto-1, .texto-2 {
    font-size: 18px;
    color: #1B355C;
    text-align: justify !important;
    text-align-last: left;
    line-height: 1.5em;

}
.container-titulo-qs {
    width: 100%;
    align-items: center;
}
.texto-titulo-qs {
    font-size: 30px;
    color: #1B355C;
    font-weight: 450;
    text-align: center;
    margin-bottom: 40px;
}
.container-texto-qs {
    width: 40%;
    display: flex;
}
.container-todos-qs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 70px;
    width: 70%;
    
}
.links-qs-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
}
.links-qs {
    font-size: 20px;
    text-decoration: none;
    color: #86bee2;
}
.img-instituicoes {
    width: 80%;
}
.img-container-instituicoes {
    width: 100%;
    display: flex;
    justify-content: center;
}
.titulo-lista-qs {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
    gap: 30px;
    justify-content: center;
}

.p-titulo-azul-qs {
    color: #1B355C;
    font-size: 24px;
}

.p-text-azul-qs {
    color: #1B355C;
    font-size: 18px;
}

.titulo-branco-qs {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}


.caixa-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
}

.texto-fonte, .texto-fonte-r {
    display: flex;
    width: 95%;
    text-align: left;
    color: white;
    font-size: 14px;
}
.texto-fonte-r {
    margin-left: auto;
    margin-right: 10px;
    width: auto;
}
