
html {
	font: 400 18px / 30px 'Quattrocento Sans', sans-serif;
	color: #004574;
}

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

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;
}

h1 {
	font-size: 72px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 6px 6px rgba(0,0,0,.19);
}

h2 {
	font-size: 48px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: bold;
	color: #004574;
	letter-spacing: -2px;
	position: relative;
	text-transform: uppercase;
}

/* h2:before {
	content: "";
	display: block;
	width: 57px;
	height: 3px;
	background: #feb98a;
	position: absolute;
	bottom: -40px;
} */

h3 {
	font-size: 30px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: bold;
}

h5 {
	color: #004574;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
}

h5:before{
	content: "";
	display: block;
	width: 57px;
	height: 3px;
	background: #feb98a;
	position: absolute;
	bottom: 0;
	left: 47.7%;
}

p {
	font-size: 18px;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #004574;
	line-height: 30px;
	font-weight: 400;
}

/* Navigation Styles */
.tm-navbar {
	background: #14458d;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0 8px 32px rgba(255,255,255,.26);
}

.uk-navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	font-family: 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li > a:hover {
	color: #feb98a;
}

.tm-logo {
	z-index: 1;
	display: inline;
	position: absolute;
	left: 50%;
	margin-left: -84px;
}

/* Footer Styles */
#tm-footer {
	background: #14458d;
}

#tm-footer h5 {
	color: #fff;
}

#tm-footer h5:before{
	background: #feb98a;
	left: 0;
}

#tm-footer p {
	color: #fff;
}

#tm-footer .uk-link, #tm-footer a {
	color: #fff;
}

#tm-footer .uk-link:hover, #tm-footer a:hover {
	color: #feb98a;
}

/* Banner Styles */
.via-banner-interno{
	background-image: url('/wp-content/uploads/2017/06/img-banner-interno.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Button Styles */
.uk-button-primary {
	background-color: #f6762c;
	color: #fff;
	border: 1px solid #f6762c;
}

.uk-button-primary:hover, .uk-button-primary:focus {
	background-color: #004574;
	color: #fff;
	border: 1px solid #004574;
}

.uk-button-secondary {
	background-color: #004574;
	color: #fff;
	border: 1px solid #004574;
}

.uk-button-secondary:hover, .uk-button-secondary:focus {
	background-color: #f6762c;
	color: #fff;
	border: 1px solid #f6762c;
}

/* Media Queries */
@media (min-width: 768px) {
	h5:before{
		left: 47%;
	}
}

@media (max-width: 415px){
	h5:before{
		left: 41%;
	}
	h3 {
		font-size: 28px;
		line-height: 28px;
	}
	h2{
		font-size: 40px;
	}
}

@media (max-width: 400px){
	h1 {
		font-size: 55px;
		line-height: 55px;
	}
	h2 {
		font-size: 32px;
	}
}

@media (max-width: 320px){
	h1 {
		font-size: 46px;
		line-height: 55px;
	}
}

@media(max-width: 1439px){
	.uk-navbar-nav > li > a {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
	.uk-navbar-nav > li {
		margin: 0 10px;
	}
	.tm-navbar {
		max-width: 1024px;
	}
	.tm-logo {
		margin-left: -70px;
		top: 25px;
	}
	.tm-logo img {
		width: 140px;
	}
}

/* ========================================
   INLINE STYLES FROM PAGE ELEMENTS
   ======================================== */

/* Sticky placeholder */
.uk-sticky-placeholder {
	height: 40px;
	margin: 0px 121.5px;
}

/* Navbar margin override */
.tm-navbar.uk-navbar {
	margin: 0px;
}

/* Animated background elements */
.tm-fx-box {
	border: 15px solid;
	border-color: transparent;
}

.tm-fx-box.square {
	background-color: rgb(255, 255, 255);
	transform: rotate(10deg);
}

.tm-fx-box.circle {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
}

.tm-triangle {
	width: 0;
	height: 0;
	border-width: 0 15px 30px 15px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

/* Banner interno specific styles */
.via-banner-interno.uk-flex.uk-flex-bottom.uk-contrast.uk-text-center {
	min-height: 446px;
	background-image: url('/wp-content/uploads/2017/06/img-banner-interno.jpg');
	background-position: center;
}

/* Panel and overlay styles */
.uk-panel.uk-panel-box.uk-panel-box-hover.uk-overlay-hover {
	min-height: 609.75px;
}

.uk-panel.uk-panel-box.uk-panel-box-hover.uk-overlay-hover.uk-invisible {
	min-height: 606.281px;
}

/* Contact information styles */
.contact-info p {
	line-height: 20px;
}

.contact-info i.uk-icon-phone,
.contact-info i.uk-icon-envelope-o,
.contact-info i.uk-icon-skype {
	width: 16px;
	text-align: center;
	margin-left: -16px;
}

/* Search field styles */
.uk-search-field {
	/* Inherits from main styles */
}

/* ========================================
   INLINE STYLE TAG CONTENT
   ======================================== */

/* Custom theme styles and animations */
.tm-heading-teaser {
	position: relative;
	z-index: 1;
}

.tm-heading-teaser:after {
	content: attr(data-heading);
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 24px;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	z-index: -1;
}

.tm-text-lead {
	font-family: 'Poppins';
	letter-spacing: 0;
	font-size: 13px;
	text-transform: none;
}

.tm-heading-line {
	position: relative;
	margin-bottom: 20px !important;
}

.tm-heading-line:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 40px;
	height: 2px;
	background: #26365a;
}

@media (min-width:1024px) {
	.tm-heading-line {
		margin-bottom: 40px !important;
	}
	.tm-heading-line:after {
		bottom: -40px;
	}
}

.tm-margin-large, .tm-margin-xlarge {
	margin-top: 60px;
	margin-bottom: 60px;
}

.tm-margin-large-top, .tm-margin-xlarge-top {
	margin-top: 60px;
}

.tm-margin-large-bottom, .tm-margin-xlarge-bottom {
	margin-bottom: 60px;
}

@media (min-width:768px) {
	.tm-margin-xlarge {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.tm-margin-xlarge-top {
		margin-top: 120px;
	}
	.tm-margin-xlarge-bottom {
		margin-bottom: 120px;
	}
}

@media (min-width:1024px) {
	.tm-padding-large {
		padding: 60px;
	}
}

/* Additional custom styles for grid, buttons, and animations */
.tm-grid-button .uk-panel {
	position: relative;
	overflow: visible;
}

.tm-grid-button .uk-panel > .uk-panel-title {
	margin-top: 60px;
}

.tm-grid-button .uk-panel > .uk-panel-title + div {
	padding-bottom: 60px;
}

.tm-grid-shadow img {
	box-shadow: 0 17px 17px 0 rgba(0,0,0,0);
}

/* ========================================
   END OF EXTRACTED CSS
   ======================================== */