.desinformantes {
  font-family: "Roboto", sans-serif;
  padding-top: var(--scl-main-nav-height);
}

.desinformantes__header {
  position: relative
}

.desinformantes__header picture img {
  width: 100%;
  height: calc(100vh - var(--scl-main-nav-height));
  object-fit: cover;
  object-position: center
}

.desinformantes__header__content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  justify-content: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, .5)
}

@media screen and (max-width: 720px) {
  .desinformantes__header__content {
    width: 80%
  }
}

.desinformantes__header__content h1 {
  font-weight: 900;
  font-size: 110px;
  line-height: .9
}

@media screen and (max-width: 720px) {
  .desinformantes__header__content h1 {
    font-size: 80px
  }

  .desinformantes__header__content h1 br.ph {
    display: initial
  }
}

.desinformantes__header__content h2 {
  margin: 0 auto;
  font-size: 32px
}

@media screen and (max-width: 720px) {
  .desinformantes__header__content h2 {
    font-size: 21px
  }

  .desinformantes__header__content h2 br {
    display: none
  }
}

.desinformantes__intro {
  padding: 30px 0
}

.desinformantes__intro p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em
}

.desinformantes .filters label {
  font-weight: 700
}

@media screen and (max-width: 720px) {
  .desinformantes .filters .col-12 {
    margin-bottom: 15px
  }
}

.desinformantes .list {
  margin-bottom: 100px
}

.desinformantes .list .item-box.hidden {
  display: none
}

.desinformantes .list .item {
  padding-bottom: 15px;
  height: 100%
}

.desinformantes .list .item .item-wrapper {
  background-color: #fefefe;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 10px;
  padding-bottom: 5px;
  height: 100%;
  transition: all 200ms ease-out
}

.desinformantes .list .item .item-wrapper:hover {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .16)
}

.desinformantes .list .item .item-name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 8px
}

.desinformantes .list .item .item-name a:hover {
  color: #ff4a66;
  transition: all 250ms ease-out;
  text-decoration: none
}

.desinformantes .list .item .item-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.desinformantes .list .item .item-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}

.desinformantes .list .item .item-image {
  width: 70px;
  height: 70px
}

.desinformantes .list .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center
}

.desinformantes .list .item .item-content {
  flex: 1;
  padding: 0 0 0 10px
}

.desinformantes .list .item .stat {
  display: block;
  margin-bottom: 10px;
  font-size: 15px
}

.desinformantes .list .item .stat:last-child {
  margin-bottom: 0
}

.desinformantes .list .item .stat-label {
  display: inline;
  font-weight: 700
}

.desinformantes .list .item .stat-label--block {
  display: block;
  margin-bottom: 10px
}

.desinformantes .list .item .stat-value {
  display: inline
}

.desinformantes .list .item .stat-span {
  border: solid 1px #ccc;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block
}

.modal-desinformante .modal-header {
  padding: 10px
}

.modal-desinformante .modal-title {
  font-size: 24px;
  font-weight: 700
}

.modal-desinformante .modal-dialog {
  position: relative;
  margin-bottom: 60px
}

.modal-desinformante .modal-utils {
  position: absolute;
  top: 100px;
  right: -50px
}

.modal-desinformante .modal-utils .link {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .35);
  display: flex;
  align-items: center;
  justify-content: center;

  & .icon-scl {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .modal-desinformante .modal-utils {
    position: fixed;
    top: initial;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
    left: 0%;
    right: initial;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
  }

  .modal-desinformante .modal-utils .link {
    margin-bottom: 0;
    margin: 0 30px
  }
}

.modal-desinformante .avatar {
  width: 100%;
  height: auto
}

.modal-desinformante .avatar img {
  width: 100%;
  height: auto
}

.modal-desinformante .stat {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #ccc
}

.modal-desinformante .stat:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none
}

.modal-desinformante .stat.hidden {
  display: none
}

.modal-desinformante .stat-label {
  display: inline;
  font-weight: 700
}

.modal-desinformante .stat-label--block {
  display: block;
  margin-bottom: 5px
}

.modal-desinformante .stat-value {
  display: inline
}

.modal-desinformante .stat-span {
  background-color: #ffb0b0;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.modal-desinformante .stat .list {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
  list-style: square
}

.modal-desinformante .stat .list li {
  margin-bottom: 7px
}

.modal-desinformante .stat .list li:last-child {
  margin-bottom: 0
}

.modal-desinformante .stat .list li::marker {
  font-size: 20px;
  color: #ff4a66;
  line-height: 10px
}

.modal-desinformante .stat.modal-phone {
  display: none
}

@media screen and (max-width: 720px) {
  .modal-desinformante .stat.modal-phone {
    display: block
  }
}

.modal-desinformante .stat.modal-no-phone {
  display: block
}

@media screen and (max-width: 720px) {
  .modal-desinformante .stat.modal-no-phone {
    display: none
  }
}

.modal-desinformante .excerpt {
  font-size: 16px;
  line-height: 1.5
}

.modal-desinformante .excerpt p:last-child {
  margin-bottom: 0
}

.modal-desinformante .table {
  font-size: 14px
}

.desinformante-profile {
  padding-top: 130px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px
}

@media screen and (max-width: 720px) {
  .desinformante-profile {
    padding-top: 80px;
    max-width: calc(100% - 20px);
    margin-bottom: 15px
  }
}

.desinformante-profile.is-iframe {
  padding-top: 0px
}

.desinformante-profile.is-iframe .stat-organizations {
  display: none
}

.desinformante-profile.is-iframe .stat-history {
  display: none
}

.desinformante-profile.is-iframe .stat-factchecking {
  display: none
}

.desinformante-profile__header {
  text-align: center;
  font-size: 16px;
  padding: 5px;
  background-color: #424242;
  color: #fff
}

.desinformante-profile__header span:first-of-type {
  font-weight: 700
}

.desinformante-profile__header a {
  color: inherit;
  text-decoration: none
}

.desinformante-profile__header i {
  margin-left: 10px
}

.desinformante-profile .modal-dialog {
  max-width: 100%;
  margin: 0
}