/* GERAL
=============================================================================== */
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700|Grand+Hotel');
/*
font-family: 'Dosis', sans-serif; (400,500,600)
font-family: 'Grand Hotel', cursive;
*/


html {
	font: 500 21px / 25px 'Dosis', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: transparent;
	color: #000;
}
a, .uk-link {
	color: #ff7b06;
}
b, strong {
	font-weight: 600;
}
a:hover, a:focus,
.uk-link:hover, .uk-link:focus{
	color: #000;
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
	margin-top: 25px;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
	margin: 0 0 25px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 40px 0;
}


h1, h2, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
a, .uk-link, .uk-overlay-hover * {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.uk-overlay-panel {
	color: #fff;
}
h1, h2, h3, h4, h5 {
	font-family: 'Grand Hotel', cursive;
}

h1, .uk-h1 {
	color: #000;
	font-size: 48px;
	text-transform: none;
	line-height: 48px;
	letter-spacing: 0;
}
h2, .uk-h2 {
	color: #000;
	font-size: 36px;
	text-transform: none;
	line-height: 36px;
	letter-spacing: 0;
}

.uk-text-large {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}

body {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.uk-margin-large-bottom {
	margin-bottom: 50px !important;
}
.uk-margin-large-top {
	margin-top: 50px !important;
}
.uk-block-large {
	padding-top: 135px;
	padding-bottom: 135px;
}
.uk-block {
	padding-top: 100px;
	padding-bottom: 100px;
}
.uk-block-small {
	padding: 55px 0;
}
.uk-container {
	max-width: 1200px;
	padding: 0 25px;
}
.uk-text-small {
	font-size: 16px;
	line-height: 24px;
}
.uk-text-small.uk-panel {
	padding: 20px 5px 34px 0;
}

/* MEDIA GERAL
=============================================================================== */

@media  (max-width: 1920px){
}

@media (max-width: 1600px){
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
	.tm-horizontal-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	body:before {
		height: 15px;
	}
	body:after {
		height: 15px;
	}
}

@media (max-width: 768px){
	.tm-container {
		max-width: 1200px;
		padding: 0 20px;
	}
	h1, .uk-h1, .uk-overlay-panel h1 {
		font-size: 73px;
		line-height: 73px;
	}
	h2, .uk-h2 {
		font-size: 50px;
		line-height: 52px;
	}
}

@media (max-width: 767px){
}

@media (max-width: 414px){
	h1, .uk-h1, .uk-overlay-panel h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2, .uk-h2 {
		font-size: 23px;
		line-height: 25px;
	}
	html {
		font: 500 16px / 20px 'Dosis', sans-serif;
	}
	.uk-block {
		padding-top: 115px;
		padding-bottom: 60px;
	}
}

@media (max-width: 375px){
}

@media (max-width: 320px){
}



/* BUTTON
=============================================================================== */
.uk-button {
	color: #fff;
	padding: 8px 15px;
	background: #000;
	font-size: 30px;
	border: 2px solid transparent;
	font-family: 'Grand Hotel', cursive;
}
.uk-button:hover,
.uk-button:focus {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}
.uk-button:before {
	background-color: #fff;
}
.uk-button-small {
	padding: 10px 20px;
}
.uk-button-secondary {
	background: #e37a1f;
	color: #fff;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus {
	background: transparent;
	color: #e37a1f;
	border: 2px solid #e37a1f;
}
.tm-nav .uk-button-secondary {
	max-height: 40px;
	padding: 4px 18px;
}
a:hover.uk-button-secondary > svg {
	fill: #e37a1f;
}
.uk-button-secondary > svg {
	margin-bottom: 5px;
}
.uk-button.uk-button-secondary.uk-margin-small-top {
    margin-top: 14px !important;
}

/* MEDIA BUTTON
=============================================================================== */

@media  (max-width: 1920px){
}

@media (max-width: 1600px){
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
	nav .uk-button.uk-button-secondary {
		margin-top: 10px;
	}
	.uk-button {
		padding: 2px 0px;
		font-size: 24px;
		width: 100%;
	}
}

@media (max-width: 768px){
}

@media (max-width: 767px){
}

@media (max-width: 414px){


}

@media (max-width: 375px){
}

@media (max-width: 320px){
}


/* SCROLLBAR
=============================================================================== */

::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-thumb {
	background-color: #0e141a;
}
::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}




/* MENU
=============================================================================== */
.tm-navbar {
	padding: 30px 0;
	background: transparent;
	z-index: 1;
}

.uk-navbar-nav {
	margin-top: -7px;
}
.via-go-back {
	position: absolute;
	left: calc(50% - 135.5px);
	top: 0;
	text-align: center;
	padding: 20px 0;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.via-go-back-bottom {
	position: absolute;
	left: calc(50% - 135.5px);
	top: auto;
	text-align: center;
	padding: 0;
	bottom: 0;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
	font-size: 18px !important;
	font-family: 'Dosis', sans-serif !important;
	border: none;
	background: #fff;
	padding: 0 !important;
	height: 50px;
	color: #000;
	font-weight: 400;
	width: 261px;
	border-bottom: 2px solid #ff7b06;
	margin-right: -4px;
}
nav.uk-active  .uk-navbar-nav {
	margin-top: 0;
}
nav.uk-active input:-ms-input-placeholder, nav.uk-active textarea:-ms-input-placeholder {
	font-size: 18px !important;
}
nav.uk-active input::-moz-placeholder, nav.uk-active textarea::-moz-placeholder {
	font-size: 18px !important;
}
nav.uk-active input::-webkit-input-placeholder, nav.uk-active textarea::-webkit-input-placeholder {
	font-size: 18px !important;
}




/* MEDIA MENU
=============================================================================== */

@media  (max-width: 1920px){
}

@media (max-width: 1600px){
	nav.uk-active .tm-navbar-content > .uk-flex.uk-flex-middle.uk-visible-large {
		margin-right: 4%;
	}
}
@media (max-width: 1440px) {
	nav.uk-active .tm-navbar-content > .uk-flex.uk-flex-middle.uk-visible-large {
		margin-left: auto;
		margin-right: 3%;
	}
	nav.uk-active .uk-navbar-nav > li > a {
		padding: 0 10px;
		font-size: 16px;
	}
}
@media (max-width: 1366px){
	.uk-navbar-nav > li > a {
		font-size: 16px;
		padding: 0 10px;
	}
}

@media (max-width: 1280px){
	nav.uk-active > div > div:nth-child(3) {
		min-width: 357px;
	}
	nav.uk-active .tm-navbar-content > .uk-flex.uk-flex-middle.uk-visible-large {
		margin-left: auto;
		margin-right: 1%;
	}
	nav.uk-active .uk-navbar-nav > li > a {
		padding: 0 7px;
		font-size: 15px;
	}
	.tm-navbar .gform_wrapper .gform_footer input.button, .tm-navbar .gform_wrapper .gform_footer input[type=submit] {
		padding: 6px 10px;
	}
}

@media (max-width: 1024px){
	nav.uk-active input:-ms-input-placeholder, nav.uk-active textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}
	nav.uk-active input::-moz-placeholder, nav.uk-active textarea::-moz-placeholder {
		font-size: 14px !important;
	}
	nav.uk-active input::-webkit-input-placeholder, nav.uk-active textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}
	nav.uk-active > div > div:nth-child(3) {
		min-width: 299px;
	}
	.tm-navbar .uk-panel {
		max-width: 249px;
	}
	.tm-navbar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 230px;
	}
	nav:not(.uk-active) > div > div:nth-child(3) {
		display: block;
	}
	.tm-navbar {
		padding: 25px;
		width: 100%;
		box-shadow: 0 9px 8px rgba(0,0,0,.07);
		position: relative;
	}
	.uk-width-large-1-2.uk-flex.uk-flex-middle.uk-flex-right.uk-grid-margin.uk-row-first {
		margin-left: 0;
	}
	.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
		width: 100%;
	}
	nav.uk-grid.tm-navbar > div {
		padding-left: 0;
	}
	.uk-width-large-1-2.uk-flex.uk-flex-middle.uk-flex-right.uk-grid-margin.uk-row-first {
		display: block;
	}
	
}
@media (max-width: 1024px) and (min-width: 768px){
	.uk-visible-large {
		display: none !important;
	}
	.uk-hidden-large {
		display: block !important;
	}
}
@media (max-width: 768px){
}

