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

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

.sobre-bottom{
  background: #fbe9e9;
  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: 170px;
}

/* .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;
  }
}