/* inicio página portfolio */

body,
html {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* classes utilitarias */
._asset_container{
    width: 100%;
    position: relative;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

@media(min-width: 768px) {
    ._asset_container{
        width: 90%;
    }
}

@media(min-width: 1200px) {
    ._asset_container{
        margin-top: 121px !important;
    }
}

._asset_container * {
    box-sizing: border-box;
}

._asset_btn a,
._asset_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D87B00;
    color: #FFF;
    width: fit-content;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: "CAIXA Std", sans-serif;
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
}

@media(min-width: 1024px) {

    ._asset_btn a,
    ._asset_btn button {
        font-size: 15px;
        padding: 12px 24px;
    }
}

@media(min-width: 1800px) {

    ._asset_btn a,
    ._asset_btn button {
        font-size: 18px;
        padding: 16px 24px;
    }
}

._asset_desktop {
    display: none;
}

@media(min-width: 1024px) {
    ._asset_desktop {
        display: block;
    }
}

._asset_mobile {
    display: block;
}

@media(min-width: 1024px) {
    ._asset_mobile {
        display: none;
    }
}

._asset_h2 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: normal;
    font-family: 'CAIXA Std', sans-serif;
}

@media(min-width: 1024px) {
    ._asset_h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media(min-width: 1800px) {
    ._asset_h2 {
        font-size: 44px;
    }
}

#_portfolio_wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

#_portfolio_wrapper ._asset_container {
    margin: 80px auto;
}

#portfolio-database {
    font-size: 14px;
    color: #4C556C;
    align-self: center;
    font-family: "CAIXA Std", Arial, sans-serif;
}

@media(min-width: 1800px) {
    #_portfolio_wrapper ._asset_container {
        margin-top: 160px;
        margin-inline: auto;
    }
}

#_portfolio_wrapper h2 {
    margin: 0 0 40px 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
    color: #0066B3;
    font-family: "CAIXA Std";
    padding-right: 60px;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper h2 {
        margin: 0 0 30px 0;
        font-size: 42px;
        padding-right: 0px;
    }
}

@media(min-width: 1800px) {
    #_portfolio_wrapper h2 {
        margin: 0 0 60px 0;
        font-size: 46px;
    }
}

/* componente portfolio */

#_portfolio_wrapper .portfolio-controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#_portfolio_wrapper .portfolio-filters-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-direction: row;
}

#_portfolio_wrapper .portfolio-filters-left {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-filters-left {
        overflow-x: unset;
    }
}

#_portfolio_wrapper .portfolio-search {
    flex: 1;
    min-width: 220px;
    max-width: 340px;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 4px;
    background-color: #F1F1F2;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-search {
        padding: 10px 16px;
    }
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .portfolio-search {
        padding: 12px 20px;
    }
}

#_portfolio_wrapper .portfolio-search .search-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #9CA3AF;
    position: relative;
    margin-right: 8px;
}

#_portfolio_wrapper .portfolio-search .search-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    border-radius: 2px;
    background: #9CA3AF;
    transform: rotate(45deg);
    right: -4px;
    bottom: -1px;
}

#_portfolio_wrapper .portfolio-search input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    font-family: "CAIXA Std", Arial, sans-serif;
    background: transparent;
}

#_portfolio_wrapper .fund-status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

#_portfolio_wrapper .fund-status-chip {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EFF5FB;
    border: 1px solid #D5E2F1;
}

#_portfolio_wrapper .fund-status-chip img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

#_portfolio_wrapper .risk-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    font-family: "CAIXA Std", Arial, sans-serif;
}

#_portfolio_wrapper .risk-badge__abbr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#_portfolio_wrapper .risk-badge--conservador .risk-badge__abbr {
    background: #0045E6;
    color: #FFF;
}

#_portfolio_wrapper .risk-badge--moderado .risk-badge__abbr {
    background: #009990;
    color: #FFF;
}

