.p-text, .p-ref{
    text-align: justify !important;
	text-align-last: left;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.767);
}

.p-titulo {
    font-size: 22px;
    color: #1B355C;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.p-ref {
    color: rgba(62, 62, 62, 0.767);
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.card-text-modelagem, .card-text-metodologia {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    width: 70%;
}

.texto-1, .texto-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 40%;
}

.img-tabela {
    width: 70%;
}
.container-img-tabela {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seta-azul, .seta-branca{
	width: 19px;
}

.container-a-seta {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	background-color: #1B355C;
	border-radius: 16px;
    width: fit-content;
    margin-top: 10px;
}

.a-modelagem {
	font-size: 20px;
	font-weight: 480;
	text-align: center;
    text-decoration: none;
    color: white;
}

.container-referencias {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    width: 80%;
}

.container-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 80%;
    margin-top: 60px;

}
.card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.card-info-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.img-cecav {
    max-width: 30%;
}
.p-ref-cecav {
    color: rgba(62, 62, 62, 0.767);
    width: 30%;
}


