/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/NexaBold.eot');
    src: url('../fonts/NexaBold.eot') format('embedded-opentype'),
         url('../fonts/NexaBold.woff2') format('woff2'),
         url('../fonts/NexaBold.woff') format('woff'),
         url('../fonts/NexaBold.ttf') format('truetype'),
         url('../fonts/NexaBold.svg#NexaBold') format('svg');
}

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/NexaLight.eot');
    src: url('../fonts/NexaLight.eot') format('embedded-opentype'),
         url('../fonts/NexaLight.woff2') format('woff2'),
         url('../fonts/NexaLight.woff') format('woff'),
         url('../fonts/NexaLight.ttf') format('truetype'),
         url('../fonts/NexaLight.svg#NexaLight') format('svg');
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.08em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.9em; margin: 0 0 0 0.4em; font-family: 'NexaBold', sans-serif; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block; outline: none; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline; outline: none; }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #697277;
    font-weight: 300;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #ffffff;
}
.slicknav_menu {
    background:#0a4772;
    padding:0;
}
.slicknav_nav {
    color:#333;
    margin:0;
    padding:0;
    font-size:1em;
    background:#f5f5f5;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    /*margin:0 0 0 20px;*/
}
.slicknav_nav li:nth-of-type(odd) {
  background: #e8e8e8;
}
.slicknav_nav .slicknav_row {
    /*padding:5px 10px;
    margin:2px 5px;*/
    padding: 12px 10px;
}
.slicknav_nav a {
    padding:14px 10px;
    text-decoration:none;
    color:#003652;
    outline: none;
    font-size: 0.95em;
    font-family: 'NexaBold', sans-serif;
    text-transform: uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
    outline: none;
}
.slicknav_nav .slicknav_row:hover {
    background:#ffffff;
}
.slicknav_nav a:hover{
    background:#ffffff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'NexaLight', sans-serif;
    color: #555;
}

