@charset "utf-8";
/*
Theme Name: CALÇAR BEM - VENDAS
Version: 2.0
Description: CALÇAR BEM - VENDAS
Author: TRIBOX
Author URL: http://tribox.com.br
*/

/* -----------------------------------*/

/* ---------->>> GLOBAL <<<-----------*/

/* -----------------------------------*/

@import './framework/styleFramework.css';
/* GLOBAL > CORES
//////////////////////////////////////*/
/* Cores Default */
/* GLOBAL > IMPORTAÇÃO FONTES
//////////////////////////////////////*/

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('./fonts/MyriadPro-Regular.eot');
  src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/MyriadPro-Regular.woff') format('woff'), url('./fonts/MyriadPro-Regular.ttf') format('truetype'), url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'humanst521_lt_btlight';
  src: url('./fonts/tt0288m_-webfont.eot');
  src: url('./fonts/tt0288m_-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/tt0288m_-webfont.woff2') format('woff2'), url('./fonts/tt0288m_-webfont.woff') format('woff'), url('./fonts/tt0288m_-webfont.ttf') format('truetype'), url('./fonts/tt0288m_-webfont.svg#humanst521_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL > RESET
//////////////////////////////////////*/

/* Resetar estilos */

* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 100%;
}
a {
  text-decoration: none;
}
body {
  background-color: white;
  font-size: 100%;
  font-family: Arial, sans-serif !important;
}
img {
  max-width: 100%;
}
/* Definições gerais */

.fl {
  float: left;
}
.fr {
  float: right;
}
.bl {
  display: block;
}
.cls {
  clear: both;
}
.vaTop {
  vertical-align: top;
}
.vaMid {
  vertical-align: middle;
}
.curp {
  cursor: pointer;
}
.brdrNo {
  border: none;
}
.txtNoD {
  text-decoration: none;
}
.txtCt {
  text-align: center !important;
}
.txtRt {
  text-align: right !important;
}
.txtLt {
  text-align: left !important;
}
.txtUP {
  text-transform: uppercase !important;
}
.noPd {
  padding: 0px !important;
}
.ovH {
  overflow: hidden;
}
.hidden {
  display: none;
}
.posR {
  position: relative;
}
.fz0 {
  font-size: 0;
}
.curp {
  cursor: pointer;
}
.pushable {
  background-color: white !important;
}
.container {
  max-width: 1250px;
  padding: 0 5px;
  margin: 0px auto;
  padding-top: 40px;
}
/*CLEARFIX*/

