@charset "UTF-8";
@import url("../../fonts/GillSans/GillSans.css");

html,
body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-weight: 400;
}
body { font-family: Lato !important; }

.contenedor--titulo-principal {
  padding-top: 8rem;
}

.separacion-seccion {
  margin-top: 2rem;
}

.separacion-contenido {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contenedor-boton--derecha,
.contenedor-boton--izquierda {
  text-align: center;
}


@media screen and (min-width: 768px) {
  .contenedor-boton--derecha {
    text-align: right;
  }

  .contenedor-boton--izquierda {
    text-align: left;
  }
}
.seccion--con-fondo {
  padding-top: 3rem;
}

.contenedor-contenido {
  position: relative;
  padding-bottom: 4rem;
}

.cont-ilustracion-actividades-mod-escritorio svg {
  display: block;
  height: auto;
  margin: auto;
  max-width: 980px;
}

.cont-ilustracion-actividades-mod-movil svg {
  display: block;
  height: auto;
  margin: auto;
  max-width: 550px;
}

@media screen and (max-width: 600px) {
  .container {
    padding-left: 23px;
  }
}
.boton--con-imagen {
  align-items: center;
  border-radius: 0.75rem;
  color: #fff !important;
  display: inline-flex !important;
  flex-direction: row;
  text-transform: none;
  line-height: normal;
  padding: 1rem;
}

.boton--con-imagen__imagen {
  height: auto;
  margin-right: 10px;
  width: 1.5em;
}

.boton--con-imagen__imagen-d {
  height: auto;
  margin-right: 1rem;
  width: 1.5em;
  margin-right: 0;
  margin-left: 1rem;
}

.boton--con-imagen__texto {
  font-size: 1rem;
}
.titulo--actividad__icono-imagen{ position: absolute; height: 100%; display: flex; align-items:center; top: 0; left: 5px; }
.titulo--actividad__icono-imagen img{ padding-top: 0 !important; }

.boton-colapsar {
  align-items: center;
  box-shadow: none;
  border: #0081af 2px solid;
  font-size: 1rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: minmax(1rem, 3rem) minmax(12.5rem, 1fr) 2rem;
  margin: 1rem 0 0 0;
  padding: 0.84rem;
  text-transform: none;
  width: 100%;
}
.boton-colapsar .linea {
  align-self: center;
}

.btn-colapsar {
  box-shadow: none;
  border: #5656BF 2px solid;
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
  padding: 0.84rem;
  text-transform: none;
  width: 100%;
}

.btn-colapsar-layout {
  display: grid;
  grid-template-columns: minmax(1rem, 3rem) minmax(12.5rem, 1fr) 2rem;
}
.btn-colapsar-layout .linea {
  align-self: center;
}

.btn-colapsar-icono {
  align-self: center;
  align-items: center;
  background: #5656BF;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.expandido .btn-colapsar-icono {
  background: #d3eda9;
}

.btn-colapsar-texto {
  padding: 0 0.5rem;
  text-align: left;
}

.colapsar-contenido {
  background: #F9F9F9;
  font-size: 1rem;
  overflow: auto;
  padding: 1rem 2rem;
}

.btn-naranja-simple {
  background: #e26d5a;
  border-radius: 0.25rem;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  max-width: 120px;
  padding: 0.5rem;
  text-transform: none;
  width: 100%;
}

.btn-control-carousel {
  opacity: 100%;
  transition: opacity 300ms linear;
}
.btn-control-carousel.desaparecido {
  opacity: 0%;
}

@media screen and (min-width: 768px) {
  .boton--con-imagen__texto,
.boton-colapsar,
.btn-colapsar,
.colapsar-contenido,
.btn-naranja-simple {
    font-size: 1.3rem;
  }
}
.nav-pagina {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, 15rem);
  justify-content: center;
}

.nav-pagina__enlace {
  height: 15rem;
  width: 15rem;
}

.nav-pagina__enlace--azul {
  display: grid !important;
  color: #c7c7c7;
  font-size: 1rem;
  grid-template-rows: 1fr max-content;
  text-transform: none;
}

.nav-pagina__enlace--azul:hover {
  background: #345398;
  color: #fff;
}

.nav-pagina__enlace__icono {
  display: block;
  height: 7rem;
  margin: 0 auto;
  width: auto;
}

.nav-pagina__enlace__texto {
  font-size: 1rem;
  line-height: 1;
  grid-row: 2;
}

.nav-temario {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, 13rem);
  justify-content: center;
  padding-bottom: 3.5rem;
}

.nav-temario__enlace {
  align-items: center;
  background: #183e8b;
  border-top: #183e8b 4px solid;
  color: #fff;
  display: flex !important;
  font-size: 1.7rem;
  height: 15rem;
  justify-content: center;
  padding: 0;
  text-transform: none;
  transition: background 300ms linear, border-color 300ms linear;
  width: 10rem;
}
.nav-temario__enlace .visible--hover {
  display: none;
}
.nav-temario__enlace .invisible--hover {
  display: block;
}
.nav-temario__enlace:hover {
  background: #18529d;
  border-color: #2c91ff;
  color: #fff;
}
.nav-temario__enlace:hover .visible--hover {
  display: block;
}
.nav-temario__enlace:hover .invisible--hover {
  display: none;
}

