/********

    CSS RESETss

*********/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

ul {
  list-style: none; }

/*@font-face*/
@font-face {
  font-family: 'ElectroluxSans';
  src: url("../fonts/ElectroluxSans-Regular.eot");
  src: url("../fonts/ElectroluxSans-Regular?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-Regular.ttf") format("truetype"), url("../fonts/ElectroluxSans-Regular.svg#ElectroluxSans") format("svg"), url("../fonts/ElectroluxSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ElectroluxSans';
  src: url("../fonts/ElectroluxSans-SemiBold.eot");
  src: url("../fonts/ElectroluxSans-SemiBold?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-SemiBold.ttf") format("truetype"), url("../fonts/ElectroluxSans-SemiBold.svg#ElectroluxSans") format("svg"), url("../fonts/ElectroluxSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ElectroluxSans';
  src: url("../fonts/ElectroluxSans-Bold.eot");
  src: url("../fonts/ElectroluxSans-Bold?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-Bold.ttf") format("truetype"), url("../fonts/ElectroluxSans-Bold.svg#ElectroluxSans") format("svg"), url("../fonts/ElectroluxSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ElectroluxSans';
  src: url("../fonts/ElectroluxSans-Light.eot");
  src: url("../fonts/ElectroluxSans-Light?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans-Light.ttf") format("truetype"), url("../fonts/ElectroluxSans-Light.svg#ElectroluxSans") format("svg"), url("../fonts/ElectroluxSans-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

.img-mobile {
  display: none; }

.img-mobile img {
  width: 100%; }

* {
  font-family: 'ElectroluxSans';
  font-weight: 400;
  font-style: normal; }

.container {
  width: 780px;
  margin: 0 auto; }

.icone {
  margin-bottom: 15px; }

#banner img {
  display: block; }

@media (max-width: 960px) {
  .container {
    width: 90%; }
  .img-mobile {
    display: block; } }

.header-simples {
  background: #DFE7EA url("../images/bg-header.jpg") top center no-repeat;
  height: 810px;
  box-sizing: border-box;
  padding: 30px 0;
  overflow: hidden; }

.header-simples .container {
  position: relative; }

.header-simples .container .produto {
  position: absolute;
  right: -200px;
  top: 0; }

.header-simples__content {
  padding: 0 20px;
  margin-top: 160px; }

.header-simples__content h1 {
  color: #041e50;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 70px; }

.header-simples__content h1 strong {
  display: block;
  font-size: 22px;
  font-weight: 600; }

.header-simples__content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px; }

@media (max-width: 960px) {
  .header-simples {
    height: auto;
    background: #fff;
    padding: 0; }
  .header-simples__content {
    margin-top: 20px;
    text-align: center; }
  .header-simples__content h1 {
    margin-bottom: 0; }
  .header-simples .logo, .header-simples .produto {
    display: none; } }

.produto-vertical {
  background: url("../images/bg-produto-vertical.jpg") no-repeat top center;
  height: 824px; }

.produto-vertical h2 {
  color: #041e50;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px; }

.produto-vertical p {
  color: #041e50;
  font-size: 16px;
  font-weight: 300; }

.produto-vertical .info {
  width: 315px; }

.produto-vertical .content-top-left {
  padding-top: 0px;
  margin-bottom: 260px; }

.produto-vertical .content-bottom-right .info {
  float: right; }

@media (max-width: 960px) {
  .produto-vertical {
    height: auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px; }
  .produto-vertical .content-top-left, .produto-vertical .content-bottom-right {
    padding-top: 0px;
    margin-bottom: 60px;
    text-align: center; }
  .produto-vertical .content-top-left .info, .produto-vertical .content-bottom-right .info {
    margin: 0 auto;
    float: inherit; } }

#praticidade {
  background: url("../images/bg-praticidade.jpg") top center;
  height: 828px;
  box-sizing: border-box;
  padding: 90px 0; }

#praticidade .topo {
  margin-bottom: 120px; }

#praticidade .content {
  width: 240px;
  float: right;
  margin-right: 100px; }

#praticidade .info {
  width: 240px;
  color: #041e50; }

#praticidade .info h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px; }

#praticidade .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

@media (max-width: 960px) {
  #praticidade {
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 0 0 100px; }
  #praticidade .info {
    margin: 0 auto; }
  #praticidade .content {
    text-align: center;
    width: 100%;
    float: inherit; }
  #praticidade .content .topo {
    margin-top: 60px;
    margin-bottom: 50px; } }

