/* desktop*/

/* header */
.home-col .active-col {
    display: none;
}

.home-col .mobi {
    display: none;
}

.home-col .mg-xs--bt {
    margin-bottom: 10px;
}

.home-col .mg-xs--tp {
    margin-top: 10px;
}

.home-col .mg-sm--bt {
    margin-bottom: 20px;
}

.home-col .mg-sm--tp {
    margin-top: 20px;
}

span.ps-ico.ps-ico-check.acesso-liberado {
    color: #2ecc71;
    font-size: 17px;
}

span.ps-ico.ps-ico-close-rounded.acesso-bloqueado {
    color:  #d0011b;
    font-size: 17px;
}

.home-col .box-flex-left img.logo {
    margin-right: 25px;
    margin-top: 20px;
}

.home-col .box-flex-left img {
    align-self: self-start;
    margin-right: 2px;
    margin-top: 14px;       
}

.home-col .box-flex-left {
    display: flex;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex; 
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.home-col .box-flex-right {
    display: flex;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;      
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.home-col .menu-header-1 {
    background-color: #34373e;
    height: 90px;
}

.home-col .menu-header-1 .notification-area sup.ps-badge {
    /*position: absolute;*/
    margin-top: 0;       
    padding: 3px;
    margin: -7px;
    top: 28px;
    right: 0;
}

.home-col .user-area .avatar {
    width: 44px;
    margin-top: 22px;
    border-radius: 50%;
    float: right;
    margin-left: 15px;
    cursor: pointer;
}

.home-col .user-area .infos {
    text-align: right;
    display: table;
    max-width: 190px;
}
.home-col .user-area .infos .vertical-align {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}

.home-col .user-area .infos p:first-child {
    text-transform: uppercase;
}

.home-col .user-area .infos p {
    color: #FFF;
    line-height: 18px;
}

.home-col .user-area .infos .name {
    font-size: 13px;
}

.home-col .user-area .infos .susep {
    font-size: 12px;
}

.home-col .menu-header-1 .search-area input {
    float: left;
    height: 40px;
    margin-top: 25px;
    padding: 10px;
    min-width: 280px;
    font-size: 12px;
}

.home-col .menu-header-1 .box.user-area {
    max-width: 300px;
    margin-left: 30px;
}

.home-col .menu-header-1 .search-area #searchIcon,
.home-col .menu-header-1 .notification-area #notificationIcon {
    color: #e3e3e3;
    margin-top: 25px;
    font-size: 42px;
    float: left;
    cursor: pointer;
}

.home-col .menu-header-1 .search-area #searchIcon {
    margin-left: 10px;
}

.home-col .menu-header-1 .notification-area #notificationIcon {
    margin-left: 30px;
}

.home-col .user-area span {
    color: #e3e3e3;
    margin-top: 40px;
    font-size: 12px;
    float: right;
    margin-left: 15px;
    cursor: pointer;
}

.home-col .menu-header-1 .ps-container {
    padding: 0 0;
}

.home-col b { 
    font-weight: 600;
}

.home-col .ps-wizard .ps-wizard-step,
.home-col .ps-wizard .ps-wizard-step a {
    z-index: 9;
}

.ps-wizard .ps-wizard-step:first-child:before,
.ps-wizard .ps-wizard-step:last-child:before,
.ps-wizard .ps-wizard-step:first-child:before,
.ps-wizard .ps-wizard-step:last-child:before,
.ps-wizard .ps-wizard-step:after,
.ps-wizard .ps-wizard-step:before {
    z-index: 8!important;
} 


/* perfil */
.home-col #myDropdown a {
    width: 100%;
    float: left;
}

.home-col div#myDropdown {
    position: absolute;
    display: block;
    top: 90px;
    width: 200px;
    height: auto;
    right: 0;
    z-index: 10;
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(105,105,105,0.6);
    -moz-box-shadow: 0px 1px 1px 0px rgba(105,105,105,0.6);
    box-shadow: 0px 1px 1px 0px rgba(105,105,105,0.6);
}

.home-col div#myDropdown p.title {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 0;
}

.home-col div#myDropdown a,
div#myDropdown p {
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #34373e;
    line-height: 16px;
}

.home-col div#myDropdown p {
    text-transform: uppercase;
    font-size: 10px;
}

.box.notification-area {
    display: block;
    position: relative;
}

.home-col #myDropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 35px;
  z-index: 5;
}

.home-col #myDropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bbb;
  top: -10px;
  right: 35px;
}


/* notificacoes */
.home-col #myTooltip .all {
    width: 100%;
    float: left;    
    text-align: center;
    color: #46b3ff!important;
    height: 36px;
}

.home-col #myTooltip sup {
    margin-top: -2px;
    margin-left: -30px;
    padding: 3.8px;
}

.home-col div#myTooltip {
    position: absolute;
    top: 90px;
    width: 400px;
    height: auto;
    right: -20px;
    background-color: #FFF;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(105,105,105,0.6);
    -moz-box-shadow: 0px 1px 1px 0px rgba(105,105,105,0.6);
    box-shadow: 0px 2px 2px 1px rgba(105,105,105,0.6);
}

.home-col div#myTooltip a,
div#myTooltip p {
    padding: 13px;
    font-size: 12px;
    text-decoration: none;
    color: #34373e;
    line-height: 16px;
}

.home-col div#myTooltip p {
    text-transform: uppercase;
    font-size: 10px;
}

.home-col div#myTooltip p.title {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
    margin-left: 0px;
}

.home-col div#myTooltip label {
    width: 100%;
    background-color: #f1f1f1;
    display: block;
    padding: 5px 13px;
    font-size: 10px;
    text-transform: uppercase;
}

.home-col footer .store {
   /* display: block!important;
    float: left;
    position: relative;*/
    width: 135px;
    height: 40px;
}

.home-col footer .store img {
    height: 59px;
    margin-bottom: -10px;
}

.download-icon li {
    display: inline;
}

.home-col div#myTooltip span.btn-drop {
        float: right;
    margin-top: -25px;
    margin-right: 5px;
}

.home-col #myTooltip a {
    padding-left: 0px!important;
    text-transform: initial;
}

.home-col #myTooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 30px;
    z-index: 5;
}

.home-col #myTooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #bbb;
    top: -10px;
    right: 30px;
}


/* chat */
.home-col #myChat{
    position: fixed;
    bottom: 100px;
    right: 2%;
    z-index: 9;
}

.home-col .btn-open {
    background-color: #ffffff;
    padding: 20px;
    font-size: 32px;
    color: #3bafff; 
    border: 2px solid #3bafff;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 2%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 2px 8px 20px -5px rgba(0,0,0,.4);
}

.home-col #myChat .btn-close {
    cursor: pointer;  
    font-size: 12px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: #ffffff;
}

.home-col #myChat .box-chat{
    width: 300px;
    height: 290px;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #c3c3c3;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
}

.home-col #myChat .box-chat input{
    margin-top: 35px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    background: #FFF;
    border: 1px solid #c5c5c5;
}

.home-col .ui-autocomplete {
    max-height: 145px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /*top: 27px !important;*/
}

.ui-menu .ui-menu-item {
    padding: 0 10px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 4px;
    transition: 0.3s;
}

.ui-menu .ui-menu-item-wrapper:hover {
    border: none;
    background: #f1f1f1;
    border-radius: 2px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, 
.ui-autocomplete,
.ui-menu-item,
.ui-menu-item a,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a { 
    background: #FFF;
    display: block;
    border: none;
    /*border-collapse: collapse;
    font-weight: 300;*/
}

.home-col .ui-button .ui-icon-triangle-1-s {
    background-position: 1px -15px;
}

.home-col .ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    top: 1px;
    right: 1px;
    margin-top: 35px;
    position: absolute;
    height: 38.5px;
    width: 32px;
    background: #f1f1f1;
    border-left: 1px solid #c5c5c5;
}

.home-col .ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right:hover {
    background: #e0e0e0;
}

.home-col .ui-widget {
    font-size: 15px;
    position: relative;
    max-width: 260px;
}

#myChat .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

#myChat .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}


#myChat .ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
    width: 15px;
    height: 15px;
}

#ui-id-1 {
    position: fixed;
    border: 1px solid #c5c5c5;
}

/* chat mobile */
#myChatMobile .ps-frm-lbl.ps-frm-lbl-internal {
    padding: 10px 0 0 0;
    color: #999;
    line-height: 20px;
}

#myChatMobile .inputbusc{
    padding: 30px 0 10px 0;
}

#myChatMobile .list-chat-mobile {
    margin-top: 20px;    
}

#myChatMobile .list-chat-mobile li {
    list-style: none;
}

#myChatMobile .list-chat-mobile li:not(:last-child) {
    border-bottom: 1px solid #D2D2D2;
}

#myChatMobile .list-chat-mobile li a {
    text-decoration: none;
    color: #1C1C1C;
    padding: 15px 0;
    display: block;
}

#myChatMobile .ps-ico-arrow-right {
    font-size: 12px;
    float: right;
    margin-right: 2px;
    margin-top: 5px;
}

/* menu */
.sub-menu {
    background-color: #cecece;
}

.sub-menu .sub-menu {
    background-color: #bcbbbb;
}

.sub-menu .sub-menu .sub-menu {
    background-color: #a9a9a9;
}

.home-col .separator {
    width: 100%;
    height: 1px;
    background-color: transparent;
    border-bottom: 1px solid #e3e3e3;
}

.home-col .menu-header-2 {
    background-color: #e3e3e3;
    /*height: 40px;*/
}

.home-col .menu-header-2 .menu,
.home-col .menu-header-2 .sub-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0;
    text-transform: uppercase;
}

.menu-right-align  {
    text-align: right;
    right: 0;
}

.menu-right-align span {
    float: left !important;
    margin-left: 0 !important;
}

