:root {
  --hover-one: #ea4700;
}

header .logo-buscador {
  height: 180px;
  background: url("../images/cabecera1.jpg") white no-repeat;
  background-size: 4000px 180px;
}
header .logo-buscador .logo {
  padding-top: 0;
}

#sumarios .sidebar-listado {
  display: flex;
  align-content: stretch;
}
.contenido .center.listado-sumarios {
  max-width: none;
  width: 555px;
}

.archivo-historico table {
  font-size: 17px;
}
.archivo-historico table th {
  padding: 8px;
  color: #004a34;
  background: #8ed1bb;
}

.archivo-historico table td {
  padding: 8px;
  border: 1px dotted #fff;
  text-align: center;
}

.extra-anios-mobile {
  background-color: #e1e1e1;
  padding: 20px 10px;
  margin-top: 20px;
}
#banner-sidebar-top {
  margin-bottom: 20px;
}
#sumarios .sumarios-anios .anio .volumen {
  width: 107px;
}

.premio h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.premio h3 {
  font-weight: bold;
  margin: 10px 0;
}

.premio ul {
  padding-left: 20px;
}

.premio .imagen {
  float: right;
}
.bernardo-gontijo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.bernardo-gontijo img {
  display: inline-block;
}
.bernardo-gontijo .text {
  font-size: 20px;
}

@media screen and (min-width: 280px) and (max-width: 1000px) {
  header .logo-buscador {
    height: 180px;
    background: url("../images/cabecera2.jpg") white no-repeat;
    background-size: 1000px 180px;
  }
}
