@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: 'Funnel Display',sans-serif;
	font-size: 18px;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Funnel Display',sans-serif;
}

h1, h2, .h1, .h2 {
	font-weight: 100;
}

h3, .h3, .article--structure .article-header .header-title {
	font-weight: bold;
	letter-spacing: -0.03em;
}

.article--structure .sidebar-blocks .block-title {
	font-family: 'Funnel Display',sans-serif;
	color: #2F3744;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
}
.article--structure .left-content {
	color: #2F3744;
}
a, .article--structure .sidebar-blocks ul a {
	color: #AE1094;
}
a:hover, a:focus {
	color: #E23850;
	text-decoration: underline;
}

.docs--sections {
	margin: 0 0 80px;
}

.site--header .brand-logo > img {
	max-height: 80%;
}
.site--header {
	background: transparent;
	position: absolute;
	float: none;
	width: 100%;
	padding: 10px 0;
}
.search--row {
	padding: 120px 0 80px;
	background: none;
	background-size: cover !important;
	background-color: #fff;
	color: #000;	
	letter-spacing: -0.01em;
	font-size: 24px;
	background-image: url(https://www.viaagenciadigital.com.br/wp-content/uploads/2022/06/Liquid-BG-4.png);
	background-position: bottom;

}
.search--row h2 {
	font-size: 52px;
	color: #000;
	font-family: 'Funnel Display',sans-serif;
	letter-spacing: -.025em;
	font-weight: bold;
}
.header--nav a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	font-size: 15px;
	letter-spacing: -0.02em;
	font-family: 'Funnel Display',sans-serif;
	border: 1px solid;
	border-radius: 0;
	padding: 10px 20px;
}
.search--row .search-form {
	margin-top: 30px;
	max-width: 100%;
}
@media (min-width: 992px) {
	.search--row .search-form {
		max-width: 70%;
	}
}

.search--row.search-inner {
	padding: 100px 0 40px;
}
.search--row .row-title a {
	font-weight: bold;
}
.search--row .row-title {
	text-align: left;
	font-family: 'Funnel Display',sans-serif;
	font-size: 38px;
	line-height: 42px;
}
.search--row.search-inner .search_input {
	margin-top: initial;
	width: 100%;
	font-size: 16px;
	background-position: 12px center;
	background-size: 14px 14px;
	padding: 0 20px 0 35px;
	height: 38px;
}




.header--nav a:hover, .header--nav a:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	text-decoration: none;
}
.search--row.search-inner .row-content {
	text-align: left;
}



@media screen and (max-width: 767px) {
	.header--nav {
		float: none;
		display: none;
		clear: both;
		text-align: left;
		position: relative;
		margin: 0 -35px;
		opacity: 1;
		padding: 15px 0;
		background: #AE1094;
		z-index: 100;
	}
	.header--nav a {
		color: #fff;
		border: 0;
		font-size: 14px;
		text-align: left;
		padding: 15px 40px;
	}
	.header--nav ul > li {
		padding-bottom: 0;
	}
}


.search--row .search_input {
	border-radius: 0;
}
/*
.search--row .search_input {
	background-position-x: 98%;
	padding: 0 57px 0 15px;
}
*/

ul.search-results {
	box-shadow: 0 5px 8px rgb(0 0 0 / 6%);
}
ul.search-results > li {
	border: 1px solid rgb(204 204 204 / 22%);
}
ul.search-results > li > a {
	font-size: 14px;
}

.via-midias-sociais {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.uk-icon-button {
	width: 34px;
	height: 34px;
	line-height: 34px !important;
	color: #000000 !important;
	margin: 0 40px 20px 0;
	border-radius: 0;
	text-decoration: none !important;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px !important;
}
a .uk-icon-button:hover {
	border-color: #000;
	color: #000 !important;
}

.search--row .search_submit {
	display: inline-block !important;
	width: auto;
	height: auto;
	line-height: 25px;
	font-size: 15px;
	font-family: 'Funnel Display',sans-serif;
	font-weight: 500;
	right: 0;
	background-color: #AE1094;
	color: #fff;
	background-image: linear-gradient(45deg,rgba(174,16,148,1) 0%,rgba(226,56,80,1) 100%);
	letter-spacing: 0;
	border-radius: 0;
	border: 0;
}
.search--row .search_submit:hover, .search--row .search_submit:focus {
	background-size: 600%;
	background-position-x: 0;
	background-color: #E23850;
	color: #fff;
	border-color: transparent;
	background-image: linear-gradient(45deg,rgba(174,16,148,1) 64%,rgba(226,56,80,1) 100%);
}
.search-form .search_submit {
	padding: 0 30px;
}

.search_submit, .btn, .btn-primary {
	display: inline-block !important;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: #000;
	font-family: 'Funnel Display',sans-serif;
	font-weight: bold;
	padding: 15px 30px;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	line-height: 25px;
	font-size: 15px;
}
.search_submit:hover, .search_submit:focus, .btn-primary:hover, .btn-primary:focus {
	background-size: 600%;
	background-position-x: 0;
	background-color: #E23850;
	color: #fff;
	border-color: transparent;
	background-image: linear-gradient(45deg,rgba(174,16,148,1) 64%,rgba(226,56,80,1) 100%);
}

.btn-default {
	background: #dfdfdf;
	color: #000;
}

.articles--group .list-links li {
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(0,0,0,.04);
	padding: 8px 0;
	margin-right: 40px;
}
.articles--group .list-links {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.search--row .history-path li:after {
	background-image: none;
	content: '»';
	line-height: 0px;
	color: #fff;
	opacity: 1;
	font-size: 17px;
	font-weight: 300;
	right: -1px;
}


/* Form */

.form-control {
	border-radius: 0;
	border: 1px solid #000;
	background: #F3F7F8!important;
	padding: 5px 15px!important;
	box-shadow: none;
	height: 42px;
}
.col-labels {
	font-size: 14.5px!important;
	font-weight: 400;
	margin-bottom: 0;
}

.modal-header {
	padding: 30px 30px 0;
	border: 0;
}
.modal-body {
	padding: 30px;
}
.modal-footer {
	padding: 0 30px 30px;
	text-align: left;
	border-top: 0;
}

/* Scrollbar
===================================================== */

::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-thumb {
	background: rgb(174,16,148);
	background: linear-gradient(0deg,rgba(174,16,148,1) 0%,rgba(226,56,80,1) 100%);
}
::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}


.article--structure .article-body {
	font-size: 21px;
}


/* Correção da assinatura da Via */
.textarea-signature {
	min-height: 300px;
}