@import url('css/foundation.min.css');
@import url('css/font-awesome.min.css');

/*=====================================================
  	RESET
======================================================*/
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template { display: none; }

/* 
	Links
*/
a { background-color: transparent; }
a:active, a:hover { outline: 0; }

/* 
	Text-level semantics
*/
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small { font-size: 80%; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* 
	Embedded content
*/
img { border: 0; }
svg:not(:root) {
	overflow: hidden;
}

/* 
	Grouping content
*/
figure { margin: 1em 40px; }
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre { overflow: auto; }
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* 
	Forms
*/
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { 	height: auto; }
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea { overflow: auto; }
optgroup { font-weight: bold; }

/* 
	Tables
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { padding: 0; }


/*=====================================================
  	LIST
======================================================*/
ul, ol { 
	margin: 15px 0; 
	font-size: .9em;
	color: #666;
}
ul ul li, 
ul ol li,
ol ol li, 
ol ul li { margin-bottom: 6px; }
li { 
	line-height: 18px; 
	margin-bottom: 12px;
}
	
	
/*=====================================================
  	COMMOM
======================================================*/
.space { margin-top: 30px; }
.space-botton { margin-bottom: 50px; }
p {
	color: #666;
	font-family: Arial, sans-serif;
	font-style: normal;
}
p.small { 
	font-size: .8em; 
	margin: 0 0 10px  !important; 
}

/*=====================================================
  	TIPOGRAFIA
======================================================*/
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),
         url('fonts/RobotoBold.woff2') format('woff2'),
         url('fonts/RobotoBold.woff') format('woff'),
         url('fonts/RobotoBold.ttf') format('truetype'),
         url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('fonts/MyriadProRegular.woff2') format('woff2'),
         url('fonts/MyriadProRegular.woff') format('woff'),
         url('fonts/MyriadProRegular.ttf') format('truetype'),
         url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}


h1,
h2,
h3 {
	font-family: 'RobotoBold', sans-serif;
	font-size: 1.8em; 
}
h1 { 
	font-size: 2.5em;
	color: #444;
}
h3 {	font-size: 1.4em; }
h1 span, 
h2 span, 
h3 span {
	font-family: 'RobotoLight', sans-serif;
}

/*=====================================================
  	HEADER
======================================================*/
#header  {
	background: #174375;
	display: block;
	height: 50px;
}
#header [class^="fa"] {
	color: #c62827;
	font-size: 1.275em;
	margin: 8px 8px;
	float: left;
}
#header #cabecalho p {
	color: white;
	margin-top: 7px;
	font-size: .9em;
	float: left;
}
#header .phone,
#header .address {	
	margin-top: 5px;
}
#header .address a { color: white; }
#header .address [class^="fa"] { color: #4dcb5b; }
#header .address .fa-envelope { 
	color: #ccc;
	font-size: 1em;
}
#header #cabecalho .phone p  {	
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 4px;
}
#header .phone a  {	
	color: white;
	float: left;
}
#header small {	
	font-size: 70%;
	font-weight: normal;
}
#header  a.btn-contact {
	background: #c62827;
	margin: 0;
}
#header  a.btn-contact:hover {
	background: white;
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	animation: 1s ease;
	color: #a41918;
}



/*=====================================================
  	NAVIGATION
======================================================*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li { position: relative }
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 10001;
}
.sf-menu > li { float: left }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block }
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu { float: left }
.sf-menu ul { min-width: 160px; *width: 160px; }
.sf-menu a { zoom: 1 }
.sf-menu li {
	position: relative;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li:hover, 
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu .sf-mega {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > .sf-mega, 
.sf-menu li.sfHover > .sf-mega { display: block }


#site-navigation-wrap {
	font-family: 'MyriadProRegular', sans-serif;
	position: relative;
	width: 100%;
	height: 115px;
	background: url('images/menu-bg.png');
	z-index: 99;
}


/**
 * Logo
**/
#site-navigation-wrap .logo  {
	margin-top: 0px;
}


