#pesquisa {
    padding: 50px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #333;
}

#pesquisa .enquete {
    width: 70%;
    margin: 0 auto;
}

#pesquisa .enquete .enunciado {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    gap: 20px;
}

#pesquisa .enquete .enunciado .foto img {
    max-width: 300px;
}

#pesquisa .enquete .enunciado .descricao {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#pesquisa .enquete .enunciado .descricao .titulo h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

#pesquisa .enquete .enunciado .infos {
    padding: 15px 0;
}

#pesquisa .enquete .enunciado .infos ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#pesquisa .enquete .enunciado .infos ul li span {
    color: var(--color-cinza-fonte);
}

#pesquisa .enquete .enunciado .infos ul li i {
    margin-top: 3px;
    color: var(--color-laranja);
}

#pesquisa .enquete .box-perguntas .perguntas {
    counter-reset: contPergunta;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fcfcfc;
}

#pesquisa .enquete .box-perguntas .perguntas .pergunta-abrangencia select {
    border-color: #eee;
    max-width: 50%;
    color: #333;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option {
    color: #333;
}

#pesquisa .enquete .box-perguntas .perguntas .pergunta-abrangencia select option {
    color: #333;
}

#pesquisa .enquete .box-perguntas .perguntas .form-group.form-error h5 {
    color: var(--color-vermelho);
}

#pesquisa .enquete .perguntas>div:first-child {
    padding-top: 50px;
}

#pesquisa .enquete .perguntas>div:last-child {
    padding-bottom: 50px;
}

#pesquisa .enquete .box-perguntas .pesquisa-inacessivel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

#pesquisa .enquete .box-perguntas .pesquisa-inacessivel {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    text-align: center;
}

#pesquisa .enquete .box-perguntas .pesquisa-inacessivel>h5 {
    font-size: 30px;
}

#pesquisa .enquete .box-perguntas .pesquisa-inacessivel>h5 strong {
    color: var(--color-amarelo-escuro);
}

#pesquisa .enquete .box-perguntas .pesquisa-inacessivel>i {
    font-size: 80px;
    color: var(--color-azul-escuro);
}

#pesquisa .enquete .perguntas-discursivas {
    padding: 20px 40px;
}

#pesquisa .enquete .pergunta .perguntas-discursivas {
    padding: 0;
}

#pesquisa .enquete .perguntas-discursivas select,
#pesquisa .enquete .perguntas-discursivas input {
    border: 1px solid #e2e2e2;
}

#pesquisa .enquete .perguntas-discursivas h5 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}

#pesquisa .enquete .pergunta-idade {
    width: 350px;
    max-width: 100%;
}

#pesquisa .enquete .box-remuneracao {
    margin-top: 30px;
}

#pesquisa .enquete .pergunta-remuneracao {
    padding: 40px;
    background-color: #ecf6ff;
}

#pesquisa .enquete .pergunta {
    counter-increment: contPergunta;
    padding: 20px 40px;
}

#pesquisa .enquete .pergunta .total-alternativas {
    color: rgb(255, 0, 0);
    font-weight: 500;
}

#pesquisa .enquete .pergunta h5 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}

#pesquisa .enquete .pergunta .alternativas table tr td,
#pesquisa .enquete .pergunta .alternativas table tr th {
    padding: 5px 10px;
    text-align: center;
    text-wrap: nowrap;
    position: relative;
}

#pesquisa .enquete .pergunta .alternativas table tr td:first-child,
#pesquisa .enquete .pergunta .alternativas table tr th:first-child {
    text-align: left;
    position: sticky;
    left: 0;
    width: 250px;
}

#pesquisa .enquete .pergunta .alternativas table tbody tr:nth-child(2n),
#pesquisa .enquete .pergunta .alternativas table tbody tr:nth-child(2n) {
    background-color: #e1e1e1;
}

#pesquisa .enquete .pergunta .alternativas label {
    cursor: pointer;
}

#pesquisa .enquete .pergunta .alternativas input[type="checkbox"],
#pesquisa .enquete .pergunta .alternativas input[type="radio"] {
    cursor: pointer;
    display: none;
}

#pesquisa .enquete .pergunta .alternativas table tbody tr label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}

#pesquisa .enquete .pergunta .alternativas table tbody tr input:checked+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-azul-escuro);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
}

#pesquisa .enquete .pergunta .alternativas table tbody tr:nth-child(2n) label:before {
    background: #fff;
}

#pesquisa+footer #rodape .texto-descricao>div {
    display: none;
}

