.modal {
  padding: 0 25px !important;
}

:focus,
:focus-visible {
  outline: none;
}

/* GENERAL */
* {
  font-family: "Montserrat", "Roboto", sans-serif, Arial, Helvetica, Verdana;
  font-weight: 300;
}

a {
  color: #1698f5;
  transition: color 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #ff4599;
}

section {
  overflow: hidden;
}

/* FONDOS */
body {
  background-image: url("/img/bg-puntos.png?1");
  background-attachment: fixed;
}

.bg-rosa {
  background-color: #ff4599;
}

.bg-celeste {
  background-color: #1698f5;
}

/* DIEGO 20210617 ****************************************************************************************/
.bg-comunidad {
  background: url("/img/bg-comunidad.png");
}

.bg-amarillo {
  background: url("/img/bg-amarillo.png");
}

.bg-verde {
  background-color: #00e600;
}

.fc-rosa {
  color: #ff4599;
}

.lh-21 {
  line-height: 21px;
}

.lh-28 {
  line-height: 28px;
}

/* DIEGO 20210617 ****************************************************************************************/
.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* BORDES */
.rounded-30 {
  border-radius: 30px;
}

/* SOMBRAS */
.sombra-1 {
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
}

/* TEXTOS */
.fw-b {
  font-weight: 600;
}

.fw-k {
  font-weight: 900;
}

.ft-u {
  text-transform: uppercase;
}

