#formacion-rev .content {
  background-color: #f5f5f5;
  padding: 53px 28px;
}
#formacion-rev .content .caja-curso {
  width: 315px;
  float: left;
  margin: 45px 28px 45px 28px;
}
#formacion-rev .content .caja-curso .titulo {
  background-color: #007398;
  color: white;
  padding: 20px 18px;
  font-size: 24px;
}
#formacion-rev .content .caja-curso .desc {
  background: white;
  padding: 35px 45px;
  position: relative;
}
#formacion-rev .content .desc .dato {
  color: #505050;
  font-size: 18px;
  text-transform: lowercase;
  margin-left: 75px;
  margin-bottom: 20px;
}
#formacion-rev .content .desc .dato:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 80px;
  margin-top: 2px;
}
#formacion-rev .content .desc .creditos:before {
  background: url("../images/template/creditos_007398.png") no-repeat;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
}
#formacion-rev .content .desc .horas:before {
  content: "";
  background: url("../images/template/reloj_007398.png") no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
#formacion-rev .content .desc .modulos:before {
  content: "";
  background: url("../images/template/libro_007398.png") no-repeat;
  background-size: 24px 31px;
  width: 24px;
  height: 31px;
}
#formacion-rev .content .desc .btn-01 {
  display: block;
  margin-top: 40px;
  font-size: 20px;
}

#formacion-rev .anteriores .titulo {
  color: #007398;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 25px;
}
#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: #007398;
}
#formacion-rev .anteriores ul.lista-corp li::before {
  margin-right: 5px;
  font-size: 25px;
}

