*{
    font-family: "Montserrat", sans-serif;
}

.section-team{
    display: flex;
    flex-direction: column;
    gap:44px;
    margin-top: 100px;
    padding: 0 20px;
    
}

.title-first{
    display: flex;
    flex-direction: column;
    gap:0;
    align-items: center;
    justify-content: center;
    height: min-content;
}


.title-first h5{
    font-size: 18px;
    font-weight: 500;
    color: #D7C9C9;
    letter-spacing: 3px;
    text-align: center;
}

.title-first h1{
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

.nosotros-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 36px;
}

.member-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 420px;
    min-width: 280px;
    max-height: max-content;

    padding: 58px 78px;
    border: 1px solid var(--red-space);
    border-radius: 42px;
    box-sizing: border-box;
}

.member-team img {
    max-width: 263px;
    max-height: 263px;
    min-width: 263px;
    min-height: 263px;
}

.member-team div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 11px;
}

.member-team div:first-of-type span {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.member-team div:first-of-type span:last-child{
    color:#BCBCBC;
}

.member-team span:nth-child(3){
    font-size: 24;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: var(--red-space);
    border-radius: 50px;
    padding: 8px 0;
    width: 170px;
}

.redes-sociales-team{
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 46px;
}

.redes-sociales-team a{
    width: 40px;
    height: 40px;
}