/*! normalize.css v3.0.1 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

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

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, 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/11.
 */

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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */

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;
}
.container {
  width: 980px;
  margin: 0 auto;
}
.group {
  padding: 40px 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.col75 img,
.col50 img,
.col20 img {
  display: block;
  width: 100%;
  height: auto;
}
.col75 {
  width: 75%;
}
.col75.left {
  width: 72%;
  margin-right: 3%;
  float: left;
}
.col75.right {
  width: 72%;
  margin-left: 3%;
  float: right;
}
.col50 {
  width: 50%;
}
.col50.left {
  width: 47%;
  margin-right: 3%;
  float: left;
}
.col50.right {
  width: 47%;
  margin-left: 3%;
  float: right;
}
.col25 {
  width: 25%;
}
.col25.left {
  width: 22%;
  margin-right: 3%;
  float: left;
}
.col25.right {
  width: 22%;
  margin-left: 3%;
  float: right;
}
.col20 {
  width: 20%;
}
.col20.left {
  width: 18%;
  margin: 0 1%;
  float: left;
}
.col20.right {
  width: 18%;
  margin: 0 1%;
  float: right;
}
/* VARIÁVEIS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* GERAL
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Droid Serif', serif;
  font-size: 15px;
  color: #252508;
  overflow-x: hidden;
}
p {
  line-height: 22px;
}
a {
  text-decoration: none;
  color: #B29D5A;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tick li {
  margin: 10px;
  padding-left: 30px;
  background: url('../img/tick.png') no-repeat left center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
  color: #B09B57;
}
h2.center {
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.container {
  width: 980px;
  margin: 0 auto;
}
.circle {
  display: block;
  border-radius: 50%;
}
/* HEADER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.header {
  border-top: 8px solid #B29D5A;
  background: #fff;
}
.header .logo {
  display: block;
  width: 232px;
  height: 85px;
  margin: 25px auto;
  text-indent: -9999px;
  background: url('../img/logo-aquanobre.png') no-repeat;
  overflow: hidden;
}
.menu {
  height: 47px;
  text-align: center;
  background: url('../img/bg-menu.png') repeat-x 0 0;
  overflow: hidden;
}
.menu li {
  display: inline-block;
  line-height: 47px;
  font-size: 16px;
  text-transform: uppercase;
}
.menu li.active a {
  background: url('../img/bg-menu.png') repeat-x 0 -47px;
}
.menu a {
  display: inline-block;
  height: 47px;
  padding: 0 20px;
  color: #252508;
}
.menu a:hover {
  text-decoration: none;
  background: url('../img/bg-menu.png') repeat-x 0 -94px;
}
.label-24h {
  display: block;
  width: 193px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 230px;
  text-indent: -9999px;
  background: url('../img/label-24horas.png') no-repeat 0 0;
  overflow: hidden;
}
/* SLIDER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.slider-images {
  position: relative;
  overflow: auto;
  text-align: center;
}
.slider-images li {
  display: block;
  position: relative;
  float: left;
  height: 520px;
  list-style: none;
  background: no-repeat top center;
  background-size: 100% auto;
}
.slider-images .dots {
  margin: 0 0 0 -25px;
  padding: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 190px;
  text-align: center;
}
.slider-images .dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.slider-images .dots .dot.active {
  background: #fff;
  opacity: 1;
}
.intro {
  background-size: cover;
  background-position: center;
  max-height: 370px;
}
.intro-text {
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  background-color: rgba(223, 223, 185, 0.8);
  overflow: hidden;
}
.intro-text p {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
/* CONTENT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.logos {
  list-style: none;
}
.logos img {
  max-width: 180px;
}
.intro {
  position: relative;
  height: 370px;
}
.clientes {
  border-top: 1px solid #EBE5C3;
}
.submenu {
  text-align: right;
  font-size: 18px;
}
.submenu ul {
  list-style: none;
}
.submenu a {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
  height: 28px;
  line-height: 28px;
  color: #252508;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
.submenu a:hover {
  text-decoration: none;
  border-bottom: 1px solid #EBE5C3;
  transition: all 0.5s ease;
}
.submenu a.active {
  background: #EBE5C3;
}
.contatos span {
  display: block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #B29D5A;
}
.contatos strong {
  font-size: 24px;
}
.form {
  margin-left: 10%;
  width: 80%;
}
/* FOOTER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.footer {
  font-size: 12px;
  line-height: 18px;
  color: #B1AEA3;
  background: #3E3701;
}
.footer .group {
  padding: 20px 20px;
}
.footer a {
  color: white;
}
.footer .right {
  text-align: right;
}
/* FORM
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
fieldset {
  padding: 0;
  border: 0;
}
label {
  font-size: 12px;
  text-transform: uppercase;
}
input,
textarea {
  padding: 10px 5px;
  width: 100%;
  border: 1px solid #EBE5C3;
  outline: none;
}
input:focus,
textarea:focus {
  background: rgba(223, 223, 185, 0.8);
}
button {
  padding: 10px 15px;
  font-weight: bold;
  color: white;
  background: #B29D5A;
  border: 0;
  border-radius: 2px;
  transition: background 0.5s ease;
}
button:hover {
  background: #3E3701;
}
.alert {
  display: none;
  padding: 15px 10px;
  font-size: 14px;
  background: #EBE5C3;
  border-radius: 2px;
}
/* RESPONSIVE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
@media all and (max-width: 950px) {
  .header {
    border-top: 5px solid #B29D5A;
  }
  .header .logo {
    margin: 8px auto;
    background-position: center;
    background-size: 80%;
  }
  .menu-hamb {
    background-image: url('../img/menu.png');
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 40px;
    transition: transform 1s, display 1s;
  }
  .menu-hamb:hover {
    cursor: pointer;
  }
  .clicado {
    background-image: url('../img/menu-active.png');
    transform: rotate(270deg);
    transition: transform 1s;
  }
  .menu {
    display: none;
    text-align: center;
    background-image: none;
    overflow: hidden;
  }
  .menu ul {
    position: absolute;
    margin: auto;
    z-index: 1;
    background-color: #E9D460;
  }
  .menu li {
    display: block;
    line-height: 47px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1vh 0;
    z-index: 3;
  }
  .menu li:hover {
    background-color: #D5C04C;
  }
  .menu li.active a {
    background-image: none;
  }
  .menu li.active {
    background-color: #D5C04C;
  }
  .menu a {
    display: block;
    width: 100%;
    color: #252508;
    text-align: left;
  }
  .menu a:hover {
    text-decoration: none;
    background-image: none;
  }
  .label-24h {
    display: none;
  }
  .intro {
    display: block;
    height: 300px;
    width: 100%;
  }
  .intro-text {
    width: 100%;
    height: 140px;
  }
  .intro-text h2 {
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .intro-text p {
    width: 100%;
    position: absolute;
    margin: auto;
    margin-top: 60px;
    font-size: 15px;
    line-height: 26px;
  }
  .col50.right,
  .col50.left {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .col50.right img,
  .col50.left img {
    max-width: 462px;
    margin: 0 auto;
  }
  .group {
    width: 100vw;
    padding: 20px;
  }
  ul.logos {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }
  .col25.left {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  .col25.left li {
    width: 33%;
    float: left;
    text-align: center;
  }
  .col25.left li a {
    padding-right: 0;
  }
  .col75.right.tabs-content {
    float: left;
    margin: auto;
    padding-left: 20px;
    display: block;
    width: 90%;
  }
  div.col25.right {
    display: none;
  }
  div.col75.left {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px;
  }
}
@media all and (max-width: 750px) {
  .col50.left {
    background-image: url('');
  }
  .col20.left {
    width: 32%;
    margin: auto;
  }
  .intro {
    display: block;
    height: 200px;
    width: 100%;
  }
  ul.logos {
    width: 100%;
    margin: 0 auto;
  }
  footer .col75.left {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  footer .col25.right {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 450px) {
  .header .logo {
    margin-left: -20px;
    background-size: 70%;
  }
  .menu-hamb {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .intro {
    height: 190px;
  }
  .intro-text {
    width: 100%;
    height: 100%;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .col20.left {
    width: 40%;
  }
  .intro-text h2 {
    font-size: 20px;
  }
  .intro-text p {
    margin-top: 70px;
    font-size: 14px;
    line-height: 20px;
  }
  .form {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 375px) {
  .intro {
    height: 160px;
    width: 99%;
    margin: 0 auto;
    background-position: 30% 30%;
  }
  .intro-text p {
    margin-top: 60px;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
  }
  .menu li {
    display: block;
    line-height: 47px;
    font-size: 16px;
    text-transform: uppercase;
    padding: .8vh 0;
    z-index: 3;
  }
  .menu {
    display: none;
    text-align: center;
    background-image: none;
    overflow: hidden;
    background-color: #e9d460;
    height: 85vh;
    margin-bottom: 50px;
  }
}
