/*General*/
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-weight: 300;
  font-size: 16px;
}

.flex-justify-between {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.w-30 {
  width: 30%;
}

.hide {
  display: none !important;
}

.btn-carga-contenido {
  background: #007EAE;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.btn-carga-contenido:hover {
  border: 1px solid #007EAE;
  color: #007EAE;
  background: white;
}

video {
  width: 100%;
  height: auto;
  border: 1px solid #dfdfdf;
}

.album .container {
  font-weight: 300;
}

.album .container em {
  font-style: italic;
}

.album .container p a {
  color: #09a1db;
  text-decoration: underline;
}

.album .container strong {
  font-weight: 700;
}

.pagina .destacado {
  font-size: 26px;
  font-weight: 600;
  color: #007EAE;
  line-height: normal;
  margin: 0px 0px;
  width: 100%;
}

.pagina .destacado-v2 {
  color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  padding: 25px;
  background-color: #007EAE;
  border-bottom: 10px solid #efc23b;
}

.listaseparada>li {
  margin-bottom: 1rem;
}

.listaseparada li:last-child {
  margin-bottom: 0;
}

a.pdf-file {
  background-image: url("../img/pdf.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 23px;
}

.parasabermas {
  background-image: url("../img/parasabermas.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  min-height: 40px;
  padding-top: 6px;
}

/*Header*/
#iconosherramientas {
  width: 100%;
}

#iconosherramientas a {
  cursor: pointer;
}

#iconosherramientas a img {
  margin-left: 6px;
}

#navbarHeader {
  border-bottom: 2px solid #EDEDED;
}

#navbarHeader h4 {
  border-bottom: 1px solid #007EAE;
  font-weight: 700;
  font-style: italic;
}

#navbarHeader a.nav-link {
  color: #007EAE;
}

#navbarHeader a.disabled {
  color: #6c757d;
}

