.page-template-template-solucoes .site-main > .container,
.solucoes__page-top .container {
    /* max-width: 1224px; */
    position: relative;
}

.solucoes__page-top * {
    z-index: 2;
}
.solucoes__page-top:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.solucoes__page-top > .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}

.solucoes__page-top {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: var(--primarias-principal-175) center center / cover no-repeat;
}
.solucoes__page-top .pre-title {
    color: var(--branco);
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0;
}
.solucoes__page-top h1 {
    color: var(--secundarias-secundaria-75);
    margin: 0;
    text-align: left;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.05;
}

.page-template-template-solucoes #main {
    padding-bottom: 120px;
}

.page-template-template-solucoes .wp-content {
    width: 100%;
    max-width: 704px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.page-template-template-solucoes .wp-content p,
.page-template-template-solucoes .wp-content ul,
.page-template-template-solucoes .wp-content ol {
	margin: 1.7rem 0;
}

@media (max-width: 1150px) {
    .page-template-template-solucoes .wp-content {
        max-width: calc( 100% - 392px - 20px );
    }
}
@media (max-width: 1024px) {
    .page-template-template-solucoes .wp-content {
        max-width: calc( 100% - 392px - 20px );
    }
    .page-template-template-solucoes .wp-content p,
    .page-template-template-solucoes .wp-content ul,
    .page-template-template-solucoes .wp-content ol {
        font-size: var(--font-base);
    }
}

@media (max-width: 767px) {
    .page-template-template-solucoes .wp-content {
        max-width: 100%;
    }
    .page-template-template-solucoes .wp-content p,
    .page-template-template-solucoes .wp-content ul,
    .page-template-template-solucoes .wp-content ol {
        font-size: var(--font-m);
        margin: 1.3rem 0;
    }
    .solucoes__page-top .pre-title {
        font-size: var(--font-g);
    }
    .solucoes__page-top h1 {
        font-size: 2rem;
    }
}