#_portfolio_wrapper .risk-badge--arrojado .risk-badge__abbr {
    background: #9F5602;
    color: #FFF;
}

#_portfolio_wrapper .risk-badge--agressivo .risk-badge__abbr {
    background: #B40808;
    color: #FFF;
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .portfolio-search input {
        font-size: 16px;
    }
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .portfolio-search input {
        font-size: 18px;
    }
}

#_portfolio_wrapper .portfolio-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 6px;
}

#_portfolio_wrapper .filter_chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    border: none;
    background-color: #F1F1F2;
    font-size: 14px;
    cursor: pointer;
    font-family: "CAIXA Std", Arial, sans-serif;
    color: #4C556C;
}

#_portfolio_wrapper .filter_chip span {
    font-size: 16px;
    line-height: 1;
    transform: translateY(-3px);
}

#_portfolio_wrapper .portfolio-tags-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}

#_portfolio_wrapper .porfolio-tags {
    width: fit-content;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 24px;
    margin-left: auto;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .porfolio-tags {
        gap: 24px;
        margin-top: 34px;
        justify-content: flex-end;
    }
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .porfolio-tags {
        margin-top: 44px;
        gap: 30px;
    }
}

#_portfolio_wrapper .porfolio-tags .tag{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid transparent;
    background: transparent;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#_portfolio_wrapper .porfolio-tags .tag:hover {
    background: #F7FAFE;
    border-color: #D5E2F1;
}

#_portfolio_wrapper .porfolio-tags .tag.is-active {
    background: #EFF5FB;
    border-color: #AFC8E6;
    box-shadow: inset 0 0 0 1px #D5E2F1;
}

#_portfolio_wrapper .porfolio-tags .tag img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

#_portfolio_wrapper .porfolio-tags span{
    font-size: 14px;
    color: #4C556C;
    font-weight: 400;
    font-family: "CAIXA Std", Arial, sans-serif;
    white-space: nowrap;
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .porfolio-tags span{
        font-size: 18px;
    }
}

/* tabela */

#_portfolio_wrapper .portfolio-table-container {
    margin-top: 28px;
}

#_portfolio_wrapper .portfolio-table-scroll {
    width: 100%;
    overflow-x: auto;
}

#_portfolio_wrapper .portfolio-table {
    width: max-content;
    min-width: 960px;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-table {
        width: 100%;
        min-width: 1500px;
        table-layout: fixed;
    }
}

#_portfolio_wrapper .portfolio-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #0066B3;
}

#_portfolio_wrapper .portfolio-table thead th {
    color: #fff;
}

#_portfolio_wrapper .portfolio-table th,
#_portfolio_wrapper .portfolio-table td {
    padding: 10px 12px;
    text-align: left;
    color: #4C556C;
    font-weight: 300;
    font-size: 14px;
    font-family: "CAIXA Std Light", Arial, sans-serif;
    border: none;
}

#_portfolio_wrapper .portfolio-table td {
    border-bottom: 1px solid #7A7A7B
}

@media(min-width: 1800px) {

    #_portfolio_wrapper .portfolio-table th,
    #_portfolio_wrapper .portfolio-table td {
        font-size: 16px;
    }
}

#_portfolio_wrapper .portfolio-table th {
    font-weight: 400;
    font-family: "CAIXA Std", Arial, sans-serif;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-table col.col-fundo-width {
        width: 20%;
    }

    #_portfolio_wrapper .portfolio-table col.col-risco-width {
        width: 9%;
    }

    #_portfolio_wrapper .portfolio-table col.col-publico-width {
        width: 14%;
    }

    #_portfolio_wrapper .portfolio-table col.col-aplicacao-width {
        width: 11%;
    }

    #_portfolio_wrapper .portfolio-table col.col-resgate-width {
        width: 10%;
    }

    #_portfolio_wrapper .portfolio-table col.col-rent-width {
        width: 6.25%;
    }

    #_portfolio_wrapper .portfolio-table col.col-cdi-width {
        width: 8%;
    }

    #_portfolio_wrapper .portfolio-table col.col-taxa-width {
        width: 7%;
    }

    #_portfolio_wrapper .portfolio-table col.col-acao-width {
        width: 8%;
    }
}