.home-col .menu-header-2 .menu li {
    /*padding: 12px 0px;*/
    position: relative;
    /*display: inline-grid;*/
}

.home-col .menu-header-2 .menu li li {
    border-bottom: 1px solid #e3e3e3;
    /*padding: 12px 10px 12px 10px;*/
}

.home-col .menu-header-2 .menu a {
    text-decoration: none;
    color: #34373e;
    font-size: 12px;
    font-family: 'Open Sans',Sans-serif;
    display: block;
    padding: 12px 6px;
   
}

.home-col .menu-header-2 .menu > li:hover {
    background: #c7c7c7;
}

.home-col .menu-header-2 .menu li:hover > .sub-menu {
    display: block;
}

.home-col .menu-header-2 .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 10;
    box-shadow: 1px 0px 4px -1px rgba(0,0,0,.4);
    width: 300px;
}

.home-col .menu-header-2 .sub-menu li {
    width: 100%;
    min-width: 200px;
}

.home-col .menu-header-2 .sub-menu li:hover {
   background: #e3e3e3; 
}

.home-col .menu-header-2 .sub-menu .sub-menu {
    top: 0px;
    width: 300px;
}

.home-col .menu-header-2 .menu span {
    color: #1C1C1C;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 4px;
    margin-right: 5px;
    float: right;
}

.home-col .menu-header-3,
.home-col .menu-header-4 {
    display: none;
}
    

/* cards */
.home-col .box-cards .ps-card {
    text-align: left;
    width: 190px;
    height: 170px;
    margin: 5px;
}

.home-col .box-cards .ps-card .ps-btn {
    max-width: 50%;
    padding: 5px;
    float: right;
    color: #3bafff;
    border-color: #3bafff;
}

.home-col .box-cards .slick-list {
    height: 220px;
}

.home-col .box-cards .ps-carousel .slick-track {
    left: 0;
}

.home-col .box-cards .ps-card .ps-post--btn {
    padding: 10px 10px;
    color: black;
}

.home-col .box-cards .ps-card .ps-post--single {
    border-bottom: 1px solid #E6E6E6;
    padding: 30px 20px 0px 20px;
    min-height: 115.5px;
}

.home-col .box-cards .ps-card .ps-post--single .ps-heading-4 {
    margin: 0;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 15px;
}

.home-col .box-cards .ps-card .ps-post--single .ps-heading-3 {
    font-size: 12px;
    line-height: 15px;
    color: #7f7f7f;
}

.home-col .box-cards .ps-card .ps-post--title {
    border-bottom: 1px solid #E6E6E6;
    padding: 0px 20px 20px 20px;
}

.home-col .box-cards .double .ps-card .ps-btn {
    width: 49%;
    font-size: 10px     
}

.home-col .ps-card .ps-post--error {
    height: 100%;
}

.home-col .ps-card .ps-post--error p {
    padding: 49px 20px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #7f7f7f;
}
.home-col .ps-card .ps-post--error button {
    max-width: 100%!important;
    float: unset!important;
    margin: 0 auto;
}

.home-col .box-cards .double .ps-card .ps-btn.left {
    float: left;
}

.home-col .box-cards .double .ps-card .ps-btn.right {
    float: right;
}

.home-col .box-cards .ps-heading-4 {
    font-size: 14px;
    line-height: 20px;
    max-width: 100px;
}

.home-col .box-cards .ps-ico {
    color: #3bafff;
    margin-bottom: 10px;
}

.home-col .box-cards .ps-post--number {
    font-size: 36px;
    line-height: 30px;
    color: #3bafff;
    font-weight: 300;
    padding: 20px 20px 5px 20px;
    font-weight: 600;
}

.home-col .box-cards  .ps-accordion .ps-panel {
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
    overflow: hidden;
    position: relative;
    min-height: 120px;
    background-color: white;
    text-align: center;
    margin-bottom: 30px;
}

.home-col .box-cards  .ps-accordion .ps-panel-head.ps-headline:after {
    position: relative;
    display: inline-block;
    top: 30px;
    margin-left: 25px;
    font-size: 15px;
    float: left;
    margin: 0px;
    left: 49%;
    color: #30C5FF;
    font-weight: 600;
}

.home-col .box-cards .ps-accordion .ps-panel-head {
    display: block;
    padding: 35px 0;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 100%;
    color: #34373e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.home-col .box-cards .ps-panel-ctt {
    width: 100%;
    margin-top: 100px;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    padding: 0;
}

.home-col .box-cards .ps-panel-ctt a.item-list {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #34373e;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0px;
    color: #30C5FF;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.home-col .box-cards .ps-panel-ctt a.item-list:last-child {
    border: none;
}

.home-col .box-cards .ps-panel-ctt a.item-list:hover {
    background-color: #E6E6E6;
    color: #34373e;
}

.home-col .box-cards .ps-carousel { 
    margin: 40px 0;
}

.home-col .box-cards .ps-card {
    max-height: 170px!important;
    margin-bottom: 0;
    box-shadow: 1px 1px 1px -1px rgba(0,0,0,.4);
}

.ps-frm-onOff-ipt:checked+.ps-frm-onOff-lbl .ps-frm-onOff-switch,
.ps-frm-onOff-switch {
    animation: unset;
}

.ps-frm-onOff-inner:before {
    height: 23px;
    text-align: left;
    padding: 0;
}

.ps-frm-onOff-switch {
    width: 17px;
    height: 17px;
    right: 40px;
}

.ps-frm-onOff-inner:after,
.ps-frm-onOff-inner:before {
    height: 23px;
    padding: 0px 10px;
}


/* cálculos */
.container-calculos,
.card-big{
    display: flex;
    flex-direction: column;
}

.card-medium {
    display: flex;
    flex-direction: row;
}

.card-inner {
    flex: 1;
    margin: 0 10px 0  0;
}

.col-calculos .ps-card {
    box-shadow: 0 7px 9px 0 #f1f1f1;
    padding: 20px 10px;
    margin:  0 0 20px  0; 
    width: 100%;
}

.col-calculos .one-row{
    height: 380px;
}

.col-calculos .two-row{
    height: 180px;
}

.col-calculos .one-row-big{
    height: 1180px;
}

.col-calculos .ps-heading-4 {
    text-align: center;
    margin-bottom: 20px;
}

.col-calculos .list-item{
    padding: 10px 0;
    list-style: none;
}

.col-calculos .list-item a {
    color: #30C5FF;
    text-transform: uppercase;
    font-size: 12px;
}

.col-calculos .list-item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}


/*proposta moda*/
#uploadFile {
    line-height: 30px;
    background: #FFF;
    border-bottom: 1px solid #D2D2D2;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 2px 5px;
    margin-bottom: 5px;
    width: 250px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-input-file {
    color: #fff;
    font-weight: 600;
    padding: 8.5px 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1.5px;
    background: #00adef;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    margin-bottom: 40px; 
}

/*alterar senha */
.col-input-cont {
    position: relative;
    padding-top: 7px;
}

.col-showPWD {
    position: absolute;
    top: 20px;
    right: 7px;
    width: 20px;
    height: 20px;
    z-index: 30;
    cursor: pointer
}

.col-showPWD .ps-ico {
    color: #039ee2
}

.col-showPWD.off {
    color: #b5e1ff
}

.col-ico-eye {
    background: url('/col/recursos/img/icon-eye-open.svg') no-repeat;
    width: 22px;
    height: 22px
}

.col-ico-eye.blocked {
    background: url('/col/recursos/img/icon-eye-open-off.svg') no-repeat
}

/*telefones */
.accordion-telefones .ps-accordion .ps-panel-ctt {
    padding: 0 15px 20px 15px;
}

.accordion-telefones .ps-accordion .ps-panel-ctt .telefone-subtitle {
    font-weight: 600;
    padding-top: 20px;
}

.accordion-telefones .ps-accordion .ps-panel-head {
    padding: 15px !important;
}

/* footer */
.home-col footer {
    padding-top: 10px;
    background: #FFF;
    border-top: 1px solid #D2D2D2;
}

.home-col footer ul {
    padding: 0px;
}

.home-col footer ul li {
    list-style: none;
    margin-bottom: 8px;
}

.home-col footer ul li a {
    color: #747474;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    word-break: break-word;
    text-decoration: none;
}

.home-col footer ul li a:hover,
.home-col footer ul li a:active,
.home-col footer ul li a:focus {
    color: #1C1C1C;
    font-weight: 600;
}

.home-col .ps-ico-information {
    margin-right: 7px;
    color: #54b2cf;
    font-size: 17.3px;
}

.home-col footer p.title {
    text-transform: uppercase;
    border-bottom: 1px solid #D2D2D2;
    padding: 20px 0;
    margin-bottom: 25px;
    letter-spacing: 2;
    font-weight: 600;
    color: rgba(28,28,28,.6);
}

.home-col .footer-details p {
    color: #747474;
}

.home-col footer p.first {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.home-col footer p.bold {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 15px;
}

.home-col .footer-custom {
    border-top: 1px solid rgba(210,210,210,.4);
    padding: 15px 0;
}

.home-col .footer-custom a {
    text-decoration: none;
    margin-right: 30px;
    font-size: 11px;
    font-weight: 600;
    color: #1C1C1C;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 21px;
}       

.home-col footer img.ico {
    width: 20px;
    margin-right: 7px;
    margin-bottom: 4px;
    vertical-align: middle;
    /*filter: grayscale(100%);*/
}


/* banner */
.home-col .ps-banner-home {
    width: 100%;
    text-align: center;
    padding: 35px 0;
}


/* noticias */      
.home-col .box-noticias img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 0;
}

.home-col .box-noticias .esq img {
    position: relative;
    width: 100%;
    min-height: 390px;
}

.home-col .box-noticias .flex img {
    position: relative;
}

