.firstContentHome {
    color: #fff;
}

.firstContentHome {
    height: 100vh;
    /* padding: 15px; */
}

.containerHeroHome {
    width: 100%;
    height: 100%;
    /* border: 1px solid #2c2c2c; */
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0px 0px 19px 4px rgba(47,216,157,0.15); */
    position: relative;
}

.heroTextHome {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
}

.scrollItem {
    bottom: 15%;
    right: 10%;

}

.thirdContentHome .didascalia, .fourthContentHome .didascalia {
    margin-top: 15px;
    font-size: 14px;
    color: #9B9B9B;
    width: 100%;
}

.thirdContentHome .title, .fourthContentHome .title {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    width: 100%;
}

.glassBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px -4px rgba(255, 255, 255, 0.363) inset;
    width: 100%;
}

.glassBox .title {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: center;
}

.glassBox .didascalia {
    margin-top: 5px;
    font-size: 14px;
    color: #9B9B9B;
    width: 100%;
    text-align: center;
}

.formContainer{
    width: 100%;

}