/**
	Social
**/
#site-navigation-wrap ul.social {
	margin: 47px 10px 0 0px;
}
#site-navigation-wrap ul.social [class^="fa"] {
	font-size: 1.5em;
	color: #174375;
}
#site-navigation-wrap ul.social [class^="fa"]:hover {
	color: #c62827;
}
#site-navigation-wrap ul.social li {
	margin-right: 25px;
	float: left;
}
.menu-fixo  {
	position:fixed !important;
	top: 0;
	z-index: 77;
}

#site-navigation .dropdown-menu li {
	float: left;
	height: 115px;
	line-height: 115px;
	font-size: 1.3em;
}
#site-navigation .dropdown-menu li ul { font-size: .975em; }
#site-navigation .dropdown-menu li a { 
	padding: 0 12px;
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}
#site-navigation .dropdown-menu li:first-child { margin-left: -12px; }
#site-navigation .dropdown-menu a {
	text-align: left;
	cursor: pointer;
	color: #174375;
}
#site-navigation .dropdown-menu > li > a:hover, 
#site-navigation .dropdown-menu > li.sfHover > a, #site-navigation .dropdown-menu > .current-menu-item > a, 
#site-navigation .dropdown-menu > .current-menu-item > a:hover { 
	color: #c62827;
}
#site-navigation .dropdown-menu li.active a { 
	color: #c62827;
}
#site-navigation .dropdown-menu li.active-dropdown > a { 
	color: #c62827;
}

/**
 * Drop-down styles
**/
#site-navigation .dropdown-menu ul {
	background: #eee;
	min-width: 300px;
	letter-spacing: normal;
}
#site-navigation .dropdown-menu ul li a {
	display: block;
	padding: 15px;
	border-bottom: 1px solid #f6f6f6;
	color: #888;
	margin: 0;
}
#site-navigation .dropdown-menu ul li:first-child { margin: 0px; }

#site-navigation .dropdown-menu ul li a.sf-with-ul { padding-right: 23px; }
#site-navigation .dropdown-menu ul li {
	line-height: 1.4em;
	height: auto;
	float: none;
	display: block;
}
#site-navigation .dropdown-menu ul li > a:hover { background: #42b3e5; color: white; border: 0; }
#site-navigation .dropdown-menu ul li > a:active { background: #42b3e5; color: white; border: 0; }
#site-navigation .dropdown-menu ul li:last-child { border: none; }

#site-navigation .dropdown-menu ul ul {
	background: #e6e6e6;
}

/**
 * Arrows
**/
#site-navigation .dropdown-menu > li .fa-angle-down { margin-left: 5px }
#site-navigation .dropdown-menu > li ul li .fa-angle-right {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}