#pesquisa+footer #rodape .conteudo {
    gap: 10px;
}

#pesquisa .enquete .pergunta h5::before {
    content: counter(contPergunta, decimal-leading-zero) ". ";
    font-weight: bold;
}

#pesquisa .enquete .pergunta .alternativas ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#pesquisa .enquete .pergunta .alternativas.rating ul {
    flex-direction: row;
}

#pesquisa .enquete .pergunta .alternativa {
    display: flex;
    align-items: center;
}

#pesquisa .enquete .pergunta .alternativa label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

#pesquisa .enquete .pergunta .alternativas.rating .alternativa label {
    font-size: 0;
}

#pesquisa .enquete .pergunta .alternativa input:disabled+label:before {
    background-color: #e2e2e2;
}

#pesquisa .enquete .pergunta .alternativa label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

#pesquisa .enquete .pergunta .alternativas.rating .alternativa label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    width: inherit;
    height: inherit;
    background: transparent;
    border-radius: 0;
    color: #808080;
    border: none;
    top: -15px;
}

#pesquisa .enquete .pergunta .alternativas.rating .alternativa input:checked+label:before,
#pesquisa .enquete .pergunta .alternativas.rating .alternativa.star-checked input+label:before {
    display: none;
}

#pesquisa .enquete .pergunta .alternativas.rating .alternativa input:checked+label:after,
#pesquisa .enquete .pergunta .alternativas.rating .alternativa.star-checked input+label:after {
    content: "\f005";
    position: absolute;
    color: var(--color-amarelo);
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    width: inherit;
    height: inherit;
    background: transparent;
    border-radius: 0;
    border: none;
    top: -15px;
    left: 0;
    font-weight: 900;
}

#pesquisa .enquete .pergunta .alternativas.rating .alternativas-topicos .alternativa input:checked+label:after,
#pesquisa .enquete .pergunta .alternativas.rating .alternativas-topicos .alternativa.star-checked input+label:after {
    top: 5px;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .topico-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .topico-rating:nth-child(2n) {
    background-color: #e1e1e1;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .alternativa {
    height: 100%;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .alternativa label {
    height: 100%;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .alternativa label:before {
    top: 5px;
}

#pesquisa .enquete .pergunta .alternativas.rating .topicos .topico-rating .alternativas-topicos {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
}

#pesquisa .enquete .pergunta .alternativa-multi input {
    display: none;
}

#pesquisa .enquete .pergunta .alternativa-multi label:before {
    border-radius: 0;
}

#pesquisa .enquete .pergunta .alternativa input:disabled+label:before {
    background-color: #e2e2e2;
}

#pesquisa .enquete .pergunta .alternativa input:checked+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-azul-escuro);
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
}

#pesquisa .enquete .pergunta .alternativas-topicos .alternativa-rating input:checked+label:after,
#pesquisa .enquete .pergunta .alternativas-topicos .alternativa-rating.star-checked input+label:after {
    content: "\f005";
    position: absolute;
    color: var(--color-amarelo);
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    width: inherit;
    height: inherit;
    background: transparent;
    border-radius: 0;
    border: none;
    top: 0;
    left: 0;
    font-weight: 900;
}

#pesquisa .enquete .pergunta .alternativa-multi input:checked+label:after {
    content: "✔";
    border-radius: 0;
    width: inherit;
    height: inherit;
    left: 4px;
    top: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: bolder;
    background: transparent;
}

#pesquisa .enquete .pergunta .alternativa input[type="radio"] {
    cursor: pointer;
}

#pesquisa form .box-submit {
    margin-top: 30px;
}

#pesquisa form .box-submit .btn-submit {
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    background-color: var(--color-azul-escuro);
    color: #fff;
}

#pesquisa form .box-submit .btn-submit:hover {
    background-color: #1c6336;
}

#banner {
    height: 100vh;
    width: 100%;
    background: url(../images/banner_home.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

#banner .banner-content {
    padding: 0 180px 30px;
}

#banner .banner-content .typewriter {
    display: inline-block;
}

#banner .banner-content .typewriter h1 {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #ffffff;
    line-height: 1;
    padding-right: 10px;
    color: #fff;
    font-size: 34px;
    font-family: "Goldplay", sans-serif;
    margin-bottom: 20px;
    animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

#banner .banner-content p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    font-family: "Goldplay", sans-serif;
}

#ferramentas {
    padding: 45px 0 60px;
}

#ferramentas .lista {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#ferramentas .lista .item {
    text-align: center;
    max-width: 100%;
    width: 230px;
}

