@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; text-decoration: none; }

/* Normalizando */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
li {
	display: inline;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

/* Base   */


html {
    width: 100%;
}

body {
    width:100%; 
    font-family: 'Swis721-BT', Arial, Tahoma, sans-serif;
	color: #000;
	font-size: 13px;
}

a, a:hover, a:visited, a:link {
	display: block;
    text-decoration: none;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6{ font-weight: normal; }

input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

input {
	border:1px solid #CCC;
	padding: 0 15px;
	height: 38px;
	color: #000;
	font: 13px 'Swis721-BT', Arial, Tahoma, sans-serif;
	background: none;
}
	::-webkit-input-placeholder {
		color: #CCC;
	}
	::placeholder {
		color: #CCC;
	}
	
textarea {
	border:1px solid #CCC;
	padding: 10px 10px;
	color: #000;
	font: 13px 'Swis721-BT', Arial, Tahoma, sans-serif;
	background: none;
}
select {
	border:1px solid #CCC;
	padding: 0 15px;
	height: 38px;
	color: #000;
	font: 13px 'Swis721-BT', Arial, Tahoma, sans-serif;
	background: none;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

	input.error, select.error, textarea.error {
		border:1px solid #FF0000;
	}
	
select::-ms-expand {
    display: none;
}

input.submit {
	background-color:#FFF;
	border:1px solid #AA1921;
	color: #AA1921;
	text-transform: uppercase;
	font: 12px 'TrajanPro-Bold', Arial, Tahoma, sans-serif;
	cursor:pointer;
}


.transition {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;	
}

a.link-red {
	border: 1px solid #AA1921;
	color: #AA1921;
	padding: 10px 25px;
	font-family: 'TrajanPro-Bold';
}
	a.link-red:hover,
	a.link-red.active {
		border: 1px solid #AA1921;
		background: #AA1921;
		color: #FFF;
	}


/* remove border around all elements */
:focus {
    outline: none;
}

::-webkit-input-placeholder { color: #666; }
:-moz-placeholder { color: #666; }
::-moz-placeholder { color: #666; }
:-ms-input-placeholder { color: #666;}

:focus::-webkit-input-placeholder { color: #000; }
:focus:-moz-placeholder { color: #000; }​

:focus:select { color: #000; }


.slicknav_menu {
	display: none;
}
/****  BASE  ****/

#construcao {
    position: absolute;
    width: 100%;
	height: 401px;
	margin: 200px 0 0 0;
	background:url('/public/img/layout/default/construcao/construcao.jpg') center center no-repeat;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url('/public/img/layout/default/status2.gif'); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#site { 
	position:relative;  /*Contexto de posicionamento */
	min-height:100%;/**/
	}
* html #site {height: 100%;}



#alinhar {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

			
			
			
			
			
			
					

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


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

@media screen and (max-width: 810px) {
	
			
	
	
}

@media screen and (max-width: 768px) {
	
	#construcao {
		position: absolute;
		width: 100%;
		height: 401px;
		margin: 100px 0 0 0;
		background:url('/public/img/layout/default/construcao/construcaom.jpg') center center no-repeat;
	}
	
	
}

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

@media screen and (max-width: 360px) {
	
	
	
}

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