/*
Theme Name: Alejandro Child
Theme URI: https://cinestilo.net/
Description: Child theme of Alejandro
Author URI: https://cinestilo.net/
Template: Alejandro
Version: 1.0
*/

/* CSS Variables */
:root {
    --avg-color: #fcd34d;
    --avg-color-rgb: 234, 179, 8;
    --avg-color-text: #18181b;
    --ongoing-color: #22c55e;
    --ongoing-color-rgb: 34, 197, 94;
    --completed-color: #dc2626;
    --completed-color-rgb: 220, 38, 38;
  
    /* Layout */
    --hder-height: 5.25rem;
  
    /* Typography */
    --bs-global-font: "Inter";
    --bs-logo-font: "Inter";
  }

/********CSS Personalizados**********/



/*Color de pagina en el menu */
body.single-episodes .hder, body.category .hder {
    background: #0a0e17 !important;
}
/* Color de numero de temporada en últimos episodios del home */
.ieps__meta .ssn {
    color: #FF9800 !important;
    margin-right: 0.375rem !important;
}

/* Color de seleccion de reproductores */
.hero.hero--player .opts-item__link:hover {
    background: rgba(255,255,255,.05);
    border-radius: 0 !important;
	/*padding: 10px 10px;*/
}

.hero.hero--player .opts-item__link:last-child:hover {
    border-radius: 0 0 5px 5px !important;
	
}

/* Separacion de texto de slidebar de mas visitados */
@media (max-width: 768px) {
  .pp-listItem__genres a {
    padding: 8px;
    display: inline-block;
  }
}


@media (min-width: 769px) {
  .pp-listItem__genres a {
    padding: 8px;
    display: inline-block;
  }
}


/* Tamaño de players en el reproductor*/
@media (max-width: 768px) {
  .opts-item__action {
    font-size: 11px !important;
  }

  .opts-item__action > span {
    --i-size: 15px !important;
  }

  .opts-item__link {
    font-size: 11px !important;
  }
}


/* Menú con submenú para años independiente */
/*@media screen and (min-width: 1024px) {
  #menu-item-80 {
    position: relative;
  }

  #menu-item-80 > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;*/
    /*left: 0;*/
/*    background-color: var(--wrapper-color);
    grid-template-columns: repeat(4, 1fr);
    max-width: 484px;
    padding-left: 0;
    padding: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 9999;
  }

  #menu-item-80:hover > ul.sub-menu,
  #menu-item-80 > ul.sub-menu:hover {
    display: grid;
  }

  #menu-item-80 > ul.sub-menu li {
    padding: 0px 0px 0px 0px;
    list-style: none;
  }

  #menu-item-80 > ul.sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-radius: 0.5rem;
  }

  #menu-item-80 > ul.sub-menu li a:hover {
    background-color: var(--light-color);
  }
}
@media screen and (min-width: 1024px) {
    .menu .sub-menu {
        background-color: var(--wrapper-color);
        width: 313px !important;
    }
}*/

/* Menú con submenú para géneros independiente */
/*@media screen and (min-width: 1024px) {
  #menu-item-205 {
    position: relative;
  }

  #menu-item-205 > ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;*/
    /*left: 0;*/
/*    background-color: var(--wrapper-color);
    grid-template-columns: repeat(3, 1fr);
    max-width: 484px;
    padding-left: 0;
    padding: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 9999;
  }

  #menu-item-205:hover > ul.sub-menu,
  #menu-item-205 > ul.sub-menu:hover {
    display: grid;
  }

  #menu-item-205 > ul.sub-menu li {
    padding: 0px 0px 0px 0px;
    list-style: none;
  }

  #menu-item-205 > ul.sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-radius: 0.5rem;
  }

  #menu-item-205 > ul.sub-menu li a:hover {
    background-color: var(--light-color);
  }
}
@media screen and (min-width: 1024px) {
    .menu .sub-menu {
        background-color: var(--wrapper-color);
        width: 3000px !important;
    }
}*/

/* Telegram */

.social_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.social_box .bubble {
    border-color: #F44336;
    color: #e8e6e3;
    /* background-image: url(https://cinemega.net/wp-content/uploads/2025/04/emojis-patt.webp); */
    width: 100%;
    border-radius: 20px;
    /* border: 3px solid #1e73be; */
    min-height: 100px;
    position: relative;
    margin-left: 0px;
    text-align: center;
    /* color: #fff; */
    padding: 20px 10px;
    /* background-image: url(https://cinemega.net/wp-content/uploads/2025/04/emojis-patt.webp); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    background: #141a23;
}

.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 1rem
}

.social_box .bubble p:nth-child(2) {
    color: #32c7f2;
    text-shadow: #262a2b 0 1px 1px;
    font-size: 36px;
    /* color: #0eb1e0; */
    text-shadow: 0 1px 1px #333
}

.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem
}

.social_box .bubble p svg {
    max-width: 36px;
    vertical-align: middle
}

.social_box .bubble p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 0
}

.social_box .bubble p {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.social_box .bubble::before {
    border-top-color: #fff0;
    border-bottom-color: #fff0;
    border-right-color: #0b89ad;
    border-left: 0
}

.social_box .bubble:before {
    border: 14px solid #fff0;
    border-right-color: #0eb1e0;
    border-left: 0;
    margin-top: -14px;
    margin-left: -17px
}

.social_box .bubble::after {
    border-top-color: #fff0;
    border-bottom-color: #fff0;
    border-right-color: #877d6f;
    border-left: 0
}

.social_box .bubble:after {
    border: 12px solid #fff0;
    border-right-color: #141a2300;
    border-left: 0;
    margin-top: -12px;
    margin-left: -12px
}

.social_box .bubble:after,.social_box .bubble:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 0
}

.social_box .bubble::before {
    border-top-color: #fff0;
    border-bottom-color: #fff0;
    border-right-color: #0b89ad;
    border-left: 0
}

.social_box .bubble:before {
    border: 14px solid #fff0;
    border-right-color: #1e73be00;
    border-left: 0;
    margin-top: -14px;
    margin-left: -17px
}

.social_box .bubble:after,.social_box .bubble:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 0
}