/*+clearfix {*/
nav #MenuPpal:after, nav #MenuPpal ul li:after, nav #MenuPpal ul li ul:after, #CapaRRSSMenu:after, #CategoriasLI:after, #ContPrecio:after, footer nav span:after, #ProdRelacionados:after, #bContenidosWeb main #ContContenido:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
nav #MenuPpal, nav #MenuPpal ul li, nav #MenuPpal ul li ul, #CapaRRSSMenu, #CategoriasLI, #ContPrecio, footer nav span, #ProdRelacionados, #bContenidosWeb main #ContContenido {
  display: block;
  *height: 1px;
}
/*+}*/
:root {
  --azul: #0d0b43;
  --rojo: #8b0e13;
  --grisoscuro: #212121;
  --grisclaro: #626262;
  --c_premium:#FABA00;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background: #FFF;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 125%;
  font-style: normal;
  /*overflow-x: hidden;*/
  height: 100%;
  min-height: 400px;
  color: #444;
  max-width: 2000px;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-weight: 300;
}
figure {
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
h1 {
  color: #333;
  font-size: 2.25rem;
}
button {
  cursor: pointer;
}
button[type=submit]:disabled {
  cursor: default;
}
.botonera button, .btn {
  border: none;
  background-color:var(--azul);
  color: #FFF;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 1rem;
  font-family: inherit;
  font-weight: 400;
}
.msg {
  border-radius: 2px;
  border: 1px solid #12A112;
  padding: 5px 7px 5px 10px;
  text-transform: uppercase;
  color: #12A112;
  background-color: #E1FBDC;
  display: none;
  text-align: center !important;
  /*font: 300 14px / 1.3em 'Roboto', sans-serif;*/
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.msg.ver {
  display: block;
}
.msg a {
  text-decoration: underline;
}
.msg.error {
  color: #C00;
  border-color: #C00;
  background-color: #FFCFCF;
}
.msg.info {
  color: #000;
  border-color: #AAA;
  background-color: transparent;
}
p {
  display: block;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
#cargando {
  display: none;
  position: fixed;
  z-index: 1000000000;
  margin: 30px auto;
  width: 100%;
  max-width: 1180px;
  text-align: center;
  top: 0;
  right: 0;
}
#cargando .pelota {
  border: 6px solid;
  border-color:#fff var(--rojo);
  border-radius: 50%;
  box-shadow:0 0 23px var(--rojo);
  width: 40px;
  height: 40px;
  margin: 0 30px 0 auto;
  z-index: -1;
  animation: loop 1.5s infinite linear;
  /*background: rgba(188, 9, 38, 0.663);*/
  background: rgba(0, 0, 0, 0.2);
  /*background:var(--c1);*/
}
#cargando p {
  position: relative;
  top: calc(-0.675rem + -30px);
  font-size: 0.675rem;
  font-weight: 400;
  color: #FFF;
}
@keyframes loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cont_max, header, main {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  font-size: 0.95rem;
  /*overflow: hidden;*/
}
.ilightbox {
  cursor: pointer;
}
.videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#logo {
  background: url(../imgs/beardburys.gif) 0px -15px / 100% no-repeat;
  text-indent: -1000000px !important;
  width: 200px;
  height: 140px;
  float: left;
  display: block;
  margin: 0 0 15px 10px;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#CapaBuscadorRRSS form.buscador {
  display: none;
}
#CapaBuscadorRRSS {
  margin: 91px 10px 0 0;
  float: right;
  width: 86px;
}
/*[clearfix]*/
nav #MenuPpal {
  display: none;
  position: absolute;
  padding: 70px 10px 10px;
  margin: 0;
  width: 300px;
  top: 0;
  left: 0;
  background: url(../imgs/beardburys_blanco.svg) 10px 10px / 130px no-repeat;
  background-color:var(--azul);
  z-index: 999;
}
/*[clearfix]*/
nav #MenuPpal ul li {
  text-transform: uppercase;
  color: #FFF;
  padding: 12px 0 12px 5px;
  border-bottom:1px solid var(--grisclaro);
}
#MenuPpal .cerrar {
  color: #FFF;
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  z-index: 9999;
}
nav #MenuPpal ul li:last-of-type {
  border-bottom: none;
}
nav #MenuPpal ul li li {
  text-transform: none;
  border-bottom: none;
  padding: 10px 5px;
  float: left;
  text-align: center;
  font-size: 0.90rem;
}
nav #MenuPpal ul li .bgBtn {
  display: none;
}
/*[clearfix]*/
nav #MenuPpal ul li ul {
  padding-bottom: 15px;
}
nav #MenuPpal ul li li img {
  width: 100%;
}
nav #MenuPpal ul li li strong {
  height: 2rem;
  /*max-width: 110px;*/
  display: block;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}
nav #MenuPpal .adicionales {
  display: none;
}
.eFacebook {
  display: block;
  background: url(../imgs/facebook.svg) top left / contain no-repeat;
  height: 18px;
  width: 20px;
  float: left;
  margin: 0px 5px 0;
  text-indent: -9999px;
}
.eInstagram {
  display: block;
  background: url(../imgs/instagram.svg) top left / contain no-repeat;
  height: 18px;
  width: 20px;
  float: left;
  margin: 0px 15px 0 0;
  text-indent: -9999px;
}
#CapaIdiomas strong {
  display: none;
}
#CapaIdiomas span {
  background: #FFF;
}
#CapaIdiomas span a {
  display: none;
  text-transform: uppercase;
}
#CapaIdiomas span a.idiomaSel {
  display: block;
}
#CapaIdiomas {
  float: left;
  margin: 1px 0 0;
  font-size: 0.95rem;
}
#CapaIdiomas span.Seleccionando {
  display: block;
  z-index: 999;
  position: absolute;
  top: 14px;
  right: 41px;
  border:1px solid var(--grisclaro);
}
#CapaIdiomas span.Seleccionando a {
  display: block;
  padding: 8px;
}
#ContCarrito {
  clear: both;
  background:var(--rojo);
  color: #FFF;
  padding: 12px 10px;
  font-size: 0.9rem;
}
#ContCarrito a {
  width: 100px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
