/* TIPOGRAFIA CUSTOMIZADA SSX */
/* Estamos usando fontes do Google*/
/* ROBOTO CONDENSED para corpo do texto + EXO2 para títulos */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: antialiased !important;
	}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13pt;
	font-weight:300;
	color:#333;
	line-height: 18pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}
	
body a {
	color:#1f89f1;
	text-decoration:underline;
	}

body a:hover {
	color:#f16e1f;
	text-decoration:none;
	}

/* TÍTULOS / SUBTÍTULOS / H1 / H2 / H3 / H4 / ALTERNATE */
.titulo-bold, h1 {
	font-family:'Exo 2', sans-serif;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	line-height:42px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

.titulo-light, h2 {	
	font-family:'Exo 2', sans-serif;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	line-height:42px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

.subtitulo, h3 {	
	font-family:'Exo 2', sans-serif;
	font-size:21px;
	font-weight:300;
	text-transform:uppercase;
	line-height:32pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

h4 {	
	font-family:'Exo 2', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#333;
	text-transform:uppercase;
	line-height:10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

h5 {
	font-family:'Exo 2', sans-serif;
	font-size:31px;
	font-weight:300;
	color:#FFF;
	line-height:50px;
	padding-left:20px;
	margin-bottom:0px;
	background-color:#0089fe;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

h6 {
	font-family:'Exo 2', sans-serif;
	font-size:16pt;
	font-weight:300;
	color:#FFF;
	line-height:16pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

h7 {
	font-family:'Exo 2', sans-serif;
	font-size:18pt;
	font-weight:300;
	text-transform:uppercase;
	line-height:16pt;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}


.subtitulo-duas-linhas{
	font-family:'Exo 2', sans-serif;
	font-size:21px;
	font-weight:300;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}

.chamada-servicos {
	font-family:'Exo 2', sans-serif;
	font-size:18px;
	font-weight:500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}


strong {font-weight:700;}

.alternate {color:#FFF;}

.realce {color:#0089fe;}

.imagem-alinhamento-medio {vertical-align:middle;}

::selection {
	background:#333;
	color:#999;
	}

blockquote {
	width: 90%;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	}

blockquote:before {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #0089fe;
	}

blockquote cite {
	color: #0089fe;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	}
 
blockquote cite:before {
	content: "\2014 \2009";
	}

hr {border-top:4px #55a4f3 double; border-bottom:none; border-left:none; border-right:none;}

NAV {font-family:'Exo 2', sans-serif;}

FOOTER {font-family: 'Roboto Condensed', sans-serif; color:#FFF;}	

.clear {clear:both;}
.hidden {position:absolute; clip: rect(1px 1px 1px 1px); /* IE6 & 7 */ clip: rect(1px, 1px, 1px, 1px);}

/* VOLTAR AO TOPO */
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;

		transition: all .3s ease;
		z-index:1000;
		}

.go-top:hover {
		bottom:2.5em;
		}


/* FORMULÁRIOS */
/* NÃO PRECISA DE PREFIXOS POR BROWSER POR CAUSA DO JS PREFIX FREE */

#contact-form {
    position:relative;
    width:80%;
    padding:20px;
    margin: 0 auto;    
    border: 2px solid #67aff6;
    border-radius:8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}


#centraliza-form {
	width:60%;
	margin:0 auto;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
	width:100%;
	color:#333;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	padding: 7px;
	outline: 0;
	border: 2px solid #EEE;
	width:100%;
	background: #DDD;
	border-radius:5px;
	transition: all .25s ease;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	background: #FFF;
	color: #000;
	border: 2px solid #CCC;
	transition: all .25s ease;
}

#contact-form textarea {
    height:150px;
    resize: none;
}

#contact-form label {
    display:block;
}

#contact-form .required {
    font-weight:bold;
    color:#a4e3fa;    
}

#contact-form #submit-button {
    width: 354px;
    background-color:#57baff;
    color:#FFF;
    border:none;
    display:block;
    float:left;
    border-radius:8px;
	margin-top:5px;
	cursor:pointer;
}

#contact-form #submit-button:hover {
    background-color: #97d3fd;
}

#contact-form #submit-button:active {
    position:relative;
    top:1px;
}

#contact-form #loading {
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}

#errors {
    border:solid 1px #cc5e5e;
    padding:1em 1em 1em 1em;
    display:block;
    width:80%;
    border-radius:8px;
    background:#2475c5;
    display:none;
	box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.25);
}

#errors li {
    padding:2px;
    list-style:none;    
}

#errors li:before {
    content: ' - ';    
}

#errors #info {
    font-weight:bold;
}

#errors #info:before {
    content: '';    
}

#success {
	border:2px solid #a8dd75;
    padding:1em 1em 1em 1em;
    display:block;
    width:80%;
    border-radius:8px;
    background:#2475c5;
    display:none;
	box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.25);
}

#errors.visible, #success.visible {
    display:block;    
}

#req-field-desc {
    font-style:italic;
	font-size:0.8em;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}	