/*
 Theme Name:   Compucataliv
 Theme URI:    https://doothemes.com/
 Description:  Compucataliv Theme
 Author:       Dooplay
 Author URI:   https://doothemes.com/
 Template:     Dooplay
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Dooplay child theme
 Text Domain:  dooplay
*/

.retroiluminado,
.titulo {
  font-size: 36px;
  color: #333;
}
.mi-cuerpo,
.promo-body {
  font-family: Arial, sans-serif;
}
.promo-button,
.retroiluminado {
  text-decoration: none;
  font-weight: 700;
}
.mi-cuerpo {
  background-color: #f0f0f0;
  text-align: center;
  margin-top: 100px;
}
.titulo {
  font-weight: 700;
}
.retroiluminado {
  text-shadow: 0 0 10px #0f0, 0 0 20px #0f0, 0 0 30px #0f0, 0 0 40px #0f0,
    0 0 70px #0f0, 0 0 80px #0f0, 0 0 100px #0f0, 0 0 150px #0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retroiluminado:hover {
  text-decoration: underline;
}
.promo-body {
  background-color: #f2f2f2;
  color: #333;
  padding: 20px;
}
.promo-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.promo-content {
  position: relative;
  z-index: 2;
}
.promo-highlight {
  color: #fc0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.promo-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fc0;
  color: #333;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s, color 0.3s;
}
.promo-button:hover {
  background-color: #e6b800;
  color: #fff;
}

.wrapper-home {
  background: transparent !important;
  border-radius: 0 !important;
}

