.corposite {
    background-color: #ffffff;
}

/*.corposite .container, .corposite .conteudos, .corposite .conteudos > [class*=col-] {
    background-color: inherit;
}*/
.pagina-conteudo {

    /* background-color: #f5f9fc; */
    min-height: 40rem;
}

.pagina-conteudo .descricao a {
    color: #044e85;
}

.pagina-conteudo .descricao a:hover {
    color: #8f9094;
}

.pagina-conteudo .descricao ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px
}

.pagina-conteudo .descricao ul li {
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 0
}

.pagina-conteudo .descricao ul li:before {
    content: '';
    background-color: #494949;
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: -25px;
    top: 10px;
    border-radius: 100%
}

.titulo {
    font-weight: 500;
    text-transform: uppercase;
    color: #044e85;
    font-size: 4rem;
    margin-bottom: 3.5rem;
    font-family: 'Airstrike Condensed';
}

.titulo.rodape_tit {
    font-size: 2.8rem;
}

.subtitulo,
.descricao h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
}

.orcamento .subtitulo {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 0rem;
    font-weight: 600;
}

.orcamento .titulo {
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 0;
    line-height: 3.5rem;
}

@media (min-width:1200px) AND (max-width:1439px) {
    .titulo {

        /* font-size: 3rem; */ /* margin-bottom: 2.5rem; */
    }

    .subtitulo {

        /*font-size: 1.8rem;
        margin-bottom: 1.5rem;*/
    }

}

@media (min-width:992px) AND (max-width:1200px) {
    .titulo {
        font-size: 3rem;
        margin-bottom: 2.25rem;
    }

    .subtitulo,
    .descricao h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

}

@media (min-width:769px) AND (max-width:991px) {
    .titulo {
        font-size: 2.75rem;
        margin-bottom: 2.25rem;
    }

    .subtitulo,
    .descricao h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

}

@media (min-width:576px) and (max-width:768px) {
    .titulo {
        font-size: 2.45rem;
        margin-bottom: 2.25rem;
    }

    .subtitulo,
    .descricao h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

}

@media (max-width:575px) {
    .titulo {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .subtitulo,
    .descricao h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .titulo:before {
        font-size: 3rem;
    }

    .titulo.rodape_tit {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .orcamento .titulo {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .orcamento .subtitulo {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

}

.titulo strong {
    font-weight: 700;
}

.border-left {
    border: 0;
    color: #1a1a1a;
    margin-bottom: 3rem;
    padding-left: 1.85rem;
    position: relative;
    z-index: 0;
}

.border-left:after,
.border-left:before {
    content: '';
}

.border-left:before {
    background-color: #e6c12a;
    width: 4px;
    height: 2.75rem;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 1px;
}

.border-left:after {
    background-color: #e6c12a;
    width: 1px;
    height: 4.5rem;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.border-top {
    background-color: inherit;
    border: 0 !important;
    font-size: 100%;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 0;
}

.border-top:before,
.border-top:after {
    content: '';
    display: block;
}

.border-top:before {
    background-color: #e6c12a;
    max-width: 19em;
    height: 0.3em;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.05em;
}

.border-top:after {
    background-color: #e6c12a;
    max-width: 37em;
    height: 1px;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: -0.2em;
}

@media (min-width:1200px) AND (max-width:1439px) {
    .border-top {
        font-size: 100%;
    }

}

@media (min-width:992px) AND (max-width:1200px) {
    .border-top {
        font-size: 85%;
    }

}

@media (min-width:769px) AND (max-width:991px) {
    .border-top {
        font-size: 80%;
    }

}

@media (min-width:576px) and (max-width:768px) {
    .border-top {
        font-size: 70%;
    }

}

@media (max-width:575px) {
    .border-top {
        font-size: 60%;
    }

    .border-top:after {
        width: 85%;
    }

}

.icon.icon-sol {
    background-color: inherit;
    background-image: url(../images/icon-sol.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 4.45em;
    width: calc(4.45em + 1.75em);
    height: 4.45em;
    margin: 0 auto;
    padding: 0 2em;
    display: block;
    position: relative;
    z-index: 1;
}

.descricao strong {
    font-weight: 700;
}

.corposite {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (max-width:768px) {
    .corposite {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

}

@media (max-width:575px) {

    /*.border-top:before {
        width: 55%;
    }

    .border-top:after {
        width: 90%;
    }*/
}

@media (min-width:375px) AND (max-width:425px) {
    .corposite {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

}

@media (max-width:375px) {
    .corposite {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

}

/* ----- */
.descricao-destaque {
    color: #ff0300;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
}

@media (min-width:1200px) and (max-width:1439px) {
    .descricao-destaque {
        font-size: 2.5rem;
        line-height: 3rem;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .descricao-destaque {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

}

@media (min-width:769px) and (max-width:991px) {
    .descricao-destaque {
        font-size: 2rem;
        line-height: 2.5rem;
    }

}

@media (min-width:576px) and (max-width:768px) {
    .descricao-destaque {
        font-size: 2rem;
        line-height: 2.5rem;
    }

}

@media (max-width:575px) {
    .descricao-destaque {
        font-size: 2rem;
        line-height: 2.5rem;
    }

}

.text-color-1 {
    color: #ff0300;
}

.text-color-black {
    color: #000;
}

.bg-color-1 {
    background-color: #494949;
}

.bg-color-2 {
    background-color: #ff0300;
}

.join-titles div {
    display: inline-block;
}

@media (max-width:768px) {
    .join-titles .separador-titulo {
        display: none;
    }

    .join-titles div {
        display: block;
    }

}

@media (max-width:440px) {
    .icon.icon-titulo {
        display: none;
    }

    .icon.icon-titulo-certificacoes {
        display: none;
    }

}

.paralax-marcacao {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
    display: flex;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.paralax-marcacao:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;/*    background-color: rgb(0 0 0 / 60%);*/
    z-index: 9;
}

.paralax-marcacao .container {
    position: relative;
    z-index: 10;
}