/*Carrusel*/
.left.carousel-control,
.right.carousel-control {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

ol.carousel-indicators {
  margin-bottom: 0px
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  border: none;
  margin: 0px
}

.carousel .carousel-indicators {
  position: relative;
  margin-top: 20px;
}

.carousel-inner {
  margin: 0 auto;
  max-width: 85%;
  background: #f5f5f5;
  padding: 2em;
}

.carrusel-flecha-iz {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  width: 60px;
  height: 251px;
  background: url('../img/flecha_iz_carrusel.png');
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;
}

.carrusel-flecha-de {
  display: block;
  width: 60px;
  top: 50%;
  margin-top: -125px;
  position: absolute;
  right: 0px;
  height: 251px;
  background: url('../img/flecha_de_carrusel.png');
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;
}

.carrusel-texto {
  padding: 27px;
}

.pagina .carrusel-texto p {
  font-size: 28px;
}

.carrusel-texto .carrusel-texto-contenido {
  display: none;
  color: #007EAE !important;
}

.carrusel-texto .carrusel-texto-contenido:first-child {
  display: block;
}

/*Carrusel sólo teto*/
.pagina .carousel-solo-texto,
.pagina .carousel-solo-texto ul,
.pagina .carousel-solo-texto ol,
.pagina .carousel-solo-texto li,
.pagina .carousel-solo-texto span {
  font-size: 20px;
}

.carousel-solo-texto .carousel-inner {
  max-width: 100%;
}

.carousel-solo-texto .item {
  padding: 25px 80px;
  min-height: 170px color: #007EAE !important;
  font-size: 18px;
}





/*Carrusel slider*/
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007EAE' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007EAE' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators li {
  background-color: #007EAE;
  opacity: 0.5;
}

.carousel-indicators .active {
  background-color: #007EAE;
  opacity: 1;
}

/*Jumbotron*/
/*:root {
  --jumbotron-padding-y: 3rem;
}*/
.jumbotron {
  /*padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);*/
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  background-color: #004c6f;
  color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-image: url(../img/curso/cabecera-holabank.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron p.text-muted {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron p, .jumbotron p.text-muted {
  color: #ffffff !important;
  font-weight: 300;
}

h1.jumbotron-heading {
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
  color: #007EAE;
  margin: 1em;
  margin-bottom: 0.5em;
}

img#logo-holabank-home {
  height: 60px;
  margin: 0px auto;
}

/*Footer*/
footer {
  padding-top: 0;
  padding-bottom: 1.2rem;
  background: #e6f6fe;
  font-size: 0.9em;
}

footer p {
  margin-bottom: .25rem;
  font-size: 0.85em;
  padding-top: 1.2rem;
}

footer p.float-right {
  padding-top: 0.8rem;
}

#iconosherramientasinside {
  width: 100%;
  text-align: right;
}

#iconosherramientasinside img {
  height: 40px;
}

.table.tabla-cabecera>thead>tr>th {
  border-bottom: 2px solid #007EAE;
  text-align: center;
}

table.tabla-cabecera thead th {
  font-weight: 400;
  color: #007EAE;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>tbody>tr:last-child {
  border-bottom: 2px solid #007EAE;
}

/*Titols*/
h1, h2, h3, h4 {
  color: #007EAE;
  margin-bottom: 1em;
}

h1 {
  font-weight: bold;
  font-size: 28px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

/*Llistes*/
ul li span, ol li span {
  color: #555555;
}

/*Toggler*/
.navbar>.container {
  padding-left: 0;
}

.navbar-toggler {
  padding-left: 0;
}

/*Logo*/
.navbar-brand {
  margin: 0 auto;
  font-weight: 800;
  font-style: italic;
  color: #000000;
}

.navbar-brand img {
  width: 168px;
  height: auto;
}

.navbar-brand:hover {
  color: #000000;
}

.navbar-light .navbar-toggler {
  border: none;
}

/*Inicio*/
.menuinicio .card {
  align-items: flex-start;
  border-color: #10a7e3;
  border-width: 2px;
}

@media (max-width: 767px) {
  .menuinicio .card {
    flex-direction: column;
    justify-content: center;
  }

  .card-img-top {
    width: auto !important;
    max-width: auto !important;
    height: 150px !important;
    margin: 10px auto !important;
  }

  .menuinicio .card-body {
    padding: 1em !important;
    font-size: 20px;
  }

  .back-area-inside {
    text-align: center;
    margin-bottom: 1em;
  }
}

.card-body {
  padding: 20px 10px 10px 10px;
  width: 100%;
}

.card-img-top {
  flex-shrink: 0;
  flex-basis: auto;
  flex-grow: 0;
}

.card-text {
  text-align: center;
  color: #555555;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 5px;
}

.card-text:hover {
  color: #555555;
  text-decoration: none;
}

.menuinicio a {
  color: #555555;
  text-decoration: none;
}

.menuinicio a:hover {
  color: #555555;
  text-decoration: none;
}

.menuinicio .card {
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  ;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.icon-forward {
  display: flex;
  justify-content: flex-end;
}

#iconosherramientasinside a,
#iconosherramientasinside a:hover {
  text-decoration: none;
}

#menu-interior .card .imagen-apartado.sin-fondo img.hover,
#iconosherramientasinside a img.hover,
.menuinicio .card img.hover {
  display: none;
}

#menu-interior .card.active .imagen-apartado.sin-fondo img.default,
#menu-interior .card:hover .imagen-apartado.sin-fondo img.default,
#iconosherramientasinside a:hover img.default,
.menuinicio .card:hover img.default {
  display: none;
}

#menu-interior .card.active .imagen-apartado.sin-fondo img.hover,
#menu-interior .card:hover .imagen-apartado.sin-fondo img.hover,
#iconosherramientasinside a:hover img.hover,
.menuinicio .card:hover img.hover {
  display: inherit;
}

.menuinicio .card:hover {
  background-color: #007EAE;
  color: white;
}

.menuinicio .card:hover img {
  filter: white(100%);
}

.back-area-inside img {
  margin-right: 0.5em;
}

.menuinicio .card:hover p.card-text {
  color: white;
}

.card-img-top {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .card-text {
    min-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-text {
    min-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .card-text {
    min-height: 26px;
  }
}

@media (min-width: 1200px) {
  .card-text {
    min-height: 26px;
  }
}

/*Bread crumb*/
.enlacesnavegacion {
  background: #007EAE;
  padding: 20px 0;
}

.enlacesnavegacion a {
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

.enlacesnavegacion a:hover {
  text-decoration: none;
  color: white;
}

.enlacesnavegacion a.nav-atras img {
  margin-right: 25px;
  margin-top: -2px;
  -webkit-transition: margin-right 300ms ease;
  -moz-transition: margin-right 300ms ease;
  -o-transition: margin-right 300ms ease;
  transition: margin-right 300ms ease;
}

.enlacesnavegacion a.nav-adelante img {
  margin-left: 25px;
  margin-top: -2px;
  -webkit-transition: margin-left 300ms ease;
  -moz-transition: margin-left 300ms ease;
  -o-transition: margin-left 300ms ease;
  transition: margin-left 300ms ease;
}

.enlacesnavegacion a.nav-atras:hover img {
  margin-right: 15px;
}

.enlacesnavegacion a.nav-adelante:hover img {
  margin-left: 15px;
}

.enlacesnavegacion a.nav-adelante {
  float: right;
}

@media (max-width: 575px) {
  .enlacesnavegacion a span {
    display: none;
  }
}

/*Enlaces Navegacion Pie*/
.navegacionpie {
  margin: 40px auto;
}

.navegacionpie .navegacionpieatras {
  text-align: right;
}

.navegacionpie a {
  color: #037EAD;
  text-decoration: none;
}

.navegacionpie a:hover, .navegacionpie a:active {
  color: #037EAD;
  text-decoration: none;
}

.navegacionpie a.navpie-atras {
  margin-right: 10px;
}

.navegacionpie a.navpie-atras img {
  margin-right: 3px;
  -webkit-transition: margin-right 300ms ease;
  -moz-transition: margin-right 300ms ease;
  -o-transition: margin-right 300ms ease;
  transition: margin-right 300ms ease;
}

.navegacionpie a.navpie-adelante {
  margin-left: 10px;
}

.navegacionpie a.navpie-adelante img {
  margin-left: 3px;
  -webkit-transition: margin-left 300ms ease;
  -moz-transition: margin-left 300ms ease;
  -o-transition: margin-left 300ms ease;
  transition: margin-left 300ms ease;
}

.navegacionpie a.navpie-atras:hover img, .navegacionpie a.navpie-atras:active img {
  margin-right: 15px;
}

.navegacionpie a.navpie-adelante:hover img, .navegacionpie a.navpie-adelante:active img {
  margin-left: 15px;
}

@media (max-width: 345px) {
  .navegacionpie a span {
    display: none;
  }

  .navegacionpie a img {
    margin: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 40px;
    height: 40px;
  }

  .navegacionpie a.navpie-atras:hover img, .navegacionpie a.navpie-atras:active img {
    margin-right: 0;
  }

  .navegacionpie a.navpie-adelante:hover img, .navegacionpie a.navpie-adelante:active img {
    margin-left: 0;
  }

  .navegacionpie a.navpie-atras {
    margin-right: 0;
  }

  .navegacionpie a.navpie-adelante {
    margin-left: 0;
  }
}

/*Pestanyes*/
.nav {
  display: block !important;
}

.nav-tabs .nav-link.active, .nav-pills .nav-link.active {
  background-color: #fec526;
  /*
	background-image:url("../img/fletxatab.png");
	background-repeat:no-repeat;
	background-position:right center;
*/
}

.nav-tabs .nav-link, .nav-pills .nav-link {
  background-color: #e6f5fc;
  padding-right: 20px;
  color: #004e70;
}

.nav-pills .nav-item {
  padding: 10px 10px 0 0;
}

.nav-pills .nav-item a {
  color: #007EAE;
}

.tab-content {
  background: #e6f5fc;
  padding: 1.2rem;
  margin-top: 10px;
}

.tab-content strong, .tab-content b {
  color: #004e70;
  font-weight: 800;
}

.menumenuprincipal .nav-item a {
  min-height: 105px;
}

#carouselconfigura .carousel-indicators li {
  text-indent: 0;
  height: auto;
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 600;
}

#carouselconfigura .carousel-indicators {
  bottom: -40px;
}

#descargaPDF {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 1em 0em;
  padding-bottom: 0.5em;
  font-size: 1.1em;
}

#descargaPDF p {
  margin-top: 5px;
}

#descargaPDF a {
  background: #007EAE;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5em 3em;
  font-size: 0.9em;
  font-weight: bold;
}