/* Secciones */
.sect {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sect:not(:last-child) {
  margin-bottom: 16px;
}

.sect .sect__title,
.sect .sect__viewAll {
  text-align: center;
}

.sect .sect__title h2 {
  background: linear-gradient(to bottom, #0272a7, #013953) !important;
  color: #fff !important;
  border-bottom: 0 !important;
  display: inline-block !important;
  border-radius: 8px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.sect .sect__viewAll a {
  background: #0272a7;
  color: #fff;
  padding: 16px;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 5px;
  font-weight: 600;
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* items */
.items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
}

.items-wrapper {
  width: calc(100% - 16px);
  background: url(./assets/img/entradasf.png) repeat-y scroll 0 0 transparent;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 5px 0px;
  margin-left: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px;
}

.items-wrapper .items {
  padding: 0 !important;
}

.items-wrapper .items .item h3:not(:hover) {
  color: #fff;
}

.items-wrapper .items .item__poster {
  border: 7px solid #eaf2f4;
}

.items-wrapper .items .item:hover .item__poster {
  box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.4);
}

/* item */
.item__poster {
  position: relative;
  display: block;
  aspect-ratio: 6/9;
  overflow: hidden;
  border-radius: 4px;
}
.item__poster img {
  width: 100%;
  aspect-ratio: 6/9;
  display: block;
  transition: all 0.3s ease-in-out;
}

.item__poster:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.item__play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  color: #fff;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  scale: 0;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}

.item:hover .item__poster img {
  scale: 1.2;
}

.item:hover .item__poster:before {
  opacity: 1;
}

.item:hover .item__poster .item__play {
  scale: 1;
}

.item__tax {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 3;
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: flex-start;
}

.item__tax span {
  background: #0272a7;
  color: #fff;
  border-radius: 4px;
  line-height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.item__poster .flag {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
}

.item__poster .flag img {
  width: 32px;
  height: 22px;
  scale: 1 !important;
}

.item h3 {
  padding-top: 8px;
  color: #111;
}

.item h3:hover {
  color: #0272a7;
}

.item__txt {
  position: absolute;
  left: 2px;
  bottom: 7px;
  z-index: 3;
  width: calc(100% - 4px);
  transform: translateY(200%);
  line-height: 24px;
  text-align: center;
  pointer-events: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.item:hover .item__txt {
  transform: translateY(0);
}

.item .item__aux {
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  transition: all 0.2s ease-in-out;
}

.item .item__aux span {
  background: #0272a7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.item .item__aux span.full {
  width: 100%;
}

.item:hover .item__aux {
  transform: translateY(-32px);
}

.item:hover .item__aux span {
  background: rgba(255, 255, 255, 0.2);
}

/* estilo entradas */
#resultado {
  position: relative;
  display: none;
  text-align: left;
  max-width: 800px;
  margin: -7px auto;
  border-radius: 10px;
  background-color: #fff;
  color: #2c3e50;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1; /* Asegura que el contenido del resultado estÃ© por debajo del spinner */
}

#resultado p {
  color: #2c3e50;
  line-height: 1.5;
}

.poster-container {
  position: relative;
  width: 250px;
  margin-right: 20px;
  z-index: 1; /* Asegura que el contenido del resultado estÃ© por debajo del spinner */
}

.poster-pelicula {
  border-radius: 9px;
  width: 100%;
  height: auto;
  z-index: 1; /* Asegura que el contenido del resultado estÃ© por debajo del spinner */
}

.superposicion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  pointer-events: none;
  z-index: 1; /* Asegura que el contenido del resultado estÃ© por debajo del spinner */
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  z-index: 1; /* Asegura que el contenido del resultado estÃ© por debajo del spinner */
}

.header-details {
  display: flex;
  flex-direction: column;
}

.header-details p {
  margin: 5px 0;
}

.generador,
.imagen-pelicula {
  border-radius: 9px;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
}

.capturas,
.informacion {
  background-color: #ecf0f1;
  color: #2c3e50;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.resaltado {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-weight: bold;
  background: transparent !important;
  color: #3498db !important;
  border-bottom: 0 !important;
}

.resaltado2 {
  background: transparent !important;
  font-weight: bold;
  color: #e74c3c !important;
  border-bottom: 0 !important;
  padding: 0 !important;
}

.info2 {
  margin: 5px 0;
  color: #2c3e50;
}

.recuadro {
  width: 90%;
  max-width: 443px;
  padding: 20px;
  border: 2px solid #3498db;
  border-radius: 10px;
  margin: 0px auto;
  text-align: center;
  background-color: #ecf0f1;
}

.enlaces {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3498db;
  text-decoration: none;
}

.enlaces:hover {
  text-decoration: underline;
}

.contrasena {
  font-size: 16px;
  color: #2c3e50;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pelicula-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.pelicula-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.5;
}

.poster-pelicula {
  width: 250px;
  border-radius: 9px;
}

.poster-pelicula img {
  width: 100%;
  aspect-ratio: 5/9;
}

.info-container {
  max-width: 400px;
}

.pelicula-details {
  margin-top: 0;
  font-size: 16px;
  color: #333;
}

.pelicula-details p:not(.resaltado) {
  margin-bottom: 12px;
}

.pelicula-details p.resaltado {
  padding-bottom: 4px !important;
}

.resaltado {
  font-weight: bold;
  margin-top: 10px;
}

#resultado > .resaltado ~ p {
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500;
}

.resaltado2 {
  font-weight: bold;
  color: #e74c3c;
}

.info2 {
  margin: 5px 0;
  color: #2c3e50;
}

.backdrop-half-3d {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.backdrop-half-3d img {
  width: calc(100% - 20px);
  margin: 10px 0;
  transition: transform 0.5s ease;
}

.backdrop-half-3d img:hover {
  transform: scale(1.1);
}

.logo-pelicula {
  max-width: 300px;
  display: block;
  position: relative;
  top: 0px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); /* Efecto de sombra */
  /* Opcional: Agregar borde y padding para destacar mÃ¡s */
  padding: 5px;
}

.poster-logo-container {
  display: flex;
  align-items: flex-start;
}

.poster-container {
  flex-shrink: 0;
}

