@font-face {
    font-display: swap;
    font-family: 'Silka';
    font-style: normal;
    font-weight: 400;
    src: url('/suporte/css/fonts/silka/silka-regular');
}

@font-face {
	font-display: swap;
	font-family: 'Silka';
	font-style: normal;
	font-weight: 500;
	src: url('/suporte/css/fonts/silka/silka-medium.ttf');
}

@font-face {
	font-display: swap;
	font-family: 'Silka';
	font-style: normal;
	font-weight: 600;
	src: url('/suporte/css/fonts/silka/silka-semibold.ttf');
}

@font-face {
	font-display: swap;
	font-family: 'Silka';
	font-style: normal;
	font-weight: 700;
	src: url('/suporte/css/fonts/silka/silka-bold.ttf');
}

@font-face {
	font-display: swap;
	font-family: 'Nib-Pro';
	font-style: normal;
	font-weight: 400;
	src: url('/suporte/css/fonts/nib-pro/nib-pro-regular.ttf');
}

@font-face {
	font-display: swap;
	font-family: 'Nib-Pro';
	font-style: normal;
	font-weight: 700;
	src: url('/suporte/css/fonts/nib-pro/nib-pro-bold.ttf');
}
  

@media screen and (min-width: 1200px) {

	#header .container,
	#footer .container {
		max-width: 1440px;
		padding-left: 28px;
		padding-right: 28px;
	}
}

html {
	position: relative;
	min-height: 100%;
	background: #fff;
}

body {
	background: #fff;
	font-family: Silka, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, p {
	font-family: Silka, sans-serif;
}

#header .top-bar {
	background: rgb(24, 24, 24);
}

#header .top-bar .go-home {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

#header .top-bar .go-home:hover {
	text-decoration: underline;
}

#header .head {
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
}

#header .head a#logo {
	float: left;
	height: 72px;
	margin: 0;
	padding-top: 17px;
}

#header .head a#logo img {
	width: 158px;
}

@media screen and (max-width: 767px) {

	#header .head a#logo img {
		width: 110px;
	}

	.tinynav {
		margin: 24px 0;
		width: 150px;
		float: right;
	}
}

#header #nav {
	float: right;
	padding: 0;
}

#header #nav li {
	padding: 0;
	position: relative;
	display: block;
	float: left;
}

#header #nav li:first-child {
	display: none;
}



#header #nav li a.download-tv {
	color: #231F20 !important;
	background: #fff;
	border: 1px solid #231F20;
}

#header #nav li a.download-tv:hover {
	color: #fff !important;
	background: rgb(10, 84, 182);
	text-decoration: none;
	border: 1px solid rgb(10, 84, 182);
}

#header #nav li a:link, #header #nav li a:visited {
	color: #231F20;
	margin: 17px 0;
	padding: 3px 15px 0 15px;
	display: block;
	position: relative;
	line-height: 33px;
	text-transform: uppercase;
	font-family: Silka, sans-serif;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	#header #nav li a:link, #header #nav li a:visited {
		padding: 3px 7px 0 7px;
	}
}

#header #nav li a:hover {
	color: rgb(10, 84, 182);
}

#header #nav li a.active {
	color: rgb(10, 84, 182);
}

#landing_page .welcome-page .wptext h1 span span {
	color: rgb(10, 84, 182) !important;
	font-family: Silka, sans-serif;
}

#landing_page .welcome-page #kb-search #query {
	height: 52px;
	border: 1px solid rgba(0,0,0,0);
}

#landing_page .welcome-page #kb-search #query:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}

#landing_page .welcome-page #kb-search .btn {
	padding: 15px;
	width: 115px;
	background: #fff;
	border: 1px solid #231F20;
	color: #231F20;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	margin-left: -10px;
}

#landing_page .welcome-page #kb-search #query {
	border: 1px solid #231F20;
	color: #231F20;
}

#landing_page .welcome-page #kb-search .btn:hover {
	background: rgb(10, 84, 182);
	border: 1px solid rgb(10, 84, 182);
	color: #fff;
}

@media screen and (max-width: 767px) {

	#landing_page .welcome-page #kb-search .form-group {
		float: none;
	}

	#landing_page .welcome-page #kb-search #query {
		display: table;
		margin: 0 auto;

	}

	#landing_page .welcome-page #kb-search .btn {
		display: table;
		margin: 0 auto;
	}
}

#landing_page .home-box #new_ticket i, #landing_page .home-box #check_status i {
	color: rgb(10, 84, 182);
	background: none;
	font-size: 44px;
}

#landing_page .home-box #new_ticket a.btn, #landing_page .home-box #check_status a.btn {
	background: #fff;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	border: 1px solid #231F20;
	color: #231F20;
}

