footer {
    background-color: red;
}

.div {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div:first-of-type img {
    max-width: 24px;
    max-height: 24px;
}

.img {
    min-width: 33vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.div:nth-of-type(2) {
    background-color: var(--vermelho);
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
    gap: 20rem;
    text-align: left;
    padding: 2.5rem 0;
}

.row .title {   
    font-size: 1rem;
    font-weight: bolder;
    color: white;
}

.row .txt {
    font-size: 1em;
    color: white;
}

.row:nth-of-type(2) {
    padding: 1rem 0 2rem;
    flex-direction: row;
    gap: 0;
    min-width: 60vw;
    font-size: 0.8rem;
    font-weight: 600;
}

.row.row:nth-of-type(2) a{
    color: white;
}

.row:nth-of-type(2) a:hover{
    color: red;
}

.div:nth-of-type(3){
    color: white;
    height: fit-content;
    font-size: .8em;
    font-weight: bold;
    /* padding: 0.5rem; */
}