@font-face {
  font-family: Roboto-Light;
  src: url("../fontes/Roboto-Light.ttf");
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fontes/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fontes/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fontes/Roboto-Bold.ttf");
}

@font-face {
  font-family: Roboto-Italic-Light;
  src: url("../fontes/Roboto-LightItalic.ttf");
}

@font-face {
  font-family: Roboto-Italic;
  src: url("../fontes/Roboto-Italic.ttf");
}

@font-face {
  font-family: Roboto-Italic-Medium;
  src: url("../fontes/Roboto-MediumItalic.ttf");
}

@font-face {
  font-family: Roboto-Italic-Bold;
  src: url("../fontes/Roboto-BoldItalic.ttf");
}

.light {
  font-family: Roboto-Light;
}

.semi-bold {
  font-family: Roboto-Medium;
}

.bold {
  font-family: Roboto-Bold;
}

.light-italic {
  font-family: Roboto-Italic-Light;
}

.italic {
  font-family: Roboto-Italic;
}

.semi-bold-italic {
  font-family: Roboto-Italic-Medium;
}

.bold-italic {
  font-family: Roboto-Italic-Bold;
}

.regular {
  font-weight: 500 !important;
}

.font-size-0-3 {
  font-size: 0.3rem;
}

.font-size-0-7 {
  font-size: 0.7rem;
}

.font-size-0-8 {
  font-size: 0.8rem;
}

.font-size-0-9 {
  font-size: 0.9rem;
}

.font-size-1 {
  font-size: 1rem;
}

.font-size-1-1 {
  font-size: 1.1rem;
}

.font-size-1-2 {
  font-size: 1.2rem;
}

.font-size-1-3 {
  font-size: 1.3rem;
}

.font-size-1-5 {
  font-size: 1.5rem;
}

.font-size-2 {
  font-size: 2rem;
}

.font-size-3 {
  font-size: 3rem;
}

.font-size-4 {
  font-size: 4rem;
}

.border-square {
  border-radius: 0;
}

.border-bottom-1 {
  border-bottom: solid 1px;
}

.border-bottom-2 {
  border-bottom: solid 2px;
}

.border-bottom-3 {
  border-bottom: solid 3px;
}

.border-bottom-4 {
  border-bottom: solid 4px;
}

.border-1 {
  border: solid 1px;
}

.border-2 {
  border: solid 2px;
}

.border-3 {
  border: solid 3px;
}

.border-4 {
  border: solid 4px;
}

.bg-light-2 {
  background-color: #f0f0f0 !important;
}

.text-dark-2 {
  color: #484848;
}

.text-light-2 {
  color: #f0f0f0;
}

.font-semi-bold {
  font-weight: 600;
}

.badge-white {
  background-color: #FFFFFF;
}

.alert {
  z-index: 19 !important;
  margin-bottom: 0px !important;
  border-radius: 0px;
}

.scroll {
  overflow-x: scroll !important;
}

.scroll::-webkit-scrollbar {
  width: 20px;
}

.scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: #ff8024;
}

.scroll::-webkit-scrollbar-track-piece {
  background: #f3f3f3;
  border-radius: 10px;
}

.btn-outline-dark:hover {
  color: #FFFFFF !important;
}

.btn-dark {
  border-color: #707070 !important;
}

.btn-primary {
  border-color: #fa7d00 !important;
}

.btn-secondary {
  border-color: #005297 !important;
}

.btn-light {
  border-color: #e4e4e4 !important;
}

.btn-danger {
  border-color: #8b0505 !important;
}

.btn-warning {
  border-color: #ffb300 !important;
}

.btn-success {
  border-color: #28a745 !important;
}

.btn {
  border-width: 2px;
}

.box-light {
  -webkit-box-shadow: 0px 0px 2px 1px #d4d4de;
          box-shadow: 0px 0px 2px 1px #d4d4de;
}

.btnBusca {
  background-color: transparent;
  border: none;
}

::-webkit-input-placeholder {
  font-family: Roboto-Regular;
}

:-ms-input-placeholder {
  font-family: Roboto-Regular;
}

::-ms-input-placeholder {
  font-family: Roboto-Regular;
}

::placeholder {
  font-family: Roboto-Regular;
}

.form-control {
  font-family: Roboto-Regular;
}

.form-border-bottom {
  background-color: transparent;
  color: #707070 !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.form-border-bottom:focus {
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #fa7d00 !important;
}

.placeholder-white::-moz-placeholder {
  color: #FFFFFF !important;
}

