/*
Theme Name: Sparkling Child
Template: sparkling
*/

/* ----------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------- */
/* ------------------------------- */
/* RESETS UNICOS PARA CADA WEB (no copiar a otras webs) */
/* ------------------------------- */
/* ------------------------------- */

/* Por ahora no hay ninguno */

/* ------------------------------- */
/* ------------------------------- */
/* FIN DE RESETS UNICOS PARA CADA WEB */
/* ------------------------------- */
/* ------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------- */
/* ------------------------------- */
/* webs para aprender español - El original es hpm */
/* ------------------------------- */
/* ------------------------------- */

/* ------------------------------- */
/* RESETS */
/* ------------------------------- */
/* Ocultar el botón de "go to top" en toda la web */
div.scroll-to-top {
  display: none !important;
}

/* En algunas webs es necesario hacer este reset porque la edición del tema no funciona bien */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.entry-title,
.entry-title a {
  color: #444444;
}

/* Ocultar el badge de Recaptcha v3 */
.grecaptcha-badge {
  visibility: hidden;
}

/* ------------------------------- */
/* ----------- COLORES ----------- */
/* ------------------------------- */

:root {
  /* -- RESET COLORES --- */
  --color-01-fondo-claro-ucraniano: #fef860;

  /* --- COLOR PRINCIPAL --- */
  --color-01-fondo-claro: #4590d1;
  --color-01-letra-fondo-claro: white;
  --color-01-fondo-oscuro: #337ab7;
  --color-01-letra-fondo-oscuro: white;
  --color-01-fondo-superclaro: #c6dbff;

  /* --- COLOR SECUNDARIO --- */
  /*--color-03-fondo-claro*/
  /*--color-02-letra-fondo-claro*/
  /*--color-02-fondo-oscuro*/
  /*--color-02-letra-fondo-oscuro*/

  /* --- COLOR TERCIARIO --- color muy neutro, grises sobre todo --- */
  --color-03-fondo-claro: #ececec;
  --color-03-letra-fondo-claro: black !important;

  /* --- COLORES DE NIVELES --- */
  --color-nivel-principiante-fondo-oscuro: #52be80;
  --color-nivel-principiante-fondo-claro: #d0e8cf;
  --color-nivel-medio-fondo-oscuro: #f5b041;
  --color-nivel-medio-fondo-claro: #fcd5c0;
  --color-nivel-avanzado-fondo-oscuro: #ec7063;
  --color-nivel-avanzado-fondo-claro: #f9c4c8;

  /* --- COLORES DE TEXTOS --- */
  --color-terminacion: #ce2f38;
  --color-vocabulario: #0981e8;
}

/* ------------------------------- */
/* ----------- BARRA DE MENÚ ----------- */
/* ------------------------------- */

/* Recolocar el logo en el tamaño móvil y hacer algún cambio de aspecto */
@media (max-width: 992px) {
  .site-navigation-inner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  ul.navbar-nav li.menu-item-type-post_type,
  ul.navbar-nav li.link-menu-tienda {
    width: 48%;
  }
  .navbar-collapse {
    border-top: none;
}
}
@media (max-width: 640px) {
  ul.navbar-nav li.menu-item-type-post_type,
  ul.navbar-nav li.link-menu-tienda {
    width: 80%;
  }
}


/* Empujar fondo del menu hacia abajo */
.site-navigation-inner {
  margin-bottom: 1em;
}

/* Evitar que el logo se muestre más pequeño que su tamaño original, lo que ocasiona que se vea borroso */
@media (min-width: 992px) {
  #logo > a > img {
    max-width: none;
  }
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

ul.navbar-nav li a {
  width: 23ch; /* Cantidad por defecto. Al principio de este archivo css puedes hacer un RESET para una web específica */
  line-height: 1.5em !important; /* Esto es important para items del menú que ocupen dos líneas en lugar de una  */
  text-align: center;
  color: #5a5a5a !important;
  text-transform: none !important;
  font-size: 1em !important;
  font-weight: 900;
}
@media (min-width: 768px) {
  ul.navbar-nav li a {
    height: 3.5em; /* Este height en el menú móvil no se ve bien. Por eso solo se activa a partir de 768px */
  }
}

/* Aquí hay mezclado: Botones del menú principial, botón de tienda del menú principial y botón de tienda del menú del footer*/
ul.navbar-nav li.menu-item-type-post_type, 
ul.navbar-nav li.link-menu-tienda,
ul#menu-menu-footer li.link-menu-tienda{
  padding: 1em 0.5em 0.5em 0.5em;
  margin: 5px;
  transition: 0.5s;
  background-color: white;
  border-radius: 8px;
  /* box-shadow: inset 0px 0px 7px #6a97d3; */
}
ul.navbar-nav li.link-menu-tienda,
ul#menu-menu-footer li.link-menu-tienda {
  background-color: #2c4dcb;
}
ul.navbar-nav li.link-menu-tienda a {
  color: white !important;
}
ul#menu-menu-footer li.link-menu-tienda a {
  text-transform: initial;
  font-size: 1.25em;
}
ul.navbar-nav li.menu-item-type-post_type,
ul.navbar-nav li.link-menu-tienda,
ul#menu-menu-footer li.link-menu-tienda {
  transition: 0.3s;
}
ul.navbar-nav li.menu-item-type-post_type:hover,
ul.navbar-nav li.link-menu-tienda:hover,
ul.navbar-nav li.menu-item-type-post_type.active,
ul.navbar-nav li.menu-item-type-post_type.active a {
  background-color: var(--color-01-fondo-claro) !important;
}
ul.navbar-nav li.menu-item-type-post_type:hover a,
ul.navbar-nav li.menu-item-type-post_type.active a {
  color: #ffffff !important;
}




/* --- Boton tipo "toggle" del menú para móviles --- */

.navbar-default .navbar-toggle .icon-bar {
  background-color: #4c79c7;
}
.navbar-default .navbar-toggle {
  border-color: #4c79c7;
}

button.btn.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
}

/* ---------- banderas en menú ----------------- */