/**
 * Nav Mobile
**/
.mobile-menu span {
	color: white;
	text-transform: uppercase;
	font-size: 1em;
	margin-top: 13px;
	float: left;
}
#header .mobile-menu .left-off-canvas-toggle [class^="fa"] { 
	color: white;
	font-size: 2em;
	margin-top: 10px;
}
.left-off-canvas-menu { 	background: #c62827; }
.left-off-canvas-menu ul { 
	margin: 0px;
	list-style: none;
}
.left-off-canvas-menu ul li {
	padding: 14px 8px;
	margin: 0;
	border-bottom: 1px solid #fb4a48;
}

.left-off-canvas-menu ul li.has-submenu { background: #d1d1d1; }
.left-off-canvas-menu ul li ul.left-submenu { background: #ededed;	}
.left-off-canvas-menu ul li ul.left-submenu li.back { background: #2c1e3f; }
.left-off-canvas-menu ul li ul.left-submenu li.back a {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	color: white;
}
.left-off-canvas-menu ul li ul.left-submenu li.back > a:before {
	content: " ";
	margin: 0;
	padding: 0;
	color: white;
}
.left-off-canvas-menu ul li:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 10px;
	color: white;
}
.left-off-canvas-menu ul li a { color: white; }

/**
 * Social footer
**/
.left-off-canvas-menu .social {
	margin-top: 35px;
}
.left-off-canvas-menu .social a {
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;
	color: white;
	font-size: 1.4em;
	background: #fb4a48;
	border-radius: 3em;
	padding: 5px;
}

.left-off-canvas-menu  h3 {
	font-family: 'RobotoLight', sans-serif;
	color: white;
}
.left-off-canvas-menu  h3 span { font-family: 'RobotoBold', sans-serif; }



/*=====================================================
  	SLIDERS
======================================================*/
.section_slider_1 {
	position: relative;
}
.section_slider_1 .slider {
	width: 100%; 
	height: 500px; 
	position: relative;
}
.section_slider_1 .oneByOne1 {
	width: 100%; 
	height: 500px; 
	position: relative;
	top: -123px;
	z-index: 66;
}
.section_slider_1 .oneByOne_item {
	width: 100%; 
	height: 500px;
	overflow: hidden;
	background: url('images/slider/img1.jpg') center no-repeat;
}

.section_slider_1 .arrowButton div {
	width: 31px; 
	height: 53px; 
	margin-top: -26px; 
	display: block; 
	overflow: hidden; 
	position: absolute; 
	top: 49.999%; 
	background-repeat:no-repeat; 
	background-image:url(../images/sprite_arrow.png); 
	text-indent: -9000px; 
	z-index: 300; 
	cursor:pointer; 
	-moz-user-select:none;
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	user-select:none;
}

/*
	Prev / Arrow
*/
.section_slider_1 .prevArrow {left:0px; background-position:left top;}
.section_slider_1 .prevArrow:hover {background-position:left bottom;}
.section_slider_1 .nextArrow {right:0px; background-position:right top;}
.section_slider_1 .nextArrow:hover {background-position:right bottom;}

.section_slider_1 .pic_1_1 {
	position: absolute;
	left: 50%;
	margin-left: -849px; 
}
.section_slider_1 .text1 {
	position: absolute;
	width: 1100px;
	text-align: center;
	left: 50%;
	font-family: 'RobotoBold', sans-serif;
	font-size: 1em; 
	margin: 150px 0 0 -550px;
}
.section_slider_1 .text1 h1 { color: white; }
.section_slider_1 .text1 span { 
	font-family: 'RobotoLight', sans-serif; 
}
.section_slider_1 .text2 {
	position: absolute;
	left: 50%;
	margin: 300px 0 0 -300px;
	font-family: 'RobotoLight', sans-serif;
	font-size: 1.25em; 
	color: white;
}
.section_slider_1 .text4 [class^="fa"],
.section_slider_1 .text5 [class^="fa"],
.section_slider_1 .text6 [class^="fa"],
.section_slider_1 .text7 [class^="fa"],
.section_slider_1 .text8 [class^="fa"] {
	font-size: 1.4em;
	margin-left: 3px;
	margin-right: 9px;
	float: left;
}
.section_slider_1 .text3{
	position: absolute; 
	left: 50%;  
	top: 380px;
	margin-left: -50px;
	font-family:'RobotoLight', sans-serif; 
	font-size: 1.0625em; 
}
.section_slider_1 .text3 a {
	border: 1px solid white;
	border-radius: 4px;
	color: white;
	padding: 10px 15px;
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}
.section_slider_1 .text3 a:hover {
	background: white;
	opacity: 0.7;
	color: #164374;
}

.section_slider_1 .static_pic {margin:0px auto; display:none;}
.section_slider_1 .static_pic img {width:100%; height:auto; display:block;}

.animated {
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	animation: 1s ease;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate1{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate2{
	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 
.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   
.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}  
.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate6{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate7{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate8{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate9{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}
.animate10{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 2.2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 2.2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 2.2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 2.2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}    


/*=====================================================
  	HOMEPAGE
======================================================*/
.slideshow-wrapper { 
	width: 100%;
}
.slideshow-wrapper img { margin: auto;}
#homepage {
	margin: -40px 0 0;
}
#homepage h3 {
	color: #373737;
	font-size: 2.5em;
	letter-spacing: -.01em;
	line-height: 22px;
}
#homepage h3 span {
	color: #174375;
}
#homepage h3.line-blue:after {
    content: url("images/line-blue.gif");
    height: 5px;
	display: block;
	margin: 5px 0 40px;
}


/**
 * Objetivo
**/
.objetivo  {
	background: url('images/maps.png') center no-repeat;
	height: 328px;
}
.objetivo ul li {
	list-style: none;
	margin-bottom: 30px;
	font-family: 'RobotoLight', sans-serif;
	font-size: 1.4em;
}
.objetivo ul li a {
	color: #717171;
}
.objetivo ul li a:hover {
	color: #000;
}
.objetivo ul li [class^="fa"] {
	background: #a41918;
	border-radius: 2em;
	color: white;
	text-align: center;
	line-height: 30px;
	height: 60px;
	width: 60px;
	padding: 15px;
	font-size: 1.4em;
	margin-right: 10px;
}
.objetivo ul li.objetivo-two [class^="fa"] { background: #fb6866; }
.objetivo ul li.objetivo-three [class^="fa"] { background: #fb2927; }
.objetivo ul li.objetivo-four [class^="fa"] { background: #fb4a48; }
.objetivo ul li.objetivo-five [class^="fa"] { background: #cc1f1e; }
.objetivo ul li.objetivo-six [class^="fa"] { background: #b32a29; }


/**
 * A empresa
**/
.a-empresa { margin: 50px 0 30px; }
.a-empresa a { background: #608ec2; }


/**
 * Notícias
**/
.noticias { margin: 50px 0; }
.noticias img {
	margin-top: 15px;
	border-radius: 15px;
}
.noticias img:hover { opacity: 0.7; }
#homepage h3.titulo-noticias {
	font-family: 'RobotoLight', sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	height: 50px;
}
.noticias h3 a { color: #174375; }
.noticias h3 a:hover { color: #000; }




/*=====================================================
  	PAGE
======================================================*/
#page .titulo {
	background: #eee;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
#page .titulo h1 {
	color: #c62728;
	letter-spacing: -.02em;
}
#page h2 {
	font-size: 1.5em;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	margin-bottom: 30px;
}
#page ul {
	list-style: none;
}
#page ul.list {
	margin-bottom: 30px;
	list-style: none;
}
#page ul.list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 5px;
	color: #c62728;
}
#page .clientes img,
#page .parceiros img { border: 1px solid #ddd; }
#page .parceiros { margin-bottom: 40px; }
#page ul.contato li:before {
	content: " ";
}
#page ul.contato li a { color: #c62728; }
#page ul.contato li [class^="fa"]{
	display: inline;
	margin-right: 10px;
}
#page ul.contato li.whatsapp [class^="fa"] {
	color: #4dcb5b;
	font-size: 1.3em;
}
#page ul.contato li.whatsapp a { color: #000; }
#page .text-contato {
	margin-top: 40px;
	font-family: 'RobotoLight';
	color: #666;
}
#page .text-contato span {
	font-family: 'RobotoBold';
}


/**
 * Quem somos
**/
#quem-somos h3 {
	color: #c62728;
	margin: 0;
	font-size: 1.225em;
}
#quem-somos .content ul {
	list-style: disc;
}
#quem-somos .content ul li {
	font-size: 1.175em;
	padding: 5px 0;
}


