:root {
    /* --color-principal: #6772db; #9DDE9C - #ff9b05*/
    --color-principal: #ff9b05; 
 --color-sombra: #ffffffbb;
 --color_btns: #333333;
}

body {
    background-color: #121212;
}

a{
    text-decoration: none;
}

.bg-principal{
    background-color: var(--color-principal);
}

.text-principal{
    color: #ff9b05;
}

ul{padding-left: 0rem;}


.buscador2 {
    position: relative;
}

.btn_fichas:hover{
    background-color: var(--color_btns)!important;
    transition: 400ms;
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
}

.buscadorsvg {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: #fff;
}

.color_span{
color: var(--color-sombra);
}

.input {
    background: #333333;
    padding-left: 2.5rem;
    border: solid #555452 0.15rem !important;
    outline: none !important;
    line-height: 2rem !important;
    color: white;
}

.btn1 {
    line-height: 2rem;
}


.btnpad {
    padding: 0.5rem 1rem;
}


.title_cap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.txtbreak{
    word-break: break-all
}

.gx {
    background-size: cover;
    width: 138px;
    height: 180px;
    background-color: #212121;
    rotate: 350deg;
    overflow: hidden;
    padding: 0.4rem;
    border-radius: 1rem;
}


.tj1 {
    height: 300px;
    padding-left: 0;
}

li {
    list-style: none;
}

.margen {
    margin-left: -2rem;
}

.bg2 {
    background-color: #212121;
}

.imgefecto:hover {
    transform: scale(1.2);
    transition: 300ms;
}

.episode {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: #363231de;
    color: white;
    font-weight: 500;
}

.aspect {
    aspect-ratio: 1.78;
}


.bi {
    display: inline-block;
    vertical-align: -0.15em;
    fill: currentcolor;
}

.play {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00000057;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.btn_verahora {
    max-width: fit-content;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
}

.ficha_efecto:hover {
    transform: scale(1.05);
    transition: 300ms;
}

.play:hover {
    opacity: 1;
}


.imgbg3::before{
content: '';
position: absolute;
right: 0;
top: 0;
width: 51%;
height: 100%;
background: linear-gradient(91deg,rgb(0 0 0/100%),rgb(0 0 0 / 70%),rgb(0 0 0 / 14%),rgb(0 0 0/50%) );
z-index: 1;
}

.imgbg4{
    background: linear-gradient(91deg,rgb(0 0 0/100%),rgb(18 18 18),rgb(0 0 0),#000000 );
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    padding: 2rem 4rem;
}

.sipno{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/* codigo de buscado2 2*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    transition: 300ms;
  }


  .search-container {
    position: absolute;
    width: 100%;
    background-color: #373b3e;
    text-align: center;
    display: flex;
    border: none;
    padding: 1.3rem 1rem;
  }

  .border{
    border: none!important;
  }

  .est_acor{
    outline-style: none!important;
    box-shadow: none!important;
  }
  
  #searchInput {
    width: 100%;
    padding: 10px;
    border: none;
    background: #333333;
    border-radius: 0.5rem;
    outline-style: none;
    color: white;
  }
  
  #searchCloseButton {
    padding: 10px 20px;
    background: none;
    border: none;
    color: white;
  }

  .formulario{
    display: flex;
    flex-basis: 100%;
    margin: 0;
  }

.aspecto{aspect-ratio: 1/1.4;}

.cap-layout{
            background-color: #212121;
            color: #ffffffd9;
            padding: 1rem;
            border-radius: 10px;
            margin-bottom: 0.5rem;
            border: 1px solid #2b2a2a;

    }
.cap-layout:hover{
    background-color: #6772db;
    transition: 300ms;
}


dl > dt {color: white;}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.nav-link:hover {
    border: none;
}

.nav-tabs .nav-link{
    border: none;
}
.aspect-fichas{
aspect-ratio: 1/1.4;
}

.aspect-listas{
    aspect-ratio: 1 / 0.55;
}


.profile{
    height: 200px;
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width:1400px) {
    .imgbg4 {
        padding: 1rem 4rem;
    }
}

@media (max-width:1200px) {
    .imgbg4 {
        padding: 0.1rem 4rem;
    }
}

@media (max-width:576px) {
    .kyo {
        font-size: 1rem !important;
    }
    .overflow-sm {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap;
      }
}

/*Buscador*/
.pcsearchauto.show {
    display: block;
    background: #212529;
    margin-top: 9px;
    width: 100%;
    padding: 17px;
}
.pcsearchitems {
    display: flex
}
.qmob.searchresult {
    width: 100%;
    position: fixed;
    background: #171d23;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 15px 10px;
    box-shadow: -9px 12px 11px rgb(0 0 0/28%);
    margin-left: 0;
    top: 85px;
}

div#qtmp,div#qtmpm {
    padding: 20px;
    color: #fff
}

.pcsearchitems img {
    max-height: 100%;
    border-radius: 50%
}

.itemmob a {
    display: flex
}


.pcsearchitems p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap
}
.pcsearchitems {
    display: flex;
    align-items: center
}

.pcsearchitems img {
    position: unset;
    height: 60px;
    width: 60px
}

.pcsearchitems p {
    margin-bottom: 0;
    padding-left: 9px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: poppins,sans-serif
}

.pcsearchitems span {
    padding-left: 9px;
    font-size: 13px;
    font-weight: 400;
    color: #fff
}
.search_div {
    position: relative;
}
.mobsearch {
    display: flex;
    padding: 8px 15px;
    align-items: center
}

.mobsearchtxt {
    padding-left: 10px
}

.mobsearchtxt button {
    border: none;
    font-size: 8px;
    border-radius: 15px;
    background-color: #f68913;
    padding: 2px 5px
}

.mobsearchimg img {
    height: 60px;
    width: 60px
}

.mobsearchtxt p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.mobsearchtxt span {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 400
}

.player{
position:relative;}


[data-bs-theme="dark"] {
    color-scheme: unset;
}

.btn-secondary:hover {
background-color: var(--color-principal);
}

.lalo{
  color: #121212;
}

.ko:visited .lalo{
color: orange;
}

.notify-list::-webkit-scrollbar {
    width: 8px
}

.notify-list::-webkit-scrollbar-track {
    border-radius: 0 8px 8px 0;
    background: #555
}

.notify-list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px
}

.notify-list::-webkit-scrollbar-thumb:hover {
    background: #f1625d
}
.notify-list {
    width: 300px;
    background: #555;
    border-radius: 3px;
    z-index: 99;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.shownots .badge {
    top: 12px;
    right: -6px;
}
.notify-list li {
    padding: 10px;
    border-bottom: 1px solid #4e4e4e;
}
.notify-list li.d {
    background: #ff9b0540;
}
.notify-list li .top-text-light {font-size: 12px;margin-top: 5px;}

@media (max-width:500px) {
    .notify-list {

    }
}

/* checkbox directorio */
.checkgroup input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkgroup {
  /* display: inline-block; */
  /* align-items: center; */
}

.checkgroup label {
  display: inline-block;
  align-items: center;
  margin: 3px 1px;
  padding: 6px 7px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.5, 1.9);
  background: #383838;
  border-radius: 10px;
}

.checkgroup input:checked + label {
  color: #fff;
  background: #226dfe;
}