.home-col .box-noticias .esq,
.home-col .box-cards .esq,
.home-col .box-noticias .dir,
.home-col .box-cards .dir,
.home-col .box-infos .esq,
.home-col .box-infos .dir {
    width: 50%;
    float: left;
}

.home-col .box-infos .dir {
    text-align: right;
}

.home-col .box-infos .esq,
.home-col .box-infos .dir {
    padding: 40px 20px;
}

.home-col .box-noticias .card-noticias {
    margin: 0 4px 35px 4px;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
    overflow: hidden;
    position: relative;
    min-height: 390px;          
    max-height: 390px;          
    height: 390px;          
    background-color: #FFF;
}

.home-col .box-noticias .card-noticias .ps-heading-4 {
    font-size: 22px;
    line-height: 30px;
}

.home-col .box-noticias .card-noticias .ps-caption {
    font-size: 12px;
    line-height: 16px;
}

.home-col .box-noticias .card-noticias .top {
    margin-bottom: 10px;
}

.home-col .box-noticias .flex {
    min-height: 390px;
    max-height: 390px;
    height: 390px;
    display: flex;
    flex-direction: column;
}

.home-col .box-noticias .single .ps-heading-4 {
    padding-top: 120px;
}

.home-col .flex .top,
.home-col .flex .mid {
    padding: 20px 20px 0;
}

.home-col .flex .mid {
    flex: 1 0 auto;
    padding-top: 5px;
}

.home-col .flex .bot { 
    padding: 20px; 
}

#divNoticiasCinetica .ps-heading-4 {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    float: none;
    line-height: 20px;
}

#divNoticiasCinetica .ps-card a {
    bottom: 0px !important;
    position: absolute !important;
    padding: 20px 0;
}

#divNoticiasCinetica .ps-md-pad {
    padding: 20px;
    padding-bottom: 20px !important;
    padding-top: 0px;
}

#divNoticiasCinetica .ps-card {
    min-height: 450px;
}

#divNoticiasCinetica a.ps-btn {
    max-width: 200px;
    margin: 0 auto;
}

#divNoticiasCinetica .ps-btn-text {
    padding: 20px 0;
}


/* proposta */
.home-col .card-aspect {
    margin: 50px 4px 35px 4px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    padding: 30px 20px !important;
}

.home-col .card-aspect td {
    border: none !important;
}

.home-col .card-aspect tr {
    border: 1px solid #D2D2D2 !important;
}

.home-col .card-aspect td p {
    font-size: 8px;
    text-align: center;
} 

.home-col .card-aspect tr:hover,
tr.jsgrid-row:hover {
    background-color: #f1f1f1;
}

.ui-autocomplete {
    z-index: 10;
}


/* calculadora */
.home-col .ps-panel-ctt .ps-card {
    width: 200px;
    height: 120px;
}

.home-col .aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-col .aligner-item {
    font-family: 'Open Sans',Sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    word-wrap: break-word;
}

.home-col .aligner-item--top {
    align-self: flex-start;
}

.home-col .aligner-item--bottom {
    align-self: flex-end;
}


/* portoplus */
.home-col .ps-condicoes-login {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
}

.home-col .ps-condicoes-login .ps-headline {
    margin-bottom: 10px;
}

.home-col .ps-condicoes-login .seec {
    min-height: 120px;
}

.home-col .enderecos .seec {
    padding: 20px 30px;
}

.home-col .enderecos .seec span {
    margin-right: 10px;
}

.home-col .ps-condicoes-login .seec:last-of-type {
    border-right: none;
}

.home-col .btn-area button {
    width: 48%;
    float: left;
}

.home-col .btn-area button:last-of-type {
    float: right;
}

.home-col .ps-modal iframe {
    width: 100%;
}

.home-col .box-infos .seec .ps-headline span {
    font-size: 14px;
}

.home-col .box-infos .seec .ps-headline {
    margin-bottom: 0px;
    font-size: 22px;
}

.home-col .box-infos .seec .ps-headline.plus {
    font-size: 26px;
}


/* detail */
.home-col .custom-detail .ps-wizard-content .ps-wizard-submit-row {
    border: none !important;
}

.home-col .custom-detail .ps-dataview dd {
    border: none;
}

.home-col .custom-detail span.dt {
    padding-top: 0px !important;
    font-weight: 300;
    font-size: 12px;
    color: #B5B5B5;
}

.home-col .custom-detail .card-detail {
    width: 100%;
    margin: 0px 0px 35px 0px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
    overflow: hidden;
    position: relative;
    min-height: 100px;
    background-color: #FFF;
    padding: 20px 10px;
}

