@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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;
}

/* ==========================================================================
Base
========================================================================== */
/**
 * 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;
}

/* ==========================================================================
Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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;
}

/* ==========================================================================
Figures
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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],
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;
}

/**
 * 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 */
}

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
  height: 100%;
  min-height: 100%;
}

.no-js {
  padding-top: 106px;
}

h1 {
  margin-top: 0;
}

.loading {
  background: url("../img/cnt/loading.gif") no-repeat center 200px;
}

@media only screen and (max-width: 768px) {
  .loading {
    background: url("../img/cnt/loading.gif") no-repeat center 25%;
  }
}
section {
  opacity: 0;
  height: 500px;
  width: 100%;
}

section.slidePequeno {
  height: 300px;
}

section.slideMedio {
  height: 500px;
}

section.slideGrande {
  height: 500px;
}

.loaded section,
.no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

main {
  overflow-x: hidden;
}

#preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bcg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hsContent {
  width: 80%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 10%;
}

.hsContent h1 {
  color: #FFF;
}
.hsContent h1 a, .hsContent h1 a:visited {
  color: #FFF;
  background: none;
}

@media only screen and (max-width: 768px) {
  .hsContent {
    margin-top: 40px;
  }
  .slidePequeno .hsContent {
    margin-top: 0;
  }
}
/* Slide 1 */
#slide-1 h1 {
  max-width: 830px;
}

/* Slide 2 */
#slide-2 .bcg {
  background-image: url("../img/cnt/bcg_slide-2.jpg");
}

#slide-2 .titHomeLight {
  margin-top: -190px;
}

#slide-2 h1 {
  margin-top: 35px;
  max-width: 630px;
}

#slide-2 p {
  margin-top: 50px;
  max-width: 680px;
  opacity: 0.8;
}

/* Slide 3 */
#slide-3 .bcg {
  background-image: url("../img/cnt/bcg_slide-3.jpg");
}

#slide-3 .hsContent {
  text-align: right;
}

#slide-3 .titHomeLight {
  margin-top: -140px;
  position: absolute;
  right: 0;
}

#slide-3 h1 {
  margin-top: -80px;
  max-width: 800px;
  float: right;
}

#slide-3 .souEuHome {
  text-align: left;
  position: absolute;
  left: 10%;
  bottom: 30px;
}

#slide-3 p {
  opacity: 0.8;
  font-size: 12px;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  /* Slide 2 */
  #slide-2 .titHomeLight {
    margin-top: -150px;
  }
  #slide-2 h1 {
    margin-top: 10px;
  }
  #slide-2 p {
    margin-top: 20px;
  }
  /* Slide 3 */
  #slide-3 .hsContent {
    text-align: left;
  }
  #slide-3 .titHomeLight {
    position: relative;
    right: auto;
  }
  #slide-3 h1 {
    margin-top: 20px;
    float: none;
  }
  #slide-3 .souEuHome {
    bottom: 15px;
  }
  #slide-3 p {
    margin-bottom: 5px;
  }
  #slide-3 .souEuHome img {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  /* Slide 2 */
  #slide-2 .titHomeLight {
    text-align: center;
  }
  /* Slide 3 */
  #slide-3 .titHomeLight {
    text-align: center;
  }
}
/* Slide 11 */
@media only screen and (min-width: 1025px) {
  #slide-11 {
    height: 1000px;
  }
}
#slide-11 .bcg {
  background-image: url("../img/cnt/bcg_consumo.jpg");
}

#slide-11 h1 {
  margin-top: -80px;
  max-width: 830px;
}

/* Slide 12 */
#slide-12 .bcg {
  background-image: url("../img/cnt/bcg_cool.jpg");
}

/* Slide 13 */
#slide-13 .bcg {
  background-image: url("../img/cnt/bcg_cabeca.jpg");
}

/* Slide 14 */
#slide-14 .bcg {
  background-image: url("../img/cnt/bcg_servir_bem.jpg");
}

/* Slide 15 */
#slide-15 .bcg {
  background-image: url("../img/cnt/bcg_autoregulacao.jpg");
}

#slide-15 .hsContent {
  text-align: right;
}

#slide-15 .hsContent img {
  margin-top: -40px;
}

/* Slide 16 */
#slide-16 .bcg {
  background-image: url("../img/cnt/bcg_noiteedetodos.jpg");
}

/* Slide 17*/
#slide-17 .bcg {
  background-image: url("../img/cnt/bcg_falemosdealcool.jpg");
}

/* Slide 18*/
#slide-18 .bcg {
  background-image: url("../img/cnt/bcg_menores.jpg");
}

@media only screen and (max-width: 768px) {
  #slide-11 h1 {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #slide-11 h1 {
    margin-top: -40px;
  }
  #slide-15 .hsContent img {
    width: 80%;
    height: auto;
  }
}
/* Slide 21 */
@media only screen and (min-width: 1025px) {
  #slide-21 {
    height: 1000px;
  }
}
#slide-21 .bcg {
  background-image: url("../img/cnt/bcg_associados.jpg");
}

#slide-21 h1 {
  margin-top: -80px;
  max-width: 830px;
}

@media only screen and (max-width: 768px) {
  #slide-21 h1 {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #slide-21 h1 {
    margin-top: -40px;
  }
}
/* Slide 31 */
@media only screen and (min-width: 1025px) {
  #slide-31 {
    height: 1000px;
  }
}
#slide-31 .bcg {
  background-image: url("../img/cnt/bcg_setor1.jpg");
}

#slide-31 h1 {
  margin-top: -80px;
  max-width: 580px;
}