.fd-n {
  text-decoration: none;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-21 {
  font-size: 21px;
}

.fs-28 {
  font-size: 28px;
}

.fs-37 {
  font-size: 37px;
}

.fs-50 {
  font-size: 50px;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .modal-dialog {
  max-width: 960px;
}
.modal .modal-dialog.modcomumedia {
  max-width: 600px;
}
.modal .modal-dialog.modcomumedia .nombre {
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
}
.modal .modal-dialog.modcomumedia .votos {
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  width: 60px;
  height: 60px;
  background-image: url("/img/iconos/corazon.png");
  background-size: 100%;
}
.modal .modal-dialog.modcomumedia .votos.liked {
  background-position-y: 0px !important;
  color: #3a3a3a !important;
}
.modal .modal-dialog.modcomumedia .votos:hover:hover {
  background-position-y: -60px;
  color: #00e600;
  color: #3a3a3a;
}
.modal .modal-dialog.modcomu {
  max-width: 360px;
}
.modal .modal-dialog.modcomu .comunidad-boton {
  border: 4px solid #3a3a3a;
  padding: 15px 30px;
  border-radius: 30px;
  color: #3a3a3a;
}
.modal .modal-dialog.modcomu .comunidad-boton img {
  width: 45px;
  margin-right: 15px;
}
.modal .modal-dialog.modcomu .comunidad-input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3a3a3a;
  padding: 0 15px 15px 15px;
}
.modal .modal-dialog.modcomu .comunidad-input::-moz-placeholder {
  color: #3a3a3a;
}
.modal .modal-dialog.modcomu .comunidad-input:-ms-input-placeholder {
  color: #3a3a3a;
}
.modal .modal-dialog.modcomu .comunidad-input::placeholder {
  color: #3a3a3a;
}
.modal .modal-dialog.modcomu .comunidad-enviar {
  border: 4px solid #ff4599;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  background: #ff4599;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
}
.modal .modal-dialog.modcomu .comunidad-enviar.disabled {
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
}
.modal .modal-dialog .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.modal .modal-dialog .modal-content .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .modal-dialog .modal-content.bg-personajes {
  background: url("/img/bg-personajes.png") center top;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  z-index: 2;
}
.modal .modal-dialog .modal-content .modal-header button {
  background: transparent;
  width: 30px;
}
.modal .modal-dialog .modal-content .modal-header button img.invertir {
  filter: invert(100%);
}
.modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 45px;
  /* DIEGO 20210617 ****************************************************************************************/
  /* DIEGO 20210617 ****************************************************************************************/
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha {
  padding-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-top img {
  float: left;
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body {
  background: url("/img/personajes/ficha-body.png") center bottom;
  background-size: 100%;
  padding: 30px 30px 75px 30px;
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body .ficha-item {
  padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body .ficha-item .ficha-item-titulo {
  font-weight: 900;
  text-transform: uppercase;
  color: #1698f5;
  font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body .ficha-item .ficha-item.texto {
  color: #3a3a3a;
}
.modal .modal-dialog .modal-content .modal-body .descargables-link {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .descargables-link .descargables-img {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .descargables-link .descargables-img img {
  display: inline-block;
  max-width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .descargables-link .descargables-img img.icon {
  width: 60px;
}
.modal .modal-dialog .modal-content .modal-body .descargables-link .descargables-txt {
  color: #3a3a3a;
}

header nav {
  background-color: rgba(255, 255, 255, 0.9);
}
header nav .navbar-brand img {
  height: 60px;
}
header nav .navbar-toggler {
  border: 0;
}
header nav .navbar-toggler img {
  width: 25px;
}
header nav .navbar-toggler:focus {
  color: transparent;
}
header nav .navbar-collapse .navbar-nav {
  transition: width 0.5s;
}
header nav .navbar-collapse .navbar-nav a svg {
  fill: #1698f5;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
header nav .navbar-collapse .navbar-nav a span {
  color: #1698f5 !important;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
}
header nav .navbar-collapse .navbar-nav a:hover svg {
  fill: #ff4599;
}
header nav .navbar-collapse .navbar-nav a:hover span {
  color: #ff4599 !important;
}
header nav.navhome {
  height: 86px;
}
header nav.navhome .navbar-brand {
  width: 1px;
  opacity: 0;
  margin-right: 0;
  transition: opacity 0.5s;
}
header nav.navhome .navbar-toggler {
  margin-left: auto;
}
header nav.navhome.scrolled .navbar-brand {
  width: auto;
  opacity: 1;
  margin-right: 1rem;
}

#hero {
  min-height: 100vh;
  background: url("/img/hero-bg.png") center top;
  background-size: cover;
}
#hero .hero-logo {
  height: 75vh;
}
#hero .hero-logo .hero-logo-img {
  margin-top: 22vh;
  max-height: 30vh;
  max-width: 90vw;
}
#hero .hero-personajes {
  height: 25vh;
  background: url("/img/hero-personajes-bg.png");
  background-size: cover;
}
#hero .hero-personajes .carousel-personajes div {
  margin: auto;
}
#hero .hero-personajes .carousel-personajes div a {
  margin: 0 auto;
  display: block;
}
#hero .hero-personajes .carousel-personajes div img {
  max-height: 22vh;
  width: auto;
}
#hero .hero-personajes .owl-nav {
  position: static;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero .hero-personajes .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
  font-size: 120px;
  color: #1698f5;
  line-height: 18vh;
  top: 0;
}
#hero .hero-personajes .owl-nav .owl-next {
  position: absolute;
  right: 25px;
  font-size: 120px;
  color: #1698f5;
  line-height: 18vh;
  top: 0;
}

#home-destacados .home-destacados-destacado {
  border: 0;
  transition: all 0.3s ease;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#home-destacados .home-destacados-destacado .row {
  height: 100%;
}
#home-destacados .home-destacados-destacado .home-destacados-destacado-imagen {
  height: 100%;
}
#home-destacados .home-destacados-destacado .home-destacados-destacado-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-destacados .home-destacados-destacado .card-body {
  background-position: center;
  background-size: cover;
}
#home-destacados .home-destacados-destacado .card-body .card-title {
  color: white;
}
#home-destacados .home-destacados-destacado .card-body .card-text {
  color: white;
}
#home-destacados .home-destacados-destacado .card-body a {
  color: white;
  text-decoration: none;
  margin-top: 1.5rem;
}
#home-destacados .home-destacados-destacado .card-body a .icono {
  transition: all 0.2s ease;
  border: 2px solid white;
  border-radius: 15px;
  padding: 5px 15px;
}
#home-destacados .home-destacados-destacado .card-body a .icono img {
  width: 30px;
}
#home-destacados .home-destacados-destacado .card-body a .icono .texto {
  transition: all 0.2s ease;
  padding-left: 15px;
}
#home-destacados .home-destacados-destacado .card-body a .texto {
  padding-left: 15px;
}
#home-destacados .home-destacados-destacado:hover {
  background-color: #fff !important;
  background: linear-gradient(90deg, #fff 0%, #fff 100%) !important;
  transition: all 0.3s ease;
  top: -15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
}
#home-destacados .home-destacados-destacado:hover .card-body .card-text {
  color: #3a3a3a;
}
#home-destacados .home-destacados-destacado:hover .card-body a:hover .icono {
  transition: all 0.2s ease;
  padding: 5px 30px;
}
#home-destacados .home-destacados-destacado:hover .card-body a:hover .texto {
  transition: all 0.2s ease;
  font-weight: 700;
}