#filtro {
  background: url("../images/bg-filtro.jpg") top center;
  height: 791px;
  box-sizing: border-box;
  padding: 120px 0; }

#filtro .topo {
  margin-bottom: 100px; }

#filtro .info {
  width: 240px;
  color: #fff; }

#filtro .info h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px; }

#filtro .info p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

@media (max-width: 960px) {
  #filtro {
    height: auto;
    background: #041e50;
    overflow: hidden;
    padding: 0 0 60px; }
  #filtro .info {
    margin: 0 auto; }
  #filtro .content {
    text-align: center; }
  #filtro .content .topo {
    margin-top: 60px; } }

#estacionamento {
  background: url("../images/bg-estacionamento.jpg") top center;
  height: 774px;
  box-sizing: border-box;
  padding: 120px 0; }

#estacionamento .topo {
  margin-bottom: 90px; }

#estacionamento .info {
  width: 240px;
  color: #041e50; }

#estacionamento .info h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px; }

#estacionamento .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

@media (max-width: 960px) {
  #estacionamento {
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 0 0 100px; }
  #estacionamento .info {
    margin: 0 auto; }
  #estacionamento .content {
    text-align: center;
    width: 100%;
    float: inherit; }
  #estacionamento .content .topo {
    margin-top: 60px;
    margin-bottom: 50px; } }

#bocal {
  background: url("../images/bg-bocal.jpg") top center;
  height: 871px;
  box-sizing: border-box;
  padding: 130px 0; }

#bocal .topo {
  margin-bottom: 120px; }

#bocal .content {
  width: 260px;
  float: right;
  margin-right: 80px; }

#bocal .info {
  color: #fff; }

#bocal .info h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px; }

#bocal .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; }

@media (max-width: 960px) {
  #bocal {
    height: auto;
    background: #491E18;
    overflow: hidden;
    padding: 0 0 80px; }
  #bocal .info {
    margin: 0 auto;
    width: 260px; }
  #bocal .content {
    text-align: center;
    width: 100%;
    float: inherit; }
  #bocal .content .topo {
    margin-top: 60px;
    margin-bottom: 50px; } }

#sobre-produto {
  padding: 50px 0;
  background: #e2e9eb;
  overflow: hidden; }

#sobre-produto .content .left {
  width: 460px;
  float: left; }

#sobre-produto .content .left .produto {
  margin-bottom: 50px; }

#sobre-produto .content .left .produto img {
  position: relative;
  left: 100px; }

#sobre-produto .content .left .dados .medidas {
  float: left;
  width: 160px;
  color: #041e50; }

#sobre-produto .content .left .dados .medidas p {
  margin-bottom: 6px; }

#sobre-produto .content .left .dados .medidas strong {
  font-weight: bold; }

#sobre-produto .content .left .dados .peso {
  float: right;
  margin-right: 100px;
  border: solid 1px #041e50;
  padding: 10px 25px;
  color: #041e50; }

#sobre-produto .content .left .dados .peso .kg {
  font-weight: 600;
  color: #041e50; }

#sobre-produto .content .right {
  color: #041e50;
  float: left; }

#sobre-produto .content .right ul {
  list-style: circle;
  padding-left: 20px; }

#sobre-produto .content .right ul li {
  color: #041e50;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300; }

#sobre-produto .content .right h2 {
  margin: 60px 0 40px;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px; }

@media (max-width: 805px) {
  #sobre-produto .content {
    width: 310px;
    margin: 0 auto; }
  #sobre-produto .content .left {
    width: 100%; }
  #sobre-produto .content .left .produto img {
    left: 50px; }
  #sobre-produto .content .left .dados .medidas {
    margin-bottom: 30px; }
  #sobre-produto .content .left .dados .peso {
    float: inherit;
    clear: both;
    text-align: center;
    color: #041e50; }
  #sobre-produto .content .left .dados .peso p {
    color: #041e50; }
  #sobre-produto .content .left .dados .peso .kg {
    color: #041e50; } }

    #video h2{
      font-size: 32px;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 30px;
      color: #041e50;
    }

    #video{
      text-align: center;
      padding: 50px 0;
    }