/* Helpers */
.fluid-img { width: 100%; height: auto; }
.clear { clear:both; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.pull-left { float: left; }
.pull-right { float: right; }
.hidden-desktop { display: none; }
a {
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.alerta {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'NexaLight', sans-serif;
    font-size: 1em;
    padding: 20px 0;
    color: #3d7096;
    font-weight: 600;
    border: 1px solid #f0eddd;
    background-color: #fdfbf3;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

.alerta-sucesso {
    border: 1px solid #bfdad7;
    background-color: #e7f1f0;
}

.alerta-erro {
    border: 1px solid #e3aba8;
    background-color: #fbf2f1;
}

.noright { margin-right: 0 !important; }
.noleft { margin-left: 0 !important; }

.fleft { float: left; }
.fright { float: right; }

.error { border: 1px solid #f14747 !important; }

label.error {
    display: table !important;
    border: 0 !important;
    font-size: 0.7em !important;
    font-weight: 600;
    color: #f14747;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0 !important;
    clear: both;
    width: 180px !important;
    text-align: center;
}

.form-newsletter label.error {
	position: absolute;
	bottom: -15px;
	left: 10px;
}

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

.loading {
	display: none;
	position: absolute;
	left: 8px;
	bottom: 14px;
}

#response { display: none; }

h1 {
	font-family: 'NexaLight', sans-serif;
	font-size: 5.7em;
	font-weight: 300;
	color: #fff;
	margin: 0;
	line-height: 75px;
}

.content {
	width: 1143px;
	margin: 50px auto;
	display: table;
}

/*********************************************************
  Header
*********************************************************/

header {
    width: 100%;
    height: 120px;
}

.topo {
	width: 1143px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 34px 0;
}

.menu {
	margin: 55px 0 40px;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-left: 70px;
}

.menu li {
	display: inline-block;
	margin: 0 8px;
	position: relative;
}

.menu li a {
	font-family: 'NexaBold', sans-serif;
	font-size: 1.05em;
	color: #00c5ff;
	letter-spacing: 0.02em;
}

.menu li a:hover {
	color: #0a4772;
}

.menu li a.active {
	color: #c7c7c7;
}

.topo-contato {
	float: right;
	margin: 40px 0;
}

.topo-contato li {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.topo-contato li:first-child {
	margin-left: 0;
}

.topo-contato li a {
	display: table;
	line-height: 37px;
}

.topo-contato li a img {
	vertical-align: middle;
}

.topo-contato-telefone {
	padding-left: 40px;
	background: url('../img/icon_telefone.png') no-repeat center left;
}

.topo-contato-telefone p {
	display: block;
	font-family: 'NexaLight', sans-serif;
	font-size: 1.35em;
	color: #00c5ff;
	line-height: 25px;
}

.topo-contato-telefone p strong {
	font-family: 'NexaBold', sans-serif;
}

.topo-contato-telefone span {
	font-family: 'NexaBold', sans-serif;
	font-size: 0.75em;
	color: #aaa;
	display: block;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav a {
    text-align: center;
}

/*********************************************************
  Banner
*********************************************************/

.banner {
    width: 100%;
    height: 540px;
    display: block;
    position: relative;
}

/* Cycle 2 */
#cycle {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}

#cycle .cycle-item {
    width: 100%;
    height: 540px;
    background-position: top center;
}

#cycle .cycle-item img {
    width: 100%;
}
/* --------------- */

.banner-content {
	width: 1143px;
	margin: 0 auto;
}

.banner-info {
	width: 760px;
	float: left;
	margin-top: 160px;
}

.banner-info-title {
	font-family: 'NexaLight', sans-serif;
	font-size: 4em;
	color: #fff;
	display: block;
}

.banner-info-sub {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.8em;
	color: #e5f44e;
	display: block;
	margin-bottom: 50px;
}

.btn-banner-enviar, .btn-banner-ligar {
	width: 185px;
	height: 50px;
	display: block;
	font-family: 'NexaBold', sans-serif;
	font-size: 1em;
	line-height: 50px;
	letter-spacing: 0.03em;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	float: left;
	text-align: center;
}

.btn-banner-enviar {
	background-color: #fff;
	color: #0a4772;
}

.btn-banner-enviar:hover {
	background-color: #0a4772;
	color: #fff;
}

.btn-banner-ligar {
	background-color: #0a4772;
	color: #fff;
	margin-left: 30px;
}

.banner-form {
	width: 312px;
	height: 384px;
	background-color: #fff;
	padding: 27px;
	float: right;
	margin-top: 75px;
}

.banner-form p {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.5em;
	color: #00c5ff;
	margin-left: 10px;
	display: block;
	margin-bottom: 30px;
}

.ipt-ligamos {
	width: 100%;
}

.btn-ligamos {
	width: 100%;
	height: 50px;
	border: 0;
	display: block;
	font-family: 'NexaLight', sans-serif;
	font-size: 1em;
	line-height: 50px;
	letter-spacing: 0.05em;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a4772;
	color: #fff;
	outline: none;
}

.btn-ligamos:hover {
	background-color: #276cb5;
}

/*********************************************************
  Home
*********************************************************/

.home-fazemos {
	display: block;
	width: 100%;
	height: 260px;
}

.home-fazemos-inner {
	width: 1143px;
	margin: 0 auto;
}

.fazemos-item {
	width: 33%;
	display: inline-block;
	padding-top: 70px;
	vertical-align: top;
}

.fazemos-item-title {
	font-family: 'NexaLight', sans-serif;
	font-size: 2.5em;
	color: #333;
}

.fazemos-item-link {
	width: 210px;
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	font-family: 'NexaBold', sans-serif;
	font-size: .85em;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-top: 35px;
}

.fazemos-item-link:hover {
	background-color: #0a4772;
	color: #fff;
	border: 1px solid #0a4772;
}

.fazemos-item-text {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.4em;
}

.fazemos-item span {
	margin-left: 130px;
	margin-bottom: 5px;
	display: block;
	font-family: 'NexaBold', sans-serif;
	font-size: .8em;
	color: #333;
	text-transform: uppercase;
}

.fazemos-item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 130px;
}

.fazemos-item ul li {
	display: block;
	padding-left: 10px;
	background: url('../img/icon_arrow.png') no-repeat left center;
	line-height: 40px;
}

.fazemos-item ul li a {
	font-family: 'NexaBold', sans-serif;
	font-size: 1em;
	color: #00c5ff;
	letter-spacing: 0.02em;
}

.fazemos-item ul li a:hover {
	color: #0a4772;
}

.home-cotacao {
	background: url('../img/bg_cotacao.jpg') no-repeat center top;
	height: 520px;
}

.home-cotacao-inner {
	width: 1143px;
	margin: 0 auto;
	display: table;
}

.cotacao-item {
	width: 25%;
	height: 270px;
	float: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.cotacao-item-first {
	border-left: 1px solid #ddd;
}

.cotacao-title {
	font-family: 'NexaLight', sans-serif;
	font-size: 3.7em;
	color: #fff;
	display: block;
	margin: 70px 0 60px 30px;
}

.cotacao-item a {
	display: block;
	height: 100%;
	padding: 30px;
	color: #555;
}

.cotacao-item a:hover {
	background-color: #fcfcfc;
}

.cotacao-item span {
	display: block;
	font-family: 'NexaBold', sans-serif;
	font-size: 1.6em;
	color: #333;
	margin: 20px 0 20px 0;
}

.cotacao-item p {
	font-size: 1em;
}

/*********************************************************
  Newsletter
*********************************************************/

.newsletter {
	width: 100%;
	height: 190px;
	background-color: #0a4773;
}

.newsletter-inner {
	width: 1143px;
	margin: 0 auto;
	padding-top: 50px;
}

.newsletter-form {
	width: 50%;
	float: left;
}

.newsletter-tel {
	width: 50%;
	float: right;
	margin-top: 45px;
}

.form-newsletter {
	display: table;
	position: relative;
}

.form-newsletter p {
	font-family: 'NexaLight', sans-serif;
	font-size: 1em;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}

.form-newsletter input {
	border: 0;
    background-color: #fff;
    display: block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-family: "NexaBold", sans-serif;
    font-size: 1em;
    color: #777;
    outline: none;
    text-indent: 20px;
    -webkit-border-top-left-radius: 33px;
	-moz-border-top-left-radius: 33px;
	border-top-left-radius: 33px;
	-webkit-border-bottom-left-radius: 33px;
	-moz-border-bottom-left-radius: 33px;
	border-bottom-left-radius: 33px;
	margin-bottom: 5px;
	float: left;
}

.btn-inscrever {
	border: 0;
    background-color: #cddc39;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-family: "NexaBold", sans-serif;
    font-size: 1em;
    color: #0a4772;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    -webkit-border-top-right-radius: 33px;
	-moz-border-top-right-radius: 33px;
	border-top-right-radius: 33px;
	-webkit-border-bottom-right-radius: 33px;
	-moz-border-bottom-right-radius: 33px;
	border-bottom-right-radius: 33px;
	/*position: absolute;
    left: 300px;
    top: 40px;*/
}

.btn-inscrever:hover {
	background-color: #003256;
	color: #fff;
}

.form-newsletter input::-webkit-input-placeholder { color: #0a4772; font-family: 'NexaBold', sans-serif; }
.form-newsletter input:-moz-placeholder { color: #0a4772; font-family: 'NexaBold', sans-serif; }
.form-newsletter input::-moz-placeholder { color: #0a4772; font-family: 'NexaBold', sans-serif; }
.form-newsletter input:-ms-input-placeholder { color: #0a4772; font-family: 'NexaBold', sans-serif; }


.newsletter-tel p {
	font-family: 'NexaLight', sans-serif;
	font-size: 2.2em;
	color: #00c5ff;
	text-align: right
}

.newsletter-tel p span {
	font-family: 'NexaBold', sans-serif;
	font-size: .5em !important;
	color: #fff;
	margin-right: 25px;
	vertical-align: middle;
}

.newsletter-tel p strong {
	font-family: 'NexaBold', sans-serif;
}

/*********************************************************
  Form
*********************************************************/

.frm div {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.frm input, .frm textarea {
	border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: "NexaLight", sans-serif;
    font-size: 1.1em;
    color: #777;
    outline: none;
    text-indent: 20px;
    -webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
}

.ipt-med { width: 445px; }

.frm textarea {
	width: 445px;
	height: 180px;
	text-indent: 0;
    padding: 20px;
    line-height: 25px;
}

.btn-enviar {
	width: 270px;
	height: 50px;
	border: 0;
	display: block;
	font-family: 'NexaLight', sans-serif;
	font-size: 1em;
	line-height: 50px;
	letter-spacing: 0.05em;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	text-align: center;
	text-transform: uppercase;
	background-color: #0a4772;
	color: #fff;
	outline: none;
	margin: 0 auto;
}

.btn-enviar:hover {
	background-color: #276cb5;
}

/*********************************************************
  Quem somos
*********************************************************/

.titulo {
	width: 100%;
	height: 400px;
}

.titulo-inner {
	width: 1143px;
	margin: 0 auto;
	height: 400px;
	display: table;
}

.titulo-quem-somos {
	background: url('../img/bg_quem_somos.jpg') no-repeat center center;
}

.quem-title {
	font-family: 'NexaLight', sans-serif;
	font-size: 2.5em;
	display: block;
	margin-bottom: 20px;
}

.quem-item-top {
	width: 31%;
	float: left;
	margin-left: 3%;
	margin-bottom: 40px;
}

.quem-item-top p {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.4em;
	line-height: 27px;
}

.quem-item-first {
	border: 1px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
	margin-left: 0;
}

.quem-item-first p {
	font-family: 'NexaBold', sans-serif;
	font-size: .9em;
	line-height: 23px;
}

.quem-item-middle {
	display: block;
	clear: both;
	margin-bottom: 30px;
}

.quem-item-middle p {
	font-family: 'NexaRegular', sans-serif;
	font-size: .9em;
	line-height: 20px;
	margin-bottom: 12px;
}

.quem-item-bottom {
	width: 100%;
	float: left;
	/*margin-right: 3%;*/
}

.quem-item-bottom p {
	font-family: 'NexaRegular', sans-serif;
	font-size: .9em;
	line-height: 20px;
	margin-bottom: 12px;
}

/*********************************************************
  Contato
*********************************************************/

.titulo-contato {
	background: url('../img/bg_contato.jpg') no-repeat center center;
}

.contato-dados {
	width: 295px;
	float: left;
}

.contato-texto {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.4em;
	color: #0a4772;
	line-height: 33px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #2a73a6;
}

.contato-tel {
	display: block;
	font-family: 'NexaLight', sans-serif;
	font-size: 2em;
	color: #00c5ff;
}

.contato-end {
	font-family: 'NexaBold', sans-serif;
	font-size: 1em;
	color: #0a4772;
	line-height: 25px;
	display: block;
	margin-top: 10px;
}

.contato-form {
	width: 545px;
	float: left;
}

.contato-mapa {
	width: 300px;
	height: 390px;
	float: left;
}

#mapa {
	width: 100%;
	height: 100%;
}

#form-contato {
	display: block;
	margin: 0 auto;
	width: 445px;
}

.contato-enviado {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

/*********************************************************
  Parceiros
*********************************************************/

.titulo-parceiros {
	background: url('../img/bg_parceiros.jpg') no-repeat center center;
}

.parceiros-texto {
	font-family: 'NexaLight', sans-serif;
	font-size: 1.3em;
	display: block;
	margin-bottom: 30px;
}

.parceiros-logos {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.parceiros-logos li {
	display: inline-block;
	margin: 25px;
}

.parceiros-logos li img {
	vertical-align: middle;
}

/*********************************************************
  Produtos para você
*********************************************************/

.titulo-para-voce {
	background: url('../img/bg_para_voce.jpg') no-repeat center center;
}

.titulo-inner span {
	display: block;
	font-family: 'NexaLight', sans-serif;
	font-size: 3em;
	color: #e5f44e;
}

.titulo-content {
	display: table-cell;
	vertical-align: middle;
}

.para-voce-item {
	width: 335px;
	height: 470px;
	-webkit-box-shadow: 0 7px 14px -3px #aaa;
	   -moz-box-shadow: 0 7px 14px -3px #aaa;
	        box-shadow: 0 7px 14px -3px #aaa;
	float: left;
	margin: 23px;
	padding: 15px 0;
}

.para-voce-title {
	height: 90px;
	width: 100%;
	display: table;
}

.para-voce-title span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-family: 'NexaLight', sans-serif;
	font-size: 1.85em;
	color: #00c5ff;
}

.para-voce-desc {
	padding: 25px 20px;
	font-family: 'NexaRegular', sans-serif;
	font-size: .9em;
	color: #888;
	line-height: 17px;
}

/*********************************************************
  Produtos sua empresa
*********************************************************/

.titulo-sua-empresa {
	background: url('../img/bg_para_sua_empresa.jpg') no-repeat center center;
}

.para-empresa-item {
	width: 335px;
	height: 720px;
	-webkit-box-shadow: 0 7px 14px -3px #aaa;
	   -moz-box-shadow: 0 7px 14px -3px #aaa;
	        box-shadow: 0 7px 14px -3px #aaa;
	float: left;
	margin: 23px;
	padding: 15px 0;
}

.para-empresa-title {
	height: 90px;
	width: 100%;
	display: table;
}

.para-empresa-title span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-family: 'NexaLight', sans-serif;
	font-size: 1.85em;
	color: #00c5ff;
}

.para-empresa-desc {
	padding: 16px 20px;
	font-family: 'NexaRegular', sans-serif;
	font-size: .9em;
	color: #888;
	line-height: 17px;
}

.para-empresa-lista {
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
}

.para-empresa-lista li {
	padding-left: 10px;
	background: url('../img/bullet.png') no-repeat left 7px;
	font-family: 'NexaRegular', sans-serif;
	font-size: .9em;
	color: #888;
	line-height: 18px;
}

/*.para-empresa-lista li::before {
  content: "• ";
  color: #0a4570;
}*/


/*********************************************************
  Condições Gerais
*********************************************************/

.titulo-condicoes {
	background: url('../img/bg_condicoes_gerais.jpg') no-repeat center center;
}


/*********************************************************
  Footer
*********************************************************/

footer {
    width: 100%;
    height: 370px;
    background-color: #003257;
}

.rodape {
	width: 1143px;
	margin: 0 auto;
	padding: 40px 0 20px;
	list-style-type: none;
}

.rodape li {
	float: left;
	width: 25%;
	vertical-align: top;
}

.rodape-title {
	font-family: 'NexaBold', sans-serif;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.rodape li p {
	font-family: 'NexaRegular', sans-serif;
	font-size: .85em;
	color: #fff;
	line-height: 18px;
}

.facebook-rodape {
	display: none;
	margin-top: 20px;
}
@media (min-width: 768px) {

    .menu-produtos > ul {
        position: absolute;
        padding: 0;
        visibility: hidden;
        z-index: 99999;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        top: 50px;
        left: -16px;
    }

    .menu-produtos:hover > ul {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        top: 20px;
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .menu-produtos > ul li {
        list-style-type: none;
        margin: 0;
        margin-bottom: 3px;
    }

    .menu-produtos ul li a {
        display: block;
        position: relative;
        z-index: 100;
        background-color: #fff;
        width: 200px;
        padding: 14px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
    }

    .menu-produtos ul li:first-child a {
        border-top: 1px solid #eee;
    }

    .menu-produtos ul li a:hover {
        background-color: #fcfcfc;
        padding-bottom: 14px;
    }

}

@media (min-width: 961px) and (max-width: 1200px) {

    .content {
        width: 96%;
    }

    /* Header
    ------------------------------------- */

    .topo {
        width: 945px;
    }

    .menu {
        margin-left: 20px;
    }

    .menu li {
        margin: 0 10px;
    }

    .topo-contato li {
        margin-left: 10px;
        margin-right: 5px;
    }

	/* Banner
    ------------------------------------- */

    .banner {
        height: 380px;
    }

    #cycle .cycle-item {
        height: 380px;
        background-size: auto 100%;
    }

    .banner-content {
        width: 960px;
    }

    .banner-info {
        width: 640px;
        margin-top: 90px;
    }

    .banner-form {
        height: 380px;
        margin-top: 0;
    }

    /* Home
    ------------------------------------- */

    .home-fazemos-inner {
        width: 960px;
    }

    .fazemos-item span, .fazemos-item ul {
        margin-left: 100px;
    }

    .home-cotacao-inner {
        width: 960px;
    }

    /* Newsletter
    ------------------------------------- */

    .newsletter-inner {
        width: 960px;
    }

    /* Quem Somos
    ------------------------------------- */

    .titulo-inner {
        width: 100%;
    }

    /* Contato
    ------------------------------------- */

    .contato-dados {
        width: 40%;
    }

    .contato-form {
        width: 59%;
        margin-left: 1%;
    }

    #form-contato {
        width: 100%;
    }

    .frm div {
        width: 100%;
    }

    .ipt-med {
        width: 100%;
    }

    .frm textarea {
        width: 100%;
    }

    .contato-mapa {
        width: 100%;
        margin-top: 30px;
    }

    /* Produtos para vocÃª
    ------------------------------------- */

    .para-voce {
        text-align: center;
    }

    .para-voce-item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    /* Produtos para empresa
    ------------------------------------- */

    .para-empresa {
        text-align: center;
    }

    .para-empresa-item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    /* Footer
    ------------------------------------- */

    .rodape {
        width: 945px;
    }

}

@media (min-width: 768px) and (max-width: 960px) {

    h1 {
        font-size: 3.3em;
        text-align: center;
        text-shadow: 1px 1px 1px #0a4772;
    }

    .content {
        width: 96%;
    }

    /* Header
    ------------------------------------- */

    .topo {
        width: 750px;
    }

    /* Menu
    ------------------------------------- */

    .menu {
        margin: 40px 0 40px;
        margin-left: 5px;
        width: 275px;
        text-align: center;
    }

    .menu li {
        display: inline-block;
    }

    .menu-produtos > ul {
        left: inherit;
        right: 0;
    }

	/* Banner
    ------------------------------------- */

    .banner {
        height: 400px;
    }

    #cycle .cycle-item {
        height: 400px;
        background-size: auto 100%;
    }

    .banner-content {
        width: 750px;
    }

    .banner-info {
        width: 420px;
        margin-top: 75px;
    }

    .banner-info-title {
        font-size: 2.5em;
    }

    .banner-info-sub {
        font-size: 2.2em;
    }

    .banner-form {
        height: 370px;
        margin-top: 15px;
        margin-right: 10px;
    }

    /* Home
    ------------------------------------- */

    .home-fazemos-inner {
        width: 750px
    }

    .fazemos-item {
        padding-top: 30px;
        width: 32%;
    }

    .fazemos-item span {
        margin-left: 70px;
    }

    .fazemos-item ul {
        margin-left: 70px;
    }

    .home-cotacao-inner {
        width: 750px;
    }

    .cotacao-item a {
        padding: 20px;
    }

    /* Newsletter
    ------------------------------------- */

    .newsletter-inner {
        width: 750px;
        padding-top: 30px;
    }

    .form-newsletter input {
        width: 225px;
    }

    .newsletter-tel p {
        font-size: 1.6em;
    }

    .btn-inscrever {
        left: 220px;
    }

    /* Quem somos
    ------------------------------------- */

    .titulo {
        height: 330px;
    }

    .titulo-inner {
        width: 100%;
        height: 330px;
    }

    .quem-title {
        font-size: 2em;
        text-align: center;
    }

    .quem-item-top {
        width: 100%;
        margin-left: 0;
    }

    .quem-item-top p {
        text-align: justify;
    }

    .quem-item-middle p {
        text-align: justify;
    }

    .quem-item-bottom {
        width: 100%;
        margin-right: 0;
    }

    .quem-item-bottom p {
        text-align: justify;
    }

    /* Contato
    ------------------------------------- */

    .contato-dados {
        width: 40%;
    }

    .contato-form {
        width: 59%;
        margin-left: 1%;
    }

    #form-contato {
        width: 100%;
    }

    .frm div {
        width: 100%;
    }

    .ipt-med {
        width: 100%;
    }

    .frm textarea {
        width: 100%;
    }

    .contato-mapa {
        width: 100%;
        margin-top: 30px;
    }

    /* Produtos para vocÃª
    ------------------------------------- */

    .para-voce {
        text-align: center;
    }

    .titulo-inner span {
        text-align: center;
    }

    .para-voce-item {
        margin: 12px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    /* Produtos para empresa
    ------------------------------------- */

    .para-empresa {
        text-align: center;
    }

    .para-empresa-item {
        margin: 12px;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    /* Footer
    ------------------------------------- */

    .rodape {
        width: 750px;
    }

    .logo-rodape img {
        max-width: 90%;
    }


}

@media (min-width: 480px) and (max-width: 767px) {

    h1 {
        font-size: 3.3em;
        text-align: center;
        text-shadow: 1px 1px 1px #0a4772;
    }

    .content {
        width: 96%;
    }

    /* Header
    ------------------------------------- */

    header {
        height: auto;
    }

    .topo {
        width: 90%;
        display: table;
    }

    .topo-contato li:first-child {
        display: none;
    }

    .topo-contato li {
        margin-left: 0;
    }

    /* Banner
    ------------------------------------- */

    .banner {
        height: auto;
        display: table;
    }

    .banner-content {
        width: 100%;
    }

    .banner-info {
        width: 96%;
        float: none;
        margin: 40px auto 10px;
    }

    .banner-info-title {
        font-size: 3em;
        line-height: 1em;
        text-align: center;
    }

    .banner-info-sub {
        margin-bottom: 30px;
        text-align: center;
    }

    .btn-banner-enviar, .btn-banner-ligar {
        float: none;
        margin: 20px auto;
        width: 90%;
    }

    .banner-form {
        float: none;
        margin: 50px auto;
        width: 100%;
    }

    #form-ligamos {
        display: block;
        margin: 0 auto;
    }

	/* Menu
    ------------------------------------- */

	.menu {
        display: none;
    }

	.slicknav_menu {
        display: block;
    }

    /* Banner
    ------------------------------------- */

    .banner {
        height: 380px;
    }

    #cycle .cycle-item {
        height: 380px;
        background-size: auto 100%;
    }

    /* Home
    ------------------------------------- */

    .home-fazemos {
        height: auto;
    }

    .home-fazemos-inner {
        width: 100%;
    }

    .fazemos-item {
        width: 85%;
        margin: 0 auto;
        display: block;
        padding: 20px 0;
    }

    .fazemos-item span, .fazemos-item ul {
        margin-left: 0;
    }

    .home-cotacao {
        height: auto;
    }

    .home-cotacao-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .cotacao-title {
        text-align: center;
        margin: 50px 0;
    }

    .cotacao-item {
        width: 49.99%;
        margin: 0 auto;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .cotacao-item-first {
        border-top: 1px solid #ddd;
    }

    /* Newsletter
    ------------------------------------- */

    .newsletter {
        display: table;
        height: auto;
    }

    .newsletter-inner {
        width: 100%;
        padding: 40px 0;
    }

    .newsletter-form {
        width: 100%;
    }

    .form-newsletter {
        width: 90%;
        margin: 0 auto;
    }
    
    .form-newsletter p {
        margin-left: 0;
        text-align: center;
    }

    .form-newsletter input {
        width: 60%;
    }

    .btn-inscrever {
        width: 40%;
        left: 60%;
    }

    .newsletter-tel {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .newsletter-tel p {
        text-align: center;
        font-size: 1.4em;
    }

    .newsletter-tel p span {
        font-size: .7em;
        margin-right: 12px;
    }

    /* Quem somos
    ------------------------------------- */

    .titulo {
        height: 330px;
    }

    .titulo-inner {
        width: 100%;
        height: 330px;
    }

    .quem-title {
        font-size: 2em;
        text-align: center;
    }

    .quem-item-top {
        width: 100%;
        margin-left: 0;
    }

    .quem-item-top p {
        text-align: justify;
    }

    .quem-item-middle p {
        text-align: justify;
    }

    .quem-item-bottom {
        width: 100%;
        margin-right: 0;
    }

    .quem-item-bottom p {
        text-align: justify;
    }

    /* Contato
    ------------------------------------- */

    .contato-dados {
        width: 100%;
        margin-bottom: 30px;
    }

    .contato-dados p, .contato-dados span {
        text-align: center;
    }

    .contato-form {
        width: 100%;
        margin-bottom: 30px;
    }

    #form-contato {
        width: 100%;
    }

    .frm div {
        width: 100%;
    }

    .ipt-med { width: 100%; }

    .frm textarea {
        width: 100%;
        height: 150px;
    }

    .contato-mapa {
        width: 100%;
    }

    /* Produtos para vocÃª
    ------------------------------------- */

    .titulo-inner span {
        text-align: center;
    }

    .para-voce-item {
        float: none;
        margin: 35px auto;
    }

    /* Produtos para empresa
    ------------------------------------- */

    .para-empresa-item {
        float: none;
        margin: 35px auto;
    }

    /* Footer
    ------------------------------------- */

    footer {
        height: auto;
        display: table;
    }

    .rodape {
        width: 100%;
        text-align: center;
        padding: 20px 0 30px;
    }

    .rodape li {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .facebook-rodape {
        display: block;
    }

}

@media (max-width: 479px) {

    h1 {
        font-size: 3em;
        text-align: center;
        text-shadow: 1px 1px 1px #0a4772;
    }

    .content {
        width: 96%;
    }

    /* Header
    ------------------------------------- */

    header {
        height: auto;
    }

    .topo {
        width: 100%;
        display: table;
    }

    .logo {
        float: none;
        margin: 25px auto;
        display: block;
    }

    .logo img {
        display: block;
        margin: 0 auto;
    }

    .topo-contato {
        float: none;
        text-align: center;
        margin: 30px 0;
    }

    .topo-contato li:first-child {
        display: none;
    }

    .topo-contato li {
        margin-left: 0;
    }

    /* Banner
    ------------------------------------- */

    .banner {
        height: auto;
        display: table;
    }

    .banner-content {
        width: 100%;
    }

    .banner-info {
        width: 96%;
        float: none;
        margin: 40px auto 10px;
    }

    .banner-info-title {
        font-size: 3em;
        line-height: 1em;
        text-align: center;
    }

    .banner-info-sub {
        margin-bottom: 30px;
        text-align: center;
    }

    .btn-banner-enviar, .btn-banner-ligar {
        float: none;
        margin: 20px auto;
        width: 90%;
    }

    .banner-form {
        float: none;
        margin: 50px auto;
        width: 100%;
    }

    #form-ligamos {
        display: block;
        margin: 0 auto;
    }

	/* Menu
    ------------------------------------- */

	.menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    /* Home
    ------------------------------------- */

    .home-fazemos {
        height: auto;
    }

    .home-fazemos-inner {
        width: 100%;
    }

    .fazemos-item {
        width: 85%;
        margin: 0 auto;
        display: block;
        padding: 20px 0;
    }

    .fazemos-item span, .fazemos-item ul {
        margin-left: 0;
    }

    .home-cotacao {
        height: auto;
    }

    .home-cotacao-inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .cotacao-title {
        text-align: center;
        margin: 50px 0;
    }

    .cotacao-item {
        width: 290px;
        float: none;
        margin: 0 auto;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .cotacao-item-first {
        border-top: 1px solid #ddd;
    }

    /* Newsletter
    ------------------------------------- */

    .newsletter {
        display: table;
        height: auto;
    }

    .newsletter-inner {
        width: 100%;
        padding: 40px 0;
    }

    .newsletter-form {
        width: 100%;
    }

    .form-newsletter {
        width: 90%;
        margin: 0 auto;
    }
    
    .form-newsletter p {
        margin-left: 0;
        text-align: center;
    }

    .form-newsletter input {
        width: 60%;
    }

    .btn-inscrever {
        width: 40%;
        left: 60%;
    }

    .newsletter-tel {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .newsletter-tel p {
        text-align: center;
        font-size: 1.4em;
    }

    .newsletter-tel p span {
        font-size: .7em;
        margin-right: 12px;
    }

    /* Quem somos
    ------------------------------------- */

    .titulo {
        height: 330px;
    }

    .titulo-inner {
        width: 100%;
        height: 330px;
    }

    .quem-title {
        font-size: 2em;
        text-align: center;
    }

    .quem-item-top {
        width: 100%;
        margin-left: 0;
    }

    .quem-item-top p {
        text-align: justify;
    }

    .quem-item-middle p {
        text-align: justify;
    }

    .quem-item-bottom {
        width: 100%;
        margin-right: 0;
    }

    .quem-item-bottom p {
        text-align: justify;
    }

    /* Parceiros
    ------------------------------------- */

    .parceiros-texto {
        text-align: center;
    }

    /* Contato
    ------------------------------------- */

    .contato-dados {
        width: 100%;
        margin-bottom: 30px;
    }

    .contato-dados p, .contato-dados span {
        text-align: center;
    }

    .contato-form {
        width: 100%;
        margin-bottom: 30px;
    }

    #form-contato {
        width: 100%;
    }

    .frm div {
        width: 100%;
    }

    .ipt-med { width: 100%; }

    .frm textarea {
        width: 100%;
        height: 150px;
    }

    .contato-mapa {
        width: 100%;
    }

    /* Produtos para vocÃª
    ------------------------------------- */

    .titulo-inner span {
        text-align: center;
    }

    .para-voce-item {
        float: none;
        margin: 35px auto;
    }

    /* Produtos para empresa
    ------------------------------------- */

    .para-empresa-item {
        float: none;
        margin: 35px auto;
        height: auto;
    }


    /* Footer
    ------------------------------------- */

    footer {
        height: auto;
        display: table;
    }

    .rodape {
        width: 100%;
        text-align: center;
        padding: 20px 0 30px;
    }

    .rodape li {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .facebook-rodape {
        display: block;
    }

}