#home-noticias {
  background-size: cover;
}
#home-noticias:before {
  content: "";
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#home-noticias .container-fluid {
  position: relative;
  z-index: 2;
}
#home-noticias .home-noticias-destacado {
  border: 0;
  transition: all 0.3s ease;
}
#home-noticias .home-noticias-destacado .home-noticias-destacado-imagen {
  height: 250px;
}
#home-noticias .home-noticias-destacado .home-noticias-destacado-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#home-noticias .home-noticias-destacado .card-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#home-noticias .home-noticias-destacado .card-body .card-text {
  color: #fff;
}
#home-noticias .home-noticias-destacado .card-body a {
  display: inline-block;
  text-decoration: none;
}
#home-noticias .home-noticias-destacado .card-body a .icono {
  transition: all 0.2s ease;
  border: 2px solid white;
  border-radius: 10px;
  padding: 5px 15px;
}
#home-noticias .home-noticias-destacado .card-body a .icono img {
  width: 30px;
}
#home-noticias .home-noticias-destacado .card-body a .icono .texto {
  transition: all 0.2s ease;
  padding-left: 15px;
}
#home-noticias .home-noticias-destacado .card-body a .texto {
  padding-left: 15px;
}
#home-noticias .home-noticias-destacado:hover {
  transition: all 0.3s ease;
  margin-top: -15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
}
#home-noticias .home-noticias-destacado:hover .card-body .card-text {
  color: #3a3a3a;
}
#home-noticias .home-noticias-destacado:hover .card-body a:hover .icono {
  transition: all 0.2s ease;
  padding: 5px 30px;
}
#home-noticias .home-noticias-destacado:hover .card-body a:hover .texto {
  transition: all 0.2s ease;
  font-weight: 700;
}
#home-noticias .carousel-noticias .owl-nav {
  position: static;
  top: 15px;
  width: 100%;
  height: 100%;
}
#home-noticias .carousel-noticias .owl-nav .owl-prev {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: -15px;
  font-size: 120px;
  color: #1698f5;
  transition: background-color 0.3s ease;
  height: calc(100% - 30px);
  width: 120px;
  top: 15px;
}
#home-noticias .carousel-noticias .owl-nav .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
#home-noticias .carousel-noticias .owl-nav .owl-next {
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: -15px;
  font-size: 120px;
  color: #1698f5;
  height: calc(100% - 30px);
  width: 120px;
  top: 15px;
}
#home-noticias .carousel-noticias .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

#home-noticias-2 {
  background: url("/img/bg-rosa.png");
  background-size: cover;
}
#home-noticias-2 .home-noticias-destacado {
  border: 0;
  transition: all 0.3s ease;
  background-color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado .home-noticias-destacado-imagen img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#home-noticias-2 .home-noticias-destacado .card-body {
  color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#home-noticias-2 .home-noticias-destacado .card-body a {
  color: white;
  text-decoration: none;
}
#home-noticias-2 .home-noticias-destacado .card-body a .icono {
  transition: all 0.2s ease;
  border: 2px solid white;
  border-radius: 10px;
  padding: 5px 15px;
}
#home-noticias-2 .home-noticias-destacado .card-body a .icono img {
  width: 30px;
}
#home-noticias-2 .home-noticias-destacado .card-body a .icono .texto {
  transition: all 0.2s ease;
  padding-left: 15px;
}
#home-noticias-2 .home-noticias-destacado .card-body a .texto {
  padding-left: 15px;
}
#home-noticias-2 .home-noticias-destacado:hover {
  background-color: white;
  transition: all 0.3s ease;
  margin-top: -15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
}
#home-noticias-2 .home-noticias-destacado:hover .card-body {
  color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body .card-title {
  color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body .card-text {
  color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body a .icono {
  border-color: #ff4599;
  background-color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body a .texto {
  color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body a .texto.combocele {
  color: #ff4599;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body a:hover .icono {
  transition: all 0.2s ease;
  padding: 5px 30px;
}
#home-noticias-2 .home-noticias-destacado:hover .card-body a:hover .texto {
  transition: all 0.2s ease;
  font-weight: 700;
}
#home-noticias-2 .carousel-noticias .owl-nav {
  position: static;
  top: 15px;
  width: 100%;
  height: 100%;
}
#home-noticias-2 .carousel-noticias .owl-nav .owl-prev {
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: -15px;
  font-size: 120px;
  color: #ff4599;
  height: calc(100% - 30px);
  width: 120px;
  top: 15px;
}
#home-noticias-2 .carousel-noticias .owl-nav .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
#home-noticias-2 .carousel-noticias .owl-nav .owl-next {
  transition: background-color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: -15px;
  font-size: 120px;
  color: #ff4599;
  height: calc(100% - 30px);
  width: 120px;
  top: 15px;
}
#home-noticias-2 .carousel-noticias .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

