/*menur stylelint-disable selector-list-comma-newline-after */

body  {
  background-image: url("images/fundoCidade1.jpg");
  background-color: #cccccc;
}





.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font: 210% Bookman Old Style;
  font-weight: bold;

  font-size: 2.75rem;
}

.blog-header-sublogo {
  font: 60% Bookman Old Style;
  font-weight: bold;

  font-size: 0.85rem;
}

.menu-header-itens {
  font: 60% Arial;
  font-weight: bold;

  font-size: 0.85rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.issn {

  font-size: 0.85rem;
}


.logoUniv {

  width: 20%;
  height: auto;

}

.logoRua {

  width: 35%;
  height: auto;

}

.titrev {

  font-size: 0.77rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;

  }



}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


.img-max {
  max-width: 110px;
  width:100%;
}


/*
 * indexadores
 */
.indexadores {
  color: white;  
  background-color: #3f5765;
  border-top: 0.05rem solid #e5e5e5;

  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}





/*
 * Footer
 */
.blog-footer {
  color: #999;
  text-align: center;
  background-color: #333745;
  border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}





/* MENU PRINCIPAL */
.nav,
.nav ul {
  margin: 0px;
  width: 100%;

  background: #f9f9f9;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.nav li {
  display: inline-block;
  

  height: 40px;
  background: #f9f9f9;
  border-left: 1px solid black;
  line-height: 24px;
}



.nav li a {
  color: rgb(78, 77, 77);
  text-decoration: none;
}


.nav li:first-child {
  border-left: 0 none;
}

.nav li:last-child {
  border-right: 1px solid black;
}



.nav li:hover {
  color: white;
  background: #eb5858;
}

.nav  a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}



.nav {
  font-family: Verdana;
  font-size: 13.5px;
  font-weight: bold;
  margin: 10px auto;

  text-transform: uppercase;
}


/* FIM MENU PRINCIPAL */




/* MENU numero corrente */

.menur,
.menur ul {
  margin: 0px;
  width: 100%;
  background: white;
  border-top: 0px solid black;
  border-bottom: 0px solid black;  
}

.menur li {

  display: inline-block;
  border: 0px solid black;
  height: 40px;  
  width: 20%;
  background: white;
  border-left: 1px solid black;
  line-height: 24px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}



.menur li a {
  color: rgb(78, 77, 77);
  text-decoration: none;
}
 

.menur li:first-child {
  border-left: 1px solid black;
}

.menur li:last-child {
  border-right: 1px solid black;
}



.menur li:hover {
  color: white;
  background: #5f6874;
}

.menur  a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}



.menur {
  font-family: Verdana;
  font-size: 13.5px;
  font-weight: bold;
  margin: 10px auto;
  text-transform: uppercase;
}



/* FIM NÚMERO CORRENTE */






/* MENU lateral numero corrente */

.menul,
.menul ul {
  margin: 0px;
  width: 100%;
  background: white;
  border-top: 0px solid black;
  border-bottom: 0px solid black;  
}

.menul li {

  display: inline-block;
  border: 0px solid black;
  height: 40px;  
  width: 33%;
  background: white;
  border-left: 1px solid black;
  line-height: 24px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}



.menul li a {
  color: rgb(78, 77, 77);
  text-decoration: none;
}
 

.menul li:first-child {
  border-left: 1px solid black;
}

.menul li:last-child {
  border-right: 1px solid black;
}



.menul li:hover {
  color: white;
  background: #5f6874;
}

.menul  a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 6px;
}



.menul {
  font-family: Verdana;
  font-size: 12.0px;
  margin: 10px auto;
  text-transform: uppercase;
}



/* FIM lateral NÚMERO CORRENTE */


li:hover a {
  color: inherit;
}




@media screen and (max-width: 1200px)  {

.nav li:first-child {
    border-left: 1px solid black;
  
  }
  .nav li {   
    
    border-right: 1px solid black;
  }

.menur ul {
  margin: 0px;
  
  background: white;
  border-top: 0px solid black;
  border-bottom: 0px solid black;  
}

  .menur li {
   
    line-height: 12px;
    width: 20%;    
    height: 40px;
    border-right: 1px solid black;
  }

}

@media screen and (max-width: 992px)  {

  .nav li:first-child {
    border-left: 1px solid black;
  
  }
  .nav li {
    width: 50%;
    line-height: 15px;
    height: 25px;
    border-right: 1px solid black;
  }


 


  .navbar .navbar-collapse {
        text-align: center;
    }


  .logoUniv {

    width: 30%;
    height: auto;
  
  }


.titrev {

  font-size: 0.60rem;
}

  .logoRua {

  width: 55%;
  height: auto;

}


   /* 


  
  HTML/HEX code:	#eb5858	
  RGB code:	rgb(235, 88, 88)
  Show 2 logos per row on medium devices (tablets, phones in landscape) */

  
  
  
}



