﻿/*
 * 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: #ffae11;
  --fa-colordest-txt:#fff;
  --fa-colordest-fill: #ffae11;
  --fa-filter-colordest: brightness(0) saturate(100%) invert(73%) sepia(95%) saturate(1709%) hue-rotate(347deg) brightness(100%) contrast(103%);
  --fa-fondo-header-top: linear-gradient(to bottom, #ffe8d0 10%, #ffe8d0 90%);/*linear-gradient(to bottom, #feca8f 10%, #ffe7d5 90%)*/
  
  --fa-fondoclaro-hover: rgba(255,255,255,0.4);
  
  /*menhor*/
  --fa-colormenu:#fff;
  --fa-colormenu-active:#fbfab6;
  
  
  /*menvert*/
  --fa-fondomenver: #261b05;
  --fa-menver-borde: #423315;
  --fa-menver-a:#807b70;
  --fa-menver-a-hover:#fbfab6;
}

.dark {
   --fa-nombre: #b78336;
   --fa-datos: #8e8673;
   --fa-atributos-txt: #92735f;
   --fa-filter-atributos: brightness(0) saturate(100%) invert(77%) sepia(2%) saturate(3017%) hue-rotate(4deg) brightness(69%) contrast(77%);;
   --fa-fondo-header-top:linear-gradient(to bottom, #24242a 10%, #24242a 90%);
   
   /*menhor*/
   --fa-colormenu:#fff;
   --fa-colormenu-active:#fbfab6;

}

/*===================================
			Skin NIGGED
=====================================*/

.scrolltop {border-radius: 20% 0 20% 0; padding: 10px 12px;}
.redondo{border-radius:4px 0 4px 0!important; -moz-border-radius:4px 0 4px 0!important; -webkit-border-radius:4px 0 4px 0!important;}
.redondeado {border-radius: 8px 0 8px 0!important; -moz-border-radius: 8px 0 8px 0!important; -webkit-border-radius: 8px 0 8px 0!important;}
.boton.circulo {border-radius: 20% 0 20% 0;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: 20% 0 20% 0;background-color:transparent;}
.zona-menu{background-image: linear-gradient(to bottom, #ff8a00 50%, #ff6600 50%);}

.header-top{background-image: var(--fa-fondo-header-top);}
@media (max-width: 991px){.header-top{margin-bottom:10px}}

.canales a:hover, .canales a:focus, .canales a.active{color:#fbfab6;}
.title.font2{font-family: 'Allan', cursive;}
.subtitle {font-family: 'Allan', cursive;}
.lema{font-family: 'Allan', cursive;font-size: 1.75em;}

.contenedor-foto-video img.fotoprincipal, .contenedor-banner{border-radius: 8px 0 8px 0;}
.contenedor-banner.degradado-circular-colordest{background: radial-gradient(#ff8a00 15%, #cd5600 90%);}
.contenedor-foto-video img.img-responsive, .contenedor-foto-video video > .img-responsive{border-radius: 8px 0 8px 0;}

.subban{color:#fbfab6;}
.imagen-story {border-radius: 20% 0 20% 0;}
.tag {border-radius: 6px 0% 6px 0%}
a.tag{padding: 3px 8px;}

.estado, .boton.redondo{border-radius: 4px 0% 4px 0% !important;}
.contenedor-foto-video img, .contenedor-foto-video video {border-radius: 4px;}

.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 15px;text-align:center;border-radius: 8px 0 8px 0;}

.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);}

/*textos*/
.title{padding-left:20px;}
.title.noraya{padding-left:0px;}
.title:after {position: absolute; content: ""; left: 0px; top: 50%; width: 15px; height: 2px; background-color: var(--fa-colordest);}






