.container::before,
.container::after {
  content: "";
  display: table;
}
.container::after {
  clear: both;
}
.container {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
/*CLEARFIX*/

.onlymobile {
  display: none;
}
.onlydesktop {
  display: table-cell;
}
/* -----------------------------------*/

/* ---------->>> HEADER <<<-----------*/

/* -----------------------------------*/

#topR02 {
  display: none;
}
.mInstR,
#mInstR {
  display: none;
}
#header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 1px 2px #cccccc;
  font-size: 0;
  top: 0;
  z-index: 9;
}
#header .container {
  padding: 0 5px;
}
#header .logo-topo {
  display: inline-block;
  vertical-align: middle;
}
#header #bt-menu {
  display: none;
  float: right;
}
#header #bt-menu i {
  cursor: pointer;
  font-size: 2rem;
  color: black;
}
#header #menu-topo {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
#header #menu-topo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#header #menu-topo ul li {
  display: inline-block;
  margin: 0 2.9%;
}
#header #menu-topo ul li:last-child {
  margin: 0 1.8%;
}
#header #menu-topo ul li a {
  display: block;
  color: #999999;
  font-family: Verdana, sans-serif;
  font-size: 0.875rem;
  transition: 0.3s;
}
#header #menu-topo ul li a:hover {
  color: #404040;
}
#header #menu-topo ul li .box-login {
  display: none;
  position: absolute;
  top: -30px;
  right: -120px;
  width: 192px;
  text-align: center;
  padding-top: 40px;
  background-color: white;
}
#header #menu-topo ul li .box-login p {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  color: #3c606e;
  font-weight: bold;
  padding: 0 0 15px;
}
#header #menu-topo ul li .box-login input {
  background-color: #dbdbdb;
  border-radius: 5px;
  color: #989898;
  border: 0;
  margin: 0 0 7%;
  padding: 7px;
  width: 90%;
  font-size: 0.75rem;
}
#header #menu-topo ul li .box-login button {
  border: 1px solid #ba5577;
  border-radius: 5px;
  color: #ba5577;
  width: 90%;
  padding: 3px;
  margin-top: 3%;
  cursor: pointer;
  transition: .3s;
  font-size: 0.75rem;
}
#header #menu-topo ul li .box-login button:hover {
  color: #ca4473;
  border: 1px solid #ca4473;
}
#header #menu-topo ul li .box-login .close {
  position: absolute;
  right: 10px;
  top: 0px;
}
#header #menu-topo ul li .box-login .close a {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  color: #3c606e;
  font-weight: bold;
}
#header #menu-topo ul li .box-login a {
  font-size: 12px;
  padding: 0;
  margin: 15px;
}
#header #menu-topo-logado {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
#header #menu-topo-logado ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#header #menu-topo-logado ul li {
  display: inline-block;
  margin: 0 3.5%;
}
#header #menu-topo-logado ul li a {
  display: block;
  color: #999999;
  font-family: Verdana, sans-serif;
  font-size: 0.875rem;
  transition: 0.3s;
}
#header #menu-topo-logado ul li a:hover {
  color: #404040;
}
#header #menu-topo-logado ul li .box-login {
  display: none;
  position: absolute;
  top: -30px;
  right: -120px;
  width: 192px;
  text-align: center;
  padding-top: 40px;
  background-color: white;
}
#header #menu-topo-logado ul li .box-login p {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  color: #3c606e;
  font-weight: bold;
  padding: 0 0 15px;
}
#header #menu-topo-logado ul li .box-login input {
  background-color: #dbdbdb;
  border-radius: 5px;
  color: #989898;
  border: 0;
  margin: 0 0 7%;
  padding: 7px;
  width: 90%;
  font-size: 0.75rem;
}
#header #menu-topo-logado ul li .box-login button {
  border: 1px solid #ba5577;
  border-radius: 5px;
  color: #ba5577;
  width: 90%;
  padding: 3px;
  margin-top: 3%;
  cursor: pointer;
  transition: .3s;
  font-size: 0.75rem;
}
#header #menu-topo-logado ul li .box-login button:hover {
  color: #ca4473;
  border: 1px solid #ca4473;
}
#header #menu-topo-logado ul li .box-login .close {
  position: absolute;
  right: 10px;
  top: 0px;
}
#header #menu-topo-logado ul li .box-login .close a {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  color: #3c606e;
  font-weight: bold;
}
#header #menu-topo-logado ul li .box-login a {
  font-size: 12px;
  padding: 0;
  margin: 15px;
}
#header .box-clientes {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  text-align: center;
}
#header .box-clientes:last-of-type {
  width: 5%;
  margin-left: 4%;
}
#header .box-clientes p,
#header .box-clientes span {
  font-size: 1rem;
  color: #a70a03;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}
#header .box-clientes p a,
#header .box-clientes span a {
  color: inherit;
  font-size: 0.75rem;
}
#header .box-clientes .cart {
  font-size: 1.875rem;
  position: relative;
  color: black;
}
#header .box-clientes .cart span {
  position: absolute;
  top: -5px;
  color: #3bc34b;
  right: 0;
}
#menuR {
  position: fixed;
  top: 95px;
  z-index: 999999;
}
#menu-destaques ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-destaques ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  padding: 0 2%;
  width: 180px;
}
#menu-destaques ul li a {
  font-size: 14px;
  color: white;
}
#menu-destaques ul li:hover > ul {
  display: block;
}
#menu-destaques ul li ul {
  display: none;
  padding: 5% 0;
  z-index: 9999;
  position: absolute;
  top: 16px;
  left: 12px;
  background-color: #1b1c1d;
  border-radius: 5px;
  text-align: left;
}
#menu-destaques ul li ul li {
  padding: 5px 15px;
  display: block;
}
/* --------------------------------------*/

/* ---------->>> CONTAINER <<<-----------*/

/* --------------------------------------*/

.slideshow {
  margin-top: 0px;
  background-color: white;
}
.slideshow .container {
  padding: 92px 15px 0;
  position: relative;
}
#areaProdutos .titPage {
  display: none;
}
/* CONTAINER > BANNERS DESTAQUES
//////////////////////////////////////*/