#ContCarrito a:first-child {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100px;
  width: auto;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 500px) {
  #ContCarrito a:first-child {
    max-width: 200px;
  }
}
a.btnCarrito {
  float: right;
  text-align: right;
  background: url(../imgs/carrito.svg) 0 0 / 17px no-repeat;
  padding: 0 0 0 14px;
  text-transform: uppercase;
}
#ContCarrito a span.suf_usuarios {
  display: none;
}
.oculto {
  display: none;
}
/*Menú hamburguesa*/
#botonMenu {
  width: 27px;
  height: 20px;
  cursor: pointer;
  border:4px solid var(--azul);
  border-width: 4px 0;
  display: inline-block;
  clear: none;
}
#botonMenu::before {
  display: block;
  height: 4px;
  content: ' ';
  margin-top: 4px;
  background:var(--azul);
}
#menu {
  display: block;
  margin: 90px 10px 0 0;
  float: right;
}
#CapaRRSSMenu .buscador {
  float: left;
}
/*[clearfix]*/
#CapaRRSSMenu {
  margin: 15px 0 0;
}
#CapaRRSSMenu .eFacebook, #CapaRRSSMenu .eInstagram {
  margin: 2px 6px 0 5px;
}
#CapaRRSSMenu .buscador input {
  background:var(--azul);
  border:1px solid var(--grisclaro);
  padding: 3px;
  font-size: 0.8rem;
  width: 130px;
  color: #FFF;
}
#CapaRRSSMenu .buscador img {
  float: left;
  margin: 3px 13px 0 11px;
}
#TextoIntro {
  margin: 15px auto 25px;
  padding: 0 15px;
  text-align: center;
  font-size: 1.1em;
  max-width: 800px;
}
#TextoIntro h2 {
  font: 2.5rem / 1.6em 'Libre Baskerville', serif;
  color:var(--grisoscuro );
  text-align: center;
}
#TextoIntro h3 {
  font: 1.1rem / 1.4em 'Libre Baskerville', serif;
  margin: 0 0 10px 0;
  color:var(--grisoscuro );
  text-align: center;
}
#CategoriasLI li img {
  width: 100%;
}
#CategoriasLI li a {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 99%;
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(27%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/*#CategoriasLI li a h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  font: 125% / 2.8em 'Libre Baskerville', serif;
  height: 78px;
  background: url(../imgs/bg_esq_floral.svg) 3% 50% / 15% no-repeat, url(../imgs/bg_esq_floral_d.svg) 97% 50% / 15% no-repeat, url(../imgs/bg_floral.svg) 50% 75% / 25% no-repeat;
}*/
#CategoriasLI li a h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  font: 125% / 1.2em 'Libre Baskerville', serif;
  padding: 35px 0 10px 0;
  background: url(../imgs/bg_esq_floral.svg) 3% 90% / 15% no-repeat, url(../imgs/bg_esq_floral_d.svg) 97% 90% / 15% no-repeat;
}
#CategoriasLI li a:hover h4 {
  background: url(../imgs/bg_esq_floral.svg) 3% 97% / 15% no-repeat, url(../imgs/bg_esq_floral_d.svg) 97% 97% / 15% no-repeat, url(../imgs/bg_esq_floral_t.svg) 3% 4% / 15% no-repeat, url(../imgs/bg_esq_floral_td.svg) 97% 4% / 15% no-repeat, url(../imgs/bg_floral.svg) 50% 60% / 25% no-repeat;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.740);
  height: 101%;
}
/*[clearfix]*/
#CategoriasLI {
  text-align: center;
  margin-bottom: 60px;
}
#CategoriasLI li {
  margin: 10px 10px 40px 10px;
  position: relative;
  max-width: 300px;
  display: inline-block;
  text-align: center;
  padding: 0;
  position: relative;
}
#CategoriasLI li::after {
  content: "";
  display: block;
  background: url(/imgs/bg_floral_gris.svg) 50% 100% / auto 10px no-repeat transparent;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
#bProducto #CategoriasLI li {
  width: 13%;
  margin: 5px;
  min-width: 100px;
}
#ContBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#ContBanner img {
  width: 300%;
  margin: 0 0 0 -100%;
  display: block;
}
#ContBanner .envio_gratuito {
  background-color:var(--azul);
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  padding: 10px 10px 10px;
}
#ContBanner .envio_gratuito a {
  font-size: 0.7rem;
  margin-left: 10px;
  text-decoration: underline;
  color: #AAA;
}
#bProducto #CategoriasLI li a h4 {
  font-size: 0.7em;
  /*line-height: 10.6em;*/
  line-height: 1.1rem;
  height: 3rem;
  background: url(../imgs/bg_esq_floral.svg) 3% 94% / 15% no-repeat, url(../imgs/bg_esq_floral_d.svg) 97% 94% / 15% no-repeat, url(../imgs/bg_floral.svg) 50% 90% / 25% no-repeat;
}
#bProducto #CategoriasLI li a:hover h4 {
  background: url(../imgs/bg_esq_floral.svg) 3% 97% / 15% no-repeat, url(../imgs/bg_esq_floral_d.svg) 97% 97% / 15% no-repeat, url(../imgs/bg_esq_floral_t.svg) 3% 4% / 15% no-repeat, url(../imgs/bg_esq_floral_td.svg) 97% 4% / 15% no-repeat, url(../imgs/bg_floral.svg) 50% 60% / 25% no-repeat;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.740);
  height: 101%;
}
#bProducto #CategoriasLI li#LIDummy {
  display: none;
}
#CatProductos {
  border-top:1px solid var(--grisoscuro);
  clear: both;
  margin: 0 0 30px 0;
}
#CatProductos strong {
  display: block;
  font: 1.5rem / 1.5rem 'Libre Baskerville', serif;
  text-align: center;
  margin: 15px 0 0;
}
#bProducto #FichaProducto h1 {
  font: 2.5rem / 3.2rem 'Libre Baskerville', serif;
}
#bProducto #FichaProducto h2 {
  /*font: 1.2rem / 1.5rem 'Libre Baskerville', serif;*/
  /*margin: 10px 0;*/
  /*opacity: 0.8;*/
  font-size: inherit;
}
#bProducto #infoAdicional {
  cursor: pointer;
  color:var(--azul);
  font-weight: 500;
  border: none;
  display: block;
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  background: url(/imgs/desplegar.svg) 100% 50% / 12px no-repeat;
}
/*[clearfix]*/
#ContPrecio {
  margin: 30px 0 20px;
}
#Compartir {
  margin-bottom: 40px;
}
#ContPrecio small {
  margin: 5px 5px 0 10px;
  color:var(--grisclaro);
  float: left;
  opacity: 0.8;
}
#ContPrecio strong {
  float: left;
  font: 400 1.3rem / 1.3rem 'Libre Baskerville', serif;
}
.btnComprar {
  background: url(../imgs/carrito.svg) 15px 12px / 17px no-repeat;
  background-color:var(--rojo);
  float: left;
  font: 300 1rem 'Roboto', sans-serif;
  padding: 10px 15px 10px 43px;
  text-transform: uppercase;
  margin: 6px 10px 0 0;
  color: #FFF;
  cursor: pointer;
}
.btnFavorito {
  background: url(/imgs/fav_off.svg) 15px 12px / 17px no-repeat;
  border:1px solid var(--rojo);
  float: left;
  font: 300 1rem 'Roboto', sans-serif;
  padding: 19px 25px;
  text-transform: uppercase;
  margin: 6px 0 0;
  color: red;
  cursor: pointer;
}
.btnFavorito.on {
  background: url(/imgs/fav_on.svg) 15px 12px / 17px no-repeat;
}
#ContPrecio .Precio {
  color:var(--rojo);
  display: block;
  font-size: 2.3rem;
  line-height: 2.2rem;
  float: left;
  clear: left;
  font-weight: 400;
  width: 165px;
  margin: 10px 0 15px;
}
#Migas {
  font-size: 0.75rem;
  line-height: 1.1rem;
  color:var(--grisclaro);
  background: #F1F1F1;
  padding: 10px 20px;
  opacity: 0.6;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
