<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,900&amp;display=swap');

@font-face {
    font-family: Flama;
    src: url("../fonts/Flama-Basic.otf") format("opentype");
}

@font-face {
    font-family: Flama;
    font-weight: 500;
    src: url("../fonts/Flama-Semibold.otf") format("opentype");
}


body, html {
	margin: 0;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
    }

.unimas-search {
	background: url(../images/828-540_MOBILE_UNIMAS.png);

	background-size: cover;
	background-attachment:unset;
	background-position: 0 41%;
	padding: 2% 2% 0 2%;
	font-family: 'Flama', sans-serif;
	text-transform: uppercase;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	width: 29%;
	display: inline-block;
	margin-right: 5px;
}

.logo img{
	width: 100%;
}

.unimas-search-top h2 {
	vertical-align: top;
	display: inline-block;
	font-weight: 500;
	color: #FFF200;
	font-size: 5.1vw;
	margin: 0;
	margin-left: 11%;
	margin-bottom: 5%;
	text-align: center;

}

.searcher {
	margin-top: auto;
	display: flex;
	align-items:flex-end;
	justify-content:end;
	margin-bottom: 2%;
}

.searcher p {
	text-align: center;
	color: #FFFFFF;
	font-weight:500;
	font-size: 3.5vw;
	margin: 0;
}

.searcher p span {
	font-weight:200;
	font-size: 8px;
	display: block;
	font-size: 2vw;
}

.search-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	width: 50%;
}

#searchBox {
 max-width: 120px;
 width: 24vw;
 -webkit-appearance: none;
   -moz-appearance:  none;
   appearance:       none;
 background: transparent;
 border: 3px solid #FFF200;
 font-size: 22px;
 color: #FFFFFF;
 font-weight: 200;
 opacity: 80%;
 text-align: center;
 font-family: 'Flama', sans-serif;
 padding: 0 10px;
 box-sizing: border-box;
 height: 6vw;
 max-height: 40px;
}

#searchBox:focus {
	outline: none;
}

#search_btn {
	font-size: 0;
	background: url(../images/search_icon.svg) no-repeat;
	background-size: 100%;
	height: 5vw;
	width: 5vw;
	border: 0;
	margin: 0 10px;
	cursor: pointer;
	filter: brightness(0) invert(1);
}

#search_btn:focus {
	outline: none;
}

.results ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	
}

.results{
	width: 90%;
	margin: 0 auto;
}

.results ul.centered {
	justify-content: center;
}

.results ul li {
	list-style: none;
	width: 33%;
	padding: 5px;
	margin: 3px 0;
	border-left: 1px solid #FFF200;
	border-right: 1px solid #FFF200;
	text-align: center;
	box-sizing: border-box;
}
.results ul li + li {
	border-left: 0;
}

.channel-name {
	 color: #FFFFFF;
	 font-size: 3vw;
	 font-weight: 500;
}

.channel_number {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.channel_number p {
	color: #FFFFFF;
	font-size: 2.5vw;
	font-weight: 200;
	display: inline-block;
	margin: 0;

}

.channel_number p:nth-last-child(n + 1):after{
	content: ",";
	display: inline-block;
	margin-right:3px;
}

.channel_number p:last-of-type:after{
	display:none;
}

.not_found {
	width: 100%;
	text-align: center;
	color: #FFF200;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	padding: 25px 0;
}

@media(max-width:768px) {
	.results ul li:first-of-type {
		border-left: 0;
	}


	.results ul li:nth-child(3n) {
		border-right: 0;
	}
}

@media (min-width: 840px) {

	.logo {
		width: 100%;
		vertical-align: middle;
		margin-right: 3%;
		margin-left: -3%;
	}
	.unimas-search {
		background: url(../images/1260-229_DESKTOP_UNIMAS.png);
		background-size: cover;
		padding: 30px 2% 0 2%;
	}


	.unimas-search-top {
		
		max-width: 1440px;
		display: grid;
		grid-template-columns: 20% 30% 50%;
		grid-gap: 15px;
		align-items: center;
		padding: 0 5px;
	}

	.unimas-search-top h2 {
		width: 100%;
		font-size: min(43px, 2.9vw);
		margin-bottom: 0;
		justify-self: end;
		margin-right: -30px;
	}
	
	.searcher{
		width: 100%;
		display: grid;
		grid-template-columns: 60% 40%;
		margin-left: -20px;
	}


	.searcher p {
		font-size: min(1.7vw, 29px); 
		line-height: 1;
		margin-right: 6%;
	}

	.search-bar{
		width: 80%;
		margin-left: 18%;
	}

	.searcher p span { 
		font-size: min(0.95vw, 16px); 
		line-height: 1;
		margin-top: 5px;
	}
	#searchBox {
		width: 100%;
		margin-left: 8px;
		height: 35px;
		max-width:none;
	}

	#search_btn {
		height: 40px;
		width: 40px;
	}

	.results {
		max-width: 1130px;
		margin: 0 auto;
		width: 50%;
	}

	.results ul {
		margin: 20px 0 20px 0;
	}

	.results ul li {
		list-style: none;
		max-width: 20%;
		
	}

	.results ul li:nth-child(7n) {
		border-left:1px solid #FFF200;
	}

	.not_found {
		
		font-size: 16px;

	}

	.channel-name {
		font-weight: 500;
		font-size: min(1vw, 25px);
   }
   
   .channel_number {
	   display: flex;
	   flex-wrap: wrap;
	   justify-content: center;
   }
   
   .channel_number p {
	   color: #FFFFFF;
	   font-size: min(0.8vw, 22px);
	   font-weight: 200;
	   display: inline-block;
	   margin: 0;
   
   }
   
}</pre></body></html>