@media (max-width: 767px){
}

@media (max-width: 414px){
}

@media (max-width: 375px){
}

@media (max-width: 320px){
}


/* TM-TOP-A
=============================================================================== */
.uk-slideshow h1 {
	padding-top: 55px;
}
.via-banner-interno > .uk-container {
	padding-top: 70px;
}
#tm-top-a .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 400px;
}
.via-familias > .uk-container,
.via-produtos > .uk-container {
	padding-top: 100px !important;
}
.uk-panel.widget_warp_breadcrumbs {
	margin: 0 !important;
	z-index: 1;
	text-align: center;
	bottom: -200px;
}
#tm-top-a .uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 0;
}
.uk-breadcrumb {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0;
}
.uk-breadcrumb > li:nth-child(n+2):before {
	content: "•";
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
}

.uk-breadcrumb > li.uk-active {
	display: none;
}

/******************* PERFIL PRODUTORES ***********************/

.via-perfil-produtores p {
	margin-bottom: 16px;
	font-weight: 600;
}
.uk-text-primary {
	color: #e37a1f !important;
}
.via-perfil-produtores h2 {
	margin-top: 15px;
	margin-bottom: 40px;
}
.via-perfil-produtores .via-produtos:before {
	max-width: 357px;
	bottom: -5px;
	z-index: 0;
}