#laserie-destacado {
  background: url("/img/bg-rosa-fuerte.png");
  height: calc(100vh - 86px);
  margin-top: 86px;
}
#laserie-destacado .laserie-destacado-titulo {
  color: #ffe100;
}
#laserie-destacado .laserie-destacado-texto {
  line-height: 20px;
}

#laserie-personajes .characters-container {
  padding-bottom: calc(var(--bs-gutter-x));
}
#laserie-personajes .characters-container .characterHighlight .laserie-personajes-personaje .personaje-nombre {
  display: block;
  height: 100% !important;
  width: 100% !important;
}
#laserie-personajes .characters-container .characterHighlight .laserie-personajes-personaje .personaje-nombre span {
  font-size: 24px;
  line-height: 28px;
  padding: 10px;
}
#laserie-personajes .characters-container .laserie-personajes-personaje {
  display: block;
  border-radius: 30px;
  background-color: lightblue;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#laserie-personajes .characters-container .laserie-personajes-personaje .personaje-imagen img {
  height: auto;
  width: 100%;
}
#laserie-personajes .characters-container .laserie-personajes-personaje .personaje-nombre {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#laserie-personajes .characters-container .laserie-personajes-personaje .personaje-nombre span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background-color: #1698f5;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
}
#laserie-personajes .characters-container .laserie-personajes-personaje:hover {
  margin-top: -15px;
  margin-bottom: 15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
}
#laserie-personajes .characters-container .laserie-personajes-personaje:hover span {
  background-color: #ff4599;
}

#noticia {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  margin-top: 86px;
}
#noticia .content {
  padding-bottom: 2rem;
}
#noticia .content * {
  font-family: "Montserrat", "Roboto", sans-serif, Arial, Helvetica, Verdana !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  font-size: 1rem !important;
  white-space: normal !important;
  background: none !important;
}
#noticia .content strong {
  font-weight: bold !important;
}
#noticia .content a {
  font-weight: bold !important;
  color: #1698f5 !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
}
#noticia .content a:hover {
  color: #ff4599 !important;
}
#noticia .content img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 1.5rem !important;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem !important;
}
#noticia .content h2 {
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}
#noticia .content h2 * {
  line-height: 26px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
}
#noticia .content p {
  padding-bottom: 1.5rem !important;
  margin-bottom: 0 !important;
}
#noticia .content p.video-responsive {
  position: relative !important;
  padding-bottom: 56.25% !important;
  /* 16/9 ratio */
  padding-top: 30px !important;
  /* IE6 workaround*/
  height: 0 !important;
  overflow: hidden !important;
}
#noticia .content blockquote {
  margin-top: -2.5rem !important;
}
#noticia .content blockquote * {
  font-size: 13px !important;
}
#noticia .content .video-responsive {
  margin-top: 1.5rem !important;
  margin-bottom: 3.5rem !important;
}
#noticia .content .twitter-tweet {
  margin: auto;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
#noticia .noticia-top .owl-nav {
  position: static;
  top: 0;
  width: 100%;
  height: 100%;
}
#noticia .noticia-top .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  font-size: 120px;
  color: #1698f5;
  height: calc(100% - 30px);
  top: 0;
}
#noticia .noticia-top .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  font-size: 120px;
  color: #1698f5;
  height: calc(100% - 30px);
  top: 0;
}
#noticia .noticia-body .noticia-categoria {
  background-color: #1698f5;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
}
#noticia .noticia-body .noticia-titulo {
  color: #ff4599;
  line-height: 35px;
}
#noticia .noticia-body .noticia-bajada {
  line-height: 26px;
}
#noticia .noticia-body .noticia-subtitulo {
  line-height: 26px;
}
#noticia .noticia-body .noticia-parrafo a {
  font-weight: 600;
}

#noticia-otras {
  background-color: #f2f2f2;
}
#noticia-otras .noticia-otras-titulo {
  color: #ff4599;
}
#noticia-otras .noticia-otras-links a {
  display: block;
}