#ImgProducto, #TextProducto {
  width: 96%;
  margin: 0 auto;
}
#TextProducto select {
  padding: 5px 10px;
}
#TextProducto p {
  text-align: justify;
}
#ImgProducto > img {
  width: 100%;
}
#FichaProducto {
  padding: 30px 0 0;
}
#ContVidBar {
  padding: 10px 10px 30px 10px;
}
#ContVidBar h3 {
  font: 1.2rem / 1.7em 'Libre Baskerville', serif;
}
#ContVidBar iframe, #ContVidBar img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
#ContVidBar iframe {
  height: 52.1vw;
}
#w-formadores article {
  text-align: left;
  display: inline-block;
  max-width: 250px;
  margin: 0 0 20px 0;
  vertical-align: top;
}
#w-formadores strong {
  font: 1.4rem / 1.7em 'Libre Baskerville', serif;
  margin: 0 0 10px 0;
  display: block;
}
#w-formadores article h3 {
  color:var(--grisoscuro);
  font: 0.875rem / 1.6em 'Libre Baskerville', serif;
  display: inline-block;
  padding-right: 40px;
  background: url(/imgs/bg_floralr_gris.svg) 100% 100% / 30px auto no-repeat;
  white-space: nowrap;
}
#w-formadores {
  text-align: center;
  padding: 30px 20px;
  clear: both;
  background: #FAFAFC;
}
#w-formadores h2 {
  font: 2rem / 1.6em 'Libre Baskerville', serif;
  color: #000;
  margin-bottom: 15px;
}
#w-formadores .contenido_html {
  margin-bottom: 30px;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 30px;
}
#ImgInstagram {
  text-align: center;
  padding: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#ImgInstagram strong {
  display: block;
  width: 100%;
  font: 1.2rem / 1.2em sans-serif;
  margin: 0 0 5px 0;
  color:var(--grisoscuro);
}
#ImgInstagram p {
  margin-top: 15px;
  width: 100%;
}
#ImgInstagram a {
  display: block;
  width: 48%;
  /*max-width: 160px;*/
  margin: 2px;
  overflow: hidden;
}
#ImgInstagram img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  #ImgInstagram a {
    width: 32%;
    max-width: none;
  }
}
footer {
  background-color:var(--grisoscuro);
  color: #FFF;
  clear: both;
}
footer div.cont_max {
  padding: 20px 10px 170px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.6em;
  background: url(../imgs/carobels.svg) 50% 96% / 120px no-repeat;
}
footer #Tfno {
  font: 1.4rem / 1.7em 'Libre Baskerville', serif;
}
footer #DatosContacto a {
  display: block;
}
footer #DatosContacto {
  padding: 0 0 20px 0;
}
footer nav a {
  color: #919394;
  margin: 0 10px;
  white-space: nowrap;
}
/*[clearfix]*/
footer nav span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 5px 0;
}
footer nav {
  color: #919394;
}
footer .eFacebook {
  display: inline-block;
  float: none;
  background: url(../imgs/facebook.svg) top left / contain no-repeat;
  height: 18px;
  width: 20px;
  margin: 0px 10px 0 10px;
  text-indent: -9999px;
}
footer .eInstagram {
  display: inline-block;
  float: none;
  background: url(../imgs/instagram.svg) top left / contain no-repeat;
  height: 18px;
  width: 20px;
  margin: 0px 10px 0 10px;
  text-indent: -9999px;
}
footer .pago_seguro {
  background: url(../imgs/logos_visa_mastercard_paypal_negro.svg) 0 0 / 200px 22px no-repeat;
  display: block;
  height: 22px;
  width: 200px;
  text-indent: -9999px;
  margin: 15px auto 0;
}
#ProdRelacionados article {
  float: left;
  margin: 5px;
  text-align: center;
  width: 30%;
  max-width: 160px;
}
#ProdRelacionados article img {
  width: 100%;
}
/*[clearfix]*/
#ProdRelacionados {
  margin: 20px 0 40px;
}
#ProdRelacionados strong {
  text-transform: uppercase;
  display: block;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
