/*********** HELPER CLASSES *************/
.cf:after {
  content: "";
  display: table;
  clear: both; }

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

/****************************************/
* {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  background: url(../img/bg-desaparecidos.jpg) repeat-x top center; }

p > a {
  color: #fd7162; }

.header {
  position: relative;
  width: 100%;
  height: 74px;
  background: #ff7461;
  z-index: 9997; }

.header-logo {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 9999; }

.especial .header-logo {
  top: 9px; }

.nav-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.menu, .menu-social {
  width: auto; }

.menu > li, .menu-social > li {
  float: left; }

.menu > li > a, .menu-social > li > a {
  display: inline-block;
  font-size: 18px;
  height: 74px;
  padding: 0 12px;
  line-height: 74px;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.menu > li > a:hover, .menu-social > li > a:hover, .menu > li > a.active, .menu-social > li > a.active {
  color: #000;
  background: #fff; }

.header-social {
  position: absolute;
  top: 0;
  right: 5%; }

.menu-social > li > a {
  padding: 0 8px;
  font-size: 20px; }

.menu-social > li > a:hover {
  background: #ff7461; }

.menu-social > li > a:hover .fa-facebook {
  color: #1C85D0; }

.menu-social > li > a:hover .fa-twitter {
  color: #00ECFF; }

.menu-social > li > a:hover .fa-youtube {
  color: #D80303; }

.top-search {
  position: relative;
  width: 100%;
  height: 326px;
  background: rgba(0, 0, 0, 0.8); }

.title-block {
  position: absolute;
  left: 28%;
  top: 30px; }

.title-block > h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  margin: 0; }

.title-block-social > a {
  color: #919191;
  text-decoration: none;
  font-size: 14px; }

.title-block-social > a > .fa-facebook {
  margin-left: 8px; }

.search-input {
  position: absolute;
  width: 55%;
  height: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 200px; }

.input-search {
  float: left;
  width: 80%;
  height: 57px;
  border: 0;
  padding-left: 10px;
  background-color: #ffffff;
  /*box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 1);*/
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset -7px 0px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset -7px 0px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset -7px 0px 15px 0px rgba(0, 0, 0, 0.35);
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.btn-search {
  float: left;
  display: inline-block;
  width: 20%;
  height: 57px;
  line-height: 57px;
  border: 0;
  background: #ff7461;
  color: #fff;
  font-weight: 300;
  font-size: 23px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.content {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 75px 0 75px; }

.content.content-full {
  padding-right: 0;
  padding-left: 0; }

.filters {
  width: 100%;
  height: 50px; }

.alpha-index-wrap {
  float: left;
  height: 47px;
  line-height: 47px; }

.alpha-index {
  float: left; }

.alpha-index > li {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-left: 3px; }

.alpha-index > li > a {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none; }

.alpha-index > li > a:hover, .alpha-index > li > a.active {
  color: #f76d6d; }

.tag-result-wrap {
  float: left;
  width: 38%;
  margin-left: 10px;
  margin-top: 5px; }

.tag-result-wrap > strong {
  float: left;
  margin-left: 25px;
  font-size: 26px;
  line-height: 26px; }

.list-type-wrap {
  float: left;
  margin-left: 78px;
  margin-top: 5px; }

.list-type-wrap > .filter-label {
  margin-top: 3px; }

.filter-label {
  float: left;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #000; }

.link-list-type {
  float: left;
  margin-left: 15px;
  display: inline-block;
  color: #d2d2d2;
  font-size: 34px;
  line-height: 30px; }

.link-list-type.active {
  color: #ff7461; }

.file-type-wrap {
  float: left; }

.file-type-wrap > .filter-label {
  margin-top: 7px;
  margin-right: 17px; }

.filter-divisor {
  float: left;
  margin: 7px 30px 0 30px;
  background-color: rgba(107, 107, 107, 0.5);
  width: 1px;
  height: 30px; }

.lbl-select {
  float: left;
  position: relative; }

.lbl-select:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 8px;
  height: 8px;
  background: url(../img/seta-select.png) no-repeat center;
  pointer-events: none; }

.css-select {
  float: left;
  position: relative;
  width: 290px;
  height: 47px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  background: #fff;
  color: #333;
  font-weight: 700;
  border: solid 1px #b7b7b7;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.horizontal-divisor {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  margin: 12px 0; }

.file-table, .file-list {
  width: 100%;
  margin-bottom: 30px; }

.file-table > tbody > tr > td {
  width: 48%;
  position: relative;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  vertical-align: top; }

.file-list {
  display: none; }

.file-list > li {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2); }

.file-table > tbody > tr > td:hover {
  background: -webkit-linear-gradient(90deg, rgba(166, 166, 166, 0.2) 0%, rgba(198, 198, 198, 0.2) 8%, rgba(239, 239, 239, 0.2) 100%);
  background: -moz-linear-gradient(90deg, rgba(166, 166, 166, 0.2) 0%, rgba(198, 198, 198, 0.2) 8%, rgba(239, 239, 239, 0.2) 100%);
  background: -o-linear-gradient(90deg, rgba(166, 166, 166, 0.2) 0%, rgba(198, 198, 198, 0.2) 8%, rgba(239, 239, 239, 0.2) 100%);
  background: -ms-linear-gradient(90deg, rgba(166, 166, 166, 0.2) 0%, rgba(198, 198, 198, 0.2) 8%, rgba(239, 239, 239, 0.2) 100%);
  background: linear-gradient(0deg, rgba(166, 166, 166, 0.2) 0%, rgba(198, 198, 198, 0.2) 8%, rgba(239, 239, 239, 0.2) 100%); }

.file-table > tbody > tr > td.file-table-divisor:hover {
  background: transparent; }

.file-table > tbody > tr > td.file-table-divisor {
  width: 4%;
  border-bottom: none; }

/*
.file-table > tbody > tr > td > .file-item-description {
    float: left;
    width: 100%;
}

.file-table > tbody > tr > td > .file-item-description > img {
    float: left;
    width: 14.5%;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text {
    float: left;
    width: 85.5%;
    padding-left: 15px;
    margin-top: 25px;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > strong {
    display: block;
    color: #333;
    font-size: 18px;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > small {
    display: block;
    color: #333;
    font-size: 12px;
    margin-top: 14px;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > .file-item-description-missing {
    display: block;
    color:#000;
    font-size: 14px;
    margin-top: 10px;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > .file-item-description-missing > a {
    color:#000;
    font-size: 14px;
    text-decoration: none;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > .file-item-description-missing > a:hover {
    color: #ff7461;
    text-decoration: underline;
}

.file-table > tbody > tr > td > .file-item-description > .file-item-description-text > .file-item-description-missing > i {
    font-size: 18px;
    color: #d2d2d2;
}

.file-table > tbody > tr > td > .file-item-video-transcription {
    display: block;
    margin-top: 5px;
}

.file-table > tbody > tr > td > .file-item-video-transcription > a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #189638;
}

.file-table > tbody > tr > td > .file-item-tags {
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 15px;
    text-transform: uppercase;
    color: #333;
    font-size: 10px;
}

.file-table > tbody > tr > td > .file-item-tags > a {
    text-transform: uppercase;
    color: #333;
    font-size: 10px;
    text-decoration: none;
}

.file-table > tbody > tr > td > .file-item-tags > a:hover {
    text-decoration: underline;
}

.file-table > tbody > tr > td > .file-item-tags > i {
    color: #d2d2d2;
    font-size: 15px;
    margin-right: 5px;
}

.file-table > tbody > tr > td > .file-item-social {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 15px;
}
*/
.file-item-description {
  float: left;
  width: 100%; }

.file-item-description > a > .file-icon {
  float: left;
  width: 14.5%;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat; }

.file-list .file-item-description > a > .file-icon {
  width: 7.5%; }

.file-item-description > a > .file-icon:before {
  content: "";
  display: block;
  padding-top: 133%; }

.file-item-description > a > .file-icon.icon-pdf {
  background-image: url(../img/sprite-icon-pdf.png); }

.file-item-description > a > .file-icon.icon-doc {
  background-image: url(../img/sprite-icon-doc.png); }

.file-item-description > a > .file-icon.icon-youtube {
  background-image: url(../img/sprite-icon-video.png); }

.file-item-description > a > .file-icon.icon-jpg {
  background-image: url(../img/sprite-icon-jpg.png); }

.file-item-description > a:hover .file-icon {
  background-position: 0 100%; }

.file-item-description > .file-item-description-text {
  float: left;
  width: 85.5%;
  padding-left: 15px;
  margin-top: 25px; }

.file-item-description > .file-item-description-text > a {
  text-decoration: none; }

.file-item-description > .file-item-description-text > a > strong {
  display: block;
  color: #333;
  font-size: 18px; }

.file-item-description > .file-item-description-text > small {
  display: block;
  color: #333;
  font-size: 12px;
  margin-top: 14px; }

.file-item-description > .file-item-description-text > .file-item-description-missing {
  display: block;
  color: #000;
  font-size: 14px;
  margin-top: 10px; }

.file-item-description > .file-item-description-text > .file-item-description-missing > a {
  color: #000;
  font-size: 14px;
  text-decoration: none; }

.file-item-description > .file-item-description-text > .file-item-description-missing > a:hover {
  color: #ff7461;
  text-decoration: underline; }

.file-item-description > .file-item-description-text > .file-item-description-missing > i {
  font-size: 18px;
  color: #d2d2d2; }

.file-item-video-transcription {
  display: block;
  margin-top: 5px; }

.file-item-video-transcription > a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #189638; }

.file-item-tags {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  text-transform: uppercase;
  color: #333;
  font-size: 10px; }

.file-item-tags > a {
  text-transform: uppercase;
  color: #333;
  font-size: 10px;
  text-decoration: none; }

.file-item-tags > a:hover {
  text-decoration: underline; }

.file-item-tags > i {
  color: #d2d2d2;
  font-size: 15px;
  margin-right: 5px; }

.file-item-social {
  position: absolute;
  display: none;
  width: auto;
  bottom: 10px;
  right: 15px; }

.file-table > tbody > tr > td:hover .file-item-social, .file-list > li:hover .file-item-social {
  display: block; }

.file-item-social-link {
  color: #333333;
  font-size: 12px;
  text-decoration: none; }

.file-item-social-facebook > i {
  font-size: 21px; }

.file-item-social-facebook:hover {
  color: #0088d4; }

.file-item-social-twitter > i {
  font-size: 22px;
  margin-left: 5px; }

.file-item-social-twitter:hover {
  color: #00D9FD; }

.alpha-index-wrap-bottom {
  display: block;
  float: none;
  width: 446px;
  margin: 0 auto; }

.btn-load-more {
  clear: both;
  display: block;
  margin: 20px auto;
  width: 265px;
  height: 43px;
  line-height: 43px;
  border: none;
  border-radius: 5px;
  background: #efefef;
  font-size: 23px;
  color: #b5b4b4;
  font-weight: lighter;
  -webkit-box-shadow: 2px 2px 0px 2px #d5d5d5;
  -moz-box-shadow: 2px 2px 0px 2px #d5d5d5;
  box-shadow: 2px 2px 0px 2px #d5d5d5; }

.video-wrap, .especial-video-wrap {
  width: 100%;
  background: #1B1B1B; }

.video-wrap > img, .especial-video-wrap > img {
  display: block;
  max-width: 70%;
  margin: 0 auto; }

.video-responsive1 {
  width: 50%;
  margin: 0 auto; }

.video-responsive2 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden; }

.video-responsive2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.file-title {
  margin: 0;
  font-size: 36px;
  line-height: 44px; }

.file-title-social {
  clear: both;
  float: right;
  margin-top: 5px; }

.file-title-social > a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  float: left; }

.file-title-social > a > i.fa-facebook {
  font-size: 20px;
  color: #1C85D0; }

.file-title-social > a > i.fa-twitter {
  font-size: 20px;
  margin-left: 20px;
  color: #00ECFF; }

.file-data-row {
  display: block;
  width: 100%; }

.file-description-wrap {
  float: left;
  width: 65.5%;
  padding-bottom: 30px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2); }

.file-description {
  display: block;
  margin: 0;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px; }

.file-tags {
  display: block;
  width: 100%;
  margin-top: 10px; }

.file-tags:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ic-file-tags.png);
  margin-right: 5px; }

.file-tags > a {
  font-size: 13px;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none; }

.file-tags > a:hover {
  color: #ff7461; }

.file-description-btn-wrap {
  float: left;
  width: 34.5%;
  text-align: center; }

.file-missing-related, .file-missing-actions {
  padding: 40px 0;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2); }

.file-missing-related > img, .file-missing-actions > img {
  float: left; }

.file-missing-related > .file-missing-related-content, .file-missing-actions > .file-missing-related-content {
  float: left;
  width: 57.5%;
  padding-left: 20px; }

.file-missing-related > .file-missing-related-content > strong, .file-missing-actions > .file-missing-related-content > strong {
  float: left;
  font-size: 22px; }

.file-missing-related > .file-missing-related-content > p, .file-missing-actions > .file-missing-related-content > p {
  clear: both;
  float: left;
  margin: 0;
  margin-top: 15px;
  line-height: 24px; }

.file-missing-related > .file-missing-related-content > p > a, .file-missing-actions > .file-missing-related-content > p > a {
  font-size: 16px;
  color: #000;
  text-decoration: none; }

.file-missing-related > .file-missing-related-content > p > a:hover, .file-missing-actions > .file-missing-related-content > p > a:hover {
  color: #e95e4b;
  text-decoration: underline; }

.file-missing-actions {
  text-align: center;
  color: #d7d7d7;
  font-size: 23px;
  font-weight: 300;
  border-bottom: none;
  padding-bottom: 0; }

.btn-back-files {
  display: inline-block;
  position: relative;
  width: 349px;
  height: 47px;
  margin: 0;
  margin-bottom: 25px;
  background: #efefef;
  color: #b5b4b4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 23px;
  border-radius: 5px;
  padding: 0 22px;
  line-height: 47px;
  -webkit-box-shadow: 2px 2px 0px 2px #d7d7d7;
  -moz-box-shadow: 2px 2px 0px 2px #d7d7d7;
  box-shadow: 2px 2px 0px 2px #d7d7d7; }

.file-missing-actions .search-input {
  position: static;
  left: auto;
  top: auto;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }

.main-missing .search-input {
  top: 130px; }

.political-org-input {
  position: absolute;
  width: 55%;
  top: 210px;
  padding-top: 25px;
  border-top: solid 1px #565556;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.political-org-input > .filter-label {
  width: 15.5%;
  margin-top: 10px;
  color: #fff; }

.political-org-input > .lbl-select {
  width: 84.5%;
  padding-left: 20px; }

.political-org-input > .lbl-select > .css-select {
  width: 100%; }

.missing-filters {
  width: 100%;
  height: 66px;
  padding: 0 70px;
  background: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); }

.missing-filters > .filter-label {
  margin-top: 20px; }

.missing-filters > .alpha-index-wrap {
  margin-left: 30px;
  height: 66px;
  line-height: 66px; }

.missing-filters > .alpha-index-wrap > .alpha-index > li {
  color: #ccc;
  font-size: 27px;
  font-weight: 300;
  margin-left: 6px; }

.missing-filters > .alpha-index-wrap > .alpha-index > li > a {
  color: #333;
  font-size: 27px;
  font-weight: 700; }

.missing-filters > .alpha-index-wrap > .alpha-index > li > a:hover {
  color: #f76d6d; }

.missing-table > tbody > tr > td {
  position: relative;
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: none;
  width: 45%;
  border-bottom: dotted 1px #ccc; }

.missing-table > tbody > tr > td.file-table-divisor {
  width: 10%;
  border-bottom: none; }

.missing-img-wrap {
  position: relative;
  float: left;
  width: 43%;
  overflow: hidden; }

.missing-img-wrap:after {
  content: "";
  display: block;
  padding-top: 100%; }

.missing-img-wrap > img {
  position: absolute;
  width: 90%;
  -webkit-transition: width .8s ease-in;
  -moz-transition: width .8s ease-in;
  transition: width .8s ease-in;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.missing-img-wrap > .missing-img-frame {
  position: absolute;
  width: 100%;
  height: 100%; }

.missing-item-description-text {
  float: left;
  width: 57%;
  padding-left: 20px;
  padding-top: 20px; }

.missing-item-description-text strong {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px; }

.missing-item-description-text > a > .missing-name {
  float: left;
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  color: #000; }

.missing-item-description-text > small {
  float: left;
  display: block;
  width: 100%;
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }

.missing-item-description-text > .btn-political-org {
  display: inline-block;
  float: left;
  padding: 7px 10px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ff7461;
  text-decoration: none;
  border-bottom: solid 4px #fff; }

.missing-fake-border {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: #ff7461;
  visibility: hidden; }

.missing-table > tbody > tr > td:hover {
  background: #f2f2f2; }

.missing-table > tbody > tr > td:hover .missing-fake-border {
  visibility: visible; }

.missing-table > tbody > tr > td:hover > .missing-item-description {
  margin-bottom: -10px; }

.missing-table > tbody > tr > td:hover .missing-img-frame {
  background: rgba(255, 116, 97, 0.34); }

.missing-table > tbody > tr > td:hover .missing-img-wrap > img {
  width: 110%; }

.missing-table > tbody > tr > td:hover .btn-political-org {
  border-bottom: solid 4px #f2f2f2; }

.missing-table > tbody > tr > td.file-table-divisor:hover {
  border: none; }

.missing-item-description-text > .btn-political-org:hover {
  color: #000;
  background: #fff;
  border-bottom: solid 4px #ff7461 !important; }

.content-missing-char {
  padding: 0; }

.missing-char-list {
  float: left;
  width: 23.5%;
  padding-left: 5%;
  padding-top: 40px;
  border-right: solid 1px #ccc; }

.missing-char-table {
  float: left;
  width: 76.5%;
  padding: 10px; }

.missing-char-list > strong {
  display: block;
  padding-bottom: 30px;
  border-bottom: solid 5px #000;
  font-size: 160px;
  line-height: 125px; }

.missing-char-list > ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 50px; }

.missing-char-list > ul > li {
  padding: 4px 0; }

.missing-char-list > ul > li > a {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none; }

.missing-char-list > ul > li > a:hover {
  color: #f65b45;
  text-decoration: underline; }

.missing-char-list > ul > li > a.active {
  font-weight: 400; }

.missing-profile-wrap {
  padding-right: 5%; }

.missing-char-table > .missing-table > tbody > tr > td {
  width: 49%; }

.missing-char-table > .missing-table > tbody > tr > td.file-table-divisor {
  width: 2%; }

.missing-profile {
  width: 100%; }

.missing-profile-left {
  float: left;
  padding: 5% 8%;
  width: 76%; }

.missing-profile-right {
  float: left;
  width: 24%; }

.missing-data > h1 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 15px; }

.missing-data > small {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 300; }

.missing-data > h2 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 15px; }

.missing-extras {
  display: block;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px; }

.personal-data > small {
  display: block;
  color: #333;
  font-size: 11px;
  font-weight: 300; }

.personal-data-line {
  display: block;
  width: 100%;
  margin-top: 15px; }

.missing-extras > h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300; }

.missing-file-list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }

.missing-file-list > li {
  display: block;
  width: 100%;
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 25px;
  margin-top: 15px; }

.missing-file-list > li > a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none; }

.missing-file-list > li > a > .missing-file-icon {
  float: left;
  width: 14.5%;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat; }

.missing-file-list > li > a > .missing-file-icon.icon-pdf {
  background-image: url(../img/sprite-icon-pdf.png); }

.missing-file-list > li > a > .missing-file-icon.icon-doc {
  background-image: url(../img/sprite-icon-doc.png); }

.missing-file-list > li > a > .missing-file-icon.icon-video {
  background-image: url(../img/sprite-icon-video.png); }

.missing-file-list > li > a > .missing-file-icon.icon-jpg {
  background-image: url(../img/sprite-icon-jpg.png); }

.missing-file-list > li > a:hover > .missing-file-icon {
  background-position: 0 100%; }

.missing-file-list > li > a > .missing-file-icon:before {
  content: "";
  display: block;
  padding-top: 133%; }

.missing-file-list > li > a > .missing-file-info {
  float: left;
  width: 85.5%;
  padding-left: 10px; }

.missing-file-list > li > a > .missing-file-info > strong {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 15px; }

.missing-file-list > li > a > .missing-file-info > p {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300; }

.missing-file-list > li > a > .missing-file-info > p > span {
  font-weight: 400; }

.missing-file-list > li.file-video > a > .missing-file-icon {
  float: left;
  width: 6%; }

.missing-file-list > li.file-video > a > .missing-file-info {
  float: left;
  width: 94%;
  padding-left: 10px; }

.missing-file-list > li.file-video > .video-wrap, .missing-file-list > li.file-video > .especial-video-wrap {
  clear: both;
  float: left;
  margin-top: 10px; }

.missing-file-list > li.file-video > .video-wrap > .video-responsive1, .missing-file-list > li.file-video > .especial-video-wrap > .video-responsive1 {
  width: 100%; }

.missing-profile-right .missing-photo {
  width: 100%; }

.missing-profile-right .missing-photo img {
  width: 100%; }

.missing-political-org-box {
  position: relative;
  background: #ff7461;
  border: 4px solid #ff7461;
  width: 100%;
  margin-top: 30px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 400;
  color: #fff; }

.missing-political-org-box:after, .missing-political-org-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.missing-political-org-box:after {
  border-color: rgba(255, 116, 97, 0);
  border-bottom-color: #ff7461;
  border-width: 10px;
  margin-left: -10px; }

.missing-political-org-box:before {
  border-color: rgba(255, 116, 97, 0);
  border-bottom-color: #ff7461;
  border-width: 16px;
  margin-left: -16px; }

.missing-political-org-related {
  position: relative;
  background: #efefef;
  border: 1px solid #ccc;
  margin-top: 30px;
  padding: 10px; }

.missing-political-org-related > span {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px; }

.missing-political-org-related > a {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  text-decoration: none; }

.missing-political-org-related:after, .missing-political-org-related:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.missing-political-org-related:after {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px; }

.missing-political-org-related:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px; }

.footer {
  width: 100%;
  height: 168px;
    position: relative;
    z-index: 99999999;
  background: #ff7461;
  border-bottom: solid 5px #cd3f31; }

.footer > img {
  float: left;
  margin-left: 92px;
  margin-top: 32px; }

.footer > .menu, .footer > .menu-social {
  float: left;
  margin-left: 70px;
  margin-top: 45px; }

.footer-sponsor {
  display: block;
  width: 100%;
  margin: 13px 0; }

.footer-credits {
  display: block;
  width: 100%;
  background: #ebebeb;
  padding: 60px 4.5% 20px 4.5%;
  font-size: 10px;
  line-height: 13px; }

.footer-credits-left {
  position: relative;
  float: left;
  width: 70%;
  padding-right: 45px; }

.footer-credits-left:after {
  content: "";
  position: absolute;
  height: 110%;
  width: 1px;
  background: #b7b7b7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px; }

.footer-credits-right {
  float: left;
  width: 30%;
  padding: 50px 40px; }

/********** ESPECIAL **********/
.margin {
  display: block;
  width: 100%;
  height: 1px; }

.margin.margin-10 {
  margin-top: 9px; }

.margin.margin-5 {
  margin-top: 4px; }

body.especial {
  background: none; }

.main-especial {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

.especial-block {
  display: block;
  width: 100%; }

.especial-top {
  position: relative;
  /*top: -30px;*/ }

.especial-top .video-responsive1 {
  width: 100%; }

.especial-top .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/textura-video.png) repeat;
  text-align: center;
  padding-top: 50px; }

.especial-top .video-overlay > img {
  margin-top: 7px; }

.especial-top .video-overlay .open-menu {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 90px; }

.especial-tomos-top {
  width: 100%;
  height: 97px;
  color: #fff;
  background: #ff7461;
  text-align: center; }

.especial-tomos-top > h2 {
  margin: 0;
  padding-top: 15px;
  font-size: 28px;
  text-transform: uppercase; }

.especial-tomos-top > p {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; }

.especial-tomos-list {
  position: relative;
  float: left;
  width: 100%;
  height: 340px; }

.especial-tomos-list-item {
  float: left;
  position: relative;
  width: 33.3%;
  height: 340px;
  background-size: auto 120%;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #333;
  cursor: pointer;
  -webkit-transition: background-size .8s ease-in;
  -moz-transition: background-size .8s ease-in;
  transition: background-size .8s ease-in; }

.especial-tomos-list-item > .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.6);
  color: #333; }

.especial-tomos-list-item > .link-overlay > h2 {
  margin-top: 30px;
  font-size: 55px;
  text-align: center;
  margin-bottom: 0; }

.especial-tomos-list-item > .link-overlay > p {
  margin-top: 30px;
  padding: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase; }

.especial-tomos-list-item:hover {
  background-size: auto 145%; }

.especial-tomos-list-item:hover > .link-overlay, .especial-tomos-list-item.active > .link-overlay {
  background: rgba(255, 255, 255, 0);
  color: #fff; }

.especial-tomos-list-item > .especial-text-btn {
  position: absolute;
  display: none;
  bottom: -48px;
  margin: 0;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.especial-tomos-list-item:hover > .especial-text-btn {
  display: block; }

.especial-tomos-list-item > .especial-text-btn > span {
  width: 100%;
  margin-left: 0;
  padding: 0 28px; }

.especial-tomos-list-item-1 {
  background-image: url(../img/bg-menu-tomo-i.jpg); }

.especial-tomos-list-item-2 {
  background-image: url(../img/bg-menu-tomo-ii.jpg); }

.especial-tomos-list-item-3 {
  background-image: url(../img/bg-menu-tomo-iii.jpg);
  height: 170px; }

.especial-tomos-list-item-4 {
  background-image: url(../img/bg-menu-tomo-iv.jpg);
  height: 170px; }

.especial-tomos-list-item-3 > .link-overlay > h2, .especial-tomos-list-item-4 > .link-overlay > h2 {
  margin-top: -10px; }

.especial-tomos-list-item-3 > .link-overlay > p, .especial-tomos-list-item-4 > .link-overlay > p {
  margin-top: 5px;
  margin-bottom: 0; }

.especial-tomo-i-menu {
  position: relative;
  z-index: 99999;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  color: #fff; }

.tomo-i-menu-top {
  float: left;
  width: 100%;
  border-bottom: solid 1px #555555; }

.tomo-i-menu-title {
  float: left;
  width: 33.3%;
  height: 342px;
  line-height: 342px;
  text-align: center;
  font-size: 86px;
  font-weight: 700;
  border-right: solid 1px #555555; }

.tomo-i-menu-chapter-desc {
  position: relative;
  float: left;
  width: 66.7%;
  text-align: center; }

.tomo-i-menu-chapter-desc > p {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  text-align: left;
  padding: 0 12%;
  margin-top: 60px; }

.tomo-i-menu-chapter-desc > .especial-text-btn {
  margin: 0 auto; }

.tomo-i-menu-chapter > .especial-text-btn > span {
  width: 205px;
  margin-left: 10px;
  margin-top: 16px; }

.tomo-i-menu-close {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px; }

.tomo-i-menu-chapter-list {
  float: left;
  width: 100%; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter {
  float: left;
  width: 33.3%;
  text-align: left;
  padding: 2%;
  padding-left: 5%;
  border: solid 1px #555555;
  cursor: auto;
  color: #fff; }

.tomo-i-menu-chapter p a {
  text-decoration: none;
  color: white; }

.tomo-i-menu-chapter:hover {
  border-color: #ff7461; }

.tomo-i-menu-chapter:hover h3 {
  color: #ff7461; }

.tomo-i-menu-chapter p a:hover {
  color: #ff7461;
  text-decoration: underline; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter > h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 35px;
  text-transform: uppercase; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter > p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter > .especial-text-btn {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px; }

.tomo-i-menu-chapter:hover > .especial-text-btn {
  display: block; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter-1, .tomo-i-menu-chapter-list > .tomo-i-menu-chapter-2 {
  height: 1241px; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter-3 {
  height: 741px; }

.tomo-i-menu-chapter-list > .tomo-i-menu-chapter-4 {
  height: 501px; }

.especial-block-title {
  text-align: center;
  padding-bottom: 35px; }

.especial-block-title > h1 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px; }

.especial-block-title > h2 {
  display: block;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300; }

.topo-part-label {
  text-align: center; }

.topo-part-label > label {
  display: inline-block;
  padding: 7px 10px;
  background: #ff7461;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.parallax-wrap {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden; }

.parallax-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998; }

.parallax-wrap > span {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 45px;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(20%, rgba(0, 0, 0, 0.2)), color-stop(29%, rgba(0, 0, 0, 0.3)), color-stop(44%, rgba(0, 0, 0, 0.4)), color-stop(58%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.6)), color-stop(91%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 91%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */ }

.especial-subtitles, .div-title {
  display: block;
  background: #efefef;
  color: #333;
  padding: 20px 10%;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 25px; }

.especial-quotes {
  margin-top: 65px; }

.especial-quotes > p {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 520px;
  text-align: center;
  font-size: 45px;
  font-weight: 300;
  font-style: italic; }

.especial-quotes > p:before {
  content: "";
  position: absolute;
  width: 148px;
  height: 140px;
  background: url(../img/open-quote.png) no-repeat center;
  top: 50%;
  margin-top: -70px;
  left: -250px; }

.especial-quotes > p:after {
  content: "";
  position: absolute;
  width: 148px;
  height: 140px;
  background: url(../img/close-quote.png) no-repeat center;
  top: 50%;
  margin-top: -70px;
  right: -250px; }

.especial-text {
  margin-top: 70px; }

.especial-text > p {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  color: #333;
  font-size: 17px;
  text-align: left;
  line-height: 30px; }

.especial-text-btn, .especial-end-chapter > .especial-text-btn {
  display: block;
  position: relative;
  width: 309px;
  height: 97px;
  margin-top: 60px;
  margin-bottom: 50px;
  background: #fd7162;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 5px;
  padding: 0 22px;
  -webkit-box-shadow: 2px 2px 0px 2px #e36558;
  -moz-box-shadow: 2px 2px 0px 2px #e36558;
  box-shadow: 2px 2px 0px 2px #e36558; }

.especial-text-btn:hover {
  background: #EA3926; }

.especial-text-btn.especial-text-btn-left {
  float: left;
  left: -50px;
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out; }

.especial-text-btn.especial-text-btn-right {
 float: right;
  right: 50px;
  position: fixed;
  margin-left: 15px;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out; }

.especial-text-btn.especial-text-btn-left.show, .especial-text-btn.especial-text-btn-right.show {
  opacity: 1; }

.especial-text-btn i, .especial-end-chapter > .especial-text-btn i {
  float: left;
  margin-top: 22px;
  font-size: 52px; }

.especial-text-btn span, .especial-end-chapter > .especial-text-btn span {
  float: left;
  width: 190px;
  margin-left: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
 }

.resumo{
  font-size:14px!important;
}

.div-title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 18px; }

.especial-video-wrap .video-responsive-1 {
  width: 70%; }

.especial-column {
  display: inline-block;
  float: left;
  text-decoration: none; }

.especial-column > img {
  display: block;
  width: 100%; }

.especial-column-1 {
  width: 47%; }

.especial-column-2 {
  width: 53%; }

.wrap-780 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 780px; }

.especial-text-img p {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: justify;
  color: #333;
  font-size: 17px;
  line-height: 30px; }

.especial-text-img-img {
  position: relative;
  width: 410px; }

.especial-text-img-img.img-right {
  float: right;
  right: -70px;
  margin-left: -40px; }

.especial-text-img-img.img-left {
  float: left;
  left: -70px;
  margin-right: -40px; }

.especial-text-img-img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 410px; }

.especial-recommendations > h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #ff7461;
  font-weight: 300;
  text-transform: uppercase; }

.recommendation {
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding: 30px 77px;
  background: #ff7461;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out; }

.recommendation.show {
  opacity: 1; }

.recommendation > span {
  position: absolute;
  display: block;
  border: solid 5px #ff7461;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: -50px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 70px;
  font-size: 50px;
  font-weight: 700; }

.especial-end-chapter > span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #006666;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-align: center; }

.especial-end-chapter > .especial-text-btn {
  background: #666666;
  margin: 20px auto 30px auto;
  -webkit-box-shadow: 2px 2px 0px 2px #5B5B5B;
  -moz-box-shadow: 2px 2px 0px 2px #5B5B5B;
  box-shadow: 2px 2px 0px 2px #5B5B5B; }

.especial-end-chapter > .especial-text-btn:hover {
  background: #000; }

.cbp-fwslider {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 40px 0 60px; }

.cbp-fwslider ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none; }

.cbp-fwslider ul li {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  float: left;
  display: block;
  margin: 0;
  padding: 0; }

.cbp-fwslider ul li img {
  width: 800px;
  margin-left: 18%; }

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
  display: block;
  text-align: center;
  outline: none; }

.cbp-fwslider ul li > a img {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 75%; }

.cbp-fwslider nav span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  /*background: #FCB315;*/
  background: #ff7461;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-top: -50px;
  line-height: 100px;
  cursor: pointer;
  font-weight: normal; }

.cbp-fwslider nav span:hover {
  background: #fff;
  color: #ff7461; }

.cbp-fwslider nav span.cbp-fwnext {
  right: 0px; }

.cbp-fwslider nav span.cbp-fwprev {
  left: 0px; }

.cbp-fwdots {
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  text-align: center;
  width: 100%; }

.cbp-fwdots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer; }

.cbp-fwdots span:hover {
  background: #ff7461; }

.cbp-fwdots span.cbp-fwcurrent {
  background: #ff7461;
  box-shadow: 0 0 0 2px #ff7461;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }

.modal-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.modal {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal > .modal-close {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9999; }

.modal > img {
  max-width: 90%;
  max-height: 90%; }

.see-more {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  border-top: solid 1px #ccc;
  margin-bottom: 30px; }

.see-more > h2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 23px;
  margin-bottom: 25px; }

.see-more-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.3%;
  padding: 15px 10px;
  color: #6b6b6b;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px; }

.see-more-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fd7162;
  height: 7px;
  visibility: hidden; }

.see-more-item span {
  display: block;
  float: left;
  width: 38%;
  /*background-image: url('../img/sprite-icons-seemore.png');*/
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat; }

.see-more-item span.icon-clip {
  background-image: url("../img/vejatambem-arquivos.png"); }

.see-more-item:hover span.icon-clip {
  background-position: 0 100%; }

.see-more-item span.icon-person {
  background-image: url("../img/vejatambem-desaparecidos.png"); }

.see-more-item:hover span.icon-person {
  background-position: 0 100%; }

.see-more-item span.icon-book {
  background-image: url("../img/vejatambem-relatorio.png"); }

.see-more-item:hover span.icon-book {
  background-position: 0 100%; }

.see-more-item span.icon-files {
  background-image: url("../img/vejatambem-arquivos.png"); }

.see-more-item:hover span.icon-files {
  background-position: 0 100%; }

.see-more-item p {
  float: left;
  width: 62%;
  padding: 0 10px;
  margin: 0;
  margin-top: 5px; }

.see-more-item:hover {
  color: #fd7162; }

.see-more-item:hover:after {
  visibility: visible; }

.see-more-item span:before {
  content: "";
  display: block;
  padding-top: 100%; }

.menu-tomos-fixed {
  position: fixed;
  width: 100%;
  height: 55px;
  top: -55px;
  left: 0;
  background: #ff7461;
  z-index: 9998;
  -webkit-transition: top .3s ease-in;
  -moz-transition: top .3s ease-in;
  transition: top .3s ease-in; }

.menu-tomos-fixed.show {
  top: 0; }

.menu-tomos-fixed-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  width: 90px; }

.menu-tomos-fixed > ul {
  position: absolute;
  right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0; }

.menu-tomos-fixed > ul > li {
  display: inline;
  float: left;
  height: 55px; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item > .icon-menu-tomos {
  float: left;
  margin-top: 5px;
  margin-right: 3px;
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url(../img/icon-menu-tomos-fixed.jpg);
  background-position: -41px 0px; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item > .desc-item {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 400; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item:hover {
  color: #000; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item.tomo-i:hover:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background-image: url(../img/icon-menu-fixed-active.png);
  bottom: -1px;
  left: 20px; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item:hover > .icon-menu-tomos {
  background-position: 0 0; }

.dropdown-tomos {
  /*display: none;*/
  position: absolute;
  top: 100%;
  left: 0;
  width: 470px;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  -webkit-transition: height .3s ease-in;
  -moz-transition: height .3s ease-in;
  transition: height .3s ease-in; }

.menu-tomos-fixed > ul > li > .menu-tomos-fixed-item.tomo-i:hover .dropdown-tomos {
  /*display: block;*/
  height: 400px; }

.dropdown-tomos .tomo-i-menu-top {
  border: none; }

.dropdown-tomos .tomo-i-menu-title {
  display: none; }

.dropdown-tomos .tomo-i-menu-close {
  display: none; }

.dropdown-tomos .tomo-i-menu-chapter-desc {
  width: 100%;
  padding-bottom: 20px; }

.dropdown-tomos .tomo-i-menu-chapter-desc > p {
  display: block;
  padding: 10px 80px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center; }

.dropdown-tomos .tomo-i-menu-chapter-desc > .especial-text-btn {
  width: 204px;
  height: 64px;
  padding: 0 15px; }

.dropdown-tomos .tomo-i-menu-chapter-desc > .especial-text-btn > i {
  font-size: 35px;
  margin-top: 17px; }

.dropdown-tomos .tomo-i-menu-chapter-desc > .especial-text-btn > span {
  width: 136px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  line-height: 16px; }

.dropdown-tomos .tomo-i-menu-chapter {
  width: 100%;
  padding: 20px 50px;
  border: none;
  border-bottom: solid 1px #555555;
  height: auto; }

.dropdown-tomos .tomo-i-menu-chapter h3 {
  margin-top: 0; }

.dropdown-tomos .tomo-i-menu-chapter p {
  line-height: 20px; }

.dropdown-tomos .tomo-i-menu-chapter .especial-text-btn {
  display: block;
  width: 240px;
  height: 52px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 20px;
  background: #000000;
  border: solid 1px #ff7461;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ff7461; }

.dropdown-tomos .tomo-i-menu-chapter .especial-text-btn > i {
  margin-top: 12px;
  font-size: 29px; }

.dropdown-tomos .tomo-i-menu-chapter .especial-text-btn > span {
  width: 176px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  font-weight: 300; }

.link-accordeon {
    display: none;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom:0;
    left: 0;
    line-height: 30px;
    font-size: 16px;
    background: #868686;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#creditos-rodape {
  background-color: #fff;
  height: 65px;
    position: relative;
    z-index: 99999999;
  padding: 10px 0;
}

.sobre{
  float:right;
  margin:0 90px 0 0;
    display: inline-block;
  font-size: 15px;
  height: 74px;
  padding: 2px 5px;
  line-height: 39px;
  color: #333;
  text-decoration: none;
}