
@font-face {
  font-family: Xolonium;
  src: url(http://www.asus-portugal.com/pba/rogxl/fonts/Xolonium-Bold.otf);
}

body {
	background: #000000!important;
}

.title {
	 font-family: Xolonium;

}

.bg-black {
    background-color: #000000!important;
}


.hr-white {
  border: none;
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(0deg, #000000, #ffffff, #000000);
}



.hr-orange {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #eb5d2f;
  background-image: -webkit-linear-gradient(0deg, #000000, #eb5d2f, #000000);
}

.orange {
	color: #eb5d2f!important;
}

.strix {
	color: #fb009f!important;
}

.tuf_yellow {
  color: #f9bf3c!important;
}

.zephyrus_bg {
  background: rgb(40,15,34);
  background: linear-gradient(160deg, rgba(40,15,34,1) 0%, rgba(8,18,57,1) 100%);
}

.strix_bg {
  background: rgb(40,15,34);
  background: linear-gradient(160deg, rgba(40,15,34,1) 0%, rgba(51,0,74,1) 100%);
}

.tuf_bg {
  background: rgb(21,3,0);
  background: linear-gradient(160deg, rgba(21,3,0,1) 0%, rgba(83,58,30,1) 100%);
}

.xmasinjuly_bg {
  background: #00b4b4;
}

.blackfriday_bg {
  background: #373737;
}

.btn-vermais {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.card {
    background-color: rgba(0,0,0,.125)!important;
    border: rgba(0,0,0,.125)!important;
}

.card-body {
    color: #fff!important;
}

.pvp-promo {
    color: #e50041!important;
	font-size: 1.6em;
	
}

.more {
    color: #3384e7!important;
}

.modal .row{
    margin-bottom: 0px;
}

.opacity-10{
    filter: opacity(0.2);
}

.modal .col-sm{
    height: 100px;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}