.imageBDest {
  display: block;
  overflow: hidden;
  font-size: 1px;
  cursor: pointer;
  border: 1px solid #1b1c1d;
}
.imageBDest img {
  height: auto;
  max-width: 100%;
  transform: scale(1);
  transition: all 0.3s linear 0s;
}
.imageBDest img:hover {
  transition: all 0.3s linear 0s;
  transform: scale(1.1);
}
.titBDestaque {
  width: 100%;
  background-color: #1b1c1d;
  cursor: pointer;
}
.titBDestaque h1 {
  color: white;
  padding: 5px;
  margin: 0px !important;
  font-size: 2.125rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* -------------------------------------*/

/* ---------->>> CLIENTES <<<-----------*/

/* -------------------------------------*/

#clientes-home {
  font-size: 0;
  padding: 0.5% 0;
  margin-top: 1%;
}
#clientes-home .container {
  padding-top: 5px;
}
#clientes-home .col {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  color: black;
  font-family: Verdana, sans-serif;
}
#clientes-home .col figure {
  display: inline-block;
  margin: 0 2%;
}
#clientes-home .col img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  max-width: 80px;
}
#clientes-home .col:nth-child(1) {
  width: 52.2%;
  /*567*/

}
#clientes-home .col:nth-child(2) {
  width: 25.46296296296296%;
  /*275*/
  border-left: 1px solid black;
  text-align: center;
}
#clientes-home .col:nth-child(3) {
  width: 22.03703703703704%;
  /*238*/
  border-left: 1px solid black;
  text-align: center;
}
/* --------------------------------------*/

/* ---------->>> DESTAQUES <<<-----------*/

/* --------------------------------------*/

#destaques {
  font-size: 0;
}
#destaques .container {
  padding-top: 5px;
}
#destaques .box01,
#destaques .box02 {
  display: inline-block;
  vertical-align: top;
}
#destaques .box01 {
  width: 49%;
  border: 1px solid black;
}
#destaques .box01 img {
  height: auto;
  display: block;
}
#destaques .box02 {
  width: 49%;
  border: 1px solid black;
  margin-left: 1.592920353982301%;
  /*18*/

}
/* CONTAINER > PRODUTOS
//////////////////////////////////////*/

.boxProduto {
  min-height: 420px;
  font-family: Verdana, Arial;
  font-size: 0.6875rem;
}
.boxProduto .descricaoProduto {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  text-align: center;
  padding: 20px 2px;
  min-height: 80px;
}
.boxProduto .descricaoProduto02 {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  text-align: center;
  padding: 20px 2px;
}
.boxProduto .descricaoSobConsulta {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  text-align: center;
  padding: 0px 2px 53px;
}
.boxProduto .imgProduto {
  height: 200px;
  margin: 0 !important;
  padding: 0 !important;
}
.boxProduto .imgProduto img {
  width: 80%;
}
.boxProduto .valor {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  text-align: center;
  font-weight: bold;
}
.boxProduto .valorPromocao {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  font-weight: bold;
}
.boxProduto .valorPromocao p {
  display: inline-block;
  padding: 0px 5px;
}
.boxProduto .valorPromocao .valorDe {
  color: #db2828;
}
.boxProduto .valorPromocao .valorDe span {
  text-decoration: line-through;
}
.boxProduto .valorPromocao .valorPor {
  color: #524e4e;
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
}
.boxProduto .valorPromocao .valorPor span {
  font-size: .825rem ;
  text-decoration: none;
}
.boxProduto .valorProduto {
  font-size: 0.6875rem;
  font-family: Verdana, Arial;
  color: #524e4e;
  font-weight: bold;
}
.boxProduto .valorProduto p {
  display: inline-block;
  padding: 0px 7px;
}
.boxProduto .valorProduto .valorAtacado {
  color: #524e4e;
  width: ;
}
.boxProduto .valorProduto .valorAtacado span {
  text-decoration: none;
}
.boxProduto .valorProduto .valorVarejo {
  color: #524e4e;
  font-family: Verdana, Arial;
}
.boxProduto .valorProduto .valorVarejo span {
  /* font-size:.825rem ; */
  text-decoration: none;
}
.boxProduto .popup {
  color: white;
}
.boxProduto #popuppromo {
  left: 17px;
  top: 16px;
}
.boxProduto .box-table-tamanhos {
  min-height: 100px;
}
#paginacao {
  text-align: center;
}
/* CONTAINER > PRODUTOS DETALHES
//////////////////////////////////////*/