/**
 * Accordion
**/
ul.accordion {
	margin-top: 50px;
}
ul.accordion li.accordion-navigation a {
	font-family: 'RobotoLight', sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
}
ul.accordion li.accordion-navigation [class^="fa"] {
	color: #c62728;
	margin-right: 6px;
}

/*=====================================================
  	BREADCRUMBS
======================================================*/
nav.breadcrumbs  { 
	background: transparent;
	border: 0;
	margin-top: 40px;
}
nav.breadcrumbs >* { 
	text-transform: inherit;
	font-size: .8em;
}
nav.breadcrumbs a  { 
	color: #c62728;
}


/*=====================================================
  	PAGE 404
======================================================*/
.page404 {
	margin-top: 40px;
	margin-bottom: 50px;
}

/*=====================================================
  	FOOTER
======================================================*/
footer#footer {
	position: relative;
	background: #174375;
	padding: 20px 0 0px;
	margin-top: 30px;
}
footer#footer .phone span {
	color: white;
	display: block;
	font-size: 2.3em;
}

footer#footer h4 {
	font-family: 'RobotoLight', sans-serif;
	margin: 5px 0 10px;
	color: white;
}
footer#footer h4 span { font-family: 'RobotoBold', sans-serif;
}
footer#footer p{
	color: white;
	font-size: .9em;
}
footer#footer li a {
	color: white;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
