:root {
  --hover-one: #002e5a;
}
header .suscribase {
  background-color: #002e5a;
}
header .capa-buscador {
  border-left: 5px solid #002e5a;
}
header .logo-buscador .buscador .box-buscador .compartir {
  border-left: 2px solid #002e5a;
}
.capa-buscador .busqueda input[type="submit"] {
  background-color: #002e5a;
  border: 5px solid #002e5a;
  color: white;
}
header .logo-buscador .buscador input[type="button"] {
  background-color: #002e5a;
  border: 5px solid #002e5a;
  color: white;
}
header .accesos-revista .accesos .btn-comite.desktop {
  margin-right: 0;
}
header .accesos-revista .accesos .btn-comite.desktop:after {
  background-image: url("../images/gente_002e5a.svg");
}
header .accesos-revista a {
  color: #002e5a;
}
#sumario .seccion_0 {
  color: #000000;
}
.suscribase-newsletter .btn-01 {
  background-color: #002e5a !important;
  background-image: url("../../../org/images/flecha-an-de-w.png") !important;
  border-color: #002e5a;
}
header .logo-buscador .logo {
  padding-top: 0;
  background-color: white;
}
header .logo-buscador .logo .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12%;
  max-width: 545px;
}
header .logo-buscador .logo .img {
  height: 168px;
  position: relative;
}
header .logo-buscador {
  height: 180px;
}
header .logo-buscador {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ffffff 39%,
    #eeeeee 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ffffff 39%,
    #eeeeee 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff 39%,
    #eeeeee 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
}

.editorial {
  background-color: #eeeeee;
  min-width: 483px;
}
.editorial .foto {
  float: left;
}
.editorial .foto img {
  width: 204px;
  height: 204px;
  display: block;
}
.editorial .desc {
  float: left;
  padding: 15px;
}
.editorial .desc .editorial-de {
  text-transform: uppercase;
  font-size: 12px;
  color: #323232;
}
.editorial .desc .titulo {
  margin-top: 40px;
  font-size: 20px;
  color: var(--es-color-ink);
}
.editorial .desc .autor {
  margin-top: 10px;
  font-size: 15px;
  color: #002e5a;
}
.editorial .desc .boton {
  text-align: right;
}
.editorial .desc .btn-01 {
  color: white;
  background-color: #002e5a;
  border: 2px solid #002e5a;
  background-image: url("../../../org/images/flecha-an-de-w.png");
  margin-top: 25px;
  font-size: 17px;
  background-size: 9px 16px;
}

.english-version {
  text-align: center;
  padding-bottom: 20px;
  background-color: #ebebeb;
  margin-top: 20px;
}
.english-version img {
  width: 127px;
  height: 170px;
  margin-top: 33px;
  margin-bottom: 18px;
}
.english-version .btn {
  width: 128px;
  margin: auto;
  padding: 8px 0;
  padding-right: 20px;
  color: white;
  background: url("../images/flecha_blanca.png") #002e5a no-repeat top 9px right
    15px;
  background-size: 11px;
  border: 1px solid #002e5a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.prologo {
  background: url("../images/documento.png") #ebebeb no-repeat top 7px right
    10px;
  background-size: 20px 24px;
  padding-top: 10px;
}
.prologo .titulo {
  color: #323232;
  font-size: 12px;
  padding: 0 15px;
  text-transform: uppercase;
}
.prologo .autor {
  font-size: 20px;
  color: #323232;
  margin-top: 27px;
  padding: 0 15px;
}
.prologo .editor {
  font-size: 17px;
  color: var(--es-color-ink);
  font-family: calibri;
  margin-bottom: 35px;
  margin-top: 15px;
  padding: 0 15px;
}
.prologo .foto {
  float: left;
}
.prologo img {
  width: 114px;
  height: 150px;
  display: block;
  margin-left: 2px;
}
.prologo .btn-01 {
  background-color: #002e5a;
  border: 2px solid #002e5a;
  background-image: url("../../../org/images/flecha-an-de-w.png");
  float: right;
  padding: 0;
  width: 33px;
  height: 33px;
  background-position: center center;
  margin-right: 36px;
  margin-top: 55px;
  background-size: 9px 16px;
  color: white;
}

.english-version .btn:hover {
  background: url("../images/flecha_blanca.png") #ff7203 no-repeat center right
    7px;
  background-size: 11px;
  border: 1px solid #ff7203;
}

header .logo-buscador .buscador .box-buscador {
  background-color: white;
}
.capa-buscador {
  background-color: white;
}
.capa-buscador .busqueda input[type="text"] {
  background-color: transparent;
}

#banner-sidebar-top {
  margin-bottom: 20px;
}

@media (max-width: 575px) and (min-width: 280px) {
  main .info-revista .cell {
    display: block;
    width: 100%;
  }
  main .info-revista .portada {
    order: 1;
  }
  main .info-revista .descripcion {
    order: 2;
  }
  .editorial {
    display: block;
    order: 3;
  }
  .editorial .foto {
    float: none;
    text-align: center;
  }
  .editorial .foto img {
    width: 94px;
    height: auto;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
  }
  .editorial .desc .editorial-de {
    text-align: center;
    width: 100%;
  }
  .editorial .desc {
    display: block;
    float: none;
    text-align: center;
  }
  .editorial .desc .boton {
    text-align: center;
  }
  .editorial {
    min-width: 0;
  }
}