/*Responsive*/
.img-responsive {
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
}

.bloque-contenido {
  margin-bottom: 2em;
}

/*@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}*/
@media (max-width: 767px) {
  .jumbotron {
    /*background-size:cover;*/
  }

  body .album .container {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .jumbotron p, .jumbotron p.text-muted {
    font-size: 1rem;
  }

  .card {
    flex-flow: row nowrap;
  }

  .card-img-top {
    max-width: 175px;
    margin: 0 20px 0 0;
  }

  .card-body {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .card-text {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .icon-forward {
    margin-right: 15px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .icon-forward img {
    width: 30px;
    height: auto;
  }

  footer p {
    font-size: 0.65rem;
  }

  #descargaPDF {
    padding-bottom: 1em;
    text-align: center;
  }

  #descargaPDF div.text-right {
    text-align: center !important;
  }
}
}

/*FLIPS*/
.flips .opcion .opcionFlip {
  background: #f7f7f7;
}

.flips,
.flips .opcion_bloque p {
  font-size: 18.5px;
  color: #ffffff;
}

.flips .opcion_bloque {
  background-color: #199bdb;
  text-align: center;
  background-image: url("../img/forward2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.flips .opcion_bloque:hover {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  -moz-box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  background-color: #138cc8;
}

.flips .opcionDescription {
  background-color: #f7f7f7;
  color: #555555;
  font-size: 16px;
  border-color: #f7f7f7;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  -moz-box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  box-shadow: 0px 2px 2px 0px rgba(112, 128, 144, 0.9);
  min-height: 200px;
  display: none;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: middle;
}

.pagina .flips ul {
  font-size: 15px
}

.flips .opcion {
  cursor: pointer;
  margin: 10px auto;
}

.flips .opcion_bloque {
  min-height: 200px;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flips .opcion_text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .flips .opcion {
    cursor: pointer;
    margin: 10px auto;
  }

  .flips .opcion_bloque {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .flips .opcionDescription {
    display: none;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .pagina .flips ul {
    font-size: 16px
  }
}

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

  /*Flips*/
  .flips .opcion_bloque p {
    margin-top: 0px;
  }

  .flips .opcion_bloque p {
    font-size: 22px;
  }
}

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

  /*Flips*/
  .flips .opcionDescription {
    text-align: left;
  }
}

/*Sabias que*/
.recurso-sabias {
  margin-bottom: 1.5rem;
}

.sabias {
  padding: 1rem 1.5rem;
  border-left: 5px solid #fff1c7;
  border-right: 5px solid #fff1c7;
  border-top: 5px solid #fff1c7;
}

.sabias p, .sabias ul li span, .sabias ol li span {
  color: #666666;
}

.cabecera-sabias {
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  color: #fec526;
  margin-bottom: 1rem;
}

.cerrar-sabias {
  background: url(../img/sabiasque.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 33px;
  width: 100%;
}

/*Audio radio*/
.radio_en {
  padding: 0px 15px;
  background-color: #fff;
}

.mitad-p {
  /*padding: 20px 55px;*/
  margin-right: -15px;
  margin-left: -15px;
}

.mitad-p h3 {
  margin-top: 15px;
  font-weight: bold;
}

.amarillo {
  background-color: #f7f7f7;
}

.amarillo-oscuro {
  background-color: #D9F1FA;
}

.amarillo-claro {
  background: #137EAC;
  color: white;
}

.amarillo-claro p {
  color: white !important;
}

.amarillo-intermedio {
  background-color: #137EAC;
}

.radio-autor {
  display: block;
  font-size: 26px;
  color: white !important;
}

.gris {
  background-color: #E6E6E6
}

.radio-t-opinion {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #CEB30F;
  margin-left: -15px;
  margin-right: -15px;
}

.titulo-radio-exper {
  font-weight: 600;
  font-size: 35px;
  font-style: italic;
  color: #137EAC;
  line-height: 40px;
  padding-top: 20px;
}

p.pregunta-radio {
  font-size: 25px;
  color: white;
  margin: 15px;
}

.descarga-radio p {
  color: #838E96;
  text-align: center;
}

.zona-botones-radio {
  max-width: 305px;
  margin: 15px auto 0px;
  text-align: center;
}

.zona-botones-radio .btn {
  margin-bottom: 10px;
}

.descarga-radio {
  margin-top: 2em;
}

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-container .mejs-controls .mejs-time,
.mejs-controls .mejs-button button {
  display: none !important;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  height: 16px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #dddddd !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #249ed6 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  height: 40px;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border-color: #199bdb transparent transparent;
}

.player-radio-micro {
  max-width: 305px;
  margin: 0 auto;
}

.radio2 .descarga-radio p {
  color: #838E96;
}

.titulo-radio {
  margin: 0px auto;
  margin-top: 2em;
}

.radio2 p.pregunta-radio {
  font-size: 26px;
  margin-bottom: 0px
}

.radio2 .foto-autor-fondo {
  margin: 0 -15px;
}

.radio2 .foto-autor-fondo>img {
  width: 100%;
}

.boton-player-radio {
  width: 250px;
  display: block;
  margin: 0 auto;
}

.hide {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagina p.pregunta-radio {
    font-size: 38px
  }

  .titulo-radio-exper {
    font-size: 38px;
  }
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  width: 243px !important;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5em 1.5em;
}

/*Boton descarga gris*/
.btn-descarga-gris {
  text-align: left;
  min-width: 150px;
  color: #797979;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.btn-descarga-gris:hover, .btn-descarga-gris:focus, .btn-descarga-gris:active, .btn-descarga-gris.active, .open .dropdown-toggle.btn-descarga-gris {
  color: #797979;
  background-color: #E0E0E0;
  border-color: #E0E0E0;
}

.btn-descarga-gris:active, .btn-descarga-gris.active, .open .dropdown-toggle.btn-descarga-gris {
  background-image: none;
}

/*Grafico flecha*/
.graficoflecha1 {
  padding: 20px 20px 30px 20px;
  margin: 10px 0;
  background: url("../img/graficoflecha2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}

.graficoflecha2 {
  border: 2px solid #f7f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 1rem;
  z-index: 0;
}

@media (min-width: 480px) {
  .graficoflecha {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
  }

  .graficoflecha1 {
    min-width: 160px;
    min-height: 0;
    padding: 20px 35px 20px 20px;
    margin: 10px -20px 10px 0;
    background: url("../img/graficoflecha.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .graficoflecha2 {
    padding: 1rem 1rem 1rem 35px;
  }
}

/*Grafico Portal del empleado*/
.grafportal {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.grafportalcuadro {
  text-align: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 10px;
}

.grafportalflecha {
  overflow: hidden;
  width: 25px;
  min-width: 25px;
  height: 10px;
  text-indent: -999px;
  white-space: nowrap;
  background-image: url("../img/flecharight.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 550px) {
  .grafportalcuadro {
    padding: 10px;
    margin: 0 5px;
  }
}

@media (max-width: 435px) {
  .grafportal {
    display: block !important;
  }

  .grafportalcuadro {
    margin: 5px 0;
  }

  .grafportalflecha {
    margin: 5px 0;
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/flechadown.png");
  }
}

.titulocelda {
  border-bottom: 2px solid #fec526;
  font-weight: 400;
  font-size: 1.2rem;
  padding-bottom: 6px;
  margin-top: 20px;
}

.contenidocelda {
  border-bottom: 1px solid #dddddd;
  padding-top: 1.2rem;
}

.pie {
  font-size: 13px;
}

.nav.nav-pills {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.descatado.recuerda,
.destacado.info {
  border: 5px solid #e6f5fc;
  padding: 2em;
  color: #555555;
}

.destacado.recuerda h2,
.destacado.info h2 {
  color: #007EAE;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

.destacado.recuerda a,
.destacado.info a {
  color: #ffc629 !important;
  font-weight: 700;
  text-decoration: underline;
}

.destacado.recuerda {
  border: 5px solid #fdedc2;
}

.destacado.recuerda h2 {
  color: #ffc528;
}

.nav-pills .nav-link a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ul.nav-pills li.nav-item a.show span,
ul.nav-pills li.nav-item a.show {
  color: white !important;
  font-weight: bold;
}

.nav-pills .nav-link img {
  height: 50px;
  margin-right: 1em;
}

.card01-cards h3 {
  color: #00a0df;
  font-weight: 800;
  font-size: 18px;
}

.circulo-apartado {
  width: 80px;
  height: 80px;
  background: #e6f5fc;
  border-radius: 40px;
  color: #004e70;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.dot {
  list-style-type: none;
  padding-left: 15px;
}

ul.dot li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fec526;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
}

ul.dot li {
  color: #555555;
  margin-bottom: 1em;
}

#menu-interior {
  margin-top: 2em;
  margin-bottom: 2em;
}

#menu-interior .card-body {
  display: flex;
  background: #007EAE;
  border: 2px solid #00a1e1;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-height: 150px;
  padding: 0;
}

#menu-interior a {
  text-decoration: none;
}

#menu-interior .titulo-apartado {
  background: #007EAE;
  text-align: center;
  color: white;
}

#menu-interior .titulo-apartado h2,
#menu-interior .titulo-apartado a {
  color: white;
}

#menu-interior h2 {
  margin-top: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: inherit !important;
  font-weight: 300;
  line-height: 38.4px;
}

#menu-interior .card-body img {
  height: 80px;
  width: auto;
}

#menu-interior .icon-forward {
  float: right;
  background-image: url('../img/forward-on.svg');
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 1em;
  right: 1em;
  margin-right: 1em;
}

#menu-interior .card.active .card-body,
#menu-interior .card:hover .card-body {
  border-color: #007EAE;
}