#_portfolio_wrapper .portfolio-table .col-fundo {
    min-width: 260px;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-table .col-fundo {
        min-width: 240px;
    }
}

#_portfolio_wrapper .portfolio-table .col-rent-header {
    text-align: center;
}

#_portfolio_wrapper .portfolio-table .rent-subheader th {
    font-weight: 400;
    text-align: right;
}

#_portfolio_wrapper .portfolio-table .rent-subheader th:first-child {
    text-align: center;
}

#_portfolio_wrapper .portfolio-table th .sort-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border: none;
    background: transparent;
    color: inherit;
    padding: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

#_portfolio_wrapper .portfolio-table .col-rent-header {
    text-align: center;
}

#_portfolio_wrapper .portfolio-table .rent-subheader th .sort-button {
    justify-content: flex-end;
}

#_portfolio_wrapper .portfolio-table .rent-subheader th:first-child .sort-button {
    justify-content: center;
}

#_portfolio_wrapper .portfolio-table th .sort-indicator {
    width: 12px;
    min-width: 12px;
    flex: 0 0 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.55;
}

#_portfolio_wrapper .portfolio-table th .sort-indicator::before {
    content: "↕";
    font-size: 10px;
    line-height: 1;
}

#_portfolio_wrapper .portfolio-table th .sort-button.is-active {
    color: #ffffff;
}

#_portfolio_wrapper .portfolio-table th .sort-button.is-active .sort-indicator {
    opacity: 1;
}

#_portfolio_wrapper .portfolio-table th .sort-button .sort-label {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-table th .sort-button .sort-label {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#_portfolio_wrapper .portfolio-table th .sort-button.is-desc .sort-indicator::before,
#_portfolio_wrapper .portfolio-table th .sort-button.is-default .sort-indicator::before {
    content: "↓";
}

#_portfolio_wrapper .portfolio-table th .sort-button.is-asc .sort-indicator::before {
    content: "↑";
}

@media(min-width: 1024px) {
    #_portfolio_wrapper .portfolio-table th.sort-tight {
        min-width: 110px;
    }
}

#_portfolio_wrapper .portfolio-table tbody tr:hover {
    background-color: #F9FAFB;
}

#_portfolio_wrapper .portfolio-table td.num {
    text-align: right;
}

#_portfolio_wrapper .fund-name, #_portfolio_wrapper .fund-name a{
    font-size: 14px;
    font-weight: 600;
    font-family: "CAIXA Std SemiBold", Arial, sans-serif;
    color: #4C556C !important;
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .fund-name {
        font-size: 16px;
    }
}

#_portfolio_wrapper .fund-subtitle {
    font-size: 14px;
    color: #4C556C;
    margin-top: 6px;
    font-weight: 300;
    font-family: "CAIXA Std Light", Arial, sans-serif;
}

@media(min-width: 1800px) {
    #_portfolio_wrapper .fund-subtitle {
        font-size: 16px;
    }
}

#_portfolio_wrapper .col-acao {
    width: 160px;
    text-align: right;
}

#_portfolio_wrapper .fund-link {
    font-size: 13px;
    font-weight: 600;
    color: #D87B00;
    text-decoration: none;
    white-space: nowrap;
}

#_portfolio_wrapper .fund-link:hover {
    text-decoration: underline;
}

#_portfolio_wrapper .value-positive {
    color: #047857;
}

#_portfolio_wrapper .value-negative {
    color: #B91C1C;
}

@media (max-width: 768px) {
    #_portfolio_wrapper .portfolio-filters-row {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 30px;
    }

    #_portfolio_wrapper .portfolio-filters-left {
        width: 100%;
    }

    #_portfolio_wrapper .portfolio-search {
        max-width: 100%;
    }
}

