html {background:#fff;}
body {font-size:14px;color:#222;font-family:'Montserrat';font-weight: 300;}
html,
body {height:100%;}

html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#000;}

a {text-decoration:none;cursor:pointer;}
a:hover {text-decoration:none;}

strong, b {font-weight:bold;}
input[type="reset"], input[type="submit"], button {cursor:pointer;}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder {color:#fff;}
:-ms-input-placeholder {color:#fff;}
input:-moz-placeholder {color:#fff;}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

select::-ms-expand {
  display: none;
}

::selection {
  background: #999;
  color: #fff;
}
::-moz-selection {
  background: #999;
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .success {font-size:16px;margin-bottom: 15px;}
form .success {color: #0080007d;background: #e4f1d4;padding: 20px;border-radius: 4px;border: solid 2px #0080001f;font-weight: 600;}
form .error {color: #8000007d;background: #f1d4d4;padding: 20px;border-radius: 4px;border: solid 2px #8000001f;font-weight: 600;}
form .retorno {width: 0;}

.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.last {margin-right:0px !important;}
.not-found {font-size:16px;margin:0px 0px 0px 20px;}

.wrapper {max-width:1420px;position:relative;z-index:1;left:50%;transform:translateX(-50%);width:calc(100% - 40px);}

.texto {line-height:150%;}
.texto p {margin-bottom:16px;}
.texto img {display:table;margin:0 auto;max-width:100%;}

.loading-full {position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background:#2234637a;display:none;}

.sk-circle {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lg-autoplay-button {
    display: none;
}

#lg-counter, .lg-toolbar .lg-icon {
    color: #fff!important;
}

.lg-object {
    border-radius: 4px;
}

.lg-toolbar {
    background-color: #c8c5a6!important;
}

.lg-backdrop {
    background-color: #999999!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #c8c5a6!important;
    border-radius: 40px!important;
    color: #fff!important;
    padding: 20px 20px 20px!important;
}

.lg-sub-html {display: none!important;}

#content {position:relative;width:100%;max-width:1920px;margin:0 auto;background:#fff;overflow: hidden;}

#content-page {}

.titulo.size1 {font-size: 48px;}
.titulo.size2 {font-size: 36px;}
.titulo.size3 {font-size: 28px;}
.titulo.size4 {font-size: 20px;}
.titulo b {font-weight: 800;}

.subtitulo {font-size: 18px; font-weight: 600;}
.subtitulo.size2 {font-size: 24px;}

.texto {font-size: 14px; font-weight: 500; line-height: 120%;}
.texto.size2 {font-size: 16px;}

.semibold {font-weight: 500;}
.bold {font-weight: 600;}
.extrabold {font-weight: 800;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.cinza {color: #999;}

.botao {height: 40px; padding: 0 28px; border-radius: 50px; background: #f1f1f1; border: solid 2px #f1f1f1; color: #000; font-size: 12px; font-weight: 600; position: relative; box-sizing: border-box; display: flex; align-items: center; width: fit-content; text-transform: uppercase; cursor: pointer; transition-duration: .8s;}
.botao:hover {background: #000; border-color: #000; color: #f1f1f1; transition-duration: .8s;}
.botao svg {margin-left: 15px; width: 5px; height: fit-content;}
.botao svg path {fill: #000; transition-duration: .8s;}
.botao:hover svg path {fill: #fff; transition-duration: .8s;}
.botao.branco {background: #0000; border-color: #fff; color: #fff; transition-duration: .8s;}
.botao.branco:hover {background: #fff; color: #000; transition-duration: .8s;}
.botao.branco svg path {fill: #fff; transition-duration: .8s;}
.botao.branco:hover svg path {fill: #000; transition-duration: .8s;}
.botao.verde {background: #b2c8a6; border-color: #b2c8a6; color: #fff; transition-duration: .8s;}
.botao.verde:hover {border-color: #fff; color: #000; transition-duration: .8s;}
.botao.verde svg path {fill: #fff; transition-duration: .8s;}
.botao.verde:hover svg path {fill: #000; transition-duration: .8s;}
.botao.bege {background: #c8c5a6; border-color: #c8c5a6; color: #fff; transition-duration: .8s;}
.botao.bege:hover {border-color: #fff; color: #000; transition-duration: .8s;}
.botao.bege svg path {fill: #fff; transition-duration: .8s;}
.botao.bege:hover svg path {fill: #000; transition-duration: .8s;}
.botao.grande {height: 50px; padding: 0 35px; font-size: 14px;}
.botao.grande svg {width: 7px;}
.botao.mini {height: 38px; padding: 0 25px; font-size: 10px;}
.botao.mini svg {margin-left: 10px;}
.botao .numero {display: flex; align-items: center; justify-content: center; position: absolute; right: 3px; top: -12px; height: 24px; width: 24px; border-radius: 50%; font-size: 13px; font-weight: 400; color: #fff; background: #ff0042;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {margin: 0 4px; height: 15px; width: 15px; border: solid 1px #0000; background: #0000; border-radius: 50px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; position: relative; transition-duration: .8s;}
.owl-dots .owl-dot::after {content: ""; height: 9px; width: 9px; border-radius: 50%; background: #000;}
.owl-dots .owl-dot:hover {border-color: #000; transition-duration: .8s;}
.owl-dots .owl-dot.active {border-color: #000; transition-duration: .8s;}

.owl-nav {display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: -1; top: 0; height: 100%; width: calc(100% + 100px); left:50%; transform:translateX(-50%);}
.owl-nav .owl-prev {font-size: 0; background: url(../svg/ico_arrow_left.svg) no-repeat; height: 23px; width: 13px;}
.owl-nav .owl-next {font-size: 0; background: url(../svg/ico_arrow_right.svg) no-repeat; height: 23px; width: 13px;}

#erro .erro {display: flex; flex-direction: column; align-items: center; padding: 50px 0 150px;}
#erro .erro .titulo {max-width: 550px; text-align: center;}
#erro .erro .botao {margin-top: 45px;}

.ico-menu {display: none; flex-direction: column; position: relative; cursor: pointer; width: fit-content; justify-content: center; position: absolute; z-index: 10; right: 10px; top: 36px;}
.ico-menu .linha {width: 26px; height: 3px; background: #000; margin-top: 6px;}
.ico-menu .linha:first-child {margin-top: 0;}
.ico-menu .linha:nth-child(2) {width: 20px; left: 0; position: relative; transition-duration: .8s;}
.ico-menu:hover .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .8s;}
.ico-menu.active .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .8s;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;background: #f1f1f1;padding: 30px 30px 0px;margin-bottom: 30px;}
.cookie-bar .icone {margin-right: 20px;}
.cookie-bar .icone svg {width: 40px; height: 40px;}
.cookie-bar .icone svg path {fill: #c8c5a6;}
.cookie-bar .box {float:left;width: calc(100% - 380px);margin-right: 20px;}
.cookie-bar .titulo {color:#000;font-size:18px;margin-bottom:10px;font-weight:500;}
.cookie-bar .texto {color:#000;font-size:14px;}
.cookie-bar .texto a {text-decoration:underline;color:#fff;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {margin-bottom:15px; width: 100%; font-size: 14px; justify-content: center;}
.cookie-bar .buttons li:last-child {margin-bottom:30px;}

.menu-mobile {position: absolute; display: flex; flex-direction: column; overflow: auto; background: #e9e9e9; z-index: 9; left: calc(100% + 100px); width: 100%; height: 100vh; padding: 30px 0; transition-duration: .8s;}
.menu-mobile.active {left: 0;}
.menu-mobile::after {content: ""; position: absolute; right: 0; top: 0; width: 10%; height: 85%; background: #fff;}
.menu-mobile .logo svg {width: 220px; max-height: 35px; height: fit-content;}
.menu-mobile .logo svg path {fill: #000;}
.menu-mobile .menu {padding-top: 35px; display: flex; flex-direction: column;}
.menu-mobile .menu li {margin-bottom: 20px;}
.menu-mobile .menu li:last-child {margin-bottom: 0;}
.menu-mobile .link {display: flex; align-items: center; cursor: pointer; font-size: 18px;}
.menu-mobile .link svg {margin-left: 50px; width: 12px; height: fit-content; transition-duration: 1s;}
.menu-mobile .link.active svg {transform: rotate(180deg); transition-duration: 1s;}
.menu-mobile .link svg path {fill: #000;}
.menu-mobile .menu-produtos-mob {display: flex; flex-direction: column; padding: 0 10px; background: #fff; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-produtos-mob.active {padding: 10px; max-height: 500px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-produtos-mob li {margin-bottom: 15px;}
.menu-mobile .link-produto {font-size: 16px;}
.menu-mobile .social {padding-top: 35px;}

.modal {position: fixed; height: 0; width: 100%; top: -100%; z-index: 99; opacity: 0; display: flex; align-items: center; justify-content: center; transition-duration: .8s;}
.modal .bg {position: absolute; height: 100%; width: 100%; background: #96b9ffb5; z-index: 1;}
.modal.active {opacity: 1; top: 0; height: 100vh; transition-duration: .8s;}
.modal .conteudo {width: 35%; padding: 35px 40px; border-radius: 20px; background: #333; position: relative; z-index: 2;}
.modal .conteudo .close {height: 30px; width: 30px; right: 5px; top: 5px; box-shadow: 0 0 0 1px #e2e2e2; border-radius: 12px; position: absolute; display: flex; align-items: center; justify-content: center; cursor: pointer; transition-duration: .8s;}
.modal .conteudo .close:hover {background: #ff4747; transition-duration: .8s;} 
.modal .conteudo .close svg {height: 9px; width: 9px; transition-duration: .8s;}
.modal .conteudo .close:hover svg {transform: scale(1.5); transition-duration: .8s;}
.modal .conteudo .close svg path {fill: #b7b7b7; transition-duration: .8s;}
.modal .conteudo .close:hover svg path {fill: #ffffff; transition-duration: .8s;}
.modal .conteudo .titulo {margin-bottom: 15px;}
.modal .conteudo form {display: flex; flex-direction: column; align-items: center; width: 100%; padding-top: 30px;}
.modal .conteudo form .label {color: #fff; transition-duration: .8s;}
.modal .conteudo form input {color: #fff;}

.social {display: flex; align-items: center;}
.social li {margin-left: 10px;}
.social li:first-child {margin-left: 0;}
.social a {display: flex; justify-content: center; align-items: center; position: relative; box-sizing: border-box; height: 32px; width: 32px; border-radius: 50%; background: #000; transition-duration: .8s;}
.social a:hover {background: #c8c5a6; transition-duration: .8s;}
.social a svg {height: 16px; width: 16px; transition-duration: .8s;}
.social a.ytb svg {height: 12px; width: fit-content;}
.social a.pin svg {height: 18px; width: fit-content;}
.social a svg path {fill: #fff; transition-duration: .8s;}

.toolbar {background: #000; height: 75px;}
.toolbar .wrapper {display: flex; align-items: center; justify-content: space-between; height: 100%;}
.toolbar .texto {font-size: 10px;}

.box-topo-interno {position: relative; margin-top: 20px;}
.box-topo-interno::before {content: ""; position: absolute; left: 20px; top: 0; width: calc(50% - 30px); height: 100%; background: #f1f1f1;}
.box-topo-interno .wrapper {z-index: 2;}
.box-topo-interno .box {display: flex; justify-content: space-between; align-items: flex-end; box-sizing: border-box; width: 100%;}
.box-topo-interno .info {padding: 130px 0 90px 10px;}
.box-topo-interno .botoes {display: flex; margin: 40px 0 55px;}
.box-topo-interno .botao:first-child {margin-right: 20px;}
.box-topo-interno .textos {margin-left: 40px; width: calc(100% - 100px);}
.box-topo-interno .titulo {margin-bottom: 15px;}
.box-topo-interno .informacoes {width: calc(50% - 30px); padding-bottom: 40px; height: fit-content; display: flex; flex-direction: column;}
.box-topo-interno .informacoes .linha {margin-bottom: 40px; width: 125px; height: 3px; background: #c8c5a6;}
.box-topo-interno .informacoes .item {display: flex; align-items: center; margin-top: 10px; font-size: 14px; font-weight: 500;}
.box-topo-interno .informacoes .item span {flex: 1;}
.box-topo-interno .informacoes .item svg {height: 21px; width: 21px; margin-right: 15px;}
.box-topo-interno.pequeno .box {align-items: center; height: 260px;}
.box-topo-interno.pequeno .titulo {margin: 0;}
.box-topo-interno.pequeno .botoes {width: calc(50% - 30px); margin: 0;}
.box-topo-interno.pequeno .botao:first-child {margin: 0;}

form {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
form .box {display: flex; position: relative; box-sizing: border-box; overflow: hidden; border: none; margin-bottom: 20px; height: 60px; transition-duration: .8s;}
form .box.focus {transition-duration: .8s;}
form .small4 {width: calc(25% - 10px);}
form .small2 {width: calc(50% - 10px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px;}
form .box .label {font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 600; color: #3f362b; transition-duration: .8s;}
form .box.focus .label {font-size: 12px; top: 8px; color: #c8c5a6; transform: none; transition-duration: .8s;}
form .box.mensagem .label {top: 20px; transform: none;}
form .box.focus.mensagem .label {top: 5px; transform: none;}
form .box.focus.pequeno .label {top: 5px; transform: none;}
form .box.focus.pequeno input {font-size: 15px;}
form input[type="text"],
form input[type="email"],
form input[type="phone"],
form input[type="password"],
form input[type="search"],
form textarea,
form select {outline: 0; height: 100%; width: 100%; padding: 0 0 0 25px; font-size: 14px; background: #0000; color: #000; border: solid 1px #f1f1f1; font-weight: 500; box-sizing: border-box; transition-duration: .8s;}
form select {background: url(../svg/ico_arrow_form.svg) no-repeat right!important; background-position-x: 95%!important; background-size: 10px!important; -webkit-appearance: none;}
form select option {font-size: 16px;}
form textarea {resize: none; padding-top: 20px;}
form .box-botao {width: 100%; display: flex; align-items: center; justify-content: flex-end; box-sizing: border-box;}
form .box-botao .termos {display: flex; align-items: center; font-size: 14px; font-weight: 600; color: #3f362b; margin-right: 35px;}
form .box-botao .termos a {font-size: 14px; text-decoration: underline; margin-left: 5px; transition-duration: .8s;}
form .box-botao .termos a:hover {color: #c8c5a6; transition-duration: .8s;}
form .box-botao .termos input {margin-right: 10px;}
form button {outline: 0; border: none; background: none;}

.produtos {position: relative;}
.produtos .bg {position: absolute; left: 0; top: 100px;}
.info-produtos {padding: 75px 0 75px 40px; box-sizing: border-box; display: flex; justify-content: space-between;}
.info-produtos .titulo {max-width: 360px;}
.info-produtos .botao {padding-top: 0;}
.produtos .produto {display: flex; flex-direction: column; position: relative; height: 525px; background: #000;}
.produtos .produto::after {content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(360deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0) 40%);}
.produtos .produto img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
.produtos .produto:hover img {opacity: .7; transition-duration: .8s;}
.produtos .produto .info {position: absolute; z-index: 2; left: 40px; bottom: 40px;}
.produtos .produto .colecao {margin-bottom: 15px;}
.produtos .produto .categoria {display: flex; align-items: center; box-sizing: border-box; width: fit-content; padding: 0 10px; height: 28px; font-size: 14px; background: #fff;}

.bellobagno {height: 690px; position: relative;}
.bellobagno img {height: 100%; width: 100%; left: 0; top: 0; position: absolute; object-fit: cover;}
.bellobagno .wrapper {height: 100%;}
.bellobagno .info {display: flex; flex-direction: column; position: absolute; right: 150px; bottom: 100px; width: 100%; max-width: 580px;}
.bellobagno .logo {display: flex; font-size: 17px; font-weight: 400; margin-bottom: 35px;}
.bellobagno .logo svg {height: 16px; max-width: 135px; width: fit-content;}

#header {position: relative; width: 100%; height: 105px; background: #f1f1f1;}
#header::before {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background: #c8c5a6; z-index: 1;}
#header::after {content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 23%; background: #fff; z-index: 2;}
#header .wrapper {z-index: 3; height: 100%;}
#header .conteudo {display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .logo {width: 290px; height: fit-content; display: flex; position: relative;}
#header .logo svg {width: 100%; height: 100%; object-fit: contain;}
#header .menu {display: flex; justify-content: space-between; width: 100%; max-width: 580px;}
#header .menu .link {position: relative; cursor: pointer; display: flex; align-items: center; bottom: 0; font-size: 12px; padding: 18px 0; transition-duration: .8s;}
#header .menu .link:hover {bottom: 5px; color: #999; transition-duration: .8s;}
#header .menu .link.active {bottom: 5px; color: #999; transition-duration: .8s;}
#header .menu .link::after {content: ""; position: absolute; left: 0; bottom: 0; width: 25px; height: 1px; background: #fff; opacity: 0; transition-duration: .8s;}
#header .menu .link:hover::after {width: 35px; opacity: 1; transition-duration: .8s;}
#header .menu .link.active::after {width: 35px; opacity: 1; transition-duration: .8s;}
#header .menu .link svg {margin-left: 20px; height: 5px; max-width: 12px; width: fit-content;}
#header .menu .link svg path {fill: #000; transition-duration: .8s;}
#header .menu .link:hover svg path {fill: #999; transition-duration: .8s;}
#header .menu .link.active svg path {fill: #999; transition-duration: .8s;}
#header .box-menu-produtos {position: relative;}
#header .menu-produtos {overflow: hidden; position: absolute; left: -55px; top: calc(100% + 10px); padding: 0 0 0 55px; background: #fff; box-shadow: -5px 5px 11px #0000; width: 420px; max-height: 0; transition-duration: .8s;}
#header .menu-produtos.active {overflow: visible; max-height: 520px; padding: 60px 0 30px 55px; box-shadow: -5px 5px 11px #0000000f; transition-duration: .8s;}
#header .menu-produtos::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: #c8c5a6;}
#header .menu-produtos::after {content: ""; position: absolute; bottom: 0; right: 0; height: calc(100% - 50px); width: 45px; background: #e9e9e9;}
#header .menu-produtos li {margin-bottom: 25px;}
#header .menu-produtos .link-produto {position: relative; display: flex; flex-direction: column; color: #000; font-size: 12px; margin-bottom: 10px; opacity: 0; transition-duration: .8s;}
#header .menu-produtos.active .link-produto {opacity: 1; transition-duration: 3s;}
#header .menu-produtos .link-produto:hover {color: #999; transition-duration: .8s;}
#header .menu-produtos .link-produto .linha {margin-top: 15px; width: 20px; height: 1px; background: #c8c5a6; opacity: 0; transition-duration: .8s;}
#header .menu-produtos .link-produto:hover .linha {width: 35px; opacity: 1; transition-duration: .8s;}
#header .menu-produtos .link-produto .img-produto {box-sizing: border-box; position: absolute; right: calc(100% + 20px); top: -2px; width: 190px; height: 190px; background: #fff; border: solid 4px #f1f1f1; opacity: 0; transition-duration: .8s;}
#header .menu-produtos .link-produto:hover .img-produto {opacity: 1; transition-duration: .8s;}
#header .menu-produtos .link-produto .img-produto img {height: 100%; width: 100%; object-fit: contain;}

#footer {background: #000; position: relative;}
#footer .selo {position: absolute; left: 50%; transform: translateX(-50%); top: -29px;}
#footer .selo svg {height: 58px;}
#footer .conteudo {display: flex; justify-content: space-between; padding: 85px 0 50px;}
#footer .box {display: flex;}
#footer .logo {font-size: 17px; font-weight: 400; margin-bottom: 35px;}
#footer .logo svg {height: 16px; max-width: 135px; width: fit-content;}
#footer .logo svg path {fill: #fff;}
#footer .itens {padding-left: 215px; display: flex; flex-direction: column;}
#footer .item {font-size: 12px; margin-bottom: 12px;}
#footer .item:last-child {margin: 0;}
#footer .social a {background: #fff; transition-duration: .8s;}
#footer .social a:hover {background: #c8c5a6; transition-duration: .8s;}
#footer .social a svg path {fill: #000; transition-duration: .8s;}
#footer .social a:hover svg path {fill: #fff; transition-duration: .8s;}
#footer .politicas {display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
#footer .menu {display: flex;}
#footer .menu li:first-child {margin-right: 30px;}
#footer .menu .link {font-size: 10px;}

#home .banners {max-height: 845px; height: calc(100vh - 105px); width: 100%; display: block; position: relative; background: #000;}
#home .banners .orcamento {position: absolute; right: 0; top: 25px;}
#home .banner {max-height: 845px; height: calc(100vh - 105px); width: 100%; position: relative; display: block;}
#home .banner img {height: 100%; width: 100%; object-fit: cover;}
#home .banner .img-banner-mobile {display: none;}
#home .banner .wrapper {height: 100%; position: absolute; top: 0; z-index: 5;}
#home .banner .info {position: absolute; z-index: 3; left: 0%; bottom: 15vh; width: 100%; max-width: 780px; display: flex; flex-direction: column; align-items: flex-start; transition-duration: 1s;}
#home .banner .botao {margin-top: 50px;}
#home .banners .owl-dots {position: absolute; bottom: 35px; max-width: 1420px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); z-index: 5; margin-top: 0; justify-content: flex-start;}
#home .banners .owl-dot {border-color: #fff0;}
#home .banners .owl-dot:first-child {margin-left: 0;}
#home .banners .owl-dot::after {background: #fff;}
#home .banners .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
#home .banners .owl-dot.active {border-color: #fff; transition-duration: .8s;}
#home .vantagens {padding-top: 55px;} 
#home .vantagens .owl-stage {height: 370px; display: flex; align-items: flex-end;}
#home .vantagem {padding: 65px 40px 0; border: solid 1px #f1f1f1; height: 275px; margin-bottom: 10px; display: flex; flex-direction: column; box-sizing: border-box; position: relative; cursor: pointer; transition-duration: .8s;}
#home .vantagem:hover {background: #f1f1f1; padding-top: 55px; height: 285px; margin-bottom: 0; transition-duration: .8s;}
#home .vantagem .icone {height: 100px; width: 100px; border-radius: 50%; box-shadow: -3px -3px 10px 0px rgba(0, 0, 0, 0.034); background: #fff; bottom: calc(100% - 50px); left: 50%; transform: translateX(-50%); position: absolute; display: flex; justify-content: center; align-items: center; transition-duration: .8s;}
#home .vantagem:hover .icone {bottom: calc(100% - 20px); transition-duration: .8s;}
#home .vantagem .icone img {height: 77px; width: fit-content; object-fit: contain;}
#home .vantagem .titulo {margin-bottom: 35px; width: 90%;}
#home .promocoes {position: relative; top: 75px;}
#home .promocoes .bg {position: absolute; right: 0; top: -90px;}
#home .promocao {height: 650px; position: relative;}
#home .promocao .mobile {display:none;}
#home .promocao img {height: 100%; width: 100%; object-fit: cover;}
#home .promocoes .owl-dots {position: absolute; bottom: 35px; z-index: 5; margin-top: 0; width: 100%;}
#home .promocoes .owl-dot {border-color: #fff0;}
#home .promocoes .owl-dot::after {background: #fff;}
#home .promocoes .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
#home .promocoes .owl-dot.active {border-color: #fff; transition-duration: .8s;}

#produtos .produtos {display: flex; flex-wrap: wrap; padding: 65px 0 80px;}
#produtos .produto {width: calc(50% - 10px); margin: 10px 0;}
#produtos .produto:nth-child(odd) {margin-right: 20px;}
#produtos .box-end {width: 100%; height: 120px; background: #e4e4e3;}

#produto .sobre {position: relative; margin-top: 20px;}
#produto .sobre::before {content: ""; position: absolute; left: 20px; top: 0; width: calc(50% - 30px); height: 600px; background: #f1f1f1;}
#produto .sobre .bg {position: absolute; right: 0; top: 10%;}
#produto .sobre .wrapper {z-index: 2;}
#produto .sobre .box {display: flex; justify-content: space-between; width: 100%;}
#produto .sobre .galeria {width: calc(50% - 10px);}
#produto .sobre .galeria .owl-dots {position: absolute; justify-content: flex-start; left: 40px; bottom: 40px; margin-top: 0;}
#produto .sobre .galeria .owl-dot {border-color: #fff0;}
#produto .sobre .galeria .owl-dot:first-child {margin-left: 0;}
#produto .sobre .galeria .owl-dot::after {background: #fff;}
#produto .sobre .galeria .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
#produto .sobre .galeria .owl-dot.active {border-color: #fff; transition-duration: .8s;}
#produto .sobre .box-galeria {height: 600px; background: #fff; display: flex; position: relative;}
#produto .sobre .box-galeria::before {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(360deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0) 40%);}
#produto .sobre .box-galeria img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
#produto .sobre .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#produto .sobre .info {width: calc(50% - 10px); padding-left: 10px; height: 600px; padding-top: 75px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center;}
#produto .sobre .categoria {margin-bottom: 55px;}
#produto .sobre .botoes {display: flex; flex-wrap: wrap;}
#produto .sobre .botao {margin-bottom: 20px;}
#produto .sobre .botao:first-child {margin-right: 20px;}
#produto .sobre .texto {width: 100%;}
#produto .sobre .box-textos {display: flex; justify-content: space-between; padding-top: 55px;} 
#produto .sobre .box-textos .titulo {margin-bottom: 35px;}
#produto .sobre .textos {width: 50%; padding: 0 50px 0 35px; box-sizing: border-box;}
#produto .sobre .tabela {width: 50%; padding-left: 10px; box-sizing: border-box;}
#produto .sobre table {width: 100%;}
#produto .sobre table tr {height: 60px; border-bottom: solid 1px #ddd; box-sizing: border-box; text-align: center;}
#produto .sobre table tr:first-child {background: #000; border: none;}
#produto .sobre table tr:first-child td {background: #000!important; color: #fff;}
#produto .sobre table tr th {color: #fff; font-size: 14px; font-weight: 500; padding-left: 25px; text-align: left; box-sizing: border-box;}
#produto .sobre table tr th:first-child {padding-right: 40px; width: 220px;}
#produto .sobre table tr td {color: #000; font-size: 14px; font-weight: 500; padding-left: 25px; text-align: left; box-sizing: border-box;}
#produto .sobre table tr td:first-child {background: #f1f1f1;}
#produto .valores {padding-top: 80px;}
#produto .valor {height: 190px; border: solid 1px #f1f1f1; padding: 45px 50px 0 40px; box-sizing: border-box; cursor: pointer; transition-duration: .8s;}
#produto .valor:hover {background: #f1f1f1; transition-duration: .8s;}
#produto .valor .titulo {margin-bottom: 25px;}
#produto .box-video {padding-top: 80px; margin-top: 75px; background: #000;}
#produto .box-video .botoes {padding: 50px 0; background: #222; display: flex; justify-content: center; align-items: center; position: relative;}
#produto .box-video .bg {display: flex; position: absolute; left: 0; bottom: 100%;}
#produto .box-video .botao {margin: 0 10px;}
#produto .video {width: 100%; max-width: 1080px; height: 600px; margin: 0 auto; background: #000; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
#produto .video img {height: 100%; width: 100%; opacity: .5; object-fit: cover; transition-duration: .8s;}
#produto .video:hover img {transform: scale(1.1); opacity: .3; transition-duration: .8s;}
#produto .video svg {position: absolute; width: auto; height: 90px; border-radius: 50%;}
#produto .produtos {padding-bottom: 80px; position: relative;}
#produto .produtos::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 200px; background: #e4e4e3;}

#contato .form {padding-top: 75px;}
#contato .unidades {padding: 90px 0 65px;}
#contato .unidades .owl-stage {padding-top: 35px;}
#contato .unidade {display: flex; flex-direction: column; box-sizing: border-box; position: relative; border: solid 1px #f1f1f1;}
#contato .unidade .cidade {position: absolute; left: 40px; top: -40px; font-size: 65px; font-weight: 900; line-height: 60px;}
#contato .unidade .info {padding: 60px 0 65px 40px;}
#contato .unidade .titulo {margin-bottom: 25px;}
#contato .unidade .mapa {display: flex; filter: grayscale(1);}

#orcamento .carrinho {display: flex; justify-content: space-between; padding: 75px 0;}
#orcamento .carrinho .lista {width: calc(70% - 30px); display: flex; flex-direction: column;} 
#orcamento .carrinho .produto {display: flex; justify-content: space-between; padding: 25px 30px; border: solid 1px #f1f1f1; margin: 10px 0;}
#orcamento .carrinho .produto:first-child {margin-top: 0;}
#orcamento .carrinho .produto .box-img {width: 90px; height: 90px; position: relative;}
#orcamento .carrinho .produto .box-img img {height: 100%; width: 100%; object-fit: contain;}
#orcamento .carrinho .produto .info {flex: 1; padding-left: 30px;}
#orcamento .carrinho .produto .box {display: flex; align-items: center;}
#orcamento .carrinho .produto .btn {height: 16px; display: flex; align-items: center; cursor: pointer;}
#orcamento .carrinho .produto .btn svg {width: 16px; height: fit-content;}
#orcamento .carrinho .produto .btn svg path {fill: #222; transition-duration: .8s;}
#orcamento .carrinho .produto .btn:hover svg path {fill: #c8c5a6; transition-duration: .8s;}
#orcamento .carrinho .produto .btn svg rect {fill: #222; transition-duration: .8s;}
#orcamento .carrinho .produto .btn:hover svg rect {fill: #c8c5a6; transition-duration: .8s;}
#orcamento .carrinho .produto .quantidade {font-size: 18px; font-weight: 500; margin: 0 35px; transition-duration: .8s;}
#orcamento .carrinho .produto .quantidade:hover {color: #c8c5a6; transition-duration: .8s;}
#orcamento .carrinho .botoes {display: flex; justify-content: space-between; width: 100%; margin-top: 15px;}
#orcamento .carrinho .botoes .esvaziar {font-size: 12px; font-weight: 500; cursor: pointer; transition-duration: .8s;}
#orcamento .carrinho .botoes .esvaziar:hover {opacity: .4; transition-duration: .8s;}
#orcamento .form {width: 30%;}
#orcamento .form .small {margin-bottom: 10px;}
#orcamento .form .mensagem {height: 140px;}
#orcamento .box-end {width: 100%; height: 120px; background: #e4e4e3;}

#politica .conteudo {padding: 80px 0 180px;}
#politica .conteudo::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 120px; background: #e4e4e3;}
#politica .conteudo .titulo {font-weight: 700; margin-bottom: 30px;}

#erro .conteudo {padding: 120px 0; display: flex; flex-direction: column; align-items: center; text-align: center;}
#erro .conteudo svg {width: 240px; height: fit-content;}
#erro .conteudo .titulo {margin: 25px 0 30px; max-width: 550px;}
#erro .box-end {width: 100%; height: 120px; background: #e4e4e3;}