﻿/*
 * Descripción: SKINS
 * Copyright (c) 2023
*/


/*===================================
	Google Fonts siempre primero
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Allan:wght@700&display=swap');
/*
	font-family: 'Allan', cursive;
*/



/*===================================
       Colores light / dark
=====================================*/


:root {
  --fa-colordest: #c91077;
  --fa-colordest-txt:#fff;
  --fa-colordest-fill: #c91077;
  --fa-filter-colordest: brightness(0) saturate(100%) invert(18%) sepia(60%) saturate(4316%) hue-rotate(311deg) brightness(90%) contrast(104%);
  --fa-fondo-header-top: linear-gradient(to bottom, #f7e4f4 10%, #fff/*fbbfe1*/ 90%);

  --fa-fondoclaro-hover: rgba(255,255,255,0.4);
  
  /*menhor*/
  --fa-colormenu:#fff;
  --fa-colormenu-active:#ffdfbe;
  
  /*menvert*/
  --fa-fondomenver: #391228;
  --fa-menver-borde: #5d2344;

  --fa-menver-a:#a37986;
  --fa-menver-a-hover:#ffdfbe;

}

.dark {
   --fa-nombre: #b73668;
   --fa-datos: #865e6d;
   --fa-atributos-txt: #865e6d;
   --fa-filter-atributos: brightness(0) saturate(100%) invert(42%) sepia(12%) saturate(907%) hue-rotate(286deg) brightness(93%) contrast(92%);;
   --fa-fondo-header-top: linear-gradient(to bottom, #24242a 10%, #24242a 90%);
   
   /*menhor*/
   --fa-colormenu:#fff;
   --fa-colormenu-active:#ffdfbe;


}

/*===================================
		    Skin FAKINGS TV
=====================================*/

.scrolltop {border-radius: 0px; padding: 10px 12px;}
.redondeado, .redondo, .redondo-top, .redondo-bottom, .redondo-left, .redondo-right {border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important;}
.boton.circulo {border-radius: 0px; background-color:transparent;}
.boton.circulo:hover,.boton.circulo:focus { background-color: var(--fa-fondoclaro-hover); color: var(--fa-color-btgris-hover);}
.switch-checkbox {border-radius: 0px;background-color:transparent;}
.zona-menu{background-image: linear-gradient(to bottom, #e2258e 50%, #c91077 50%);}

.header-top{background-image: var(--fa-fondo-header-top);}
/*@media (max-width: 991px){.header-top{background:none;}}*/

.canales a:hover, .canales a:focus, .canales a.active{color:#ffdfbe;}
.title.font2{font-family: 'Allan', cursive;}
.subtitle {font-family: 'Allan', cursive;}
.lema{font-family: 'Allan', cursive;font-size: 1.75em;}
.contenedor-banner.degradado-circular-colordest{background: radial-gradient(#e96bb4 15%, #a90e64 90%)}
.subban{color:#ffdfbe;}
.imagen-story {border-radius: 0px;}
.tag {border-radius: 0px;}
a.tag{padding: 3px 8px;}

.estado, .boton.redondo, .duracion-video, .info-icono, .message-item.model .nick, .info-acceso, .info-abajo, .letras li:first-child a, ul.filters li a, .zona-txtserie{border-radius: 0px !important;}
.boton-propina{border-radius: 7px !important;border-bottom-left-radius: 0px !important;}
.contenedor-foto-video img, .contenedor-foto-video video {border-radius: 0px;}

.atributos-video, .atributos-chica{background:none;justify-content: space-around; padding:0px; gap:4px}
.atributos-video span, .atributos-chica span{background:var(--fa-fondoclaro); flex: 1 1 auto;padding:3px 5px;text-align:center;border-radius: 0px}

.menuvert, .menuvert > a, .menuvert ul > li.lock > a, .menuvert ul > li.unlock > a {color: var(--fa-menver-a);}
.menuvert ul > li.active > a, .menuvert ul > li > a:hover {color: var(--fa-menver-a-hover);}

.message-item.model .nick{background-color:var(--fa-colordest);}
.message-item.guest .nick {color: var(--fa-datos);}

.message-item.model .nick{background-color:var(--fa-colordest);}
.message-item.guest .nick {color: var(--fa-datos);}

/*textos*/
.title{padding-left:10px;}
.title:after {position: absolute; content: ''; left: 0px; top: 47%; width: 6px; height: 6px; background-color: var(--fa-colordest);}

.title.noraya {padding-left: 0px;}

/*no radius*/
.contenedor-banner, .contenedor-foto-video img.fotoprincipal,.duracion-video, .info-icono, .contenedor-foto-video img, .contenedor-foto-video video, .formulario.redondo, .checkmark-check, .contenido-modal, .suscripcion, 
.info-acceso, .tabs.redondo,.share.rounded, .letras li:first-child a, ul.filters li a, .box-container.redondo .box-header, .badge, .paginacion.redondo .pagina-item:first-child .pagina-link,
.paginacion.redondo .pagina-item:last-child .pagina-link, .paginacion.separar.redondo .pagina-link, .oferta-tarifa {
    border-radius: 0px!important;-moz-border-radius: 0px !important; -webkit-border-radius: 0px !important;
}



