/************************* TOOLBAR RASTREAMENTO ************************************/
.via-toolbar-rastreamento .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 384px;
	height: 52px;
}
.via-toolbar-rastreamento .gform_wrapper .gform_footer input.button, 
.via-toolbar-rastreamento .gform_wrapper .gform_footer input[type=submit], 
.via-toolbar-rastreamento .gform_wrapper .gform_page_footer input.button, 
.via-toolbar-rastreamento .gform_wrapper .gform_page_footer input[type=submit] {
	max-height: 52px;
	padding: 12px 30px;
}
.via-toolbar-rastreamento {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #ff9000;
	padding: 13px 0;
	left: 0;
}
.via-toolbar-rastreamento .uk-container {
	padding: 0 25px;
}
.via-toolbar-rastreamento h3 {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}

/* MEDIA TM-TOP-A
=============================================================================== */

@media  (max-width: 1920px){
}

@media (max-width: 1600px){
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
	.via-toolbar-rastreamento h3 {
		font-size: 42px;
		line-height: 42px;
	}
}

@media (max-width: 768px){
	.uk-text-large {
		font-size: 25px;
		line-height: 26px;
	}
	.via-toolbar-rastreamento .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 320px;
		height: 52px;
	}
	.via-toolbar-rastreamento .gform_wrapper .gform_footer input.button, .via-toolbar-rastreamento .gform_wrapper .gform_footer input[type=submit], .via-toolbar-rastreamento .gform_wrapper .gform_page_footer input.button, .via-toolbar-rastreamento .gform_wrapper .gform_page_footer input[type=submit] {
		max-height: 52px;
		padding: 12px 17px;
	}
	.via-toolbar-rastreamento h3 {
		font-size: 31px;
		line-height: 32px;
		color: #fff;
	}
}

@media (max-width: 767px){
	.via-toolbar-rastreamento{
		display: none;
	}
}

@media (max-width: 414px){
	.gf_simple_horizontal {
		display: block;
	}
	#tm-top-a input:-ms-input-placeholder, #tm-top-a textarea:-ms-input-placeholder {
		font-size: 15px !important;
	}
	#tm-top-a input::-moz-placeholder, #tm-top-a textarea::-moz-placeholder {
		font-size: 15px !important;
	}
	#tm-top-a input::-webkit-input-placeholder, #tm-top-a textarea::-webkit-input-placeholder {
		font-size: 15px !important;
	}
	.uk-text-large {
		font-size: 20px;
		line-height: 22px;
	}
	.uk-slideshow {
		height: 570px !important;
	}
	.uk-slideshow > li {
		min-height: 570px !important;
		height: 570px !important;
	}
}