#produtoDetalhes .container {
  max-width: 1100px;
}
.titPageDetalhes {
  font-size: 0.875rem;
  font-family: Verdana, Arial;
  clear: both;
  margin-bottom: 10px;
}
.boxThumbProduto {
  text-align: center;
}
#paletaCores {
  margin-top: 15%;
}
.boxDescricoesProduto .descricao,
.boxDescricoesProduto .socialButtons,
.boxDescontoBoleto,
.comprarAgora {
  font-size: 0.75rem;
  font-family: Verdana, Arial;
  color: black;
  padding: 4px 5px;
  margin: 0px !important;
}
#title {
  font-size: 1rem;
  font-family: Verdana, Arial;
}
.descricao a {
  text-decoration: underline;
  color: inherit;
}
.precoProduto,
.precoProdutoVarAtac {
  font-family: "open-sans", Arial;
  font-size: 1.125rem;
  color: black;
  font-weight: bold;
}
[class*='valor-'] {
  font-family: Verdana, Arial;
  font-size: 1rem;
}
[class*='valor-'] span {
  font-size: 0.875rem;
}
.precoProdutoPromocao {
  font-family: "open-sans", Verdana, arial;
}
.precoProdutoPromocao .promocao {
  color: #db2828;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.precoProdutoPromocao .valorDe {
  display: inline-block;
  color: red;
  margin-bottom: 3px;
}
.precoProdutoPromocao .valorDe span {
  text-decoration: line-through;
}
.precoProdutoPromocao .valorPor {
  display: inline-block;
  margin-left: 15px !important;
  color: #595450;
  font-family: Verdana, Arial;
  font-size: .875rem;
}
.precoProdutoPromocao .valorPor span {
  font-size: 1rem ;
  text-decoration: none;
  font-weight: bold;
}
.boxDescontoBoleto {
  margin: 10px 0px;
}
.boxDescontoBoleto p {
  font-family: Verdana, Arial;
  font-size: 0.75rem;
}
.boxDescontoBoleto p span {
  font-weight: bold;
  font-size: 1rem;
}
.ui.table {
  font-family: Verdana, Arial;
  font-size: 0.75rem;
}
#tamanhos td {
  font-size: 0.625rem !important;
}
#tamanhos td p {
  padding: 5px 0px;
  text-align: center;
}
#tamanhos td a {
  text-decoration: none;
  color: black;
}
.complementoProduto {
  width: 100%;
  clear: both;
  margin-top: 15px;
}
.complementoProduto h3 {
  display: block;
  font-family: Verdana, Arial;
  font-size: 1rem;
  color: black;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid black;
}
.complementoProduto p {
  display: block;
  font-family: Verdana, Arial;
  font-size: 0.75rem;
  padding: 10px 10px;
  background-color: #f2f0f0;
}
.complementoProduto #especificaoes {
  font-family: Verdana, Arial;
  font-size: 0.75rem;
  text-decoration: none;
  color: black;
}
/* CONTAINER > CARRINHO
//////////////////////////////////////*/

#areaDoCarrinho {
  min-height: 420px;
  font-size: 12px;
}
#areaDoCarrinho .precoDe {
  font-family: Verdana, Arial;
  font-size: 1em !important;
  color: #db2828;
}
#areaDoCarrinho .precoPor {
  font-family: Verdana, Arial;
  font-size: 1em;
  color: #1b1c1d;
}
b.promocao {
  font-family: Verdana, Arial;
  font-size: 1.125em !important;
  color: #db2828;
}
.titPageCarrinho {
  font-family: Verdana, Arial;
  font-size: 1.25em;
  color: black;
  clear: both;
  margin-bottom: 10px;
}
.CarrinhoVazio {
  font-family: Verdana, Arial;
  font-size: 1.25em;
  color: black;
  clear: both;
  margin-bottom: 10px;
}
#tableCart td p {
  padding: 5px 0px;
  text-align: center;
}
#tableCart td a {
  text-decoration: none;
  color: black;
}
#areaDoCarrinho .ui.table {
  font-family: Verdana, Arial;
  font-size: 1em !important;
  color: black;
}
#areaDoCarrinho .ui.table a {
  font-family: Verdana, Arial;
  font-size: 0.75rem !important;
  color: black;
}
.fotoCarrinho {
  width: 100%;
  max-width: 150px;
  min-width: 75px;
}
.OkCupom {
  width: 30px;
  margin-left: -3px;
  padding: 7px 0px;
  /* display: inline-block; */
  float: right;
  vertical-align: middle;
  background: #f0f0f1;
  border: 1px solid #d8d8d8;
  color: #bbb9b6;
  border-radius: 0.2857rem;
}
#result {
  width: 120px;
}
/* CONTAINER > FECHAR PEDIDO
//////////////////////////////////////*/

