/*
 * CSS Tema Webeducation
 * Desenhado por: Ebrahim P. Leite, Web Cretive
 * HTML por: Ebrahim P. Leite, Web Cretive
 *
 * -- REUTILIZAVEIS
 * st.1 HEADER
 * st.2 FOOTER

 * 1. TITULOS
 * 2. CALL TO ACTION

 * -- PAGINAS
 * i.1 INDEX - SECAO INICIAL
 * i.2 INDEX - SECAO CONHECA A EMPRESA
 * i.3 INDEX - LOCAIS LOCACAO
 * i.4 INDEX - SECAO BENEFICIOS
 * i.5 INDEX - SECAO CASES

 * FONTES
 * - font-family: 'EB Garamond', serif;
 * - font-family: 'Montserrat', sans-serif;
 * - font-family: 'Roboto', sans-serif;
 */
/*// Montserrat //*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fbfbfb;

}

.font_zero {
    font-size: 0;
}

.img-circle {
    border-radius: 50%;
}

.text-center {
    text-align: center;
}

section {
    padding: 5rem 0 !important;
    box-shadow: none !important;
}

/**********************
** st.1 BOTÕES
**********************/
.btn-model {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    font-weight: 500;
    min-width: 150px;
    padding: 0.6em 1.5em 0.55em 1.5em !important;
    border-radius: 5em;
    border: 2px solid transparent;
    text-align: center !important;
}

.btn-model:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer !important;
}

.btn-cta-blue {
    color: #FFFFFF;
    background-color: #2F7CE0;
}

.btn-cta-blue:hover {
    color: #FFFFFF;
    background-color: #20559b;
    border: 2px solid #20559b;
}

.btn-cta-blue-dark {
    color: #FFFFFF;
    background-color: #4A618B;
}

.btn-cta-blue-dark:hover {
    color: #FFFFFF;
    background-color: #2d3e54;
    border: 2px solid #2d3e54;
}

.btn-cta-white {
    color: #4A618B;
    background-color: #FFFFFF;
    border: 2px solid #4A618B;
}

.btn-cta-white:hover {
    color: #FFFFFF;
    background-color: #4A618B;
    border: 2px solid #4A618B;
}

/**********************
** st.1 HEADER
**********************/
.main_header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    overflow: hidden;
    padding: 0 25px;
}

.main_header figure,
.main_menu {
    float: left;
}

.main_header figure {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 100%;
    max-height: 100%;
}

.main_header figure img {
    padding: 5px;
    max-height: 70%;
    max-width: 100%;
}

.main_header a {
    position: relative;
    z-index: 2;
}

.main_menu {
    float: right;
    display: block;
}

ul li.main_header_nav_item ul.dropdown::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20%;
    width: 0;
    height: 0;
    border-bottom: 8px solid #ededed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

ul li.main_header_nav_item ul.dropdown.educacional::after {
    left: 70%;
}


ul li.main_header_nav_item ul.dropdown.mercados {
    min-width: 100%; /* Set width of the dropdown */
}

ul li.main_header_nav_item ul.dropdown.macroeconomia {
    min-width: 100%; /* Set width of the dropdown */
}

ul li.main_header_nav_item ul.dropdown.educacional {
    min-width: 175%; /* Set width of the dropdown */
}

ul li.main_header_nav_item ul.dropdown {
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    margin-top: 1em;
    background-color: white;
    border: 1px solid #ededed;
    -webkit-box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 10px 20px rgba(0, 0, 0, 0.05);
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0.5em;
}

ul li.main_header_nav_item ul.dropdown.educacional {
    left: -100%;
}

ul li.main_header_nav_item:hover ul.dropdown {
    display: block; /* Display the dropdown */
}

ul li.main_header_nav_item ul.dropdown li {
    padding: 0.5em 0.25em;
    display: block;
    margin-bottom: 0.5em;
    text-align: left;
}


.main_menu .main_header_nav_item:first-child {
    text-align: center;
    left: 0;
}

.main_menu .main_header_nav_item {
    display: inline-block;
    letter-spacing: .05em;
    padding: 3em 0 1em 0;
}

.main_menu .main_header_nav_item ul li a,
.main_menu .main_header_nav_item > a,
.main_menu .main_header_nav_item > span.anchordrop {
    font-family: 'Montserrat';
    color: #646a6f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.3em;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    padding: 0.75em 0.875em;
    opacity: 0.9;
}

.flag-icon-brasileiro {
    width: 27.5px;
    height: 27.5px;
    padding: 0.075em;
    text-align: center;
    align-items: center;
    border-radius: 5em;
    border: 1px solid #646a6f;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    margin-right: 0.25em;
    vertical-align: middle;
}

.main_menu .main_header_nav_item > ul li a:hover,
.main_menu .main_header_nav_item > ul li a:focus {
    opacity: 1;
    color: #2F7CE0;
    font-weight: 700;
}

.main_menu .main_header_nav_item > ul li a i {
    margin: 0 0.25em 0.1em 0;
}

.main_menu .main_header_nav_item > ul li a img.flag-icon-menu {
    margin: 0 0.25em 0.1em 0;
    width: 14px;
    border-radius: 50%;
}

.main_menu .main_header_nav_item > ul li a.active_menu {
    font-weight: 700;
}

.main_menu .main_header_nav_item > ul li a.acoes:hover,
.main_menu .main_header_nav_item > ul li a.acoes:focus,
.main_menu .main_header_nav_item > ul li a.acoes.active_menu {
    color: #4c309b;
}

.main_menu .main_header_nav_item > ul li a.fiis:hover,
.main_menu .main_header_nav_item > ul li a.fiis:focus,
.main_menu .main_header_nav_item > ul li a.fiis.active_menu {
    color: #9b133b;
}

.main_menu .main_header_nav_item > ul li a.fiagros:hover,
.main_menu .main_header_nav_item > ul li a.fiagros:focus,
.main_menu .main_header_nav_item > ul li a.fiagros.active_menu {
    color: #095859;
}

.main_menu .main_header_nav_item > ul li a.bdrs:hover,
.main_menu .main_header_nav_item > ul li a.bdrs:focus,
.main_menu .main_header_nav_item > ul li a.bdrs.active_menu {
    color: #a956e4 !important;
}

.main_menu .main_header_nav_item > ul li a.etfs:hover,
.main_menu .main_header_nav_item > ul li a.etfs:focus,
.main_menu .main_header_nav_item > ul li a.etfs.active_menu {
    color: #0083ca;
}

.main_menu .main_header_nav_item > ul li a.criptomoedas:hover,
.main_menu .main_header_nav_item > ul li a.criptomoedas:focus,
.main_menu .main_header_nav_item > ul li a.criptomoedas.active_menu {
    color: #f7931b;
}

.main_menu .main_header_nav_item.login > a {
    text-align: center;
    font-weight: bold;
    font-size: 0.875em;
    letter-spacing: .0875em;
    background-color: #646a6f;
    padding: 0.25rem 0.875rem;
    border-radius: 10rem;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s;
}

