.somos-cont {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  align-content: revert;
  justify-content: center;
  /* gap: 8%; */
  /* align-items: center; */
  /* padding: 0px 7vw; */
  gap: 13%;
  position: relative;
}

.titulo-somos {
  width: 32%;
  position: relative;
  z-index: 4;
  background: url(../images/3.png);
  background-size: 100% 100%;
  padding: 33px;
  transform: scaleX(-1);
  margin-top: 170px;
}

.titulo-somos * {
  transform: scaleX(-1);
}

.somos-img {
  width: 32%;
  position: relative;
  z-index: 4;
}

img.img-somos {
  width: 100%;
  height: auto;
  padding-left: 5%;
  z-index: 5;
  position: relative;
}

.titulo-somos h1 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #030303;
  z-index: 4;
  position: relative;
}

.titulo-somos button {
  background: #6800ff;
  padding: 10px 30px;
  margin-top: 20px;
  z-index: 4;
  position: relative;
}

.titulo-somos button a {
  color: white;
  font-weight: 500;
  z-index: 4;
  position: relative;
}
.titulo-somos h2 {
  font-size: 1.7rem;
  font-weight: 400;
  color: #5a5d60;
  z-index: 4;
  position: relative;
  line-height: 1.2;
  padding-bottom: 90px;
}
.somos-cont::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../images/4.png);
  background-size: 100% 100%;
  opacity: 1;
  bottom: 64px;
  left: 0;
  z-index: 1;
}
.somos-img::before {
  content: "";
  position: absolute;
  width: 31%;
  height: 147px;
  display: block;
  background: url(../images/5.png);
  background-size: 100% 100%;
  opacity: 1;
  top: 147px;
  right: -31%;
  z-index: 1;
}
.a-cont {
  display: none;
}

div#apresentacao {
  margin-top: 30px;
  background: url(../images/Elipse_roxo.png);
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: 98% 96%;
  padding: 13px 0px;

  .grosso {
    font-weight: bolder;
  }

  .somos-img {
    width: 31%;
  }

  .somos-cont::after,
  .titulo-somos::before,
  .somos-img::before {
    display: none;
  }
  .titulo-somos {
    width: 50%;
    position: relative;
    z-index: 4;
    background: url(../images/Retângulo_roxo.png);
    background-size: 87% 100%;
    padding: 33px;
    transform: scaleX(1);
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    * {
      transform: scaleX(1);
    }
  }
  .somos-cont {
    flex-direction: row-reverse;
  }

  .a-cont {
    display: flex !important;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    .a {
      padding: 15px;
      color: white;
      font-weight: bold;
    }
    .card-linhas {
      background: white;
      width: 48% !important;
      border-radius: 13px;
      overflow: hidden;
      margin-left: 1%;
      .a {
        border-left: solid 8px #005db3;
        display: flex;
        flex-direction: column;
        p {
          color: black;
          font-size: 1.3rem;
          margin: 0px;
        }
      }
      .tituos-con {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-content: center;
        align-items: center;

        img {
          width: 30px;
          height: auto;
        }
        h3 {
          margin: 0px;
          color: black;
          font-size: 1.4rem;
        }
      }
    }
  }
}
div#apresentacao {
  width: 98vw;
  overflow: hidden;
}

.a-cont {
  ul.slick-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
  }

  ul.slick-dots * {
    color: transparent;
  }

  ul.slick-dots button {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #1889f1;
  }

  ul.slick-dots li.slick-active button {
    background: #00338c;
  }
  .slick-list.draggable {
    min-height: 400px;
  }
  .a {
    height: 120px;
  }
}