#ProdRelacionados article h3 {
  font-size: 0.9rem;
  line-height: 1.4em;
}
#ProdRelacionados article span {
  color:var(--rojo);
  font-weight: 500;
  line-height: 2em;
  white-space: nowrap;
}
.bannerprueba {
  width: 100%;
  max-width: 2000px;
}
@keyframes menuIn {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
@media only screen and (max-width: 359px) {
  .eInstagram, .eFacebook {
    display: none;
  }
  #CapaBuscadorRRSS {
    width: 20px;
  }
}
/*Barberos*/
#bBarberos h1 {
  margin: 20px 0;
}
#bBarberos main {
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
#bBarberos article {
  margin-bottom: 20px;
  font-size: 1.1em;
}
#bBarberos article img {
  max-width: 100%;
}
/*Barbero*/
#bBarbero h1 {
  margin: 20px 0;
}
#bBarbero main {
  padding: 0 15px;
  text-align: center;
}
#bBarbero article {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
#bBarbero article p {
  margin: 10px 0 20px;
}
#bBarbero article img {
  width: 100%;
  margin-bottom: 20px;
}
/*Categoria*/
#bFamilia h1 {
  margin: 20px 10px;
  text-align: center;
}
#bFamilia .contenido_html {
  margin: 0px auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 800px;
}
/*LISTADO CURSOS*/
.listado_cursos {
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.listado_cursos article {
  flex: 0 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 1.1em;
  background: url(/imgs/bg_floral_gris.svg) 50% 100% / 40px no-repeat;
}
.listado_cursos article figure {
  position: relative;
  margin-bottom: 5px;
}
.listado_cursos article figure:after {
  content: "";
  background: url(/imgs/play.svg) 50% / 40px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listado_cursos article img {
  width: 100%;
  height: auto;
}
.listado_cursos article p {
  margin: 0 0 20px 0;
  font-size: 0.875rem;
  position: relative;
}
.listado_cursos .info {
  font-size: 0.7rem;
}
.listado_cursos .info > * {
  margin-bottom: 5px;
}
.listado_cursos .info .duracion span {
  display: inline-block;
  background: url(/imgs/clock.svg) 0 0 / auto 100% no-repeat;
  padding-left: 20px;
  margin: 5px 10px 5px 0;
}
.listado_cursos .info .participantes span {
  background: url(/imgs/gente.svg) 0 0 / auto 100% no-repeat;
  padding-left: 20px;
}
.listado_cursos .info .estrellas {
  margin-top: 5px;
  display: block;
}
/*Buscador*/
#bBuscador h1 {
  margin: 20px 10px;
}
#bBuscador .listado {
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
#bBuscador article {
  flex: 0 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
#bBuscador article img {
  width: 100%;
}
#bBuscador article p {
  margin: 0 0 5px 0;
}
#bBuscador .precio {
  font: 400 1rem 'Libre Baskerville', serif;
  color:var(--rojo);
}
#bBuscador .mensaje {
  width: 90%;
  margin: 40px auto;
}
/*Registro*/
#bRegistro #contenido {
  margin-top: 40px;
}
#bRegistro #acceso {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
#bRegistro #contenido fieldset {
  border: none;
}
#bRegistro #contenido h3 {
  margin-bottom: 20px;
  font: 1.5rem 'Libre Baskerville', serif;
}
#bRegistro #contenido label {
  display: block;
}
#bRegistro #contenido input, #bRegistro #contenido select {
  display: block;
  width: 300px;
  margin-bottom: 20px;
}
#bRegistro #contenido input[type=checkbox] {
  display: initial;
  margin-bottom: 0;
  width: auto;
}
#bRegistro #contenido #datosProfesional {
  display: none;
}
#bRegistro #contenido .olvido {
  margin-top: -17px;
  display: block;
}
#bRegistro #contenido .requeridos {
  margin: 10px 0 20px;
  display: block;
}
#bRegistro #contenido [for=password1] input {
  display: inline-block;
  width: 200px;
}
#bRegistro #contenido [for=password1] button {
  display: inline-block;
  background:var(--azul);
  border: none;
  color: #FFF;
  padding: 5px 15px;
  font-size: 80%;
  margin-left: 20px;
}
#bRegistro #contenido [for=password2] input {
  width: 200px;
}
#bRegistro #contenido a {
  text-decoration: underline;
}
#bRegistro #contenido .oculto {
  display: none;
}
/*botonera*/
#botonera {
  margin-top: 20px;
}
#botonera button {
  background:var(--azul);
  border: none;
  color: #FFF;
  padding: 8px 25px;
}
#apagon div {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#apagon p {
  z-index: 1001;
  margin: 0 auto;
  position: fixed;
  top: 25%;
  left: 50%;
  margin: 10px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 0.9em;
  transform: translate(-50%);
}
#apagon img {
  display: block;
  margin: 10px auto 0;
}
/*Proceso pago: fin*/
#bFinalizarPedido #contenido h3 {
  margin-bottom: 20px;
  font: 1.5rem 'Libre Baskerville', serif;
}
/*Contenidos Web*/
#bContenidosWeb h1 {
  margin: 0px 0 20px;
}
/*[clearfix]*/
#bContenidosWeb main #ContContenido {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.contenido_html img {
  max-width: 100%;
  height: auto !important;
}
/* Recuperar contraseña*/
#bRecuperarUsuario main article {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
#bRecuperarPassCambio main article {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
#bRecuperarPassCambio h2 {
  margin: 0 0 20px;
}
#bRecuperarPassCambio label {
  display: block;
  margin-bottom: 20px;
}
#bRecuperarPassCambio input {
  display: block;
}
.mensaje {
  background-color: #DAFFD3;
  border: 1px solid #24ED00;
  padding: 10px;
  text-align: center;
  margin: 20px 0;
}
.mensaje.error {
  background-color: #FFAFAF;
  border: 1px solid #FF1E1E;
}
/* Activar usuario*/
#bActivacionUsuario main h2 {
  margin-bottom: 30px;
}
#bActivacionUsuario main article {
  padding: 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
#bAltaUsuario .alta {
  margin: 50px 0 100px;
  padding: 0px 20px;
}
#bAltaUsuario .alta h1 {
  margin-bottom: 20px;
}
/*Contacto*/
#mContacto {
  padding: 20px;
}
#mContacto h1 {
  margin-bottom: 50px;
}
#mContacto input:not([type=checkbox]), #mContacto textarea, #mContacto select {
  display: block;
  margin: 5px 0 20px;
  padding: 8px 5px 6px 10px;
  width: 100%;
  font-size: 0.9rem;
  box-sizing: border-box;
}
#mContacto input[type=checkbox] {
  margin-right: 5px;
}
#mContacto option {
  padding: 8px 5px 6px 10px;
}
#mContacto textarea {
  height: 8rem;
}
#mContacto .btn {
  margin: 20px 0 40px;
}
#mContacto address {
  line-height: 1.5rem;
  font-style: normal;
}
#mContacto .msg {
  margin: 20px 0;
  width: 90%;
}
#mContacto iframe {
  width: 100%;
  max-width: 1180px;
  margin-bottom: 40px;
}
#mContacto ul {
  list-style-type: initial;
  padding-left: 20px;
  margin-bottom: 40px;
}
#mContacto li {
  margin-bottom: 20px;
}
#mContacto form {
  margin-bottom: 40px;
}
#mContacto .acepto_terminos a {
  text-decoration: underline;
}
#mContacto button {
  background:var(--azul);
  border: none;
  color: #FFF;
  padding: 8px 25px;
}
/*producto caracteristicas*/
#bProducto #caracteristicas {
  line-height: 1.4;
  display: none;
  margin-bottom: 40px;
}
#bProducto #caracteristicas h3 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#bProducto #caracteristicas dd {
  margin: 0 0 20px 20px;
}
#bProducto #caracteristicas ul {
  list-style-type: disc;
  margin: 0;
}
#bProducto #caracteristicas li {
  margin: 0 0 0 15px;
}
#bProducto #caracteristicas ul ul li {
  margin: 0 0px 0 40px;
}
#bProducto .documentos a {
  text-decoration: underline;
}
#bProducto #caracteristicas .videoEmbed {
  margin-bottom: 30px;
}
#bProducto a.video {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  max-width: 400px;
}
#bProducto a.video img {
  width: 100%;
}
/*Mapa*/
#mMapaWeb {
  padding: 20px;
}
#mMapaWeb ul {
  padding: 0 0 0px 20px;
  list-style-type: initial;
}
#mMapaWeb ul ul {
  padding-left: 40px;
  list-style-type: circle;
}
#mMapaWeb li {
  margin: 10px;
}
/*Area de usuario*/
#bAreaUsuario #contenido {
  padding: 0 10px;
}
#bAreaUsuario #contenido h1 {
  margin: 20px 0;
}
#bAreaUsuario #contenido section {
  text-align: center;
  margin: 60px 0 80px;
}
#bAreaUsuario #contenido section a {
  display: block;
  margin: 20px auto;
  border:1px solid var(--azul);
  padding: 20px 50px;
  text-align: center;
  width: 200px;
}
/*Mis favoritos*/
#bFavoritos #contenido {
  padding: 0 10px;
}
#bFavoritos #contenido h1 {
  margin: 20px 0;
}
#bFavoritos .listado {
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
#bFavoritos article {
  flex: 0 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
