:root {
  --hover-one: #184b8a;
}

header .logo-buscador {
  height: 180px;
  background: url("../images/cabecera1.jpg") white no-repeat;
  background-size: 4000px 180px;
}
.wordmark {
  width: 305px;
}
header .logo-buscador .logo {
  padding-top: 20px;
}
header .logo-buscador .logo .img {
  padding-left: 105px;
  max-height: 159px;
}

header .logo-buscador .buscador .box-buscador {
  background-color: #ebebeb;
}
.capa-buscador .busqueda input[type="submit"] {
  background-color: #707eac;
  border-color: #707eac;
}
header .logo-buscador .buscador input[type="button"] {
  background-color: #707eac;
  border-color: #707eac;
}
header .logo-buscador .buscador .box-buscador .campo .busqueda-avanzada a {
  color: #707eac;
}
header .logo-buscador .buscador .box-buscador .compartir {
  color: #707eac;
}

.caja-desp .top {
  background-size: 100%;
}

.paginador a.activo,
.paginador a:hover {
  border-width: 2px;
}

#mas-leidos .filtros .btn {
  background-color: white;
  color: #184b8a;
}
#mas-leidos .filtros .btn:hover,
#mas-leidos .filtros .btn.active {
  background-color: #184b8a;
  color: white;
}

#visor-pdf .nav {
  color: #184b8a;
}
#visor-pdf .nav .btn-01 {
  border-color: #184b8a;
  color: #184b8a;
}
#visor-pdf .nav .btn-01:hover {
  color: white;
}

main .info-revista .index .suscribirse {
  width: 201px;
  color: #005d9f;
  font-size: 22px;
  font-family: NexusSerif;
  padding: 20px 60px;
  background: url("../images/libro_005d9f.png") #e7e7e7 no-repeat center right
    45px;
  background-size: 26px 33px;
  padding-right: 104px;
  margin-top: 20px;
}

.home .contenido .enlaces {
  margin-top: 55px;
  font-family: NexusSerif;
  display: flex;

}
.home .enlaces .celda {
  vertical-align: top;
  line-height: 18px;
  color: #222222;
  display: inline-block;
  width: 199px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 120px;
  border-top: 2px solid white;
}
.home .enlaces .celda:hover {
  border-top: 2px solid #005d9f;
  color: #005d9f;
}
.home .enlaces .celda.archivo {
  background: url("../images/archivo_005d9f.png") #e7e7e7 no-repeat top 109px
    center;
  background-size: 45px 40px;
  padding-bottom: 138px;
}
.home .enlaces .celda.formacion {
  background: url("../images/formacion_005d9f.png") #e7e7e7 no-repeat top 109px
    center;
  background-size: 36px 40px;
}
.home .enlaces .celda.protocolos {
  background: url("../images/libro_005d9f.png") #e7e7e7 no-repeat top 109px
    center;
  background-size: 31px 40px;
}
.home .enlaces .celda.imagenes {
  background: url("../images/imagenes_005d9f.png") #e7e7e7 no-repeat top 109px
    center;
  background-size: 39px 30px;
  padding-bottom: 138px;
}
.home .enlaces .celda.noticias {
  background: url("../images/newsletter_005d9f.png") #e7e7e7 no-repeat top 109px
    center;
  background-size: 42px 35px;
}
.home .enlaces {
  border: none;
  padding-bottom: 0;
}

.home section {
  margin-bottom: 70px;
  border-bottom: 2px solid #b9b9b9;
  padding-bottom: 50px;
}
.home section .titulo-section {
  font-size: 36px;
  color: #323232;
  line-height: 48px;
}
.home section .enlace {
  font-size: 20px;
  line-height: 28px;
  color: #323232;
}
.home section .enlace .btn-02 {
  padding: 8px 12px;
  width: 9px;
  height: 17px;
  background-position: center center;
  background-size: 10px 17px;
  vertical-align: -14px;
  margin-top: 20px;
}

.home .formacion .curso {
  display: flex;
  margin-top: 50px;
}
.home .formacion .curso .portada img {
  width: 115px;
  height: 161px;
}
.home .formacion .curso .titulo {
  font-size: 24px;
  line-height: 25px;
  color: #184b8a;
  margin-left: 16px;
}
.home .formacion .protocolos {
  display: flex;
  background: #f5f5f5;
  padding: 20px 18px;
  margin-top: 25px;
}
.home .formacion .protocolos .protocolo {
  position: relative;
  background: white;
  width: 220px;
  padding: 21px 15px;
  margin-right: 8px;
  height: 228px;
}
.home .formacion .protocolos .protocolo:last-child {
  margin-right: 0;
}
.home .formacion .protocolos .protocolo .cabecera {
  font-size: 14px;
  line-height: 22px;
  color: #505050;
  font-style: italic;
}
.home .formacion .protocolos .protocolo .titulo {
  font-size: 20px;
  line-height: 28px;
  font-family: NexusSerif;
  color: #323232;
}
.home .formacion .protocolos .protocolo .btn-01 {
  position: absolute;
  bottom: 24px;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  border-color: #184b8a;
  color: #184b8a;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home .formacion .protocolos .protocolo .btn-01:hover {
  color: white;
}
.home .formacion .acreditados {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  margin-top: 8px;
}
.home .formacion .acreditados img {
  margin-top: 22px;
  width: 128px;
}