#menu-interior .card.active .titulo-apartado,
#menu-interior .card:hover .titulo-apartado {
  background: #007EAE;
  color: white;
}

#menu-interior .card.active h2,
#menu-interior .card:hover h2 {
  color: white;
}

#menu-interior .card.active .icon-forward,
#menu-interior .card:hover .icon-forward {
  background-image: url('../img/forward.svg');
}

#menu-interior .card .imagen-apartado {
  height: 225px;
  width: 100%;
  background-image: url('../img/curso/card1a.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#menu-interior .card .imagen-apartado.sin-fondo {
  display: flex;
  justify-content: center;
  text-align: center;
  background: none;
  height: 160px;
  margin: 0px;
  padding: 0;
}

#menu-interior .card.active .imagen-apartado.sin-fondo,
#menu-interior .card:hover .imagen-apartado.sin-fondo {
  background: #007EAE;
}

#menu-interior .card .imagen-apartado.sin-fondo img {
  height: 150px;
}

.enlacesnavegacion h1.jumbotron-heading {
  color: white;
  margin: 0 auto;
}

.container {
  max-width: 1300px;
  width: auto;
}

.elemento-lista-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.elemento-lista-check img {
  height: 30px;
  margin-right: 1em;
}

.elemento-lista-check .el-contenido {
  margin-top: 0;
}