.tales {
  width: 50%;
}



.carousel-inner{
  width:100%;
  max-height: 350px !important;
  overflow: hidden;
}


.carousel-inner > .item {
   width: 100%;
   height: auto;
}



.carousel img {
  width: 100%;
}





 




.carousel {
  
  overflow: hidden;
}

.carousel-item img {
    
    height: 380px;
}

.carLado .carousel-item img {
    
  height: 167px;

}





.carousel-caption  {
  font-family:    Garamond;
  font-weight: bold;
  margin-bottom: 100px;
  color:#FFFFFF;

 
}



.carousel-caption a:link {
  color:#FFFFFF;

  border: 0px solid #000000;
  text-decoration:none;
  
  }

  .carousel-caption a:visited {
    color:#FFFFFF;
    border: 0px solid #000000;
    text-decoration:none;
  }

  .carousel-caption:hover  a:hover {
  color:#0a0a0a;
  background-color:#FFFFFF;
  text-decoration:none;
}


.carousel-caption:hover {
  color:#0a0a0a;
  background: rgba(255, 255, 255, 0.885);
}

.carousel {
  position: relative;
}

.carousel-caption {
  position: absolute;
  background: rgba(0,0,0,0.9);
  padding: 15px 10px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}


.carousel-item {
  transition-duration: 3s;
}




.cardmarg {
  margin-right: 3%;
  
}

.clear { clear: both }



.conteudoLeit {

  padding-left: 6%;
 
 


}


.conteudoLat {


  padding-left: 6%;


}

.imgCap {
  width: 100%;
  max-width: 580px;
  min-width: 300px;
  overflow: hidden;


}




h4, h6 {
  font-family: Arial, Times, serif;    
 
}

h4 {
  font-family: Arial, Times, serif;    
  font-weight: bold;

}




.linksMDF a:link {
  color:#333745;
  background-color:#ebedf2;
  border: 0px solid #000000;
  padding: 5;
  text-decoration:none;
  }
  .linksMDF a:visited {
   color:#333745;
  background-color:#ebedf2;
  border: 0px solid #000000;
  padding: 5;
  text-decoration:none;
  }
  .linksMDF a:hover {
  color:#FFFFFF;
  background-color:#333745;
  border: 1px solid #000000;
  padding: 5;
  text-decoration:none;
}
  




.outrosNumeros a:link {
    color: #1135b2;
}

/* visited link */

.outrosNumeros a:visited {
    color: #1135b2;
    
}

/* mouse over link */

.outrosNumeros a:hover {
    color: #851525;
}

/* selected link */

.outrosNumeros a:active {
    color: #851525;
}


caption { caption-side:top; }

.outrosNumeros table {
  border-collapse: collapse;
  
}


.outrosNumeros caption, th, td {
  padding: .2em .8em;
  border: 1px solid #fff;
}


.outrosNumeros caption {
  background: #333745;
  font-weight: bold;
	color: #fff;
  font-size: 1.1em;
  margin-left: -1px; /* Fix FF 1px issue */
}


.outrosNumeros html:first-child caption { /* Opera only */
 margin-left: 0;
}


.outrosNumeros th {
  font-weight: bold;
  background: #f3ce7d;
}


.outrosNumeros td {
  background: #dee1eb;
}






  




  @media (max-width: 576px) {
    .nav li {
      width: 50%;
      font-size: 2vw;
      height: 20px;
      line-height: 10px;
      border-right: 1px solid black;
    } /* On small screens, show one logo per row */
  
    .nav li:first-child {
      border-left: 1px solid black;
    
    }
  
  
    .menur ul {
    margin: 0px;
    
    background: white;
    border-top: 0px solid black;
    border-bottom: 0px solid black;  
  }
  
    .menur li {
      font-size: 2.8vw;
      line-height: 12px;
      width: 50%;    
      height: 40px;
      border-right: 1px solid black;
    }
  
  
  .navbar .navbar-collapse {
          text-align: center;
      }
  
  
    .logoUniv {
  
      width: 32%;
      height: auto;
    
    }
  
     .ult li {
      
      width: 150%;
      line-height: 35px;
      height: 40px;
      border-right: 1px solid black;
    }
  
    .logoRua {
  
    width: 75%;
    height: auto;
  
  }
  
  
  .titrev {
  
    font-size: 0.60rem;
  }
  
  
  
  .carousel-caption h4 {
    font-size: 14px; 
  }
  
  
  
  .carousel-item img {
      
    height: 200px;
  }

  .carousel-caption  {
    font-family:    Garamond;
    font-weight: bold;
    margin-bottom: 45px;
    color:#FFFFFF;
  
   
  }

  .carLado .carousel-item img {
    
    height: 200px;
    width:100%;
  
  }
  
  
  
  
  }