footer #social {
  background-color: #ffe100;
}
footer #social .social-links a {
  transition: margin-top 0.3s ease;
}
footer #social .social-links a img {
  width: 35px;
}
footer #social .social-links a:hover {
  transition: margin-top 0.3s ease;
  margin-top: -10px;
}
footer #newsletter .newsletter-link {
  padding: 5px;
}
footer #newsletter .newsletter-link a {
  transition: border-color 0.3s ease;
  width: 100%;
  display: inline-block;
  background-color: #ff4599;
  border: 14px solid #8e3bff;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
}
footer #newsletter .newsletter-link a:hover {
  border-color: #ff4599;
}
footer #copy {
  background-color: #f2f2f2;
}
footer #copy img {
  height: 75px;
}

/* DIEGO 20210617 ****************************************************************************************/
#descargables {
  margin-top: 86px;
}
#descargables #descargables {
  background: url("/img/bg-descargables.jpg");
}
#descargables .descargables-titulo {
  color: #ff4599;
}
#descargables .descargables-item {
  border: 0;
  transition: all 0.3s ease;
}
#descargables .descargables-item .descargables-item-imagen {
  height: 250px;
}
#descargables .descargables-item .descargables-item-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#descargables .descargables-item .card-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#descargables .descargables-item .card-body .card-text {
  color: #fff;
}
#descargables .descargables-item:hover {
  transition: all 0.3s ease;
  margin-top: -15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#descargables .descargables-item:hover .card-body .card-title {
  color: #1698f5;
}
#descargables .descargables-item:hover .card-body .card-text {
  color: #3a3a3a;
}

#comunidad {
  background-position-y: bottom;
  margin-top: 86px;
}
#comunidad #comunidad {
  background: url("/img/bg-comunidad.png");
}
#comunidad .comunidad-titulo {
  color: #00e600;
}
#comunidad .comunidad-link-txt {
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
#comunidad .comunidad-link-txt:hover {
  color: #00e600;
}
#comunidad .comunidad-link-boton {
  width: 100%;
  background: #00e600;
  text-align: center;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#comunidad .comunidad-link-boton:hover {
  background: white;
  color: #00e600;
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}
#comunidad .comunidad-item {
  border: 4px solid #00e600;
  padding: 30px;
  transition: all 0.3s ease;
}
#comunidad .comunidad-item .corona {
  position: absolute;
  top: -72px;
  left: -51px;
  width: 120px;
}
#comunidad .comunidad-item .comunidad-item-imagen {
  height: 250px;
}
#comunidad .comunidad-item .comunidad-item-imagen a {
  width: 100%;
  height: 100%;
  display: block;
}
#comunidad .comunidad-item .comunidad-item-imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#comunidad .comunidad-item .card-body {
  padding: 0;
}
#comunidad .comunidad-item .card-body .nombre {
  color: #00e600;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
}
#comunidad .comunidad-item .card-body .votos {
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  width: 60px;
  height: 60px;
  background-image: url("/img/iconos/corazon.png");
  background-size: 100%;
}
#comunidad .comunidad-item .card-body .votos.liked {
  background-position-y: -120px !important;
  color: #3a3a3a !important;
}
#comunidad .comunidad-item:hover {
  transition: all 0.3s ease;
  margin-top: -15px;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
  background: #00e600;
}
#comunidad .comunidad-item:hover .card-body .nombre {
  color: white;
}
#comunidad .comunidad-item:hover .card-body .votos {
  background-position-y: -60px;
  color: #00e600;
}
#comunidad .comunidad-item:hover .card-body .votos:hover {
  color: #3a3a3a;
}