#areaDoFecharPedido {
  min-height: 420px;
  font-size: 14px;
}
#areaDoFecharPedido .precoDe {
  font-family: Verdana, Arial;
  font-size: 0.875em;
  color: #db2828;
}
#areaDoFecharPedido .precoPor {
  font-family: Verdana, Arial;
  font-size: 1rem;
  color: #1b1c1d;
}
.titPageFecharPedido {
  font-family: Verdana, Arial;
  font-size: 1.25em;
  color: black;
  clear: both;
  margin-bottom: 10px;
}
#atencaoPgto {
  font-family: Verdana, Arial;
  font-size: 0.75rem;
}
/* CONTAINER > DEFAULT
//////////////////////////////////////*/

#areaDefault {
  font-size: 14px;
  min-height: 420px;
  font-family: Verdana, Arial;
}
#areaDefault .titPage {
  font-family: Verdana, Arial;
  font-size: 1rem !important;
  color: black;
  clear: both;
}
#areaDefault article {
  font-family: Verdana, Arial;
  font-size: 0.575rem;
  width: 100%;
  text-align: justify;
  color: black;
  clear: both;
  margin-bottom: 10px;
}
.txtPagamentoEnvio {
  font-size: 0.75rem;
  padding: 5px 0px 10px;
}
.pagseguro {
  max-width: 620px;
}
.boxContato {
  display: block;
  width: 99%;
  font-size: 1rem;
}
.boxCentral {
  display: block;
  width: 100%;
  font-size: 1rem;
}
#area_retorno_contato {
  font-size: 1.00rem;
  color: black;
}
.ui.fluid.form.segment {
  font-size: 0.75rem;
}
.txtCompContato {
  color: black;
}
.txtCompContato a {
  text-decoration: underline;
  color: black;
}
.txtPagamentoEnvio {
  font-size: 0.75rem;
  padding: 5px 5px 10px;
  text-align: justify;
}
/* CONTAINER > DEFAULT
//////////////////////////////////////*/

#areaClienteCompras {
  min-height: 420px;
  font-size: 14px;
}
.titPageClienteCompras {
  font-family: Verdana, Arial;
  font-size: 1.25rem;
  color: black;
  clear: both;
  margin-bottom: 10px;
}
/* ------------------------------------*/

/* ---------->>> CONTATO <<<-----------*/

/* ------------------------------------*/

#contato {
  font-size: 0;
  padding-top: 112px;
}
#contato .container {
  padding-top: 0;
}
#contato .col-cont {
  display: inline-block;
  vertical-align: top;
  min-height: 483px;
}
#contato .col-cont:first-of-type {
  width: 55%;
}
#contato .col-cont:last-of-type {
  width: 45%;
  background-color: #00d4c6;
}
#contato header {
  margin-top: 2%;
}
#contato header h2 {
  /* font-family: 'humanst521_lt_btlight',Arial, sans-serif;
            font-size: 2.8125rem;
            text-align: center;
            margin-bottom: 3%; */
  margin-bottom: 1%;
  color: black;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-size: 2.8125rem;
  font-weight: normal;
  text-transform: uppercase;
}
#contato .chamada-contato {
  background-color: #00d4c6;
}
#contato .chamada-contato p {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: lighter;
  padding: 1% 0;
  line-height: 25px;
}
#contato h3 {
  font-family: Arial, sans-serif;
  display: block;
  margin: 2% auto 0;
  width: 98%;
  font-size: 1rem;
  line-height: 1.4em;
  text-align: center;
  color: black;
  font-weight: normal;
}
#contato p {
  color: black;
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: center;
  margin: 2% 0;
}
#contato .branco {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  margin: 8% 0;
  text-transform: uppercase;
}
#contato .box-contato {
  width: 65%;
  margin: 2% auto;
  display: block;
}
#contato .box-contato p {
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
#contato input,
#contato textarea {
  border: 1px solid #999999;
  border-radius: 3px;
  margin: 2% 0;
  padding: 1%;
  width: 100%;
  display: block;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
