.main-header {
    background-color: #3DAE2B;
  }
  
  .container.page-site {
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  }
  
  .navbar-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  }


.rotate-icon {
  transform: rotate(-180deg);
  transition: .3s transform ease-in-out;
  display: inline-block;
}

.collapsed .rotate-icon {
  transform: rotate(0deg);
}  
  .navbar-logo-text {
  font-size: 32px;
  color: #fff;
  display: block;
  width: 70%;
  white-space: normal;
  margin-left: -0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom: 1px solid #fff;
  font-family: 'Droid Serif',serif;
  margin: auto;
  }
  
  .navbar-logo-text:hover {
  color: #aaaaaa;
  display: block;
  width: 70%;
  white-space: normal;
  margin-left: -0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid transparent;
  border-bottom: 1px solid #aaaaaa;
  font-family: 'Droid Serif',serif;
  margin: auto;
  }
  
  .logo_simbolo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  max-width: 80%;
  text-align: center;
  
  }
  
  .page-content p {
    margin-top: -1.3rem;
    font-family: sans-serif;
  }

#primaryNav {
    justify-content: space-around;
    position: relative;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0.4em;
}

#primaryNav .nav-link {
    padding: 8px;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    background: transparent;
    color: #c7c7c7;
    border-color: #757575;
}
  
  #userNav .nav-link, .language-toggle .dropdown-toggle {
    color: #fff;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
  }
  
  .t_inicial{
    background: rgba(0, 0, 0, 0.6);
    width: 60%;
    color: white;
  }
  
  .t_inicial p{
  font-size:1em;
  font-family: sans-serif;
  }
  
  
  .buscar {
  padding-top: 4%;
    width: 30%;
    position: relative;
    display: flex;
  }
  
  .buscar_terminos {
        width: 100%;
        border: 2px solid #a0a3a5;
        border-right: none;
        padding: 5px;
        border-radius: 5px 0 0 5px;
        outline: none;
  }
  
  .buscar_terminos:focus{
    margin-bottom: 3rem;
    border-style: outset;
    border-width: 2px;
  }
  
  .buscarButton {
    width: 100px;
    height: 46px;
    border: 1px solid #a0a3a5;
    background: #a0a3a5;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 10px;
  }
  
  .page_descript_index {
    padding-bottom: 30px;
  }

  .page_description_index {
    text-align: center;
    border-bottom: solid 2px #3dae2b;
    width: 70%;
    font-size: larger;
    margin: auto;
  }
  
  .page-site .page-content {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-top: none;
    border-bottom: 1px solid #ccc;
    background: url(https://revistas.udea.edu.co/public/site/biblioteca.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 450px;
  }
  
  
  
  .page-site .page-content .site-about p h2 {
  color: #fff;
  }
  
  .page-site .page-content h2{
  display: none;
  margin-top: 2em;
  color: white;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.3);
    width: 50%;
  }
  
  .page-content p {
    text-align: center;
  }

  .page-site .site-journal {
    margin-bottom: 3rem;
    border: 1px outset;
    border-radius: 10px;
    height: 520px;
    background-color: #fbfbfb;
  }
  
  .page-site .site-journal-title{
  text-align: center;
  }
  
  
  
  
  .page-site .site-journal-description{
  text-align: justify;
  margin: -0px;
  min-height: 50px;
  max-height: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 11px;
  line-height: 20px;
  }
  
  
  .page-site .links{
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  }
  
  .page-site .links a{
  font-weight: 500;
  }
  
  .page-site .btn{
  border-radius: 10px;
  }
  
  .page-site .btn:hover {
  background-color: #93D500;
  color: white;
  }
  
  .page-site .site-journal-img img {
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-height: 12rem;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: transform 1.2s;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  }
  
  .page-site .site-journal-img img:hover{ 
  transform: scale(1.1); 
  }
  
  
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
    color: #ffffff;
  }
  
  .site-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #636363;
  color: #fff;
  }
  
  .homecopyright-texto{
  
  overflow-x: auto;
    overflow-y: auto;
    padding-top: 19px;
    padding-bottom: 22px;
    clear: both;
    color: #adadad;
    text-align: center;
  }
  
  .navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  }
  
  .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  
  nav.navbar.navbar-expand-lg.navbar-light {
  margin-left: auto;
  margin-right: auto;
  }
  
  button.navbar-toggler.collapsed {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
  
  @media (min-width: 992px ) and (max-width: 1200px ) {
  .buscar {
    padding-top: 10%;
      width: 40%;
      position: relative;
      display: flex;
    }
  }
  
  @media (min-width: 768px ) and (max-width: 992px ) {
  
  .page-site .site-journal-description{
  text-align: justify;
  margin: -0px;
  min-height: 50px;
  max-height: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 11px;
  line-height: 20px;
  }
  
  .page-site .site-journal {
  margin-bottom: 3rem;
  border: 3px outset;
  border-radius: 10px;
  height: 665px;
  background-color: #fbfbfb;
  }
  
  .buscar {
  padding-top: 12%;
    width: 45%;
    position: relative;
    display: flex;
  }
  
  .navbar-brand .navbar-logo-text{
    display: none;
  }
  
  }
  
  @media (max-width: 768px ){
  .buscar {
    padding-top: 17%;
      width: 50%;
      position: relative;
      display: flex;
    }
    .navbar-brand .navbar-logo-text{
      display: none;
    }
  
  }
  
element.style {
}
#sidebar .content {
    padding: 0px;
    padding-bottom: 20px;
}
.panel-body, .pkp_block .content {
    padding: 15px;
}
.content {
}
.content {
}
.content {
}
* {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}