.info-container {
  margin-left: 10px;
}

.logo-container {
  text-align: center;
  margin-bottom: 20px;
}

.logo-pelicula {
  max-width: 300px;
}

.pelicula-details {
  margin-top: 10px;
}

/* Estilos para el spinner de carga */
.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Asegura que el spinner estÃ© encima de todo */
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.video-container {
  position: relative;
  width: 588px;
  height: 260px;
  background-color: black;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s;
}
.video-container:hover {
  transform: scale(1.02);
}
.video-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.play-button:hover {
  background: rgba(255, 0, 0, 0.7);
}
.play-button::before {
  content: "â–¶";
  font-size: 2rem;
  color: white;
}
.message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.message.visible {
  display: block;
  opacity: 1;
}
.vip-message {
  font-family: Arial, Verdana;
  border: 4px solid grey;
  font-size: 135%;
  text-align: center;
  font-weight: bold;
  color: white;
  opacity: 0.9;
  width: 15em;
  border-radius: 5px;
  padding: 10px 2px;
}
.vip-message a {
  color: #259715;
  text-decoration: none;
}
.vip-message img {
  vertical-align: middle;
}
h3.toggle-dark {
  background-color: #006699;
  color: #fff;
  line-height: 1;
}
h3.trigger {
  margin: 0px !important;
  font-weight: 400;
  font-size: 14px;
  padding: 10px;
  padding-left: 30px;
  background-image: url(/images/toggle-plus.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.toggle_container {
  display: block;
  overflow: hidden;
  padding: 0px 0px;
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-color: #006699;
}

/* Player */
.player-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.player {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border: 4px solid #006699;
  display: block;
}

/* Estilo enlaces */

.custom-movie-details {
  background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
  color: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  margin: 2rem auto;
  max-width: 800px;
  box-shadow: 2 8px 32px rgba(0, 0, 0, 0.15);
}

.custom-movie-details h3 {
  color: #00aeff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.custom-movie-details ul {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.custom-movie-details ul li strong {
  display: inline-block;
  margin-right: 2px;
}

.custom-movie-details ul li span {
  color: #00aeff;
}

.enlaces-container {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.telegram-link {
  display: inline-block;
  margin: 2rem 0;
  transition: transform 0.3s ease;
}

.telegram-link:hover {
  transform: scale(1.05);
}

.telegram-link img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.recuadro {
  background: linear-gradient(145deg, #ffffff, #eeeeee);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.recuadro:hover {
  transform: translateY(-3px);
}

.enlaces {
  display: block;
  color: rgb(0, 140, 255);
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contrasena {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

h3,
input {
  color: red;
  margin: 0;
  padding: 0;
  font-family: arial;
  list-style: none;
}
.imagen-pelicula {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.imagen-pelicula:hover {
  transform: scale(1.02);
}
/* Estilos para el modal de imágenes */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.modal-image-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  animation: zoom 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close-image {
  position: absolute;
  right: 35px;
  top: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

.close-image:hover {
  color: #bbb;
}

/* Responsive */
@media only screen and (max-width: 700px) {
  .modal-image-content {
    max-width: 100%;
  }
}

/* Botón trailer */
button.btn-trailer {
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 1px;
}

button.btn-trailer:hover {
  background-color: #2980b9;
}

/* Ocultamos el primer parrafo que se supone que es la sinopsis que se importa en automatico. */
.post-content {
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post-content > p:first-child {
  display: none;
}

/* Barra de admin wordpress */
body.admin-bar #all {
  padding-top: 31px;
}

body.admin-bar #top {
  top: 31px;
}

/* Fix iframe modal */
.modal-content iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
}

/* Comentarios */
.tinota {
  float: left;
  margin-left: 50px;
  padding-top: 10px;
}
.notab {
  float: left;
  margin: 10px 0 0 50px;
}

.bgnota {
  background: url(images/aviso.png) no-repeat white 10px 10px;
  display: inline-block;
}

.notaav {
  font-style: italic;
  font-size: 12px;
  color: black;
  float: right;
  margin-top: 5px;
  padding: 5px;
  width: 40%;
  height: 85px;
  box-shadow: inset 1px 2px 3px #bbb, 1px 1px 1px #fff;
  border: 8px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comentarios {
  margin: 0;
  width: 100%;
  margin-top: 32px;
  border-radius: 16px;
  color: #2c3e50;
}

.importante {
  float: right;
}

h3#titulocomemt {
  color: #2c3e50;
}
ol.listacomentarios {
  clear: both;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ol.listacomentarios li {
  display: block !important;
  line-height: 18px;
  border-radius: 4px;
  background: white;
  border: 1px solid #ccc;
  margin: 5px 0 20px 0px !important;
  padding: 20px 25px !important;
}
ol.listacomentarios li {
  margin-bottom: 16px !important;
}
ol.listacomentarios li .comment-author a:link,
ol.listacomentarios li .comment-author a:visited {
  color: #333;
  font-weight: 700;
  text-decoration: none !important;
}
cite.fn {
  color: #eee;
  font-style: normal;
}
ol.listacomentarios li .comment-author .avatar {
  float: right;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid white;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px #ccc;
}
ol.listacomentarios li .comment-meta .commentmetadata {
  color: #000;
  opacity: .5;
}
ol.listacomentarios li p {
  line-height: 22px;
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}
ol.listacomentarios li .reply {
  margin-top: 10px;
  font-size: 10px;
  margin-bottom: 10px;
}

ol.listacomentarios li .reply a {
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  background-color: #3498db;
  color: #fff;
  border: none;
  font-weight: 400;
  display: inline-block !important;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 1px;
}

ol.listacomentarios li .reply a:hover {
  background-color: #2980b9;
}
ol.listacomentarios li ul.children {
  list-style: none;
  text-indent: 0;
  margin: 1em 0 0;
}
#respond {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 8px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#respond .comment-form-cookies-consent {
  display: none;
}
#respond h3 {
  font-size: 14px;
  color: #3b5998;
  font-weight: bold;
  padding: 10px 0px;
}
#commentform {
  padding: 10px 0;
}

#respond .comment-form-author,
#respond .comment-form-email {
  margin-bottom: 8px;
}

#respond label {
  display: block;
  color: #3b5998;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
  margin-bottom: 4px;
}
#respond input {
  background: #fff;
  border: 1px solid #ddd;
  color: #595852;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  padding: 8px;
}
#commentform input {
  width: 50%;
}
#respond input#enviar {
  width: 90px;
  background: url(https://3.bp.blogspot.com/-bCFMaJHuwc8/V3w9g-n1scI/AAAAAAAAHsM/BzK9cCATjiEVoRL-6xAmlyG4ToDxVN2gACKgB/s1600/widget.png);
  color: white;
  margin: 10px 0;
  padding: 5px;
  cursor: pointer;
  box-shadow: none;
}
textarea#comenta {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  color: #595852;
  margin: 10px 0 0;
  padding: 8px;
  border-radius: 4px;
}

#commentform input:focus,
#respond input:focus,
#respond textarea:focus {
  outline-width: 2px !important;
  outline-offset: 3px;
  outline-color: rgba(69, 118, 196, .5) !important;
}
ol.listacomentarios li .comment-author,
ol.listacomentarios li .comment-author .fn {
  color: #3b5998;
  font-weight: bold;
}
ol.listacomentarios li .comment-meta,
#respond label small {
  font-size: 10px;
}
ol.listacomentarios li ul.children li.depth-2,
ol.listacomentarios li ul.children li.depth-3,
ol.listacomentarios li ul.children li.depth-4,
ol.listacomentarios li ul.children li.depth-5 {
  margin: 0 0 0 50px;
}
/* Fin comentarios */