#contato input ::-webkit-input-placeholder,
#contato textarea ::-webkit-input-placeholder {
  color: black;
  opacity: 0.9;
}
#contato input :-moz-placeholder,
#contato textarea :-moz-placeholder {
  color: black;
  opacity: 0.9;
}
#contato input ::-moz-placeholder,
#contato textarea ::-moz-placeholder {
  color: black;
  opacity: 0.9;
}
#contato input :-ms-input-placeholder,
#contato textarea :-ms-input-placeholder {
  color: black;
  opacity: 0.9;
}
#contato button {
  background-color: black;
  border: 0;
  color: white;
  font-size: 0.75rem;
  padding: 1% 2%;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  width: 100%;
}
/* -------------------------------------------*/

/* ------------>>> CONFORTO <<<-------------*/

/* -------------------------------------------*/

#conforto {
  padding-top: 112px;
}
#conforto .container {
  max-width: 1080px;
  padding-top: 0;
}
#conforto figure img {
  display: block;
  height: auto;
  margin: 0 auto;
}
#conforto p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: black;
  text-align: center;
}
#conforto h2 {
  margin-bottom: 1%;
  margin-top: 3%;
  color: black;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
}
/* -------------------------------------*/

/* ---------->>> CLIENTES <<<-----------*/

/* -------------------------------------*/

#clientes {
  font-size: 0;
  padding-top: 122px;
  box-sizing: border-box;
}
#clientes .container {
  padding-top: 5px;
}
#clientes figure {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  padding: 2%;
  width: 20.33628318584071%;
  /*275*/
  margin-right: 0.8849557522123894%;
  /*10*/
  margin-bottom: 10px;
  transition: 0.3s;
}
#clientes figure:nth-child(4n) {
  margin-right: 0;
}
#clientes figure:hover {
  outline: 1px solid #adadad;
}
#clientes figure img {
  display: block;
  margin: 0 auto;
  height: 55px;
}
/* -------------------------------------------*/

/* ------------>>> QUEM SOMOS <<<-------------*/

/* -------------------------------------------*/

#quem-somos .container {
  max-width: 1080px;
}
#quem-somos figure {
  margin: 0;
}
#quem-somos .colaborador h3 {
  margin-bottom: 2%;
  color: #e36c0a;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-size: 2.8125rem;
  text-align: center;
}
#quem-somos .inovacao .box {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
#quem-somos .inovacao .box p {
  text-align: center;
  margin-top: 10%;
  color: #00d4c6;
  font-size: 1.125rem;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-weight: bold;
}
#quem-somos .diferenciais {
  margin-top: 2%;
  overflow: hidden;
}
#quem-somos .diferenciais p {
  margin: 2% 0;
}
#quem-somos .diferenciais hr {
  display: block;
  width: 100%;
  color: black;
  border-top: 0;
  height: 1px;
}
#quem-somos .diferenciais .box-diferenciais {
  background-color: #22d3c5;
  padding: 1%;
  margin-top: 2%;
}
#quem-somos .diferenciais .box-diferenciais .container {
  padding: 5px;
}
#quem-somos .diferenciais .box-diferenciais .bx {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 6% 0;
}
#quem-somos .diferenciais .box-diferenciais .bx span {
  display: inline-block;
  vertical-align: middle;
  color: black;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-size: 1.0625rem;
  width: 75%;
  margin-left: 2%;
}
#quem-somos .diferenciais .box-diferenciais .bx img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
#quem-somos .depoimentos blockquote {
  font-style: normal;
  margin-bottom: 2%;
}
#quem-somos .depoimentos .col {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-top: 3%;
  padding-right: 3%;
}
#quem-somos .depoimentos .col:last-child {
  padding-right: 0;
}
#quem-somos .depoimentos .col p {
  float: left;
}
#quem-somos .depoimentos .col img {
  float: right;
}
#quem-somos article,
#quem-somos aside {
  padding: 0 1%;
  margin: 2% 0;
  font-family: Verdana, sans-serif;
}
#quem-somos article .border-txt-empresa,
#quem-somos aside .border-txt-empresa {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding: 0 3%;
}
#quem-somos article .border-txt-empresa img,
#quem-somos aside .border-txt-empresa img {
  display: block;
  margin: 5% auto 0;
}
#quem-somos article .img-empresa,
#quem-somos aside .img-empresa {
  display: inline-block;
  vertical-align: middle;
  width: 59%;
}
#quem-somos article .img-empresa img,
#quem-somos aside .img-empresa img {
  display: block;
  height: auto;
}
#quem-somos article h2,
#quem-somos aside h2 {
  margin-bottom: 1%;
  color: black;
  font-family: 'humanst521_lt_btlight', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
}
#quem-somos article h3,
#quem-somos aside h3 {
  margin-bottom: 2%;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}
