.about-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: antiquewhite;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.about-container .row {
    position: relative;
    z-index: 1;
}

.about-text {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: justify;
}

.about-text2 {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: justify;
}

.phrase-container {
    width: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 90px 200px 20px 200px;
}

.display-4,
.phrase-container h1 {
    font-size: 58px;
    font-weight: 700;
}

.square-visible {
    font-size: 25px;
    display: none;
    margin: 0px 110px 12.5px 110px;
}

@media screen and (min-width: 956px) {
    .square-visible {
        display: inline;
    }
}

#origens {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 50px;
}

#origens h2 {
    color: #333;
}

#origens p {
    color: #2a2a2a;
}

.history-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .history-title {
        margin-top: 20%;
    }
}

@media (max-width: 767px) {
    .history {
        flex-direction: column-reverse;
        padding: 20px;
        text-align: justify;
    }

    .history-title {
        margin-bottom: 5vh;
    }

}

@media (max-width: 985px) {
    .about-container {
        padding: 125px 25px 0 25px;
    }

}

.socio-container {
    min-height: 50vh;
    width: 100%;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
}

.cargo {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.socio-description {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    padding: 0 55px 0 55px;
    text-align: justify;
    list-style: none;
}

.socio-skill {
    margin-bottom: 6px;
    line-height: 1.4;
}

.socio-ind img {
    width: 290px;
    height: 380px;
}

.socio-img {
    object-fit: cover;
    object-position: center;
    filter: grayscale();
}

.socio-ind {
    position: relative;
    margin-bottom: 50px;
}

.socio-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.socio-ind-container {
    max-width: 290px;
}

.s-name{
    font-size: 27px;
}

.s-cau {
    font-size: 19px;
    margin-bottom: 3px;
}

.row {
    justify-content: center;
}


@media screen and (max-width: 568px){
    .about-container {
        padding: 95px 15px 0 15px;
    }

    .about-text {
        font-size: 1rem;
        margin-top: 20px;
        padding-bottom: 35px;
        line-height: normal;
    }

    .about-text2 {
        font-size: 1rem;
        margin-top: -30px;
        padding-bottom: 35px;
        line-height: normal;
        font-weight: 300;
    }

    .socio-container {
        padding: 10px;
    }

    .socio-description {
        padding: 0 15% 0 15%;
    }

    .socio-ind img {
        width: 250px;
        height: 340px;
    }

    .socio-ind {
        margin-bottom: 80px;
    }

    .socio-ind:last-child{
        margin-bottom: 100px;
    }

    .phrase-container {
        padding: 90px 0 20px 0;
    }
}