.home-col .custom-detail .card-pend {
    width: 100%;
    margin: 0px 0px 35px 0px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.home-col .custom-detail .card-detail a,
.home-col .custom-detail .card-pend p {
    float: left;
    width: 100%;
    display: block;
    text-decoration: none;
}

.home-col .custom-detail .card-detail span {
    /*float: right;*/
    color: #1C1C1C;
}

.home-col .custom-detail .ps-dataview dd {
    line-height: 16px;
}

.home-col .custom-detail .sidebar .card-detail dd.opt a {
    float: left;
    height: 35px;
    width: 35px;
}

.home-col .custom-detail .sidebar .card-detail span.ps-ico {
    float: left;
    margin-right: 10px;
}

.home-col .custom-detail .sidebar .card-detail dd.opt span.ps-ico {
    font-size: 26px;
    color: #30C5FF;
}

.home-col .custom-detail .sidebar .card-detail small {
    color: #c1c1c1;
}

.home-col .custom-detail .card-pend span {
    margin-right: 10px;
}

.home-col .custom-detail .card-pend .item {
    padding: 10px;
    /*border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    height: 60px;*/
}

.home-col .custom-detail .card-pend .item:last-child {
    border: none;
}

.home-col .custom-detail .card-pend .item .ps-btn {
    width: 100px;
    float: right;
}

.home-col .custom-detail .ps-tabs {
    padding: 0px;
    z-index: 0;
    display: inline-table;
}

.home-col .custom-detail .btn-cancel {
    max-width: 200px;
    margin-bottom: 40px;
}

.home-col .custom-detail .ps-tabs li {
    display: table-cell !important;
}

.home-col .custom-detail .ps-tabs .ps-tab {
    padding: 10px 5px !important;
}

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

.home-col .hr {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.home-col .custom-table .ps-panel.ps-accordion-opened {
    /*padding: 0 50px;*/
}

.home-col .custom-table td.jsgrid-align-left {
    text-align: left !important;
}

.home-col .custom-table label.ps-frm-lbl {
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: -10px;
}

.home-col .custom-table .ps-tab-content,
.home-col .custom-table .ps-tabs {
    padding: 0px;
}

.home-col .custom-table .ps-tab-content {
    padding-top: 30px;
}

.home-col .ps-wizard.ps-wizard-icon .ps-wizard-step .ps-ico {
    margin-bottom: 30px;
}

.home-col .ps-wizard.ps-wizard-icon span.ps-sm-show {
    padding-top: 0px!important;
}

.home-col .jsgrid-table {
    width: 100%!important;
}

.home-col .custom-table sup.ps-badge {
    top: 15px;
    margin-left: -30px;
    width: 25px;
    height: 25px;
    padding: 6px;
    background: #34bbff;
}

.home-col .custom-table .ps-tab-selected sup.ps-badge {     
    background: #fff;
    color: #34bbff;
}

.home-col .custom-table sup.ps-badge {
    top: 15px;
    margin-left: -40px;
    width: 30px;
    height: 25px;
    padding: 6px;
}

.bg-modal-oportunidades,
.content-modal {
    z-index: 10!important;  
}

.jsgrid-grid-body td.ps-datagrid-sorted,
.jsgrid-grid-body .jsgrid-alt-row td.ps-datagrid-sorted,
.jsgrid-grid-body .jsgrid-alt-row td,
.jsgrid-grid-body tr:hover td.ps-datagrid-sorted {
    background: #fff; 
}

.jsgrid-header-row>th.jsgrid-header-sort-desc:before {
    font-family: ps_glyph_icons!important;
    content: "\e960"!important;
    color: #34373e;
}

.jsgrid-header-row>th.jsgrid-header-sort-asc:before {
    font-family: ps_glyph_icons!important;
    content: "\e963"!important;
    color: #34373e;
}

.jsgrid-table tbody td, 
.jsgrid-table tbody th, 
.jsgrid-table thead td, 
.jsgrid-table thead th, 
.ps-table tbody td, 
.ps-table tbody th, 
.ps-table thead td, 
.ps-table thead th {
    opacity: 1;
}

.p-colab { 
    float: left;
}

.input-colab.ps-frm-entry {
    width: 50px;
    float: left;
    margin-top: -8px;
    padding-left: 15px;
}                  

.home-col .custom-table .ps-panel.ps-accordion-opened {
    padding-left: 0;
}

.home-col .custom-table .ps-panel-ctt {
    padding-left: 35px;
}

.home-col .ps-accordion .ps-panel-head {
    padding: 15px 0;
}

.home-col .acordeon-proposta-detail .ps-accordion .ps-panel,
.home-col .acordeon-proposta-detail-table .ps-accordion .ps-panel  {
    border-bottom: 1px solid #f0f0f0;
}

.home-col .acordeon-proposta-detail .ps-accordion .ps-panel:last-child, 
.home-col .acordeon-proposta-detail-table .ps-accordion .ps-panel:last-child {
    border-bottom: none;
}

.home-col .acordeon-proposta-detail .ps-accordion .ps-panel-head.ps-headline:after{
    display: none;
}

.home-col .acordeon-proposta-detail-table .ps-accordion .ps-panel-head:after  {
    position: absolute;
    top: 13px;
    font-size: 10px;
    right: 12px;
    float: right;
    display: inline-block;
}

.home-col .acordeon-proposta-detail .ps-accordion .ps-panel-head{
    padding: 0;
}

.home-col .acordeon-proposta-detail .card-pend .ps-panel .ps-btn {
    float: right;
}

.home-col .acordeon-proposta-detail .ps-ico-check {
    color:#2ecc71;
}

.home-col .acordeon-proposta-detail .ps-ico-alert-rounded {
    color:#f39c12;
}

.text-corrigir{
    position: absolute;
    right: 12px;
    color:  #30c5ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}

.text-corrigir .ps-ico-arrow-down,
.ps-ico-arrow-up{
    margin-left: 10px;
    font-size: 12px;
}

.acordeon-proposta-detail-table .table-row{
    padding: 10px 0;
    display: block;
}

.acordeon-proposta-detail-table .table-title{
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    color: #6c6c6c;
}

.acordeon-proposta-detail-table .table-itens-number {
    padding-left: 20px;
}

.acordeon-proposta-detail-table .table-itens{
    font-size: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-weight: normal;
    padding-bottom: 10px;
}

.acordeon-proposta-detail-table .table-itens sup.ps-badge {
    position: relative;
    width: 21px;
    height: 21px;
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    margin-right: 5px;
}

.acordeon-proposta-detail-table .table-itens sup.ps-bagde-gray {
    background-color: #a6a6a6;
}

.acordeon-proposta-detail-table  .ps-panel-foot{
    border-top: 1px solid #dddddd;
}

.acordeon-proposta-detail-btn{
    margin-bottom: 35px;
}

.ps-container-fluid > .ps-container > .card-flex:empty { 
    display: none; 
}
  
/* refresh cards */
.home-col .refresh-cards {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}

.home-col .refresh-cards .ps-caption { 
    color: #7f7f7f;
}

.home-col .refresh-cards .ps-ico-refresh {
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 5px;
}


/* cards home */
.blue-aspect {
    height: 50%;
    border-bottom: 1px solid #E6E6E6;
    display: block;
}

.blue-aspect p {
    padding: 30px 20px 0px 20px;
}

.blue-aspect span {
    margin: 9px 0px;
    float: right;
    font-size: 10px;
}

.blue-aspect:last-child {
    border-bottom: none;
}

.blue-aspect.big p {
    padding: 65px 20px 0px 20px;
}

a.blue-aspect.big {
    height: 100%;
}

.home-col .box-cards .ps-card.blue {
    border-top: 5px solid #3bafff;
    border-bottom: 5px solid #3bafff;
}

.home-col .box-cards .ps-carousel {
    margin: 0;
    padding: 0;
}

.home-col .box-cards .ps-carousel .ps-carousel-container {
    padding: 50px 0 0;
}

.home-col .card-loading .ps-ico-loading-spin {
    display: none;
}

.home-col .card-flex {
    display: flex;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    -ms-flex-pack: center;
}

@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 

    .home-col button.ps-btn.ps-btn-primary.btn-chat {
        position: relative;
        /*top: 100px;*/
    }
}


/* cadastro colaborador accordion new */
.ps-row.accordion-new{
    margin-bottom: 40px;
}

.accordion-new ul {
    list-style: none;
    padding: 0;
}

.accordion-new .ps-row {
    margin: 0; 
}

.accordion-new .border-bottom{
    border-radius: 4px;
}

.accordion-new .border-bottom:not(:first-child) { 
    border-bottom: 1px solid #CCC;
}

.accordion-new .main-title {
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 300;
    padding-left: 10px;    
}

.accordion-new-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}


.accordion-new .subtitle{
    font-weight: bold;
    padding-bottom: 10px;
}

.accordion-new ul .inner {
    overflow: hidden;
    display: none;
    padding-left: 10px;
    padding-bottom: 0;
}


.accordion-new ul .inner.show {
    /*display: block;*/
    background: #f1f1f1;
}

.accordion-new ul li a.toggle {
    border-radius: 4px;
    display: block;
    color: #000;
    transition: background .3s ease;
    text-decoration: none;
    line-height: 40px;
}

.accordion-new ul li a.toggle:after {
    font-family: ps_glyph_icons;
    font-size: 10px;
    line-height: 22.75px;
    content: "\e960";
    color: #30C5FF;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}    

.accordion-new-bg-color {
    background: #f1f1f1;
}

.accordion-new label.ps-frm-checkbox:before {
    float: left;
    position: relative;
    top: 7px;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 2;
}

.accordion-new label.ps-frm-checkbox {
    padding: 0;
    width: 100%;
    font-size: 12px;
    margin: 0;  
    line-height: 40px;
}

.accordion-new label.ps-frm-checkbox:not(:last-child) {
    border-bottom: 1px solid #CCC;
}

.accordion-new label.ps-frm-checkbox:last-child {
    border-bottom: none;
}

.ps-md-mod1.ps-select-buttons {
    text-align: center;
    padding-top: 50px;
}

/* 1024 */
@media (min-width: 1024px) and (max-width: 1220px) { 
    .home-col .menu-header-2 .menu a {
        font-size: 11px;
        padding: 12px 3px;
    }
}

/* tablet */
@media (max-width: 1023px) { 
    .home-col .menu-header-2 .menu li {
        padding: 0 4px;
    }
    
    .home-col .menu-header-2 .menu a {
        font-size: 11px;
    }
    
    .home-col .menu-header-2 .menu span {
        font-size: 8px;     
    }
    
    .home-col .menu-header-1 .box.user-area {
        max-width: 250px;
    }
    
    .home-col .user-area .infos {
        max-width: 155px; 
        margin-left: 15px;
    }
    
    .home-col .user-area .avatar {
        margin-left: 15px;   
    }

    .home-col .user-area .infos .name {
        font-size: 12px;
        margin-top: 0;
    }
    
    .home-col .menu-header-1 .search-area #searchIcon,
    .home-col .menu-header-1 .notification-area #notificationIcon  {
        margin-left: 15px;
    }

    .home-col .box-noticias .esq,
    .home-col .box-noticias .dir {
        width: 50%;
    }
    
    .table-itens-sm {
        text-align: center;
    }
    
    .acordeon-proposta-detail-table .table-itens sup.ps-badge{
        margin: 0 auto 5px;
    }
    
    .acordeon-proposta-detail-table .table-row-sm {
        min-height: 75px;
    }
    
    .home-col .card-flex{
        flex-wrap: wrap;
        justify-content: space-around !important;
    }
    
    .home-col .box-cards .ps-card{
        height: 180px;
        margin-bottom: 20px;
    }
    
    .home-col .box-cards .ps-card{
        max-height: 180px !important;
    }
    
    .accordion-new .subtitle {
        padding-top: 20px;
        padding-bottom: 0px;
    }
}


/* mobile */
@media (max-width: 768px) {
    .btn-margin-mobile,
    .margin-bottom {
        margin-bottom: 20px;
    }
    
    .ps-accordion .ps-panel-head.ps-headline:after, 
    .ps-accordion .ps-panel-head:after {
        right: 0;
    }
    
    .buscas .ps-frm-lbl.ps-frm-lbl-internal {
        margin: 0 0 -20px 0;
        height: auto;
        line-height: 20px
    }
    
    .buscas .ps-frm-lbl .ps-ico-magnifi-glass {
        font-size: 13px;
        float: right;
    }
    
    .ps-frm-lbl.ps-frm-lbl-internal.ps-frm-lbl-focus{
        line-height: 18px;
    }
    
    .home-col .ps-card .ps-btn .ps-ico {
        font-size: 20px;
        margin: 0;
    }

    .home-col .ps-card .mobi {
        display: block!important;
    }

    .home-col .ps-row {
        padding: 0 5px;
    }

    .home-col .menu-header-2,
    .home-col .menu-header-1 .search-area,
    .home-col .menu-header-1 .notification-area,
    .home-col .menu-header-1 .user-area {
        display: none;
    }

    .home-col .menu-header-3 {
        background-color: #e3e3e3;
        height: 40px;
        justify-content: space-around;
        display: flex;
    }

    .home-col .menu-header-3 a {
        align-self: self-start;
    }

    .home-col .menu-header-3 a .ps-ico {
        font-size: 30px;
        padding: 5px;
        color: #34373e;
    }

    .home-col .box-cards b {
        font-weight: 600;
        font-size: 1.5em;
    }
    
    .home-col .btn-open.ps-ico.ps-ico-chat,
    .ps-banner-home  {
        display: none;
    }

    .home-col .box-flex-left img {
        margin-right: 5px;
    }

    .home-col .box-flex-left img.logo {
        margin-right: 5px;
    }

    .home-col .box-flex-left {
        justify-content: center;
    }

    .box-infos .ps-container {
        padding: 0;
    }

    section.box-infos {
        padding: 0;
    }

    .seec {
        border-left: none!important;
        border-right: none!important;
        border-bottom: none;
    }

    .seec:last-child {
        border-bottom: none!important;
    }

    .home-col .box-noticias .esq img {
        height: auto;
        min-height: initial;
        width: 100%;
    }

    .home-col .box-noticias .esq,
    .home-col .box-noticias .dir {
        width: 100%;
        float: initial;
    }
    
    .home-col .flex .mid {
        flex: none;
    }

    .home-col .menu-header-4 {
        /*display: none;*/
        background-color: #e3e3e3;
        height: 100%;
        width: 300px;
        position: fixed;
        z-index: 999;
        overflow: auto;
        top: 0;
        left: -300px;
        display: block;
    }

    .home-col .menu-header-4.left {
        display: block!important;
        left: 0!important;
    }

    .modal-aspect {
        display: none;
        width: 100%;
        height: 100%;
        opacity: 1;
        position: fixed;
        overflow: auto;
        background: rgba(0,0,0,.85);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
    }

    .home-col .modal-aspect.left {
        display: block!important;
    }

    .home-col .menu-header-4 .btn-close {
        top: 0;
        right: 0;
        position: absolute;
        font-size: 25px;
        padding: 10px;            
    }
    
    .home-col .menu {
        text-align: left;
    }
    
    .home-col .menu  li {
        font-family: 'Open Sans',Sans-serif !important;
        font-size: 14px;
    }
         
    .home-col .menu-header-4 li:not(:last-child) {
        padding: 0px;
        border-bottom: 1px solid #a1a1a1;
    }

    .home-col .menu-header-4 li a {
        text-decoration: none;
        color: #34373e;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        display: block;
    }

    .home-col .menu-header-4 a span.ps-ico.ps-ico-arrow-right {
        font-size: 10px;
        margin: 0;
        margin-left: 10px;
    }

    .home-col .menu-header-4 a span {
        color: #34373e;
        font-size: 17px;
        margin: 0;
        margin-right: 6px;
    }
    
    .home-col .menu-header-4 .ps-ico-gear {
        float: left;
    }         

    .home-col .menu-header-4 ul {
        padding: 0px; 
        margin: 0px;
    }

    .home-col .menu-header-4 ul ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #c3c3c3;
    }

    .home-col .menu-header-4 .user-area p {
        color: #34373e!important;
    }

    .home-col .menu-header-4 .user-area {
        width: 100%;
        height: 100%;
        max-height: 140px;
        display: block;
        background-color: #f3f3f3;
    }

    .home-col .menu-header-4 .user-area a {
        width: 50%;
        float:  left;
        height: 30px;
        text-align: left;
        padding-left: 6px;
        text-transform: uppercase;
        text-decoration: none;
        color: #34373e;
        font-size: 12px;
    }

    .home-col .menu-header-4 .user-area .infos {
        float: left;
        margin-top: 20px;
        margin-left: 6px;
        margin-bottom: 10px;
        width: 175px;
        text-align: left;
    }
    .home-col .menu-header-4 .user-area .infos a {
        padding: 0;
        font-size: 10px;
        text-decoration: underline;
        margin-top: 5px;
    }

    .home-col .menu-header-4 ul.sub-menu {
        display: none;
    }

    #modalSearch section,
    #myChatMobile {
        padding: 10px 12px;
    }

    #modalSearch .ps-modal-container {
        top: 25%;
    }

    .home-col .menu-header-4 .user-area .infos {
        margin-left: 6px; 
    }

    .home-col .user-area .avatar {
        float: unset!important;
        margin-left: 15px!important;
        width: 50px!important;
        margin-bottom: 20px;
    }

    .acordeon-proposta-detail-table .table-row-sm {
       display: table;
    }
    
    .table-itens-sm {
        text-align: left;
    }
    
    .home-col .acordeon-proposta-detail-table .ps-accordion .ps-panel-head:after {
        bottom: 30px;
        top: auto;
    }
    
    .home-col .acordeon-proposta-detail .ps-accordion .ps-panel:last-child,
    .home-col .acordeon-proposta-detail-table .ps-accordion .ps-panel:last-child {
        padding-bottom: 10px;
    }
    
    .acordeon-proposta-detail-table .table-itens sup.ps-badge {
        margin-right: 6px;
    }
    
    .acordeon-proposta-detail-table .table-itens-number {
        padding-left: 0;
    }
    
    .home-col .acordeon-proposta-detail .ps-accordion .ps-panel-head {
        display: table;
    }
    
    .text-corrigir {
        bottom: 0;
    }
    
    .acordeon-padding-btn {
        margin-bottom: 10px;
    }
    
    .ps-accordion:hover .ps-panel {
        opacity: 1;
    }
    
    .acordeon-proposta-detail-label .ps-frm-lbl.ps-frm-lbl-internal {
        height: auto;
        line-height: 20px;
    }
    
    .politica-padding-mobile {
        padding: 0 15px;
    }

    .home-col .card-flex {
        display: block !important;
    }

    .home-col .box-cards .ps-card {
        float: left;
        margin: 1%;
        width: 48%;
        margin-bottom: 15px;
    }
    
    .home-col .ps-card .ps-post--error p {
        padding: 25px;
    }
    
    .home-col .box-cards .ps-card .ps-btn{
        font-size: 10px;
    }

    .home-col .ps-row.accordion-new {
        padding: 0; 
    }
    
    .accordion-new .subtitle {
        padding-top: 20px;
    }

    .home-col footer ul li {
        margin-bottom: 10px;
    }
    
    .home-col .footer-custom {
        margin-top: 25px;    
    }
    
    .home-col .footer-custom a {
        float: left;
        line-height: 30px;
    }
    
    .download-icon{
        margin-bottom: 15px;
    }
    
    .home-col footer .store img{
        width: 135px;
    }
    
    .card-medium {
        flex-direction: column;
    }
    
    .col-calculos .one-row, 
    .col-calculos .two-row, 
    .col-calculos .one-row-big {
        height: auto;
    }
    
    .home-col .refresh-cards {
        float: left;
    }
    
    .home-col .refresh-cards .ps-ico-refresh {
        margin-left: 10px;
        float: right;
        font-size: 17px;
        margin-bottom: 0px;
    }

    .accordion-telefones .ps-accordion .ps-panel-head{
        height: auto;
    }
    
    .accordion-telefones .ps-accordion .ps-panel-ctt {
        padding: 0 15px 15px 15px;
    }
}