#landing_page .home-box #new_ticket a.btn:hover, #landing_page .home-box #check_status a.btn:hover {
	background: rgb(10, 84, 182);
	border: 1px solid rgb(10, 84, 182);
	color: #fff;
}
#landing_page .home-box #new_ticket, #landing_page .home-box #check_status {
	text-align: left;
}
#landing_page .home-box #new_ticket i, #landing_page .home-box #check_status i {
	margin: 0px;
}
a:link, a:visited {
	color: rgb(10, 84, 182);
}
.faqbanner {
	background-color: rgb(10, 84, 182);
	text-align: left;
	color: #fff;
}
.faqbanner p a {
	color: #fff;
	font-weight: 700;
}

.faqbanner p a:hover {
	color: #231F20;
}

#footer {
	background: rgb(24, 24, 24);
	position: absolute;
	bottom: -160px;
	width: 100%;
}

@media screen and (min-width: 414px) {

	#footer {
		bottom: -90px;
	}
}

@media screen and (min-width: 768px) {

	#footer {
		bottom: -45px;
	}
}

@media screen and (min-width: 992px) {

	#footer {
		bottom: -48px;
	}
}

#footer .navbar-nav > li {
	display: block;
	position: relative;
	float: left;
}

#footer .navbar-nav > li > a,
#footer .navbar-nav > li > span {
	font-family: Silka, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 48px;
	color: #fff;
	padding: 0 4px 0 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

@media screen and (max-width: 767px) {

	#footer .navbar-nav {
		margin: 0 auto;
		display: table;
		text-align: center;
	}

	#footer .navbar-nav > li {
		display: inline;
		float: none;
	}

	#footer .navbar-nav > li > a,
	#footer .navbar-nav > li > span {
		display: inline;
		line-height: 15px;
	}
}

#footer .navbar-nav > li > a:hover,
#footer .navbar-nav > li > a:focus {
	color: rgba(10, 84, 182, 0.9);
	background: none;
}

#footer .follow-us-footer {
    float: right;
    padding: 7px 0;
    height: 48px;
    padding-top: 17px;
}

@media screen and (max-width: 767px) {

	#footer .follow-us-footer {
		float: none;
		margin: 0 auto;
		display: table;
	}
}

#footer .follow-us-footer a[class^='social-'] {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 7px;
}

#footer .follow-us-footer .social-facebook {
	background: url(/suporte/images/social_svg/facebook_2.svg) center center;
}

#footer .follow-us-footer .social-facebook:hover {
	background: url(/suporte/images/social_svg/facebook_hover.svg) center center;
}

#footer .follow-us-footer .social-behance {
	background: url(/suporte/images/social_svg/behance_2.svg) center center;
}

#footer .follow-us-footer .social-behance:hover {
	background: url(/suporte/images/social_svg/behance_hover.svg) center center;
}

#footer .follow-us-footer .social-instagram {
	background: url(/suporte/images/social_svg/instagram_2.svg) center center;
}

#footer .follow-us-footer .social-instagram:hover {
	background: url(/suporte/images/social_svg/instagram_hover.svg) center center;
}

#footer .follow-us-footer .social-twitter {
	background: url(/suporte/images/social_svg/twitter_2.svg) center center;
}

#footer .follow-us-footer .social-twitter:hover {
	background: url(/suporte/images/social_svg/twitter_hover.svg) center center;
}

#footer .follow-us-footer .social-pinterest {
	background: url(/suporte/images/social_svg/pinterest_2.svg) center center;
}

#footer .follow-us-footer .social-pinterest:hover {
	background: url(/suporte/images/social_svg/pinterest_hover.svg) center center;
}

#footer .follow-us-footer .social-linkedin {
	background: url(/suporte/images/social_svg/linkedin_2.svg) center center;
}

#footer .follow-us-footer .social-linkedin:hover {
	background: url(/suporte/images/social_svg/linkedin_hover.svg) center center;
}

#footer .follow-us-footer .social-googleplus {
	background: url(/suporte/images/social_svg/googleplus_2.svg) center center;
}

#footer .follow-us-footer .social-googleplus:hover {
	background: url(/suporte/images/social_svg/googleplus_hover.svg) center center;
}

#mti_wfs_colophon {
	bottom: 50px !important;
}

.cover {
	background: #fff;
}

.page-title h1 {
	color: #000;
}

.cover input {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid #000;
	color: #000;
	border-radius: 4px;
}

#msg_error {
	border-radius: 5px;
	padding: 10px;
	color: #a00;
	margin: 30px 0px;
}

.alert-area {
	background: #fff;
}

.btn-success {
	background-color: transparent;
	border: 1px solid #5cb85c !important;
}

.btn-success:hover {
	background-color: #5cb85c;
}

.btn-primary {
	background-color: transparent;
	border: 1px solid #0A54B6 !important;
}

.btn-primary:hover {
	background-color: #0A54B6;
}