@media only screen and (max-width: 768px) {
  #slide-31 h1 {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #slide-31 h1 {
    margin-top: -40px;
  }
}
/* Slide 32 */
#slide-32 .bcg {
  background-image: url("../img/cnt/bcg_setor2.jpg");
}

#slide-32 h1 {
  margin-top: -80px;
  max-width: 550px;
}

@media only screen and (max-width: 768px) {
  #slide-32 h1 {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #slide-32 h1 {
    margin-top: -40px;
  }
}
/* Slide 41 */
@media only screen and (min-width: 1025px) {
  #slide-41 {
    height: 1000px;
  }
}
#slide-41 .bcg {
  background-image: url("../img/cnt/bcg_anebe.jpg");
}

#slide-41 h1 {
  margin-top: -80px;
  max-width: 830px;
}

@media only screen and (max-width: 768px) {
  #slide-41 h1 {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #slide-41 h1 {
    margin-top: -40px;
  }
}
/* Slide 51 */
#slide-51 .bcg {
  background-image: url("../img/cnt/bcg_noticias.jpg");
}

/* Slide 61 */
#slide-61 .bcg {
  background-image: url("../img/cnt/bcg_contactos.jpg");
}

/* Slide 71 */
#slide-71 .bcg {
  background-image: url("../img/cnt/bcg_documentos.jpg");
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* Medium devices (desktop) - para munitores maiores que... */
@media only screen and (min-width: 1025px) {
  body, html {
    height: auto;
  }
  .bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  section {
    min-width: 768px;
    height: 600px;
  }
  .hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
}
/*video-___________________----------__________----------_____________________-------__________*/
.overlay {
  height: 500px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-vid {
  background: url("../img/cnt/video.jpg") no-repeat scroll 0 0 #000;
  background-size: cover;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

@media only screen and (max-width: 768px) {
  .overlay {
    height: auto;
    background: url("../img/cnt/video.jpg") no-repeat scroll 0 0 #000;
    min-height: 400px;
    background-size: cover;
    background-position: center;
  }
  .hero-vid {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .overlay {
    min-height: 500px;
  }
}
/* fim de video-___________________----------__________----------_____________________-------__________*/
/* Slider */
:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------------------*/
.slick-loading .slick-list {
  background: #fff url("../img/cnt/loading.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  opacity: 0.5;
  transition: opacity 0.25s ease-out;
  overflow: visible;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #19283f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*______________________________________________*/
.slider {
  width: 90%;
  margin: -30px auto 0;
  max-width: 1300px;
}

@media screen and (max-width: 700px) {
  .slider {
    width: 80%;
    margin: 15px auto 30px;
  }
}
.slider_consumo {
  margin-bottom: 90px !important;
}

.slider img:focus {
  outline: none;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev::before {
  content: url("../img/cnt/prev_az.png");
}

.slick-next::before {
  content: url("../img/cnt/next_az.png");
}

.testemunhosHome .slick-prev::before {
  content: url("../img/cnt/prev.png");
}

.testemunhosHome .slick-next::before {
  content: url("../img/cnt/next.png");
}

@font-face {
  font-family: "Calluna-Regular";
  src: url("../webfonts/Calluna-Regular-webfont.woff2") format("woff2"), url("../webfonts/Calluna-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0;
  padding: 0;
  border: 0;
  color: #19283f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

p {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  line-height: normal;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-family: "Calluna-Regular", sans-serif;
  font-weight: normal;
  font-size: 72px;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

ol, ul, li {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #19283f;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 1px;
  background: url("../img/cnt/sublinhado.png") repeat-x bottom;
}

a:hover {
  background: none;
}

a img {
  border: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

input, select, textarea {
  background-color: #FFF;
  border: #19283f solid 1px;
  color: #19283f;
  padding: 16px;
}

input[type=submit] {
  cursor: pointer;
}

textarea {
  width: 350px;
  height: 70px;
  resize: none;
  overflow: auto;
}

iframe, embed, object {
  max-width: 100%;
}

.responsivo {
  width: 100% !important;
  height: auto !important;
}

.lista {
  list-style: disc;
  border: none;
  margin-left: 50px;
  padding: 0;
}

.visivel {
  display: inline !important;
}

.invisivel {
  display: none !important;
}

.apagar {
  clear: both;
}

.quebra {
  white-space: nowrap;
}

.espaço {
  display: block;
  width: 100%;
  height: 80px;
}

.vazio {
  font-size: 0;
}

.centro {
  text-align: center;
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
    text-align: center;
  }
  h3 {
    font-size: 20px;
  }
}
/*Menu*/
.contentorMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  min-height: 95px;
  background-color: rgba(25, 40, 63, 0);
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  z-index: 10000;
}

.logoMenu {
  display: block;
  position: absolute;
  float: left;
  margin: 25px 0 0 45px;
}

.logoMenu a, .logoMenu a:hover {
  background: none;
}

.menu {
  display: block;
  float: right;
  margin: 35px 25px 0 0;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline;
  border: none;
  padding: 0 9px;
}

.menu a {
  background: none;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.menu a:hover, .menu li.current-menu-item a, .menu li.current-_page_parent a {
  background: url("../img/cnt/sublinhado_br.png") bottom repeat-x;
}

.menu li.members-btn a, .menu li.members-btn a:visited {
  border: rgba(255, 255, 255, 0.5) 1px solid;
  padding: 1px 7px;
  transition: background-color 0.25s ease-out;
}

.menu li.members-btn a:hover {
  background-image: none;
  background-color: rgba(25, 40, 63, 0.5);
}

.menu a#mFacebook, .menu a#mYoutube, .menu a#mLinkedIn {
  background-image: none;
  transition: opacity 0.25s ease-out;
}

.menu a#mFacebook:hover, .menu a#mYoutube:hover, .menu a#mLinkedIn:hover {
  background-image: none;
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .logoMenu {
    margin: 25px 0 0 15px;
  }
  .menu {
    margin-right: 15px;
  }
  .menu li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 850px) {
  .contentorMenu {
    background-color: rgb(25, 40, 63);
  }
  .menu {
    float: none;
    margin: 35px 0 0;
    clear: both;
  }
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu li {
    display: block;
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 0;
  }
  .menu a, .menu li.members-btn a {
    border: none;
    display: block;
    font-size: 13px;
    padding: 15px 0 15px 25px;
  }
  .menu a:hover, .menu li.current-menu-item a, .menu li.current-_page_parent a, .menu li.members-btn a:hover {
    background: none;
    background-color: #394659;
  }
  .menu a#mFacebook, .menu a#mYoutube, .menu a#mLinkedIn {
    transition: none;
  }
  .menu a#mFacebook:hover, .menu a#mYoutube:hover, .menu a#mLinkedIn:hover {
    opacity: 1;
  }
}
@keyframes menu1 {
  from {
    min-height: 95px;
    top: 0;
    background-color: rgba(25, 40, 63, 0);
  }
  to {
    min-height: 70px;
    top: -15px;
    background-color: rgb(25, 40, 63);
  }
}
.menuRecolhe {
  animation: menu1 0.6s linear;
  min-height: 70px;
  top: -15px;
  background-color: rgb(25, 40, 63);
}

@keyframes menu2 {
  from {
    min-height: 70px;
    top: -15px;
    background-color: rgb(25, 40, 63);
  }
  to {
    min-height: 95px;
    top: 0;
    background-color: rgba(25, 40, 63, 0);
  }
}
.menuEstende {
  animation: menu2 0.3s linear;
  min-height: 95px;
  top: 0;
  background-color: rgba(25, 40, 63, 0);
}

@keyframes menuLogo1 {
  from {
    width: 100%;
    margin-top: 25;
  }
  to {
    width: 80%;
    margin-top: 35;
  }
}
.menuRecolhe .logoMenu img {
  animation: menuLogo1 0.6s linear;
  width: 80%;
  margin-top: 35;
}

@keyframes menuLogo2 {
  from {
    width: 80%;
    margin-top: 35;
  }
  to {
    width: 100%;
    margin-top: 25;
  }
}
.menuEstende .logoMenu img {
  animation: menuLogo2 0.3s linear;
  width: 100%;
  margin-top: 25;
}

/*----------Humburguer----------*/
.hamburguerDiv {
  display: block;
  max-height: 95px;
  overflow: hidden;
}

.c-hamburger {
  display: none;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 30px 30px 0 0;
  padding: 0;
  width: 39px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 6px;
  right: 6px;
  height: 4px;
  background: #FFF;
  transition: background 0s 0.3s;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger span::before {
  top: -8px;
  transition-property: top, transform;
}

.c-hamburger span::after {
  bottom: -8px;
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger.is-active {
  background-color: none;
}

.c-hamburger.is-active span {
  background: none;
}

.c-hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
  transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 850px) {
  .c-hamburger {
    display: block;
  }
}
/*----------fim de Humburguer----------*/
.contentor100 {
  display: block;
  position: relative;
  width: 100%;
}

.contentor {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 80px 0;
}

.contentor_maior {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1492px;
  margin: auto;
  padding: 80px 0;
}

.contentor_int {
  display: block;
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: auto;
}

.contentor_34 {
  display: inline-block;
  width: 77%;
  vertical-align: top;
}

.contentor_14 {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: right;
}

.contentor_12 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.contentor_12int {
  display: block;
  position: relative;
  width: 80%;
  max-width: 600px;
  margin-left: 5%;
  padding: 150px 0;
}

@media screen and (max-width: 1200px) {
  .contentor_12int {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .contentor_12 {
    width: 100%;
  }
  .contentor_12int {
    width: 80%;
    max-width: 600px;
    margin: auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .contentor_34 {
    width: 100%;
  }
  .contentor_14 {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}
.contentorBr {
  background-color: #FFF;
  color: #19283f;
}

.contentorAz {
  background-color: #19283f;
  color: #FFF;
}

.contentorAz a {
  color: #FFF;
  background: url("../img/cnt/sublinhado_br.png") repeat-x bottom;
}

.txtDestaque {
  font-size: 16px;
  max-width: 815px;
  text-align: center;
  margin: auto;
  opacity: 0.9;
  margin-top: 35px;
}

.txtDestaque p {
  text-align: center;
}

@media screen and (max-width: 700px) {
  .contentor, .contentor_maior {
    padding: 40px 0;
  }
  .contentor_12int {
    padding: 40px 0;
  }
}
a.linkSetaBr {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  opacity: 0.5;
  background: url("../img/cnt/seta_bt_br.png") no-repeat;
  background-position: 95% center;
  transition: background-position 0.25s ease-out, opacity 0.25s ease-out;
  white-space: nowrap;
}

a.linkSetaBr:hover {
  background-position: 100% center;
  opacity: 1;
}

.linkSetaBrHome {
  text-align: center;
  margin: 40px auto 0;
}

a.linkSetaAz {
  color: #19283f;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px;
  background: url("../img/cnt/seta_bt_az.png") no-repeat;
  background-position: 95% center;
  transition: background-position 0.25s ease-out;
  white-space: nowrap;
}

a.linkSetaAz:hover {
  background-position: 100% center;
}

.linkSetaAzHome {
  text-align: center;
  margin: auto;
}

a.linkSetaAzCl {
  color: #9fc7c5;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 40px 0 0;
  background: url("../img/cnt/seta_bt_az.png") no-repeat;
  background-position: 95% center;
  transition: background-position 0.25s ease-out;
  white-space: nowrap;
}

a.linkSetaAzCl:hover {
  background-position: 100% center;
}

a.linkMolduraBr {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  padding: 7px 15px;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  transition: border 0.25s ease-out;
  white-space: nowrap;
}

a.linkMolduraBr:hover {
  border: rgb(255, 255, 255) solid 1px;
}

.linkMolduraBrHome {
  text-align: center;
  margin: 40px auto -10px;
}

.linkMolduraBrHome a.linkMolduraBr {
  margin: 10px 20px;
}

a.linkMolduraAz {
  color: #19283f;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  padding: 7px 15px;
  border: rgba(25, 49, 63, 0.2) solid 1px;
  transition: border 0.25s ease-out;
  white-space: nowrap;
}

a.linkMolduraAz:hover {
  border: rgb(25, 49, 63) solid 1px;
}

.linkMolduraAzHome {
  text-align: center;
  margin: -30px auto 35px;
}

.linkMolduraAzAssociados {
  text-align: center;
  margin: 60px auto 35px;
}

a.bt_www_br {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.32;
  background: url("../img/cnt/bt_www_br.png") no-repeat center;
  transition: opacity 0.25s ease-out;
}

a.bt_facebook_br {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.32;
  background: url("../img/cnt/bt_facebook_br.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_pdf_br {
  display: inline-block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  opacity: 0.32;
  background: url("../img/cnt/bt_pdf_br.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_www_br:hover, a.bt_facebook_br:hover, a.bt_pdf_br:hover {
  opacity: 1;
}

a.bt_www_az {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../img/cnt/bt_www_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_youtube_az {
  display: inline-block;
  width: 22px;
  height: 16px;
  opacity: 1;
  background: url("../img/cnt/bt_youtube_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_instagram_az {
  display: inline-block;
  width: 19px;
  height: 18px;
  opacity: 1;
  background: url("../img/cnt/bt_instagram_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_facebook_az {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../img/cnt/bt_facebook_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_pdf_az {
  display: inline-block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../img/cnt/bt_pdf_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_email_az {
  display: inline-block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../img/cnt/bt_email_az.png") no-repeat;
  transition: opacity 0.25s ease-out;
}

a.bt_www_az:hover, a.bt_youtube_az:hover, a.bt_instagram_az:hover, a.bt_facebook_az:hover, a.bt_pdf_az:hover, a.bt_email_az:hover {
  opacity: 0.5;
}

a.bt_www_az, a.bt_youtube_az, a.bt_instagram_az, a.bt_facebook_az, a.bt_pdf_az {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  a.bt_www_br, a.bt_facebook_br, a.bt_pdf_br {
    margin: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  a.bt_www_az, a.bt_youtube_az, a.bt_instagram_az, a.bt_facebook_az, a.bt_pdf_az {
    margin-left: 0;
    margin-right: 40px;
  }
}
.maisBotoes a {
  margin-left: 20px;
}

/*Home*/
.homeFundo {
  background-color: #19283f;
  position: relative;
}

.titHomeLight {
  font-weight: 300;
  font-size: 30px;
  color: #FFF;
  opacity: 0.8;
  text-transform: uppercase;
}

#slide-home-img {
  width: 100%;
  height: 1000px;
  position: fixed;
  z-index: -1000;
}

#slide-home, #slide-home-img {
  width: 100%;
  height: 1000px;
  color: #FFF;
}

#slide-home {
  position: relative;
}

#slide-home h1 {
  max-width: 830px;
  margin-bottom: 40px;
}

#slide-home .slideHome h1 { /*max-width:880px;*/ }

.slide-txt-1, .slide-txt-1-2, .slide-txt-1-3, .slide-txt-1-4, .slide-txt-1-5, .slide-txt-1-6 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  opacity: 0;
  z-index: 9;
}

.slide-txt-1-2 {
  display: none;
}

.slide-txt-1-2 h1 {
  font-size: 40px;
  margin-top: 10px;
}

.slide-txt-1-2 img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.slide-txt-1-2 a {
  background: none;
}

.slide-txt-1-3 {
  display: none;
}

.slide-txt-1-3 h1 {
  font-size: 40px;
  margin-top: 10px;
}

.slide-txt-1-3 img {
  width: 100%;
  height: auto;
  max-width: 180px;
}

.slide-txt-1-3 a {
  background: none;
}

.slide-txt-1-4 {
  display: none;
}

.slide-txt-1-4 h1 {
  font-size: 40px;
  margin-top: 10px;
}

.slide-txt-1-4 img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.slide-txt-1-4 a {
  background: none;
}

.slide-txt-1-5 {
  display: none;
}

.slide-txt-1-5 h1 {
  font-size: 40px;
  margin-top: 10px;
}

.slide-txt-1-5 a {
  background: none;
}

.slide-txt-1-6 {
  display: none;
}

.slide-txt-1-6 h1 {
  font-size: 40px;
  margin-top: 10px;
}

.slide-txt-1-6 a {
  background: none;
}

.txtIdentidade {
  position: absolute;
  left: 10%;
  top: 30%;
  opacity: 0;
  font-size: 16px;
  width: 80%;
}

.scrollDownSeta {
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -50px;
  background: none;
  opacity: 0;
}

.slideControlo {
  position: absolute;
  top: 50%;
  left: 1%;
  width: 98%;
  opacity: 0;
}

a.btSlide {
  display: block;
  width: 25px;
  height: 37px;
  background: url("../img/cnt/next.png") no-repeat;
  background-position: center left;
  transition: background-position 0.25s ease-out;
}

a.btSlide:hover {
  background-position: center right;
}

.btNext {
  float: right;
}

.btPrev {
  float: left;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.btMolduraSlide {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  padding: 10px 44px;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  transition: border 0.25s ease-out, opacity 0.25s ease-out;
  white-space: nowrap;
  opacity: 0.7;
}

a.btMolduraSlide:hover {
  border: rgba(255, 255, 255, 0.6) solid 1px;
  opacity: 1;
}

a.btMolduraSlide2 {
  border: rgb(255, 255, 255) solid 1px;
  opacity: 1;
}

a.btMolduraSlide2:hover {
  border: rgba(255, 255, 255, 0.6) solid 1px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .txtIdentidade {
    font-size: 13px;
  }
  #slide-home h1 {
    margin-bottom: 20px;
  }
  .scrollDownSeta {
    display: none;
  }
  .slide-txt-1-2 h1, .slide-txt-1-3 h1, .slide-txt-1-4 h1, .slide-txt-1-5 h1, .slide-txt-1-6 h1 {
    font-size: 25px;
  }
  a.btMolduraSlide {
    font-size: 13px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 700px) {
  .txtIdentidade {
    text-align: center;
  }
  .titHomeLight {
    font-size: 20px;
  }
  .slide-txt-1, .slide-txt-1-2, .slide-txt-1-3, .slide-txt-1-4, .slide-txt-1-5, .slide-txt-1-6 {
    text-align: center;
  }
  .slide-txt-1-4 img {
    max-width: 80px;
  }
}
/* Home - projectos*/
.proj_home_contentor {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-top: 60px;
  vertical-align: top;
}

.proj_home_contentor_int {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 20px 10%;
  max-width: 200px;
  border: rgba(255, 255, 255, 0) solid 1px;
  transition: border 0.4s ease-out;
}

.proj_home_contentor_int:hover {
  border: rgba(255, 255, 255, 0.3) solid 1px;
}

.proj_home_img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 151px;
  border-radius: 50%;
  overflow: hidden;
  background: none !important;
}

.proj_home-tit {
  display: block;
  text-align: center;
  margin: 18px 0 5px;
}

.proj_home-tit, .proj_home-tit a {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  background: none;
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.proj_home-txt {
  font-size: 13px;
  color: #9fc7c5;
  line-height: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .proj_home_contentor {
    width: 50%;
    margin-top: 30px;
  }
}
/* Home - contadores*/
.cont_contentor {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  vertical-align: top;
}

.cont_contentor_int {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.cont {
  display: inline-block;
  font-weight: 300;
  font-size: 70px;
  color: #FFF;
  line-height: normal;
}

.simbulo {
  display: inline-block;
  font-weight: 300;
  font-size: 30px;
}

.cont-txt {
  color: #9fc7c5;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .cont {
    font-size: 50px;
  }
  .cont-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .cont_contentor {
    width: 33.3%;
  }
}
@media screen and (max-width: 430px) {
  .cont {
    font-size: 30px;
  }
  .simbulo {
    font-size: 14px;
  }
}
/* Home - testemunhos*/
.testemunhosContentor {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -100px;
}

.testemunhosHome {
  margin-top: 0;
}

.testemunhosContentor p {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  max-width: 815px;
  text-align: center;
  margin: 0 auto 15px;
  opacity: 0.9;
}

.testAutor {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.testCargo {
  font-size: 14px !important;
  opacity: 0.7 !important;
  padding-bottom: 15px;
  background: url("../img/cnt/separador_testemunhos.png") no-repeat bottom center;
}

@media only screen and (max-width: 700px) {
  .testemunhosContentor {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 500px) {
  .testemunhosContentor {
    margin-top: -200px;
  }
}
/*------Footer*/
.footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #dddfe2;
  color: #465265;
  text-align: center;
  padding: 70px 0 30px;
  font-size: 12px;
}

.footer p {
  opacity: 0.8;
  text-align: center;
}

.footer a {
  opacity: 0.8;
  padding-bottom: 0;
}

.footerLogo {
  margin-bottom: 10px;
}

.footer .linkSetaAz {
  margin: 15px 0 30px;
  display: inline-block;
}

a.footer_soc_facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
  background: url("../img/cnt/bt_facebook_rd.svg") center no-repeat;
  transition: opacity 0.25s ease-out;
  margin: 15px 6px 20px;
}

a.footer_soc_facebook:hover {
  opacity: 0.6;
}

a.footer_soc_youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
  background: url("../img/cnt/bt_youtube_rd.svg") center no-repeat;
  transition: opacity 0.25s ease-out;
  margin: 15px 6px 20px;
}

a.footer_soc_youtube:hover {
  opacity: 0.6;
}

a.footer_soc_linkedin {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 1;
  background: url("../img/cnt/bt_linkedin_rd.svg") center no-repeat;
  transition: opacity 0.25s ease-out;
  margin: 15px 6px 20px;
}

a.footer_soc_linkedin:hover {
  opacity: 0.6;
}

.copytight {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 11px;
  opacity: 0.7;
}

a.btTopo {
  position: absolute;
  display: block;
  width: 37px;
  height: 37px;
  right: 30px;
  bottom: 25px;
  background: url("../img/cnt/bt_topo.png");
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

a.btTopo:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 700px) {
  a.btTopo {
    bottom: 120px;
  }
}
a.logoSpirits {
  display: inline-block;
  background: none;
  margin: -15px 0 30px;
  opacity: 1;
}

/*assinatura*/
#assinaturaCaixa {
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}

#assinatura {
  float: left;
  width: 20px;
  height: 10px;
  letter-spacing: 1px;
  font-size: 10px;
  text-decoration: none;
  opacity: 0.8;
  background: none;
}

#assinatura:hover {
  opacity: 1;
}

#webdesign {
  float: left;
  text-align: left;
  margin-left: 0px;
  width: 140px;
  height: 10px;
  visibility: hidden;
  font-size: 11px;
  opacity: 0.8;
}

/*------/ Footer*/
/*Consumo inteligente*/
.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w33 {
  width: 33.3%;
  max-width: 570px;
}

.w25 {
  width: 25%;
  max-width: 570px;
}

.inteli_contentor_margem {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.inteli_contentor {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.inteli_contentor_int {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.inteli_tit {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: #c3c7cd solid 1px;
  color: #9fc7c5;
  font-size: 16px;
  text-transform: uppercase;
}

.inteli_subtit {
  font-size: 12px;
  text-transform: none;
  line-height: 18px;
}

.inteli_cont_contentor {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 30px;
}

.inteli_cont_contentor_int {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.inteli_cont {
  display: inline-block;
  font-weight: 300;
  font-size: 40px;
  color: #19283f;
  line-height: normal;
  white-space: nowrap;
}

.inteli_cont_simbulo {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
}

.inteli_cont-txt {
  font-size: 13px;
  color: #9fc7c5;
  text-transform: uppercase;
  margin-top: 10px;
}

@media screen and (max-width: 1400px) {
  .inteli_contentor.w25 {
    width: 50%;
    margin: 25px 0;
  }
}
@media screen and (max-width: 1024px) {
  .inteli_contentor.w33 {
    width: 50%;
    margin: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .inteli_cont {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .inteli_cont {
    font-size: 25px;
  }
}
@media screen and (max-width: 340px) {
  .inteli_cont {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .inteli_contentor.w50 {
    width: 100%;
  }
  .inteli_contentor {
    margin: 25px 0;
  }
  .inteli_cont_contentor {
    margin-top: 15px;
  }
  .inteli_cont-txt {
    font-size: 12px;
  }
  .inteli_contentor.w75 {
    width: 100%;
  }
  .inteli_contentor.w33 {
    width: 100%;
  }
  .inteli_contentor.w25 {
    width: 100%;
  }
}
.barraAzul {
  border-top: #c3c7cd solid 1px;
  margin-top: 40px;
}

.logosConsumo {
  padding: 80px 0 20px !important;
}

/*Associados*/
.logosAssociados li {
  display: inline-block;
  width: 20%;
}

.logosContentor {
  position: relative;
  width: 100%;
  height: 200px;
  line-height: 200px;
  border: #d1d4d9 solid 1px;
  text-align: center;
  margin: -1px;
  background-color: #FFF;
  transition: border 0.25s ease-out;
  cursor: pointer;
}

.logosContentor:hover {
  border: #19283f solid 1px;
  z-index: 200;
}

.logosContentor img {
  width: 100%;
  max-width: 184px;
}

.ass-imagem, .ass-nome, .ass-links, .ass-texto {
  display: none !important;
}

@media screen and (min-width: 1681px) {
  .logosAssociados li {
    width: 16.66%;
  }
}
@media screen and (max-width: 1200px) {
  .logosAssociados li {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .logosAssociados li {
    width: 33.33%;
  }
}
@media screen and (max-width: 620px) {
  .logosAssociados li {
    width: 50%;
  }
}
.capituloImgJanela {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 900;
  overflow-y: scroll;
  overflow-x: auto;
}

a.capituloImgFechar {
  position: absolute;
  display: block;
  top: 120px;
  right: 1%;
  width: 24px;
  height: 25px;
  background: url("../img/cnt/fechar_az.png") center no-repeat;
  transition: opacity 0.25s ease-out;
}

a.capituloImgSeguinte {
  position: absolute;
  display: block;
  top: 50%;
  right: 1%;
  width: 20px;
  height: 25px;
  background: url("../img/cnt/next_az.png") center no-repeat;
  transition: opacity 0.25s ease-out;
}

a.capituloImgAnterior {
  position: absolute;
  display: block;
  top: 50%;
  left: 1%;
  width: 20px;
  height: 25px;
  background: url("../img/cnt/prev_az.png") center no-repeat;
  transition: opacity 0.25s ease-out;
}

a.capituloImgFechar:hover, a.capituloImgSeguinte:hover, a.capituloImgAnterior:hover {
  opacity: 0.5;
}

.capituloImgContentor {
  margin: 120px auto;
  display: none;
  width: 85%;
  max-width: 840px;
  border: #c3c7cd 1px solid;
  background-color: #FFF;
}

.capituloImg {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.capituloNome, .capituloLinks, .capituloTexto {
  display: block;
  width: 80%;
  margin: auto;
}

.capituloNome {
  border-bottom: #c3c7cd 1px solid;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 30px;
}

.capituloLinks {
  text-align: center;
}

.capituloLinks a.bt_www_az, .capituloLinks a.bt_facebook_az, .capituloLinks a.bt_pdf_az, .capituloLinks a.bt_email_az, .capituloLinks a.bt_instagram_az {
  margin-left: 10px !important;
  margin-top: 20px !important;
  margin-right: 10px !important;
}

.capituloTexto {
  margin-top: 55px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  a.capituloImgFechar {
    right: 50%;
    margin-right: -460px;
  }
  a.capituloImgSeguinte {
    right: 50%;
    margin-right: -460px;
  }
  a.capituloImgAnterior {
    left: 50%;
    margin-left: -460px;
  }
}
.subTit {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-top: 35px;
  opacity: 0.6;
}

.contentor_form {
  display: block;
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: auto;
  font-size: 0;
}

.contentor_form p {
  margin-bottom: 30px;
}

.contentor_form_contact {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .contentor_form_contact {
    padding-bottom: 50px;
  }
}
.desenhoForm {
  border: #707a88 solid 1px;
  padding: 18px 0;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
}

.desenhoForm13 {
  display: inline-block;
  width: 31.33%;
  margin-left: 3%;
  margin-right: -2px;
}

.desenhoForm12 {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
  margin-right: -2px;
}

.desenhoFormIni {
  margin-left: 0;
}

.adesao input, .adesao select, .adesao textarea {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #979aa1;
  width: 85%;
  margin-left: 18px;
}

.desenhoFormEnviar {
  width: 31.33%;
  background-color: #19283f;
  transition: background-color 0.25s ease-out;
  display: inline-block;
  margin-right: 30px;
}

.desenhoFormEnviar:hover {
  background-color: #303e53;
}

.adesao input[type=button] {
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .desenhoForm13 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .desenhoForm {
    margin-bottom: 15px;
  }
}
.formularioAlerta {
  display: none;
  font-size: 14px;
  color: #f18585;
}

.formularioResposta {
  font-size: 16px;
  width: 100%;
}

.formularioResposta p {
  margin-top: -30px;
  margin-bottom: 80px;
}

.titForm {
  font-weight: 300;
  font-size: 22px;
  margin: 80px 0 35px;
  text-transform: uppercase;
  opacity: 0.8;
}

/*Setor*/
.contentorSetor1 {
  display: block;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 80px 0;
  text-align: center;
}

.contentorSetor1 img {
  max-width: 1392px;
}

.contentorSetor2 {
  display: block;
  position: relative;
  width: 90%;
  margin: auto;
  padding: 80px 0;
  text-align: center;
}

.contentorSetor2 img {
  max-width: 1140px;
}

@media screen and (max-width: 700px) {
  .contentorSetor1, .contentorSetor2 {
    padding: 40px 0;
  }
}
.infografiaDesk {
  padding: 0px 0;
}

.infografiaMobile {
  display: none;
  width: 100%;
  max-width: 464px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .infografiaDesk {
    display: none;
  }
  .infografiaMobile {
    display: block;
  }
}
/*Anebe*/
.fotoAnebe {
  margin-left: 0;
  max-width: 458px;
  float: right;
}

.fotoAnebe p {
  margin-top: 20px;
  opacity: 0.6;
}

.txtAnebe h2 {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .fotoAnebe {
    margin-left: 10%;
    float: none;
  }
  .txtAnebe h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .txtAnebe h2 {
    margin-bottom: 30px;
  }
}
/*Contactos*/
#map-canvas {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  #map-canvas {
    height: 400px;
  }
}
.contentorContactos {
  padding: 90px 0 130px;
}

.contactos14 {
  display: inline-block;
  width: 22%;
  margin-right: 3%;
  border-top: #c3c7cd solid 1px;
  padding-top: 10px;
  vertical-align: top;
}

.contactos14 strong {
  font-weight: 600;
  font-size: 16px;
}

.contactos14_1 {
  width: 27%;
  font-weight: 600;
  font-size: 16px;
}

.contactos14_2 {
  width: 17%;
}

@media screen and (max-width: 900px) {
  .contactos14 {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .contentorContactos {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 413px) {
  .contactos14 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contactosTit {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

a.cFacebook, a.cYoutube, a.cLinkedIn {
  background: none;
  transition: opacity 0.25s ease-out;
  display: inline-block;
  margin-right: 15px;
}

a.cFacebook:hover, a.cYoutube:hover, a.cLinkedIn:hover {
  background-image: none;
  opacity: 0.6;
}

/*Notícias*/
.slidePequeno {
  min-height: 400px;
}

.contentorNoticias {
  max-width: 1220px;
}

.noticiasBloco {
  display: block;
  width: 100%;
  border-top: #b1b6bd solid 1px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.noticiasBloco.in-detail .gaveta {
  max-height: none !important;
}

.notíciasData {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.6;
  text-transform: uppercase;
  vertical-align: top;
}

.noticiasNoticia {
  display: inline-block;
  width: 66%;
}

.noticiasTit {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  width: 92%;
  padding-right: 8%;
  cursor: pointer;
  background: url("../img/cnt/seta_noticias.png") right top no-repeat;
}

.noticiasTit.in-detail {
  background: none;
}

.noticiasTxt {
  display: block;
  width: 92%;
  max-width: 555px;
  margin-top: 28px;
  color: #6a7483;
  max-height: 65px;
  overflow: hidden;
}

.noticiasTxt img {
  margin: 15px 0;
}

.noticiasEspaco {
  display: block;
  width: 100%;
  height: 40px;
}

.noticiasPagination {
  display: block;
  margin-left: 33%;
  font-size: 0;
}

.noticiasPagination span {
  font-size: 14px;
  margin: 0 10px;
}

.noticiasPagination a, .noticiasPagination span.current {
  display: inline-block;
  font-weight: 600;
  background: none;
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
  border: #dddfe2 solid 1px;
  margin-left: -1px;
  transition: background 0.25s ease-out;
}

.noticiasPagination a:hover {
  background: #eaebec;
}

.noticiasPagination span.current {
  background: #eaebec;
}

.noticiasPagination a.next {
  background: url("../img/cnt/seta_bt_az.png") center no-repeat;
  border: none;
  min-height: 15px;
  margin-left: 10px;
}

.noticiasPagination a.prev {
  background: url("../img/cnt/seta_bt_az_ltr.png") center no-repeat;
  border: none;
  min-height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .notíciasData {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .noticiasNoticia {
    display: block;
    width: 100%;
  }
  .noticiasPagination {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .noticiasPagination a, .noticiasPagination span.current {
    font-size: 12px;
    padding: 10px 20px;
    margin: 0;
    border: #dddfe2 solid 1px;
    margin-left: -1px;
    transition: background 0.25s ease-out;
  }
}
@media screen and (max-width: 580px) {
  .notíciasData {
    margin-bottom: 0;
  }
  .noticiasTit {
    font-size: 22px;
    font-weight: 400;
    width: 85%;
    padding-top: 10px;
    padding-right: 15%;
  }
}
/*Membros*/
.membrosPass {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/cnt/bcg_membros.jpg") center;
  background-size: cover;
  overflow-y: auto;
  display: none;
}

.membrosPass_contentor {
  display: block;
  width: 80%;
  max-width: 482px;
  margin: auto;
  background-color: transparent;
  margin-bottom: 50px;
}

.membrosPass_contentor h2 {
  margin-bottom: 20px;
}

.membrosPass_contentor p {
  opacity: 0.9;
}

.membrosPass_contentor .password {
  margin-bottom: 5px;
  opacity: 0.7;
}

.membrosPass_contentor form {
  margin-bottom: 50px;
}

.membrosPass_contentor input {
  background-color: #FFF;
  width: 55%;
  margin-right: 2%;
}

.membrosPass_contentor input[type=button] {
  cursor: pointer;
  width: 25%;
  margin-right: 0;
  font-weight: 600;
  transition: background-color 0.25s ease-out;
}

.membrosPass_contentor input[type=button]:hover {
  background-color: #d8dbdf;
}

.membrosPass_contentor .formularioAlerta {
  margin: 10px 0 0;
}

/*documentos*/
.docTitSeparador {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.docIntro {
  display: block;
  margin: 30px 0 40px;
  width: 100%;
  max-width: 800px;
  color: #6a7483;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media screen and (max-width: 767px) {
  .docIntro {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.docBloco {
  display: block;
  width: 100%;
  border-top: #b1b6bd solid 1px;
  border-bottom: #b1b6bd solid 1px;
  padding-top: 25px;
  margin-top: -1px;
}

.docNoticia {
  display: inline-block;
  width: 100%;
}

.docTit {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  width: 85%;
  min-height: 35px;
  padding-right: 15%;
  cursor: pointer;
  background: url("../img/cnt/seta_noticias.png") right top no-repeat;
}

.docTxt {
  display: block;
  width: 88%;
  margin-left: 2%;
  margin-top: 28px;
  max-height: 1px;
  overflow: hidden;
}

.docLink {
  margin-bottom: 30px;
}

.docDecretos .docLink {
  margin-bottom: 50px;
}

.docLink a {
  display: inline-block;
  font-size: 18px;
  color: #475365;
  transition: color 0.25s ease-out;
}

.docLink a:hover {
  color: #1a8ac4;
}

.docPdf, docPdf:hover {
  padding-left: 40px;
  background: url("../img/cnt/bt_pdf_az.png") left top no-repeat !important;
}

.docInfo {
  color: #a9aeb7;
  margin-left: 40px;
  margin-top: 5px;
}

.footer-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-column {
  width: 30%;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.newsletter-container {
  max-width: 275px;
  margin-bottom: 40px;
}

.input-newsletter-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.button-newsletter-wrap {
  width: 38px;
  flex-shrink: 0;
}

.input-newsletter,
.button-newsletter {
  border: solid 1px #15273f;
  background-color: transparent;
  width: 100%;
  padding: 0 16px;
  height: 44px;
  box-sizing: border-box;
}

.input-newsletter.mce_inline_error,
.button-newsletter.mce_inline_error {
  border-color: red !important;
}

.input-newsletter {
  width: calc(100% - 38px);
}

.button-newsletter {
  border-left: 0;
  background: url("../img/cnt/seta_bt_az.png") center no-repeat;
}

div.mce_inline_error {
  display: none !important;
}

/*checkox*/
.checkox-wrap {
  position: relative;
  margin: 7px 0;
}

input.checkox {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
}

.checkox {
  position: relative;
  z-index: 2;
}

.checkox + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  min-height: 20px;
  cursor: pointer;
  text-align: left;
  line-height: 1;
}

.checkox + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #15273f;
  background-color: #dddfe2;
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.checkox + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}

.checkox:checked + label::after {
  background: url("../img/cnt/check.png") center no-repeat;
}

.checkox.mce_inline_error + label::before {
  border-color: red !important;
}

@media (max-width: 1023px) {
  .footer-container {
    display: block;
  }
  .footer-column {
    width: 100%;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-right {
    text-align: center;
  }
  .newsletter-container {
    margin: 0 auto 20px;
  }
}

.form-field-hidden {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #FF695B;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 5px;
  display: none !important;
}

.ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  clear: both;
  border: 0;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #FF695B;
  margin-bottom: 0;
  margin-top: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  clear: both;
  border: 0;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: green;
  margin-bottom: 0;
  margin-top: 0;
}

.desenhoFormEnviar {
  margin-bottom: 10px;
}

.adesao input, .adesao select, .adesao textarea {
  color: #FFFFFF;
}

.form-adesao {
  padding-bottom: 30px;
}
/*# sourceMappingURL=app.css.map */
