.container_presentacion_social{
    height: 700px;
    border-radius: 15px;
    background-color: #DA163A;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    
}
.container_social_cards{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.container_presentacion_social svg{
    max-width: 100px;
    color: white;
    margin-bottom: 10px;
}
.container_presentacion_social svg path{
    color: white;
}

.container_presentacion_social span{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
}
.tiktok_embeb{
    padding: 5px;
}
.tiktok_embeb blockquote{
    border-radius: 15px;
    max-height: 700px;
}