#quem-somos article .tit,
#quem-somos aside .tit {
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px dotted black;
  margin-bottom: 6%;
}
#quem-somos article p,
#quem-somos aside p,
#quem-somos article blockquote,
#quem-somos aside blockquote {
  color: black;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: justify;
}
#quem-somos article blockquote,
#quem-somos aside blockquote {
  margin: 1% 0;
  font-style: italic;
}
#quem-somos article ul,
#quem-somos aside ul {
  margin-left: 2%;
}
#quem-somos article ul li,
#quem-somos aside ul li {
  color: black;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
/* ---------------------------------------*/

/* ------------>>> FOOTER <<<-------------*/

/* ---------------------------------------*/

#footer {
  padding: 90px 0 0;
}
#footer .container {
  padding: 0 5px;
}
#footer p {
  margin: 1% 0 0;
  text-align: center;
  color: #777777;
  font-size: 0.5625rem;
  font-family: verdana, sans-serif;
}
.scrollToTop {
  width: 82px;
  height: 41px;
  /*padding:10px;*/
  text-align: center;
  /*background: whiteSmoke;*/
  background: url(./img/go-to-top.png) no-repeat;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  left: 10px;
  display: none;
  opacity: 0.4;
  transition: opacity 0.5s ease-out 0s;
}
.scrollToTop:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media screen and (max-width: 1230px) {
  #menu-topo ul {
    text-align: center;
  }
  #menu-topo ul li a {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-top: 15px;
  }
  .slideshow .container {
    padding: 0;
  }
  #menuR {
    top: 115px;
  }
  #topR02 {
    display: block;
  }
  .mInstR,
  #mInstR {
    display: block;
  }
  #header {
    position: relative;
  }
  #header #bt-menu {
    display: block;
  }
  #header .logo-topo,
  #header #menu-topo-logado,
  #header #menu-topo,
  #header .box-clientes {
    display: none;
  }
  #header #menu-topo {
    display: none;
    width: 100%;
  }
  #header #menu-topo ul {
    display: block;
    width: 100%;
  }
  #header #menu-topo ul li {
    display: block;
    margin: 0;
    text-align: center;
    padding: 2% 0;
    border-bottom: 1px solid #dbdbdb;
  }
  #header #menu-topo ul li a {
    padding: 0;
  }
  #header #menu-topo ul li .box-login {
    display: none;
    position: relative;
    margin: 0 auto;
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  #header #menu-topo ul li .box-login input {
    margin: 0 0 2%;
  }
  #header #menu-topo ul li .box-login button {
    margin-top: 1%;
  }
  #header #menu-topo ul li .box-login button:hover {
    color: #ca4473;
    border: 1px solid #ca4473;
  }
  #header #menu-topo ul li .box-login .close {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  #header #menu-topo ul li .box-login .close a {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #3c606e;
    font-weight: bold;
  }
  #header #menu-topo ul li .box-login a {
    font-size: 12px;
    padding: 0;
    margin: 15px;
  }
  #contato {
    padding-top: 0px;
  }
  #contato .box-contato {
    width: 95%;
  }
  #clientes {
    font-size: 0;
    padding-top: 0;
  }
  #clientes figure {
    width: 50%;
    margin: 0;
  }
  #clientes figure:nth-child(2n) {
    margin-right: 0;
  }
  #quem-somos {
    padding-top: 0px;
  }
  #quem-somos .diferenciais .box-diferenciais .bx {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 2% 0;
    text-align: center;
  }
  #quem-somos .diferenciais .box-diferenciais .bx span {
    display: block;
    color: black;
    width: 100%;
    text-align: center;
  }
  #quem-somos .diferenciais .box-diferenciais .bx img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  #quem-somos .depoimentos blockquote {
    font-style: normal;
    margin-bottom: 2%;
  }
  #quem-somos .depoimentos .col {
    display: block;
    width: 100%;
    padding: 1%;
    margin: 1% 0;
    border-bottom: 1px solid #999999;
  }
  #quem-somos .depoimentos .col:last-child {
    padding: 1%;
  }
  #quem-somos .depoimentos .col p {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #quem-somos .depoimentos .col img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #quem-somos article .border-txt-empresa {
    border: 0;
    display: block;
    width: 100%;
    padding: 0 2%;
  }
  #quem-somos article .border-txt-empresa img {
    display: block;
    margin: 5% auto 0;
  }
  #quem-somos article .img-empresa {
    display: block;
    width: 100%;
  }
  #quem-somos article .img-empresa img {
    display: block;
    margin: 0 auto;
    height: auto;
  }
  #destaques .box01 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 2%;
  }
  #destaques .box02 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #menu-topo {
    display: none;
  }
  #menu-topoResp {
    display: block;
  }
  #topR02 #q {
    width: 100% !important;
    font-size: 0.75rem;
  }
  #row-h-01,
  #row-h-02,
  #row-h-03 {
    display: none;
  }
  #topR01,
  #topR02 {
    display: block;
  }
  #footer {
    text-align: center;
  }
  #footer span {
    display: block;
    margin: 1% auto;
    width: 70%;
    border: 0;
  }
  .box {
    margin: 2% auto;
  }
}
@media screen and (max-width: 1083px) {
  #clientes-home .col {
    display: block;
    width: 90%;
    margin: 2% auto;
    text-align: center;
  }
  #clientes-home .col img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
  }
  #clientes-home .col:nth-child(1) {
    width: 90%;
  }
  #clientes-home .col:nth-child(2) {
    padding: 2% 0;
    width: 90%;
    border-left: 0;
    border-bottom: 1px solid black;
    text-align: center;
  }
  #clientes-home .col:nth-child(3) {
    padding: 2% 0;
    width: 90%;
    border-left: 0;
    border-bottom: 1px solid black;
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .dadosEmpresa,
  .mailFt,
  .atendimentoFt,
  .iconsSocialFoot {
    text-align: center;
  }
  #clientes {
    font-size: 0;
    padding-top: 0;
    text-align: center;
  }
  #clientes figure {
    width: 90%;
    margin: 0;
  }
  #clientes figure:nth-child(2n) {
    margin-right: 0;
  }
  #quem-somos .inovacao .box {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 7%;
  }
  #quem-somos .inovacao .box p {
    margin-top: 0.5%;
  }
}
@media screen and (max-width: 520px) {
  .ui.table {
    font-family: Verdana, Arial;
    font-size: 0.625rem;
  }
  .container {
    padding: 5px;
  }
  #areaDoCarrinho .ui.table {
    font-family: Verdana, Arial;
    font-size: 1em !important;
    color: black;
  }
  #areaDoCarrinho .ui.table a {
    font-family: Verdana, Arial;
    font-size: 0.6875rem !important;
    color: black;
  }
  #areaDoCarrinho {
    min-height: 420px;
    font-size: 11px;
  }
  #areaDoCarrinho .titPage {
    font-size: 0.75rem !important;
  }
  .ui.image {
    display: none !important;
  }
  #areaDefault .titPage {
    font-size: 0.75rem !important;
  }
  .onlymobile {
    display: block;
  }
  .onlydesktop {
    display: none;
  }
}
.teamMember {
  overflow: hidden;
}
.teamMemberRight {
  /*float: right;*/
  width: 140px;
  /*padding-bottom:5px;*/

}
.teamMemberRight h3 {
  margin: 10px 0 5px;
}
.toggleMe {
  display: none;
  z-index: 95;
}
/* makes sure you don't see it while loading page */

.toggleMeTamanho {
  display: none;
  z-index: 95;
}
/* makes sure you don't see it while loading page */