.nav-banderas-desktop,
.nav-banderas-movil {
  float: left;
  padding: 5px;
  border-radius: 8px;
  background: #0000001f;
  width: 24ch;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .nav-banderas-movil {
    margin-left: -10px;
  }
}
.nav-banderas-desktop {
  margin-left: 10px;
}

.nav-banderas-desktop li,
.nav-banderas-movil li {
  transition: all 0.3s;
}

.nav-banderas-desktop li:hover,
.nav-banderas-movil li:hover {
  transform: scale(1.2);
}

.menu-flag-01 {
  margin-left: 5px;
  background-position: right;
}

@media (max-width: 768px) {
  .menu-flag-01 {
    background-position: left;
  }
}

.menu-flag-02,
.menu-flag-03,
.menu-flag-04 {
  margin-left: 15px;
  background-position: left;
}

.menu-flag-01,
.menu-flag-02,
.menu-flag-03,
.menu-flag-04 {
  background-repeat: no-repeat;
  background-size: 2.25em;
}

.menu-flag-01 a,
.menu-flag-02 a,
.menu-flag-03 a,
.menu-flag-04 a {
  width: 100% !important;
  height: 1.75em;
  padding: 0em !important;
  position: absolute !important;
  left: 0%;
  top: 30%;
}

.menu-flag-uk {
  background-image: url("../png/flag-uk.png");
}

.menu-flag-spain {
  background-image: url("../png/flag-spain.png");
}

.menu-flag-germany {
  background-image: url("../png/flag-germany.png");
}

.menu-flag-russia {
  background-image: url("../png/flag-russia.png");
}

.menu-flag-ukraine {
  background-image: url("../png/flag-ukraine.png");
}
.menu-flag-ukraine-white-frame {
  background-image: url("../png/flag-ukraine-white-frame.png");
}

/* fondo de la barra de menu */

.site-navigation-inner {
  display: flex;
  align-items: center;
}

.navbar-nav > li > a {
  padding-top: 0.5em;
  padding-bottom: 0;
}

.navbar-default .container {
  width: 100%;
  max-width: 85%;
  font-weight: 600;
}

.navbar.navbar-default {
  background: var(--color-01-fondo-superclaro) !important;
}

/* ------------------------------- */
/* ----------- SOLO HOME ----------- */
/* ------------------------------- */

/* Estilo primer row - Porque el primer row siempre tiene sus características especiales */
.home-primer-row {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: var(--color-01-fondo-superclaro);
  margin-top: -1em;
  z-index: 1;
}

.home-global h3 {
  font-weight: 900;
}

.home-global .btn {
  padding: 0.75em;
  font-size: 1.2em;
  border-radius: 8px;
  border: none !important;
  margin-top: 1em;
  color: white !important;
  font-family: "arial", sans-serif;
  transition: all 0.2s;
}

.home-global .btn:hover {
  transform: scale(1.05);
}

.home-global .btn.dar-color-01 {
  background-color: var(--color-01-fondo-oscuro);
  font-weight: 600;
}
.home-global .btn.dar-color-01-ucraniano {
  background-color: var(--color-01-fondo-claro-ucraniano);
  color: #464646 !important;
  font-weight: 600;
}
.home-global .btn.dar-color-01-ucraniano:hover {
  background-color: #fffcad;
}

.home-global .btn.dar-color-01:hover {
  background-color: var(--color-01-fondo-superclaro);
  color: var(--color-01-fondo-oscuro) !important;
}

.home-global .btn.dar-color-02 {
  background-color: var(--color-02-fondo-oscuro);
}

.home-global .btn.dar-color-02:hover {
  background-color: var(--color-02-fondo-superclaro);
  color: var(--color-02-fondo-oscuro) !important;
}

.home-global ul {
  list-style: none;
}

.home-global ul li:before {
  content: "✓";
  font-size: 150%;
  font-weight: 900;
  margin-right: 5px;
  color: var(--color-01-fondo-claro);
}

/* rows que tienen un */
.home-fullwidth-con-fondo-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 4em;
}

.home-fullwidth-con-fondo-container img {
  margin: 0 auto;
}

.home-fullwidth-con-fondo-container.dar-color-01 {
  background-color: var(--color-01-fondo-oscuro);
}

.home-fullwidth-con-fondo-container.dar-color-02 {
  background-color: var(--color-02-fondo-oscuro);
}

.home-fullwidth-con-fondo-container * {
  color: white !important;
}

/* Los SVGs de la home */

.mi-svg-home div {
  height: 0em;
}
.mi-svg-home.mi-svg-dar-color-01-fondo-superclaro svg path {
  fill: var(--color-01-fondo-superclaro);
}
.mi-svg-home.mi-svg-dar-color-01-fondo-oscuro svg path {
  fill: var(--color-01-fondo-oscuro);
}

.mi-svg-home svg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Las "home-imagen-producto" */
@media (min-width: 993px) {
  .rhip-02 .home-imagen-producto {
    height: 32em;
  }
  .rhip-03 .home-imagen-producto {
    height: 35em;
  }
  .rhip-04 .home-imagen-producto {
    height: 30em;
  }
}

.home-global .row-home-imagen-producto .btn {
  width: 34ch;
  text-transform: none; /* Hacemos este reset porque algunas webs cargan esto en uppercase por defecto */
}

.row-home-imagen-producto {
  z-index: 1;
}

@media (min-width: 993px) {
  .row-home-imagen-producto h3 {
    font-size: 4em;
    width: 50vw;
    margin-top: 1.5em;
  }
}
@media (max-width: 992px) {
  .row-home-imagen-producto h3 {
    font-size: 3em !important;
  }
}

/* El "dar-fullwidth" que es donde pone "más productos para aprender este idioma" en la home*/
.dar-fullwidth-home-mas-recursos h2 {
  margin-top: 3em;
  font-size: 4em;
  color: #444444;
  text-align: center;
  font-weight: 900;
}

/* Esto es un reset que hace falta en algunas webs. Oculta una línea blanca en el primer h1 de la home */
.page-header {
  border-bottom: 0 !important;
}

.page-header h1 {
  font-size: 5em;
  font-weight: 600;
}
.page-header h1,
.page-header h2 {
  color: #313131;
}
.page-header p {
  color: black;
}

