@import url(style2.css);
@import url(custom.css);
.item-solucao {
    position: relative;
}
.item-solucao {
    z-index: 1;
}

.item-solucao h3 {
    display: flexbox;
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, .9);
    transition: all .5s;
}

.item-solucao:hover h3 {
    bottom: 19%;
}

.item-solucao h3 span {
    float: left;
}

.item-solucao h3 img {
    right: 40px;
    bottom: 10px;
    height: 70px;
    position: absolute;
}

.icon {
    font-size: 18px;
    line-height: 18px;
}

.text-simples {
    font-size: 16px;
    padding-top: 20px;
}

.bg-solucoes {
    position: relative;
    background: transparent;
}

.bg-solucoes::after {
    content: "";
    background-image: url(../images/quemsomos.png);
    background-repeat: no-repeat;
    background-position: 10% 30%;
    background-size: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.bg-img-6 {
    background-image: url(../images/aws.jpg);
}

*+.row {
    margin-top: 0px;
}

.normal {
    font-weight: 400;
    font-size: 20px;
}

.simples {
    margin-top: -15px;
}

#porque-lista img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    width: 180px;
}

.destaque {
    font-size: 3.5rem;
}

.quote {
    font-size: 20px;

}

.solucao-modal {
    padding-bottom: 30px !important;
}

.modal-list {

    list-style: disc;
    font-weight: 400;
}