/*inbenta*/
@font-face{
    font-family:inbenta-app-icons;
    src:url(/col/recursos/icones-inbenta/1ab1617bc098256c7c9bce82e5257e1b.eot);
    src:url(/col/recursos/icones-inbenta/1ab1617bc098256c7c9bce82e5257e1b.eot?#iefix) format("embedded-opentype"),
    url(/col/recursos/icones-inbenta/4a638f2704c765e32e0a8d7fc9293c01.woff) format("woff"),
    url(/col/recursos/icones-inbenta/e6560efb30c8f4a297b7947afe4bda2f.ttf) format("truetype"),
    url(/col/recursos/icones-inbenta/6d61fd87dd71282331fbf1326cc383f0.svg#inbenta-app-icons) format("svg");
    font-weight:400;
    font-style:normal;
}

[data-icon]:before {
	content: attr(data-icon)
}

.inbenta-km-icon, [data-icon]:before {
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.inbenta-km-icon {
	font-size: 15px
}

.inbenta-km {
	display: flex;
	flex-direction: column;
	max-width: 1024px;
	width: 100%;
	min-height: 100vh
}

.inbenta-km__content {
	flex-grow: 2
}

.inbenta-km * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.inbenta-km__search {
	position: relative
}

.inbenta-km__search__form {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.inbenta-km .form__input {
	flex-grow: 2;
	min-width: 1px
}

.inbenta-km .form__button .inbenta-km-button {
	display: flex;
	align-items: center
}

.inbenta-km__autocompleter {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 9999
}

.inbenta-km__autocompleter, .inbenta-km__results {
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer
}

.inbenta-km-button:focus {
	outline: none
}

.inbenta-km-input {
	flex-grow: 2
}

.inbenta-km-input::-ms-clear {
	display: none
}

.inbenta-km__faq {
	display: flex;
	flex-direction: column;
	cursor: pointer
}

.inbenta-km__faq__title .title__faq {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 2
}

.inbenta-km__faq__body {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	opacity: 0;
	max-height: 0;
	overflow: hidden
}

.inbenta-km__faq--active .inbenta-km__faq__body {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	opacity: 1;
	max-height: 1000vh;
	overflow: initial
}

.inbenta-km__rating {
	display: flex;
	align-items: center;
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__rating__comment, .inbenta-km__rating__content {
	flex-grow: 2
}

.inbenta-km__rating__comment, .inbenta-km__rating__comment .comment__feedback,
	.inbenta-km__rating__comment .content__buttons,
	.inbenta-km__rating__content, .inbenta-km__rating__content .comment__feedback,
	.inbenta-km__rating__content .content__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.inbenta-km__rating__comment .comment__feedback,
	.inbenta-km__rating__content .comment__feedback {
	flex-grow: 2
}

@media ( max-width :480px) {
	.inbenta-km__rating__comment, .inbenta-km__rating__content {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.inbenta-km__rating__comment .comment__feedback,
		.inbenta-km__rating__content .comment__feedback {
		display: flex;
		flex-flow: row wrap
	}
}

.inbenta-km__categories {
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__categories .container__category__group {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.inbenta-km__categories__container .container__category-name {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.inbenta-km__category {
	flex-grow: 2
}

.inbenta-km__category__content-category {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.inbenta-km__breadcrumb {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__breadcrumb, .inbenta-km__breadcrumb__element {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.inbenta-km__refreshNotification {
	position: fixed !important;
	top: 16px !important;
	right: 16px !important;
	bottom: !important;
	left: !important;
	display: flex;
	flex-direction: column;
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__refreshNotification__header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.inbenta-km__refreshNotification--oculted {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	transform: translateX(500px)
}

body.inbenta-km-modal--open {
	overflow: hidden
}

.inbenta-km__modal {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	overflow-y: auto;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	-ms-word-break: break-all;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__modal__content {
	position: relative !important;
	top: !important;
	right: !important;
	bottom: !important;
	left: !important;
	opacity: 0;
	z-index: 2
}

.inbenta-km__modal .content__header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.inbenta-km__modal .content__footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center
}

.inbenta-km__modal--active {
	opacity: 1;
	pointer-events: auto
}

.inbenta-km__modal--active .inbenta-km__modal__content {
	opacity: 1
}

.inbenta-km__instants {
	width: auto;
	max-width: 423px;
	z-index: 998
}

.inbenta-km__instants__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment,
	.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__content
	{
	display: flex;
	flex-direction: column;
	align-items: center
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__feedback,
	.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__content .comment__feedback
	{
	display: flex;
	flex-flow: row wrap
}

.inbenta-km-hidden {
	display: none
}

@font-face {
	font-family: OpenSans;
	src: url(fonts/7ce00256097ccf0d2c0641fce8a96e57.eot);
	src: url(fonts/7ce00256097ccf0d2c0641fce8a96e57.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/ce3b96ab2b51255e60d2d1aae633dae3.woff) format("woff"),
		url(fonts/a88748791c366be26c9bdf959d583d3f.ttf) format("truetype"),
		url(fonts/9f6cbb23fff05a957bdf1a770a398644.svg#OpenSans-Regular)
		format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: OpenSans;
	src: url(fonts/e4dd295071829c9022725f034943525a.eot);
	src: url(fonts/e4dd295071829c9022725f034943525a.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/0cb4787114f012d2daa4645df1811808.woff) format("woff"),
		url(fonts/5076adfa1bf9c1e5bac965ace755e798.ttf) format("truetype"),
		url(fonts/0b210ecfa25720c98091d3e0e66f3ebe.svg#OpenSans-SemiBold)
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: OpenSans;
	src: url(fonts/6dcdccc095ca3d949a5f0b2c05f8bd08.eot);
	src: url(fonts/6dcdccc095ca3d949a5f0b2c05f8bd08.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/58308bcc8dce00a629bd46305a1c5494.woff) format("woff"),
		url(fonts/07986db864a6fdb45564de20fc8b1691.ttf) format("truetype"),
		url(fonts/e64c68cf344b7e3dc93aafb2f0725405.svg#OpenSans-Bold)
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/df3e10316f2ae8e548a13e195a8265a0.eot);
	src: url(fonts/df3e10316f2ae8e548a13e195a8265a0.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/cc1f80d2045858a6fd40b6aa624df678.woff) format("woff"),
		url(fonts/0f409f15d3a6f4c0734a11da10c10549.ttf) format("truetype"),
		url(fonts/d065abbc8ebc5d936350d9b02aab9620.svg#montserrat/Montserrat-Regular)
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/a2065be1fcf8e3181097d879f6ce4af1.eot);
	src: url(fonts/a2065be1fcf8e3181097d879f6ce4af1.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/e84cac9e58dc7c5d7b2a1f81c0ebd903.woff) format("woff"),
		url(fonts/7ee56f2c0e8a09f317c2cf0420c64ce6.ttf) format("truetype"),
		url(fonts/784fe29cfcd8abf4ab8152659fde3c35.svg#montserrat/Montserrat-Medium)
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/54eac100b6aecfdfbcafab118237276c.eot);
	src: url(fonts/54eac100b6aecfdfbcafab118237276c.eot?#iefix)
		format("embedded-opentype"),
		url(fonts/5dddd7939bcc82989070344f8f529860.woff) format("woff"),
		url(fonts/1c41504881a226873a5e3a2e96b7a40a.ttf) format("truetype"),
		url(fonts/8f68c69121e0993d6f04fc19f6e2713e.svg#montserrat/Montserrat-Regular)
		format("svg");
	font-weight: 300;
	font-style: normal
}

.inbenta-km-title, .inbenta-km__modal .content__header__text {
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	line-height: 44px;
	color: #545084;
	margin: 0 0 16px
}

.inbenta-km-subtitle, .inbenta-km .container__category-name__title,
	.inbenta-km__categories__container .container__category-name__title {
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #545084;
	margin: 0 0 16px
}

.inbenta-km-button {
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	background-color: #58b7b3;
	color: #fff;
	line-height: 24px;
	border-radius: 4px;
	font-weight: 500;
	height: 48px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	padding: 0 16px;
	border: 1px solid #58b7b3
}

.inbenta-km-button, .inbenta-km-button:hover {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s
}

.inbenta-km-button:hover {
	border: 1px solid #378682;
	background-color: #378682;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.inbenta-km-button-disabled, .inbenta-km-button-disabled:hover {
	transition: all .2 cubic-bezier(.25, .75, .5, 1.4) 0s;
	-moz-transition: all .2 cubic-bezier(.25, .75, .5, 1.4) 0s;
	-webkit-transition: all .2 cubic-bezier(.25, .75, .5, 1.4) 0s;
	background-color: #dadada;
	border: 1px solid #dadada;
	cursor: not-allowed
}

.inbenta-km-button-disabled:hover, .inbenta-km-button-disabled:hover:hover
	{
	background-color: #dadada
}

.inbenta-km-input {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	background-color: #fff;
	color: #a2a2a2;
	line-height: 24px;
	border-radius: 4px;
	font-weight: 500;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #f6f6f6;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	-webkit-appearance: none
}

.inbenta-km-input:focus {
	outline: none
}

.inbenta-km__search {
	margin-bottom: 16px
}

.inbenta-km__search__form {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	border-radius: 4px
}

.inbenta-km__search__form:focus, .inbenta-km__search__form:hover {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.inbenta-km__search__form .form__input::-webkit-input-placeholder {
	color: #7a7a7a;
	opacity: 1
}

.inbenta-km__search__form .form__input::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1
}

.inbenta-km__search__form .form__input:-ms-input-placeholder {
	color: #7a7a7a;
	opacity: 1
}

.inbenta-km__search__form .form__input:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1
}

.inbenta-km__search__form .form__input.inbenta-km-input {
	box-shadow: none;
	border-top-right-radius: 0;
	height: 56px;
	color: #7a7a7a
}

.inbenta-km__search__form .form__button .inbenta-km-button {
	height: 56px;
	box-shadow: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0 16px
}

.inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before
	{
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	content: "I";
	color: #fff
}

.inbenta-km__search__form .form__button .inbenta-km-button__text {
	display: none
}

.inbenta-km__autocompleter {
	margin: 8px 0 0;
	padding: 0;
	border-radius: 4px;
	border: 1px solid #f6f6f6;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0
		rgba(0, 0, 0, .19);
	background: #fff;
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px
}

.inbenta-km__autocompleter--selected {
	background: #c9c9c9
}

.inbenta-km__autocompleter__link {
	padding: 16px;
	color: #7a7a7a;
	word-wrap: break-word;
	word-break: break-word
}

.inbenta-km__autocompleter__link:first-of-type {
	border-radius: 4px 4px 0 0
}

.inbenta-km__autocompleter__link:last-of-type {
	border-radius: 0 0 4px 4px
}

.inbenta-km__autocompleter__link:hover {
	cursor: pointer;
	background: #f6f6f6
}

.inbenta-km__faq {
	font-family: OpenSans, Open Sans, sans-serif;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	border-radius: 4px;
	margin: 0 0 16px
}

.inbenta-km__faq, .inbenta-km__faq__title {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s
}

.inbenta-km__faq__title {
	color: #58b7b3;
	font-weight: 500;
	padding: 8px 16px
}

.inbenta-km__faq .title__faq {
	line-height: 24px;
	padding: 4px 0
}

.inbenta-km__faq .title__faq:hover {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	color: #378682
}

.inbenta-km__faq .title__faq__text {
	padding-right: 16px
}

.inbenta-km__faq .title__faq__icon:before {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "g";
	color: #a2a2a2
}

.inbenta-km__faq__body {
	color: #3d3f43
}

.inbenta-km__faq__body .body__contents {
	padding: 0 16px;
	font-weight: 400;
	line-height: 24px
}

.inbenta-km__faq__body a {
	color: #58b7b3;
	text-decoration: none
}

.inbenta-km__faq__body a:hover {
	text-decoration: underline
}

.inbenta-km__faq__body p {
	margin: 0 0 16px
}

.inbenta-km__faq:hover {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.inbenta-km__faq--active .title__faq {
	color: #378682
}

.inbenta-km__faq--active .title__faq__icon:before {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "e";
	color: #a2a2a2
}

.inbenta-km__faq:last-child {
	margin-bottom: 0
}

.inbenta-km__results {
	margin-bottom: 32px
}

.inbenta-km__results__contents .inbenta-km__faqs {
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
	padding: 16px
}

.inbenta-km__modal .inbenta-km__results .content__header__text,
	.inbenta-km__results .inbenta-km-title, .inbenta-km__results .inbenta-km__modal .content__header__text
	{
	display: none
}

.inbenta-km .inbenta-km__results .container__category-name__title .contents__title__text,
	.inbenta-km__categories__container .inbenta-km__results .container__category-name__title .contents__title__text,
	.inbenta-km__results .inbenta-km-subtitle .contents__title__text,
	.inbenta-km__results .inbenta-km .container__category-name__title .contents__title__text,
	.inbenta-km__results .inbenta-km__categories__container .container__category-name__title .contents__title__text
	{
	color: #a2a2a2;
	margin: 0
}

.inbenta-km__results__button {
	display: flex;
	justify-content: flex-start
}

.inbenta-km__results__button .inbenta-km-button {
	background-color: transparent;
	box-shadow: none;
	color: #7a7a7a;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	height: auto;
	margin-bottom: 16px;
	border: none
}

.inbenta-km__results__button .inbenta-km-button:before {
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	content: "1";
	color: #58b7b3;
	padding: 0 8px 0 0
}

.inbenta-km__results__button .inbenta-km-button:hover {
	color: #378682;
	cursor: pointer
}

.inbenta-km__results__not-found {
	margin: 0 0 24px
}

.inbenta-km__modal .inbenta-km__results__not-found .content__header__text,
	.inbenta-km__results__not-found .inbenta-km-title,
	.inbenta-km__results__not-found .inbenta-km__modal .content__header__text
	{
	display: block
}

.inbenta-km__results__not-found .not-found__text {
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #3d3f43
}

.inbenta-km__push {
	margin-bottom: 32px
}

.inbenta-km .inbenta-km__push .container__category-name__title,
	.inbenta-km__categories__container .inbenta-km__push .container__category-name__title,
	.inbenta-km__push .inbenta-km-subtitle, .inbenta-km__push .inbenta-km .container__category-name__title,
	.inbenta-km__push .inbenta-km__categories__container .container__category-name__title
	{
	display: none
}

.inbenta-km__popular {
	margin-bottom: 32px
}

.inbenta-km .inbenta-km__popular .container__category-name__title,
	.inbenta-km__categories__container .inbenta-km__popular .container__category-name__title,
	.inbenta-km__popular .inbenta-km-subtitle, .inbenta-km__popular .inbenta-km .container__category-name__title,
	.inbenta-km__popular .inbenta-km__categories__container .container__category-name__title
	{
	display: none
}

.inbenta-km__related {
	margin: 16px
}

.inbenta-km__related__title {
	margin: 0 0 8px;
	text-transform: uppercase;
	color: #545084;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600
}

.inbenta-km__related__faq .inbenta-km__faq:last-child {
	margin-bottom: 16px
}

.inbenta-km__related__faq .inbenta-km__faq .title__faq {
	color: #58b7b3
}

.inbenta-km__related__faq .inbenta-km__faq .title__faq__icon:before {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "g";
	color: #a2a2a2
}

.inbenta-km__related__faq .inbenta-km__faq__body {
	opacity: 0;
	max-height: 0
}

.inbenta-km__related__faq--active .inbenta-km__faq,
	.inbenta-km__related__faq .inbenta-km__faq__body {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s
}

.inbenta-km__related__faq--active .inbenta-km__faq .title__faq {
	color: #378682
}

.inbenta-km__related__faq--active .inbenta-km__faq .title__faq__icon:before
	{
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "e";
	color: #a2a2a2
}

.inbenta-km__related__faq--active .inbenta-km__faq__body {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	opacity: 1;
	max-height: 1000vh
}

.inbenta-km__categories {
	margin-bottom: 32px;
	font-family: OpenSans, Open Sans, sans-serif
}

.inbenta-km__categories .container__category__group:last-of-type {
	margin: 0 0 32px
}

.inbenta-km__categories__container .container__category-name {
	padding: 0 0 16px
}

.inbenta-km__categories__container .container__category-name__title {
	margin: 0
}

.inbenta-km__categories--sidebar__container {
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	border-radius: 4px
}

.inbenta-km__categories .container__category>.container__category__title
	{
	display: flex;
	align-items: center;
	color: #7a7a7a;
	padding: 8px;
	cursor: pointer
}

.inbenta-km__categories .container__category>.container__category__title .title__icon:before
	{
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	content: "v";
	color: #7a7a7a;
	align-self: center;
	padding-right: 8px
}

.inbenta-km__categories .container__category>.container__category__title .title__text
	{
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

.inbenta-km__categories .container__category>.container__category__title:hover
	{
	background-color: #f6f6f6
}

.inbenta-km__categories .container__category.container__category--active .title__icon:before,
	.inbenta-km__categories .container__category>.container__category__title:hover *,
	.inbenta-km__categories .container__category>.container__category__title:hover :before
	{
	color: #58b7b3
}

.inbenta-km__categories .container__category.container__category--active .title__text
	{
	color: #3d3f43
}

.inbenta-km__categories .container__category__children .container__category__title
	{
	padding-left: 32px
}

.inbenta-km__categories .container__category__children .container__category__title .title__icon
	{
	display: none
}

.inbenta-km__categories .container__category__children .container__category__title .title__text
	{
	text-transform: none;
	font-family: OpenSans, Open Sans, sans-serif;
	font-weight: 400
}

.inbenta-km__categories .container__category__children .container__category--active .title__text
	{
	color: #58b7b3
}

.inbenta-km__categories .container__category__children .container__category__children .title__text
	{
	padding-left: 32px;
	color: #7a7a7a
}

.inbenta-km__categories .container__category__children .container__category__children .container__category--active .title__text
	{
	color: #58b7b3
}

.inbenta-km__category {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	flex-basis: 18%;
	font-family: OpenSans, Open Sans, sans-serif;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 16px 16px 0
}

.inbenta-km__category:last-child {
	margin-right: 0
}

.inbenta-km__category:hover {
	cursor: pointer
}

.inbenta-km__category:hover, .inbenta-km__category:hover .content-category__icon:before
	{
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.inbenta-km__category .content-category__icon {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	display: flex;
	justify-content: center;
	min-height: 140px
}

.inbenta-km__category .content-category__icon:before {
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	content: "v";
	color: #58b7b3;
	align-self: center;
	box-sizing: border-box;
	border-radius: 50px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 3px 12px 0
		rgba(0, 0, 0, .08);
	height: 80px;
	width: 80px;
	padding-top: 23px
}

.inbenta-km__category .content-category__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 2;
	background-color: #f6f6f6;
	padding: 8px 16px;
	color: #58b7b3;
	text-align: center;
	font-weight: 600
}

@media ( max-width :820px) {
	.inbenta-km__category {
		flex-basis: 47.8%
	}
	.inbenta-km__category:nth-child(2n+2) {
		margin: 0 0 16px
	}
}

@media ( max-width :480px) {
	.inbenta-km__category {
		flex-basis: 100%;
		margin: 0 0 16px
	}
}

.inbenta-km .container__category-name__button-wrapper {
	display: none
}

.inbenta-km .container__category-name__title {
	display: flex;
	font-weight: 500;
	font-size: 22px
}

.inbenta-km__rating {
	background-color: #f6f6f6;
	font-size: 15px;
	font-weight: 500;
	margin-top: 24px;
	min-height: 58px
}

.inbenta-km__rating__comment, .inbenta-km__rating__content,
	.inbenta-km__rating__thanks {
	padding: 12px 16px
}

.inbenta-km__rating .inbenta-km-button {
	border-radius: 50px;
	margin-left: 16px;
	padding: 0 9px;
	height: 32px
}

.inbenta-km__rating .inbenta-km-button__text {
	display: none
}

.inbenta-km__rating .inbenta-km-button+.inbenta-km-button {
	margin-right: 16px
}

.inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:before {
	content: "&"
}

.inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:before,
	.inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:before {
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	color: #fff
}

.inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:before {
	content: "'"
}

.inbenta-km__rating .inbenta-km-input {
	padding: 8px;
	box-shadow: none;
	margin: 0 16px;
	resize: none
}

.inbenta-km__rating .comment__feedback__button .inbenta-km-button {
	margin-left: 0;
	padding: 0 24px
}

.inbenta-km__rating .comment__feedback__button .inbenta-km-button__text
	{
	display: flex
}

@media ( max-width :500px) {
	.inbenta-km__rating {
		font-size: 13.5px
	}
	.inbenta-km__rating__content .content__phrase {
		margin-bottom: 16px
	}
	.inbenta-km__rating__content .inbenta-km-button {
		margin: 0 16px 0 0
	}
	.inbenta-km__rating__comment .comment__phrase {
		width: 100%;
		text-align: left
	}
	.inbenta-km__rating__comment .comment__feedback {
		margin-top: 16px;
		width: 100%
	}
	.inbenta-km__rating__comment .comment__feedback .inbenta-km-input {
		margin: 0 0 16px;
		width: 100%;
		max-width: 100%;
		font-size: 13.5px
	}
	.inbenta-km__rating__comment .comment__feedback .inbenta-km-button {
		font-size: 13.5px
	}
	.inbenta-km__rating__thanks {
		width: 100%;
		text-align: center
	}
}

.inbenta-km__breadcrumb {
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 16px;
	font-family: OpenSans, Open Sans, sans-serif
}

.inbenta-km__breadcrumb__element {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	color: #58b7b3;
	padding-right: 8px;
	cursor: pointer;
	white-space: nowrap
}

.inbenta-km__breadcrumb__element:hover {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	color: #378682
}

.inbenta-km__breadcrumb__element:first-child:before {
	font-size: 15px;
	content: "1";
	color: #58b7b3;
	padding: 0 8px 0 0
}

.inbenta-km__breadcrumb__element:after, .inbenta-km__breadcrumb__element:first-child:before
	{
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.inbenta-km__breadcrumb__element:after {
	font-size: 10px;
	content: "g";
	color: #7a7a7a;
	padding: 0 0 0 8px
}

.inbenta-km__breadcrumb__element:last-child {
	cursor: default
}

.inbenta-km__breadcrumb__element:last-child:after {
	content: ""
}

.inbenta-km__breadcrumb__element.inbenta-km-active {
	color: #7a7a7a
}

@media ( max-width :480px) {
	.inbenta-km__breadcrumb {
		font-size: 8.8px
	}
}

.inbenta-km__refreshNotification {
	width: 307px;
	background-color: #fff;
	border-radius: 4px;
	padding: 16px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0
		rgba(0, 0, 0, .19);
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	color: #3d3f43
}

.inbenta-km__modal .inbenta-km__refreshNotification .content__header__text,
	.inbenta-km__refreshNotification .inbenta-km-title,
	.inbenta-km__refreshNotification .inbenta-km__modal .content__header__text
	{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	line-height: 24px
}

.inbenta-km__refreshNotification__header {
	margin-bottom: 8px
}

.inbenta-km__refreshNotification__header .inbenta-km-button {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	color: #7a7a7a;
	border: none;
	height: auto
}

.inbenta-km__refreshNotification__header .inbenta-km-button__text {
	display: none
}

.inbenta-km__refreshNotification .body__text {
	padding-bottom: 24px
}

.inbenta-km__refreshNotification .body__button {
	display: flex;
	justify-content: flex-start
}

.inbenta-km__refreshNotification .body__button .inbenta-km-button {
	border-radius: 50px;
	align-self: flex-start;
	font-size: 13.5px;
	height: 40px
}

.inbenta-km__modal {
	font-family: OpenSans, Open Sans, sans-serif;
	color: #3d3f43;
	background-color: transparent
}

.inbenta-km__modal, .inbenta-km__modal__content {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s
}

.inbenta-km__modal__content {
	max-width: 70%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0
		rgba(0, 0, 0, .19);
	margin: 32px auto;
	padding: 16px;
	transform: translateY(-100vh)
}

@media ( max-width :768px) {
	.inbenta-km__modal__content {
		max-width: 100%;
		margin: 24px
	}
}

@media ( max-width :480px) {
	.inbenta-km__modal__content {
		margin: 0;
		min-height: 100vh;
		box-sizing: border-box
	}
}

.inbenta-km__modal .content__header {
	margin-bottom: 16px
}

.inbenta-km__modal .content__header__text {
	margin-bottom: 0;
	line-height: 1
}

.inbenta-km__modal .content__header .inbenta-km-button {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	color: #7a7a7a;
	border: none;
	height: auto
}

.inbenta-km__modal .content__header .inbenta-km-button__text {
	display: none
}

.inbenta-km__modal .content__header .inbenta-km-button .inbenta-km-icon--close:before
	{
	display: inline-block;
	font-family: inbenta-app-icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "k";
	color: #7a7a7a
}

.inbenta-km__modal .content__body {
	margin-bottom: 24px
}

.inbenta-km__modal .content__footer .inbenta-km-button {
	border-radius: 100px;
	padding: 0 32px
}

.inbenta-km__modal .content__footer .inbenta-km-button+.inbenta-km-button
	{
	margin-left: 16px
}

.inbenta-km__modal--active {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	background-color: rgba(0, 0, 0, .5)
}

.inbenta-km__modal--active .inbenta-km__modal__content {
	transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
	transform: translate(0)
}

.inbenta-km__instants {
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	color: #3d3f43;
	line-height: 24px;
	background-color: #fff;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .26), 0 10px 20px 0
		rgba(0, 0, 0, .19);
	border-radius: 4px;
	overflow: hidden
}

.inbenta-km__instants__header {
	background-color: #f6f6f6;
	padding: 16px;
	color: #545084;
	text-transform: uppercase;
	word-wrap: break-word;
	word-break: break-word;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}

.inbenta-km__instants__header .header__icon {
	font-size: 20px;
	color: #7a7a7a;
	cursor: pointer
}

.inbenta-km__instants__header .header__icon:before {
	content: "k"
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq {
	font-size: 13.5px;
	box-shadow: none;
	border-radius: 0;
	margin: 0
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq+.inbenta-km__faq
	{
	border-top: 4px solid #f6f6f6
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__body
	{
	overflow: auto;
	max-height: 300px
}

.inbenta-km__instants .inbenta-km__rating {
	font-size: 13.5px
}

.inbenta-km__instants .inbenta-km__rating__content .content__phrase {
	margin-bottom: 16px
}

.inbenta-km__instants .inbenta-km__rating__content .content__buttons__button-wrapper .inbenta-km-button
	{
	margin: 0
}

.inbenta-km__instants .inbenta-km__rating__content .content__buttons__button-wrapper+.content__buttons__button-wrapper
	{
	margin-left: 16px
}

.inbenta-km__powered {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 14px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.inbenta-km__powered__link {
	background-image: url(fonts/53d6fc3aaa592a7a4e906f0c167b8c83.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 48px;
	height: 12px
}

.inbenta-km {
	box-sizing: border-box;
	background-color: #f6f6f6;
	color: #3d3f43;
	font-family: OpenSans, Open Sans, sans-serif;
	font-size: 15px;
	padding: 16px 16px 0;
	margin: 0 auto;
	width: 1024px;
	max-width: 100%
}

.inbenta-km a {
	color: #58b7b3;
	text-decoration: none
}

.inbenta-km a:hover {
	text-decoration: underline
}

.inbenta-km *, .inbenta-km :after, .inbenta-km :before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.buscas .inbenta-km__search{
    margin-bottom: 40px;    
}

/*.buscas .inbenta-km-icon,
.buscas [data-icon]:before {
    font-family: ps_glyph_icons !important;
}*/

.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:before,
.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:before {
    font-family: ps_glyph_icons !important;
}

.buscas .inbenta-km{
    background: #FFF;    
    font-size: 14px;
    padding: 15px;
    
}

.buscas .inbenta-km-title,
.buscas .inbenta-km__modal .content__header__text {
    font-family: 'Open Sans',Sans-serif;
    font-size: 34px;
    letter-spacing: .5px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
}

.buscas .inbenta-km__faq__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding: 15px 0;
}

.buscas .inbenta-km__faqs {
    background: #FFF;
    margin-bottom: 40px;
}

.buscas .inbenta-km__faq {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #C7C7C7;
    padding: 0 10px;
}

.buscas .inbenta-km__faq .title__faq:hover{
    color: #000;   
}

.buscas .inbenta-km__search__form {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #D2D2D2;
}

.buscas .inbenta-km-input{
    border: none;
    line-height: 19.5px;
    padding: 10.5px;
    box-sizing: border-box;
    outline: 0;
    border-radius: 0;
}

.buscas .inbenta-km__search__form .form__input.inbenta-km-input {
    font-weight: 300;    
}

.buscas .inbenta-km__faq:hover{
    box-shadow: none;
}

.buscas .inbenta-km__faq--active .title__faq {
    color: #000;    
}

.buscas .inbenta-km__faq.inbenta-km__faq--active {
    background: #F1F1F1;
    border-bottom: none;
    
}

.buscas .inbenta-km__rating {
    background: #F1F1F1;
    border-top: 1px solid #c7c7c7;
    
}

.buscas .inbenta-km__faq .title__faq__icon:before {
    font-family: ps_glyph_icons !important;
    content: "\e960";
    color: #30C5FF;
    font-size: 16px;
}

.buscas .inbenta-km__search__form .form__button .inbenta-km-button {
    padding: 0;  
    background-color: #FFF;
    border: none;
}

.buscas .inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before{
    font-family: ps_glyph_icons !important;
    content: "\e973";
    color: #777;
    font-size: 16px;
}

.buscas .inbenta-km__search__form:focus,
.buscas .inbenta-km__search__form:hover {
    box-shadow: none;
}

.buscas .inbenta-km__rating__comment,
.buscas .inbenta-km__rating__content,
.buscas .inbenta-km__rating__thanks{
    font-weight: 300;
    padding: 12px 0px;
}

.buscas .inbenta-km__powered {
    display: none;
}

.buscas .content__buttons.content__buttons__button-wrapper.inbenta-km-button{
    background: #FFF;
}

.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:before {
    content: "\e938";
    color: #30C5FF;
}

.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:before {
    content: "\e937";
    color: #30C5FF;
}

.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:hover:before,
.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:hover:before{
    color: #FFF;
}


.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--no:before,
.buscas .inbenta-km__rating .inbenta-km-button .inbenta-km-icon--yes:before {
    font-family: ps_glyph_icons !important;   
}

.buscas .inbenta-km-button {
    background-color: #fff;
    border: none;
    transition: all 0.5s ease-out 0s;
}

.buscas .inbenta-km-button:hover {
    background-color:#30C5FF;
    color: #FFF;
    border: none;
}

.buscas .inbenta-km__category .content-category__title{
    background-color: #FFF;
    color: #30c5ff;
    padding: 10px 16px;
    font-weight: 400;
}

.buscas .inbenta-km__category .content-category__icon:before {
    color: #30c5ff;
}

.buscas .inbenta-km__breadcrumb__element{
    color: #30c5ff;
}

.buscas .inbenta-km__results__contents .inbenta-km__faqs {
    box-shadow: none;
    padding: 0
}

.buscas .inbenta-km__category{
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-shadow: 1px 45px 40px -50px rgba(0,0,0,.4);
}

/* tabela produtos */
.padrao-visual .table-responsive  thead th {
    color: #1C1C1C;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}

#table-d tbody tr  {
    background-color:#FFF;
    color: #1c1c1c;
    border:  1px solid #D2D2D2;
}

#table-d tbody tr:first-child {
    border: 1px solid #bfbfbf;
}

#table-d tbody tr:last-child {
    border: 0 !important;
}

.padrao-visual .table-responsive th {
   font-size: 12px;
   line-height: 14px;
   border:1px solid #D2D2D2;
}

.padrao-visual .table-responsive.tabledinamic table td+td {
    border:1px solid #D2D2D2;
}

.padrao-visual table th {
    color: #1c1c1c;
    border-right: solid 1px #bfbfbf!important;
    border-bottom: solid 1px #bfbfbf!important;
    background-color: #d2d2d2;
}

/* produtos links */
.home-col ul.ul-line-coments li {
    height: auto !important;
    line-height: 20px !important;
}


/* login */
.col-form-login-modal {
    list-style: none;
}

.recommendation-box {
    border: 1px solid #D2D2D2;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.recommendation-list {
    margin-left: 15px;
}

.recommendation-title {
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 12px;
}

.recommendation-list li {
    font-size: 11px;
    line-height: 18px;
}

.col-form-login-modal .ps-frm-lbl.ps-frm-lbl-internal+.ps-frm-entry {
    margin-top: 6px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}


/* IE10 and IE11   */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .home-col .menu-header-2 .menu a { 
       display: inline-block; 
    }
    
    .home-col .menu-header-2 .menu .sub-menu a { 
       display: block; 
    }   
}


/* IE10 only */
/*html[data-useragent*='MSIE 10.0'] .home-col .box-flex-left {
    display: block;
}

html[data-useragent*='MSIE 10.0'] .home-col .box-flex-right {
    display: block;
}

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-1 .box.user-area {
    float: right;
}*/

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-2 .menu {
    justify-content: unset;
}

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-2 .menu li  {
    display: inline-block;
}

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-2 .menu a {
    padding: 12px 6px 12px 6px;
    display: inline-block;
}

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-2 .sub-menu  {
    justify-content: unset;
}

html[data-useragent*='MSIE 10.0'] .home-col .menu-header-2 .menu .sub-menu a {
    display: block;
}