* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.containerPai {
  width: 100%;
  height: 100vh;
  min-width: 100vw;
  position: relative;
}

section {
  width: 100%;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}

.secao1 {
  position: relative;
  height: 100vh;
  z-index: 99;
  mask-image: url(https://res.cloudinary.com/dtglxnl4z/image/upload/v1761191843/logo-akasovia_yl59z0.svg);
  mask-repeat: no-repeat;
  mask-size: 2800vw;
  mask-position: center;

  .bg1 {
    width: 100%;
    height: 100%;
  }

  .secaoBranca {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: transparent;
  }
}

.secao2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;


  img {
    width: 35vw;
  }
}