#bFavoritos article img {
  width: 100%;
  height: auto;
}
#bFavoritos article p {
  margin: 0 0 5px 0;
}
#bFavoritos .precio {
  font: 400 1rem 'Libre Baskerville', serif;
  color:var(--rojo);
}
/*Mis datos*/
#bDatosUsuario #contenido {
  padding: 0 10px;
  max-width: 600px;
  margin: 0 auto;
}
#bDatosUsuario #contenido h1 {
  margin: 20px 0;
}
#bDatosUsuario form h2 {
  padding: 0 20px 20px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
}
#bDatosUsuario fieldset {
  border: none;
  border-bottom: 1px solid;
  padding: 0 0 20px 0;
  margin: 30px 0;
}
#bDatosUsuario input, #bDatosUsuario select {
  padding: 8px;
  margin: 2px 0 10px;
  font-size: 0.9rem;
  width: 100%;
  box-sizing: border-box;
}
#bDatosUsuario label {
  font-size: 0.875rem;
}
#bDatosUsuario fieldset p {
  margin: 0;
}
#passwordNueva + button {
  display: none;
}
/*GALERIA*/
#bProducto .galeria {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
#bProducto .galeria a {
  width: calc(100% / 3 - 10px);
  margin: 0 10px 10px 0;
  display: inline-block;
}
#bProducto .galeria img {
  width: 100%;
  display: block;
  border: 1px solid #CCC;
}
@media screen and (min-width: 500px) {
  /*GALERIA*/
  #bProducto .galeria {
    padding-left: 10px;
    margin-right: -10px;
  }
  #bProducto .galeria a {
    width: calc(100% / 4 - 10px);
  }
}
/*POPUP SUSCRIPCION*/
/*NEWSLETTER*/
#newsletter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#newsletter.no {
  display: none;
}
#newsletter.ver {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#newsletter .cont_int {
  width: 700px;
  max-width: 90%;
  box-sizing: border-box;
  background: #FFF;
  padding: 40px 30px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  color: #000;
}
#newsletter .cerrar {
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}
#newsletter header {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}
#newsletter p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto 20px;
}
#newsletter form {
  margin-bottom: 15px;
  /*overflow: hidden;*/
  text-align: left;
  line-height: 1;
  max-width: 550px;
  margin: 0 auto;
}
#newsletter input[type=email] {
  width: 100%;
  line-height: 1.3;
  font-weight: 300;
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 1.2rem;
  text-align: center;
}
#newsletter .contacto {
  text-align: center;
  text-align-last: center;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 1.2rem;
  width: 100%;
}
#newsletter .contacto option {
  font-weight: 300;
}
#newsletter input[type=checkbox] {
  width: auto;
  margin: 0 5px 0 0;
}
#newsletter input[type=checkbox] + label {
  font-size: 80%;
  font-size: 60%;
  display: inline;
}
#newsletter .check a {
  text-decoration: underline;
}
#newsletter button {
  background: #777;
  width: 200px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 0;
  padding: 14px 27px 13px;
  box-sizing: border-box;
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #FFF;
  font-weight: 400;
  display: block;
  margin: 20px auto 0;
  opacity: 0.3;
  pointer-events: none;
}
#newsletter input[type=checkbox]:checked ~ button {
  opacity: 1;
  pointer-events: auto;
}
#newsletter small {
  color: #666;
  font-size: 80%;
  font-weight: 300;
}
#newsletter small a {
  text-decoration: underline;
  white-space: nowrap;
}
#newsletter small.no_recuerdo {
  /*display: block;*/
  position: absolute;
  right: 10px;
  bottom: 10px;
  /*margin-top: 10px;*/
  font-size: 60%;
  cursor: pointer;
  text-decoration: underline;
}
#newsletter_gracias {
  display: none;
}
#newsletter_gracias p {
  font-size: 0.9rem;
  line-height: 1.5;
}
#newsletter.suscrito form, #newsletter.suscrito small, #newsletter.suscrito .info {
  display: none;
}
#newsletter.suscrito #newsletter_gracias {
  display: block;
}
#newsletter .CajaInformacion {
  background: #EAFFD5 repeat 0 0;
  border: 1px solid #66CC00;
  color: #000000;
  margin-top: 5px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 2em;
  padding: 10px;
  text-align: center;
  margin-right: 0 !important;
}
/*MODAL*/
body.modal_ver {
  overflow: hidden;
  padding-right: 17px;
}
body.modal_ver #modal {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
body.modal_ver #modal .cont_contenido {
  transform: scale(1);
  transition: all 0.3s linear;
}
body.modal_ver .cont_body {
  filter: blur(1px);
}
/*MODALES*/
.modal.ver {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal {
  position: fixed;
  background: none;
  z-index: -1;
  transform: scale(0);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  text-align: center;
  transition: background 0.3s linear;
}
.modal .cont_contenido {
  position: relative;
  transform: scaleX(0);
  /*transition: all 0.3s ease-out;*/
  transform-origin: top center;
  top: 5px;
  width: 600px;
  max-width: calc(100% - 10px);
  border-radius: 10px;
  font-size: 0.875rem;
  background: #FFF;
  padding: 20px 15px;
  color: #000;
  text-align: left;
  display: inline-block;
}
.modal.ver .cont_contenido {
  transform: scale(1);
  transition: all 0.3s linear;
}
.modal .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  line-height: 0.5;
  color:var(--c5);
  z-index: 999999;
}
body.body_modal .cont_body {
  /*filter: blur(1px);*/
}
body.body_modal {
  overflow: hidden;
  padding-right: 17px;
}
.modal h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color:var(--c2);
  font-family: 'Libre Baskerville', serif;
}
/*MODAL REGISTRO*/
.acceso_registro {
  padding: 20px 0px 0px;
  font-size: 0.875rem;
  color:var(--c5);
}
.acceso_registro a {
  /*text-decoration: underline;*/
  color:var(--rojo);
  cursor: pointer;
}
.acceso_registro .olvido {
  color:var(--c2);
  cursor: pointer;
}
.acceso_registro h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color:var(--rojo);
}
.acceso_registro label {
  margin-bottom: 20px;
  display: block;
  color:var(--azul);
}
.acceso_registro input, .acceso_registro select {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.1rem;
  margin-top: 2px;
}
.acceso_registro input + small {
  text-align: right;
  display: block;
  margin-top: 5px;
}
.acceso_registro .botonera {
  text-align: center;
  margin: 40px 0 30px;
}
.acceso_registro .btn {
  font-size: 1.2rem;
  min-width: 200px;
}
.acceso_registro .codigo {
  display: none;
}
.acceso_registro .codigo.ver {
  display: block;
  border:5px solid var(--rojo);
  padding: 20px 20px 15px;
  border-radius: 10px;
}
.acceso_registro .codigo small {
  display: block;
  margin-top: 5px;
}
.acceso_registro .codigo .reenviar {
  text-align: right;
  margin-top: 10px;
}
.acceso_registro .codigo .reenviar .btn {
  font-size: 80%;
  padding: 3px 20px;
  width: auto;
}
.acceso_registro .yatienes {
  text-align: center;
}
.acceso_registro .yatienes a {
  font-weight: bolder;
  letter-spacing: 0.5px;
}
.acceso_registro .acepto_terminos {
  font-size: 80%;
  text-align: center;
}
.acceso_registro #cambio_password .passwords {
  display: none;
}
/*home presencial*/
#bIndex .presencial {
  max-width: 1500px;
  padding: 0 20px;
  margin: 60px auto;
}
#bIndex .presencial h2 {
  font: 2rem / 1.3 'Libre Baskerville', serif;
  color: #000;
  margin-bottom: 15px;
}
#bIndex .presencial .contenido_html {
  margin-bottom: 30px;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 30px;
}
#bIndex .presencial #mapa {
  width: 100%;
  height: 400px;
}
#bIndex .presencial article {
  border:1px solid var(--azul);
  margin-bottom: 10px;
}
#bIndex .presencial header {
  background:var(--azul);
  text-align: center;
  color: #FFF;
  padding: 5px 0;
  margin-bottom: 5px;
}
#bIndex .presencial h3 {
  font-size: 1.2rem;
  padding: 0 10px;
  margin: 10px 0;
  font-weight: bolder;
}
#bIndex .presencial article p {
  padding: 0 10px;
  font-size: 0.875rem;
}
/*Home Colecciones*/
#bIndex .colecciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  /*overflow: hidden;*/
  /*padding-bottom: 40px;*/
}
#bIndex .colecciones h2 {
  color: #000000;
  font: 1.8rem / 1.3 'Libre Baskerville', serif;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#bIndex .colecciones a {
  margin-bottom: 3px;
  width: calc(100% / 4 - 3px);
}
#bIndex .colecciones img {
  width: 100%;
  display: block;
  transition: all linear 0.1s;
}
#bIndex .colecciones img:hover {
  transform: scale(1.3);
  transition: all linear 0.2s;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px #000;
}
@media screen and (max-width: 599px) {
  #bIndex .colecciones a:nth-of-type(4n+1) img {
    transform-origin: left;
  }
  #bIndex .colecciones a:nth-of-type(4n+4) img {
    transform-origin: right;
  }
  #bIndex .colecciones a:nth-of-type(9) img {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #bIndex .colecciones a {
    width: calc(100% / 9 - 3px);
  }
  #bIndex .colecciones a:first-of-type img {
    transform-origin: left;
  }
  #bIndex .colecciones a:last-child img {
    transform-origin: right;
  }
}
/*PRE PIE  */
#opinan {
  text-align: center;
  padding: 0 20px 20px;
}
#opinan h2 {
  color: #000000;
  font-size: 2rem;
  font: 2rem / 1.3 'Libre Baskerville', serif;
  margin-bottom: 30px;
}
#opinan li {
  padding: 0 30px 0 55px;
  display: inline-block;
  max-width: 300px;
  font-size: 0.875rem;
  color: #555;
  text-align: left;
  background: url(/imgs/profesor.svg) 0% 0 / 40px auto no-repeat;
  margin-bottom: 60px;
  vertical-align: top;
}
#opinan span {
  color: #000;
  display: block;
  font-weight: bolder;
  margin-bottom: 5px;
}
#minidesc {
  text-align: center;
  background: #F1F1F1;
  padding: 20px;
}
#minidesc h2 {
  color: #000000;
  font-size: 1.5rem;
  font: 1.3rem / 1.3 'Libre Baskerville', serif;
}
#minidesc li {
  padding: 55px 5px 35px;
  margin: 30px 0 0;
  position: relative;
  color: #555;
  display: inline-block;
  font-size: 0.875rem;
  width: 90%;
  border-bottom: 1px solid #CCC;
  background: url(/imgs/profesor.svg) 50% 0 / 44px no-repeat;
}
#minidesc li:nth-child(2) {
  background-image: url(/imgs/infinito.svg);
  background-position: 50% 10px;
}
#minidesc li:nth-child(3) {
  background-image: url(/imgs/lista.svg);
}
#minidesc li:nth-child(4) {
  background-image: url(/imgs/lista.svg);
}
#minidesc li:nth-child(5) {
  background-image: url(/imgs/lista.svg);
}
/*ESTRELLAS*/
.estrellas {
}
.estrellas0 {
  display: none !important;
}
.estrellas:before {
  background: url(/imgs/estrellas.svg) 0 50% no-repeat;
  content: "";
  width: 94px;
  height: 16px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
.estrellas40:before {
  background-position: -19.3px 50%;
}
.estrellas30:before {
  background-position: -38.5px 50%;
}
.estrellas20:before {
  background-position: -57.6px 50%;
}
.estrellas10:before {
  background-position: -77.5px 50%;
}
.estrellas0:before {
  background-position: -96.5px 50%;
}
.estrellas45:before {
  background: url(/imgs/estrellas_medio.svg) 0 50% no-repeat;
}
.estrellas35:before {
  background: url(/imgs/estrellas_medio.svg) 0 50% no-repeat;
  background-position: -19.3px 50%;
}
.estrellas25:before {
  background: url(/imgs/estrellas_medio.svg) 0 50% no-repeat;
  background-position: -38.5px 50%;
}
.estrellas15:before {
  background: url(/imgs/estrellas_medio.svg) 0 50% no-repeat;
  background-position: -57.6px 50%;
}
.estrellas5:before {
  background: url(/imgs/estrellas_medio.svg) 0 50% no-repeat;
  background-position: -77.5px 50%;
}
/*Curso*/
#bCurso main {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
#bCurso h1 {
  text-align: center;
  margin: 20px 0 10px;
  font: 2rem / 1.3 'Libre Baskerville', serif;
}
#bCurso .videoEmbed {
  margin-bottom: 20px;
}
#bCurso .descripcion {
  margin-bottom: 30px;
}
#bCurso .descripcion h2 {
  font: 1.5rem / 1.3 'Libre Baskerville', serif;
  margin-bottom: 10px;
}
#bCurso .descripcion p {
  margin-bottom: 30px;
}
#bCurso .incluye {
  background: #F2F2F2;
  padding: 10px;
  margin-bottom: 30px;
}
#bCurso .incluye h2 {
  font: 1.3rem / 1.3 'Libre Baskerville', serif;
  color:var(--rojo);
}
#bCurso .formador {
  margin-bottom: 40px;
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
#bCurso .formador h2 {
  font: 1.3rem / 1.3 'Libre Baskerville', serif;
  margin-bottom: 20px;
}
#bCurso .formador img {
  margin: 0 auto 20px;
  display: block;
}
#bCurso .formador h3 {
  font-weight: bolder;
  margin-bottom: 10px;
}
#bCurso .formador p {
  margin-bottom: 20px;
}
#bCurso .formador .btn {
  background: none;
  border: 1px solid #CCC;
  color: inherit;
  font-weight: 300;
}
@media screen and (min-width: 500px) {
  #bCurso .formador img {
    margin: 0 auto 20px;
    float: left;
    margin-right: 20px;
  }
  #bCurso .formador {
    max-width: 500px;
    overflow: hidden;
  }
}
#bCurso .cabecera {
  position: relative;
}
#bCurso .acceso {
  text-align: center;
  font-size: 0.85rem;
  margin: 20px 0;
}
#bCurso .acceso .btn_premium {
  display: block;
  width: 200px;
  margin: 0 auto 5px;
  color: #FFF;
  background: #FABA00;
  padding: 5px;
  text-align: center;
}
#bCurso .acceso .btn_acceso {
  display: block;
  width: 200px;
  margin: 0 auto 5px;
  color: #FFF;
  background:var(--rojo);
  padding: 5px;
  text-align: center;
}
/*Curso miniinfo*/
#bCurso .audio {
  background: url(/imgs/speaker.svg) 0 50% / 18px no-repeat;
  padding-left: 25px;
}
#bCurso .duracion {
  background: url(/imgs/clock.svg) 0 50% / 16px no-repeat;
  padding-left: 20px;
}
#bCurso .participantes {
  background: url(/imgs/gente.svg) 0 50% / 16px no-repeat;
  padding-left: 20px;
}
#bCurso .nivel1 {
  background: url(/imgs/nivel1.svg) 0 50% / auto 16px no-repeat;
  padding-left: 35px;
}
#bCurso .nivel2 {
  background: url(/imgs/nivel2.svg) 0 50% / auto 16px no-repeat;
  padding-left: 35px;
}
#bCurso .nivel3 {
  background: url(/imgs/nivel3.svg) 0 50% / auto 16px no-repeat;
  padding-left: 35px;
}
#bCurso .dispositivos {
  background: url(/imgs/pantallas.svg) 0 50% / auto 16px no-repeat;
  padding-left: 34px;
}
#bCurso .miniinfo {
  font-size: 0.85rem;
  text-align: center;
}
#bCurso .miniinfo .cont_valoracion span {
  margin-right: 30px;
  display: inline-block;
  white-space: nowrap;
  height: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