#_portfolio_wrapper .col-acao {
  width: 160px; /* espaço pro botão */
  text-align: right;
}

#_portfolio_wrapper .details-cell {
  text-align: right;
  white-space: nowrap;
}

#_portfolio_wrapper .details-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  cursor: pointer;
  background: #0066B3;
  color: #FFF;
  font-family: "CAIXA Std", Arial, sans-serif;
  font-size: 14px;
  margin-right: 12px;
}

@media(min-width: 1024px){
  #_portfolio_wrapper .details-btn {
    margin-right: 16px;
  }
}

@media(min-width: 1800px){
  #_portfolio_wrapper .details-btn {
    margin-right: 20px;
    font-size: 18px;
  }
}

#_portfolio_wrapper .chev {
    display: inline-flex;
    transition: transform .15s ease;
    cursor: pointer;
}

#_portfolio_wrapper tr.is-open .chev {
  transform: rotate(180deg);
}

#_portfolio_wrapper .details-row td {
  padding: 0;
  background: #F5F7FA;
  border-bottom: 1px solid #E1E4E8;
}

#_portfolio_wrapper .details-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 32px;
}

@media(min-width: 1024px){
  #_portfolio_wrapper .details-panel {      
    padding: 24px 60px; 
  }
}

@media(min-width: 1800px){
  #_portfolio_wrapper .details-panel {      
    padding: 40px 80px; 
  }
}

/* grid de infos */
#_portfolio_wrapper .details-grid {
    width: 86%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 14px 18px;
}

@media(min-width: 768px){
  #_portfolio_wrapper .details-grid 
  {
    gap: 24px 18px;
  }
}

@media(min-width: 1024px){
  #_portfolio_wrapper .details-grid {
    gap: 30px 18px;
  }
}

#_portfolio_wrapper .detail-item .label {
  font-size: 14px;
  font-weight: 300;
  font-family: "CAIXA Std Light", Arial, sans-serif;
  color: #4C556C;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .detail-item .label {
    font-size: 18px;
  }
}

#_portfolio_wrapper .detail-item .value {
    font-size: 14px;
    font-family: "CAIXA Std", Arial, sans-serif;
    color: #4C556C;
    margin-top: 6px;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .detail-item .value {
    font-size: 18px;
  }
}

/* ações da direita */
#_portfolio_wrapper .detail-actions {
  width: 10%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

@media(min-width: 1024px){
  #_portfolio_wrapper .detail-actions {
    gap: 16px;
  }
}

@media(min-width: 1800px){
  #_portfolio_wrapper .detail-actions {
    gap: 20px;
  }
}

#_portfolio_wrapper .detail-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  font-family: "CAIXA Std", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  width: 114px;
  max-width: 140px;
  padding: 12px 0px;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .detail-action-btn {
    font-size: 18px;
    width: 160px;
  }
}

#_portfolio_wrapper .detail-action-btn.mail {
  background: #4C7B39;
}

#_portfolio_wrapper .detail-action-btn.invest {
  background: #D87B00;
}

#_portfolio_wrapper .detail-action-btn.is-disabled {
  opacity: .5;
  pointer-events: none;
}

/* documentos */
#_portfolio_wrapper .docs-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

#_portfolio_wrapper .docs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media(min-width: 1024px){
  #_portfolio_wrapper .docs-list {
    gap: 16px;
  }
}

@media(min-width: 1800px){
  #_portfolio_wrapper .docs-list {
    gap: 20px;
  }
}

#_portfolio_wrapper .doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #00569E;
  background: #fff;
  color: #4C556C;
  border-radius: 4px;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
  font-family: "CAIXA Std", Arial, sans-serif;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .doc-link {
    font-size: 18px;
  }
}

#_portfolio_wrapper .doc-link:hover {
  background: #F3F4F6;
}

