/**********FAQ**************/
.page-faq-novo .cabecalho {
    min-height: 5.2vw;
    padding: 5.2vw 0 2.5vw;
    background-color: #3c247f;
}
.interna .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 40px;
}
.page-faq-novo .cabecalho .container {
    display: block;
    margin-bottom: 0;
}
.page-faq-novo .cabecalho h1 {
    color: #00a9f7;
    display: block;
    font-size:  50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 9px;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho h1 span {
    color: #fff;
    font: inherit;
}
.page-faq-novo code {
    z-index: 0;
    color: #fff;
    position: relative;
    font: inherit;
}
.page-faq-novo code:after {
    left: -5%;
    bottom: 0;
    width: 110%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background: #00bfb3;
    transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.page-faq-novo .cabecalho .buscas {
    margin: 15px 0 0;
    text-align: right;
    position: relative;
}
.page-faq-novo .cabecalho .buscas input#busca_faq {
    width: 100%;
    color: #fff;
    font-size: 18px;
    max-width: 280px;
    background: #c1146f;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    padding: 5px 26px 5px 5px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho .buscas input#busca_faq:focus {
    background: #8251b5;
}
.page-faq-novo .cabecalho .buscas input#busca_faq::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho .buscas input#busca_faq:-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho .buscas input#busca_faq::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho .buscas input#busca_faq:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
}
.page-faq-novo .cabecalho .buscas input#busca_faq ~ #close-search {
    display: none;
}
.page-faq-novo .cabecalho .buscas input#busca_faq.show-close {
    padding: 5px 26px 5px 26px;
}
.page-faq-novo .cabecalho .buscas input#busca_faq.show-close ~ #close-search {
    top: 1px;
    right: calc(280px - 26px);
    width: 26px;
    color: #fff;
    display: block;
    cursor: pointer;
    position: absolute;
    background: transparent;
    height: calc(100% - 2px);
}
.page-faq-novo .cabecalho .buscas button.buscar {
    top: 1px;
    right: 1px;
    width: 26px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    background: transparent;
    height: calc(100% - 2px);
    border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    filter: drop-shadow(-2px -2px 6px #a7a7a7);
}
.page-faq-novo .perguntas-1 .lista-tabs {
    width: 100%;
    margin: auto;
    max-width: 1024px;
}
.page-faq-novo .perguntas-1 .conteudo-tabs { 
    width: 100%;
    display: block;
}
.page-faq-novo .perguntas-1 .lista-tabs { 
    display: block;
    margin-top: 50px;
}
.page-faq-novo .perguntas-1 .lista-tabs .item-link { 
    display: block;
    margin-bottom: 20px;
}
.page-faq-novo .perguntas-1 .lista-tabs .item-link h1 {
    width: 100%;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 22px;
    padding: 15px 20px;
    background: #c1146f;
    text-align: center;
    border: 2px solid #c1146f;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-1 .lista-tabs .item-link.item-aberto h1 {
    color: #c1146f;
    background: #fff;
    border: 2px solid #c1146f;
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas {
    padding: 0 15px 15px 15px;
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta {
    margin: 10px auto;
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta h3 {
    color: #8251b5;
    font-size: 18px;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta p,
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta a {
    color: #a7a7a7;
    margin-top: 8px;
    line-height: 20px;
    font-size: 18px !important;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta a {
    color: #00a9f7;
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta a:hover {
    color: #002855;
}
.page-faq-novo .perguntas-1 .lista-tabs .content-tab .lista-perguntas .item-pergunta a:visited {
    color: #7d55c7;
}
.page-faq-novo .perguntas-2 {
    background: #24397c;
}
.page-faq-novo .perguntas-2 .container {
    margin: 0 auto;
    padding: 4.3vh 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
}
.page-faq-novo .perguntas-2 .container h1 {
    width: 100%;
    color: #fff;
    display: block;
    font-size:  28px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Gotham-Black', 'Open Sans';
}
.page-faq-novo .perguntas-2 .container form {
    width: 58%;
    text-align: center;
}
.page-faq-novo .perguntas-2 .container form fieldset {
    text-align: left;
}
.page-faq-novo .perguntas-2 .container form fieldset ::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-2 .container form fieldset :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-2 .container form fieldset ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-2 .container form fieldset :-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-2 .container form fieldset.group {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    text-align: justify;
}
.page-faq-novo .perguntas-2 .container form fieldset.group .side-to-side {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.page-faq-novo .perguntas-2 .container form fieldset.group .side-to-side .campo {
    margin: 0;
}
.page-faq-novo .perguntas-2 .container form fieldset.group .side-to-side select {
    padding: 10px;
    font-size: 14px;
}
.page-faq-novo .perguntas-2 .container form fieldset.group + .group {
    margin-top: 10px;
}
.page-faq-novo .perguntas-2 .container form fieldset .campo {
    width: 98%;
    padding: 10px;
    margin: 8px 0;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #24397c;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #fff;
}
.page-faq-novo .perguntas-2 .container form fieldset input#outro_assunto {
    display: none;
}
.page-faq-novo .perguntas-2 .container form fieldset .campo[readonly] {
    color: #ffffff;
    background: #a7a7a7;
}
.page-faq-novo .perguntas-2 .container form fieldset .campo[type="file"] {
    display: none;
}
.page-faq-novo .perguntas-2 .container form fieldset select {
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
.page-faq-novo .perguntas-2 .container form fieldset .valor-unidade {
    font-size: 22px;
    margin: 0 0 10px;
    color: #6f716e;
    font-weight: 600;
}
.page-faq-novo .perguntas-2 .container form fieldset p small {
    display: block;
}
.page-faq-novo .perguntas-2 .container form .btn-enviar {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 8px 35px;
    background: #c1146f;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-2 .container form .btn-enviar:hover {
    background: #8251b5;
}
.page-faq-novo .perguntas-2 .container .conteudo {
    width: 40%;
    min-width: 280px;
    text-align: center;
    background: unset !important;
}
.page-faq-novo .perguntas-2 .container .conteudo p {
    color: #fff;
    line-height: 18px;
    margin: 0 0 10px;
}
.page-faq-novo .perguntas-3 {
    padding: 5.4vw 0;
    background: url(../../img/faq/faq-3.jpg) no-repeat center;
    background-size: cover;
}
.page-faq-novo .perguntas-3 .container {
    margin: 0 auto;
    max-width: 980px;
    align-items: center;
}
.page-faq-novo .perguntas-3 .container h1 {
    color: #fff;
    display: block;
    font-size:  28px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-3 .container .card {
    padding: 15px;
    background: #fff;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.page-faq-novo .perguntas-3 .container .card h3 {
    color: #24397c;
    display: block;
    font-size:  22px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-3 .container .card p {
    color: #24397c;
    display: block;
    margin: 20px 0;
    line-height: 18px;
    text-align: center;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-3 .container .card .btn {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 8px 35px;
    background: #c1146f;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family: 'Roboto';
}
.page-faq-novo .perguntas-3 .container .card .btn:hover {
    background: #8251b5;
}
.page-faq code {
    background: yellow;
}
.page-faq .buscas {
    margin: 15px 0 0;
    position: relative;
}
.page-faq .buscas input#busca_faq {
    width: 100%;
    color: gray;
    border: 1px solid #1c6fc0;
    padding: 5px 26px 5px 3px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}
.page-faq .buscas input#busca_faq ~ #close-search {
    display: none;
}
.page-faq .buscas input#busca_faq.show-close {
    padding: 5px 26px 5px 26px;
}
.page-faq .buscas input#busca_faq.show-close ~ #close-search {
    top: 1px;
    left: 1px;
    width: 26px;
    color: gray;
    display: block;
    cursor: pointer;
    position: absolute;
    background: transparent;
    height: calc(100% - 2px);
}
.page-faq .buscas button.buscar {
    top: 1px;
    right: 1px;
    width: 26px;
    position: absolute;
    color: #fff;
    background: #1c6fc0;
    height: calc(100% - 2px);
}
.page-faq.interna .conteudo .content-tab h1 {
    color: #01A9A4;
    font-size: 55px;
    font-weight: 400;
    line-height: 57px;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Roboto';
}
.page-faq.interna .conteudo .content-tab .lista-artigos,
.page-faq.interna .conteudo .conteudo-tabs .content-tab ul:not(.inline):not(.lista-opcao) {
    display: block;
    list-style: none;
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo,
.page-faq.interna .conteudo .conteudo-tabs .content-tab ul:not(.inline):not(.lista-opcao) li {
    margin: 0;
    width: 100%;
    text-indent: 0;
    padding: 20px 5px;
}
.page-faq.interna .container .conteudo .conteudo-tabs .content-tab a {
    font-weight: 700;
    font-style: italic;
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo:before {
    display: none;
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo h3 {
    cursor: pointer;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family: 'Roboto';
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo h3:hover {
    color: #1c6fc0;
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo h3.open {
    color: #6d98ce;
    margin-bottom: 15px;
}
.page-faq.interna .conteudo .content-tab .lista-artigos .item-artigo p {
    display: none;
}
.page-faq.interna .container .lateral .lista-tabs .item-link.search-results {
    position: relative;
}
.page-faq.interna .container .lateral .lista-tabs .item-link.search-results:after {
    top: 50%;
    right: 0;
    font-size: 14px;
    content: '\f10d';
    position: absolute;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}