.placeholder-white::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

* {
  font-family: Roboto-Regular;
  font-size: 1rem;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  color: #ffb300;
}

.bg-padrao {
  min-height: 20vh;
  background-color: #fa7d00;
}

.bg-padrao-2 {
  height: 20vh;
  background-color: #e4e4e4;
}

.fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

.w-auto {
  width: auto;
}

.formDark label {
  color: #707070;
  font-family: Roboto-Bold;
  margin-bottom: 0;
}

.formDark input, .formDark textarea, .formDark select {
  background-color: transparent;
  border: solid 2px #707070;
}

.formDark input:focus, .formDark textarea:focus, .formDark select:focus {
  background-color: transparent;
  color: #707070;
}

.swal2-loading.swal2-popup {
  background-color: transparent;
}

.swal2-loading.swal2-popup .swal2-confirm {
  height: 10rem !important;
  width: 10rem !important;
  border-left-color: #fa7d00 !important;
  border-right-color: #fa7d00 !important;
}

.swal2-warning {
  border-color: #fa7d00 !important;
  color: #fa7d00 !important;
}

.swal2-confirm {
  background-color: #fa7d00 !important;
}

.page-error {
  background-color: #363636;
  padding: 30px;
  min-height: calc(100vh - 60px);
}

.page-error .area-util {
  background-color: #f0f0f0;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-error .area-util span {
  color: #707070;
  font-family: Roboto-Light;
}

.page-error .area-util .titulo {
  color: #363636;
  font-size: 5rem;
  font-family: Roboto-Regular;
}

.page-error .area-util .corpo {
  font-size: 1.3rem;
}

.page-error .area-util .redirecionamento {
  font-size: 1.1rem;
  font-weight: bold;
}

.page-error .area-util .redirecionamento i {
  color: #363636;
  font-size: 1.5rem;
  margin-right: 8px;
}

.titulo-padrao {
  border-bottom: solid 3px;
  font-size: 1.5rem;
  font-family: Roboto-Regular;
  font-weight: bold;
  text-transform: uppercase;
  color: #707070;
  border-color: #fa7d00;
}

header {
  color: #f5f5f5;
}

header ul {
  padding-left: 0rem;
  margin-bottom: 0px;
}

header ul li {
  text-align: center;
}

header .menu {
  position: fixed;
  z-index: 20;
}

header .border-question {
  border: solid 1px #f5f5f5;
  border-radius: 100%;
  padding: 0.1rem;
}

header i {
  font-size: 1.1rem;
}

header span {
  font-size: 0.8rem;
}

header .fa-user {
  border: solid 2px #f5f5f5;
  border-radius: 100%;
  padding: 0.2rem;
}

header .titulo-menu {
  color: #707070;
  font-size: .85rem;
  font-family: Roboto-Bold;
}

header .titulo-area {
  font-size: 1.1rem;
}

header .ativa-busca {
  cursor: pointer;
}

header .border-bottom-5 {
  border-bottom: solid 5px #fa7d00;
  -webkit-box-shadow: 2px 1px 4px #646262;
          box-shadow: 2px 1px 4px #646262;
}

header a {
  text-decoration: none !important;
}

header a:hover .titulo-menu {
  color: #fa7d00;
}

header a.active .titulo-menu {
  color: #fa7d00;
}

header .li-visiveis {
  cursor: pointer;
}

header .li-visiveis a {
  position: relative;
}

header .li-visiveis a i {
  position: absolute;
  margin-top: 15px;
  margin-left: -50%;
}

header .li-visiveis .ul-nao-visiveis {
  display: none;
  z-index: 20;
  position: absolute;
  background-color: white;
  width: 230px;
  margin-left: -80px;
  border-radius: 3%;
  border-top: solid 3px #fa7d00;
  -webkit-box-shadow: 0px 1.5px 3px 1px #f1f1f1;
          box-shadow: 0px 1.5px 3px 1px #f1f1f1;
}

header .li-visiveis .ul-nao-visiveis i {
  position: absolute;
  color: #005297;
  font-size: 1.5rem;
  margin-top: -20px;
}

header .li-visiveis .ul-nao-visiveis a span {
  font-size: 0.9rem;
}

header .li-visiveis .ul-nao-visiveis a:hover span {
  color: #fa7d00 !important;
}

header .busca-header {
  display: none;
}

