.bg-sobre{
    background-color: #f9f6f2;
    width: 100%;
    height: 100vh;
    z-index: 1005;
    position: fixed;
    overflow: hidden;
}

.sobre-pestana{
    background-color: #efeae6;
    height: 50vh;
    clip-path: polygon(0 34%, 0 0, 100% 0, 100% 34%, 50% 80%);
}

.sobre-bottom{
    background-color: #f9f6f2;
    height: 50vh;
}

.sello-sobre {
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1006;
}

.sello-sobre img {
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 150px;
}

/* .bg-sobre2{
    display: none;
} */

@media only screen and (max-width: 600px){
    .sobre-pestana{
        clip-path: polygon(50%, 0 0, 100% 0, 100% 50%, 50% 90%);
    }

    .sello-sobre{
        bottom: 7px;
    }
}