.icon-home {
  max-height: 30em;
  float: left;
  position: absolute;
  top: -3em;
  animation: balanceo 3.5s ease-in-out forwards infinite;
}
@keyframes balanceo{
  0%{transform: rotate(6deg);}
  50%{transform: rotate(-3deg)}
  100%{transform: rotate(6deg);}
}

.home-img-newsletter {
  max-height: 14em !important;
  float: right;
  margin-top: -3em;
}

.img-seccion-home-mini {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  width: 5em;
}

.marco-home-central {
  padding: 6em 4em 0em 4em;
}

.marco-home {
  -webkit-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 1.5em 2em 1.5em;
  margin: 1em 0em 1em 0em;
}

.marco-home-interior {
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0em 2em 0em 2em;
  margin: -1em -1.5em 0em -1.5em;
}

.marco-home-interior h2 {
  color: #dddddd;
  text-align: center;
}

.seccion-home-mini {
  margin-top: 1.35em;
}

.seccion-home-mini a {
  text-decoration: none;
}

.seccion-home-mini p {
  margin-top: 1em;
}

.img-seccion-home {
  -webkit-box-shadow: 2px 20px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 20px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 20px 30px 0px rgba(0, 0, 0, 0.5);
  margin-top: 1em;
  border-radius: 50%;
  width: 10em;
  margin-bottom: -2em;
}

.caption-seccion-home h3 {
  color: #1e73be !important;
  font-weight: 300;
}

.caption-seccion-home .btn {
  margin: 1em 0;
}

.caption-seccion-home {
  background-color: var(--color-03-fondo-claro);
  color: black !important;
  text-align: center;
  /* margin-bottom: -10px !important */;/* Se puso entre comentarios el 07.02.2022 */
  /*min-height: 20em;*/;
}

.thumbnail-home {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 0px;
  margin-left: -5px;
  margin-right: -5px;
  transition: 0.3s;
}

.thumbnail-home:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
}

.thumbnail-home .btn:hover {
  color: #ffffff;
  background-color: #aaaaaa;
  border-color: #666666;
}

/* ---------------------------- */
/*PARA USAR CON TODOS LOS VÍDEOS*/
/* ---------------------------- */

/* Código para hacer los videos de Youtube o Vimeo responsive. Esto se usa en todos los vídeos de la web */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hacer-video-sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}
/*--> Invisibilizar PARA MOVILES el panel de publicidad a la derecha del vídeo */
@media (max-width: 992px) {
  .hacer-video-sticky {
    padding-top: 6em; /* Para que el anuncio de arriba no tape el vídeo en móviles */
  }
  .hacer-video-sticky .col-md-4 {
    display: none;
  }
}



/* --------------- COLECCION LECCION CURSO ------------------- */

/* --------- Home de los cursos --------------------- */

.curso-thumbnail-home {
  /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
  /*-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
  /*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
  padding: 0px;
  /*background-color: #d0e8cf;*/
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 2em;
  transition: 0.3s;
  min-height: 28em;
  border: 2px solid var(--color-nivel-principiante-fondo-oscuro);
  border-radius: 10px;
}

.curso-thumbnail-home h2 a {
  color: var(--color-nivel-principiante-fondo-oscuro);
}

.curso-thumbnail-home img {
  width: 22em;
}

.curso-thumbnail-home p {
  margin-bottom: 0;
}

.curso-thumbnail-home:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.curso-thumbnail-home.cth-verbos {
  border: 2px solid var(--color-nivel-medio-fondo-oscuro);
}

.curso-thumbnail-home.cth-verbos h2 a {
  color: var(--color-nivel-medio-fondo-oscuro);
}

/* --------- Lecciones --------------------- */

.indice-curso-bloque {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 2.5em 2em 1.5em;
  margin: 0em -0.25em 1em -0.5em;
}

.indice-curso-titulo-paso h2 {
  color: #333333;
  font-size: 240%;
}

.indice-curso-bloque-descripcion {
  -moz-border-radius: 10px;
  margin: 0px -1.75em -1.75em -0.75em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 1em 1em 1em;
}

.masc {
  font-style: italic;
  color: #4aa6ff;
  font-weight: 600;
  margin-left: 0.25em;
}

.fem {
  font-style: italic;
  color: #ff5ab3;
  font-weight: 600;
  margin-left: 0.25em;
}

.leccion-curso-h1 {
  font-size: 300%;
  color: var(--color-01-fondo-oscuro);
}

.small-leccion-curso {
  font-size: 45%;
  color: var(--color-01-fondo-oscuro);
}

.leccion-curso-h2-titulo {
  color: #555555;
  min-height: 2.5em;
}

.contenedor-titulo-seccion-leccion-curso {
  margin-top: 4em;
}

.contenedor-titulo-seccion-leccion-curso h2 {
  font-size: 300%;
  color: var(--color-01-fondo-oscuro);
}