footer#footer li a:hover {
	opacity: 0.5;
	color: #999;
}

/**
 * Social footer
**/
footer#footer ul.social li {
	margin: 10px 0;
	float: left;
	margin-right: 15px;
}
footer#footer .social li [class^="fa"] { font-size: 1.4em; }


/**
 * Contato footer
**/
footer#footer .contato ul { 
	color: white;
	list-style: none;
}
footer#footer .contato ul li { 
	display: block;
}
footer#footer .contato li [class^="fa"] { 
	font-size: 1.2em;
	display: inline;
	margin-right: 10px;
}
footer#footer .contato li a { color: white; }

/**
 * Nav footer
**/

footer#footer ul.nav-footer { list-style: none;}
footer#footer .nav-footer li {
	margin: 4px 0;
}
footer#footer .nav-footer li [class^="fa"] {
	color: #ccc;
	margin-right: 5px;
}


/**
	Copyright
**/
.copyright {
	background: #123358;
	color: white;
	height: 40px;
}
.copyright a {
	color: #69728b;
}
.copyright p {
	margin: 10px 0 0;
	color: white;
	font-size: .785em;
}

/*=====================================================
  	MEDIA SCREEN
======================================================*/
@media only screen and (max-width: 40.063em) {
	h1,
	h2,
	h3 {
		font-size: 1.7em; 
	}
	h1 { 
		font-size: 1.9em;
		margin: 0;
	}
	h3 {	font-size: 1.3em; }
	#header  a.button.btn-contact { display: none; }	
	#header .phone a { float: inherit; }
	#header .phone {	float: right; }
	#homepage { 	margin: 40px 0 0; }
	#homepage .objetivo  ul.right {
		float: left !important;
	}
	
	/**
  	 * Breadcrumbs
	**/
	nav.breadcrumbs  { 
		margin-top: 0px;
	}
	nav.breadcrumbs >* { 
		font-size: .725em;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 70em) {
	#header  a.button.btn-contact {
		font-size: .8em;
	}
	#homepage { 	margin: 40px 0 0; }
	h1,
	h2,
	h3 {
		font-size: 1.7em; 
	}
	h1 { 
		font-size: 1.9em;
	}
	h3 {	font-size: 1.3em; }
	
	/**
  	 * Breadcrumbs
	**/
	nav.breadcrumbs  { 
		margin-top: 0px;
	}
	nav.breadcrumbs >* { 
		font-size: .725em;
	}

}
@media only screen and (max-width: 64em) {	
	#header  a.button.btn-contact {
		font-size: .725em;
		padding-left: 20px;
		padding-right: 20px;
	}
	#slideshow,
	#header .address { display: none; }
	
}
}