.container-wrapper {
    background-image: url('../image/bg-internas.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.header .nav-list ul li:nth-child(1) {
    display: none;
}

.solucoes {
    padding-top: 40px;
    padding-bottom: 120px;
}

.solucoes .box-container {
    display: flex;
    gap: 60px;
}

.solucoes .box-imagem {
    flex: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    filter: drop-shadow(0px 0px 100px #00a3ff);
}
.solucoes .box-imagem img {
    max-width: 90%;
    filter: drop-shadow(0px 4px 100px #00a3ff);
}
.solucoes .box-conteudo {
    flex: 70%;
    padding-top: 20px;
}
.solucoes .box-conteudo h1,
.section-cards-solucoes .box-cards-solucoes h2,
.dados .box-conteudo h2 {
    font-size: 42px;
    line-height: 65px;
    font-family: 'openSansExtraBold';
    margin-bottom: 40px;
}
.solucoes .box-conteudo h2 {
    font-family: 'openSansBold';
    margin-bottom: 26px;
}
.solucoes .box-conteudo p,
.solucoes .box-conteudo ul {
    margin-bottom: 26px;
}
.solucoes .box-conteudo span,
.dados .box-conteudo span {
    display: block;
    font-size: 24px;
    line-height: 35px;
    text-align: justify;
}

.solucoes .box-conteudo span li {
    list-style: initial;
}

.section-cards-solucoes {
    padding-bottom: 120px;
}
.section-cards-solucoes .box-cards-solucoes {
    background: linear-gradient(
        96.17deg,
        rgba(0, 163, 255, 0.34) 4.72%,
        rgba(0, 163, 255, 0.34) 4.73%,
        rgba(81, 81, 81, 0) 93.35%
    );
    filter: drop-shadow(0px 4px 55px rgba(0, 0, 0, 0.25));
    border-radius: 23px;
    padding-top: 58px;
    padding-bottom: 100px;
    padding-inline: 50px;
}

.box-cards-solucoes h2 {
    text-align: center;
}

.box-cards-solucoes .cards-solucoes {
    display: flex;
    gap: 20px;
}

.cards-solucoes .card-solucoes {
    border-radius: 19px;
    min-height: 400px;
    padding-block: 35px;
    padding-inline: 20px;
    max-width: 320px;
}

.cards-solucoes .card-solucoes h3 {
    font-size: 30px;
    line-height: 41px;
    font-family: 'openSansBold';
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.cards-solucoes .card-solucoes span {
    display: block;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
}

.cards-solucoes .card-1,
.cards-solucoes .card-2,
.cards-solucoes .card-3,
.cards-solucoes .card-4 {
    background: linear-gradient(
        94.14deg,
        rgba(0, 0, 0, 0.54) 26.33%,
        rgba(0, 0, 0, 0) 91.11%
    );
}

.dados {
    padding-bottom: 120px;
}

.dados .box-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.dados .box-imagem {
    flex: 50%;
    filter: drop-shadow(0px 4px 120px #00a3ff);
}
.dados .box-conteudo {
    flex: 50%;
}

.dados .box-conteudo a {
    background: linear-gradient(
        94.14deg,
        #6557fd 26.33%,
        rgba(145, 15, 187, 0) 115.11%
    );
    border-radius: 6px;
    padding: 10px 28px;
    color: #fff;
    display: block;
    margin-top: 30px;
    width: max-content;
    transition: color 0.3s ease;
    font-size: 20px;
}
.dados .box-conteudo a:hover {
    transition: color 0.3s ease;
    color: #d9d9d9;
}

@media (min-width: 992px) {
    .footer .efeito {
        position: absolute;
        bottom: 0px;
        right: -100px;
        width: 125px;
        height: 130px;
        background: #6559fd;
        mix-blend-mode: exclusion;
        filter: blur(75.5px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .box-cards-solucoes .cards-solucoes {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .solucoes .box-container,
    .dados .box-container {
        flex-direction: column;
        gap: 0;
    }
    .solucoes .box-imagem {
        padding-top: 0;
    }
    .solucoes .box-conteudo {
        padding-top: 30px;
        text-align: justify;
    }
    .solucoes .box-conteudo h1,
    .section-cards-solucoes .box-cards-solucoes h2,
    .dados .box-conteudo h2 {
        text-align: center;
    }
    .cards-solucoes .card-solucoes h3 {
        font-size: 22px;
    }
    .box-cards-solucoes .cards-solucoes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dados .box-imagem {
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dados .box-imagem img {
        max-width: 500px;
        width: 90%;
    }
}

@media (max-width: 576px) {
    .solucoes .box-imagem img,
    .dados .box-imagem {
        filter: drop-shadow(0px 4px 50px #00a3ff);
    }
    .solucoes .box-imagem {
        filter: drop-shadow(0px 0px 70px #00a3ff);
    }
    .solucoes,
    .section-cards-solucoes,
    .dados {
        padding-bottom: 70px;
    }
    .solucoes .box-conteudo h1,
    .section-cards-solucoes .box-cards-solucoes h2,
    .dados .box-conteudo h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .solucoes .box-conteudo h2 {
        font-size: 22px;
    }
    .solucoes .box-conteudo h4 {
        font-size: 21px;
    }
    .solucoes .box-conteudo span,
    .dados .box-conteudo span {
        text-align: justify;
        font-size: 20px;
    }
    .section-cards-solucoes .box-cards-solucoes {
        padding: 30px;
    }
    .cards-solucoes .card-solucoes {
        min-height: fit-content;
    }
    .cards-solucoes .card-solucoes h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        min-height: auto;
    }
}