.hide {
  display: none;
}

span[data-toggle="popover"] {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}


.carousel-caption {
  color: #555555;
  top: 30px;
}

.carousel-control-prev, .carousel-control-next {
  width: 60px;
}

.pointer {
  cursor: pointer;
}

.carousel-indicators .active {
    background: #007EAE;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: none;
    margin: 5px;
    border-radius: 10px;
}

/*Cajas linkeables modo dos columnas*/
.botones-caja .boton_activo {
  background: #838E96;
  border: none;
}

.botones-caja .grupo-botones {
  text-align: center;
  max-width: 400px;
  margin: 0px auto 20px;
}

.botones-caja.horizontal .grupo-botones {
  max-width: none;
}

.botones-caja .grupo-botones.laterales .btn {
  text-align: left;
}

.botones-caja .botones-caja-caja {
  min-height: 160px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  padding: 25px;
}

.botones-caja .botones-caja-caja.mediano {
  min-height: 260px;
}

.botones-caja .botones-caja-caja.grande {
  min-height: 310px;
}

.botones-caja .botones-caja-caja .botones-caja-contenido {
  display: none;
}

.botones-caja .botones-caja-caja .botones-caja-contenido:first-child {
  display: block;
}

.botones-caja .btn-interactivo {
  width: 100%;
  margin: 12px auto 0px;
  white-space: normal;
  background: white;
  color: #007EAE;
  border-radius: 5px;
  border: 1px solid #white;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.botones-caja .btn-interactivo.boton_activo:hover,
.botones-caja .btn-interactivo:hover {
  background: #007EAE;
  border: 1px solid #007EAE;
  -webkit-box-shadow: 5px 5px 2px 0px #aaa;
}

.botones-caja .btn-interactivo.boton_activo {
  background: #007EAE;
  -webkit-box-shadow: 5px 5px 2px 0px #aaa;
}

.botones-caja .btn-interactivo:first-child {
  margin: 10px auto 0px;
}

.botones-caja .btn-interactivo:last-child {
  margin: 12px auto 15px;
}

.row.r-contenido.grupo-botones>div {
  margin-top: 0px
}

#objetivos {
  padding: 3em;
}

