/* ========================================
   SEATECH - CSS BASE COMUM
   Estilos compartilhados por todas as páginas
   ======================================== */

/* ========================================
   IMPORTAÇÕES E FONTES
   ======================================== */
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700');

/* ========================================
   CONFIGURAÇÕES BÁSICAS
   ======================================== */
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;
}

/* ========================================
   TIPOGRAFIA COMUM
   ======================================== */
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;
}

/* ========================================
   NAVEGAÇÃO COMUM
   ======================================== */
.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;
}

/* ========================================
   BANNER INTERNO COMUM
   ======================================== */
.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;
	min-height: 446px;
}

/* ========================================
   FOOTER COMUM
   ======================================== */
#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;
}

/* ========================================
   BOTÕES COMUNS
   ======================================== */
.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;
}

/* ========================================
   ELEMENTOS COMUNS DE LAYOUT
   ======================================== */
.uk-sticky-placeholder {
	height: 40px;
	margin: 0px 121.5px;
}

.tm-navbar.uk-navbar {
	margin: 0px;
}

/* ========================================
   INFORMAÇÕES DE CONTATO COMUNS
   ======================================== */
.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;
}

/* ========================================
   MEDIA QUERIES COMUNS
   ======================================== */
@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;
	}
}

