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

body {
	background: #FFFFFF!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%);
}

.promo_bg {
  background: #213376;
}

.university_bg {
  background: #b1a799;
}

.btn-vermais {
    color: #FFF!important;
    background-color: #202020;
    border-color: #202020;
	font-weight: bold;
}

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

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

.pvp-promo {
    color: #90fffe!important;
}

.more {
    color: #ffd400!important;
}

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