#_portfolio_wrapper .download-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0066B3;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  font-family: "CAIXA Std", Arial, sans-serif;
  white-space: nowrap;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .download-all {
    font-size: 18px;
  }
}

#_portfolio_wrapper .download-all img, #_portfolio_wrapper .doc-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.portfolio-footer-tags-container {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media(min-width: 1024px){
  .portfolio-footer-tags-container {
    margin-top: 40px;
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media(min-width: 1800px){
  .portfolio-footer-tags-container {
    margin-top: 46px;
  }
}

.portfolio-footer-tags-container .labels{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

@media(min-width: 1024px){
    .portfolio-footer-tags-container .labels{
        justify-content: flex-start;
    }
}

.portfolio-footer-tags-container .labels .label{
    width: fit-content;
    font-size: 14px;
    font-weight: 300;
    font-family: "CAIXA Std Light", Arial, sans-serif;
    color: #4C556C;
    align-content: center;
}

@media(min-width: 1800px){
    .portfolio-footer-tags-container .labels .label{
        font-size: 18px;
    }
}

.portfolio-footer-tags-container .labels .label strong{
    font-weight: 600;
    font-family: "CAIXA Std Semibold", Arial, sans-serif;
}

.portfolio-footer-tags-container .btns{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

@media(min-width: 1024px){
    .portfolio-footer-tags-container .btns{
        justify-content: flex-end;
    }
}

@media(min-width: 1800px){
    .portfolio-footer-tags-container .btns{
        gap: 20px;
    }
}

.portfolio-footer-tags-container .btns .btn{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFF;
    border: 1px solid #00569E;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    font-family: "CAIXA Std", Arial, sans-serif;
    color: #4C556C;
    padding: 10px 14px;
    text-decoration: none;
}

@media(min-width: 1800px){
    .portfolio-footer-tags-container .btns .btn{
        font-size: 18px;
        padding: 12px 20px;
    }
}

.portfolio-footer-tags-container .btns .btn img{
    transition: all .2s ease;
    object-fit: contain;
}

.portfolio-footer-tags-container .btns .btn:hover img{
    transform: scale(1.2);
}

#_portfolio_wrapper .portfolio-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media(min-width: 1024px){
    #_portfolio_wrapper .portfolio-pagination{
        justify-content: flex-end;
    }
}

#_portfolio_wrapper .portfolio-pagination__page-size{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "CAIXA Std Light", Arial, sans-serif;
  font-weight: 300;
  color: #4C556C;
  font-size: 14px;
}

#_portfolio_wrapper .portfolio-pagination__page-size select{
  height: 36px;
  min-width: 80px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background: #fff;
  outline: none;
  font-family: "CAIXA Std Light", Arial, sans-serif;
  font-weight: 300;
  color: #4C556C;
  font-size: 14px;
  cursor: pointer;
}

#_portfolio_wrapper .portfolio-pagination__range{
  font-family: "CAIXA Std Light", Arial, sans-serif;
  font-weight: 300;
  color: #4C556C;
  font-size: 14px;
  white-space: nowrap;
}

#_portfolio_wrapper .portfolio-pagination__nav{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#_portfolio_wrapper .portfolio-pagination__nav .pp-btn{
  height: 36px;
  min-width: 36px;
  padding: 0 10px;
  border-radius: 4px;
  border: none;
  background: #fff;
  cursor: pointer;
  color: #4C556C;
  font-family: "CAIXA Std", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

#_portfolio_wrapper .portfolio-pagination__nav .pp-btn:disabled{
  opacity: .45;
  cursor: not-allowed;
}

@media(min-width: 1800px){
  #_portfolio_wrapper .portfolio-pagination__page-size,
  #_portfolio_wrapper .portfolio-pagination__range{
    font-size: 18px;
  }

  #_portfolio_wrapper .portfolio-pagination__page-size select,
  #_portfolio_wrapper .portfolio-pagination__nav .pp-btn{
    height: 44px;
    font-size: 18px;
  }
}


/* fim página portfolio */