.main_menu .main_header_nav_item.login > a:hover,
.main_menu .main_header_nav_item.login > a:focus {
    text-decoration: none;
    background-color: #242639;
}

.main_menu .main_header_nav_item.criarconta > a {
    background-color: #CFC580;
    color: #000019;
    font-weight: 500;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

.main_menu .main_header_nav_item.criarconta > a:hover,
.main_menu .main_header_nav_item.criarconta > a:focus {
    text-decoration: none;
    background-color: #AFA223;
}

.main_menu .main_header_nav_item.logado > a > img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -6px;
    border: 2px solid #2F7CE0;
    padding: 0.1em;
}

/* FORM HEADER */
.search-bg {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 100px;
}

.search-bg__text {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    -webkit-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px;
    border: none;
    width: 100%;
    max-width: 630px;
    height: 50px;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    outline: none;
}

.search-bg__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: none;
    background: #0797ff;
    color: #fff;
    padding: 16px 45px 15px 34px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    min-height: 50px;
    cursor: pointer;
    outline: none;
}

.search-bg__btn:hover {
    background: #056bb5;
}

@media (max-width: 768px) {
    .search-bg {
        margin-top: 30px;
    }

    .search-bg__text {
        max-width: 500px;
    }

    .main_menu .main_header_nav_item.login > a {
        text-align: center;
        font-weight: bold;
        font-size: 0.875em;
        letter-spacing: .0875em;
        background-color: #646a6f;
        padding: 0.25rem 0.875rem;
        border-radius: 10rem;
        color: #FFFFFF;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    .main_menu .main_header_nav_item.login > a:hover,
    .main_menu .main_header_nav_item.login > a:focus {
        text-decoration: none;
        background-color: #242639;
    }
}

@media (max-width: 468px) {
    section.idx_first {
        padding: 0.1rem 0 0.5rem 0 !important;
    }

    .main_menu .main_header_nav_item.login > a {
        text-align: center;
        font-weight: bold;
        font-size: 0.875em;
        letter-spacing: .0875em;
        background-color: #646a6f;
        padding: 0.25rem 0.875rem;
        border-radius: 10rem;
        color: #FFFFFF;
        text-transform: uppercase;
        transition: all 0.3s;
    }

    .main_menu .main_header_nav_item.login > a:hover,
    .main_menu .main_header_nav_item.login > a:focus {
        text-decoration: none;
        background-color: #242639;
    }

    section.idx_first header h2 {
        font-size: 1.3em !important;
        line-height: 1.3875em;
        margin: 1em 0;
        padding: 0.5em;
    }

    section.idx_first img,
    section.idx_significado img {
        width: 100vw;
        height: 35vh;
    }

    section.idx_servico img,
    section.idx_consultor img {
        width: 100vw;
        height: 50vh;
    }

    .idx_consultor .consultor_text {
        padding: 1em !important;
        margin-bottom: 2em;
    }

    .idx_consultor .consultor_text .consultor_text_desc {
        padding: 0.5em 0.5em 2.5em 0.5em !important;
    }

    .search-bg {
        margin-top: 30px;
    }

    .search-bg__text {
        max-width: 200px;
        padding: 10px 3px 10px 10px;
    }

    .search-bg__btn {
        padding: 15px 15px 15px 14px;
    }
}

/* ANIMACAO E ESTILO DO MENU FIXO */
.main_header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 1px #c3c3c3;
    -moz-box-shadow: 0 0 1px #c3c3c3;
    box-shadow: 0 0 1px #c3c3c3;
    -webkit-animation: menu .3s ease;
    -moz-animation: menu .3s ease;
    animation: menu .3s ease;
    z-index: 9999;
    padding-right: 0.875em;
}

.main_header_fixed figure {
    margin: 0 0 0 25px;
    top: 10px;
    left: 15px;
}

.main_header_fixed figure img {
    display: none;
}

.main_header_fixed figure img:not(.logo-inverse) {
    display: block;
}

.main_header_fixed .main_header_nav_item {
    padding: 1.5em 0 1.5em 0;
}

.main_header_fixed .main_header_nav_item img {
    vertical-align: middle;
}

.main_header_fixed .main_header_nav_item > a,
.main_header_fixed .main_header_nav_item > span.anchordrop {
    color: #545454;
}

.main_header_fixed .main_header_nav_item.logado > a {
    color: #1671fd;
}

.main_header_fixed .main_header_nav_item.login > a {
    color: #fff;
}