.info-formacion .row {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.info-formacion .cell {
  height: 100%;
}
.info-formacion .info {
  display: flex;
  width: 72%;
  justify-content: stretch;
}
.info-formacion .ficha {
  display: flex;
  width: 28%;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.info-formacion .info-curso {
  margin-top: 28px;
  background: url("../images/template/i_formacion_b5b5b5.png") #e8e8e8 no-repeat
    top 15px right 18px;
  background-size: 22px 24px;
  padding: 15px 18px;
}
.info-formacion .titulo {
  font-size: 14px;
  color: #007398;
  font-family: NexusSerifPro;
  font-style: italic;
}
.info-formacion .info-curso-titulo-curso {
  font-size: 24px;
  color: #007398;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: NexusSerifPro;
}
.info-formacion .info-curso-content {
  background-color: white;
  padding: 20px;
  color: #323232;
  font-size: 18px;
  line-height: 20px;
}

.info-formacion .info-curso-content-img-foto-curso {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #e8e8e8;
}
.info-formacion .info-curso-content-compra {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.info-formacion .info-curso-content-suscripcion {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.info-formacion .content-portada-revista img {
  width: 200px;
}

.info-formacion .info-curso .progreso {
  margin-top: 25px;
}
.info-formacion .info-curso .progreso .titulo {
  font-size: 14px;
  color: #007398;
  font-family: NexusSansPro;
  font-style: normal;
}
.info-formacion .info-curso .progreso .barra-gris {
  display: inline-block;
  width: 460px;
  height: 5px;
  background-color: #d8d8d8;
  margin-top: 30px;
}
.info-formacion .info-curso .progreso .barra-gris .barra-naranja {
  height: 5px;
  background-color: #ff7203;
  width: 5%;
}
.info-formacion .info-curso .progreso .diploma {
  display: inline-block;
  font-size: 14px;
  color: #939393;
  text-align: center;
  vertical-align: middle;
}
.info-formacion .info-curso .progreso .diploma img {
  display: block;
  width: 40px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.info-formacion .ficha-tecnica {
  min-width: 285px;
  margin-top: 18px;
  background: url("../images/template/marcador_007398.png") #e8e8e8 no-repeat
    top right 35px;
  background-size: 31px 57px;
  padding-top: 20px;
  margin-left: 10px;
}
.info-formacion .ficha-tecnica.comenzado {
  background-image: url("../images/template/marcador_e9711c.png");
}
.info-formacion .ficha-tecnica .titulo {
  margin-left: 10px;
}
.info-formacion .ficha-tecnica .lista-corp {
  font-size: 18px;
  color: #505050;
  line-height: 34px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.info-formacion .ficha-tecnica .lista-corp li {
  line-height: 19px;
}
.info-formacion .ficha-tecnica .lista-corp li:before {
  font-size: 28px;
}
.info-formacion .ficha-tecnica .disponibilidad {
  background-color: #e5711c;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.info-formacion .fechas {
  padding: 15px;
  background: #d8d8d8;
  flex-grow: 1;
  margin-left: 10px;
}
.info-formacion .fechas .img-mas-info {
  cursor: pointer;
}
.info-formacion .fechas .info-acreditacion {
  background-color: white;
  padding: 10px 0;
  width: 275px;
  display: none;
}

.info-formacion .fechas .fecha {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
.info-formacion .fechas .fecha span {
  display: inline-block;
  width: 130px;
  text-transform: uppercase;
  color: #007398;
  font-size: 14px;
}
.info-formacion + .ocultar {
  border-bottom: none;
  height: 18px;
}
.info-formacion + .ocultar.mostrar {
  position: static !important;
}

.info-formacion .accesos-usuario .btn-02 {
  margin-top: 28px;
}

.revista-b-curso .accesos-usuario {
  position: relative;
  margin-left: 10px;
}
.revista-b-curso .accesos-usuario .btn-02 {
  font-size: 18px;
  padding-left: 12px;
  padding-right: 40px;
}
.revista-b-curso .accesos-usuario .cursos {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-style: italic;
  font-family: NexusSerifPro;
}
.revista-b-curso .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;
}
.revista-b-curso .accesos-usuario .btn-02.volver {
  background-image: url("../images/template/volver_ffffff.png");
  background-size: 15px;
}
.revista-b-curso .accesos-usuario .btn-02.desconectar {
  background-image: url("../images/template/out_ffffff.png");
  background-size: 17px 20px;
  width: 95px;
}
.revista-b-curso .accesos-usuario .btn-02.login {
  background-image: url("../images/template/in_ffffff.png");
  background-size: 17px 20px;
  width: 95px;
}
.revista-b-curso .accesos-usuario .btn-02.adquirir {
  margin-left: 10px;
  width: 109px;
  padding-right: 33px;
}
.f-revista img {
  width: 100%;
}
/***** Home *****/

#formacion.home {
  padding-bottom: 50px;
}
.formacion .home .banner-slider {
  width: 100%;
  background-color: #07343f;
  height: 350px;
}
.formacion .home .banner-slider {
  background: url("../images/template/formacion_background01.jpg") no-repeat
    center left;
  background-size: 700px 100%;
}
.formacion .home .banner-slider .trans {
  padding: 0;
  height: 350px;
}
.formacion .home .banner-slider .fondo2 {
  float: right;
  width: 44%;
  background: url("../images/template/formacion_background02.jpg") no-repeat;
  background-size: 940px 350px;
  height: 350px;
  min-width: 438px;
  background-position: center center;
}
.formacion .home .banner-slider .acceso-catalogo {
  float: right;
  width: 462px;
  height: 350px;
  background-color: #1c313d;
  text-align: center;
}
.formacion .home .banner-slider .acceso-catalogo .catalogo-info {
  font-size: 30px;
  color: white;
  text-align: center;
  margin-top: 45px;
  line-height: 36px;
}
.formacion .home .banner-slider .acceso-catalogo .catalogo-info span {
  text-transform: uppercase;
  color: #f76700;
}
.formacion .home .banner-slider .acceso-catalogo img {
  width: 35px;
  height: 38px;
  margin-top: 12px;
  margin-bottom: 14px;
}
.formacion .home .banner-slider .acceso-catalogo .btn-01 {
  display: block;
  width: 140px;
  margin: auto;
  border-color: white;
  color: white;
  background-color: transparent;
  background-image: url(https://assets.elsevier.es/org/images/svg/flecha-an-de_c_ffffff.png);
}

.formacion .home .cmbCapas {
  width: 700px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.formacion .home h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.formacion .home .acceso-historico {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.formacion .home .texto {
  margin-top: 50px;
  font-size: 24px;
  color: #747474;
  font-family: NexusSerifPro;
  line-height: 28px;
}
.formacion .home .cursos.usuario {
  margin-bottom: 50px;
}
.formacion .home .cursos.usuario .curso .content .btn-02 {
  width: 52px;
  margin-left: 60px;
  width: 125px;
}

.formacion .home .cursos {
  background-color: #f1f1f1;
  padding: 40px 20px 20px 20px;
}
.formacion .home .curso {
  padding: 28px 25px;
  background-color: white;
  border-top: 2px solid #007398;
  margin-bottom: 40px;
}
.formacion .home .curso-titulo {
  color: #007398;
  font-weight: bold;
  font-size: 22px;
  float: left;
}
.formacion .home .curso-revista-portada {
  float: right;
}
.formacion .home .curso-detalles {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 30px;
}
.formacion .home .curso-img {
  width: 200px;
  display: block;
}
.formacion .home .curso-img .curso-img-foto {
  width: 200px;
  display: block;
  height: 133px;
  background-size: 100%;
}
.formacion .home .curso-img-fecha {
  color: white;
  background-color: #007398;
  padding: 10px 5px;
}

.formacion .home .curso-desc-entradilla {
  font-size: 18px;
  line-height: 23px;
  max-height: 185px;
  overflow: hidden;
}
.formacion .home .curso-desc-mas {
  color: var(--es-color-elsevier-blue);
  cursor: pointer;
}

.formacion .home .curso-img.especialidad_kINPBA0008WU {
  background-image: url("../images/especialidades/kINPBA0008WU.png");
}
.formacion .home .curso-img.especialidad_kINPBA0008VC {
  background-image: url("../images/especialidades/kINPBA0008VC.png");
}
.formacion .home .curso-img.especialidad_kINPBA0008VZ {
  background-image: url("../images/especialidades/kINPBA0008VZ.png");
}
.formacion .home .curso-img.especialidad_kINPBA0008WK {
  background-image: url("../images/especialidades/kINPBA0008WK.png");
}
.formacion .home .curso-img.especialidad_kINPBA0008WV {
  background-image: url("../images/especialidades/kINPBA0008WV.png");
}
.formacion .home .curso-img.especialidad_kINPBA0008YM {
  background-image: url("../images/especialidades/kINPBA0008YM.png");
}
.formacion .home .curso-img.especialidad_kINPBA00090I {
  background-image: url("../images/especialidades/kINPBA00090I.png");
}
.formacion .home .curso-img.especialidad_kINPBA00090A {
  background-image: url("../images/especialidades/kINPBA00090A.png");
}

.formacion .home .curso-info {
  background: #f1f1f1;
  width: 220px;
  padding: 20px 30px;
}
.formacion .home .curso-info-creditos {
  width: 220px;
  color: #007398;
  margin-bottom: 10px;
  font-size: 15px;
}
.formacion .home .curso-info-horas {
  width: 220px;
  color: #007398;
  margin-bottom: 10px;
  font-size: 15px;
}
.formacion .home .curso-info-modulos {
  width: 220px;
  color: #007398;
  margin-bottom: 10px;
  font-size: 15px;
}
.formacion .home .curso-info .btn-05 {
  margin-top: 15px;
}

.formacion .home .curso-info-creditos:before {
  content: "";
  background: url("../images/template/creditos_007398.png") no-repeat center
    left;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.formacion .home .curso-info-horas:before {
  content: "";
  background: url("../images/template/reloj_007398.png") no-repeat center left;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
}
.formacion .home .curso-info-modulos:before {
  content: "";
  background: url("../images/template/libro_007398.png") no-repeat center left;
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}

.formacion.box {
  background-color: #e8e8e8;
  margin-top: 10px;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.formacion .titulo {
  font-size: 26px;
  color: #007398;
}
.formacion .tabla {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  display: table;
}
.formacion .tabla .row .titular {
  line-height: 16px;
  font-size: 12px;
  color: #737373;
  border-bottom: 2px solid #007398;
  text-align: left;
  background-color: #e8e8e8;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #007398;
}
.formacion .tabla .row .titular:first-of-type {
  text-align: left;
  text-transform: none;
  font-size: 16px;
}
.formacion .tabla .row:hover {
  background-color: #e7e7e7;
}
.formacion .tabla .row:hover > .titulo {
  color: #ff7203;
}
.formacion .tabla .row:hover > .titulo a {
  color: #ff7203;
}
.formacion .tabla .cell {
  border-bottom: 4px solid #e8e8e8;
  padding: 0 20px;
}
.formacion .tabla .titulo {
  background: url("../images/template/modulo_D7D7D7.png") no-repeat top 25px
    left 23px;
  background-size: 24px 30px;
  color: #007398;
  font-size: 20px;
  padding: 30px 15px;
  padding-left: 60px;
}
.formacion .tabla .titulo a {
  color: #007398;
  font-size: 20px;
}
.formacion .tabla .foto-curso {
  padding: 30px 10px;
}
.formacion .tabla .foto-curso img {
  width: 100px;
  height: 63px;
  border: 1px solid #f5f5f5;
}
.formacion .tabla .titulo img {
  width: 50px;
  height: 63px;
  margin-top: 15px;
}
.formacion .tabla .fecha {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.formacion .max-dias-presentacion {
  font-size: 14px;
}

.formacion .info-modulo .tabla .row:hover {
  background: none;
}
.formacion .info-modulo .tabla .row:hover > .titulo a {
  color: #007398;
}
.formacion .info-modulo .tabla .row:hover > .titulo {
  color: #007398;
}
.formacion.modulos .diploma {
  margin-top: 10px;
  background-color: white;
  padding: 23px 13px;
}
.formacion.modulos .diploma .titulo {
  font-size: 20px;
  line-height: 24px;
}
.formacion.modulos .diploma .estado {
  margin-top: 8px;
  font-size: 14px;
  color: #ff551d;
  font-family: NexusSerifPro;
  font-style: italic;
}

.formacion.modulos .diploma {
  font-size: 16px;
}
.formacion.modulos .diploma .info-diploma {
  text-align: center;
  margin-top: 15px;
}
.formacion.modulos .diploma .info-diploma div {
  display: inline-block;
  color: #007398;
}
.formacion.modulos .diploma .info-diploma div:before {
  content: "";
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
.formacion.modulos .diploma .info-diploma .creditos:before {
  background: url("../images/template/creditos_007398.png") no-repeat;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
}
.formacion.modulos .diploma .info-diploma .horas:before {
  background: url("../images/template/reloj_007398.png") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-left: 40px;
}
.formacion.modulos .diploma .info-diploma .aprobado:before {
  background: url("../images/template/mano-up_007398.png") no-repeat;
  background-size: 23px 25px;
  width: 23px;
  height: 25px;
  margin-left: 40px;
}
.formacion.modulos .diploma .descarga {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 47px;
}
.formacion.modulos .diploma .descarga .ico {
  width: 72px;
  height: 52px;
  background: url("../images/template/diploma_d7d7d7.png");
  background-size: cover;
  margin: auto;
}
.formacion.modulos .diploma .descarga .link {
  width: 59px;
  margin: auto;
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}
.formacion.modulos .diploma .descarga a:hover > .link {
  color: #ff551d;
}
.formacion.modulos .diploma .descarga .ico.ok {
  background: url("../images/template/diploma_007398.png");
  background-size: cover;
}
.formacion.modulos .diploma .descarga a:hover > .ico.ok {
  background: url("../images/template/diploma_e9711c.png");
  background-size: cover;
}
.formacion.modulos .diploma .encuesta {
  margin-top: 10px;
}
.formacion.modulos .diploma .encuesta .magic-radio + label {
  line-height: 29px;
}
.formacion.modulos .diploma .encuesta:before {
  background: url("../images/template/creditos_007398.png") no-repeat;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
  content: "";
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
.formacion.modulo table tr:hover {
  background-color: white;
}
.formacion.modulo table tr:hover > .titulo {
  color: #007398;
}

.formacion.relaccionados {
  margin-top: 80px;
}

.formacion.relaccionados .tabla .titulo {
  background: none;
  color: #007398;
  font-size: 20px;
}
.formacion.relaccionados .tabla .cell {
  padding: 30px 15px;
}

.formacion .info-modulo {
  background-color: white;
}
.formacion .info-modulo table td {
  border: none;
}
.formacion .info-modulo .documentacion {
  padding: 0 18px;
  padding-bottom: 10px;
}
.formacion .info-modulo .documentacion .titulo {
  text-transform: none;
  margin-bottom: 30px;
  width: 155px;
  color: #ff551d;
  font-size: 18px;
  background: url("../images/template/f_formacion_b5b5b5.png") no-repeat center
    right;
  background-size: 22px 23px;
  line-height: 23px;
}
.formacion .info-modulo .documentacion .item-preview {
  border: none;
  margin-bottom: 0;
  padding-bottom: 30px;
  margin-top: 0;
}
.formacion .info-modulo .documentacion .item-preview .titulo {
  width: auto;
  background: none;
  color: #007398;
  margin: 0;
}
.formacion .info-modulo .documentacion .item-preview .herramientas {
  display: none;
}
.formacion .info-modulo .materiales .material {
  font-size: 16px;
  color: #007398;
  margin-bottom: 20px;
}
.formacion .info-modulo .materiales .material a:hover {
  color: #ff551d;
}
.formacion .info-modulo .materiales .material:after {
  background: url("../images/template/f_ar_de_007398.png") no-repeat center
    right;
  background-size: cover;
  margin-left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  display: inline-block;
}
.formacion .info-modulo .materiales .material:hover:after {
  background-image: url("../images/template/flecha_ar_de_e9711c.png");
}

.formacion .cuestionario {
  position: relative;
}
.formacion .cuestionario .titulo {
  color: #007398;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 18px;
}
.formacion .cuestionario .prev-cuestionario {
  margin-top: 21px;
  background-color: white;
}
.formacion .cuestionario .ficha {
  padding: 11px 22px;
  float: left;
  width: 250px;
}
.formacion .cuestionario .ficha div {
  padding-left: 38px;
  color: #323232;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 18px;
}
.formacion .cuestionario .ficha .preguntas {
  padding-left: 0;
}
.formacion .cuestionario .ficha .preguntas span {
  display: inline-block;
  font-size: 35px;
  color: #00738f;
  vertical-align: middle;
  line-height: 41px;
}
.formacion .cuestionario .ficha .correcta {
  background: url("../images/template/unica_007398.png") no-repeat center left;
  background-size: 28px 29px;
  margin-bottom: 13px;
  line-height: 29px;
}
.formacion .cuestionario .ficha .aprobado {
  background: url("../images/template/docheck_007398.png") no-repeat top left;
  background-size: 27px 33px;
  line-height: 33px;
}
.formacion .cuestionario .acceso-cuestionario {
  width: 280px;
  background-color: #b9b9b9;
  float: right;
  text-align: center;
  padding: 5px 0;
}
.formacion .cuestionario .acceso-cuestionario .btn {
  background: url("../images/template/flecha_an_de_blanca.png") #007398
    no-repeat center right 10px;
  background-size: 9px 16px;
  display: inline-block;
  border: 2px solid #00738f;
  margin: 50px auto;
  color: white;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  padding: 20px 40px 20px 14px;
}
.formacion .cuestionario .acceso-cuestionario p {
  display: inline-block;
  border: 1px solid white;
  margin: 0px auto;
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 5px 12px;
}
.formacion .cuestionario .acceso-cuestionario .btn:hover {
  background: url("../images/template/flecha_an_de_007398.png") no-repeat center
    right 10px;
  background-size: 10px 17px;
  color: #00738f;
}

.formacion.examen .titulo {
  color: #007398;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 18px;
}
.formacion.examen .cuestionario {
  background-color: white;
  margin-top: 10px;
  padding: 15px 15px;
}
.formacion.examen .cuestionario .preguntas {
  margin-bottom: 40px;
  max-width: 780px;
}
.formacion .cuestionario .pregunta .enunciado {
  color: #505050;
  font-size: 20px;
  margin-bottom: 60px;
}
.formacion .cuestionario .pregunta .respuestas .respuesta {
  color: #505050;
  font-size: 18px;
  margin-bottom: 23px;
}
.formacion .cuestionario .pregunta .respuestas .respuesta .chkNaranja {
  width: 21px;
  height: 21px;
  text-align: center;
}
.formacion .cuestionario .pregunta .respuestas .respuesta input {
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: 0;
}
.formacion .cuestionario .pregunta .respuestas .respuesta input:checked {
  background-color: #ef7600;
}
.formacion .cuestionario .guardado {
  z-index: 1000;
  display: none;
  left: 260px;
  bottom: 180px;
  position: absolute;
  background-color: rgba(0, 115, 152, 0.6);
  color: white;
  font-size: 17px;
  border: 1px solid rgba(0, 115, 152, 0.6);
  border-radius: 10px;
  padding: 15px 25px;
}
.formacion .cuestionario .botones {
  text-align: center;
}
.formacion .cuestionario .botones .btn-01 {
  margin: 40px auto;
}
.formacion .ayuda-acceso {
  margin-bottom: 20px;
}
.formacion .cajas-ayuda .caja {
  border-color: #007398;
  margin: 0 2px;
  color: #007398;
}
.formacion .cajas-ayuda .caja:hover {
  color: white;
}

.formacion .ayuda-acceso .input-01 {
  display: inline-block;
  width: 400px;
  margin-right: 30px;
}
.formacion .ayuda-acceso .btn-01 {
  display: inline-block;
}
.formacion .ayuda-acceso .btn-01:hover {
  background-color: #007398;
  border-color: #007398;
  color: white;
}
.formacion .ayuda-acceso .left.activacion {
  background-image: url("/images/template/puntos_f5f5f5.png");
  background-repeat: no-repeat;
  background-size: 100px 9px;
  background-position: center center;
}
.formacion .ayuda-acceso .left.compra {
  background-image: url("/images/template/f_formacion_f5f5f5.png");
  background-repeat: no-repeat;
  background-size: 44px 46px;
  background-position: center center;
}

.formacion .cuestionario .paginador-examen {
  text-align: center;
}
.formacion .cuestionario .paginador-examen div {
  background-color: #007398;
  width: 33px;
  text-align: center;
  line-height: 33px;
  display: inline-block;
  color: white;
  font-size: 18px;
  text-decoration: none;
  vertical-align: middle;
  border-bottom: 2px solid white;
  margin-left: 17px;
  margin-top: 20px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.formacion .cuestionario .paginador-examen div.mobile {
  display: none;
}

.formacion .cuestionario .paginador-examen div.hecha {
  background-color: #dcdcdc;
  color: #007398;
}
.formacion .cuestionario .paginador-examen div.activo {
  background-color: #ff551d;
  color: white;
}
.formacion .cuestionario .paginador-examen div.impugnada {
  background-color: red;
  color: white;
}
.formacion .cuestionario .paginador-examen div:hover {
  background-color: #ff551d;
  color: white;
}

.formacion .leyenda-impugnada {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.revista-b-curso .sidebar {
  margin-top: 10px;
}
.revista-b-curso .volver-curso {
  float: left;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 19px;
  background: url("../images/template/flecha_izq_e9711c.png") no-repeat center
    left;
  background-size: 15px 15px;
  padding-left: 20px;
}
.revista-b-curso .descargar-preguntas {
  font-size: 16px;
  line-height: 19px;
  float: right;
}
.revista-b-curso .descargar-preguntas:before {
  content: "";
  display: inline-block;
  background: url("../images/template/download_E9711C.png") no-repeat;
  background-size: cover;
  width: 18px;
  height: 14px;
  margin-right: 6px;
}

.f-modulos .top {
  background: #e6e6e6;
  padding: 17px 17px 20px 17px;
  border-bottom: 2px solid #007398;
  line-height: 22px;
  font-size: 18px;
}
.f-modulos .top .titulo {
  font-size: 19px;
  color: #007398;
}
.f-modulos .bottom .modulo {
  padding: 19px 0 23px 45px;
  background: url("../images/template/modulo_D7D7D7.png") no-repeat top 13px
    left 11px;
  background-size: 24px 30px;
  color: #007398;
  border-bottom: 2px solid #e6e6e6;
}
.f-modulos .bottom .modulo span {
  color: #737373;
  display: block;
  margin-top: 10px;
}
.f-modulos .f-modulos-hidden {
  display: none;
}
.f-modulos .f-modulos-ver-mas {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  color: #007398;
  cursor: pointer;
}

.f-atencion-cliente {
  background: #f5f5f5;
  padding: 28px 17px 17px 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.f-atencion-cliente .titulo {
  text-align: center;
  line-height: 22px;
  font-size: 19px;
  color: #007398;
}
.f-atencion-cliente .telefono {
  margin-bottom: 19px;
  padding: 23px 5px 17px 5px;
  background: white;
  text-align: center;
  margin-top: 28px;
}
.f-atencion-cliente .telefono img {
  margin: auto;
}
.f-atencion-cliente .telefono .titular-02 {
  margin-top: 5px;
  line-height: 22px;
  font-size: 15px;
}
.f-atencion-cliente .telefono .tel {
  margin-top: 8px;
  line-height: 22px;
  font-size: 24px;
  color: #007398;
}
.f-atencion-cliente .telefono .desc {
  margin-top: 17px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #737373;
}
.f-atencion-cliente .mail {
  margin-top: 10px;
  background: white;
  text-align: center;
  padding: 0 5px;
}
.f-atencion-cliente .mail .correo {
  line-height: 22px;
  font-size: 14px;
}

.f-atencion-cliente .imagen-tutor {
  margin-top: 10px;
  margin-bottom: 5px;
}
.f-atencion-cliente .nombre-tutor {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.f-atencion-cliente .enviar-consulta {
  margin-bottom: 20px;
  font-size: 16px;
}

.f-revista .portada {
  margin-top: 20px;
  text-align: center;
}

.revista-b-curso.modulo .info-formacion {
  display: none;
}
.revista-b-curso.examinar .info-formacion {
  display: none;
}

.form-compra .info-field {
  font-size: 12px;
}

.encuesta .form .field.opciones {
  margin-top: 25px;
  font-size: 16px;
}
.encuesta .form .field h3 {
  font-size: 18px;
}
.encuesta .form .field.submit {
  margin-top: 25px;
}
.encuesta .form .field span {
  color: #007398;
}

@media screen and (min-width: 280px) and (max-width: 575px) {
  .revista-b-curso .volver-curso {
    margin-top: 12px;
  }
  .formacion .home .cmbGlobal {
    margin-bottom: 25px;
  }
  /* .formacion .home .curso{float:none;width:auto;} */
  /* .formacion .home .curso .desc{width:auto} */
  .formacion .home .curso-detalles {
    flex-direction: column;
    align-items: center;
  }
  .formacion .home .curso-img img {
    width: 100%;
  }
  .formacion .home .curso-desc {
    margin: 20px 0px 0px 0px;
  }
  .formacion .home .curso-info {
    margin-top: 20px;
    width: 85%;
  }
  .formacion .home .curso .img {
    height: auto;
    position: static;
    background: none;
    width: 100%;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008WU {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008VC {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008VZ {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008WK {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008WV {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA0008YM {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA00090I {
    background: none;
  }
  .formacion .home .curso .img.especialidad_kINPBA00090A {
    background: none;
  }

  /* .formacion .home .curso .img .estado{position:static;height:auto;padding-top:27px;padding-bottom:23px;width:100%;margin-top:0} */
  /* .formacion .home .curso .img .estado .status{margin-top:0;line-height:20px;margin-bottom:0;padding-top:0} */
  /* .formacion .home .curso .content .info{display:block;width: 240px;margin: auto;} */
  /* .formacion .home .curso .content .btn-04{display:block;margin: auto;margin-top: 40px;float:none} */

  .info-formacion {
    display: block;
  }
  .info-formacion .info-curso-content {
    text-align: left;
  }
  .info-formacion .info-curso-content-img-foto-curso {
    display: block;
    width: 100%;
  }
  .info-formacion .info {
    width: auto;
    order: 2;
  }
  .info-formacion .ficha {
    width: auto;
    order: 1;
  }
  .info-formacion .row {
    display: flex;
    flex-direction: column;
  }
  .info-formacion .ficha {
    margin: 0;
    width: auto;
  }
  .info-formacion .ficha-tecnica {
    margin: 0;
    width: auto;
  }
  .info-formacion .fechas {
    margin: 0;
    width: auto;
  }
  .info-formacion .info-curso {
    text-align: center;
  }
  .info-formacion .info-curso .content .descripcion .texto {
    margin: 0;
    text-align: left;
  }
  .info-formacion .info-curso .progreso .titulo {
    text-align: left;
  }
  .info-formacion .info-curso .progreso .barra-gris {
    width: 75%;
    margin-right: 8px;
  }
  .revista-b-curso .accesos-usuario {
    margin-left: 0;
    text-align: center;
  }
  .revista-b-curso .accesos-usuario .btn-02.login {
    width: auto;
    float: none;
  }
  .formacion.box {
    padding-left: 0;
    padding-right: 0;
  }

  .formacion .ayuda-acceso .input-01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .formacion .cajas-ayuda .caja {
    margin-bottom: 8px;
  }

  .formacion.modulos .diploma .info-diploma {
    text-align: left;
  }
  .formacion.modulos .diploma .info-diploma div {
    display: block;
    margin-bottom: 25px;
  }
  .formacion.modulos .diploma .info-diploma .horas::before {
    margin-left: 0;
  }
  .formacion.modulos .diploma .info-diploma .aprobado::before {
    margin-left: 0;
  }

  .formacion .cuestionario {
    padding: 0 8px;
  }
  .formacion .cuestionario .ficha {
    float: none;
    width: auto;
  }
  .formacion .cuestionario .acceso-cuestionario {
    float: none;
    width: auto;
  }
  .formacion .cuestionario .acceso-cuestionario p {
    margin: 130px 18px;
  }
  .revista-b-curso .descargar-preguntas {
    display: none;
  }

  .formacion .cuestionario .paginador-examen div {
    display: none;
  }
  .formacion .cuestionario .paginador-examen div.mobile {
    display: none;
  }
  .formacion .cuestionario .paginador-examen div.activo {
    display: inline-block;
  }
  .formacion .cuestionario .paginador-examen div.visibleM {
    display: inline-block;
  }
  .formacion .cuestionario .paginador-examen div.mobile.prev {
    margin-left: 0;
    display: inline-block;
    background: url(/images/template/flecha_an_iz_007398.png) white;
    background-size: cover;
    width: 9px;
    height: 16px;
  }
  .formacion .cuestionario .paginador-examen div.mobile.next {
    display: inline-block;
    background: url(/images/template/flecha_an_de_007398.png) white;
    background-size: cover;
    width: 9px;
    height: 16px;
  }
  .formacion .cuestionario .btn-01 {
    padding-left: 0;
    padding-right: 0;
    width: 219px;
    text-align: center;
    color: white;
    background: #00738a;
    border-color: #00738a;
  }
  .formacion .cuestionario .btn-01:nth-child(2) {
    margin-top: 0;
  }
  .formacion .cuestionario .guardado {
    left: 0;
    right: 0;
    margin: auto;
    width: 144px;
  }

  .formacion .tabla {
    display: block;
  }
  .formacion .tabla .row {
    display: block;
    border-bottom: 4px solid #e8e8e8;
    padding-bottom: 15px;
  }
  .formacion .tabla .row.titulares {
    display: block;
    border: none;
    padding-bottom: 0;
  }
  .formacion .tabla .cell {
    display: block;
    border: none;
    text-align: left;
  }
  .formacion .tabla .cell .mobile {
    display: inline-block;
    color: #007398;
  }
  .info-formacion .info-curso .content .descripcion .texto {
    width: auto;
  }
}

@media screen and (min-width: 280px) and (max-width: 478px) {
  .formacion .cuestionario .guardado {
    bottom: 265px;
  }
}