#objetivos li p {
  color: #555555;
}

/*Caja linkeables horizontal*/
.botones-caja.horizontal .btn-interactivo {
  margin: 10px auto 2px;
  background: #f5f5f5;
  width: 100%;
  color: #007EAE;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.botones-caja.horizontal .btn-interactivo.boton_activo:hover,
.botones-caja.horizontal .btn-interactivo:hover {
  background: #007EAE;
  border: 1px solid #007EAE;
  color: white;
}

.botones-caja.horizontal .btn-interactivo.boton_activo {
  background: #007EAE;
  color: white;
}

.botones-caja.horizontal .btn-interactivo:last-child {
  margin: 10px auto 2px;
  height: 100%;
}

.botones-caja.horizontal .grupo-botones {
  text-align: center;
  margin-bottom: 15px
}

/* Mobile fixes */
@media (max-width: 700px) {
  .enlacesnavegacion {
    text-align: center;
  }

  .enlacesnavegacion div.col-12.col-md-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .enlacesnavegacion div.col-12.col-md-2 a img {
    height: 30px;
  }

  .enlacesnavegacion .back-area-inside {
    margin-top: 0;
    margin-bottom: 0;
  }

  .enlacesnavegacion .back-area-inside a img {
    height: 20px !important;
  }

  .enlacesnavegacion .jumbotron-heading {
    margin: 1em !important;
    margin-top: 0em;
  }

  section.jumbotron {
    background-color: transparent !important;
  }

  section.jumbotron .container {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 2em;
  }

  section.jumbotron .container .jumbotron-heading {
    margin-top: 1em;
  }

  #menu-interior .card-body {
    min-height: inherit !important;
  }

  .carousel-item {
    min-height: 550px;
  }
}

.novisible {
  display: none;
}

.fondoflechab {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/fondoflechab.png");
  padding: 15px 50px 15px 15px;
  max-width: 300px;
  margin-right: 15px;
  cursor: pointer;
}

.fondoflecha p, .fondoflechab p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px;
  padding-left: 45px;
  color: #007EAE !important;
  font-weight: bold !important;
  margin: 0;
  min-height: 35px;
}

p.indicaciones {
  text-align: center !important;
  font-size: 14px !important;
  cursor: pointer;
  font-style: italic;
}

img.icon {
  width: 35px;
  height: auto;
  margin: 10px;
  display: inline-block;
}

img.icon-bigger {
  width: 100px;
}

.pagina li span, .pagina li p {
  color: #555555;
}

