.bg_imagem {
    background-color: rgb(var(--cor-geral-site-rgb));
    position: relative;
    z-index: 0;
}

.bg_imagem:before {
    content: '';
    background-image: inherit;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.bg_imagem:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg_imagem .container {
    position: relative;
    z-index: 5;
}

.titulo {
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3.25rem;
    margin-bottom: 1.5rem;
}

.titulo strong {
    font-weight: bold;
}

.subtitulo {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
}

.descricao {
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .titulo {
        font-size: 3rem;
    }
}

@media (min-width: 375px) AND (max-width: 425px) {
    .titulo {
        font-size: 2.5rem;
    }
}

@media (max-width: 375px) {
    .titulo {
        font-size: 2rem;
    }
}

.bg_conteudo {
    margin: 0 -3.5rem;
}

.bg_conteudo .col-esq, .bg_conteudo .col-dir {
    padding: 0 3.5rem;
}

.bg_conteudo .col-esq {
    background-color: transparent;
    color: #ffffff;
    position: relative;
    z-index: 0;
    /* box-shadow: inset -7px 0 8px 0px rgba(0, 0,0, 0.2); */
}

.bg_conteudo .col-dir {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 3.5rem;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
}

.formulario .form-group {
    margin-bottom: 1.5rem;
}

.formulario .form-group:last-child {
    margin-bottom: 0;
}

.formulario .form-control-append {
    position: relative;
    z-index: 0;
}

.formulario .form-control-append .form-control {
    padding-right: 4rem;
}

.formulario .icon-info {
    color: rgb(var(--cor-geral-site-rgb));
    position: absolute;
    right: 1.5rem;
    top: 50%;
    z-index: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.formulario .icon-info:before {
    font: var(--fa-font-solid);
    content: '\f05a';
}

.formulario .form-control {
    background-image: none !important;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.5rem 1.25rem;
}

.formulario label {
    display: none;
}

.formulario .form-small {
    color: rgba(33, 37, 41, 0.6);
    margin-bottom: -1rem;
    padding: 0.5rem 1rem;
    display: block;
}

.formulario .form-control-checkbox {
    background-color: transparent;
    line-height: 2.75rem;
    min-height: calc(1.8em + 0.75rem + 2px);
    height: auto;
    padding-left: 5.5rem;
    display: block;
    position: relative;
    z-index: 0;
}

.formulario .form-control-checkbox span:before {
    content: '';
    text-align: center;
    background-color: rgba(203, 191, 159, 0.30);
    border-radius: 6px;
    line-height: 3.75rem !important;
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

.formulario .form-control-checkbox input:checked + span:before {
    /* font: var(--fa-font-solid); */
    content: 'X';
}

.formulario .form-control-checkbox input {
    margin: auto 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.descricao h1, .descricao h2, .descricao h3, .descricao h4, .descricao h5, .descricao h6 {
    line-height: normal;
    margin: 0;
    padding: 0;
}

.descricao h4 {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    /* color: #bfe9ff !important; */
    font-size: 1.7rem !important;
    margin-bottom: 1rem !important;
}

.descricao ul {
    margin-bottom: 3rem !important;
}

.descricao ul:last-child {
    margin-bottom: 0 !important;
}

.descricao ul[class*=listagem-fa-] {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.descricao ul[class*=listagem-fa-] li {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.descricao ul[class*=listagem-fa-] li:before {
    font: var(--fa-font-solid);
    color: inherit;
    position: absolute;
    z-index: 0;
    left: -25px;
    top: 6px;
}

.descricao ul[class$=-check] li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
}

.formulario .recrutamento-texto {
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .pagina-conteudo {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .bg_conteudo .col-dir {
        padding-top: 0;
    }

    .bg_conteudo {
        margin: 0 -2.5rem !important;
    }

    .bg_conteudo .col-esq, .bg_conteudo .col-dir {
        padding: 2.5rem !important;
    }

    .bg_conteudo .col-esq {
        padding-top: 3.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 3.5rem !important;
    }
}

/* ----- */
.container-landingpage {
    background-size: 0;
    background-repeat: no-repeat;
    border-bottom: solid 2rem rgb(var(--cor-geral-site-rgb));
    padding-top: 3rem;
    padding-bottom: 10rem;
}

@media (max-width: 992px) {
    .container-landingpage {
        border-bottom-width: 0.75rem;
        padding-bottom: 3rem;
    }
}

.container-landingpage .descricao {
    margin: 0;
}

/* ----- */