.comunidad-botbot {
  position: fixed;
  background: #00e600;
  right: 0;
  bottom: 30px;
  font-size: 21px;
  line-height: 21px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: all 0.3s ease;
}
.comunidad-botbot:hover {
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.2);
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* DIEGO 20210617 ****************************************************************************************/
/*****************************************************************************************/
/* MD */
@media (min-width: 768px) {
  .fs-md-28 {
    font-size: 28px;
  }

  .fs-md-37 {
    font-size: 37px;
  }

  #hero .hero-logo {
    height: 75vh;
  }
  #hero .hero-logo .hero-logo-img {
    margin-top: 17vh;
    max-height: 40vh;
    max-width: 90vw;
  }

  .modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body {
    padding: 45px 90px 75px 90px;
  }
  .modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body .ficha-item {
    padding-bottom: 20px;
  }
  .modal .modal-dialog .modal-content .modal-body .personaje-ficha .ficha-body .ficha-item .ficha-item-titulo {
    padding-bottom: 5px;
    font-size: 21px;
  }

  footer #social {
    background-color: #ffe100;
  }
  footer #social .social-links a img {
    width: 60px;
  }

  #laserie-personajes .grid-cell .laserie-personajes-personaje {
    height: 150px;
  }
  #laserie-personajes .grid-cell .laserie-personajes-personaje.destacado {
    height: 540px;
  }
}
@media (max-width: 991px) {
  header nav .navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    top: 100%;
    left: 0px;
    right: 0px;
    position: absolute;
    padding: 0px 15px;
  }
  header nav .navbar-collapse .navbar-nav {
    padding: 1rem 0 !important;
  }
}
/* LG */
@media (min-width: 992px) {
  .fs-lg-90 {
    font-size: 90px;
    line-height: 90px;
  }

  header nav {
    background-color: transparent;
    transition: background-color 0.5s ease;
  }
  header nav.fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header nav .navbar-brand img {
    height: 120px;
    padding: 5px 0;
  }
  header nav .navbar-collapse .navbar-nav {
    width: 85%;
    /* justify-content: space-between!important; */
    flex-direction: row-reverse;
  }
  header nav .navbar-collapse .navbar-nav .nav-item {
    padding-left: 60px;
  }
  header nav .navbar-collapse .navbar-nav .nav-item a svg {
    width: 75px;
    height: 75px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  header nav .navbar-collapse .navbar-nav .nav-item a span {
    font-size: 16px;
  }
  header nav.navhome {
    height: 146px;
  }
  header nav.navhome .navbar-collapse .navbar-nav {
    width: 100%;
  }
  header nav.navhome.scrolled .navbar-collapse .navbar-nav {
    width: 85%;
  }

  /* DIEGO 20210617 ****************************************************************************************/
  #descargables, #comunidad {
    margin-top: 146px;
  }

  /* DIEGO 20210617 ****************************************************************************************/
  #laserie-destacado {
    height: calc(100vh - 146px);
    margin-top: 146px;
  }

  #noticia {
    margin-top: 146px;
  }
  #noticia .noticia-body .noticia-categoria {
    background-color: #1698f5;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
  }
  #noticia .noticia-body .noticia-titulo {
    font-size: 50px;
    line-height: 62px;
  }
  #noticia .noticia-body .noticia-bajada {
    font-size: 28px;
    line-height: 35px;
  }
  #noticia .noticia-body .noticia-subtitulo {
    font-size: 28px;
    line-height: 35px;
  }
  #noticia .noticia-body .noticia-parrafo {
    font-size: 18px;
    left: 30px;
  }
  #noticia .noticia-body .noticia-parrafo a {
    font-weight: 600;
  }

  #noticia-otras .noticia-otras-titulo {
    font-size: 37px;
  }
  #noticia-otras .noticia-otras-links a {
    font-size: 21px;
  }

  #laserie-personajes .characters-container .characterHighlight .laserie-personajes-personaje .personaje-nombre span {
    font-size: 28px;
    line-height: 32px;
  }
  #laserie-personajes .characters-container .laserie-personajes-personaje .personaje-nombre span {
    font-size: 16px;
    line-height: 21px;
  }
}
/* XL */
@media (min-width: 1200px) {
  header nav .navbar-collapse .navbar-nav {
    width: 70%;
  }
  header nav.navhome .navbar-collapse .navbar-nav {
    width: 100%;
  }
  header nav.navhome.scrolled .navbar-collapse .navbar-nav {
    width: 70%;
  }

  #laserie-personajes .grid-cell .laserie-personajes-personaje {
    height: 160px;
  }
  #laserie-personajes .grid-cell .laserie-personajes-personaje.destacado {
    height: 344px;
  }
  #laserie-personajes .grid-cell .laserie-personajes-personaje .personaje-nombre span {
    font-size: 21px;
    line-height: 23px;
    padding: 10px;
  }
  #laserie-personajes .grid-cell .laserie-personajes-personaje .personaje-nombre.destacado span {
    font-size: 37px;
    line-height: 40px;
    padding: 15px;
  }
}
/* XXL */
@media (min-width: 1680px) {
  .container {
    max-width: 1640px;
  }

  #laserie-personajes .grid-cell .laserie-personajes-personaje {
    height: 220px;
  }
  #laserie-personajes .grid-cell .laserie-personajes-personaje.destacado {
    height: 464px;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
