.margin {
    width: 100%;
    height: 9vh;
}

.title {
    margin-bottom: 2vh;
}

.histBack {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgb(12, 12, 12) 32%, rgb(53, 53, 53) 100%);
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.Historia {
    color: white;
    font-size: 34px;
    text-align: center;
    margin-top: 7vh;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sobre_texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto {
    font-size: 23px;
}

.sobre_img {
    width: 100%;
    margin-right: 5%;
}

.shadow {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.Integrantes {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 7vh;
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5vh;
}

.texto1 {
    margin-top: 5vh;
    font-size: 25px;
}

.insta {
    width: 10%;
}