.landingpage-rocha {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 20px;
    position: relative;
    background-color: #222222;
}

.landingpage-rocha .frame {
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.landingpage-rocha .rocha-logotipo {
    position: relative;
    width: 100px;
    height: auto;
}

.landingpage-rocha .div {
    gap: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.landingpage-rocha .frame-2 {
    display: flex;
    justify-content: center;
    gap: 11px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.landingpage-rocha .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: 'Figtree', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 43px;
    text-align: center;
    letter-spacing: 0;
    line-height: 46.9px;
}

.landingpage-rocha .estamos-a-trabalhar {
    position: relative;
    align-self: stretch;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: #e2e2e2;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 23.4px;
}

.landingpage-rocha .frame-3 {
    display: inline-flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.landingpage-rocha .text-wrapper-2 {
    position: relative;
    width: 748px;
    margin-top: -1px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    color: #e2e2e2;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
}

/* CUSTOM */

.flex-socials {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