@media (max-width: 992px) {
  .contenedor-titulo-seccion-leccion-curso img {
    max-width: 9em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .contenedor-titulo-seccion-leccion-curso img {
    float: left;
    margin-right: 1em;
    max-width: 9em;
  }
}

.leccion-curso-marco {
  -webkit-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 2em 2em 1em;
  margin: 1.5em 0em 1.5em -0.5em;
}

.leccion-curso-bloque-descripcion {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px -1.25em -1.75em -0.25em;
  padding: 1em 1em 1em 1em;
  background-color: #eeeeee;
}

@media (max-width: 992px) {
  .leccion-curso-img-principal {
    width: 24em;
  }
}

@media (min-width: 992px) {
  .leccion-curso-img-principal {
    float: right;
    width: 24em;
    margin-top: 2em;
    margin-bottom: -50px;
  }
}

.leccion-curso-hr-en-marco {
  margin-top: -50px;
  margin-bottom: 1.5em;
  border: none;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #aaa;
  box-shadow: 0 20px 20px -20px #333;
}

.leccion-curso-img-top-right {
  margin-top: 2em;
}

.leccion-curso-resaltado-frase-util {
  font-weight: 600;
}

.leccion-curso-frase-util-frases p {
  line-height: 1.5em;
}

.leccion-curso-frase-util-frases {
  padding: 1em 1em 0em 1em;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  border-left: 5px solid #eee;
}

.leccion-curso-frase-util-traduccion {
  font-style: italic;
  color: #777777;
}

.leccion-curso-frase-util {
  color: var(--color-01-fondo-oscuro);
}

.leccion-curso-margen-audio {
  margin-top: 1.25em;
  margin-bottom: 1em;
}

.leccion-curso-gramatica-margen-audio {
  margin-top: 0.5em;
  margin-bottom: 5px;
}

.contenedor-parrafos-dialogo p {
  line-height: 1.5em;
}

.contenedor-parrafos-texto p {
  line-height: 1.5em;
}

.leccion-curso-parrafo-vocabulario {
  margin-top: -7px;
  margin-bottom: 6px; /* Si "wpautop" NO ESTÁ en el archivo functions.php debes cambiar el valor de margin-bottom a -7px (sí, valor negativo) */
}

.contenedor-parrafos-vocabulario .texto-dos-colores {
  /* Esto de poner márgenes de -7px se usó antes de meter el "wpautop" en el archivo functions.php */
  /* margin-top: -7px;
  margin-bottom: -7px; */
}

@media (max-width: 992px) {
  .contenedor-parrafos-vocabulario p {
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .contenedor-parrafos-vocabulario p {
    line-height: 1em;
  }
}

.leccion-curso-separador-entre-dialogos {
  padding-top: 2em;
}

.leccion-curso-quiz {
  margin-top: 1.5em;
}

.leccion-curso-numero-de-dialogo {
  color: #888888;
  font-size: 200%;
}

.leccion-curso-titulo-gramatica {
  padding: 1em;
  color: white;
  font-size: 160%;
  background-color: #aaa;
  border-radius: 8px;
  font-weight: 100;
}

.curso-terminacion {
  color: var(--color-terminacion);
  font-weight: 900;
}

.curso-raiz {
  color: blue;
}

.curso-palabra {
  color: green;
}

.curso-marco-quiz {
  background: #eee;
  padding: 1em 2em 2em 1em;
  margin-top: 1.5em;
  border-radius: 15px;
  color: #222222;
}

.curso-marco-quiz div.radio input {
  opacity: unset !important;
}

.curso-enunciado-pregunta-quiz {
  margin-top: 0.5em;
}

.curso- boton-solucion-quiz {
  background-color: var(--color-01-fondo-oscuro);
  border-color: var(--color-01-fondo-oscuro);
}

.curso-separacion-respuesta-quiz {
}

.curso-boton-solucion-quiz {
  background-color: var(--color-01-fondo-oscuro);
  border-color: var(--color-01-fondo-oscuro);
}

/*SECCIÓN VOCABULARIO: VÍDEO, LISTA DE VOCABULARIO Y TEST*/

/* Clase para la lista de 15 palabras de vocabulario, para que en móvil no aparezcan huecos entre cada grupo de 5 palabras */

.lista-vocabulario-videos {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.elementos-lista-vocabulario-videos {
  list-style: none;
  margin-left: -2em;
}

/* Esto da forma al contenedor del test, su color de fondo y margen */

.test-vocabulario {
  background-color: #efefef;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #282828;
}

/*SECCION MUSICA*/

/*Para usar en la zona de texto de todas las canciones*/

.titulo-cancion {
  text-align: center;
  margin: 2em 0 1em 0;
  font-weight: 900;
}

.estrofa-cancion {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* NO SÉ DÓNDE SE USAN */

/* tabla para hacer ejemplos */

.demo-content {
  padding: 15px;
  font-size: 18px;
  min-height: 300px;
  background: #dbdfe5;
  margin-bottom: 10px;
}

.demo-content.bg-alt {
  background: #abb1b8;
}

/* Lista que alterna el color */

.lista-alterna-color {
  margin: 0;
}

.lista-alterna-color li:nth-child(odd) {
  background-color: #ffffff;
  overflow: hidden;
}

.lista-alterna-color li:nth-child(even) {
  background-color: #dbdfe5;
  overflow: hidden;
}

/*GENERAL PARA TODA LA WEB*/

/* Poner una fuente SANS en todos los h */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "arial", sans-serif;
}

/* COLECCIÓN PUBLICIDAD: Cambios en márgenes de publicidad para arreglar maquetación o eliminar espacios*/

.ad-fix-top {
  margin-bottom: 1em;
}

.ad-fix-bottom-left {
}

.ad-fix-bottom-conversacion {
  margin-top: 2em;
}

.ad-fix-cancion-derecha {
  margin-top: -30px;
}

.ad-fix-izquierda-de-audio {
  margin-top: 1em;
}

.ad-fix-video-vocabulario-derecha {
}

.ad-fix-sticky-lateral {
  position: -webkit-sticky;
  position: sticky;
  top: 0em;
  margin-top: 1em;
}

/* COLECCIÓN QUITA-HUECOS: Cambios para quitar espacios en blanco en varias partes de cada página (antes del h1, márgenes varios, etc.) */

body header.entry-header.page-header {
  display: none;
}

/*si quito esto de arriba, tendría que añadir lo siguiente para que los títulos sigan invisibles:
.page .entry-title, .single .entry-title {display: none;}
*/

body .entry-content {
  margin-top: 0.75em;
}

body .post-inner-content {
  padding-top: 0;
}

body .container.main-content-area {
  margin-top: 0;
}

/* COLECCIÓN TITULOS: Cambios en fuentes: tamaños, colores,... */

.titulo-subseccion {
  font-weight: 100 !important;
  font-size: 35px;
}

.subtitulo-subseccion {
  color: var(--color-01-fondo-oscuro);
  font-weight: 100;
  border-bottom: solid;
  border-bottom-width: thin;
  padding-bottom: 0.5em;
  margin-top: 0.25em;
}

.titulo-de-cada-parte-guia-conversacion {
  color: #555555;
}

.subtitulo-de-cada-parte-guia-conversacion {
  color: #555555;
}

@media (max-width: 992px) {
  .titulo-de-cada-seccion-guia-conversacion {
    color: #555555;
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  .titulo-de-cada-seccion-guia-conversacion {
    color: #555555;
    font-size: 2em;
    padding-top: 1em;
  }
}

/* COLECCIÓN FUENTES: vocabulario útil, interlocutor en transcripciones de vídeos, etc. A parecen en toda la web, textos, diálogos, comics, etc. */

.vocabulario {
  color: var(--color-vocabulario);
}

.vocabulario2 {
  color: var(--color-vocabulario);
  font-weight: bold;
}

.interlocutor {
  font-weight: bold;
}

/*COLECCION TEXTO DOS COLORES
¿En qué secciones los uso?

texto-dos-colores
- comics
- dibujos animados

texto-dos-colores-2
- canciones

texto-dos-colores-conversacion

*/

.texto-dos-colores:nth-of-type(odd) {
  background-color: #f2f2f2;
  padding-top: 1em;
}

.texto-dos-colores:nth-of-type(even) {
  background-color: #ffffff;
  padding-top: 1em;
}

.texto-dos-colores-2:nth-of-type(odd) {
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.texto-dos-colores-2:nth-of-type(even) {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.texto-dos-colores-conversacion:nth-of-type(odd) {
  background-color: #f2f2f2;
  padding-bottom: 5px;
  padding-top: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.texto-dos-colores-conversacion:nth-of-type(even) {
  background-color: #ffffff;
  padding-bottom: 5px;
  padding-top: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.texto-dos-colores:last-of-type {
  margin-bottom: 1em;
}

/* (colección fuentes) cambiar textos/fondos de las traducciones en la sección de comics */

.contenedor-texto-comic-traduccion {
  background-color: #f0f0f0;
  margin-bottom: 5px;
}

.botoncitos-navegacion-comics {
  margin-top: -30px;
  margin-bottom: 20px;
}

.contenedor-todo-comics {
  margin-bottom: 20px;
  color: black;
}

.botoncitos-navegacion-dibujos-animados {
  margin-top: 50px;
  margin-bottom: 0px;
}

.botoncitos-navegacion-textos {
  margin-top: 3em;
}

.botoncitos-navegacion-diccionario {
  margin-top: 2em;
}

.botoncitos-navegacion-curso {
  margin-top: 2em;
}

.botoncitos-navegacion-podcasts {
  margin-top: 2em;
}

/* Efecto al hacer mouse over en imagenes que uso de botones de navegación */

.efecto-boton {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0.5px solid #999;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: 0.3s;
}

.efecto-boton:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 0.5px solid #999;
}

/* Efecto al hacer mouse over en imagenes de miniaturas en las homes de las diferentes secciones */

.botones-miniaturas:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  border: 0px solid var(--color-01-fondo-oscuro);
}

.botones-miniaturas {
  margin: -5px;
  padding: 5px;
  transition: 0.3s;
}

.botones-miniaturas-comics .botones-miniaturas {
  max-height: 5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Efecto de sombra en cada tira comica */

.sombra-comic {
  -webkit-box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 5px;
}

/* Efecto de sombra en elemento publicado, por ejemplo videos musicales */
.lista-publicado {
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1em;
}
.lista-publicado:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
}

.lista-publicado img {
  margin-top: 1em;
}

.lista-vocabulario-videos {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr-1 {
  height: 12px;
  border: 0;
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.hr-separacion-texto-y-traduccion {
  height: 12px;
  border: 0;
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.hr-consejo-guia-conversacion {
  height: 12px;
  border: 0;
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  margin-bottom: 0px;
}

/* COLECCION IMÁGENES de sección y subsección */

.img-seccion {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
}

.img-subseccion {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  border-width: 0px;
  border-style: solid;
  border-color: var(--color-01-fondo-oscuro);
  width: 75px;
}

/* FIN de "colección imagenes de sección y subsección" */

.seccion-contenido-y-nivel {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff !important;
  background-color: var(--color-01-fondo-oscuro);
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.titulo-capitulo {
  color: var(--color-01-fondo-oscuro);
}

/* INICIO DE TAMAÑO MOVIL: Tamaño del área visible de la pantalla, para que se vea bien en móvil */

@media only screen and (max-width: 768px) {
  .post-inner-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  h1 {
    font-size: 25px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  * {
    font-size: 15px !important;
  }
}

/*FIN DE TAMAÑO MOVIL*/

/*COLECCION PLAYER*/

/* <--PLAYER--> color del player */

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
  background: var(--color-01-fondo-oscuro) !important;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

/* <--PLAYER--> boton player */

.sc_player_container1 {
  display: inline-block;
  margin-bottom: 10px !important;
  width: 58px;
  height: 58px;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  background: var(--color-01-fondo-oscuro) !important;
  border: 3px solid #fff !important;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

.sc_player_container1 .myButton_play {
  width: 50px !important;
  height: 50px !important;
}

.sc_player_container1 .myButton_stop {
  width: 50px !important;
  height: 50px !important;
}

/* --- FEATURED IMAGE --- */

.single-featured {
  display: none;
}

/* --- COLORES --- */

.color-principiante {
  color: var(--color-nivel-principiante-fondo-oscuro);
}

.color-medio {
  color: var(--color-nivel-medio-fondo-oscuro);
}

.color-avanzado {
  color: var(--color-nivel-avanzado-fondo-oscuro);
}

.background-color-principiante {
  background-color: var(--color-nivel-principiante-fondo-oscuro);
}

.background-color-medio {
  background-color: var(--color-nivel-medio-fondo-oscuro);
}

.background-color-avanzado {
  background-color: var(--color-nivel-avanzado-fondo-oscuro);
}

.border-color-principiante {
  border: 2px solid var(--color-nivel-principiante-fondo-oscuro);
}

.border-color-principiante img {
  box-shadow: 3px 5px 5px 0px rgba(82, 190, 128, 0.75);
}

.border-color-medio {
  border: 2px solid var(--color-nivel-medio-fondo-oscuro);
}

.border-color-medio img {
  box-shadow: 3px 5px 5px 0px rgba(245, 176, 65, 0.75);
}

.border-color-avanzado {
  border: 2px solid var(--color-nivel-avanzado-fondo-oscuro);
}

.border-color-avanzado img {
  box-shadow: 3px 5px 5px 0px rgba(236, 112, 99, 0.75);
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-10 {
  border-radius: 10px;
}

/* 3 COLUMAS EN LOS ÍNDICES DE LAS SECCIONES (textos, diálogos, etc.) */

.elemento-3-columnas-indice {
  margin-bottom: 1em;
  min-height: 10em;
  padding-right: 0.25em;
}

.elemento-3-columnas-indice img {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  margin-left: -2em;
  min-width: 6em;
  padding: 0.25em;
}

.elemento-3-columnas-indice h3 {
  color: #444444;
}

.elemento-3-columnas-textos {
  margin-left: 0.25em;
  padding-right: 0.25em;
}

.titulo-texto {
  color: black !important;
}

.titulo-vocabulario-texto {
  margin-left: 0.5em;
}

.titulo-vocabulario-texto h3 {
  color: black !important;
  font-size: 2em !important;
}

.titulo-vocabulario-texto img {
  width: 50px;
  margin-right: 15px;
  vertical-align: bottom;
}

.marco-vocabulario {
  -webkit-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 2em 2em 1em;
  margin-bottom: 1.5em;
}

.parrafos-titulo-y-nivel-textos {
  font-size: 1.25em;
}

.miniaturas-seccion-textos {
  border-radius: 50%;
}

.lista-vocabulario {
  list-style-type: none;
  padding-left: 0.5em;
  line-height: 200%;
}

.parrafo-dialogo {
  /* margin-top: -5px; Sin "wpautop" habría que descomentar esta línea */
  margin-bottom: 6px; /* Si "wpautop" NO ESTÁ en el archivo functions.php debes cambiar el valor de margin-bottom a -7px (sí, valor negativo) */
  text-indent: -0.6em;
}

.parrafo-dialogo:before {
  content: "- ";
}

@media (min-width: 992px) {
  .guia-conversacion-boton-audio {
    text-align: center;
  }
}

.guia-conversacion-texto-frase-espanol {
  font-weight: 700;
}

.guia-conversacion-texto-frase-traduccion {
}

.guia-conversacion-texto-frase-traduccion-literal {
}

.guia-conversacion-texto-frase-traduccion-literal::before {
  content: "* ";
  font-weight: bold;
}

.guia-conversacion-explicacion-adicional {
  font-size: 0.9em;
  margin-top: 0.5em;
  color: darkred;
}

.guia-conversacion-imagenes-miniaturas {
  border-radius: 15px;
  margin-bottom: 1em;
  max-width: 8em;
}

.guia-conversacion-imagenes-miniaturas-en-indice {
  border-radius: 15px;
}

.guia-conversacion-explicacion-por-el-medio {
  margin-bottom: 2em;
}

.guia-conversacion-indice-elemento-3-columnas {
  padding: 0.25em;
}

.guia-conversacion-indice-elemento-3-columnas img {
  margin-left: -2em;
  max-width: 6.25em;
  padding: 0.5em;
}

.guia-conversacion-indice-elemento-3-columnas h3 {
  color: #444444;
  margin-top: 0.25em;
  width: 115%;
}

.guia-conversacion-indice-elemento-3-columnas div {
  padding: 0.1em;
}

.guia-conversacion-indice-elemento-3-columnas p {
  margin-top: -0.5em;
  width: 115%;
}

.guia-conversacion-costumbres-espanolas {
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #eeebbb;
  background: #fffddd;
}

.guia-conversacion-costumbres-espanolas:before {
  content: "";
  display: block;
  background: url("../png/guia-conversacion-guitarra.png")
    no-repeat;
  background-size: 5em;
  width: 5em;
  height: 5em;
  margin-top: -3em;
  margin-left: -2em;
  float: left;
}

.guia-conversacion-costumbres-espanolas-titulo {
  text-transform: uppercase;
  font-weight: 700;
}

.guia-conversacion-consejo {
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #eeebbb;
  background: #fffddd;
}

.guia-conversacion-consejo:before {
  content: "";
  display: block;
  background: url("../png/guia-conversacion-hablar.png") no-repeat;
  background-size: 5em;
  width: 5em;
  height: 5em;
  margin-top: -3em;
  margin-left: -2em;
  float: left;
}

.guia-conversacion-consejo-titulo {
  text-transform: uppercase;
  font-weight: 700;
}

/* Coming soon para las guias de conversación */
.coming-soon {
  background: #f74545;
  color: white;
  padding: 0.75em !important;
  border-radius: 8px;
  font-weight: 700;
}

/* Coming soon para los botons de la home */
.coming-soon-home {
  pointer-events: none;
  background: #828282;
  border: none;
}

/* Ocultar marco de la capa de contenido de toda la web */

.post-inner-content {
  border: 0px !important;
}

/* ------ TABLAS ----- */

.mi-tabla th,
.mi-tabla td,
.mi-tabla-colores th,
.mi-tabla-colores td {
  text-align: center !important;
  vertical-align: middle !important;
}

.mi-tabla thead,
.mi-tabla th,
.titulos-laterales {
  background-color: var(--color-01-fondo-oscuro);
  color: #fff;
  font-weight: 600;
  border-color: var(--color-01-fondo-oscuro) !important;
}

.mi-tabla-colores thead,
.mi-tabla-colores th {
  background-color: #444;
  color: #fff;
  font-weight: 600;
  border-color: #ccc !important;
}

.mi-tabla .mi-tabla-colores caption {
  font-size: 3em;
  color: red;
}

.mi-borde {
  border: 0.25em;
  border-style: solid;
  border-color: var(--color-01-fondo-oscuro);
}

.mi-tabla-colores .mi-borde {
  border: 0.25em;
  border-style: solid;
  border-color: #444;
}

.titulo-tabla {
  color: var(--color-01-fondo-oscuro);
  font-size: 2em;
}

.mi-tabla-colores .grupo-1 .titulos-laterales {
  background-color: #a6d1ff;
  color: #333;
  font-weight: 600;
  border-color: #7bb0eb !important;
}

.mi-tabla-colores .grupo-1 td {
  background-color: #b4deff;
  border-color: #7bb0eb !important;
}

.mi-tabla-colores .grupo-2 .titulos-laterales {
  background-color: #f5cedb;
  color: #333;
  font-weight: 600;
  border-color: #dab6c8 !important;
}

.mi-tabla-colores .grupo-2 td {
  background-color: #ffdce9;
  border-color: #dab6c8 !important;
}

.mi-tabla-colores .grupo-3 .titulos-laterales {
  background-color: #c2e0e7;
  color: #333;
  font-weight: 600;
  border-color: #a3d0b5 !important;
}

.mi-tabla-colores .grupo-3 td {
  background-color: #d4e9ee;
  border-color: #a3d0b5 !important;
}

.mi-tabla-colores .grupo-4 .titulos-laterales {
  background-color: #ccc;
  color: #333;
  font-weight: 600;
  border-color: #bbb !important;
}

.mi-tabla-colores .grupo-4 td {
  background-color: #ddd;
  border-color: #bbb !important;
}

.mi-tabla tbody tr:nth-of-type(odd) {
  background-color: #e5e5e5;
}

.tabla-strong {
  color: #cc0000;
}

/* ------- DICCIONARIO ---------- */

/* --- Diccionario home -------- */

.diccionario-thumbnail-home {
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 2em;
}

.diccionario-thumbnail-home h2 {
  margin-top: 0em;
  text-align: center;
}

.diccionario-thumbnail-home img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.diccionario-home-listado-temas {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 1em 0em 1em 0em;
  background-color: var(--color-03-fondo-claro);
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 3em;
  min-height: 18em;
}

.diccionario-home-listado-temas ul {
  list-style-type: circle;
}

/* ------ Diccionario: sección ------- */

.diccionario-marco {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: var(--color-03-fondo-claro);
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 2em;
  text-align: center;
}

.diccionario-palabra-espanol {
  font-weight: 700;
}

.diccionario-player {
  margin-top: -1em;
}

.diccionario-palabra-marco {
  padding-bottom: 1em;
}

/* ----------- PODCASTS ---------- */

/* ----------------------------podcast home ---------------------------- */

.podcast-thumbnail-home {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 0px;
  background-color: var(--color-03-fondo-claro);
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 2em;
  transition: 0.3s;
}

.podcast-thumbnail-home:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.75);
}

.podcast-caption-home h2 {
  font-size: 1.25em;
}

.podcast-caption-home {
  background-color: var(--color-03-fondo-claro);
  text-align: center;
  padding: 0.1em 0.5em 1em 0.5em;
  min-height: 18em;
}

.podcast-caption-home a {
}

/* ----------------------------podcast dentro de cada artículo ---------------------------- */

.podcast-mini-miniatura {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px 4px 4em 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 14px 14px 25px 0px rgba(0, 0, 0, 0.5);
  margin-top: 2em;
  transform: rotate(-5deg);
}

.podcast-texto-articulo p {
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.podcast-titulo-vocabulario {
  margin-left: 0.5em;
}

.podcast-titulo-vocabulario img {
  width: 2.5em;
  margin-right: 0.75em;
}

.podcast-titulo-quiz {
  margin-left: 0.5em;
}

.podcast-titulo-quiz img {
  width: 2.5em;
  margin-right: 0.75em;
}

.podcast-marco-vocabulario {
  -webkit-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 1em 2em 1em;
  margin-top: 0.5em;
}

.podcast-lista-vocabulario {
  list-style-type: none;
  padding-left: 0.5em;
  line-height: 200%;
}

.podcast-marco-quiz {
  background: #eee;
  padding: 1em 1em 2em 1em;
  margin-top: 0.5em;
  border-radius: 15px;
  color: #222222;
}

.podcast-marco-quiz div.radio input {
  opacity: unset !important;
}

.podcast-enunciado-pregunta-quiz {
  margin-top: 0.5em;
}

.podcast-boton-solucion-quiz {
  background-color: var(--color-01-fondo-oscuro);
  border-color: var(--color-01-fondo-oscuro);
}

/* ----------------------------FIN PODCAST ---------------------------- */

/* ----------------------------GENERICO CONSEJO ---------------------------- */

.consejo-costumbres:before {
  content: "";
  display: block;
  background: url(../png/consejo-costumbres.png) no-repeat;
  background-size: 6em;
  width: 7em;
  height: 6.5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  float: left;
}

.consejo-atencion:before {
  content: "";
  display: block;
  background: url(../png/consejo-atencion.png) no-repeat;
  background-size: 6em;
  width: 7em;
  height: 6.5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  float: left;
}

.consejo-consejo:before {
  content: "";
  display: block;
  background: url(../png/consejo-consejo.png) no-repeat;
  background-size: 6em;
  width: 7em;
  height: 6.5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  float: left;
}

.consejo-error:before {
  content: "";
  display: block;
  background: url(../png/consejo-error.png) no-repeat;
  background-size: 6em;
  width: 7em;
  height: 6.5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  float: left;
}

.generico-consejo {
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 10px;
  border: 2px solid #eeebbb;
  background: #fffddd;
}

.generico-consejo-titulo {
  text-transform: uppercase;
  font-weight: 700;
}

.hr-generico-consejo {
  height: 12px;
  border: 0;
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  margin-bottom: 0px;
}

/* --------- formulario newsletters --------- */

#mc_embed_signup .button {
  background-color: #1d4f96;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

#mc_embed_signup {
  max-width: 500px;
  background: none;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#mce-error-response a {
  color: lightblue !important;
}

#mce-responses {
  font-size: 1.5em !important;
  text-align: center;
}

.mc-field-group input {
  min-width: 50ch;
}
@media (max-width: 576px) {
  .mc-field-group input {
    min-width: 35ch;
  }
  #mc_embed_signup {
    width: 100%;
  }
}
/* Mensaje de "te has suscrito con éxito" */
div#mce-success-response {
  background: #fffddd;
  color: black;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}
/*------------ Contendedor de último (vídeo / texto / vídeo...) publicado ---------*/

.contenedor-ultimo-publicado {
  background-color: #ddd;
  margin: 1.5em 0 1em 0;
  border-radius: 8px;
}

.contenedor-ultimo-publicado div:nth-child(1) {
  padding: 0em;
}

.contenedor-ultimo-publicado div:nth-child(2) {
  margin-bottom: 1em;
}

/* ------------- Contact form - Formulario de contacto -------------- */

.wpcf7 {
  background-color: #ddd;
  padding: 2em !important;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 2em;
  text-align: center;
  margin-top: 1em !important;
  background-color: lightgreen;
}

/* ---------- GRAMATICA --------- */

.boton-gramatica:hover {
  background: #ededed;
}

.boton-gramatica {
  background: #ddd;
  margin-top: 1em;
  border: solid #cfcfcf 2px;
  border-radius: 8px;
  padding: 1em;
  transition: 0.3s;
}

.boton-gramatica p:nth-child(1) {
  color: #333;
  font-weight: 600;
}

.boton-gramatica p:nth-child(2) {
  font-size: 125%;
  color: var(--color-01-fondo-oscuro);
}

/* ---------------- Miscelanea ------------------ */

.page-header-seccion {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ccc;
}

footer#colophon {
  border-top: transparent;
}

/* ---------- OBLIGATORIAMENTE AL FINAL PARA QUE NO SE LE PISEN CLASES ------------ */

/* ----------------------------REDES SOCIALES ---------------------------- */

.bloque-social-curso-container {
  background: #f5f5f5;
  /* width: 100vw; */
  position: relative;
  /* left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important; */
  margin-top: 2em;
}

.bloque-social-curso {
  -webkit-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 2em 0em 1em;
  margin-bottom: 2em;
}

.bloque-social-curso h4 {
  font-size: 200%;
}

@media (min-width: 768px) {
  .bloque-social-curso img {
    max-height: 15em;
    float: left;
    margin-bottom: -0.75em;
  }
}

@media (max-width: 768px) {
  .bloque-social-curso img {
    max-height: 15em;
  }
}

.botones-sociales-centrado {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* ---------------- FULL WIDTH ------------------ */

/* Se usa para todo tipo de circunstancias */
.dar-fullwidth {
  width: 100vw;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Se usa para el marco de la newsletter */
.marco-fullwidth {
  margin-top: 2em;
  background: var(--color-01-fondo-claro);
  /* width: 100vw; */
  position: relative;
  /* left: 50% !important;
  right: 50% !important;
  margin-left: -50vw;
  margin-right: -50vw; */
  color: #ffffff;
}

.mf-newsletter h3 {
  color: #ffffff;
  font-size: 200%;
  margin-top: 1em;
  font-weight: inherit;
}

.sib-form {
  padding: 0 !important;
}

label.entry__label {
  margin-bottom: 0 !important;
}

#sib-form input{
  color: black;
}

/* Estilos para popup  en la home y Student access*/
.nuestro-popup{
  display: none;
  background-color: #ffffff66;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.nuestro-popup-wrapper {
  /* background-color: #ffffffeb; */
  /* border: solid 3px #fc7571; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20% 0 10% 0;
  width: 20%;
  max-width: 90vh;
  max-height: 90vh;
  overflow-x: auto;
}

@media only screen and (max-width: 768px) {
  .nuestro-popup-wrapper{
    width: 80%;
  }
}

.nuestro-popup-boton-cerrar {
  position: absolute;
  right: 11px;
  top: 28px;
  cursor: pointer;
  color: var(--color-01-fondo-claro);
  /* color: #003664; */
  z-index: 10001;
  transition: color 0.5s;
}

.nuestro-popup-boton-cerrar i{
  color: #da4453!important;
  font-size: xx-large !important;
  position: absolute;
  top: 0;
  right: 0;
}

.nuestro-popup-boton-cerrar i.fa-solid.fa-circle {
  color: white;
}

@media only screen and (max-width: 768px) {
  .nuestro-popup-boton-cerrar{
    width: 3em;
    padding: 1em;
  }
}

.nuestro-popup-boton-cerrar:hover {
  color: #da4453;
}

.nuestro-popup-content img{
  width: 100%;
  border-top-left-radius: 23%
}

.npc-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}

.npc-info-texto{
  font-size: x-large;
  color: #ee3134;
}

.npc-info-boton {
  background-color: red;
  border-radius: 5px;
  transition: 0.5s;
  padding: 12px;
  margin-top: 10px;
}

.npc-info-boton:hover {
  transform: scale(1.05);
}

.npc-info-boton a {
  color: white;
  font-size: x-large;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Oswald;
}

.npc-info-boton a:hover {
  color: white;
}

/* estilos para el popup del libro gratis  */
/* ACTUALMENTE BANNER DEL CURSO / PRODUCTO NUEVO  */

.libro-gratis-publi {
  position: fixed;
  z-index: 101;
  background-color: #fffffff2;
  bottom: 20px;
  right: 20px;
  width: 17em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  border-radius: 7px;
  border: solid #b7b4b4 1px;
  /* transition: transform 800ms, visibility 800ms; */
  transition: all 800ms;
}

.libro-gratis-publi .nuestro-popup-boton-cerrar{
  right: 4px;
  top: 4px;
}

.libro-gratis-publi .nuestro-popup-boton-cerrar i{
  font-size: x-large !important;
}

.hacer-popup-invisible{
  transform: scale3d(0.01, 0.01, 0.5);
  transform-origin: right;
  visibility: hidden;
  opacity: 0;
}

.hacer-popup-visible {
  visibility: visible;
  transform: scale3d(1, 1, 1);
  transform-origin: right;
}

.lgp-contet {
  padding: 0.5em 1.5em;
}

.lgp-c-textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em;
}

.lgp-c-titulo {
  color: red;
  font-size: 17px !important;
  font-family: 'Oswald';
  text-align: center;
  line-height: normal;
}

.lgp-c-descripcion {
  line-height: normal;
}

.lgp-c-boton {
  display: block;
}

.lgp-c-boton button{
  width: 100%;
}

/* botoncito del libro gratis */
.libro-gratis-publi-boton {
  background-color: #ee3134;
  position: fixed;
  bottom: 10%;
  right: 0;
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  z-index: 10;
  /* visibility: hidden; */
}

.lgpb-texto {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding: 9px 3px 9px 0;
  color: white;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .libro-gratis-publi {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .libro-gratis-publi .nuestro-popup-boton-cerrar{
    top: 3px;
  }

  .libro-gratis-publi .nuestro-popup-boton-cerrar i{
    font-size: 22px !important;
  }
}
