header {
  padding-top: 8px;
}
header .logo-accesos-menu {
  display: flex;
}

header .logo {
  margin-left: 17px;
  margin-top: 9px;
}
header .logo .logo-elsevier {
  width: 101px;
  height: 13px;
  font-size: 20px;
  vertical-align: middle;
}
header .logo .arbol-elsevier {
  height: 69px;
  vertical-align: middle;
  margin-right: 16px;
}

header .institucion-logo {
  margin-left: 20px;
  vertical-align: -10px;
}

header .accesos-menu {
  flex-grow: 1;
}
header .accesos-usuario {
  margin-right: 35px;
  text-align: right;
}
header .accesos-usuario .btn-02 {
  padding: 9px 30px 8px 17px;
}
header .accesos-usuario .btn-login {
  color: #323232;
  display: inline-block;
  margin-left: 29px;
  cursor: pointer;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
header .accesos-usuario .btn-login:before {
  content: "";
  width: 29px;
  height: 31px;
  background: url("../images/template/login_323232.png") no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: -10px;
  margin-right: 10px;
}
header .accesos-usuario .suscripciones {
  width: 33px;
  height: 33px;
  background: url("../images/template/carrito_323232.png") no-repeat;
  background-size: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
}
header .accesos-usuario .cursos {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  font-style: italic;
  font-family: NexusSerifPro;
}
header .accesos-usuario .cursos:before {
  width: 32px;
  height: 34px;
  background: url("../images/template/formacion_007398.png") no-repeat;
  background-size: 32px 34px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
}
header .accesos-usuario .mi-cuenta {
  display: inline-block;
  background: url("../images/template/login_323232.png") no-repeat top left;
  background-size: 30px 32px;
  padding-left: 37px;
  vertical-align: middle;
}
header .accesos-usuario .mi-cuenta .titulo {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #323232;
  text-transform: uppercase;
}
header .accesos-usuario .mi-cuenta .user {
  font-size: 12px;
  line-height: 14px;
  color: #007398;
}
header .accesos-usuario .btn-desconectar {
  display: inline-block;
  width: 16px;
  height: 19px;
  vertical-align: -10px;
  margin-left: 5px;
}
header .accesos-usuario .btn-05 {
  margin-right: 20px;
}

header .desp-login {
  position: absolute;
  right: 35px;
  width: 685px;
  top: 60px;
}

header nav.menu-principal {
  margin-top: 22px;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  position: relative;
  margin-left: 270px;
  margin-right: 25px;
}
header nav.menu-principal ul {
  display: inline-block;
}

header .menu-principal .menu-list .m-item {
  display: inline-block;
  margin: 0 25px;
  position: relative;
}
header .menu-principal .m-item {
  color: #505050;
  border-bottom: 2px solid transparent;
}
header .menu-principal .m-item a {
  color: #505050;
}
header .menu-principal .m-item:hover {
  color: var(--corp-color);
  border-bottom: 2px solid var(--corp-color);
  cursor: pointer;
}
header .menu-principal .m-item.active {
  border-bottom: 2px solid var(--corp-color);
}
header .menu-principal .m-item:hover > a {
  color: var(--corp-color);
}
header .menu-principal .m-item.active > a {
  color: var(--corp-color);
}
header .menu-principal .caja-desp.autores {
  width: 310px;
  position: absolute;
  right: 0;
}
header .menu-principal .caja-desp.autores .top {
  background: url("../images/template/caja-desp-m_007398.png") no-repeat;
  background-size: 194%;
  background-position: center left;
  height: 19px;
}
header .menu-principal .caja-desp.menu-p-extra .m-item {
  line-height: 34px;
}

header .menu-principal .autores {
  text-align: left;
  font-size: 16px;
  display: none;
}

header .menu-principal .autores a:hover {
  color: var(--corp-color);
  text-decoration: underline;
}

header .menu-principal .desp.mas {
  position: absolute;
  background-size: 14px 14px;
  width: 15px;
  height: 15px;
  background-position: center center;
  cursor: pointer;
  background-image: url("../images/template/mas_007398.png");
  right: 0px;
  top: 3px;
}
header .menu-principal .menu-p-extra {
  position: absolute;
  right: 30px;
  width: 300px;
}

header .titulo-buscador {
  margin-top: 6px;
  background-color: #dbdbdb;
  padding: 12px 0;
  display: table;
  width: 100%;
}

header .titulo-buscador-container {
  display: flex;
  justify-content: space-between;
}
header .titulo-buscador-titulo {
  font-size: 30px;
  color: #323232;
  padding: 18px 0;
  padding-left: 20px;
  line-height: 26px;
}
header .titulo-buscador-titulo a {
  color: #323232;
}
header .titulo-buscador-buscador {
  padding-right: 20px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
header .titulo-buscador-busqueda {
  border-bottom: 2px solid #007398;
}

header .titulo-buscador-busqueda form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .titulo-buscador-filtro {
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  width: 35px;
  height: 18px;
  vertical-align: bottom;
}
header .titulo-buscador-filtro.all {
  background: url("../images/template/m_filtro_007398.png") transparent
    no-repeat center center;
  background-size: 35px 18px;
}
header .titulo-buscador-filtro.revista {
  background: url("../images/template/f_filtro_007398.png") transparent
    no-repeat center center;
  background-size: 34px 14px;
}

header .titulo-buscador-buscador .input {
  display: table-cell;
  vertical-align: bottom;
}
header .titulo-buscador-buscador .btn-buscar {
  display: table-cell;
}

header .titulo-buscador-buscador input[type="text"] {
  width: 420px;
  background-color: transparent;
  font-size: 22px;
  vertical-align: bottom;
}

header .titulo-buscador-buscador input[type="text"]::placeholder {
  color: #b8b8b8;
}
/* header .titulo-buscador .buscador .cruz{display:inline-block;padding:10px;width:10px;height:10px;background:url('/images/template/cruz_007398.png') transparent no-repeat  center center;background-size:10px 10px;cursor:pointer} */
header .titulo-buscador-buscador input[type="submit"] {
  height: 38px;
  background-color: #b8b8b8;
  background: url("../images/template/lupa_blanca.png") #b8b8b8 no-repeat center
    center;
  background-size: 14px 14px;
  font-size: 0px;
  width: 38px;
}
header .titulo-buscador-buscador input[type="submit"]:hover {
  background-color: #007398;
  cursor: pointer;
}
header .titulo-buscador-buscador .titulo {
  width: auto;
  padding: 0;
}
header .titulo-buscador .busqueda-avanzada {
  text-align: right;
}
header .titulo-buscador .busqueda-avanzada a {
  color: #737373;
  font-size: 12px;
}
header .titulo-buscador .busqueda-avanzada a:hover {
  color: #007398;
}
header .titulo-buscador .filtro-buscador {
  position: absolute;
  right: 530px;
  font-size: 14px;
  top: 20px;
  width: 285px;
}
header .titulo-buscador .filtro-buscador .top {
  background-size: 100%;
}
header .titulo-buscador .filtro-buscador .titulo {
  font-size: 12px;
  margin: 0;
}
header .titulo-buscador .filtro-buscador .filtros {
  color: #b8b8b8;
  padding-top: 10px;
}
header .titulo-buscador .filtro-buscador .filtros div {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -19px;
}
header .titulo-buscador .filtro-buscador .filtros div:hover {
  color: #007398;
  cursor: pointer;
}
header .titulo-buscador .filtro-buscador .filtros .revista:before {
  content: "";
  display: inline-block;
  background: url("../images/template/filtro_007398.png") no-repeat center
    center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .titulo-buscador .filtro-buscador .filtros .all:before {
  content: "";
  display: inline-block;
  background: url("../images/template/mundo_007398.png") no-repeat center center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

/* breadcumb*/
.breadcumb {
  width: 100%;
  font-size: 15px;
  margin-top: 12px;
}
.breadcumb .ruta {
  margin-left: 17px;
}
.breadcumb .ruta a {
  color: #544946;
  text-decoration: none;
}
.breadcumb .ruta a:hover {
  color: #ff551d;
  text-decoration: none;
}
.breadcumb .ruta a:before {
  content: "";
  margin: 0 11px;
  background: url("../images/template/flecha_an_de_b4b4b4.png") no-repeat;
  background-size: cover;
  width: 4px;
  height: 8px;
  display: inline-block;
}
.breadcumb .ruta a:first-child:before {
  content: "";
  padding: 0;
  background: none;
  width: 0;
  margin: 0;
}
.breadcumb .ruta a:last-child {
  color: #323232;
}

header.curso {
  padding-top: 0;
  border-bottom: 10px solid #eeeeee;
}
header.curso .wordmark {
  float: left;
}

header.curso .accesos-usuario .btn-login {
  margin-top: 20px;
}
header.curso .accesos-usuario .mi-cuenta {
  margin-top: 20px;
}

/* Actas */
header.curso.revista_103 .cabecera {
  height: 180px;
  background-repeat: no-repeat;
  background-size: 4000px 180px;
  background-image: url("https://static.elsevier.es/assets_org_prod/webs/1/images/cabecera1.jpg");
}
header.curso.revista_103 .wordmark img {
  width: 498px;
  padding-top: 30px;
  padding-left: 20px;
}

/* fmc */
header.curso.revista_45 .cabecera {
  height: 180px;
  background-repeat: no-repeat;
  background-size: 4000px 180px;
  background-image: url("https://static.elsevier.es/assets_org_prod/webs/8/images/cabecera1.jpg");
}
header.curso.revista_45 .wordmark img {
  width: 305px;
  padding-top: 20px;
  padding-left: 105px;
}

/* medicine */
header.curso.revista_62 .cabecera {
  height: 180px;
  background-repeat: no-repeat;
  background-size: 4000px 180px;
  background-image: url("https://static.elsevier.es/assets_org_prod/webs/22/images/cabecera1.jpg");
}
header.curso.revista_62 .wordmark img {
  width: 486px;
  padding-top: 40px;
  padding-left: 50px;
}

/* Revisa clinica española */
header.curso.revista_65 .cabecera {
  height: 180px;
  background-repeat: no-repeat;
  background-size: 4000px 180px;
  background-image: url("https://static.elsevier.es/assets_org_prod/webs/16/images/cabecera1.jpg");
}
header.curso.revista_65 .wordmark img {
  width: 485px;
  padding-top: 35px;
  padding-left: 15px;
}

/* accesos revista*/
header .accesos-revista {
  width: 100%;
  background-color: #eeeeee;
  height: 44px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .accesos-revista a,
header .accesos-revista span {
  color: #737373;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
header .accesos-revista .suscribirse {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 25px;
  height: 30px;
  margin-top: 10px;
  padding-top: 7px;
}
header .accesos-revista .metricas-ad {
  background: url("../../../org/images/metricas.svg");
  background-size: 25px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  background-repeat: no-repeat;
  padding-left: 25px;
  height: 30px;
  margin-top: 10px;
  padding-top: 7px;
}
header .accesos-revista .accesos {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
header .accesos-revista .accesos .desktop {
  display: inline-block;
  vertical-align: middle;
}
header .accesos-revista .accesos .desktop div {
  display: inline-block;
  vertical-align: 0px;
}
header .accesos-revista .accesos .btn-comite.desktop {
  margin-right: 35px;
}
header .accesos-revista .accesos .btn-comite.desktop:after {
  margin-left: 10px;
  display: inline-block;
  content: "";
  background-image: url("../images/template/gente_b9b9b9.png");
  width: 20px;
  background-size: 100%;
  height: 11px;
}
header .accesos-revista .accesos .guia {
  display: block;
  margin-top: 20px;
}
header .accesos-revista .accesos .guia:before {
  background: url("../images/template/documento_B9B9B9.png") no-repeat;
  background-size: 17px 21px;
  content: "";
  width: 17px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -5px;
}
header .accesos-revista .accesos .manuscritos:before {
  background: url("../images/template/bandeja_b9b9b9.png") no-repeat;
  background-size: 17px 18px;
  content: "";
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
header .accesos-revista .accesos .manuscritos {
  display: block;
  margin-top: 20px;
}
header .accesos-revista .accesos .contacto:before {
  background: url("../images/template/sobre_B9B9B9.png") no-repeat;
  background-size: 17px 14px;
  content: "";
  width: 17px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -6px;
}
header .accesos-revista .accesos .contacto {
  display: block;
  margin-top: 20px;
}
header .accesos-revista .accesos .call-for-papers:before {
  background: url("../images/template/documento_B9B9B9.png") no-repeat;
  background-size: 17px 21px;
  content: "";
  width: 17px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -5px;
}
header .accesos-revista .accesos .call-for-papers {
  display: block;
  margin-top: 20px;
}
header .accesos-revista .accesos .btn-publique {
  padding-right: 20px;
}
header .accesos-revista .accesos .caja-desp.publique a {
  font-size: 16px;
}
header .accesos-revista .accesos .caja-desp.publique {
  position: absolute;
  right: 125px;
}
header .accesos-revista .accesos .flecha-an-ar-corp {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 12px;
  background-size: 100%;
  height: 7px;
  margin-left: 10px;
}
header .accesos-revista .accesos .btn-publique {
  margin-right: 20px;
}
header .accesos-revista .accesos .btn-publique .flecha-an-ar-corp {
  background-size: 100%;
  height: 7px;
  width: 12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .accesos-revista .accesos .desp-publique a {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 2px solid #eeeeee;
  vertical-align: top;
}
header .accesos-revista .accesos .desp-publique .documento-g {
  background-size: 100%;
  height: 17px;
  width: 14px;
  margin-right: 28px;
  margin-left: 12px;
}
header .accesos-revista .accesos .desp-publique .bandeja-g {
  background-size: 100%;
  height: 18px;
  width: 20px;
  margin-left: 15px;
  margin-right: 40px;
}
header .accesos-revista .idiomas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  height: 10px;
  padding: 10px;
  margin-top: 6px;
  font-size: 16px;
  color: #737373;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 12px;
}
header .accesos-revista .idiomas .magic-radio + label {
  display: inline-block;
  margin-right: 25px;
}
header .accesos-revista .idiomas .magic-radio + label:last-of-type {
  margin-right: 0;
}
header .accesos-revista .idiomas .magic-radio + label:before {
  top: -4px;
  width: 16px;
  height: 16px;
  border: 2px solid #737373;
}
header .accesos-revista .idiomas .magic-radio + label:after {
  top: 3.13%;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #ff551d;
}
header .accesos-revista .acerca-revista-ad {
  background: url("../images/acerca-revista.svg") no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 30px;
  height: 30px;
  margin-top: 10px;
  padding-top: 7px;
}
header .accesos-revista .acerca-revista-ad a {
  color: #007398;
}
header .accesos-revista .acerca-revista-ad a:hover {
  border-bottom: 2px solid #007398;
}

@media screen and (min-width: 280px) and (max-width: 575px) {
  /* PLANTILLA*/

  header .logo-accesos-menu {
    display: block;
  }
  header .logo {
    margin-left: 8px;
  }
  header .logo img {
    width: 160px;
    height: 25.07px;
    margin: 8px 0 19px 0;
  }
  header .institucion-logo {
    margin-right: 20px;
    max-width: 120px;
    height: auto;
  }
  header .ico {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;
    background-size: cover;
    height: 20px;
    width: 20px;
  }
  header .desp-hamb-left {
    float: left;
  }
  HEADER .logo-accesos-usuario {
    position: relative;
  }
  header .accesos-usuario.mobile {
    float: none;
    position: relative;
  }
  header .accesos-usuario .btn-login {
    margin-left: 20px;
    vertical-align: top;
  }
  header .accesos-usuario .btn-desconectar {
    width: 17px;
    height: 20px;
    margin-left: 25px;
    vertical-align: middle;
    background-image: url(/images/template/out_323232.png);
  }
  header .desp-hamb-right {
    width: 4px;
    margin-right: 8px;
    height: 20px;
  }

  header .logo-accesos-usuario .logo {
    margin: 0;
    float: none;
  }
  .desp-login .top {
    background-size: 1231px;
  }
  header .accesos-usuario .btn-login:hover {
    border: none;
  }
  header .desp-login {
    right: 0;
    width: 100%;
    top: 90px;
  }
  header .desp-login .top {
    background-position: right -597px top;
    background-size: 1231px;
  }
  header .desp-login .info {
    display: none;
  }
  header .desp-login .box-login {
    width: auto;
    display: block;
    margin-left: 0;
  }

  header .caja-desp.mid.social {
    position: absolute;
    margin-top: 25px;
  }
  .caja-desp.compartir .top {
    background-position: right -491px top;
    background-size: 1231px;
  }

  header .titulo-buscador .buscador {
    display: none;
  }
  header .accesos-revista {
    display: none;
  }

  header .hamb-left {
    background-image: url("../images/template/hamb-left_323232.png");
    margin-left: 0;
  }
  header .hamb-right {
    background-image: url("../images/template/hamb-right_323232.png");
    width: 4.75px;
    height: 20px;
  }

  header .metricas-ad {
    float: left;
    margin-left: 20px;
  }
  header .metricas-ad img {
    width: 24px;
  }

  header .accesos-usuario {
    background: #f5f5f5;
    padding: 20px 8px;
    margin-right: 0;
  }
  header .accesos-usuario .right {
    float: right;
    display: flex;
    align-items: center;
  }
  header .accesos-usuario .right div:last-of-type {
    margin-right: 0;
  }
  header .accesos-usuario .btn-login:before {
    content: "";
    background: none;
    width: auto;
    height: auto;
  }
  header .accesos-usuario .compartir-g {
    background-image: url("../images/template/compartir_323232.png");
  }
  header .accesos-usuario .buscador {
    background-image: url("../images/template/lupa_323232.png");
  }
  header .titulo-buscador {
    display: block;
    margin-top: 0;
    background-color: #c4c4c4;
    padding: 0;
  }
  header .titulo-buscador-container {
    display: flex;
    flex-direction: column;
  }

  .titulo-buscador-busqueda {
    width: 100%;
  }

  header .titulo-buscador-titulo {
    display: block;
  }
  header .titulo-buscador-titulo {
    order: 3;
    width: auto;
    padding: 23px 8px;
    font-size: 18px;
  }
  header .titulo-buscador .suscribirse {
    order: 2;
    width: auto;
    padding: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #007398;
    background-color: #f5f5f5;
  }
  header .titulo-buscador-buscador {
    order: 1;
    width: auto;
    padding: 18px 8px;
    display: none;
  }
  header .titulo-buscador-buscador .busqueda {
    width: 100%;
  }
  header .titulo-buscador-buscador .filtro.revista {
    display: none;
  }

  header .titulo-buscador-buscador input[type="text"] {
    width: 100%;
  }

  header .titulo-buscador-buscador input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url("../images/template/lupa_007398.png");
    background-size: cover;
    margin-bottom: 5px;
  }
  header .titulo-buscador-buscador input[type="submit"]:hover {
    background-color: transparent;
  }
}
