
/**

Colores principales:

#005D8B -- azul principal

#0483AC -- azul mas clarito

#003B54 -- azul mas oscuro

#f1f1f0 -- gris clarito
//fonts


  font-family: 'Exo', sans-serif;
  font-family: 'Lato', sans-serif;

*/
:root {
  /*Colores principales*/
  --brand-primary: #005D8B;
  --brand-secondary: #6C97A0; 
  --gris-claro: #f1f1f0;
  --gris-texto: #777;
}

body{
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 16px;
  padding-top: 70px;

}

h1, h2, h3 {
  font-family: 'Exo', sans-serif;  
  font-weight: 500;
  color: var(--brand-primary);
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 a{
  color: #333;
}
a{
  color: var(--brand-primary);
}

#main-content{
  padding-top: 65px;
}

/*
* clase para las tablas muy anchas horizontalmente se haga un scroll y no sobresalgan.
*/
.scrollme {
    overflow-y: auto;
}

/*
* Navbar 
*/

.navbar-brand {
  height: auto;
}

#navbar-page{
  background-color: #fff;
  border-bottom: 3px solid var(--brand-primary);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

#navbar-page .menu {
    margin-top: 23px;

}

#navbar-page .menu li a {
    color: #7f8c8d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

#navbar-page .menu li a:hover,  #navbar-page .menu li a:focus{
    text-decoration: none;
    color: var(--brand-primary);
    background-color: #ecf0f1;
}

.toggle-icon{
    font-size: 25;
}


/* Header */


.preheader{
  min-height: 28px;
  text-align: right;
  margin: 0 0 20px;
  background-color: var(--gris-claro);
}

.preheader-links a{   font-size: 12px;   text-transform: uppercase;   margin-
left: 8px;   border-right: 1px solid #dedede;   padding-right: 8px; }

.preheader-links a i.fa{
  font-size: 14px;
}

.header-site{
  margin-bottom: 26px;
}

@media (max-width: 470px){
  .header-site{
    margin-bottom: 55px;
  }
}

/*
.header-site{
  margin-bottom: 40px;
}

@media (min-width: 992px){
  .header-site{
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px){
  .header-site{
    margin-bottom: 47px;
  }
}
*/

.header-site .logo{
  margin-right: 20px;
}

/*
.header-site .brand{
  margin-bottom: 26px;
}
*/
.header-site a.title-site {
    vertical-align: middle;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    letter-spacing: .035rem;
    color:  #95a5a6;
    margin-left: 18px;
}

.title-site {
    vertical-align: middle;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    letter-spacing: .035rem;
    color:  #95a5a6;

}

.header-site a.title-site:hover, .header-site a.title-site:focus{
  text-decoration: none;
}



/* Footer */

.footer-bar{
  padding: 6px 0;
  background-color: var(--brand-primary);
  margin-top:60px;
}
.footer-license {
    background-color: #003b54;
    color: #fff;
    font-size: 13px;
    padding: 50px 0;
    
}

.footer a{
  color:#fff;
}

/*
*/


#top {
    background: url("../img/up.png") no-repeat scroll left top transparent;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 1;
}

/*Aside Revista*/

.sidebar-widget {
  -webkit-box-shadow: 0 0 3px #b2b2b5;
  box-shadow: 0 0 3px #b2b2b5;
  padding:8px;
  color: #777;
  font-size: 14px;
}
.portada-revista {
  margin: 5px 0;
}

/* Editorial */

.revista-editorial{   color: #333; } .item-list{   margin-bottom: 34px; }
.title-list a{   font-family: 'Exo', sans-serif;     color: var(--brand-primary);

}

.title-list{
    margin-bottom: 0;
    font-size: 20px;
}
.subtitle-list{
  font-family: 'Lato', sans-serif;
  color: var(--gris-texto);
  margin-top: 0px;
  font-size: 16px;
}

/*TEXTO ARTÍCULO*/

.section-title {
  margin-top: 45px;
}

.autores{
  margin: 30px 0;
}

.centro-trabajo{
  font-style: italic;
  font-size: 14px;
}

#palabras-clave{
  margin-top: 45px;
}


.article{
  margin-bottom: 35px;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  line-height: 1.58;
}

.article .article-content p{
  font-size: 18px;
}

.article .table, .article .table p{
  font-size: 13px;
}


/*componentes*/


.article-panel{
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 20px;
  margin-top: 45px;
  padding: 15px;
}

.banner {
  color: #fff;
  background-color: #e00732;
  padding: 15px;
  margin-bottom: 20px;
  opacity: 0.5;
}



/* plugin */

.gallery-item {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}

/*toni*/
.gallery-image img{
  display:block;
  margin:auto;
  padding: 15px 0;
}

.gallery-image p{
  text-align: center;
  margin: 0 0 20px 0;
}
.img-revista{
    justify-content: center; 
    align-items: end; 
    margin-bottom: 30px;
}