@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

}

.navbar{
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1) !important;
  background-color: #f6f6f6 !important;
  padding: 0 1rem;
}

.container-fluid{
  padding: 0 !important;
}

footer{
  background: #377f96;
  color: #fff;
  min-height: 120px !important;

  padding: 20px;
  
}

footer p{
  text-align: center;
}

.row{
  margin: 0 !important;
}

.main_box_medio {
  /* cursor: pointer; */
  border-radius: 3px;
  min-width: 12.125rem;
  width: calc((100%) - 0.625rem);
  min-height: 9.3125rem;
  background-color: #356d95;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  color: #fff;
  font-family: Roboto;
  line-height: 1.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) { 
  .btnJud{
    min-height: 11.3125rem !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .btnJud{
    min-height: 12.3125rem !important;
  }
}

.main_box_medio .btn:hover {
  background-color: #7597d6 !important;
}

.main_box_medio .linha {
  padding-left: 14px;
  /* width: 100%; */
  display: flex;
  align-items: center;
}

.main_box_medio .coluna_a {
  width: 25%;
  float: left;
  margin-right: 11px;
}

.main_box_medio .coluna_b {
  width: 70%;
  float: left;
  text-align: left;
}

.main_box_medio .coluna_a img {
  max-width: 5.375rem;
  max-height: 3.5rem;
  width: 6.25rem;
  padding-right: 21px;
}

.main_box_medio .coluna_b {
  width: 70%;
  float: left;
  text-align: left;
}

.main_box_medio .small {
  padding-top: 5px;
  line-height: 0.875rem;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.25rem;
}

.lead {
  text-indent: 50px;
  font-size: 1.2rem;
  text-align: justify;
}

.bd-tabs {
  position: relative;
  padding: 1rem;
  margin: 1rem -0.75rem 0;
  border: solid #dee2e6;
  border-width: 1px;
}

.telefone,
.card {
  font-size: 1.2rem;
  margin-bottom:6px; 	
}

.telefone span {
  margin-right: 15px;
}

ul.lista-emails {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

ul.lista-emails-2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media (max-width: 768px) {
  ul.lista-emails {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  ul.lista-emails-2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

a {

  text-decoration: none;
}

.alert-warning {
  font-size: 1.2rem;
  color: black;
  background-color: #fde0c2;
  border-color: #fde0c2;
}

.alert-success{
  font-size: 1.2rem;
  color: black;
  background-color: #67f9cbb0;
  border-color: #67f9cbb0;
}

.featurette-divider {
  margin: 3rem 0 !important;
}

.botaoAcessibilidade {
  border: none;
  height: 1.2rem;
  margin-left: 2px;
  margin-right: 1px;
  vertical-align: middle;
  background-color: #fff;
  width: 1.2rem;
  background-repeat: no-repeat;
}

.habilitarDaltonismo {
  filter: grayscale(100%);
}

.secoesTRF5 a {
  color: #5776B0;
}

#google_translate_element {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}

body {
  position: static !important;
  top: 0 !important;
}

.accordion-item{
  margin: 0.1rem;
}

.accordion-button {
  background: #5776b0;
  color: #fff;
 
}

.accordion-button:not(.collapsed){
  background: #5776b0;
  color: #fff;
}

.accordion-button:focus{
  border-color: #5776b0 !important;
}

.accordion-button::after{
  background-image: url(../imgs/angle-down-solid.svg);
  filter: invert(99%) sepia(6%) saturate(3%) hue-rotate(307deg) brightness(104%) contrast(100%);
}

.accordion-button:not(.collapsed)::after{
  background-image: url(../imgs/angle-down-solid.svg);
  filter: invert(99%) sepia(6%) saturate(3%) hue-rotate(307deg) brightness(104%) contrast(100%);
}

.botaoAtermacao {
  background: #fff;
  color: #5776b0;
  border: 3px solid;
}

.botaoAtermacao:hover {
  background: #dbdbdb78;
  transition: all 0.3s ease-out;
}

.atermacao li{
  list-style: none;
}

.accordion-body .row .col {
  margin: 5px;
}

.card-title{
  margin-bottom: 1.5rem;
}

@media (max-width: 768px)
{
  .noticiaPrincipal
   {
    padding-left: 12px !important;
   }
   .divImagem{
     padding: 0 !important;
   }
}

#bntSistemas:hover {
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}


/* Modal Imagem Notícias */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalNoticia {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-contentImg {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-contentImg, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-contentImg {
    width: 100%;
  }
}

.noticiaImg{
  cursor: pointer;
}

 /*Modal Video*/
  
.myModal {
  display: none; 
  position: fixed; 
  z-index: 11; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.8);
}


.modal-content {
  margin: auto;
  display: block;
  width: 100%;
 
  border-radius: 5px;
}

.modal-dialog{
  position: relative;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 81%;
  max-width: 700px ;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 6px;
  right: 35px;
  color: #f1f1f1;
  font-size: 3rem;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.videoConsultaPublica {
  cursor: pointer;
}

.videoBalcaoVirtual {
  cursor: pointer;
}
   
.videoCertidaoNegativa {
  cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #356d95 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #356d95 !important;
}