@charset "utf-8";
/*
Theme Name: JLCC
Version: 2017
Author: Agência AE! - Higor Goncalves
Description: O tema personalizado da JLCC feito pela Agência AE
Author URI:  http://www.agenciaae.com.br
*/

@font-face {
	font-family: 'Trajan Pro';
	src: url('assets/fonts/TrajanPro-Regular.eot');
	src: url('assets/fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/TrajanPro-Regular.woff2') format('woff2'),
		url('assets/fonts/TrajanPro-Regular.woff') format('woff'),
		url('assets/fonts/TrajanPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0 auto;
	padding:0;
	vertical-align:baseline;
	outline:none;
	text-decoration:none;
	box-sizing:border-box;
	text-align: left;
}

body {
	background:#006983;
	color:#ffffff;
	font-family: 'Trajan Pro';
	font-size:16px;
	overflow-x:hidden;
	
}

::-webkit-scrollbar {
	width: 11px;
	height: 10px;
}

::-webkit-scrollbar-track-piece {
	background-color: #006983;
	width:10px;
}
 
::-webkit-scrollbar-thumb:vertical {
	height: 6px;
	width:10px;
	background-color:#ffffff;
	padding:0 20px;
}

img {
	max-width: 90%;
}

a {
	color:#ffffff;
	line-height: 150%;
}
a:hover {
	color:#CCCCCC;
}
h1 {
	font-weight: normal;
    font-size: 30px;
    top: 40vh;
    position: relative;
    transform: translateY(-50%);
	text-align: center
}
h3 {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
}

.grid {
	max-width:940px;
	width:80%;
	margin:0 auto;
	position:relative;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}

.logo {
	top: 40vh;
    position: relative;
    transform: translateY(-50%);
	margin: 0 auto;
	display: block;
}
.contato {
	position: absolute;
	bottom: 5vh;
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 1060px;
	left: 50%;
    transform: translateX(-50%);
	
}

@media screen and (max-width:640px){
	.logo {
		top: 30vh;
	}
	h1 {
		top: calc(30vh - 10px);
		font-size: 20px;
	}
	h3 {
		font-size: 17px;
    	padding-bottom: 15px;
	}
	a {
		line-height: 150%;
    	font-size: 15px;
	}
	
}
@media screen and (min-height:800px) {
	.contato {
		bottom: 10vh
	}
}