.home .sumario .content {
  background: #f5f5f5;
  padding: 20px 16px;
  margin-top: 50px;
}
.home .sumario .flex {
  display: flex;
}
.home .sumario .content .portada img {
  width: 120px;
  margin-right: 16px;
  height: auto;
}
.home .sumario .content .desc {
  background-color: white;
  padding: 16px;
}
.home .sumario .content .desc .titulo-content {
  font-size: 22px;
  line-height: 25px;
  font-family: NexusSerif;
  color: #323232;
}
.home .sumario .content .desc .paginas {
  font-size: 18px;
  line-height: 20px;
  color: #184b8a;
  margin-top: 10px;
}
.home .sumario .content .desc .btn-01 {
  border-color: #184b8a;
  color: #184b8a;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 23px;
}
.home .sumario .content .desc .btn-01:hover {
  color: white;
}
.home .sumario .content .exp {
  margin-top: 50px;
  font-size: 18px;
  line-height: 20px;
  color: #505050;
}





#formacion-rev .content, .home .formacion .content {
  background-color: #f5f5f5;
  padding: 53px 28px;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.home .formacion .content{margin-top:10px}


.caja-curso {
  width: 315px;
  margin: 10px 28px;
}
 .caja-curso .titulo {
  background-color: #005d9f;
  color: white;
  padding: 20px 18px;
  font-size: 22px;
  min-height: 78px;
}
 .caja-curso .desc {
  background: white;
  padding: 35px 45px;
  position: relative;
}
.caja-curso .desc .dato {
  color: #505050;
  font-size: 16px;
 
  margin-bottom: 20px;
}
.caja-curso .desc .dato:before {
  content: "";
  display: inline-block;
  vertical-align: middle;

 
  margin-right: 5px;
}
.caja-curso .desc .creditos:before {
  background: url("../images/formacion/creditos_184b8a.png") no-repeat;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
}
.caja-curso .desc .horas:before {
  content: "";
  background: url("../images/formacion/reloj_184b8a.png") no-repeat;
  background-size: 24px 24px;
  width: 32px;
  height: 24px;
}
.caja-curso .desc .modulos:before {
  content: "";
  background: url("../images/formacion/libro_184b8a.png") no-repeat;
  background-size: 24px 31px;
  width: 32px;
  height: 31px;
}
.caja-curso .desc .disponible:before {
  content: "";
  background: url("../images/formacion/calendar_184b8a.svg") no-repeat;
  background-size: 24px 31px;
  width: 32px;
  height: 31px;
}
.caja-curso .desc .expediente:before {
  content: "";
  background: url("../images/formacion/documento_184b8a.svg") no-repeat;
  background-size: 24px 31px;
  width: 32px;
  height: 31px;
}
.caja-curso .desc .btn-flecha {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  width: 225px;
}
.caja-curso-info-acreditacion{
  margin-top:10px;
  font-size:12px;
  line-height: 12px;
}

.caja-curso-info-acreditacion img{
  margin-bottom:-10px;
}

#formacion-rev .anteriores .titulo {
  color: #005d9f;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#formacion-rev .anteriores ul li {
  margin-bottom: 15px;
}
#formacion-rev .anteriores ul li a {
  color: #505050;
  font-size: 18px;
}
#formacion-rev .anteriores ul li a:hover {
  text-decoration: underline;
  color: #dd821f;
}
#formacion-rev .anteriores ul.lista-corp li::before {
  margin-right: 5px;
  font-size: 25px;
}

.noticias .noticia-destacada {
  padding: 20px 18px;
  background: url("../images/newsletter_005d9f.png") #f5f5f5 no-repeat top 12px
    right 17px;
  background-size: 26px;
  border-bottom: 2px solid #184b8a;
}
.noticias .noticia-destacada .titular {
  font-size: 14px;
  color: #737373;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.noticias .noticia-destacada .imagen-noticia {
  margin-right: 33px;
  float: left;
  width: 354px;
}
.noticias .noticia-destacada .imagen-noticia img {
  width: 100%;
}
.noticias .noticia-destacada .desc {
  float: left;
  width: 362px;
}
.noticias .imagen-noticia {
  float: left;
  margin-right: 20px;
}
.noticias .imagen-noticia img {
  width: 180px;
}
/* .noticias .titulo {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: none;
} */
.noticias .subtitulo {
  font-size: 14px;
  color: #737373;
}

.noticias .noticia .titulo {
  font-size: 21px;
  line-height: 26px;
}
.noticias .noticias .noticia {
  padding: 23px 0px;
  border-bottom: 1px solid #ededed;
}
.noticias .paginador {
  margin-top: 20px;
}

