.menu-horizontal .x-btn-default-small .x-btn-arrow {
    background-image: url(../images/icones/chevron-down-acesse.svg);
    background-size: 12px;
}

.logotipo_vp {
    width: 108px;
    padding-top: 10px;
}

.menu-horizontal .button-menu span {
    color: #087586;
}

.search-field .search-field-icon {
    color: #087586;
}

.checkHomeFiltro {
    border: solid 1px #2f5174;
    color: #087586 !important;
    border-radius: 0px;
}

.checkHomeFiltro .x-btn-inner {
    color: #087586 !important;
}

.x-btn-default-small-pressed {
    background: #087586;
    color: #ffffff !important;
}

.menu-clean .x-menu-item-active {
    background-color: #ffa58261;
}

.logotipo_vp {
    width: 109px;
    padding-top: 10px;
}

.winLogin .x-btn-default-large {
    background: none;
    background-color: #eb612e;
}

.btn-login .x-btn-inner {
    background-color: #eb612e !important;
    font-size: 15px;
    font-weight: normal;
}

.plano .title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}

.plano2 {
    border-radius: 10px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.plano2 .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.plano .creditos {
    font-size: 50px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

.plano2 .creditos {
    font-size: 50px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

.plano .creditos-description {
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.plano2 .creditos-description {
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}

.plano {
    border-radius: 10px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.plano .descricao-abas {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.plano2 .descricao-abas {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

.utilizacao-creditos .title-aba {
    padding-top: 20px;
    text-align: left;
}

.plano-button-container {
    display: flex;
    flex-direction: row;
    padding: 10px;
    background-color: #087586;
}

.plano-button-container .button {
    flex: 1;
    background-color: #eb612e;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    height: 104px;
}

.plano-button-container .button:hover {
    background-color: #eb612eb8;
}


.plano-button-container .button .title {
    font-size: 30px;
    font-weight: none;
    padding-top: 20px;
}

.plano .validade {
    font-size: 14px;
    font-weight: none;
    padding: 10px
}

.plano2 .validade {
    font-size: 14px;
    font-weight: none;
    padding: 10px
}

.plano-button-container .button .description {
    font-size: 16px;
    text-align: center;
    font-weight: none;

}

.novo-plano {
    text-align: center;
    /* margin-top: 25px; */
    font-size: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #e0e0e0;
    padding: 10px;
}

.novo-plano2 {
    text-align: center;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.novo-plano .box-btn-planos {
    display: flex;
    flex-direction: row;
}

.novo-plano2 .box-btn-planos {
    display: flex;
    flex-direction: row;
}

.novo-plano .btn-container {
    flex: 1;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
}

.novo-plano2 .btn-container {
    flex: 1;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
}

.novo-plano .btn-plano-intermediario {
    background-color: #006588;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.novo-plano2 .btn-plano-intermediario {
    background-color: #006588;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.novo-plano .orange {
    background-color: #ff6124;
}

.novo-plano2 .orange {
    background-color: #ff6124;
}


.novo-plano .blue {
    background-color: #006588;
}

.novo-plano2 .blue {
    background-color: #006588;
}

.novo-plano .btn {
    background-color: #717171;
    color: #ffffff;
    padding: 5px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 10px;
}

.novo-plano2 .btn {
    background-color: #717171;
    color: #ffffff;
    padding: 5px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 10px;
}

.novo-plano .btn-planos-avancados {
    margin-top: 20px;
}

.novo-plano2 .btn-planos-avancados {
    margin-top: 20px;
}

.box-planos-usuario {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.novo-plano .orange:hover {
    background-color: #ff6124ba !important;
}

.novo-plano2 .orange:hover {
    background-color: #ff6124ba !important;
}


.novo-plano .blue:hover {
    background-color: #006588a6 !important;
}

.novo-plano2 .blue:hover {
    background-color: #006588a6 !important;
}

.btn:hover {
    background-color: #717171bf;
}

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

.folheto-plano .title {
    font-size: 30px;
    padding: 20px;
}

.folheto-plano .subtitle {
    padding: 10px;
}

.folheto-plano .diferenciais {
    text-align: left;
    line-height: 20px;
}

.folheto-plano .valor {
    font-size: 26px;
    padding: 10px;
}

.folheto-plano .disclaimer {
    font-size: 12px;
}

.box-credit-card {
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.credit-card {
    background-color: #c5cfe6;
    flex: 1;
    padding: 20px;
    border-radius: 20px;
    height: 190px;
    display: flex;
    flex-direction: column;
}

.box-credit-card .label {
    flex: 1;
}

.box-credit-card .number-item {
    flex: 1;
    text-align: left;
}

.box-credit-card .valid-container {
    text-align: right;
    padding-right: 15px;
}

.box-credit-card .number {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-bottom: 10px;
}

.box-credit-card .name {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 4px;
    text-transform: uppercase;
}


.credit-card-back {
    background-color: #c5cfe6;
    flex: 1;
    border-radius: 20px;
    height: 190px;
    display: flex;
    flex-direction: column;
}

.box-credit-card .littleWhite {
    height: 30px;
}

.box-credit-card .white {
    flex: 1;
}

.box-credit-card .black {
    height: 65px;
    background-color: #000;
}

.box-credit-card .box-codigo-seguranca {
    padding: 10px;
    text-align: right;
    padding-right: 40px;
    background-color: #EEE;
}

.tabMapaImovel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.container_empresas .container_documentos {
    float: left;
    box-sizing: border-box;
    height: 171px;
    width: 171px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-left: 22.5px;
    cursor: pointer;
    margin-bottom: 22.5px;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.selection_box {
    box-shadow: 3px 3px 5px 3px rgb(53, 88, 125) !important;
}

.container_empresas .container_documentos .container_logotipo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    height: 67px;
    overflow: hidden;

}

.customWinMask.x-mask {
    filter: alpha(opacity=50);
    opacity: .5;
    background: black !important;
    top: -0.004px !important;
    z-index: 10 !important;
    display: block !important;
}

@import url(https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLUXza5VhXqVC6o75Eld_V98);

.lst-kix_list_4-1>li {
    counter-increment: lst-ctn-kix_list_4-1
}

.lst-kix_list_1-1>li {
    counter-increment: lst-ctn-kix_list_1-1
}

.lst-kix_list_3-0>li:before {
    content: "\0025cf   "
}

ul.lst-kix_list_5-7 {
    list-style-type: none
}

ul.lst-kix_list_5-8 {
    list-style-type: none
}

.lst-kix_list_3-1>li:before {
    content: "o  "
}

.lst-kix_list_3-2>li:before {
    content: "\0025aa   "
}

ul.lst-kix_list_5-5 {
    list-style-type: none
}

ul.lst-kix_list_5-6 {
    list-style-type: none
}

ol.lst-kix_list_1-8.start {
    counter-reset: lst-ctn-kix_list_1-8 0
}

.lst-kix_list_4-0>li {
    counter-increment: lst-ctn-kix_list_4-0
}

.lst-kix_list_3-5>li:before {
    content: "\0025aa   "
}

ul.lst-kix_list_5-0 {
    list-style-type: none
}

.lst-kix_list_3-4>li:before {
    content: "o  "
}

ul.lst-kix_list_5-3 {
    list-style-type: none
}

ol.lst-kix_list_1-5.start {
    counter-reset: lst-ctn-kix_list_1-5 0
}

.lst-kix_list_3-3>li:before {
    content: "\0025cf   "
}

ul.lst-kix_list_5-4 {
    list-style-type: none
}

ul.lst-kix_list_5-1 {
    list-style-type: none
}

ul.lst-kix_list_5-2 {
    list-style-type: none
}

.lst-kix_list_3-8>li:before {
    content: "\0025aa   "
}

.lst-kix_list_3-6>li:before {
    content: "\0025cf   "
}

.lst-kix_list_4-3>li {
    counter-increment: lst-ctn-kix_list_4-3
}

.lst-kix_list_3-7>li:before {
    content: "o  "
}

ol.lst-kix_list_4-5.start {
    counter-reset: lst-ctn-kix_list_4-5 0
}

.lst-kix_list_1-2>li {
    counter-increment: lst-ctn-kix_list_1-2
}

ol.lst-kix_list_4-2.start {
    counter-reset: lst-ctn-kix_list_4-2 0
}

.lst-kix_list_5-0>li:before {
    content: "\0025cf   "
}

.lst-kix_list_1-4>li {
    counter-increment: lst-ctn-kix_list_1-4
}

.lst-kix_list_4-4>li {
    counter-increment: lst-ctn-kix_list_4-4
}

ol.lst-kix_list_1-6.start {
    counter-reset: lst-ctn-kix_list_1-6 0
}

.lst-kix_list_4-8>li:before {
    content: "" counter(lst-ctn-kix_list_4-8, lower-roman) ". "
}

.lst-kix_list_5-3>li:before {
    content: "\0025cf   "
}

.lst-kix_list_4-7>li:before {
    content: "" counter(lst-ctn-kix_list_4-7, lower-latin) ". "
}

.lst-kix_list_5-2>li:before {
    content: "\0025aa   "
}

.lst-kix_list_5-1>li:before {
    content: "o  "
}

.lst-kix_list_5-7>li:before {
    content: "o  "
}

.lst-kix_list_5-6>li:before {
    content: "\0025cf   "
}

.lst-kix_list_5-8>li:before {
    content: "\0025aa   "
}

ol.lst-kix_list_4-1.start {
    counter-reset: lst-ctn-kix_list_4-1 0
}

ol.lst-kix_list_4-8.start {
    counter-reset: lst-ctn-kix_list_4-8 0
}

.lst-kix_list_5-4>li:before {
    content: "o  "
}

.lst-kix_list_5-5>li:before {
    content: "\0025aa   "
}

ol.lst-kix_list_1-0.start {
    counter-reset: lst-ctn-kix_list_1-0 0
}

.lst-kix_list_6-1>li:before {
    content: "o  "
}

.lst-kix_list_6-3>li:before {
    content: "\0025cf   "
}

.lst-kix_list_6-0>li:before {
    content: "\0025cf   "
}

.lst-kix_list_6-4>li:before {
    content: "o  "
}

ol.lst-kix_list_4-0.start {
    counter-reset: lst-ctn-kix_list_4-0 0
}

.lst-kix_list_6-2>li:before {
    content: "\0025aa   "
}

.lst-kix_list_6-8>li:before {
    content: "\0025aa   "
}

.lst-kix_list_6-5>li:before {
    content: "\0025aa   "
}

.lst-kix_list_6-7>li:before {
    content: "o  "
}

ol.lst-kix_list_4-7.start {
    counter-reset: lst-ctn-kix_list_4-7 0
}

.lst-kix_list_6-6>li:before {
    content: "\0025cf   "
}

ol.lst-kix_list_1-3 {
    list-style-type: none
}

ol.lst-kix_list_1-4 {
    list-style-type: none
}

.lst-kix_list_2-6>li:before {
    content: "\0025cf   "
}

.lst-kix_list_2-7>li:before {
    content: "o  "
}

ol.lst-kix_list_1-5 {
    list-style-type: none
}

ol.lst-kix_list_1-6 {
    list-style-type: none
}

ol.lst-kix_list_1-0 {
    list-style-type: none
}

.lst-kix_list_2-4>li:before {
    content: "o  "
}

.lst-kix_list_2-5>li:before {
    content: "\0025aa   "
}

.lst-kix_list_2-8>li:before {
    content: "\0025aa   "
}

ol.lst-kix_list_1-1 {
    list-style-type: none
}

ol.lst-kix_list_1-2 {
    list-style-type: none
}

ul.lst-kix_list_3-7 {
    list-style-type: none
}

ul.lst-kix_list_3-8 {
    list-style-type: none
}

ol.lst-kix_list_4-6.start {
    counter-reset: lst-ctn-kix_list_4-6 0
}

ul.lst-kix_list_3-1 {
    list-style-type: none
}

ul.lst-kix_list_3-2 {
    list-style-type: none
}

ul.lst-kix_list_3-0 {
    list-style-type: none
}

ol.lst-kix_list_4-3.start {
    counter-reset: lst-ctn-kix_list_4-3 0
}

ol.lst-kix_list_1-7 {
    list-style-type: none
}

ul.lst-kix_list_3-5 {
    list-style-type: none
}

.lst-kix_list_4-7>li {
    counter-increment: lst-ctn-kix_list_4-7
}

.lst-kix_list_1-7>li {
    counter-increment: lst-ctn-kix_list_1-7
}

ol.lst-kix_list_1-8 {
    list-style-type: none
}

ul.lst-kix_list_3-6 {
    list-style-type: none
}

ul.lst-kix_list_3-3 {
    list-style-type: none
}

ul.lst-kix_list_3-4 {
    list-style-type: none
}

.lst-kix_list_4-0>li:before {
    content: "" counter(lst-ctn-kix_list_4-0, decimal) ") "
}

.lst-kix_list_4-1>li:before {
    content: "" counter(lst-ctn-kix_list_4-1, lower-latin) ". "
}

.lst-kix_list_4-6>li {
    counter-increment: lst-ctn-kix_list_4-6
}

ol.lst-kix_list_1-7.start {
    counter-reset: lst-ctn-kix_list_1-7 0
}

.lst-kix_list_4-4>li:before {
    content: "" counter(lst-ctn-kix_list_4-4, lower-latin) ". "
}

.lst-kix_list_1-5>li {
    counter-increment: lst-ctn-kix_list_1-5
}

.lst-kix_list_4-3>li:before {
    content: "" counter(lst-ctn-kix_list_4-3, decimal) ". "
}

.lst-kix_list_4-5>li:before {
    content: "" counter(lst-ctn-kix_list_4-5, lower-roman) ". "
}

.lst-kix_list_4-2>li:before {
    content: "" counter(lst-ctn-kix_list_4-2, lower-roman) ". "
}

.lst-kix_list_4-6>li:before {
    content: "" counter(lst-ctn-kix_list_4-6, decimal) ". "
}

.lst-kix_list_1-8>li {
    counter-increment: lst-ctn-kix_list_1-8
}

ol.lst-kix_list_1-4.start {
    counter-reset: lst-ctn-kix_list_1-4 0
}

ol.lst-kix_list_1-1.start {
    counter-reset: lst-ctn-kix_list_1-1 0
}

ol.lst-kix_list_4-0 {
    list-style-type: none
}

ol.lst-kix_list_4-1 {
    list-style-type: none
}

ol.lst-kix_list_4-4.start {
    counter-reset: lst-ctn-kix_list_4-4 0
}

ol.lst-kix_list_4-2 {
    list-style-type: none
}

ol.lst-kix_list_4-3 {
    list-style-type: none
}

ul.lst-kix_list_6-6 {
    list-style-type: none
}

ul.lst-kix_list_6-7 {
    list-style-type: none
}

ul.lst-kix_list_6-4 {
    list-style-type: none
}

ol.lst-kix_list_1-3.start {
    counter-reset: lst-ctn-kix_list_1-3 0
}

ul.lst-kix_list_2-8 {
    list-style-type: none
}

ul.lst-kix_list_6-5 {
    list-style-type: none
}

ol.lst-kix_list_1-2.start {
    counter-reset: lst-ctn-kix_list_1-2 0
}

ul.lst-kix_list_6-8 {
    list-style-type: none
}

ol.lst-kix_list_4-8 {
    list-style-type: none
}

ul.lst-kix_list_2-2 {
    list-style-type: none
}

.lst-kix_list_1-0>li:before {
    content: "" counter(lst-ctn-kix_list_1-0, decimal) ") "
}

ul.lst-kix_list_2-3 {
    list-style-type: none
}

ul.lst-kix_list_2-0 {
    list-style-type: none
}

ul.lst-kix_list_2-1 {
    list-style-type: none
}

ol.lst-kix_list_4-4 {
    list-style-type: none
}

ul.lst-kix_list_6-2 {
    list-style-type: none
}

ul.lst-kix_list_2-6 {
    list-style-type: none
}

ol.lst-kix_list_4-5 {
    list-style-type: none
}

ul.lst-kix_list_6-3 {
    list-style-type: none
}

.lst-kix_list_1-1>li:before {
    content: "" counter(lst-ctn-kix_list_1-1, lower-latin) ". "
}

.lst-kix_list_1-2>li:before {
    content: "" counter(lst-ctn-kix_list_1-2, lower-roman) ". "
}

ul.lst-kix_list_2-7 {
    list-style-type: none
}

ol.lst-kix_list_4-6 {
    list-style-type: none
}

ul.lst-kix_list_6-0 {
    list-style-type: none
}

ul.lst-kix_list_2-4 {
    list-style-type: none
}

ol.lst-kix_list_4-7 {
    list-style-type: none
}

ul.lst-kix_list_6-1 {
    list-style-type: none
}

ul.lst-kix_list_2-5 {
    list-style-type: none
}

.lst-kix_list_1-3>li:before {
    content: "" counter(lst-ctn-kix_list_1-3, decimal) ". "
}

.lst-kix_list_1-4>li:before {
    content: "" counter(lst-ctn-kix_list_1-4, lower-latin) ". "
}

.lst-kix_list_1-0>li {
    counter-increment: lst-ctn-kix_list_1-0
}

.lst-kix_list_4-8>li {
    counter-increment: lst-ctn-kix_list_4-8
}

.lst-kix_list_1-6>li {
    counter-increment: lst-ctn-kix_list_1-6
}

.lst-kix_list_1-7>li:before {
    content: "" counter(lst-ctn-kix_list_1-7, lower-latin) ". "
}

.lst-kix_list_1-3>li {
    counter-increment: lst-ctn-kix_list_1-3
}

.lst-kix_list_1-5>li:before {
    content: "" counter(lst-ctn-kix_list_1-5, lower-roman) ". "
}

.lst-kix_list_1-6>li:before {
    content: "" counter(lst-ctn-kix_list_1-6, decimal) ". "
}

li.li-bullet-0:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
}

.lst-kix_list_2-0>li:before {
    content: "\0025cf   "
}

.lst-kix_list_2-1>li:before {
    content: "o  "
}

.lst-kix_list_4-5>li {
    counter-increment: lst-ctn-kix_list_4-5
}

.lst-kix_list_1-8>li:before {
    content: "" counter(lst-ctn-kix_list_1-8, lower-roman) ". "
}

.lst-kix_list_2-2>li:before {
    content: "\0025aa   "
}

.lst-kix_list_2-3>li:before {
    content: "\0025cf   "
}

.lst-kix_list_4-2>li {
    counter-increment: lst-ctn-kix_list_4-2
}

ol {
    margin: 0;
    padding: 0
}

table td,
table th {
    padding: 0
}

.c0 {
    margin-left: 36pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
}

.c2 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Arial";
    font-style: normal
}

.c10 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Arial";
    font-style: normal
}

.c6 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
}

.c9 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: center
}

.c5 {
    -webkit-text-decoration-skip: none;
    color: #0563c1;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-family: "Arial";
}

.c3 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
}

.c13 {
    background-color: #ffffff;
    padding: 10px 30px;
    font-family: helvetica,arial,verdana,sans-serif;
}

.c8 {
    color: inherit;
    text-decoration: inherit
}

.c11 {
    margin-left: 72pt;
    padding-left: 0pt
}

.c7 {
    font-weight: 400;
    font-family: "Arial";
}

.c1 {
    padding: 0;
    margin: 0
}

.c12 {
    font-weight: 700
}

.c4 {
    height: 12pt
}

.doc-content > .title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > .subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > li {
    color: #000000;
    font-size: 12pt;
    font-family: "Arial"
}

.doc-content > p {
    margin: 0;
    color: #000000;
    font-size: 12pt;
    font-family: "Arial"
}

.doc-content > h1 {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 24pt;
    padding-bottom: 6pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > h2 {
    padding-top: 18pt;
    color: #000000;
    font-weight: 700;
    font-size: 18pt;
    padding-bottom: 4pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > h3 {
    padding-top: 14pt;
    color: #000000;
    font-weight: 700;
    font-size: 14pt;
    padding-bottom: 4pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > h4 {
    padding-top: 12pt;
    color: #000000;
    font-weight: 700;
    font-size: 12pt;
    padding-bottom: 2pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > h5 {
    padding-top: 11pt;
    color: #000000;
    font-weight: 700;
    font-size: 11pt;
    padding-bottom: 2pt;
    ffont-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}

.doc-content > h6 {
    padding-top: 10pt;
    color: #000000;
    font-weight: 700;
    font-size: 10pt;
    padding-bottom: 2pt;
    font-family: "Arial";
    line-height: 1.0;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
}


.icon-fii{
    font-size: 18px;
    font-weight: 600;
    background-color: black;
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 28px;
    line-height: 43px;
    margin-left: 9px;
    margin-bottom: 10px;
    text-align: center;
}

.iconFiiLock  {
    font-size: 30px;
    color: darkgray;
}

.fiiCotacao {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.cotacao{
    font-size: 22px;
    font-weight: bold;
    color: #666;
    margin-top: 8px;
    text-align: center;
}

.title_cotacao{
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

.widget-dados-empresas-fii {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 18px 11px 3px 11px;
}

.widget-dados-empresas-fii:not(:last-child){
    border-right: solid 1px #dadada;
}

.dropbtn {
    background-color: #087586;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
}

.dropdown:hover .dropbtn {
    background-color: #087586;
    cursor: pointer;
}

.iconNovaCarteira {
    font-size: 17px !important;
    font-weight: 600 !important;
    background-color: #087586 !important;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 28px !important;
    line-height: 31px !important;
    padding: 0 0 0 8px !important;
    margin-left: 7px !important;
    margin-top: 15px !important;
}

.iconDeleteItemCarteira {
    font-size: 17px !important;
    font-weight: 600 !important;
    background-color: #D70040 !important;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 28px !important;
    line-height: 31px !important;
    padding: 0 0 0 8px !important;
    margin-left: 7px !important;
    margin-top: 15px !important;
}

.tickerAcesseFiis {
    cursor: pointer;
}

.search-filtro-empty {
    font-size: 14px;
    font-family: Roboto !important;
    color: #016488 !important;
    background-color: #E8EEF1 !important;
    border: none;
}

.search-filtro-empty::placeholder {
    color: #016488 !important;
}

.title-container {
    background-color: #fff;
    /* border-bottom: solid 1px #006387; */
    color: #016488;
    font-size: 20px;
    font-weight: bold;
}

.content_search {
    /*     display: block;
    padding: 3px 0 0 2px;
    height: 66px; */
    display: flex; 
    height: 76px;
}

.search_user .nome-usuario{
    font-size: 12px;
    float: left;
    font-weight: bold;
    margin-top: 10px;
}

.search_user .contatos .data_ultima_interacao{
    margin-top: 10px;
    float: right;
    font-size: 11px;
}

.search_user .interacao{
    font-size: 12px;
    color: #5f5f5f;
    float: left;
    width: 90%;
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    height: 42px;
}

.search_user .bbc{
    cursor: pointer;
}

.codigo_negociacao_dashboard_acesseFiis {
    font-size: 20px !important;
    margin-top: 8px !important;
    margin-bottom: 6px;
    color: #087586 !important;
    float: left !important;
    text-transform: uppercase;
}

.contatos .name{
    font-size: 14px;
    color: #305377;
    font-weight: bold;
    width: 100%;
    float: left;
}

.nome_dashboard_acesseFiis {
    font-size: 13px !important;
    color: #305377 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    width: 100% !important;
    float: left !important;
}

.cotacao_acesseFiis_title {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: roboto;
}

.cotacao_acesseFiis_value {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 8px;
    text-align: center;
    margin: 7px 0 0 0;
}

.faPlusMinus {
    margin: 6px 0 0 0px !important;
}

.iconNovaCarteira2 {
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color: #087586 !important;
    color: white !important;
    width: 25px!important;
    height: 25px !important;
    border-radius: 28px !important;
    line-height: 25px !important;
    padding: 0 0 0 6.5px !important;
}

.widget-dashboard .title-container2{
    background-color: #fff;
    border-bottom: solid 1px #006387;
    color: #016488;
    font-size: 20px;
}

.widget-slider-ocupacao-empresa .box-body{
    background-color: #FFF;
    box-shadow: 1px 1px 2px #888888;
}

.widget-slider-ocupacao-empresa .box-titulo{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 300;
    font-stretch: normal;
    font-size: 16px;
    line-height: 14px;
    font-family: Roboto, sans-serif;
    padding-top: 9px;
    color: #32587d;
}

.widget-slider-ocupacao-empresa .box-footer{
    border-top: solid 1px #e2e2e2;
}

.widget-slider-ocupacao-empresa .slider-arrow{
    color: dimgrey;
}

.widget-slider-ocupacao-empresa .toolbar{
    border-top: solid 1px rgba(192, 192, 192, 0.38) !important;
}

.widget-slider-ocupacao-empresa .slider-arrow a:visited{
    color: dimgrey !important;
}

.left-menu .x-tree-icon-leaf {
    background-image: none;
}

.left-menu .x-grid-cell-inner-treecolumn {
    padding: 12px 10px 12px 6px;
    cursor: pointer;
    font-weight: 700;
}


.left-menu .x-tree-expander {
    display: none;
}

.left-menu .x-tree-elbow-img {
    display: none;
}

.left-menu .x-tree-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.codigo_negociacao_dashboard_funds{
    font-size: 20px !important;
    margin-top: 8px !important;
    margin-bottom: 6px;
    color: #00BFF3 !important;
    float: left !important;
    text-transform: uppercase;
}

.widget-fii .value {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #305276 !important;
}

.box-widget-fii{
    float: left;
    text-align: center;
    border-right: solid 1px #dadada;
    padding: 10px;
    min-width: 130px;
    max-width: 150px;
    height: 70px;
}

.cotacao_funds_div{
    padding: 10px 0 0 10px;
    font-family: Roboto;
}

.cotacao_funds_title{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    /* font-style: italic; */
    font-family: roboto;

}

.cotacao_funds_value{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 8px;
    text-align: center;
    margin: 7px 0 0 0;
}

.btnEditarCarteira {
    background-color: #909da2;
    border: none;
    color: white;
    border-radius: 5px;
    height: 25px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
}

.btnEditarCarteira:hover {
    background-color: #087586;
}

.lockPlanoFundos {
    display: flex;
    background-color: #ff6124;
    flex-direction: row;
    color: white;
    height: 50px;
    width: 550px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    cursor: pointer;
}

.lockPlanoFundos:hover {
    background-color: #ff6124ba;
}