/* .main_menu .main_header_nav_item:last-child > a */
@-webkit-keyframes menu {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes menu {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

/* MENU MOBILE */
.mobile_action {
    position: fixed;
    top: 20px;
    right: 8px;
    font-size: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 100;
}

.mobile_action span,
.mobile_action::before,
.mobile_action::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mobile_action span {
    opacity: 1;
    width: 50%;
    height: 3px;
    background: #212224;
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    margin: 0 25%;
}

.mobile_action::before,
.mobile_action::after {
    content: '';
    position: absolute;
    left: 25%;
    background: #212224;
    height: 3px;
    width: 50%;
    display: block;
}

.mobile_action::before {
    top: 33%;
}

.mobile_action::after {
    bottom: 30%;
}

/*ACTIVE*/
.mobile_action.active span,
.mobile_action.active::before,
.mobile_action.active::after {
    background: #fff;
}

.mobile_action.active span {
    opacity: 0;
}

.mobile_action.active::before {
    top: 45%;
    transform: rotate(45deg);
    width: 63%;
    left: 20%;
}

.mobile_action.active::after {
    top: 45%;
    transform: rotate(-45deg);
    width: 63%;
    left: 20%;
}

.mobile_action.active {
    background-color: #e03030;
}

/*SHADOW*/
.shaddow {
    visibility: hidden;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 98 !important;
}

.shaddow.active {
    visibility: visible;
}

@media (max-width: 1000px) {
    .main_menu .main_header_nav_item {
        letter-spacing: .05em;
    }
}

@media (max-width: 968px) {
    /* LOGOTIPO */
    .main_header figure {
        width: 65%;
    }

    .main_header figure img {
        max-width: 100%;
        padding: 10px 0 10px 0;
    }

    /* POSICAO DA ACAO DO MENU */
    .mobile_action {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .main_menu {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100vH;
        background: #fff;
        z-index: 99;
    }

    /* CONTEUDO DO MENU */
    .main_menu {
        float: inherit;
    }

    .main_header {
        min-height: 5.5em;
        overflow: visible;
    }

    .main_header_nav_item {
        display: block !important;
        padding: 0 !important;
    }

    .main_header_nav_item a {
        color: #545454 !important;
    }

    .main_header_nav_item a, .main_header_nav_item span.anchordrop {
        padding: 25px !important;
        display: block;
        font-weight: 600 !important;
        font-size: .7em !important;
        letter-spacing: .1em;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 !important;
    }

    .main_header_nav_sub {
        padding: 0 !important;
    }

    .main_header_nav_sub_item a {
        padding: 15px !important;
        padding-left: 35px !important;
    }

    /* SUB-MENU */
    .main_header_nav_sub {
        float: left;
        width: 100%;
        padding: 10px;
        background: #f6f6f6;
    }

    .main_header_nav_sub_item {
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #7da501;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover {
        background: #e0e0e0;
        color: #333;
    }
}

@media (min-width: 968px) {
    .svt-player {
        z-index: 11 !important;
    }

    .mobile_action {
        display: none;
    }

    /*SUB-MENU*/
    .main_header_nav_sub {
        display: none;
        position: absolute;
        top: 0;
        margin-top: 5em;
        right: -50px;
        width: calc(100% + 100px);
        background: #33414c;
        text-align: left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub {
        display: block;
        -webkit-box-shadow: 0px 4px 6px -1px #2f2f2f;
        -moz-box-shadow: 0px 4px 6px -1px #2f2f2f;
        box-shadow: 0px 4px 6px -1px #2f2f2f;
    }

    .main_header_nav_item {
        position: relative;
    }

    .main_header_nav_item:hover .main_header_nav_sub::before {
        content: '';
        position: absolute;
        top: -8px;
        right: calc(50% + -8px);
        border-bottom: 8px solid #33414c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .main_header_nav_sub_item {
        width: 100%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .75em;
        padding: 15px;
        color: #fff;
        letter-spacing: .2em;
    }

    .main_header_nav_sub_item a:hover {
        background: #bd233b;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .main_menu .main_header_nav_item.login {
        text-align: center !important;
    }

    .main_menu .main_header_nav_item.login > a {
        text-align: center;
        font-weight: bold !important;;
        font-size: 0.875em !important;;
        letter-spacing: .0875em;
        background-color: #646a6f;
        padding: 0.375rem 0.875rem !important;;
        border-radius: 10rem;
        color: #FFFFFF !important;;
        text-transform: uppercase;
        transition: all 0.3s;
        margin-top: 2em !important;
    }
}

@media (max-width: 544px) {
    .main_header figure {
        width: 13em;
    }
}

/**********************
** st.2 FOOTER
**********************/
.foo_partners {
    background: url(images/bg-pre-footer.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 20px 0 60px;
    height: 180px;
}

.foo_partners img {
    padding: 20px 0;
    width: 140px;
    max-width: 95%;
    filter: grayscale(1);
    opacity: .8;
}

.foo_partners img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* copyright */
.foo_copy {
    background: #fbfbfb;
    text-align: center;
}

footer .footer_logo img {
    padding: 1em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 5em;
}

.copy-logo {
    padding: 10px;
    color: #545454 !important;
}

.footer_terms a {
    color: #545454 !important;
}

.copy-logo .footer_terms span {
    padding: 0px 15px;
}

.copy-logo p:first-child {
    margin-top: 20px;
}

.copy-logo p {
    padding: 5px;
}

.copy-logo img {
    display: inline-block;
    width: 1.6em;
    filter: grayscale(1);
    opacity: .5;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -ms-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    vertical-align: middle;
}

.copy-logo .footlogo {
    color: #545454 !important;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    letter-spacing: 0.5em;
    font-size: 0.7em;
}

.copy-logo .awlogo {
    margin-top: 30px;
}

.copy-logo img:hover {
    opacity: 1;
    filter: grayscale(0);
}


@media (max-width: 625px) {
    .foo_copy .copy--logo {
        width: 100%;
    }

    .copy--phones a {
        display: block;
        padding: .5em 0;
    }
}

.foo_copy .copy--logo img {
    max-width: 75%;
}

/* Social */
.copy--social i::before {
    margin: 0;
}

.copy--social {
    margin: 40px 0;
}

.copy--social ul {
    display: block;
}

.copy--social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .35em;
}

.copy--social li a {
    width: 35px;
    height: 32px;
    line-height: 33px;
    display: block;
    background: #FFFFFF;
    color: #388dd0;
    border: 1px solid #388dd0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.copy--social li a:before {
    margin: 0px !important;
}

.copy--social li a:hover,
.copy--social li a:focus {
    background: #388dd0;
    color: #FFFFFF;
}

.copy--social li a i {
    font-size: 1.35em;
}

/* telefones */
.copy--phones a {
    font-family: 'Montserrat', sans-serif;
    padding: 0 1em;
    font-size: 0.85em;
    color: #545454;
    opacity: 0.9;
}

.copy--phones a:hover {
    opacity: 1;
}

.copy--phones a:last-child {
    color: #075e54;
}

/* links footer */
.links_footer {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 30px;
    padding: 50px 0;
}

.links_footer h3 {
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.links_footer ul {
    margin-bottom: 30px;
}

.links_footer ul li {
    display: block;
}

.links_footer ul li a {
    color: #545454;
    font-size: 14px;
    opacity: 0.8;
}

.links_footer ul li a:hover {
    opacity: 1;
}

/* copy */
.foo_copy p {
    display: block;
    color: #545454;
    font-size: .75em;
    letter-spacing: .05em;
}

/****************************************
** 404 - ERROR PAGE
*****************************************/
.page_error_section {
    background-color: white;
    padding: 2.5em !important;
    margin-top: 5em !important;
}

.page_error_section .page_error_image img {
    margin: 0 auto;
    width: 75%;
    height: 75%;
}

.page_error_section .page_error_content {
    text-align: center;
}

.page_error_section .page_error_content img {
    width: 60%;
    height: 60%;
}

.page_error_content h2 {
    font-size: 1.875em;
    font-weight: 700;
    margin-bottom: 1em;
    color: #1671fd;
    text-transform: uppercase;
}

.page_error_content h2 span {
    font-size: 2em;
}

.page_error_content h3,
.page_error_content p,
.page_error_content em {
    font-size: 0.875em;
    font-weight: 400;
    margin-bottom: 3em;
    line-height: 1.35em;
    text-align: justify;
}

.page_error_section p {
    font-size: 1em;
    text-align: justify;
    line-height: 1.75em;
}

.error_item {
    margin-top: 2em;
}

.error_item h4 {
    text-transform: uppercase;
    font-size: 1.15em;
    text-align: center;
    font-weight: 600;
    margin: 1em 0;
}

.error_item p {
    font-weight: 400;
    text-align: justify;
    padding: 0.5em;
    line-height: 2em;
    font-size: 0.9em;
}

/****************************************
** INDEX - PRIMEIRA DOBRA
*****************************************/
section.idx_first {
    color: #424357;
    font-weight: 500;
    margin-top: 1.5em !important;
}

section.idx_first .content-image {
    background-color: #424357;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 1em;
    color: #FFFFFF !important;
    margin-top: 5%;
}

section.idx_first .content-image p {
    text-align: center;
    padding-top: 10%;

    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 1.25em;
    line-height: 1.5em;
    letter-spacing: .035em;
}

section.idx_first .content-image p b {
    color: #4bebc2;
}


section.idx_first img.falklogo {
    width: 65%;
    height: 100%;
}

section.idx_first header {
    padding-top: 10%;
}

section.idx_first header h2 {
    font-size: 2em;
    font-weight: 700;
    padding: 1% 0 1% 10%;
    text-align: left;
}

section.idx_first p.first-content b {
    font-weight: 700;
    color: #163aff;
}

section.idx_first p.first-content {
    text-align: justify;
    font-size: 1.15em;
    line-height: 2em;
    font-weight: 400;
    margin-top: 2em;
    padding: 0.25em 2.5vw;
}

section.idx_first p.first-list {
    text-align: justify;
    font-size: 1.55em;
    line-height: 1.65em;
    font-weight: 500;
    padding: 0.25em 10%;
}

.tool_item_buttons {
    text-align: center !important;
    margin-top: 1em;
}

.btn-action {
    text-align: center;
    font-weight: 500;
    font-size: 0.875em;
    letter-spacing: .0875em;

    padding: 0.1em 1em !important;
    border-radius: 10rem;
    text-transform: uppercase;
    transition: all 0.5s;

    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-action:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

a.btn-action.falk-blue {
    color: #1671fd;
    border: 0.15em solid #1671fd;
}

a.btn-action:hover {
    color: white !important;
}

a.btn-action.falk-blue:before {
    background: #1671fd;
}

a.btn-action.falk-acoes {
    color: #4c309b;
    border: 0.15em solid #4c309b;
}

a.btn-action.falk-acoes:before {
    background: #4c309b;
}

a.btn-action.falk-fiis {
    color: #9b133b;
    border: 0.15em solid #9b133b;
}

a.btn-action.falk-fiis:before {
    background: #9b133b;
}

a.btn-action.falk-fiagros {
    color: #095859;
    border: 0.15em solid #095859;
}

a.btn-action.falk-fiagros:before {
    background: #095859;
}

a.btn-action.falk-stockbdrs {
    color: #a956e4;
    border: 0.15em solid #a956e4;
}

a.btn-action.falk-stockbdrs:before {
    background: #a956e4;
}

a.btn-action.falk-etfs {
    color: #0083ca;
    border: 0.15em solid #0083ca;
}

a.btn-action.falk-etfs:before {
    background: #0083ca;
}

.btn-action.falk-criptomoedas {
    color: #f7931b;
    border: 0.15em solid #f7931b;
}

.btn-action.falk-criptomoedas:before {
    background: #f7931b;
}

.btn-action:hover {
    color: #fff;
    font-weight: 600;
}

.btn-action:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}

.btn-action:hover:before {
    top: -30px;
    left: -30px;
}

.linetitle {
    width: 100%;
    height: 3px;
    margin-top: 1em;
    background-image: linear-gradient(#2962ff, rgba(0, 66, 255, 0.12)), linear-gradient(#dae0e3, #dae0e3);
    background-size: 20% 4px, 100% 1px;
    background-position: 0 0, 0;
    background-repeat: no-repeat;
}

.linetitle.panorama-global {
    background-image: linear-gradient(#3a63ac, rgba(58, 99, 172, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.acoes {
    background-image: linear-gradient(#4c309b, rgba(76, 48, 155, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.stockbdr {
    background-image: linear-gradient(#a956e4, rgba(169, 86, 228, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.etfs {
    background-image: linear-gradient(#0083ca, rgba(0, 131, 202, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.fiis {
    background-image: linear-gradient(#9b133b, rgba(155, 19, 59, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.fiagros {
    background-image: linear-gradient(#095859, rgba(9, 88, 89, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

.linetitle.criptomoedas {
    background-image: linear-gradient(#f7931b, rgba(247, 147, 27, 0.12)), linear-gradient(#dae0e3, #dae0e3);
}

section.idx_first img.falkmockup {
    width: 100%;
    heigh: 100%;
}

/****************************************
** INDEX - TOOLS
*****************************************/
section.idx_macro {
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 50%, rgb(245, 245, 245) 100%) !important;
}

section.idx_macro img, section.idx_toolsfree img {
    width: 60px;
    height: 60px;
    align-items: center;
    border-radius: 5em;
    padding: 3px;
    margin-top: 1em;
    border: 1px solid #121331;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    margin-right: 0.5em;
}

section.idx_radar {
    background: linear-gradient(180deg, rgb(245, 245, 245) 50%, rgba(251, 251, 251, 1) 100%);
}

section.idx_mercado {
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 50%, rgb(245, 245, 245) 100%);
}

section.idx_toolsfree {
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 50%, rgb(245, 245, 245) 100%);
}

section.idx_toolspro {
    background: linear-gradient(180deg, rgb(245, 245, 245) 50%, rgba(251, 251, 251, 1) 100%);
}

section.idx_falkedu {
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 50%, rgba(251, 251, 251, 1) 100%);
}

section.idx_tools header {
    text-align: center;
    padding: 1em;
}

section.idx_falkinho figure {
    text-align: center;
}

section.idx_falkinho figure figcaption {
    font-size: 0.875em;
    margin-top: 2em;
}

section.idx_falkinho img {
    width: 30%;
    height: 30%;
}

section.idx_falkinho {
    color: #646a6f;
}

section.idx_falkinho p.falkinho-descone {
    margin: 2.5em 0 1em 0;
    padding: 1em 1.5em;
    line-height: 1.75em;
    text-align: justify;

}

section.idx_falkinho p.falkinho-desctwo {
    padding: 1em 1.5em;
    line-height: 1.75em;
    text-align: justify;
}

section.idx_macro header h2,
section.idx_radar header h2,
section.idx_mercado header h2,
section.idx_toolsfree header h2,
section.idx_falktools header h2,
section.idx_falkedu header h2,
section.idx_tools_page header h2,
section.mercado-acoes header h2,
section.mercado-fiis header h2,
section.mercado-cripto header h2,
section.mercado-bdrs header h2,
section.mercado-etfs header h2,
section.mercado-falk header h2,
section.idx_falkinho header h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 1.5em;
    letter-spacing: .1em;
    margin: 1.875em 0 1em 0;
}

section header h2 span.accessfree {
    position: relative;
    border-bottom: 1.5px solid #4bebc2;
    padding: 0 0.25em;
}

section header h2 span.accessfree:before {
    content: "";
    background-color: #4bebc2;
    position: absolute;
    left: 0;
    right: 0;
    height: 15px;
    opacity: 0.15;
    top: 15px;
    transition: all 0.2s ease-out;
}

section.mercado-falk {
    margin-top: 6%;
}

section header h2 span {
    position: relative;
    border-bottom: 1.5px solid #2F7CE0;
    padding: 0 0.25em;
}

section header h2 span:before {
    content: "";
    background-color: #2F7CE0;
    position: absolute;
    left: 0;
    right: 0;
    height: 15px;
    opacity: 0.15;
    top: 15px;
    transition: all 0.2s ease-out;
}

section.idx_tools_page header {
    margin-top: 2.5em;
}

section.idx_macro header h2 span:before,
section.idx_radar header h2 span:before,
section.idx_mercado header h2 span:before,
section.idx_falktools header h2 span:before,
section.idx_toolsfree header h2 span:before,
section.idx_tools_page header h2 span:before,
section.idx_toolspro header h2 span:before,
section.idx_falkedu header h2 span:before {
    background-color: #2F7CE0;
}

section.mercado-acoes header h2 span {
    border-bottom: 1.5px solid #4c309b;
}

section.mercado-acoes header h2 span:before {
    background-color: #4c309b;
}

section.mercado-fiis header h2 span {
    border-bottom: 1.5px solid #9b133b;
}

section.mercado-fiis header h2 span:before {
    background-color: #9b133b;
}

section.mercado-bdrs header h2 span {
    border-bottom: 1.5px solid #a956e4;
}

section.mercado-bdrs header h2 span:before {
    background-color: #a956e4;
}

section.mercado-cripto header h2 span {
    border-bottom: 1.5px solid #f7931b;
}

section.mercado-cripto header h2 span:before {
    background-color: #f7931b;
}

.button-falk, .btn-cpm-add {
    display: inline-block;

    text-align: center;
    font-weight: bold;
    font-size: 0.875em;
    letter-spacing: .0875em;

    margin: 1em 0 0 1em;
    border: none !important;
    cursor: pointer;

    padding: 0.5em 1.75em 0.65em 1.75em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button-falk:after, .btn-cpm-add:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10rem;
    z-index: -2;
}

p.cpm-result {
    display: none;
    text-align: center;
    font-size: 1em;
    margin-top: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}

p.cpm-result span {
    font-weight: 600;
    font-size: 1.15em;
    margin-left: 0.25em;
}

.btn-cpm-add {
    font-size: 0.755em;
}

.btn-cpm-rmv {
    border: none !important;
    background-color: transparent;
}

.btn-cpm-rmv i {
    font-size: 1.2em;
    color: #646a6f;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.btn-cpm-rmv i:hover {
    color: #f7525f;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
}

.btn-large {
    padding: 1em 1.25em;
    font-size: 1.25em;
    margin-top: 1.25em;
}

.btn-falk-yellow:after {
    background-color: #f5bc00;
}

.btn-falk-yellow:disabled:after {
    background-color: #646a6f;
    color: white !important;
}

.btn-falk-yellow:before {
    background-color: #886900;
}

.btn-falk-blue:after {
    background-color: #1671fd;
}

.btn-falk-blue:before {
    background-color: #0c3b83;
}

.btn-telegram {
    color: white !important;
}

.btn-telegram:after {
    background-color: #0088cc;
    color: white !important;
}

.btn-telegram:before {
    background-color: #004b6c;
    color: white !important;
}

.btn-telegram i {
    color: white;
    font-size: 1.25em;
}

.button-falk:before, .btn-cpm-add:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.button-falk:hover, .btn-cpm-add:hover {
    color: #fff !important;
}

.button-falk:hover:before, .btn-cpm-add:hover:before {
    width: 100%;
}


p.cpm-title {
    padding: 0.875em 1em;
    font-weight: 500;
    text-align: center;
    font-size: 1.15em;
}

p.cpm-desc {
    padding: 1.35em;
    font-weight: 400;
    text-align: justify;
    line-height: 1.75em;
    font-size: 0.875em;
}

p.cpm-desc.comparative {
    padding: 0.5em;
}


section.idx_macro header p.tagline,
section.idx_radar header p.tagline,
section.idx_mercado header p.tagline,
section.idx_falktools header p.tagline,
section.idx_toolsfree header p.tagline,
section.idx_tools_page header p.tagline,
section.idx_toolspro header p.tagline,
section.idx_falkedu header p.tagline {
    color: #646a6f;
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.875em 0.5em 2.5em 0.5em;
    text-align: center;
}

section.idx_macro .tool_item,
section.idx_radar .tool_item,
section.idx_mercado .tool_item,
section.idx_falktools .tool_item,
section.idx_toolsfree .tool_item,
section.idx_toolspro .tool_item,
section.idx_falkedu .tool_item {
    background-color: white !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 1em;
    margin-bottom: 1.75em;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

section.idx_macro .tool_item h3,
section.idx_radar .tool_item h3,
section.idx_mercado .tool_item h3,
section.idx_toolsfree .tool_item h3,
section.idx_toolspro .tool_item h3,
section.idx_tools_page .tool_item h3,
section.idx_falkedu h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 0.875em;
    letter-spacing: .0875em;
    margin: 1.875em 0 1em 0;
}

section.idx_falktools h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 0.875em;
    letter-spacing: .0875em;
    margin: 1.875em 0 1em 0;
}

section.idx_falkedu h3 span {
    border-bottom: 0.25em solid #1671fd;
    padding-bottom: 0.25em;
}

section.idx_falktools h3 span {
    border-bottom: 0.15em solid #1671fd;
    padding-bottom: 0.25em;
}

section.idx_falkedu h3 b,
section.idx_falktools h3 b {
    color: #1671fd;
}

section.idx_falkedu figure,
section.idx_falktools figure {
    text-align: center !important;
}

section.idx_falktools figure {
    width: 100%;
    height: 100%;
}

section.idx_falkedu p.falkedu-footer {
    text-align: center !important;
}

section.idx_falktools p.falktools-footer {
    text-align: center !important;
}

section.idx_falktools img {
    width: 65%;
    height: 100%;
}

.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 450px;
}

section.idx_falktools .tool-item-free {
    padding: 1em;
    display: flex;
    position: relative;

    text-align: center;
    margin: 20px;
    flex-grow: 1;
    cursor: pointer;
    border: 1px solid #e1e4e6;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

section.idx_falktools .tool-item-free:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(1px / -1);
    left: calc(1px / -1);
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background: linear-gradient(to right, cornflowerblue 0%, cornflowerblue 100%), linear-gradient(to top, cornflowerblue 50%, transparent 50%), linear-gradient(to top, cornflowerblue 50%, transparent 50%), linear-gradient(to right, cornflowerblue 0%, cornflowerblue 100%), linear-gradient(to left, cornflowerblue 0%, cornflowerblue 100%);
    background-size: 100% 1px, 1px 200%, 1px 200%, 0% 1px, 0% 1px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
}

section.idx_falktools .tool-item-free:hover:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

section.idx_falkedu img {
    width: 60%;
    height: 50%;
}

section.idx_falkedu p,
section.idx_falktools p {
    padding: 2.5% 10%;
    font-size: 0.875em;
    text-align: justify;
    color: #646a6f;
    line-height: 1.875em;
}

section.idx_macro .tool_item p,
section.idx_radar .tool_item p,
section.idx_mercado .tool_item p,
section.idx_falktools .tool_item p,
section.idx_toolsfree .tool_item p,
section.idx_toolspro .tool_item p,
section.idx_falkedu .tool_item p {
    padding: 1em 0 0 0;
    font-size: 0.875em;
    text-align: justify;
    color: #646a6f;
    line-height: 1.875em;
}

section.idx_tools .tool_item p:last-child {
    text-align: center !important;
    padding: 1em 0 !important;
}

section.idx_tools .btn-active {
    color: #FFFFFF;
    font-weight: 500;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

section.idx_tools .btn-active.working {
    background-color: #08c18a;
}

section.idx_tools .btn-active.comingsoon {
    background-color: #ef5350;
}

/****************************************
** INDEX - SOBRE
*****************************************/
section.idx_sobre p b {
    color: #424357;
}

section.idx_sobre p {
    color: #64717b;
    padding: 1em;
    line-height: 1.5em;
    text-align: justify;
}

/****************************************
** INDEX - SIGNIFICADO
*****************************************/

section.idx_significado {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 75%, rgba(251, 251, 251, 1) 100%);
}

section.idx_significado header h2 {
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    color: #424357;
    margin-bottom: 2em;
    text-transform: uppercase;
}

section.idx_significado p {
    font-size: 1.1em;
    text-align: justify;
    font-weight: 400;
    color: #64717b;
    line-height: 1.5em;
    margin-bottom: 2em;
}

section.idx_significado p i {
    font-size: 0.9em;
    color: #64717b;
}

section.idx_significado p i.icon-cross {
    color: #F46A6A;
}

section.idx_significado p:first-child b {
    color: #F46A6A;
}

section.idx_significado p i.icon-checkmark2 {
    color: #8AC185;
}

section.idx_significado p:last-child b {
    color: #8AC185;
}

/****************************************
** INDEX - MENTORIA
*****************************************/
section.idx_mentoria {
    background-color: #e1e4e6;
}

section.idx_mentoria header h2 {
    color: #4A618B;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2em;
}

section.idx_mentoria p.mentoria_title {
    color: #424357;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2em;
}

section.idx_mentoria p.mentoria_title b {
    color: #2F7CE0;
}

section.idx_mentoria p.mentoria_checklist {
    color: #424357;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    padding: 0.35em;
    margin-bottom: 0.2em !important;
}

section.idx_mentoria p.mentoria_checklist i:before {
    margin: 0
}

section.idx_mentoria p.mentoria_checklist i {
    background-color: #25D366;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    padding: 0.15em 0.25em;
    margin-right: 0.5em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(252, 200, 56, 0.5);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
    color: black;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #fcc838;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

/****************************************
** INDEX - SERVIÇOS
*****************************************/
section.idx_servico {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 90%, rgba(225, 228, 230, 1) 100%);
}


section.idx_servico div.col-sm-12 {
    padding: 1em 2em;
}

section.idx_servico .servico_item {
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: #FFFFFF !important;
    line-height: 1.65em;
    margin-bottom: 1.5em;
}

section.idx_servico h2 {
    font-size: 1.75em;
    font-weight: 500;
    margin: 1.5em 0 2em 0;
    color: #99A6B6;
    text-align: center;
}

section.idx_servico h2 b {
    color: #424357;
}

section.idx_servico .servico_item h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    margin: 1em 0;
}

section.idx_servico .servico_item h3 i:before {
    margin: 0 !important;
}

section.idx_servico .servico_item h3 i {
    color: #424357;
    background-color: #99A6B6;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 0.3em 0.6em;
    margin-right: 0.5em;
}

section.idx_servico .servico_item p {
    text-align: justify;
    font-size: 0.875em;
    color: #64717b;
    font-weight: 500;
    padding: 1em;
}

/****************************************
** INDEX - CONSULTOR
*****************************************/
section.idx_consultor {
    padding: 1em;
    background-color: white;
}

.idx_consultor .consultor_text {
    padding: 2em 4em;
}

.idx_consultor .consultor_text .consultor_text_desc {
    background-color: #424357;
    color: #FFFFFF;
    padding: 2.5em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.idx_consultor .consultor_text .consultor_text_desc h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
}

.idx_consultor .consultor_text .consultor_text_desc p.text_desc_p {
    text-align: justify;
    margin: 2em 0;
    font-weight: 500;
    line-height: 1.7em;
    color: #f6f7f8;
    padding: 1em;
    font-size: 1em;
}

.idx_consultor .consultor_text .consultor_text_desc p a {

    text-align: center;
    padding: 1em;
    text-transform: uppercase;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    font-weight: 600;
    line-height: 1.5em;
    color: #000000;
    background-color: #25d366;
    font-size: 1em;
}

.idx_consultor .consultor_text .consultor_text_desc p:last-child {
    text-align: center;
}

.politica-de-privacidade {
    padding: 2em 4em !important;
    color: #656565;
}

.politica-de-privacidade h2 {
    font-weight: 700;
    font-size: 1.5em;
    padding: 1.15em 0;
}

.politica-de-privacidade h3 {
    font-weight: 600;
    font-size: 1.25em;
    padding: 1em 0 0.5em 0;
}

.politica-de-privacidade p {
    font-weight: 400;
    font-size: 1em;
    padding: 1em 2em;
    text-align: justify;
    line-height: 1.5em;
}

.politica-de-privacidade ul li {
    margin-top: 1em;
    font-weight: 400;
    font-size: 1em;
    padding: 1em;
    text-align: justify;
    line-height: 1.5em;

}

.politica-de-privacidade ul li:before {
    content: '•';
    font-size: 1.5em;
    font-weight: 600;
}

/****************************************
** INDEX - MERCADO
*****************************************/
section.news-section {
    padding: 0 !important;
    text-align: center;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 50%, rgba(251, 251, 251, 1) 100%);
}

section.news-section .news-section-tool iframe {
    min-height: 600px;
    height: 100%;
    width: 100%;
    display: inline !important;
}

section.news-section .news-section-tool,
section.news-section .news-item,
section.news-section .medbottomtool {
    margin-bottom: 5em;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;

    background-color: white !important;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 1em;
}

section.news-section .tradingview-widget-container.menubottomtool,
section.news-section .tradingview-widget-container.medbottomtool {
    margin: 0 0 3em 0 !important;
}

section.news-section .tradingview-widget-container.largetool {
    min-width: 100% !important;
    overflow-y: hidden !important;
    min-width: 100% !important;
}

section.news-section .news-item {
    margin-bottom: 1em;
}

section.news-section .news-item header h3 {
    font-size: 0.95em;
    line-height: 1.6em;
    font-weight: 500;
    color: #424242;
    padding-bottom: 0.875em;
    text-align: justify;
}

section.news-section .news-item header h3:hover {
    color: #2F7CE0;
}

section.news-section .news-item div.news-item-desc {
    text-align: left !important;
    border-top: 1px solid #cccccc;
    color: #646a6f;
    padding-top: 0.975em;
    font-size: 0.7em;
}

section.news-section .news-item .news-title-date {
    font-size: 1em;
    font-weight: 500;
}

section.news-section .news-item .news-title-source {
    margin-right: 0.5em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
}


.card_item, .card_list_item, .card_item_information, .prod_list_item {
    -webkit-box-shadow: 5px 5px 33px -13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 33px -13px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 33px -13px rgba(0, 0, 0, 0.25);
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: white;
    padding: 0em !important;
}

p.card_item_information {
    padding: 1em !important;
}

.card_item_information i {
    color: #2F7CE0;
}

.card_list_item {
    padding: 0.75em 0.1em !important;
    margin-bottom: 0.5em;
}

.card_item .card_item_header {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    background-color: #2F7CE0;
    font-size: 0.7em;
    padding: 1em 1.5em !important;
}


.card_item.card_item_dark .card_item_header {
    background-color: #1671fd !important;
}

.card_item.card_item_dark .card_item_header h2 {
    color: #f8f8f9;
    font-size: 1.15em;
}

.card_item.card_item_white .card_item_header {
    background-color: #f8f8f9 !important;
}

.card_item.card_item_white .card_item_header h2 {
    color: #646a6f;
    font-size: 1.15em;
}

.card_item.card_item_white .card_item_header h2:before {
    font-size: 0.875em;
    margin-right: 1.25em !important;
}

.card_item .card_item_header h2 {
    color: #ffffff;
    font-size: 1.15em;
}

.card_item .card_item_header h2:before {
    font-size: 0.875em;
    margin-right: 1.25em !important;
}

.card_item_space {
    margin-bottom: 1.5em;
}

.card_item.card_item_white a {
    font-size: 0.8em;
    padding: 0.35em 0.65em !important;
    font-weight: 500;
    border: 1.5px solid transparent;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

.card_item.card_item_white a i:before {
    margin-right: 0.15em;
}

.card_item .card_item_header span {
    float: right
}

.card_item .card_item_content a {
    padding: 1em 0.1em 0.2em 0.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #333333;
}

.card_item .card_item_content {
    padding: 0.5em !important;
    text-align: center !important;
}

.card_item .card_item_content .btn-action {
    font-weight: 600;
    font-size: 0.875em;
    padding: 0 !important;
}

.card_item .card_item_content .btn-action:hover {
    border-bottom: 1.5px solid #00a3de;
}

.card_item .card_item_content p.content_desc {
    text-align: center;
    display: inline-block;
    width: 30%;
    font-size: 1.25em;
    color: #333333;
    margin: 0.5em 0 1em 0;
}

.card_item .card_item_content p.content_desc span {
    display: block;
    font-weight: 600;
    font-size: 0.55em !important;
}

.card_item_content h3 {
    background-color: #f8f8f9;
    color: #646a6f;
    padding: 1em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    font-size: 0.695em;
}


.wport-item, .wport-global, .provento-item, .acao-item, .falkia-item {
    text-align: center;
    padding: 1em;
    border: 1px solid #dae0e3;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}

.wport-item.criptomoedas {
    border-left: 3px solid #f7931b;
}

.wport-item.stockbdr {
    border-left: 3px solid #a956e4;
}

.wport-item.fiis {
    border-left: 3px solid #9b133b;
}

.wport-item.acoes {
    border-left: 3px solid #4c309b;
}

.wport-item.etf {
    border-left: 3px solid #0083ca !important;
}

.wport-item.criptomoedas a {
    background-color: #f7931b;
    color: #131722;
}

.wport-item.fiis a {
    background-color: #9b133b;
    color: white;
}

.wport-item.stockbdr a {
    background-color: #a956e4;
    color: white;
}

.wport-item.acoes a {
    background-color: #4c309b;
    color: white;
}

.wport-item h4,
.wport-global h4 {
    font-size: 1.15em;
    font-weight: 600;
    vertical-align: middle;
}

.wport-item img,
.wport-global img {
    border: 1.25px solid #dae0e3;
    padding: 0.1em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 0.25em 0.1em 0;
}

.cripto-gateio img,
.cripto-binance img {
    background-color: white;
    width: 50px !important;
    height: 50px !important;
    padding: 0.2em !important;
    margin: 0 !important;
}

.cripto-gateio a,
.cripto-binance a {
    margin: 0 0 1em 1em !important;
    font-weight: 700 !important;
    text-align: left;
}

.desc-cta {
    font-size: 1.05em;
    line-height: 1.75em;
    margin: 0.5em 0;
    padding: 0.5em;
}

.cripto-gateio img {
    border: 1px solid #2354E6 !important;
}

.cripto-binance img {
    border: 1px solid #FCD535 !important;
}

.cripto-binance {
    background-color: rgba(252, 213, 53, 0.1);
    font-weight: 700 !important;
}

.cripto-gateio {
    background-color: rgba(35, 84, 230, 0.1);
    color: white !important;
}

.cripto-gateio a {
    color: white !important;
}

/****************************************
** BIBLIOTECA DO INVESTIDOR :: FALKBOOKS
*****************************************/
.book-item h4 {
    color: #131722;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .3px;
    margin: 1.75em 0;
    text-align: center;
}

.book-item figure img {
    width: 100%;
    height: 20%;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}

.book-item h4 {
    margin: 1.25em 0 !important;
}

.book-item p.book-info {
    text-align: left;
    padding: 0.25em 1.25em;
    font-size: 0.875em;
}

.book-item p.book-category {
    margin: 0.75em 0 2em 0;
    text-align: left;
    padding-left: 0.5em;
    font-size: 0.75em;
}

.book-item p.book-desc {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.7em;
    padding: 0.75em 1.35em 1.75em 1.35em;
}

.book-item {
    padding: 0.5em 1em;
}

p.book-category b {
    background-color: #333333;
    padding: 0.225em 0.375em 0.25em 0.375em;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    color: #F5F5F5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

p.book-info b {
    padding: 0.225em 0.375em 0.25em 0.375em;
    font-size: 0.95em;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

p.book-category b i:before,
p.book-info b i:before {
    font-size: 0.75em;
    margin-right: 0.1em !important;
}

.book-item .book-footer {
    margin-bottom: 1em;
}

.falkpedia-content, input.falkpedia-search, #search-input {
    background-color: white;
    text-align: center !important;
    padding: 1em 0.5em;
    margin-bottom: 1.25em;
    border: 1px solid #ececec;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

input.falkpedia-search, #search-input {
    font-size: 0.975em;
    padding: 1.025em 0.5em;
}

h3.falkpedia-subheader {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 0.875em;
    letter-spacing: .0875em;
    margin: 2em 0 0.1em 0;
    padding: 1.15em;
}

h3.falkpedia-subheader span {
    border-bottom: 0.15em solid #1671fd;
    padding-bottom: 0.15em;
}

h3.falkpedia-subheader.subtitle {
    margin: 0.1em 0;
    padding: 0.75em 0.75em 0.25em 0.75em;
}

h3.falkpedia-subheader b,
.falkpedia-letter:hover,
.falkpedia-letter.active {
    text-align: center !important;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    background-color: #1671fd;
    color: white;
    font-weight: 500;
    padding: 0.15em 0.5em 0.2em 0.55em;
    margin: 1em 0.15em !important;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    z-index: 9 !important;
}

.falkpedia-header {
    background-color: #f3f3f3;
    margin-bottom: 2em;
    border-radius: 0.5em;
    padding: 0.15em 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.falkpedia-header header h2 {
    margin: 0 !important;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #646a6f;
    font-size: 0.875em;
    letter-spacing: .0875em;
    padding: 1.15em 1.15em 1.15em 0;
}

.falkpedia-letter {
    font-size: 1.1em;
    padding: 0.15em 0.5em 0.2em 0.55em;
    margin: 1em 0.15em !important;
    color: #666666;
}

.falkpedia-item {
    min-height: 30vh !important;
}

.falkpedia-item h4 {
    padding: 1em;
    font-size: 1.2em;
    font-weight: 600;
    color: #333333;
}

.falkpedia-item p {
    padding: 1em;
    color: #333333;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.75em;
}

span.ec.sentiment-analysis {
    align-items: center;
    font-size: 1.875em !important;
}

svg.sentiment-analysis {
    margin-top: 0.875em;
}

.highcharts-credits {
    display: none;
}

span.ticker-first {
    vertical-align: -webkit-baseline-middle !important;
}

/* Hide the default checkbox */
.container-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-check input[type="text"] {
    background-color: white;
    display: none;
    text-align: left !important;
    padding: 0.5em;
    border: 1px solid #ececec;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.container-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 0.975em;
    margin-bottom: 1em;
    user-select: none;
}

.label-text {
    display: inline-block !important;
    vertical-align: middle;
    line-height: 1.5em;
}

/* Create a custom checkbox */
.checkmark {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 0.25em;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    background-color: #ccc;
    transition: all 0.3s;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #f7525f;
    animation: pop 0.5s;
    animation-direction: alternate;
}

.idx_cancelar .btn-cancel-yes {
    border: 1px solid darkred;
    background-color: rgba(247, 82, 95, 0.15);
    color: darkred;
    padding: 0.5em;
    margin-left: 0.5em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.idx_cancelar .btn-cancel-no {
    border: 1px solid #095859;
    background-color: rgba(30, 187, 164, 0.15);
    color: #095859;
    padding: 0.5em 1em;
    margin-left: 0.5em;
    border-radius: 5em;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    margin-right: 1em;
}

.idx_cancelar .btn-cancel-no:hover {
    background-color: #095859;
    color: white;
    cursor: pointer;
}

.idx_cancelar .btn-cancel-yes {
    border: 1px solid darkred;
    background-color: rgba(247, 82, 95, 0.15);
    color: darkred;
    padding: 0.5em 1em;
    margin-left: 0.5em;
    border-radius: 5em;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
}

.idx_cancelar .btn-cancel-yes:hover {
    background-color: darkred;
    color: white;
    cursor: pointer;
}

.idx_cancelar .btn-cancel-yes:disabled {
    color: #646a6f;
    border: 1px solid #646a6f;
    background-color: rgba(100, 106, 111, 0.15);
}

.idx_cancelar .btn-cancel-yes:disabled:hover {
    cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 0.47em;
    top: 0.25em;
    width: 0.35em;
    height: 0.6em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.idx_cancelar h2 {
    font-weight: 600;
    font-size: 1.35em;
    padding: 0.5em;
    margin-bottom: 1em;
}

.idx_cancelar .content-first div.col-sm-12 {
    padding: 1em 2em;
}

.idx_cancelar p.suporte-desc {
    font-size: 0.975em;
    line-height: 1.75em;
    margin-bottom: 3em;
    padding: 0.5em 1em;
    text-align: justify;
}

.idx_cancelar p.suporte-item {
    font-size: 1em;
    margin-bottom: 1em;
    vertical-align: middle;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}

.idx_cancelar p.suporte-item i {
    margin-right: 0.75em;
    color: #1671FD;
    background-color: rgba(22, 113, 253, 0.15);
    padding: 0.75em;
    border-radius: 5em;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
}

.idx_cancelar .content-benefits {
    padding: 1em 10em;
}

.idx_cancelar p.benefits-item {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 1.1em;
}

.idx_cancelar p.benefits-item i {
    font-size: 1.1em;
    color: #f7525f;
    margin: 0 0.35em 0.1em 0;
}

.idx_cancelar p.benefits-item.falkinho {
    font-size: 1.25em;
}

.idx_cancelar p.benefits-item.falkinho i {
    font-size: 1.1em;
    color: #1ebba4;
    margin-top: 2em;
}


.dtcom-item {
    border: 1px solid #cccccc;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    padding: 0.5em;
    margin: 0.25em 0.75em;
    text-align: center;
}

.dtcom-item h3 {
    background-color: #ededed;
    color: #646a6f;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -webkit-border-radius: 0.5em !important;
    padding: 0.25em 0.5em !important;
    margin-bottom: 0.5em;
    text-align: center;
}

.dtcom-item h3.todayworkday {
    color: white;
    background-color: #1671fd;
}

.dtcom-item a {
    border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -webkit-border-radius: 0.5em !important;
    margin: 0.35em 0.15em !important;
    padding: 0.25em 0.5em 0.3em 0.5em !important;
    letter-spacing: 0.1em;
    text-align: center;
    width: fit-content;
    display: inline-block;
    font-size: 0.87em;
}

.dtcom-item a.FII {
    color: #9b133b;
    border: 1px solid #9b133b;
}

.dtcom-item a.FII:hover, .dtcom-item a.FII.active {
    color: white;
    background-color: #9b133b;
    border: 1px solid #9b133b;
}

.dtcom-item a.Fiagro {
    color: #095859;
    border: 1px solid #095859;
}

.dtcom-item a.Fiagro:hover, .dtcom-item a.Fiagro.active {
    color: white;
    background-color: #095859;
    border: 1px solid #095859;
}

p.item-obs {
    font-size: 0.875em;
    line-height: 1.75em;
    text-align: justify;
    padding: 0.5em 0.75em;
}

p.item-obs .iconoir-message-alert-solid {
    font-size: 1.45em;
    color: #f7525f;
    margin-right: 0.5em;
}

p.item-obs span.fiis-color {
    color: #9b133b;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
}

p.item-obs span.fiagros-color {
    color: #095859;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
}

.dtcom-item span.item-content {
    display: inline-grid;
    text-align: center;
    margin-bottom: 1em;
}

.dtcom-item span.item-content span.item-porcent {
    font-size: 0.675em;
    text-align: center;
    font-weight: 500;
    background-color: #ededed;
    border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -webkit-border-radius: 0.5em !important;
    padding: 0.25em 0.5em !important;
}

.dtcom-item span.item-content span.item-porcent.perc25 {
    background-color: rgba(247, 82, 95, 0.15);
}

.dtcom-item span.item-content span.item-porcent.perc50 {
    background-color: rgba(247, 82, 95, 0.25);
}

.dtcom-item span.item-content span.item-porcent.perc75 {
    background-color: rgba(30, 187, 164, 0.15);
}

.dtcom-item span.item-content span.item-porcent.perc100 {
    background-color: rgba(30, 187, 164, 0.25);
}

.mapdtcom-filter {
    margin-top: 2em;
}

.mapdtcom-filter h2 {
    font-weight: 600;
}

.mapdtcom-filter h2 i {
    margin-right: 0.5em
}

#search-ticker {
    text-transform: uppercase;
    border: 1px solid #646a6f;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.lbl-search-ticker {
    margin-top: 0.75em;
    font-size: 1em;
    display: block;
    text-align: left;
    padding-bottom: 0.5em;
}

.col-grid-full {
    display: inline-flex;
}