.nav-temario__enlace.deshabilitado {
  cursor: default;
  background: #55668a;
  border-top: #55668a;
}
.nav-temario__enlace.deshabilitado:hover {
  background: #55668a;
  border-top: #55668a;
  color: #fff;
}
.nav-temario__enlace.deshabilitado:hover .visible--hover {
  display: none;
}
.nav-temario__enlace.deshabilitado:hover .invisible--hover {
  display: block;
}

.nav-temario__icono--texto {
  color: #5e78ad;
  font-size: 9rem;
  font-weight: 400;
}

.nav-temario__icono--img {
  height: 8rem;
  width: auto;
}

@media screen and (min-width: 768px) {
  .nav-temario {
    grid-template-columns: repeat(auto-fit, 11rem);
    gap: 2rem;
  }

  .nav-temario__enlace {
    height: 10rem;
    width: 10rem;
  }

  .nav-temario__icono--img {
    height: 9rem;
  }

  .nav-pagina__enlace--azul,
.nav-pagina__enlace__texto {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .nav-pagina__enlace__icono {
    margin: 0 auto 10px;
  }
}
.pleca {
  background-color: #fff;
  position: fixed;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 100;
}

.pleca__ee {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  text-align: left;
  transition: color 300ms linear;
}
.pleca__ee .color--verde {
  color: #fff !important;
  transition: color 300ms linear;
}

.pleca__ee__flechas {
  align-self: flex-start;
  margin-right: 0.3rem;
  opacity: 0;
  transition: 300ms opacity linear;
}

.scroll .pleca__ee {
  color: #1e569f;
}
.scroll .pleca__ee__flechas {
  opacity: 1;
}
.scroll .color--verde {
  color: #478e4c !important;
}

.pleca__uv {
  align-self: start;
  background-color: #7da761;
  color: white !important;
  letter-spacing: 0.75px;
  padding: 0.3rem;
}

@media screen and (min-width: 580px) {
  .pleca {
    display: grid;
    grid-template-columns: 1fr max-content;
  }

  .pleca__ee {
    grid-column: 1;
    grid-row: 1;
  }

  .pleca__uv {
    grid-column: 2;
    grid-row: 1;
  }

  .pleca__ee__flechas {
    align-self: center;
  }
}
/* Titulo principal de la Experiencia Educativa */
.titulo-principal {
  align-items: center;
  color: #4d4d4d;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content;
  column-gap: 2rem;
  row-gap: 1rem;
}
.titulo-principal__simbolo {
  display: block;
  grid-column: 1;
  grid-row: 1/3;
  height: 200px;
  width: auto;
}
.titulo-principal__titulo, .titulo-principal__subtitulo {
  font-weight: 400;
}
.titulo-principal__titulo {
  align-self: end;
  display: block;
  font-size: 2.5rem;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.titulo-principal__subtitulo {
  align-self: start;
  display: block;
  font-size: 1rem;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .titulo-principal__titulo {
    font-size: 3rem;
  }
  .titulo-principal__subtitulo {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .titulo-principal__titulo {
    font-size: 3.5rem;
  }
  .titulo-principal__subtitulo {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .titulo-principal__titulo {
    font-size: 4rem;
  }
  .titulo-principal__subtitulo {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .titulo-principal__titulo {
    font-size: 4.5rem;
  }
  .titulo-principal__subtitulo {
    font-size: 1.8rem;
  }
}

/* Titulo con las 2 lineas laterales */
.titulo-lineas--sencillo {
  align-items: center;
  display: grid;
  font-size: 2rem !important;
  font-weight: 400;
  grid-template-columns: minmax(1rem, 6.25rem) 1fr minmax(1rem, 6.25rem);
  margin-bottom: 0;
  padding-bottom: 1.68rem;
}
.titulo-lineas--sencillo__texto {
  padding: 0 1rem;
  text-align: center;
}

.titulo--con-fondo {
  padding: 3.5rem 0;
}

.titulo-lineas--con-imagen {
  align-items: center;
  display: grid;
  font-size: 2rem !important;
  font-weight: 400;
  grid-template-columns: minmax(1rem, 6.25rem) 1fr minmax(1rem, 6.25rem);
  grid-template-rows: max-content max-content;
  margin-bottom: 0;
  padding-bottom: 3rem;
  row-gap: 1rem;
}
.titulo-lineas--con-imagen__imagen {
  display: block;
  grid-column: 1/4;
  margin: auto;
  height: 5rem;
  width: auto;
}
.titulo-lineas--con-imagen__texto {
  padding: 0 1rem;
  text-align: center;
}

/* Titulos en los módulos */
.titulo--en-modulo {
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  column-gap: 1rem;
  grid-template-columns: max-content max-content 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.titulo--en-modulo__circulo {
  background: #F7D589;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  border-radius: 50%;
}
.titulo--en-modulo__texto {
  align-self: center;
  display: inline-block;
}

.titulo--de-modulo {
  align-items: center;
  color: #0081af;
  display: grid;
  font-size: 1.75rem;
  font-weight: 700;
  grid-template-columns: minmax(1rem, 10rem) 1fr minmax(1rem, 10rem);
  grid-template-rows: max-content max-content;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 3rem;
  row-gap: 1rem;
}
.titulo--de-modulo__texto {
  padding: 0 1rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .titulo--de-modulo {
    grid-template-columns: minmax(1rem, 1rem) 1fr minmax(1rem, 1rem);
    font-size: 1.3em;
    padding-top: 6em;
    padding-bottom: 1em;
  }
}
.titulo--actividad {
  display: grid;
  gap: 1rem;
  grid-template-columns: max-content 1fr max-content;
  margin-bottom: 2rem;
}
.titulo--actividad__icono {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  height: auto;
  width:34px;
}
.titulo--actividad__texto {
  font-size: 1rem;
  font-weight: 600;
  grid-column: 2/4;
  grid-row: 1;
  margin-bottom: 0;
  color: #5656BF;
}
.titulo--actividad .linea {
  align-self: center;
  grid-column: 1/3;
  grid-row: 2;
}
.titulo--actividad__btn {
  background: #fff;
  border: 2px #e26d5a solid;
  border-radius: 1rem;
  color: #e26d5a;
  font-size: 1rem;
  font-weight: 700;
  grid-column: 3;
  grid-row: 2;
  padding: 0.84rem;
  text-transform: none;
}
.titulo--actividad__btn:hover {
  color: #e26d5a;
}

@media screen and (min-width: 768px) {
  .titulo--actividad {
    grid-template-columns: max-content minmax(117px, max-content) 1fr max-content;
  }
  .titulo--actividad__icono {
    grid-column: 1;
    grid-row: 1;
  }
  .titulo--actividad__texto {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
  }
  .titulo--actividad .linea {
    grid-column: 3;
    grid-row: 1;
  }
  .titulo--actividad__btn {
    grid-column: 4;
    grid-row: 1;
  }
}
.subtitulo-actividad {
  color: #0081af;
  font-size: 1rem;
  font-weight: 600;
  margin: 3rem 0 0.75rem 0;
}

.titulo-tipo-referencia {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .titulo-principal__subtitulo,
.titulo--en-modulo,
.titulo--actividad__texto,
.titulo--actividad__btn,
.subtitulo-actividad,
.titulo-tipo-referencia {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .titulo-lineas--sencillo__texto {
    font-size: 0.8em;
  }

  .titulo--con-fondo {
    padding: 1.5rem 0;
  }

  .titulo-lineas--con-imagen__texto {
    font-size: 0.8em;
  }

  .titulo-lineas--con-imagen__imagen {
    height: 3rem;
  }

  .globo {
    padding: 1rem;
  }

  .nav-pagina__enlace {
    height: 12rem;
  }

  .separacion-seccion {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .titulo-principal__titulo {
    margin: 15px 0 0;
    font-size: 2rem;
  }

  .titulo-principal__simbolo {
    height: 131px;
  }
}
.linea {
  border-radius: 4px;
  display: inline-block;
  height: 4px;
  align-self: end;
}
.linea--verde {
  background: #7da761;
}
.linea--verde-claro {
  background: #b9e3c6;
}
.linea--naranja {
  background: #D3EDA9;
}

.linea--morada {
  background: #4FAE9C;
}
.linea--beige {
  background: #FFBA6E;
}

.linea-cuerpo {
  background-image: linear-gradient(181deg, #615CE2 0%, #96BBE0 14%, #C6F8E4 25%, #E3FEC5 50%, #EEEEA9 75%, #F6D88D 100%);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .linea-cuerpo {
    width: 30px;
  }
}
@media screen and (min-width: 992px) {
  .linea-cuerpo {
    width: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .linea-cuerpo {
    width: 30px;
  }
}
.parrafo,
.parrafo--con-imagen {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.parrafo--con-imagen {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .parrafo--con-imagen {
    flex-direction: row;
  }
}
.parrafo--con-imagen__imagen {
  height: 4rem;
  margin: 0 1rem 1rem 0;
  width: auto;
}

@media screen and (min-width: 768px) {
  .parrafo,
.parrafo--con-imagen {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .parrafo--con-imagen__imagen {
    display: none;
  }
}
.color--azul {
  color: #345398;
}

.color--blanco {
  color: #fff;
}

.globo-con-carousel {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: 1fr max-content;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 2rem 0;
  min-height: 660px;
  padding-bottom: 0 !important;
}

.color--verde {
  color: #478e4c;
}

div#cont-vert {
  border: 2px solid #0B5E96;
}

#indicadores-pasos {
  text-align: center;
  margin: 10px auto;
}

.boton-carousel-hor {
  align-self: center;
  padding: 0.5rem;
  box-shadow: none;
}

.carousel-pasos-indicadores, .globo-con-carousel {
  font-size: 1.3rem;
}

.fondo--gradiente-azul {
  background: #18509b;
  background: linear-gradient(90deg, #18509b 0%, #182372 100%);
}

.pensamiento-sombra {
  text-align: left;
  border: 1px solid #FFBA6E;
  padding: 2em;
  padding-bottom: 0;
 width: 98%;
 margin: 0 auto;
}
.contenedor-pestanias .tab-content {
    border: 2px solid #5656BF;
    border-bottom: 12px solid #5656BF;
}

h1.titulo-lineas--con-imagen.titulo--con-fondo.color--azul {
  padding-top: 1px;
}

h1.titulo-lineas--con-imagen.titulo--con-fondo.color--azul.info-gen {
  padding-top: 110px;
}

.fondo--blanco {
  background: #fff;
}

.contenedor-boton-eminus {
  text-align: center;
  background-image: linear-gradient(to right, #D9E5D1 0%, #7DA761 21%, #7DA761 81%, #D9E5D1 100%);
  color: #Fff;
  padding: 1em 0;
  margin: 2em 0 0;
}

.fondo--gradiente-gris {
  background: #ECE5FF;
  background: linear-gradient(180deg, #ECE5FF 0%, white 100%);
}

.fondo--gradiente-blanco {
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, white 100%);
}

.fondo--verde {
  background: #345398;
  max-width: 330px;
  min-width: 160px;
  width: 50%;
}

.fondo--blanco-verde {
  background: #f7d589 !important;
  color:#5656BF !important;
  
}

.color--negro {
  color: #000 !important;
}

.fondo--naranja {
  background: #e26d5a;
}

.fondo--azul {
  background: #0081af;
}

.fondo--verde-claro {
  background: #b8e2c5;
}

.fondo--amarillo {
  background: #0B5E96;
  color: #fff;
}

.fondo--amarillo b {
  color: #FFBA6E;
}

/* Globo con sombra, se ocupa en competencia */
.globo {
  border-radius: 1rem;
  padding: 2rem;
  /* border-radius: .5rem;
  padding: 1rem 2rem 0.2em;*/
}
.globo__contenido {
  font-size: 1rem;
}

.globo--verde {
  background: #f2f7f2;
  font-size: 1rem;
}

/* Liston */
.liston {
  display: block;
  margin: auto;
  max-width: 21rem;
  width: 100%;
}

.invisible-escritorio {
  display: block;
}

.invisible-movil {
  display: none;
}

@media screen and (min-width: 768px) {
  .invisible-escritorio {
    display: none;
  }

  .invisible-movil {
    display: block;
  }
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.contenedor-bibliografia .flecha {
  height: 2rem;
}
.contenedor-bibliografia .vert-btn {
  background: #b9e3c6;
  box-shadow: none;
  margin: 0;
  opacity: 100% !important;
  padding: 0.84rem;
  width: 100%;
}
.contenedor-bibliografia .vert-btn img {
  opacity: 100%;
  transition: opacity 300ms linear;
}

.vert-btn-2 img {
  opacity: 100%;
  transition: opacity 300ms linear;
}

.vert-btn.desaparecido img,
.vert-btn-2.desaparecido img {
  opacity: 0%;
}

.bibliografia-titulo {
  background: #0081af;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 1rem 2rem;
}

.bibliografia__lista {
  border: #b9e3c6 2px solid;
  list-style: none;
  margin: 0;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .bibliografia__lista {
    padding: 2rem 3rem;
  }
}
.referencia {
  font-size: 1rem;
  margin-left: 1rem;
  text-indent: -1rem;
}

.carousel-expertos {
  margin-top: 2rem;
}

.carousel-expertos__boton {
  align-items: center;
  background-color: #345398 !important;
  display: flex;
  height: 30px;
  margin: 0;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 30px;
}

.carousel-expertos__experto {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 1fr max-content max-content;
}

.carousel-expertos__experto__imagen {
  grid-column: 1/3;
  grid-row: 1/3;
}

.carousel-expertos__experto__nombre {
  font-size: 1rem;
  font-weight: 700;
  grid-column: 1/3;
  grid-row: 3;
  text-align: center;
}

.carousel-expertos__boton {
  grid-column: 2;
  grid-row: 2;
}

.contenedor-carousel--expertos {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: max-content 1fr max-content;
}

.carousel--expertos {
  overflow: hidden;
}

.carousel__izquierda,
.carousel__derecha {
  align-items: center;
  display: flex;
}
.carousel__izquierda i,
.carousel__derecha i {
  font-size: 2rem;
  color: #7da761;
}

.modal-header--expertos {
  display: block;
  border: none;
  padding-bottom: 0;
  position: relative;
}

.modal-header__cerrar {
  color: #71bdae !important;
  position: absolute;
  right: 1.5rem;
  z-index: 2000;
}

.modal__titulo--header {
  align-items: center;
  display: grid;
  font-size: 1.5rem;
  font-weight: 700;
  grid-template-columns: minmax(1rem, 1fr) minmax(200px, max-content) minmax(1rem, 1fr);
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (max-width:767px){
  .modal__titulo--header { font-size: 1.1rem !important; }
}

.modal__titulo--header .linea {
  align-self: center;
}

.modal-experto-foto {
  display: block;
  height: auto;
  margin: 2rem auto 1rem auto;
  max-width: 16rem;
  width: 100%;
}

.modal-experto-foto.invisible-escritorio {
  display: block;
}

@media screen and (min-width: 768px) {
  .modal-experto-foto.invisible-escritorio {
    display: none;
  }
}
.modal__titulo--header__titulo {
  grid-column: 2;
  grid-row: 1;
  padding: 0 1rem;
  text-align: center;
}

.carousel-expertos__experto__imagen {
  height: 200px;
  width: 100%;
}

.experto-trigger-modal {
  display: grid;
  grid-template-columns: max-content 1fr minmax(5rem, max-content);
  margin-bottom: 1rem;
  padding-left: 0.84rem;
}
.experto-trigger-modal .bola {
  align-self: center;
  margin-right: 0.5rem;
}

.titulo-evd {
  color: #8F87CC;
}

.diagrama-tabla-contenedor {
  background: url(../../images/modulo-1/PCSP-M1_esquema-estrellas-derecha.svg) no-repeat left center/167px, url(../../images/modulo-1/PCSP-M1_esquema-estrellas-izquierda.svg) no-repeat right/260px;
  min-height: 500px;
  width: 100%;
}

.titulos-encab-diagrama {
  background: url(../../images/modulo-1/PCSP-m1_ESTRELLABLANCA.png) no-repeat 16px center, url(../../images/modulo-1/PCSP-m1_COLA.png) no-repeat right #FFBA6E;
  width: 100%;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  padding-left: 2em;
  text-align: center;
  height: 68px;
  padding: 4px 0;
  max-width: 300px;
  margin: 0 auto;
}

.encab-diagrama {
  background: url(../../images/modulo-1/PCSP-m1_LINEAPUNTEADA.png) no-repeat 100px 0 #fff;
  position: relative;
}

.tab-content {
  border: 2px solid #0B5E96;
  border-top: 10px solid #0B5E96;
  padding: 2em 0;
}

.nav-tabs .nav-link {
  border: 0;
}

li.nav-item.tab-1-item.waves-effect.waves-light a {
  color: #fff;
  background: #8F87CC;
  padding: 0.5em 0;
  border-left: 1px solid #fff;
}

li.nav-item.tab-1-item.waves-effect.waves-light a.active {
  color: #FFBA6E;
  background: #0B5E96;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #fff;
}

ul.nav.nav-tabs.tabs-1-nav.nm li {
  width: 16.66%;
  border-left: aliceblue;
  text-align: center;
}

li.nav-item.tab-2-item.waves-effect.waves-light a {
  color: #1E4566;
  background: #FFBA6E;
  padding: 0.5em 0;
  border-left: 1px solid #fff;
}

li.nav-item.tab-2-item.waves-effect.waves-light a.active {
  color: #FFBA6E;
  background: #1E4566;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #fff;
}

ul.nav.nav-tabs.tabs-2-nav.nm li {
  width: 33.33%;
  border-left: aliceblue;
  text-align: center;
}

.tab-1-link img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

/*
.contenedor-tabs-img {
  background: url(../../images/modulo-1/PCSP-M1_ACT03.svg) no-repeat 0 center/300px;
  padding-left: 330px;
}*/

.video iframe {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.btn-colapsar-layout-d {
  display: grid;
  grid-template-columns: minmax(11.5rem, 1fr) 2rem;
}

.descarga-doc {
  background: url(../../images/descarga-naranja.svg) no-repeat;
  width: 36px;
  height: 24px;
  display: inline-flex;
}

.btn-colapsar.color2 {
  background: #8F87CC;
  border: 1px solid rgb(173, 35, 35);
  color: #fff;
  margin-top: 0;
}

li.nav-item.tab-1-item.waves-effect.waves-light:first-child a {
  border-left: 0;
}

.contenedor-tabs-img .tab-pane {
  min-height: 309px;
}

li.nav-item.tab-2-item.waves-effect.waves-light:first-child a {
  border-left: 0;
}

.tab-1-tab-img {
  display: inline-block;
  width: 20%;
}

.tabtitulo-movil {
  display: none;
}

@media screen and (max-width: 1200px) {
  /*
  .contenedor-tabs-img {
    background: url(../../images/modulo-1/PCSP-M1_ACT03.svg) no-repeat 0 center/200px;
    padding-left: 230px;
  }
  */
}
@media screen and (max-width: 990px) {
  /*
  .contenedor-tabs-img {
    background: none;
    padding-left: 0;
  }*/
}
@media screen and (max-width: 540px) {
  .tabs-1-texto.parrafo {
    display: none;
  }

  .tabtitulo-movil {
    display: block;
    font-weight: bold;
  }
}
.video iframe {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 700px;
  margin-bottom: 3rem;
}

.video iframe {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 700px;
  height: 388px;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

@media screen and (max-width: 767px) {
  .video iframe {
    max-width: 510px;
    height: 287px;
  }
}
@media screen and (max-width: 500px) {
  .video iframe {
    max-width: 467px;
    height: 263px;
  }

  svg.diagrm4m text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 425px) {
  .video iframe {
    max-width: 467px;
    height: 222px;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 375px) {
  .video iframe {
    max-width: 467px;
    height: 194px;
  }
}
@media screen and (max-width: 320px) {
  .video iframe {
    max-width: 467px;
    height: 163px;
  }
}
.primer-t {
  font-weight: bold;
}

.primer-t b {
  color: #0B5E96;
}

.contenedor-tab-1-contenido {
  display: inline-block;
  width: 79%;
  vertical-align: top;
  padding: 0 1em;
}

.encab-diagrama div {
  background: #1E4566;
  width: 100px;
  color: #FFBA6E;
  padding: 4px 10px;
  height: 38px;
  text-align: center;
}

.encab-diagrama p {
  position: absolute;
  right: 4px;
  top: 8px;
  margin: 0;
  background: #fff;
  width: 27px;
  text-align: right;
}

.encab-diagrama-azul {
  color: #0B5E96;
}

.diagrama-tabla {
  max-width: 430px;
  margin: 0 auto;
}

.diagrama-tabla > section {
  margin: 1em 0 2em;
}

.diagrama-tabla > section > section {
  border: 2px solid #1E4566;
  border-top: 0;
  border-radius: 1em;
  padding: 1em 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
}

.pasos-titulo {
  background: #1E4566;
  color: #fff;
  padding: 0.5em 1em; position: relative;
}



.pasos-titulo b {
  color: #FFBA6E;
}

.contenedor-pasos {
  border: 2px solid #1E4566;
  padding: 0.5em 1em 0;
}

.pasos {
  background: url(../../images/PCSP-M1_icono-paso.svg) no-repeat 0 0/78px;
  padding-left: 90px;
}

.pasos-foro {
  background: url(../../images/PCSP-M1_icono-paso.svg) no-repeat 0 0/78px, url(../../images/icono-foro.svg) no-repeat 0 103px/63px;
  padding-left: 90px;
}

.img-act02 {
  text-align: center;
}

.img-act02 img {
  max-width: 750px;
  width: 50%;
  margin: 0 auto 2em;
}
.img-act03 {
  text-align: center;
}

.img-act03 img {
  width: 100%;
  margin: 0 auto 1em;
}
.img-act03-2 {
  display: none;
  text-align: center;
}

.img-act03-2 img {
  width: 100%;
  margin: 0 auto 1em;
}

.pasos-foro img {
  display: none;
}
p.desaparece-movil {
    text-align: center;
    margin-top: -2em;
}
p.desaparece-movil2 {
    text-align: center;
    margin-top: -2em;
}
@media screen and (max-width: 1200px) {
  p.desaparece-movil {
   display: none;
}
}
@media screen and (max-width: 767px) {
  .img-act03 {
  display: none;
  }
  .img-act03-2 {
  display: block;
  }
}
@media screen and (max-width: 767px) {
  .colapsar-contenido ul, .colapsar-contenido ol {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .contenedor-pasos ul {
    padding-left: 10px;
  }
  .pasos-foro .pasos-titulo { padding-left: 52px;}
  .img-act02{display: none;}
}
@media screen and (max-width: 720px) {
  .pasos-foro img {
    display: inline-block;
    float: left;
    padding-top: 10px;
    width: 40px;
  }

  .pasos {
    background: none;
    padding-left: 0;
  }

  .pasos-foro {
    background: none;
    padding-left: 0;
  }
}
.experto-trigger-modal__nombre {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.84rem 0;
}

.modal-body {
  font-size: 1rem;
}

.bola {
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}
.bola--azul {
  background: #345398;
}

.experto-trigger-modal__mas {
  border-left: 4px #7da761 solid;
  font-size: 1rem;
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  text-transform: none;
  width: 100%;
}

.glide__bullet {
  background: #184793;
}

.glide__bullet--active {
  background: #66aa5c;
}

.glide__bullet:hover {
  background: #66aa5c;
}

.glide__bullets {
  bottom: 0;
}

.texto-foro {
  display: grid;
  gap: 10px;
  grid-template-columns: 70px 1fr;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.texto-foro__imagen {
  height: auto;
  width: 100%;
}
.texto-foro__texto {
  border-left: 4px #0081af solid;
  padding-left: 10px;
}
.texto-foro__lista {
  margin-bottom: 0;
}

.instruccion {
  font-weight: 700;
}

.texto-margen {
  font-size: 1rem;
  margin-left: 70px;
}

.texto-margen {
  margin: 0 0 2rem 20px;
}
.texto-margen__lista {
  margin-bottom: 0;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .texto-margen {
    margin-left: 80px;
  }
}
.btn-enlace-recomendacion {
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  width: 10rem;
}
.btn-enlace-recomendacion img {
  display: block;
  height: auto;
  width: 100%;
}

.fw-600 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .globo__contenido,
.globo--verde,
.bibliografia-titulo,
.referencia,
.carousel-expertos__experto__nombre,
.experto-trigger-modal__nombre,
.modal-body,
.experto-trigger-modal__mas,
.texto-foro,
.texto-margen {
    font-size: 1.3rem;
  }
}
.modulo__introduccion {
  border: 1px solid #1E4566;
}

.modulo__introduccion__imagen {
  display: none;
}

.modulo__introduccion__imagen_movil {
  height: auto;
  width: 80%;
  display: block;
  margin: 0 auto 1.5em;
  max-width: 249px;
}

.color--morado {
  margin: 1em auto 2em;
}

.color--morado span {
  min-width: 210px;
}

.modulo__introduccion__texto {
  padding: 2rem;
}

.visible991 {
  display: block;
}

.no-visible991 {
  display: none;
}

@media screen and (max-width: 991px) {
  .visible991 {
    display: none;
  }

  .no-visible991 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .modulo__introduccion {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }

  .modulo__introduccion__imagen {
    display: inline-block;
    height: auto;
    margin: 3em auto;
    width: 100%;
  }

  .modulo__introduccion__imagen_movil {
    display: none;
  }
}
.video {
  display: block;
  width: 100%;
  margin: 2em auto;
  max-width: 700px;
}

.correo-afbg {
  color: #0081af;
}

@media screen and (max-width: 600px) {
  .fondo--verde {
    width: 90%;
  }

  .globo {
    padding: 2rem 1rem 1rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .imagen-alta-escritorio {
    height: 100%;
    object-fit: cover;
    width: auto;
  }
}
.pie-pagina {
  background-color: #e5e5e5;
  color: #515151;
  padding: 2rem 0;
}

.pie-pagina__contenido {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pie-pagina__uv {
  height: 8.5rem;
  margin-bottom: 1rem;
  width: auto;
}

.pie-pagina__afbg {
  align-self: center;
}

.afbg {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
}

.afbg__logo {
  align-items: center;
  border-right: #515151 4px solid;
  display: inline-flex;
  font-size: 2rem;
  padding-right: 0.5rem;
}

.afbg__texto {
  align-items: center;
  display: inline-flex;
  font-size: 1.25rem;
  padding-left: 0.5rem;
}

.sidebar {
  background-color: #345398;
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  z-index: 999;
  transition: left 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sidebar.active {
  left: 0;
}

.dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.contenido {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar__encabezado {
  align-items: center;
  background-color: #21437f !important;
  display: flex;
  height: 3rem;
  justify-content: flex-end;
  padding: 0 1rem;
}

.sidebar__enlace,
.sidebar__icono {
  color: #fff;
  font-size: 1rem;
}

.sidebar__enlace.deshabilitado {
  cursor: default;
}

.sidebar__encabezado:hover .sidebar__icono,
.sidebar__enlace:hover {
  color: #7da761;
}

.sidebar__enlace {
  display: block;
  padding: 1rem 1.5rem 0 1.5rem;
}

.sidebar__elemento--borde {
  border-bottom: 1px #fff solid;
  padding-bottom: 1rem;
}

.sidebar__lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar__dismiss {
  padding: 0.5rem;
}

.sidebar__collapse {
  background-color: #345398 !important;
  border-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-size: 1.3rem;
  margin: 0;
  padding: 0.75rem 1.25rem !important;
  position: fixed;
  top: 4.5rem;
  z-index: 900;
}

@media screen and (min-width: 768px) {
  .sidebar__enlace,
.sidebar__icono,
.sidebar__collapse {
    font-size: 1.3rem;
  }
}
.hi-1,
.hi-2,
.hi-4 {
  fill: #c7c7c7;
}

.hi-2 {
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}

.hi-2,
.hi-3,
.hi-4,
.hi-5 {
  stroke: #c7c7c7;
}

.hi-3, .hi-5 {
  fill: none;
  stroke-linejoin: round;
}

.hi-3 {
  stroke-width: 2.61px;
}

.hi-4 {
  stroke-miterlimit: 10;
  stroke-width: 1.05px;
}

.hi-5 {
  stroke-linecap: round;
  stroke-width: 2.71px;
}

.hi-1,
.hi-2,
.hi-4 {
  transition: fill 300ms linear;
}

.hi-2,
.hi-3,
.hi-4,
.hi-5 {
  transition: fill 300ms linear, stroke 300ms linear;
}

.nav-pagina__enlace:hover .hi-1,
.nav-pagina__enlace:hover .hi-2,
.nav-pagina__enlace:hover .hi-4,
.nav-pagina__enlace:active .hi-1,
.nav-pagina__enlace:active .hi-2,
.nav-pagina__enlace:active .hi-4,
.nav-pagina__enlace:focus .hi-1,
.nav-pagina__enlace:focus .hi-2,
.nav-pagina__enlace:focus .hi-4 {
  fill: #fff;
}
.nav-pagina__enlace:hover .hi-2,
.nav-pagina__enlace:hover .hi-3,
.nav-pagina__enlace:hover .hi-4,
.nav-pagina__enlace:hover .hi-5,
.nav-pagina__enlace:active .hi-2,
.nav-pagina__enlace:active .hi-3,
.nav-pagina__enlace:active .hi-4,
.nav-pagina__enlace:active .hi-5,
.nav-pagina__enlace:focus .hi-2,
.nav-pagina__enlace:focus .hi-3,
.nav-pagina__enlace:focus .hi-4,
.nav-pagina__enlace:focus .hi-5 {
  stroke: #fff;
}

.tabla-rubrica b {
  font-weight: 700;
}

.tabla-rubrica th,
.tabla-rubrica td {
  border: 4px solid #fff;
  font-size: 1rem !important;
  padding: 0.5rem;
}

.tabla-rubrica th:nth-child(1),
.tabla-rubrica th:nth-child(4),
.tabla-rubrica tr td:nth-child(4) {
  background: #edd892;
}

.tabla-rubrica th:nth-child(2),
.tabla-rubrica tr td:nth-child(2) {
  background: #b9e3c6;
}

.tabla-rubrica th:nth-child(3),
.tabla-rubrica tr td:nth-child(3) {
  background: #0081af;
  color: #fff;
}

.tabla-rubrica th:nth-child(5),
.tabla-rubrica tr td:nth-child(5) {
  background: #e26d5a;
  color: #fff;
}

.tabla-rubrica tr:last-child td,
.tabla-rubrica tr:last-child td b {
  background: #edd892;
  color: #000 !important;
}

.tabla-rubrica tr td:first-child > b:last-child {
  color: #0081af;
}

.tabla-metadatos {
  margin-top: 2rem;
}

.tabla-metadatos th,
.tabla-metadatos td {
  border: 4px solid #0081af;
  font-size: 1rem !important;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .tabla-metadatos th,
.tabla-metadatos td {
    font-size: 1.3rem !important;
  }
}
.tabla-metadatos th {
  background: #edd892;
  font-weight: 700;
}

.tabla-metadatos tr:not(:nth-child(2)) td:first-child {
  background: #edd892;
  font-weight: 700;
}

.tabla-rubrica th,
.tabla-rubrica td {
  font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
  .tabla-rubrica th,
.tabla-rubrica td {
    font-size: 1.3rem !important;
  }
}
.tabla-metadatos {
  width: 100%;
}
.tabla-metadatos ul {
  margin-bottom: 0;
}
.tabla-metadatos .metadatos-actividad-extra {
  background: #fff !important;
  font-weight: 400 !important;
}

/*# sourceMappingURL=afbg.min.css.map */

@media screen and (min-width: 1200px) {
  .nav-temario {
    grid-template-columns: repeat(auto-fit, 12rem);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-temario__enlace{ height:10rem; }
}

.go {
  color: #F7D589;
  font-weight: 700;
  text-align: center;
}

.inicio-modulo {
  width: 100%;
  margin: 1rem 0 2rem 0;
  padding: 20px 30px 5px 30px;
  border-radius: 10px;
  background: -prefix-linear-gradient(top, #459C9A, #5656BF);
  background: linear-gradient(to bottom, #459C9A, #5656BF);
  color: #fff;
}

.contenedor-menu-interior {
  margin: 2em auto 0;
  justify-content: center;
  font-size: 1.3rem;
}

.enlace-interior {
  background: #d3eda9;
  color: #5656bf !important;
  display: block;
  padding: .5rem;
  transition: background 200ms linear,
              color 200ms linear;
}

.enlace-interior .img-flecha--derecha {
  display: inline-block;
  height: auto;
  margin-right: .5rem;
  width: 15px;
}

.enlace-interior .img-flecha--abajo {
  display: none;
  height: 15px;
  margin-bottom: .5rem;
  width: auto;
}

.importante {
  align-items: center;
  color: #5656bf;
  display: inline-flex;
  font-weight: 700;
  transform: translateY(4px);
}

.importante img {
  height: auto;
  width: 25px;
  margin-right: 4px;
}

.descri-tarea .ol {
  list-style: decimal;
}

@media screen and (min-width: 768px) {

  .contenedor-menu-interior {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .enlace-interior {
    border: #d3eda9 2px solid;
    border-radius: .5rem;
    background: white;
    color: #5656bf !important;
    display: grid;
    gap: 1rem;
    grid-template-rows: 60px 1fr;
    padding: 1rem;
    min-height: 220px;
  }

  .enlace-interior:hover {
    background: #d3eda9;
    color: #5656bf !important;
  }

  .enlace-interior span {
    display: block;
    text-align: center;
    align-self: center;
    justify-self: center;
    grid-column: 1;
    grid-row: 2;
  }

  .enlace-interior .img-flecha--derecha {
    display: none;
  }
  
  .enlace-interior .img-flecha--abajo {
    align-self: end;
    justify-self: center;
    grid-column: 1;
    grid-row: 1;
    display: inline-block;
    width: 30px;
  }
}

.colapsar-contenido{ 
  padding: 1rem 1rem 1rem 2rem;
 }
 .class-contenedor-video{ padding-top: 3em;}
 .class-contenedor-video .instruccion.color--verde {
     padding-left: 2em;
 }
 @media screen and (max-width: 767px) {
   .class-contenedor-video{ padding-top: 2em;}
   .referencia{ margin-left: 0rem;}
   .cont-car15{padding: 1rem 0 !important; }
 }

 /*slider*/

#cont-vert-index{ min-height:324px; position:relative; margin-bottom:2rem; }
#cont-vert-index section{ width:21%; margin:0 2%; float:left; }
#cont-vert-index .contenedor-contenido-carousel{ width:100%; }
#cont-vert-index .carousel-item { height:254px !important; }
#cont-vert-index .globo-con-carousel { min-height: 293px; }


@media screen and (max-width: 1199px) {
  #cont-vert-index{ margin-bottom:1rem; }
  #cont-vert-index .carousel-expertos__experto__imagen { height: 161px; }
  #cont-vert-index .carousel-item { height: 232px !important; }
  #cont-vert-index .globo-con-carousel { min-height: 271px; }
}
@media screen and (max-width: 991px) {
  #cont-vert-index .carousel-expertos__experto__imagen { height: 113px; }
  #cont-vert-index .carousel-item { height: 216px !important; }
  #cont-vert-index .globo-con-carousel { min-height: 256px; }
  #indicadores-pasos { margin: 0px auto; }
  #cont-vert-index { min-height: 282px; }
}

#cont-vert-index i, #cont-vert-index .carousel__derecha i { color: #7da761; font-size: 1rem; }
#cont-vert-index .carousel-pasos-indicadores { color: #184793 !important; }
#cont-vert-index .carousel-indicators li { background-color:#184793 !important; }
#cont-vert-index .fa-plus:before { content: "\f067"; color: #fff; font-size: 1rem; }

#cont-vert-index .fa-chevron-right:before { content: "\f054"; font-size: 2rem; }
#cont-vert-index .fa-chevron-left:before { content: "\f053"; font-size: 2rem; }
#cont-vert-index .contenedor-carousel-pasos-indicadores .carousel-indicators li { width: 15px;  height: 15px; }
#indicadores-pasos { text-align: center; margin: 0 auto 5px auto; }