header .barra-busca {
  background-color: transparent;
  color: #FFFFFF !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

header .barra-busca:focus {
  background-color: transparent;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #fa7d00 !important;
}

header .barra-busca::-moz-placeholder {
  color: #FFFFFF !important;
}

header .barra-busca::-webkit-input-placeholder {
  color: #FFFFFF !important;
}

header .dropdown-mobile {
  display: none;
}

header .dropdown-mobile span {
  color: #e4e4e4;
  font-family: Roboto-Bold;
}

header .dropdown-mobile ul li span {
  font-family: Roboto-Medium;
}

header .dropdown-mobile hr {
  background-color: #e4e4e4;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

header .dropdown-mobile a:focus span {
  color: #fa7d00;
}

header .dropdown-mobile .border-question {
  padding: 0.35rem;
}

footer .section-agenda {
  background-color: #363636;
}

footer .logo-rodape {
  width: 200px;
  height: 200px;
}

footer .titulo-rodape {
  color: #005297 !important;
  font-size: 1rem;
}

footer .titulo-rodape * {
  color: #005297 !important;
}

footer .titulo-patrocinio {
  font-size: 1.3rem;
}

footer .titulo-agenda {
  font-size: 1.3rem;
}

footer .titulo-agenda i {
  font-size: 1.6rem;
}

footer .informativo-carousel-eventos {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
}

footer .border-left-2 {
  border-left: solid 2px #FFFFFF;
}

footer .descricao-evento {
  font-size: 0.9rem;
}

footer .evento-hover {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  margin-left: 15px;
  background-image: linear-gradient(45deg, #555353, transparent);
  width: 100%;
  height: 100%;
}

footer .item:hover .evento-hover {
  opacity: 1;
}

footer .item:hover .informativo-carousel-eventos {
  opacity: 0;
}

.banner-home {
  margin-top: -5px;
  background-image: url("../img/home/fundo_topo.png");
  background-position-y: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-home li {
  text-align: center;
}

.menu-home .titulo-menu {
  color: #707070;
  font-size: 0.8rem;
  font-family: Roboto-Bold;
}

.menu-home .titulo-menu i {
  font-size: 1.5rem;
}

.menu-home a {
  text-decoration: none !important;
}

.menu-home a:hover .titulo-menu {
  color: #fa7d00;
}

.menu-home a.active .titulo-menu {
  color: #fa7d00;
}

.menu-home .li-visiveis {
  cursor: pointer;
}

.menu-home .li-visiveis a {
  position: relative;
}

.menu-home .li-visiveis a .arrow-down {
  position: absolute;
  margin-top: 15px;
  margin-left: -115%;
  font-size: 1.5rem;
}

.menu-home .li-visiveis .ul-nao-visiveis {
  display: none;
  z-index: 20;
  position: absolute;
  background-color: white;
  width: 230px;
  margin-left: -80px;
  border-radius: 3%;
  border-top: solid 3px #fa7d00;
  -webkit-box-shadow: 0px 1.5px 3px 1px #f1f1f1;
          box-shadow: 0px 1.5px 3px 1px #f1f1f1;
}

.menu-home .li-visiveis .ul-nao-visiveis i {
  position: absolute;
  color: #005297;
  font-size: 1.5rem;
  margin-top: -20px;
}

.menu-home .li-visiveis .ul-nao-visiveis a span {
  font-size: 0.9rem;
}

.menu-home .li-visiveis .ul-nao-visiveis a:hover span {
  color: #fa7d00 !important;
}

.bloco-avisos {
  background-color: #e4e4e4;
  border-radius: 5px;
}

.img-preview .img-prev {
  height: 100px;
  width: 95%;
}

.img-destaque .img {
  height: 360px;
  width: 100%;
}

.img-destaque .infos-destaque {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
}

.img-destaque .infos-destaque span {
  font-family: Roboto-Light;
  font-size: 1.3rem;
  color: #FFFFFF;
}

.img-destaque .infos-destaque span i {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.img-destaque .clone-infos {
  position: absolute;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  width: 100%;
  height: 30%;
}

.list-no-decoration li {
  list-style-type: none !important;
}

.btn-busca-outline {
  background-color: transparent;
  border: none;
}

.btn-primary {
  border-color: #fa7d00 !important;
}

.list-square {
  font-size: 0.9rem;
  font-family: Roboto-Italic;
}

.list-square i {
  font-size: 0.6rem;
  padding-right: 0.5rem;
}

.list-square span {
  display: block;
  padding-left: 1.1rem;
  color: #707070;
  font-size: 0.9rem;
}

.list-square a {
  font-size: 0.9rem;
  font-family: Roboto-Italic;
  text-decoration: none !important;
}

.list-square a:hover {
  color: #fa7d00;
}

.list-square a i {
  font-size: 0.6rem;
  padding-right: 0.5rem;
}

.list-square a span {
  display: block;
  padding-left: 1.1rem;
  color: #707070;
  font-size: 0.9rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

a.nav-cursos-eventos {
  color: #707070 !important;
}

a.nav-cursos-eventos.active {
  background-color: transparent !important;
  font-family: Roboto-Bold;
  border-bottom: solid 3px #fa7d00;
  border-radius: 0 !important;
}

.card-cursos-eventos {
  -webkit-box-shadow: 0px 0px 5px 2px #e4e4e4;
          box-shadow: 0px 0px 5px 2px #e4e4e4;
}

.card-cursos-eventos .info-adc {
  color: #B2B2B2;
}

.card-cursos-eventos .image-curso {
  height: 165px;
}

.card-publi p.badge {
  position: absolute;
  margin-top: -9px;
}

.card-publi p {
  margin-bottom: 0;
}

.card-noticias {
  border-radius: 0;
}

.card-noticias p.badge {
  position: absolute;
  margin-top: -9px;
}

.card-noticias p {
  margin-bottom: 0;
}

.card-noticias .card-body, .card-noticias .card-img-top, .card-noticias .badge {
  border-radius: 0;
}

.img-tv-nav {
  height: 120px;
}

.img-diretoria {
  height: 170px;
  width: 100%;
}

.cont-cursos .nav-tipo-filtro .nav-item .nav-link {
  border-radius: 0;
  color: #707070;
}

.cont-cursos .nav-tipo-filtro .nav-item .active {
  color: #FFFFFF !important;
}

.cont-cursos .form-filtra-curso .btn-busca-curso {
  background-color: transparent;
  border: none;
}

.cont-cursos .form-filtra-curso .form-border-bottom {
  color: #707070 !important;
}

.cont-cursos .nav-filtra-tag .nav-item {
  padding: 3px;
}

.cont-cursos .nav-filtra-tag .nav-item .nav-link {
  border-radius: 0;
  color: #707070;
  font-family: Roboto-Medium;
  border: solid 1.1px #707070;
}

.cont-cursos .nav-filtra-tag .nav-item .active {
  color: #FFFFFF;
  background-color: #005297;
}

.cont-cursos .card-flat .capa-curso {
  border-radius: 10px 0px 0px 10px;
}

.cont-cursos .card-flat .tag-curso {
  border-right: 15px solid;
}

.cont-cursos .card-flat .tag-curso span {
  font-family: Roboto-Bold;
  font-size: 0.9rem;
}

.cont-cursos .card-flat .titulo-curso span {
  color: #707070;
  font-size: 1.1rem;
  font-family: Roboto-Bold;
}

.cont-cursos .card-flat .local-curso span {
  color: #005297;
  font-size: 0.8rem;
  font-weight: 500;
}

.cont-cursos .card-flat .descricao-curso span {
  color: #707070;
  font-size: 0.95rem;
}

.publicacoes-destaque .card-publi {
  -webkit-box-shadow: 0px 8px 13px 1px #e4e4e4;
          box-shadow: 0px 8px 13px 1px #e4e4e4;
}

.publi-recentes .card-cursos-eventos {
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 1px 1px 13px -5px #707070 !important;
          box-shadow: 1px 1px 13px -5px #707070 !important;
}

.publi-recentes .card-cursos-eventos img {
  border-radius: 8px 0px 0px 8px;
}

.nav-filtra-ano .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 550;
  font-family: Roboto-Light;
  color: #707070;
  border-radius: 0;
  border-right: solid 1px #000;
}

.nav-filtra-ano .nav-item .active {
  background-color: #005297;
  color: #FFFFFF !important;
  border-right: #005297;
}

.nav-filtra-mes .nav-item .nav-link {
  font-size: 1.3rem;
  font-family: Roboto-Bold;
  color: #707070;
  border-radius: 0;
  padding-bottom: 0;
}

.nav-filtra-mes .nav-item .active {
  background-color: transparent;
  border-bottom: solid 3px #fa7d00;
  color: #000;
}

.form-busca-noticia .form-border-bottom {
  color: #707070 !important;
}

.box-noticias .card-noticias {
  background-color: transparent;
}

.box-noticias .card-noticias p.badge {
  position: relative;
  font-family: Roboto-Italic-Light;
  font-weight: 500;
}

.box-noticias .card-noticias .titulo-noticia {
  font-size: 1.3rem;
  color: #707070;
  font-family: Roboto-Bold;
}

.box-noticias .card-noticias .descricao-noticia {
  font-family: Roboto-Light;
  font-size: 0.95rem;
  color: #707070;
  text-align: justify;
}

.btnAbreFiltro, .btnFechaFiltro {
  border-radius: 20px;
}

.form-busca-video .btnBuscaVideo {
  background-color: transparent;
  border: none;
}

.form-busca-video .form-border-bottom {
  color: #707070 !important;
}

.TvIBCCRIM .nav-filtra-tag .nav-item {
  padding: 3px;
}

.TvIBCCRIM .nav-filtra-tag .nav-item .nav-link {
  border-radius: 0;
  color: #707070;
  font-family: Roboto-Medium;
  border: solid 1.1px #707070;
}

.TvIBCCRIM .nav-filtra-tag .nav-item .active {
  color: #FFFFFF;
  background-color: #005297;
}

.TvIBCCRIM .box-tv .card-noticias {
  background-color: transparent;
}

.TvIBCCRIM .box-tv .card-noticias p.badge {
  position: relative;
  font-family: Roboto-Italic-Light;
  font-weight: 600;
}

.TvIBCCRIM .box-tv .card-noticias .titulo-video {
  font-size: 1.3rem;
  color: #707070;
  font-family: Roboto-Bold;
}

.TvIBCCRIM .box-tv .card-noticias .descricao-video {
  font-family: Roboto-Light;
  font-size: 0.95rem;
  color: #707070;
  text-align: justify;
}

.TvIBCCRIM .box-tv .card-noticias .informacoes-adicionais {
  font-size: 0.9rem;
  font-family: Roboto-Medium;
  color: #707070;
}

#modalVideosIBCCRIM .modal-dialog {
  width: 70%;
}

#modalVideosIBCCRIM .modal-dialog .modal-content {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}

#modalVideosIBCCRIM .modal-dialog .modal-content .modal-header {
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
}

#modalVideosIBCCRIM .modal-dialog .modal-content .modal-body {
  padding: 0px;
  background-color: transparent;
}

.contatos .icone i {
  font-size: 3rem;
  color: #fa7d00;
}

.contatos .titulo span {
  font-size: 1.2rem;
  color: #fa7d00;
  font-family: Roboto-Medium;
}

.contatos .contato i {
  font-size: 1.5rem;
  padding-right: 10px;
  color: #fa7d00;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contatos .contato span {
  font-size: 1.2rem;
  color: #707070;
  word-break: break-all;
}

.contatos .numero i {
  font-size: 1.5rem;
  padding-right: 12px;
  color: #fa7d00;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contatos .numero span {
  font-size: 1.2rem;
  color: #707070;
  font-family: Roboto-Medium;
}

.formContato label {
  color: #707070;
  font-family: Roboto-Bold;
  margin-bottom: 0;
}

.formContato input, .formContato textarea {
  background-color: transparent;
  border: solid 2px #707070;
}

.formContato input:focus, .formContato textarea:focus {
  background-color: transparent;
  color: #707070;
}

.box-contatos {
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.box-localizacao {
  border-top: solid 5px #fa7d00;
  position: absolute;
  background-color: #FFFFFF;
  top: calc(-20vh - 250px);
  margin-left: 250px;
}

.box-destaques .card-livros-destaque .titulo-livro span {
  color: #707070;
  font-family: Roboto-Bold;
  font-size: 1.1rem;
}

.box-destaques .card-livros-destaque .autor-livro span, .box-destaques .card-livros-destaque .editora-livro span, .box-destaques .card-livros-destaque .lancamento-livro span {
  color: #707070;
  font-size: 0.9rem;
}

.about-book p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.nav-border .nav-link {
  text-align: center;
}

.nav-border .nav-link span {
  color: #707070;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
}

.nav-border .active {
  background-color: transparent !important;
}

.nav-border .active span {
  color: #707070 !important;
  border-bottom: solid 3px #fa7d00;
}

.box-docs {
  border-radius: 9px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 3px 2.5px #E4E4E4;
          box-shadow: 0px 1px 3px 2.5px #E4E4E4;
}

.box-docs .tipo-doc span {
  font-size: 0.8rem;
  font-family: Roboto-Italic-Light;
}

.box-docs .tipo-doc span i {
  font-size: 1.3rem;
  margin-left: 5px;
}

.box-docs .titulo-doc span {
  font-family: Roboto-Bold;
  font-size: 1.1rem;
  color: #707070;
}

.box-docs .descricao-doc span {
  color: #707070;
  text-align: justify;
  font-size: 0.95rem;
}

.box-docs .tag-doc span {
  font-size: 0.9rem;
  font-family: Roboto-Italic-Light;
  font-weight: 600;
}

.card-campanhas {
  -webkit-box-shadow: 0px 0px 2px 2px #e4e4e4;
          box-shadow: 0px 0px 2px 2px #e4e4e4;
  border-radius: 10px;
}

.parcerias-firmadas .img-parceria {
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 2px 0px #707070;
          box-shadow: 0px 0px 2px 0px #707070;
}

.sec-padrao-infos {
  margin-top: -12vh;
}

.sec-padrao-infos .box-padrao-infos {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.sec-padrao-infos .box-padrao-infos .box-info {
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.nav-trabalho-comissoes .nav-link {
  padding-left: 0;
  text-align: left !important;
}

.nav-trabalho-comissoes .nav-link span {
  font-size: 1rem;
}

.infos-grupos .box-informacoes {
  min-height: 65vh;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.nav-diretorias .nav-link span {
  font-size: 1rem;
}

.box-ultimas-edicoes .capa-publicacao {
  height: 180px;
}

.box-last-artigos.box-1 {
  background-color: #e2ddef;
}

.box-last-artigos {
  background-color: #d8f6ed;
}

.nav-filtra-ano-edicoes .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.95rem;
  font-weight: 550;
  font-family: Roboto-Light;
  color: #707070;
  border-radius: 0;
  border-right: solid 1px #000;
}

.nav-filtra-ano-edicoes .nav-item .active {
  background-color: #005297;
  color: #FFFFFF !important;
  border-right: #005297;
}

.ultimas-edicoes .capa-publicacao {
  height: 180px;
  -webkit-box-shadow: 0px 0px 4px 1px #d4d4de;
          box-shadow: 0px 0px 4px 1px #d4d4de;
  border-radius: 6.5px;
}

.bg-parallax-1 {
  height: 40vh;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.sec-parallax-2 {
  margin-top: 30vh;
  z-index: 10;
  position: relative;
}

.notas-rodape {
  color: #707070;
}

.notas-rodape * {
  font-size: 0.75rem !important;
}

.nav-edicoes .nav-link.apresentacao {
  background-color: #e2ddef;
}

.nav-edicoes .nav-link {
  background-color: #d8f6ed;
}

.nav-edicoes .nav-link.active {
  background-color: transparent;
}

.sec-parallax-2.cursos {
  margin-top: 40vh;
}

.direcionamento-page .links a i {
  width: 40px;
  height: 33px;
  margin-right: 12px;
  color: #fa7d00;
  font-size: 2rem;
}

.direcionamento-page .links a span {
  color: #707070;
  font-size: 1.2rem;
  font-family: Roboto-Medium;
}

.direcionamento-page .links a span.active {
  border-bottom: solid 3px #fa7d00;
  font-family: Roboto-Bold;
}

.box-infos-cursos {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 4px 1px #D4D4DE;
          box-shadow: 0px 1px 4px 1px #D4D4DE;
}

.box-infos-cursos .titulo i {
  font-size: 2.5rem;
  color: #fa7d00;
  margin-right: 15px;
}

.box-infos-cursos .titulo span {
  color: #707070;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}

.box-infos-cursos .img-docentes {
  min-height: 120px;
  height: 100%;
  width: 100%;
}

.box-infos-cursos .box-regulamento {
  overflow-y: scroll;
  height: 280px;
  border: solid 1px #e4e4e4;
}

.box-infos-cursos .card-faq .btn-collapse-faq {
  border: none;
  color: #707070;
  font-family: Roboto-Bold;
  padding: 0;
  cursor: pointer;
}

.box-infos-cursos .card-faq .card-body {
  color: #707070;
  font-size: 0.9rem;
}

.box-infos-cursos .card-faq .card-header {
  background-color: #f0f0f0;
}

.box-infos-cursos .texto-bolsas {
  word-wrap: break-word;
}

.sec-campanhas {
  margin-top: -5vh;
}

.sec-campanhas .box-padrao-infos {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.sec-campanhas .box-padrao-infos .box-info {
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.titulo-campanhas b {
  font-size: 2rem;
}

.sec-perguntas-frequentes .card-faq * {
  font-size: 0.9rem;
}

.sec-perguntas-frequentes .card-faq .btn-collapse-faq {
  border: none;
  color: #707070;
  font-family: Roboto-Bold;
  padding: 0;
  cursor: pointer;
}

.sec-perguntas-frequentes .card-faq .card-body {
  color: #707070;
  font-size: 0.9rem;
}

.sec-perguntas-frequentes .card-faq .card-header {
  background-color: #f0f0f0;
}

.card-benefic {
  -webkit-box-shadow: 0px 0px 5px 1px #e4e4e4;
          box-shadow: 0px 0px 5px 1px #e4e4e4;
}

.card-benefic .border {
  border: solid 1px #f0f0f0;
}

.card-benefic .icon .border-icon {
  border: solid 2.5px #fa7d00;
  border-radius: 100%;
  padding: 15px;
  height: 100%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-benefic .icon .border-icon i {
  color: #fa7d00;
  font-size: 2.3rem;
}

.card-benefic .titulo span, .card-benefic .corpo span {
  color: #707070;
}

.card-benefic .titulo span {
  font-size: 1.3rem;
  font-family: Roboto-Bold;
}

.card-benefic .corpo span {
  font-size: 0.9rem;
}

.card-benefic-2 {
  -webkit-box-shadow: 1px 1px 13px -5px #D4d4de !important;
          box-shadow: 1px 1px 13px -5px #D4d4de !important;
}

.card-benefic-2 .icon i {
  font-size: 2.5rem;
}

.card-benefic-2 .titulo span, .card-benefic-2 .corpo span {
  color: #707070;
}

.card-benefic-2 .titulo span {
  font-size: 1.3rem;
  font-family: Roboto-Bold;
}

.card-benefic-2 .corpo span {
  font-size: 0.9rem;
}

.box-form-cadastro {
  -webkit-box-shadow: 0px 0px 3px 1px #cdcdcd;
          box-shadow: 0px 0px 3px 1px #cdcdcd;
}

.box-form-cadastro .header-form {
  border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.box-form-cadastro .header-form .step-marker .number {
  width: 50px;
  border-radius: 100%;
  padding: 7px;
  background-color: white;
}

.box-form-cadastro .header-form .step-marker .number span {
  color: #707070;
  font-size: 1.5rem;
  font-family: Roboto-Light;
}

.box-form-cadastro .header-form .step-marker .titulo {
  color: #ffffff;
  font-size: 1.3rem;
  font-family: Roboto-Light;
}

.box-form-cadastro .header-form .step-marker.active .number {
  background-color: #fa7d00;
}

.box-form-cadastro .header-form .step-marker.active .number span {
  color: white;
  font-family: Roboto-Medium;
}

.box-form-cadastro .header-form .step-marker.active .titulo {
  color: #fa7d00;
  font-family: Roboto-Medium;
}

.box-form-cadastro .steps {
  color: #707070;
}

.box-form-cadastro .steps .titulo-step {
  color: #707070;
  font-family: Roboto-Medium;
  font-size: 1.2rem;
}

.box-form-cadastro .steps .radio .labelRadio i {
  color: #fa7d00;
}

.col-plano-pagamento .precos td {
  background-color: #FFFFFF;
}

.col-plano-pagamento .precos td .labelRadioPlanoPag i {
  color: #fa7d00;
  margin-right: 5px;
}

.forma-pagamento .dados td {
  background-color: #FFFFFF;
}

.forma-pagamento .dados td .labelRadioFormaPag i {
  color: #fa7d00;
  margin-right: 5px;
}

.painel {
  min-height: 95vh;
}

.painel .msg-boas-vindas {
  font-size: 2rem;
  font-family: Roboto-Light;
}

.painel .msg-boas-vindas b {
  font-size: 2rem;
}

.painel .card-dash {
  -webkit-box-shadow: 0px 0px 3px 1px #cfcfcff2;
          box-shadow: 0px 0px 3px 1px #cfcfcff2;
  border-radius: 8px;
}

.painel .card-dash .box-icon {
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}

.painel .card-dash .box-icon i {
  font-size: 2.5rem;
  color: #FFFFFF;
}

.painel .card-dash .box-type {
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

.painel .card-dash .box-type span {
  font-size: 1.7rem;
  font-family: Roboto-Light;
}

.painel .card-dash.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.nav-cadastro-associados {
  border-bottom: solid 1px #f0f0f0;
}

.nav-cadastro-associados .nav-item .nav-link.active {
  background-color: transparent;
  color: #fa7d00;
  border-bottom: solid 1px #fa7d00;
}

.nav-cadastro-associados .nav-item .nav-link {
  font-family: Roboto-Light;
  border-radius: 0px;
  font-weight: bold;
  color: #707070;
}

.menu-dash-associados ol li a {
  color: #FFFFFF;
}

.login-associado {
  -webkit-box-shadow: 0px 0px 1px 1px #d4d4de;
          box-shadow: 0px 0px 1px 1px #d4d4de;
}

.sec-sucesso .box-white {
  -webkit-box-shadow: 0px 1px 2px 1px #d4d4de;
          box-shadow: 0px 1px 2px 1px #d4d4de;
}

.sec-sucesso .box-white .span-icon i {
  color: #005297;
  font-size: 3rem;
}

.sec-sucesso .box-white .agradecimento {
  font-size: 2rem;
  color: #707070;
  text-transform: uppercase;
  font-family: Roboto-Light;
  font-weight: bold;
}

.sec-sucesso .box-white .corpo {
  color: #707070;
  font-size: 1.5rem;
  font-family: Roboto-Light;
}

.sec-patrocinadores .master, .sec-patrocinadores .apoiadores {
  padding: 20px;
  border: solid 1px #707070;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-patrocinadores .master img, .sec-patrocinadores .apoiadores img {
  width: auto !important;
}

.sec-patrocinadores .escritorios {
  padding: 20px;
  border: solid 1px #707070;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-patrocinadores .escritorios img {
  width: auto !important;
}

.sec-patrocinadores .apoiadores {
  height: 140px !important;
}

@media (max-width: 575.98px) {
  .banner-home {
    min-height: 30vh;
  }
  .banner-home img {
    height: 100%;
    width: 150px;
  }
  .banner-home span {
    font-size: 1.3rem;
  }
  .banner-home span b {
    font-size: 1.3rem;
  }
  .img-preview .img-prev {
    height: 55px;
  }
  .img-destaque .img {
    height: 280px;
    width: 100%;
  }
  .img-tv-ibc {
    height: 200px;
  }
  .box-localizacao {
    top: -42vh !important;
    margin-left: 0px;
  }
  .page-error {
    padding: 20px;
    min-height: calc(100vh - 40px);
  }
  .page-error .area-util {
    min-height: calc(100vh - 40px);
  }
  .page-error .area-util .titulo {
    color: #363636;
    font-size: 3rem;
    font-family: Roboto-Regular;
  }
  .box-infos-cursos .img-docentes {
    min-height: 200px !important;
    background-position: 50% 40% !important;
  }
}

.tvibccrim .playlist {
  height: 500px;
  overflow-y: scroll;
}

.tvibccrim .playlist .item-playlist {
  padding: 3px;
  position: relative;
}

.tvibccrim .playlist .item-playlist.tocando {
  border: 3px solid gray;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #e4e4e4;
}

.tvibccrim .playlist .item-playlist .span-status {
  opacity: 0;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.tvibccrim .playlist .item-playlist .span-status.tocando {
  opacity: 90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.imagem-escritorios-160 {
  height: 160px !important;
  width: 160px !important;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .box-localizacao {
    top: -36vh;
    margin-left: 0px;
  }
  .banner-home {
    min-height: 35vh;
  }
  .banner-home img {
    height: 100%;
    width: 200px;
  }
  .banner-home span {
    font-size: 1.5rem;
  }
  .banner-home span b {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .noticias .filtros {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .dropdown-mobile span {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .bg-parallax-1 {
    margin-top: -27vh;
  }
  .bg-parallax-1.header-cursos {
    margin-top: -27vh;
  }
  .sec-parallax-2.cursos {
    margin-top: 50vh;
  }
  .titulo-campanhas b {
    font-size: 1.3rem;
  }
  .bg-patrocinadores {
    background-position: 55% 50% !important;
  }
}

@media (min-width: 992px) {
  .first-sec {
    margin-top: 70px;
  }
  .linha-slick-carousel {
    width: 100%;
  }
  .img-tv-ibc {
    height: 400px;
  }
  .box-localizacao {
    margin-left: 0px !important;
  }
  .banner-home {
    height: 40vh;
  }
  .banner-home img {
    height: 100%;
    width: 280px;
  }
  .banner-home span {
    font-size: 2rem;
  }
  .banner-home span b {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .box-localizacao {
    margin-left: 110px !important;
  }
}
/*# sourceMappingURL=style.css.map */