.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  font-size: 14px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li + li::before {
  content: "";
  display: block;
  margin: 0 5px 0 8px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.breadcrumb li > * {
  display: block;
  padding: 5px;
}
.breadcrumb li a {
  color: #2997FF;
}
.breadcrumb li a:hover {
  color: #016BD5;
}
.breadcrumb li span {
  opacity: 65%;
}

.section {
  margin-bottom: 24px;
}
.section .section-title {
  color: #1D1F22;
  font-size: 32px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  word-break: break-word;
}
.section .section-title span {
  font-weight: 300;
}
.section h1.section-title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.section.section-border .list-articles-border {
  margin-bottom: -21px;
}
.section.section-border .row {
  margin-left: -16px;
  margin-right: -16px;
}
.section.section-border .article > * {
  padding-left: 16px;
  padding-right: 16px;
}
.section.section-border .article .article-thumb {
  padding-right: 16px;
  border-right: 1px solid #E6E6E6;
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 68px;
  }
  .section h1.section-title {
    font-size: 56px;
  }
}

.article-title {
  color: #1D1F22;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title.title-sm {
  font-size: 17px;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 20px;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article.article-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article.article-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article.article-row .article-thumb {
  width: 204px;
  min-width: 204px;
  max-width: 204px;
}

.article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.category-list .article:first-child {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .category-list .article > .row > *:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .category-list .article {
    border-bottom: none !important;
  }
  .category-list .article:first-child {
    padding-top: 40px;
  }
  .category-list .ratio::before {
    padding-top: 75%;
  }
}

.list-articles-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 768px) {
  .list-articles-border.horizontal-scroll .article {
    padding-left: 16px;
    padding-right: 16px;
    width: 240px;
    min-width: 240px;
    border-bottom: none !important;
  }
  .list-articles-border.horizontal-scroll .article:not(:last-child) {
    margin-right: 16px;
    padding-right: 32px;
    border-right: 1px solid #E6E6E6 !important;
  }
}

.list-must-read .article-title {
  font-size: 22px;
  line-height: 1.4;
  font-family: "adobe-aldine", serif;
}
@media (max-width: 576px) {
  .list-must-read .article:not(:first-child) .article-thumb {
    display: none;
  }
  .list-must-read .article:first-child .article-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .list-must-read .article.article-row {
    padding: 0 16px 24px !important;
  }
  .list-must-read .article.article-row .article-thumb {
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    border: none;
  }
  .list-must-read .article.article-row .article-thumb + div {
    padding-left: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  list-style: none;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item:first-child {
  margin-right: 5px;
}
.pagination .page-item:last-child {
  margin-left: 5px;
}
.pagination .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #1D1F22;
}
.pagination .active .page-link {
  border-color: #1D1F22;
}
.pagination .page-item.disabled .page-link {
  background: rgba(29, 31, 34, 0.3) !important;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #1D1F22;
}
@media (min-width: 992px) {
  .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.card-exchange {
  background: transparent;
  font-size: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.card-exchange .card-body {
  padding: 0;
}
.card-exchange .table td {
  padding-left: 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
}
.card-exchange .table td:nth-of-type(1) {
  width: 33%;
}
.card-exchange .table td:nth-of-type(3), .card-exchange .table td:nth-of-type(4) {
  text-align: right;
}
.card-exchange .table td .down,
.card-exchange .table td .up {
  display: inline-block;
  margin: 0 5px 0 auto;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 12px;
}
.card-exchange .table td .up {
  background: #00D959;
}
.card-exchange .table td .down {
  background: #FE3B10;
  color: #fff;
}
.card-exchange .table td:last-child {
  padding-right: 0;
}
.card-exchange .table td b {
  margin-right: 5px;
}
.card-exchange .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 18px;
  background: url(../imgs/flags-new.png) no-repeat;
  text-indent: -10000px;
}
.card-exchange .flag.flag-eur {
  background-position: 0 0;
}
.card-exchange .flag.flag-usd {
  background-position: -35px 0;
}
.card-exchange .flag.flag-chf {
  background-position: -70px 0;
}
.card-exchange .flag.flag-gbp {
  background-position: -104px 0;
}
.card-exchange .logo-cursvalutar {
  display: inline-block;
  width: 107px;
  height: 18px;
  background: url(../imgs/logo-cusvalutar.png) no-repeat 0 2px;
  text-indent: -10000px;
}
.card-exchange form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7px;
  width: 100%;
  height: 53px;
  background: #fff;
  border-radius: 6px;
}
.card-exchange form .form-control {
  background: transparent;
  border: none;
}
.card-exchange form select.form-control {
  width: 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
}
.card-exchange form input.form-control {
  font-size: 16px;
  text-align: right;
}
.card-exchange .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -10px 0;
  width: 32px;
  height: 32px;
  background: #016BD5;
  border-radius: 50%;
  cursor: pointer;
}

.card-nl p {
  margin-bottom: 10px;
}
.card-nl .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 50px;
}

.box-promote .btn-events {
  margin-bottom: 34px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 53px;
  background: #2997FF;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.box-promote .btn-events b {
  font-weight: 600;
}
.box-promote a {
  color: #1D1F22;
}

/* autor */
.dropdown {
  position: relative;
}
.dropdown .btn {
  padding: 0.375rem 3.5rem 0.375rem 0.75rem;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2237%22%20viewBox%3D%220%200%2036%2037%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.45508%22%20width%3D%2235%22%20height%3D%2235%22%20rx%3D%2217.5%22%20stroke%3D%22%23016BD5%22%2F%3E%3Cpath%20d%3D%22M18%2023.4019C17.7743%2023.4019%2017.5688%2023.3116%2017.3837%2023.131L12.2302%2017.8555C12.1535%2017.7832%2012.0948%2017.702%2012.0542%2017.6117C12.0181%2017.5169%2012%2017.4153%2012%2017.3069C12%2017.1579%2012.0339%2017.0225%2012.1016%2016.9006C12.1738%2016.7787%2012.2686%2016.6839%2012.386%2016.6162C12.5034%2016.5439%2012.6366%2016.5078%2012.7856%2016.5078C13.0023%2016.5078%2013.1919%2016.5891%2013.3544%2016.7516L18.3318%2021.8511H17.6749L22.6456%2016.7516C22.8081%2016.5891%2022.9977%2016.5078%2023.2144%2016.5078C23.3634%2016.5078%2023.4966%2016.5439%2023.614%2016.6162C23.7314%2016.6839%2023.8239%2016.7787%2023.8916%2016.9006C23.9639%2017.0225%2024%2017.1579%2024%2017.3069C24%2017.5191%2023.9233%2017.702%2023.7698%2017.8555L18.6163%2023.131C18.5305%2023.2213%2018.4357%2023.289%2018.3318%2023.3342C18.228%2023.3793%2018.1174%2023.4019%2018%2023.4019Z%22%20fill%3D%22%23016BD5%22%2F%3E%3C%2Fsvg%3E") no-repeat right center/36px 36px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  word-wrap: normal;
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1000;
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  max-height: 175px;
  overflow-y: auto;
  margin: 0px;
  padding: 0.5rem 0;
  min-width: 260px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background-clip: padding-box;
  background: #fff;
  text-align: left;
  list-style: none;
}
.dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #1D1F22;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown .dropdown-menu li.active a {
  color: #016BD5;
}

/* search */
.section-search .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 50px;
}