#bCurso .cont_nivel_modulo {
  margin: 20px 0;
}
#bCurso .cont_nivel_modulo span {
  margin-right: 30px;
  white-space: nowrap;
  display: inline-block;
  height: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 0.85rem;
}
#bCurso .miniinfo .cont_valoracion .cont_nivel {
  margin: 5px 0 0;
}
#bCurso .miniinfo .cont_valoracion span:last-of-type {
  margin-right: 0;
}
#bCurso .miniinfo .cont_valoracion .valoracion {
  margin-bottom: 20px;
}
/*FORMADOR*/
#bFormador main {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}
#bFormador h1 {
  font: 2rem / 1.3 'Libre Baskerville', serif;
  margin: 20px 0;
}
#bFormador .formador {
  margin-bottom: 40px;
}
#bFormador .formador img {
  margin: 0 auto 20px;
  max-width: 100%;
  display: block;
}
#bFormador .formador .datos {
  margin-bottom: 20px;
}
#bFormador .listado_cursos {
  border-top: 1px solid #CCC;
  padding-top: 20px;
}
@media screen and (min-width: 500px) {
  #bFormador .formador {
    max-width: 650px;
  }
  #bFormador .formador img {
    margin: 0 auto 20px;
    float: left;
    margin-right: 20px;
    max-width: 300px;
  }
  #bFormador .listado_cursos {
    clear: both;
  }
  /*#bFormador .datos {
    (*max-width: 300px;*)
    (*overflow: hidden;*)
  }*/
}
/*COLECCIONES*/
#bColecciones main {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}
#bColecciones h1 {
  margin: 20px 10px;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}