.noticia h1 {
  color: #184b8a;
}
.noticia .compartir {
  float: right;
  position: relative;
}
.noticia .compartir .tres-puntos-g {
  float: right;
  width: 26px;
  height: 6px;
  background-size: cover;
  cursor: pointer;
}
.noticia .compartir .caja-desp {
  position: absolute;
  right: 0;
}
.noticia .imagenesNoticia {
  float: left;
  width: 274px;
  background-color: #eeeeee;
  padding: 12px;
  margin-right: 25px;
}
.noticia .imagenesNoticia .pie {
  font-size: 14px;
}
.noticia .relaccionadas {
  margin-top: 20px;
}
.noticia .relaccionadas .noticia {
  padding: 23px 0px;
  border-bottom: 1px solid #ededed;
}
.noticia .relaccionadas .titulo {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: none;
}
.noticia .relaccionadas .subtitulo {
  font-size: 14px;
  color: #737373;
}

.mod-novedades {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mod-medico-familia {
  margin-bottom: 25px;
  border: 2px solid #184b8a;
  padding: 13px;
}
.mod-medico-familia .titulo {
  font-size: 24px;
  line-height: 30px;
  color: #184b8a;
  margin-top: 16px;
}
.mod-medico-familia .content {
  font-size: 14px;
  line-height: 16px;
  color: #505050;
  margin-top: 8px;
}
.mod-medico-familia .btn-02 {
  padding: 8px 12px;
  width: 9px;
  height: 17px;
  background-position: center center;
  background-size: 10px 17px;
  vertical-align: -14px;
  margin-top: 20px;
}

.revista-b-seccion H1 {
  display: none;
}

.novedades {
  font-size: 20px;
  line-height: 26px;
}
.novedades .intro {
  padding: 7px 10px;
  background: #f5f5f5;
  color: #184b8a;
}
.novedades .secciones .texto {
  float: left;
  width: 491px;
}
.novedades .secciones .lista {
  float: right;
  width: 290px;
  background: url("../images/secciones_184b8a.png") no-repeat top left 5px;
  background-size: 38px 38px;
  margin-top: 16px;
}
.novedades .secciones .lista .titulo {
  padding-left: 69px;
  font-size: 18px;
  line-height: 26px;
  color: #184b8a;
  margin-bottom: 37px;
}
.novedades .secciones .lista .content {
  background: #f5f5f5;
  padding: 35px 17px;
  padding-bottom: 1px;
}
.novedades .secciones .lista .content .elemento {
  font-size: 14px;
  line-height: 20px;
  color: #184b8a;
  margin-bottom: 29px;
  padding-left: 24px;
  background: url("../images/seccion.png") no-repeat center left;
  background-size: 13px 13px;
}
.novedades .cursos {
  margin-top: 59px;
}
.novedades .cursos .texto {
  float: right;
  width: 491px;
}
.novedades .cursos .lista {
  float: left;
  width: 290px;
  background: url("../images/cursos_184b8a.png") no-repeat top left 5px;
  background-size: 35px 35px;
  margin-top: 16px;
}
.novedades .cursos .lista .titulo {
  padding-left: 69px;
  font-size: 18px;
  line-height: 26px;
  color: #184b8a;
  margin-bottom: 37px;
}
.novedades .cursos .lista .content img {
  width: 290px;
}
.novedades .guias {
  margin-top: 59px;
}
.novedades .guias .texto {
  float: left;
  width: 491px;
}
.novedades .guias .lista {
  float: right;
  width: 290px;
  background: url("../images/brujula.png") no-repeat top left 5px;
  background-size: 47px 48px;
  margin-top: 16px;
}
.novedades .guias .lista .titulo {
  padding-left: 69px;
  font-size: 18px;
  line-height: 26px;
  color: #184b8a;
  margin-bottom: 37px;
}
.novedades .guias .lista .content img {
  width: 290px;
}
.novedades .reciclaje {
  margin-top: 59px;
}
.novedades .reciclaje .texto {
  float: right;
  width: 491px;
}
.novedades .reciclaje .lista {
  float: left;
  width: 290px;
  background: url("../images/brujula.png") no-repeat top left 5px;
  background-size: 47px 48px;
  margin-top: 16px;
}
.novedades .reciclaje .lista .titulo {
  padding-left: 69px;
  font-size: 18px;
  line-height: 26px;
  color: #184b8a;
  margin-bottom: 37px;
}
.novedades .reciclaje .lista .content img {
  width: 290px;
}

.medico-familia .intro {
  background: #f5f5f5;
  padding: 10px;
}

.caja-formacion {
  margin-top: 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;
  }
}

@media screen and (min-width: 280px) and (max-width: 575px) {
  .noticias .noticia-destacada .imagen-noticia {
    float: none;
    width: auto;
  }
  .noticias .noticia-destacada .desc {
    float: none;
    width: auto;
  }

  .novedades .secciones .texto {
    width: auto;
    float: none;
  }
  .novedades .cursos .texto {
    width: auto;
    float: none;
  }
  .novedades .guias .texto {
    width: auto;
    float: none;
  }
  .novedades .reciclaje .texto {
    width: auto;
    float: none;
  }
}