@media (max-width: 375px){
}

@media (max-width: 320px){
}






/*************************** PÁGINAS DE PRODUTOS *********************************/
.uk-tab-center {
	border-bottom: none;
	background: #140b03;
}
.uk-tab > li {
	margin-bottom: 0;
}
.uk-tab > li.uk-active > a {
	border-color: transparent;
	border-bottom-color: transparent;
	color: #fff;
	background: #e1a928;
}
.uk-tab > li > a {
	font-family: 'Grand Hotel', cursive;
	font-size: 30px;
	padding: 20px 20px 11px;
	border: none;
	color: #fff;
}
.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a {
	margin-bottom: 0px;
	padding-bottom: 11px;
}
.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
	border-color: transparent;
	background: #e1a928;
	color: #fff;
	outline: none;
	border-bottom-color: transparent;
}
.uk-tab > li:nth-child(n+2) > a {
	margin-left: 1px;
}
.uk-tab > li:not(.uk-tab-responsive) > a:before {
	display: none;
}
.uk-tab > li.uk-active > a:after {
	content: "";
	border: 18px solid;
	border-color: #e1a928 transparent transparent transparent;
	position: absolute;
	bottom: -36px;
	left: calc(50% - 18px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.via-ovos .uk-tab-center {
	border-bottom: 5px solid #e1a928;
	background: transparent;
}
.via-ovos .uk-tab > li.uk-active > a {
	border-color: transparent;
	border-bottom-color: transparent;
	color: #000;
	background: #fff;
}
.via-ovos .uk-tab > li > a {
	padding: 20px 60px;
	color: #000;
}
.via-ovos .uk-tab > li > a:hover, 
.via-ovos .uk-tab > li > a:focus, 
.via-ovos .uk-tab > li.uk-open > a {
	border-color: transparent;
	background: transparent;
	color: #000;
	outline: none;
	border-bottom-color: transparent;
}
.via-ovos .uk-tab > li > a:after,
.via-ovos .uk-tab > li > a:after,
.via-ovos .uk-tab > li > a:after {
	content: "";
	border: none;
	border-color: transparent;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #000;
	width: 100%;
	height: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.via-ovos .uk-tab > li.uk-active > a:after,
.via-ovos .uk-tab > li:hover > a:after,
.via-ovos .uk-tab > li:focus > a:after {
	height: 5px;
}
.via-ovos .uk-tab > li:not(.uk-active) > a:hover, 
.via-ovos .uk-tab > li:not(.uk-active) > a:focus, 
.via-ovos .uk-tab > li.uk-open:not(.uk-active) > a {
	padding-bottom: 20px;
	
}
.uk-list {
	list-style: none;
	margin-bottom: 25px;
	padding: 0px 5px;
}
.uk-list  li {
	font-size: 18px;
	line-height: 24px;
}
.uk-list > li:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 2px;
	color: #000;
	font-size: 6px;
	border: none;
	position: relative;
	bottom: 4px;
	font-style: normal;
	right: 1px;
}
.uk-switcher {
	padding: 75px 0;
}
.uk-tab > li > a:before {
	top: auto;
	left: auto;
	height: 0;
	background: transparent;
	transition: all 0.2s;
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	font-size: 17px;
	line-height: 28px;
	right: 15px;
	bottom: 47px;
}
.uk-tab > li.uk-active > a:before {
	height: 0;
	background-color: transparent;
}
.uk-tab-responsive > a {
	padding: 20px 50px 20px 20px !important;
}
.uk-nav-dropdown > li.uk-active {
	display: none;
}
.uk-dropdown-small {
	min-width: 190px;
	padding: 10px 20px;
}
.uk-dropdown-bottom {
	top: 86px !important;
}
.uk-dropdown {
	background: #e1a928;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.uk-nav-dropdown > li > a {
	color: #fff;
	padding: 10px 15px;
}



/* MEDIA TM-MAIN
=============================================================================== */

@media  (max-width: 1920px){
}

@media (max-width: 1600px){
}

@media (max-width: 1366px){
}

@media (max-width: 1220px){
}

@media (max-width: 1024px){
}

@media (max-width: 768px){
}

@media (max-width: 767px){
}

@media (max-width: 414px){
}

@media (max-width: 375px){
}

@media (max-width: 320px){
}

/* GRAVITY FORMS
=============================================================================== */


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 62px;
	color: #000;
	width: 100%;
	font-weight: 400;
	padding-left: 20px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	padding-left: 20px;
}
#footer .uk-form input[type="text"] {
	border: none;
	border-bottom: 2px solid #fff;
	background: transparent;
	color: #fff;
}
#footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
}
.gform_wrapper {
	margin: 0;
}
input:-ms-input-placeholder,  textarea:-ms-input-placeholder {
	font-size: 21px !important;
	color: #000 !important;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	font-size: 21px !important;
	color: #000 !important;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-size: 21px !important;
	color: #000 !important;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

#footer input:-ms-input-placeholder, #footer textarea:-ms-input-placeholder {
	color: #fff !important;
}
#footer input::-moz-placeholder,#footer textarea::-moz-placeholder {
	color: #fff !important;
}
#footer input::-webkit-input-placeholder, #footer textarea::-webkit-input-placeholder {
	color: #fff !important;
}
#footer .gfield_label {
	display: none;
}
.gform_wrapper form.via-news {
	max-width: 80%;
}

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
	padding-right: 0;
}
.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
	border-color: #ff7b06;
	outline: 0;
	background: #ffffff;
	color: #ff7b06;
}

