@font-face {
	font-family: "Cinzel Bold";
	src: url("../fuentes/Cinzel-Bold.ttf");
}

@font-face {
	font-family: "CinzelDecorative Bold";
	src: url("../fuentes/CinzelDecorative-Bold.ttf");
}

@font-face {
	font-family: "DUBAI BOLD";
	src: url("../fuentes/DUBAI-BOLD.TTF");	
}

@font-face {
	font-family: "DUBAI LIGHT";
	src: url("../fuentes/DUBAI-LIGHT.TTF");
}

@font-face {
 	font-family: "DUBAI MEDIUM";
	src: url("../fuentes/DUBAI-MEDIUM.TTF");
}

@font-face {
	font-family: "DUBAI REGULAR";
	src: url("../fuentes/DUBAI-REGULAR.TTF");
}

@font-face {
	font-family: "Signika Bold";
	src: url("../fuentes/Signika-Bold.ttf");
}

@font-face {
	font-family: "Signika Light";
	src: url("../fuentes/Signika-Light.ttf");
}

@font-face {
	font-family: "Signika Medium";
	src: url("../fuentes/Signika-Medium.ttf");
	
}

@font-face {
	font-family: "Signika Regular";
	src: url("../fuentes/Signika-Regular.ttf");
}

@font-face {
	font-family: "Signika SemiBold";
	src: url("../fuentes/Signika-SemiBold.ttf");
}

* {
  scrollbar-width: thin;
  scrollbar-color: #23272A;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: #2C2F33;
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #23272A;
  border-radius: 20px;
  border: 3px solid #2C2F33;
}

h1 {
  	font-family: 'Signika Bold';
  	font-size: 24px;
  	color: #FFFFFF;
  	text-transform: uppercase;
	text-align: justify;
}

h2 {
	font-family: 'Signika Bold';
  	font-size: 20px;
  	color: #E6E6E6;
	text-align: justify;
}

h3 {
	font-family: 'Signika Bold';
  	font-size: 18px;
  	color: #E6E6E6;
}

h4 {
	font-family: "Signika Light";
	padding-left: 40px;
	color: #E6E6E6;
	
}

h5 {
	font-family: "Signika Light";
	color: #E6E6E6;	
	font-size: 12px;
	text-align: right;
}

h6 {
	font-family: "Signika Light";
	font-size: 14px;
	padding-left: 160px;
	color: #E6E6E6;	
}

p {
	font-family: "Signika Light";
	padding-left: 80px;
	color: #E6E6E6;
}

a {
  color: #F5D371;
  text-decoration: none;
}

a:hover {
	color: #C1C1C1;
}

#productos_lista {
	font-family: "Signika Light";
	color: #E6E6E6;
	list-style: none; 
	line-height: 1.2em;
}

.lista_productos_style::before {
	content: "\2022"; 
	color: #F5D371; 
	display: inline-block; 
	width: 1em; 
	margin-left: 2em;
}

section {
  min-height: 100vh;
  max-width: 758px;
  padding: 15px 25px;
  margin: auto;
}

.titulo {
	font-family: "Cinzel Bold";
	font-size: 25px;
	color: #F5D371;
	text-align: right;
	padding: 5%;
}

.card {
  border-radius: 15px;
  padding: 5px 25px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.card__grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card__projects {
  min-width: 150px;
  max-width: 300px;
  background: #7289DA;
  flex: 1 1;
  margin: 5px;
}

.wrapper {
  display: flex;
  background-color: #23272A;
  color: #99AAB5;
}

.panel__side {
  height: 100vh;
  width: 75px;
}
.panel__side .channel {
  transition: 0.75s;
  color: #FFFFFF;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin: 7.5px;
  text-align: center;
  overflow: hidden;
}
.panel__side .channel a {
  color: #FFFFFF;
}
.panel__side .channel i {
  padding: 11px 12.5px;
  font-size: 35px;
}
.panel__side .channel:hover {
  transition: 0.75s;
  border-radius: 20px;
}

.panel__main {
  background-color: #2C2F33;
  height: 100vh;
  flex: 1;
  border-radius: 10px 0px 0px 0px;
  display: flex;
  overflow: hidden;
}

.panel__main-side {
	font-family: 'Signika SemiBold';
}

.panel__main .panel__main-side {
  background: #d4d4d4;
  height: 100vh;
  width: 300px;
}
.panel__main .panel__main-side .list__links {
  padding: 7.5px;
}
.panel__main .panel__main-side .list__links li {
  display: block;
  border-radius: 5px;
  margin: 5px 1px;
  padding: 10px 15px;
}
.panel__main .panel__main-side .list__links li:hover {
  background: #F5D371;
}
.panel__main .panel__main-side .list__links .active {
  background: rgba(255,255,255,0.80);
}
.panel__main .panel__main-side .list__links a {
  color: #11132D;
  text-decoration: none;
}
.panel__main .panel__main-content {
  background: #11132D;
  color: #99AAB5;
  flex: 1;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.twitter {
  background: #1DA1F2;
}

.blurple {
  background: #7289DA;
}

.purple {
  background: linear-gradient(145deg, #6E48AA, #7289DA);
}

.blue {
  background: linear-gradient(145deg, #1DA1F2, cyan);
}

.pink {
  background-image: linear-gradient(145deg, #EF32D9, #FFD200);
}

.orange {
  background-image: linear-gradient(145deg, #F7971E, #FFD200);
}