
img.img-apresentacao {
  width: 100%;
  height: auto;
}
.apr-itens-pai {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px;
}
.efeito{
    background: #212a3b;
     padding: 10px;
    border-radius: 15px;
    transition: transform 0.3s ease;
    transition-delay: initial !important;
}
.apr-card {
    width: 30%;
    background: transparent;
   
}
.apresentacao-img {
    padding: 7px 10px;
    background: #3e4d68;
    border-radius: 15px;
     transition: transform 0.3s ease, padding 0.3s ease;
}
.apr-card:hover .efeito {
    position: relative;
    transform: translateY(-15px) !important;
    transition: transform 0.3s ease;
}

.apr-card:hover .apresentacao-img {
  transform: scale(1.05);
  padding: 0;
}
.texto-apresentacao {
    padding: 0 10px;
&
h4 {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    margin: 6% 0;
}
&
p {
    color: #9e9d9d;
    font-size: 1.4rem;
    font-weight: 500;
}
}
.apr-tt {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 3%;
}

h3.apr1 {
    font-weight: 800;
    font-size: 4rem;
    color: #3e4d68;
}

h3.apr2 {
    font-weight: 800;
    font-size: 4rem;
    color: #ff8054;
    margin-top: 0;
}

.apr-subt {
    text-align: center;
    width: 56%;
    margin: auto;
    margin-bottom: 5%;
}

.apr-subt p {
    font-size: 1.9rem;
    color: #9e9d9d;
}
.itens-aor p {
    color: #9e9d9d;
    text-align: center;
    margin-bottom: 6%;
    position: relative;
    width: fit-content;
    margin: 0 auto 6% auto;
}

.itens-aor {
    margin-top: 7%;
}

.itens-aor p:after {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #ff8054;
    -webkit-mask: url(./img/check.svg) no-repeat center;
    mask: url(./img/check.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: cover;
    display: block;
    position: absolute;
    left: -37px;
    top: -4px;
}
.itens-aor p:hover {
    color: #ff8054;
    transition: 1s;
    scale: 1.05;
}
.itens-aor p:hover::after {
    width: 30px;
    height: 30px;
    transition: 0.5s;
}

@media screen and (max-width:1100px) {
    .apr-card {
    width: 40%;
    }
}

@media screen and (max-width:700px) {
    .apr-card {
    width: 48%;
    }
}

@media screen and (max-width:600px) {
    .apr-card {
    width: 80%;
    }
}
.itens-aor {
    display: grid;
    justify-items: left;
    /* padding: 0 15%; */
    width: fit-content;
    margin: auto;
    row-gap: 9px;
    margin-top: 6%;
}