#ferramentas .lista .item .icone {
    margin-bottom: 15px;
}

#ferramentas .lista .item .titulo h4 {
    position: relative;
    color: #08449c;
    font-size: 26px;
    font-weight: bold;
    font-family: "GoldPlay";
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1;
}

#ferramentas .lista .item .titulo h4:after {
    content: "";
    width: 0;
    height: 2px;
    background: #08449c;
    position: absolute;
    bottom: 0;
    animation: animateBar 2s forwards;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes animateBar {
    from {
        width: 0;
    }

    to {
        width: 208px;
    }
}

#ferramentas .lista .item .descricao p {
    color: #08449c;
    font-size: 16px;
    font-weight: 600;
    font-family: "GoldPlay";
    line-height: 1.5;
}

#inteligencia {
    background: var(--color-azul);
    padding: 50px 0 70px;
}

#inteligencia .titulo h2 {
    color: #fff;
    font-size: 34px;
    font-family: "GoldPlay";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#inteligencia .conteudo {
    margin-top: -20px;
    padding-top: 65px;
    margin-bottom: 100px;
}

#inteligencia .conteudo .blocos {
    background-color: var(--color-azul-claro);
    height: 362px;
    width: 100%;
    display: flex;
}

#inteligencia .conteudo .imagem {
    flex-basis: 752px;
    height: 425px;
    margin-top: -63px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(../images/banner_ia.png);
    position: relative;
}

#inteligencia .conteudo .imagem:after {
    content: "";
    width: 239px;
    height: 96px;
    position: absolute;
    background: url(../images/elemento_ia.png) no-repeat center center;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}

#inteligencia .conteudo .blocos .texto {
    flex: 1;
    padding: 75px 200px 75px 75px;
}

#inteligencia .conteudo .blocos .texto p {
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
}

#inteligencia .chamada {
    text-align: center;
}

#inteligencia .chamada h3 {
    color: #fff;
    font-size: 34px;
    font-family: "GoldPlay";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#inteligencia .chamada .btn {
    color: var(--color-azul-claro);
    background-color: #fff;
}

#inteligencia .chamada .btn:hover {
    color: #fff;
    background-color: var(--color-azul-claro);
}

#dashboard {
    width: 100%;
    background: url(../images/banner_dashboard.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#dashboard .box-texto {
    height: 580px;
    width: 350px;
    padding-left: 70px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#dashboard .texto {
    position: relative;
}

#dashboard .texto h3 {
    font-size: 34px;
    font-family: "GoldPlay";
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px black;
}

#dashboard .texto p {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    text-shadow: 2px 2px black;
}

#contato {
    padding: 70px 0;
    position: relative;
    min-height: 750px;
    overflow: hidden;
}

#contato .box-formulario {
    width: 50%;
    max-width: 100%;
}

#contato .titulo {
    margin-bottom: 50px;
}

#contato .titulo h2 {
    font-weight: 700;
    font-size: 34px;
    font-family: "GoldPlay";
    color: var(--color-azul);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

#contato .titulo .chamada p {
    font-size: 21px;
    font-weight: 500;
    color: var(--color-azul);
    line-height: 1.2;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#contato .form-group {
    margin-bottom: 15px;
}

#contato form .form-group label {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-azul);
    letter-spacing: -0.5px;
    cursor: pointer;
}

#contato form .form-group.group-checkbox>input[type="checkbox"] {
    display: none;
}

#contato form .form-group label.text-news {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

#contato form .form-group label.text-news:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--color-azul);
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

#contato form .form-group input:checked+.text-news:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: var(--color-azul);
    display: block;
    position: absolute;
    left: 3px;
    top: 5px;
}

#contato form .group-locations {
    display: none;
}

#contato form .form-group .form-control {
    height: 40px;
    border-radius: 10px;
    padding: 5px 10px;
    border: 1px solid var(--color-azul);
    width: 80%;
    margin-bottom: 3px;
    position: relative;
}

#contato form .form-group textarea.form-control {
    min-height: 100px;
    margin-bottom: 3px;
}

#contato form .form-group select.form-control {
    background: url(../images/icon-select.png) no-repeat 98% center;
    cursor: pointer;
}

#contato form .group-locations select:disabled {
    background-color: #e2e2e2;
}

#contato:after {
    content: "";
    background: url(../images/elemento_atendimento.png) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 927px;
    height: 788px;
}

#contato .btn-blue {
    background-color: var(--color-azul-claro);
}

#contato .btn-blue:hover {
    background-color: var(--color-azul-escuro);
    color: #fff;
}