#bColecciones .contenido_html {
  margin: 0px auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 800px;
}
/*FORMADORES*/
#bFormadores main {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}
#bFormadores h1 {
  margin: 20px 10px;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}
#bFormadores .contenido_html {
  margin: 0px auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 800px;
}
/*LISTADO*/
.listado {
  text-align: center;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.listado article {
  flex: 0 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 1.1em;
  background: url(/imgs/bg_floral_gris.svg) 50% 100% / 40px no-repeat;
}
.listado article figure {
  position: relative;
  margin-bottom: 5px;
}
.listado article img {
  width: 100%;
  height: auto;
}
.listado article p {
  margin: 0 0 20px 0;
  font-size: 0.875rem;
  position: relative;
}
/*COLECCION*/
#bColeccion main {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}
#bColeccion h1 {
  margin: 20px 10px;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}
#bColeccion .contenido_html {
  margin: 0px auto 30px;
  padding: 0 20px;
  text-align: center;
  max-width: 800px;
}
#bColeccion .imagenes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#bColeccion .imagenes a {
  margin-bottom: 3px;
  width: calc(100% / 4 - 3px);
  margin-right: 3px;
}
#bColeccion .imagenes img {
  width: 100%;
  display: block;
  transition: all linear 0.1s;
}
#bColeccion .imagenes img:hover {
  transform: scale(1.3);
  transition: all linear 0.2s;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px #000;
}
@media screen and (min-width: 600px) {
  #bColeccion .imagenes a {
    width: calc(100% / 6 - 3px);
  }
}
@media screen and (min-width: 900px) {
  #bColeccion .imagenes a {
    width: calc(100% / 9 - 3px);
  }
}
/*CURSO ACCESO*/
#bCursoA #minidesc, #bCursoA #opinan {
  display: none;
}
#bCursoA #minidesc, #bCursoA #opinan {
  display: none;
}
#bCursoA main {
  padding: 0 20px;
}
/*CURSO ACCESO*/
#bCursoA main {
  padding: 0;
}
#bCursoA section.video {
  padding: 20px;
}
#bCursoA section.video h1 {
  margin-bottom: 20px;
}
#bCursoA section.video .cabecera .contenido_html {
  margin-bottom: 20px;
}
#bCursoA section.video h1 small {
  display: block;
  font-size: 0.75rem;
}
#bCursoA section.video h1 small a {
  color:var(--rojo);
}
#bCursoA section.video .botonera {
  text-align: center;
  margin: 30px 0;
}
#bCursoA section.video .siguiente {
  color: #FFF;
  background:var(--azul);
  padding: 10px 30px;
  display: inline-block;
}
#bCursoA section.video .botonera .disabled {
  opacity: 0.5;
  pointer-events: none;
}
/*SLIDER*/
.w-slider {
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 1000px;
  margin: 0 auto;
}
.slider {
  display: flex;
  /*overflow: hidden;*/
  --pos:0;
  --duracion:0.8s;
}
.slider > div {
  flex: 1 0 100%;
  width: 100%;
  transform: translateX(calc(var(--pos) * -100%));
  transition:all var(--duracion) ease-in-out;
}
.slider.moviendo .flecha {
  opacity: 0;
  pointer-events: none;
}
.slider figure img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .slider > div {
    display: flex;
  }
  .slider figure {
    margin-right: 10px;
  }
}
/*PASOS*/
#bCursoA .pasos h2 {
  margin-bottom: 20px;
}
#bCursoA .pasos figure {
  margin-bottom: 8px;
}
#bCursoA .pasos {
  margin: 20px auto;
}
#bCursoA .pasos .nums {
  margin-bottom: 10px;
  text-align: center;
}
#bCursoA .pasos .nums button {
  background:var(--rojo);
  color: #FFF;
  border: none;
  width: 40px;
  height: 30px;
  display: inline-block;
  border-radius: 8px;
  margin: 0 10px 10px;
}
#bCursoA .pasos .slider .contenido_html {
  padding: 0 5px;
}
#bCursoA .pasos .slider .contenido_html h3 {
  font-weight: 500;
  margin-bottom: 3px;
}
/*CURSO ACCESO: modulos*/
#bCursoA aside.modulos {
  background-color: #4A4A4A;
  color: #FFF;
  padding: 20px 10px;
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 0 auto 20px;
  order: 2;
}
#bCursoA aside.modulos h2 {
  margin-bottom: 20px;
  text-align: center;
}
#bCursoA aside.modulos .cabecera {
  padding: 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
