.top-etfs .title {
  text-align: center;
}
.top-etfs .toolbar {
  margin-bottom: 30px;
  display: inline-block;
  float: right;
}
.top-etfs .toolbar .category {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.top-etfs .toolbar .category > span {
  margin-right: 20px;
}
.top-etfs h1 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 20px;
  display: none;
}
.top-etfs h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.top-etfs .etfs-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .top-etfs .etfs-grid {
    grid-template-columns: 1fr;
  }
}
.top-etfs .etfs-grid .etf-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  text-decoration: none;
  color: unset;
}
.top-etfs .etfs-grid .etf-card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .top-etfs .etfs-grid .etf-card .header {
    height: 103px;
  }
}
.top-etfs .etfs-grid .etf-card .header .image {
  flex: 1;
}
.top-etfs .etfs-grid .etf-card .header .image i {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
}
.top-etfs .etfs-grid .etf-card .header .description {
  flex: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .top-etfs .etfs-grid .etf-card .header .description {
    flex: 5;
  }
}
.top-etfs .etfs-grid .etf-card .header .description h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  line-height: 1;
}
.top-etfs .etfs-grid .etf-card .header .description p {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.top-etfs .etfs-grid .etf-card .body {
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.top-etfs .etfs-grid .etf-card .body p {
  display: flex;
  align-items: center;
}
.top-etfs .etfs-grid .etf-card .body p img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.top-etfs .etfs-grid .etf-card .body strong {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.top-etfs .etfs-grid .etf-card:hover {
  box-shadow: 1px 1px 5px rgba(111, 111, 111, 0.68);
  opacity: 0.9;
}

#all-etfs-section {
  margin-top: 75px;
}
#all-etfs-section #table-all-etfs .etf-icon {
  display: block;
  width: 32px;
  height: 32px;
}
#all-etfs-section #table-all-etfs .dataTables_length {
  display: none;
}
#all-etfs-section #table-all-etfs a {
  color: #000000;
  transition: 0.2s ease;
}
#all-etfs-section #table-all-etfs a:hover {
  text-decoration: underline;
}
#all-etfs-section .more-etfs-wrapper {
  display: block;
  text-align: center;
  margin-top: 30px;
}
#all-etfs-section .more-etfs-wrapper p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  font-weight: 400;
}
#all-etfs-section .more-etfs-wrapper button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #a38c65;
  color: #a38c65;
  font-size: 14px;
  background: none;
  cursor: pointer;
  transition: ease 0.2s;
}
#all-etfs-section .more-etfs-wrapper button svg {
  margin-right: 5px;
}
#all-etfs-section .more-etfs-wrapper button:hover {
  background-color: #a38c65;
  color: white;
}

.etf-single {
  /*#quotation-section .container-simulator {
      margin-top: 40px;

      p.title {
          padding-top: 0;
          padding-bottom: 10px;
          font-weight: 600;
          color: #333;

          strong {
              color: #000;
              font-weight: 800;
          }
      }
  }*/
}
.etf-single .logo i {
  width: 32px;
  height: 32px;
  zoom: 2.5;
}
@media (max-width: 767px) {
  .etf-single .logo i {
    zoom: 2;
  }
}
.etf-single div#header_action .icons ul li a img {
  margin-bottom: 8px;
  max-width: 24px;
}
.etf-single div#header_action .icons ul li a {
  align-items: center;
}
.etf-single div#header_action .icons {
  margin-left: auto;
  margin-right: 30px;
}
.etf-single .top-etfs {
  margin-top: 20px;
}
.etf-single .top-etfs h1 {
  display: block;
}
.etf-single .box.especial header .etf-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.etf-single .text-content p {
  color: #333;
  margin-bottom: 15px;
}
.etf-single .text-content p strong {
  font-weight: 600;
}
.etf-single .about-header {
  display: flex;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
}
.etf-single .about-header .logo-area {
  margin-right: 30px;
}
.etf-single .about-header .logo-area .etf-icon {
  width: 32px;
  height: 32px;
  zoom: 4;
  display: block;
}
.etf-single .about-header .btns {
  display: flex;
}
.etf-single .about-header .rating {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.etf-single .about-header .rating h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.etf-single .about-header .rating .content-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.etf-single .about-header .rating .content-rating .rating-show {
  border: none;
  margin-right: 20px;
}
.etf-single .about-header .rating .content-rating .rating-show > input {
  display: none;
}
.etf-single .about-header .rating .content-rating .rating-show > label {
  color: #616161;
  float: right;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.etf-single .about-header .rating .content-rating .rating-show > label::before {
  font-size: 18px;
  display: inline-block;
  content: "\f005";
  margin: 2px;
  font-family: "Font Awesome 6 Pro";
}
.etf-single .about-header .rating .content-rating .rating-show > input:checked ~ label {
  color: #a38c65;
}
@media (max-width: 767px) {
  .etf-single .about-header .rating .content-rating .rating-show {
    margin: 31px 0;
  }
}
.etf-single .about-header .rating .content-rating #rate-company {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
  font-weight: 700;
}
.etf-single .about-header .rating .content-rating #rate-company svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}
@media (max-width: 767px) {
  .etf-single .about-header .rating .content-rating {
    flex-direction: column;
  }
}
.etf-single #discussion {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .etf-single div#header_action .icons {
    width: 100%;
    margin: 0;
    left: unset;
  }
  .etf-single #cards-ticker {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .etf-single ul.nav.filters-large .nav-item {
    padding: 0 7px;
  }
  .etf-single .container-simulator .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .etf-single .container-simulator .title a {
    font-weight: 700;
  }
  .etf-single .about-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .etf-single .about-header .logo-area {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .etf-single .about-header .logo-area .etf-icon {
    zoom: 3;
  }
  .etf-single .about-header .rating {
    align-items: center;
  }
  .etf-single .about-header .rating h4 {
    margin-bottom: 0;
  }
  .etf-single .text-content p {
    font-size: 16px;
  }
}

#rate-etf, #follow-etf-about {
  font-size: 14px;
  border-width: 2px;
  text-transform: uppercase;
  color: #293038;
  margin-right: 20px;
}
#rate-etf svg, #follow-etf-about svg {
  width: 19px;
  height: 19px;
  color: #a38c65;
}

.container-pagination {
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  #cards-ticker.global .cotacao {
    grid-area: auto !important;
  }
}