.pasos-animados {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.fondo-azul-para-icono {
  width: 80px;
  background: #007EAE;
  text-align: center;
  margin-right: 2em:
}

.fondo-blanco {
  background: white !important;
}

.icon-max-width {
  max-width: 150px;
  margin: 0px auto;
  text-align: center;
}

/*
.pagina p a {
    background-image: url('../img/comunes/enlacemundo.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    min-height: 20px;
    background-size: 20px 20px;
    display: inline-block;
}
*/
/*Guía actuación*/
.guia-actuacion {
  border-color: #f2f2f2;
  color: #007EAE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guia-actuacion .cabecera-guia-actuacion {
  font-size: 25px;
  line-height: 32px;
}

.guia-actuacion p {
  color: #007EAE;
  font-size: 20px;
  font-weight: 100;
}

.guia-actuacion .guia-actuacion-text-container {
  min-width: 80%;
}

.guia-actuacion .icono-guia-actuacion {
  background: #007EAE;
  width: 20%;
  height: 100%;
  padding: 30px 60px;
  text-align: center;
}

.guia-actuacion .guia-actuacion-text {
  padding: 2em 1em;
  font-size: 16px;
  border: 3px solid #007EAE;
  border-left: none;
  margin-top: 1em;
  margin-bottom: 1em;
  background: white;
}

.guia-actuacion .guia-actuacion-text p {
  font-size: 18px;
}

.guia-actuacion.tipo-mobile {
  flex-direction: column;
}

.guia-actuacion.tipo-mobile .icono-guia-actuacion {
  width: 100%;
}

.guia-actuacion.tipo-mobile .guia-actuacion-text {
  border: 3px solid #007EAE;
  border-top: none;
  margin: 0;
}

@media only screen and (max-width: 769px) {
  .guia-actuacion {
    flex-direction: column;
  }

  .guia-actuacion .icono-guia-actuacion {
    width: 100%;
  }

  .guia-actuacion .guia-actuacion-text {
    border: 3px solid #007EAE;
    border-top: none;
    margin: 0;
  }
}

/*Acordeones*/
.panel-body {
  font-size: 16px;
  font-weight: 300px;
  background: #f2f2f2;
}

.panel-default>.panel-heading {
  background-color: #007EAE;
}

.panel-default>.panel-heading a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.panel-default>.panel-heading:hover,
.panel-default>.panel-heading.activo {
  background: #007EAE;
  /*-webkit-box-shadow: 5px 5px 2px 0px #aaa;*/
  color: white;
}

.panel-default>.panel-heading.activo a {
  color: white;
}

.panel-group .panel+.panel {
  border-color: white;
  border-width: 3px;
}

/*Acordeones especiales*/
.acordeonespecial .panel-body {
  font-size: 16px;
  font-weight: 300px;
  background: #f2f2f2;
}

.acordeonespecial .panel-default>.panel-heading {
  background-color: #8cd4f0;
}

.acordeonespecial .panel-default>.panel-heading a {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.acordeonespecial .panel-default>.panel-heading.activo {
  background: #007EAE;
  border: none;
  color: white;
}

.acordeonespecial .panel-default>.panel-heading.activo a p {
  color: #ffffff;
}

.acordeonespecial .panel-default>.panel-heading.activo a {
  color: white;
}

.acordeonespecial .panel-group .panel+.panel {
  border-color: white;
  border-width: 3px;
}

.acordeon .botones-caja-caja {
  background: white;
}

/*Acordeones*/
.panel-heading {
  padding: 10px 25px;
}

.panel-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.panel-body {
  border: none;
  padding: 15px 25px
}

.panel-heading {
  border-radius: 0px
}

.panel {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.panel-group .panel+.panel {
  margin-top: 0px;
  border-radius: 0px;
  border-top: 1px solid;
}

.acordeon-icono {
  width: 19px;
  height: 26px;
  background: url('../img/plus-acordeon.png');
  display: block;
  float: left;
  margin-right: 10px;
}

.acordeon-icono.on {
  background: url('../img/minus-acordeon.png');
}

.panel-default>.panel-heading {
  text-align: center;
}

/*Acordeones especiales*/
.acordeonespecial .panel-heading {
  padding: 10px 25px;
}

.acordeonespecial .panel-title {
  text-align: left;
}

.acordeonespecial .panel-body {
  border: none;
  padding: 15px 25px
}

.acordeonespecial .panel-heading {
  border-radius: 0px
}

.acordeonespecial .panel {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.acordeonespecial .panel-group .panel+.panel {
  margin-top: 0px;
  border-radius: 0px;
  border-top: 1px solid;
}

.acordeonespecial .acordeon-icono {
  width: 19px;
  height: 26px;
  background: url('../img/plus-acordeon.png');
  display: block;
  float: left;
  margin-right: 10px;
}

.acordeonespecial .acordeon-icono.on {
  background: url('../img/minus-acordeon.png');
}

.acordeonespecial .panel-default>.panel-heading {
  text-align: center;
}

/** Animaciones **/
/*Animacio grow*/
.animgrow {
  -webkit-animation: animgrow 0.7s ease-out forwards;
  -moz-animation: animgrow 0.7s ease-out forwards;
  -o-animation: animgrow 0.7s ease-out forwards;
  animation: animgrow 0.7s ease-out forwards;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  animation-delay: 0.8s;
}

.animgrow1 {
  -webkit-animation: animgrow 0.7s ease-out forwards;
  -moz-animation: animgrow 0.7s ease-out forwards;
  -o-animation: animgrow 0.7s ease-out forwards;
  animation: animgrow 0.7s ease-out forwards;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  animation-delay: 2s;
}

.animgrow2 {
  -webkit-animation: animgrow 0.7s ease-out forwards;
  -moz-animation: animgrow 0.7s ease-out forwards;
  -o-animation: animgrow 0.7s ease-out forwards;
  animation: animgrow 0.7s ease-out forwards;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  animation-delay: 4s;
}

@-webkit-keyframes animgrow {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes animgrow {
  from {
    -moz-transform: scale(0);
  }

  to {
    -moz-transform: scale(1);
  }
}

@-o-keyframes animgrow {
  from {
    -o-transform: scale(0);
  }

  to {
    -o-transform: scale(1);
  }
}

@keyframes animgrow {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}

/*Efecte segell*/
.animpulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: scale(3);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: scale(3);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*Fade in*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Animacio entra abaix*/
@-webkit-keyframes abaix {
  0% {
    -webkit-transform: translate(0, -60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes abaix {
  0% {
    -moz-transform: translate(0, -60px);
    opacity: 0;
  }

  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes abaix {
  0% {
    -o-transform: translate(0, -60px);
    opacity: 0;
  }

  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes abaix {
  0% {
    transform: translate(0, -60px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.abaix1, .abaix2 {
  -webkit-animation: abaix 0.3s ease-in forwards;
  -moz-animation: abaix 0.3s ease-in forwards;
  -o-animation: abaix 0.3s ease-inforwards;
  animation: abaix 0.3s ease-in forwards;
  opacity: 0;
}

.abaix1 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.abaix2 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

/*Fadeintard*/
.fadetard1 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.fadetard2 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.fadetard3 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

.fadetard4 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.fadetard5 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.fadetard6 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
}

.fadetard7 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 7s;
  -webkit-animation-delay: 7s;
}

.fadetard8 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

.fadetard9 {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
  opacity: 0;
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
}

/*ANIM2*/
.graficosuperpuesto {
  position: relative;
}

.graficosuperpuesto img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}

.graficosuperpuesto>img:first-of-type {
  position: relative;
}

/*Podcast*/
.podcast-box {}

.podcast-box .titulo-podcast {
  float: left;
  font-size: 24px;
  font-weight: 600;
  color: #137eac;
}

.pagina .podcast-box .titulo-podcast-02 p {
  font-size: 38px;
  font-weight: 600;
  color: white;
  line-height: 39px;
}

.podcast-box .cabecera-podcast {
  background: #d9eff7;
  padding: 2em 2em;
}

.podcast-box .icono-podcast {
  margin: -26px -26px 0 0;
  float: right;
  width: 102px;
  height: 102px;
  background: url('../img/ico-podcast.png');
  background-repeat: no-repeat;
}

.podcast-box img {
  margin: 15px auto 0px;
}

.btn-podcast-box {
  margin-bottom: 20px;
  margin-top: 10px;
}

.audio-descarga-box {
  padding-top: 6px;
  display: flex;
  align-items: center;
}

.audio-descarga-box a {
  color: #786E63;
  text-decoration: none;
  margin-right: 1em;
}

.audio-descarga-box img {
  width: 20px;
  margin: 0;
  padding: 0;
  margin-right: 1em;
}

.titulo-podcast-02 {
  padding: 2em;
  background: #007eae;
}

.player-podcast {
  margin-top: 1em;
  padding-bottom: 20px
}

.podcast-box .titulo-podcast {
  font-size: 38px;
  margin-top: 20px;
}

.btn-azul-oscuro {
  padding: 5px 7px;
  font-size: 14px;
  color: white !important;
  background-color: #007EAE;
  border-color: #007EAE;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

/*Historia*/
.historia {
  background: #f2f2f2;
  font-size: 20px;
  color: #007EAE;
  font-weight: 100;
}

.historia .cabecera-historia {
  color: #007EAE;
  font-size: 28px;
  line-height: 32px;
}

.historia p {
  color: #007EAE;
  font-size: 17px;
  font-weight: 300
}

.historia .hitoria-contenido p {
  color: #838E96;
}

.historia {
  padding: 30px;
}

.historia .cabecera-historia {
  width: auto;
}

/*Historia*/
.historia {
  padding: 20px;
  margin: 10px 0;
}

.historia .cabecera-historia {
  width: 170px;
  float: left;
}

.historia .icono-historia {
  float: right;
  width: 63px;
  height: 63px;
  background: url('../img/historia.png');
  background-repeat: no-repeat;
}

.historia .hitoria-contenido {
  margin-top: 45px
}

.historia img {
  margin: 0px auto 15px;
}

.clear {
  clear: both;
}

/*Para saber*/
.para-saber {
  background: #f2f2f2;
  color: #007EAE;
  font-size: 20px;
  font-weight: 100;
}

.para-saber .titulo-para-saber {
  font-size: 28px;
  line-height: 32px;
  color: #007EAE;
}

.para-saber p {
  font-size: 16px;
  font-weight: 300;
  color: #838E96;
}

/*Para saber*/
.para-saber {
  padding: 30px;
}

.para-saber .icono-para-saber {
  margin: -30px -30px 0 0;
}

.para-saber .titulo-para-saber {
  max-width: 200px;
}

.para-saber {
  padding: 20px;
  margin: 10px 0;
  min-width: 260px;
}

.para-saber .titulo-para-saber {
  float: left;
  padding-bottom: 30px;
  max-width: 170px;
}

.para-saber .icono-para-saber {
  margin: -20px -20px 0 0;
  float: right;
  width: 80px;
  height: 84px;
  background: url('../img/mas-bloque.png');
  background-repeat: no-repeat;
  height:
}

.para-saber img {
  margin: 15px auto 0px;
}

.inactivo {
  opacity: 0.5;
}

.pagina.resumen p,
.pagina.resumen {
  color: #007EAE;
}


.menu-1-5 {
  display: flex;
  flex-wrap: wrap;
}

.elemento-menu-1-5 {
  flex: 1 0 18%; /* The important bit. This percentage decides your columns.
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px;
  padding: 10px;
}


@media (max-width: 767px) {


  .menu-1-5 {
    flex-direction: column;
  }

  .elemento-menu-1-5 {
    flex: 100%; /* The important bit. This percentage decides your columns.
   The percent can be px. It just represents your minimum starting width.
    */
  }

}

.btn-interactivo:hover .tituloEnCard,
.btn-interactivo.boton_activo .tituloEnCard {
  color: white;
}