#bCursoA aside.modulos .modulo {
  margin-bottom: 20px;
}
#bCursoA aside.modulos .video {
  /*text-align: center;*/
  padding: 10px;
}
#bCursoA aside.modulos .video.sel {
  background: linear-gradient(to right, #4A4A4A, #FFF);
  color: #000;
  margin: 0 -10px;
  padding: 10px 20px;
}
#bCursoA aside.modulos .video.disabled {
  opacity: 0.4;
  pointer-events: none;
}
#bCursoA aside.modulos .video img {
  vertical-align: middle;
  margin-right: 5px;
}
/*CURSO ACCESO:comentarios*/
#bCursoA aside.comentarios {
  padding: 5px;
  order: 3;
  max-width: 300px;
  margin: 0 auto;
}
#bCursoA aside.comentarios article {
  background: #F1F1F1;
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
#bCursoA aside.comentarios article article {
  margin-bottom: 0;
  padding-bottom: 0;
}
#bCursoA aside.comentarios p {
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 0;
}
#bCursoA aside.comentarios .cab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
}
#bCursoA aside.comentarios form {
  background: #F1F1F1;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}
#bCursoA aside.comentarios textarea {
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 0.8rem;
  flex: 1;
}
#bCursoA aside.comentarios button {
  text-align: right;
  background: #FFF;
  border: none;
  color:var(--rojo);
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.5s linear all;
}
#bCursoA aside.comentarios .enviando button {
  opacity: 0.5;
  pointer-events: none;
  transform: scaley(0.1) translate(200%);
}
#bCursoA aside.comentarios article form {
  padding: 0;
  margin: 20px 0 0;
}
#bCursoA aside.comentarios .responder {
  font-size: 0.8rem;
  margin-top: 10px;
  color:var(--rojo);
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
/*CURSO: EXAMEN*/
#modal .examen_ver h2 {
  margin-bottom: 30px;
}
#modal .examen_ver img {
  max-width: 100%;
}
#modal .examen_ver .preguntas {
  margin-bottom: 40px;
}
#modal .examen_ver .pregunta {
  --color: var(--c_premium);
  border:3px solid var(--color);
  border-radius: 10px;
  margin: 0 -10px 40px;
  padding: 15px 10px 10px;
}
#modal .examen_ver .pregunta:nth-child(3n+2) {
  --color: var(--rojo);
}
#modal .examen_ver .pregunta:nth-child(3n+3) {
  --color: var(--azul);
}
#modal .examen_ver h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
  color:var(--color);
  border-bottom:1px solid var(--color);
  text-align: center;
}
#modal .examen_ver label {
  display: flex;
  padding: 10px 20px;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
  align-items: center;
}
#modal .examen_ver label[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
#modal .examen_ver label:before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border:1px solid var(--color);
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
  flex: 0 0 16px;
}
#modal .examen_ver input {
  display: none;
}
#modal .examen_ver input:checked + label {
  border-color:var(--color);
  box-shadow:0px 0px 3px 1px var(--color);
}
#modal .examen_ver input[type=radio] + label:before {
  border-radius: 50%;
}
#modal .examen_ver input[type=radio]:checked + label:before {
  background:var(--color);
  content: "";
  border: none;
}
#modal .examen_ver .botonera {
  text-align: center;
  margin-bottom: 20px;
}
#modal .examen_ver:not(:valid) .botonera button {
  opacity: 0.5;
}
/*CURSO: RESPUESTAS EXAMEN*/
#modal .examen_ver.respuestas label {
  opacity: 0.3;
  pointer-events: none;
}
#modal .examen_ver.respuestas label.correcta {
  border-color:var(--color);
  box-shadow:0px 0px 3px 1px var(--color);
  opacity: 1;
}
#modal .examen_ver.respuestas input:checked + label:not(.correcta) {
  opacity: 0.8;
  --color: red;
  text-decoration: line-through;
}
#modal .examen_ver.respuestas .gracias {
  text-align: center;
  margin-bottom: 40px;
}
#modal .examen_ver.respuestas .gracias a {
  text-decoration: underline;
}
#modal .examen_ver.respuestas .botonera {
  display: none;
}