/* Error */
.error {position: relative; color: #C41F25; margin-bottom: 5px}

ul.errorlist {margin: 0; font-size: 13px; color: #fff; display: block; position: absolute; z-index: 100; top: 6px; right: 4px;}

ul.errorlist li {
	text-shadow: none;
	padding: 5px 10px;
	background-color: #C41F25;
	display: block;
	float: left;
	line-height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.gf_browser_chrome.gform_wrapper.gform_validation_error.uk-form_wrapper.uk-text-left_wrapper li:not(.gfield_error) .gfield_label {
	margin-top: 17px;
}

body .gform_wrapper ul li.gfield {
	margin-bottom: 20px !important;
}


@media only screen and (min-width: 641px) {
	body .gform_wrapper ul li.gfield {
		margin-top: 0;
	}
	.gform_wrapper .via-news ul.gform_fields li.gfield {
		padding-right: 0;
	}
}


.gform_wrapper .via-news ul.gform_fields li.gfield {
	position: relative;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.gform_wrapper .via-news .gform_footer {
	padding: 0;
	margin-left: auto;
}
.gform_wrapper .via-news ul.gform_fields {
	padding-left: 0;
}
.gform_wrapper .gfield_required {
	color: #e23535;
	margin-left: 4px;
}

.gform_wrapper label.gfield_label {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}
body .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}
.gform_wrapper table.gfield_list thead th {
	font-size: 13px;
	padding-bottom: 0;
	font-weight: 400;
}
.gform_wrapper .field_description_below .gfield_description {
	padding: 0px;
	margin-bottom: 0px;
	background: #f9f7dc;
	border-radius: 4px;
	margin-top: 9px;
	font-size: 13px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}


/*Caixa de texto*/

input {
	background-color: transparent;
	border: 1px solid rgb(169, 169, 169);
}
.ginput_container:focus, input:focus {
	outline: none;
}




/* MEDIA FORMS
=============================================================================== */
@media (max-width: 1220px) {
	.gform_wrapper form.gf_simple_horizontal {
		padding-left: 20px;
	}
}
@media (max-width: 1024px){
	.gform_wrapper form.gf_simple_horizontal {
		padding-left: 0;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 344px;
	}
}
@media (max-width:768px){
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 330px;
	}
	body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
		margin-top: 0px;
	}
}
@media (max-width: 414px) {
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		padding: 2px 40px;
		font-size: 24px;
		line-height: 38px;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 100%;
	}
	.gform_wrapper .gform_footer {
		padding: 0;
	}
}

@media (min-width: 960px){
	.gform_wrapper textarea.large {
		height: 320px;
		width: 733px;
	}
}