body {
  background-color: #fff;
  font-family: 'Arial' !important;
  position: relative;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
  color: #000 !important;
  background-position: center top;
  background-image: url(../imagens/textura.jpg);
  background-repeat: repeat-y;
}

h1{
  font-family: 'Conv_hanzel_normal-webfont' !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px !important;
    color: #23345a !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h1 span{
  color: #980000;
}

h2{
  font-family: 'Conv_hanzel_normal-webfont' !important;
  font-size: 18px !important;
}
h3{
  font-family: 'Conv_hanzel_normal-webfont' !important;
  font-size: 15px !important;
}
h4{
  font-family: 'Conv_hanzel_normal-webfont' !important;
}

/*header*/
header{
  position: relative;
  z-index: 1;
  display: block;
}
header .top-bk{
  background-position: center top;
  background-image: url(../imagens/top.png);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 63px;
  display: block;
  margin-bottom: 15px;
}
.top-h2{
  display: block;
  font-family: 'Conv_hanzel_normal-webfont';
  color: #23345a;
  text-transform: uppercase;
}
.top-h2.left{
  text-align: left;
  display: block;
}
.top-h2.right{
  text-align: right;
  display: block;
}
.top-h2 span.bk{
  background-color: #23345a;
  padding: 7px;
  border-radius: 100px;
  margin-top: 13px;
  display: block;
  box-shadow: 3px 4px 5px rgba(6, 6, 6, 0.13);
}

.top-h2 span.bk a{
  display: block;
  color: #fff;
  font-family: "arial";
  text-transform: none;
}

/*menu*/
nav.bk-menu{
  width: 100%;
  height: 94px;
  background-position: center top;
  background-image: url(../imagens/bk-menu.png);
  background-repeat: no-repeat;
  display: block;
  margin-top: 25px;
}
nav.bk-menu .bk{
  background-position: center top;
  background-image: url(../imagens/textura.jpg);
  background-repeat: repeat-y;
  width: 100%;
  min-height: 50px;
  border-radius: 0 0 20px 20px;
  box-shadow: 3px 4px 5px rgba(6, 6, 6, 0.13);
}
nav.bk-menu .bk ul{
  list-style: none;
  padding-left: 8px;
}
nav.bk-menu .bk ul li{
  float: left;
  position: relative;
  margin-top: 13px;
}
/*nav.bk-menu .bk ul li a span{
  font-size: 10px;
  color: #0EE03F;
  font-family: 'montserratextra_bold';
  width: 100%;
  text-align: center;
  display: block;
  }*/
  nav.bk-menu .bk ul li:hover a span, nav.bk-menu .bk ul li:hover ul{
    color: #EB0207;
  }

  nav.bk-menu .bk ul li a{
    color: #23345a;
    font-size: 14px;
    padding: 0px 8px 23px 9px;
    display: block;
    font-family: 'Conv_hanzel_normal-webfont';
    text-decoration: none;
    text-transform: uppercase;
  }
  nav.bk-menu .bk ul li a span.bord{
    border-top: solid #14a0ec 1px;
    border-bottom: solid #0098ea 1px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  nav.bk-menu .bk ul li:hover a, nav.bk-menu .bk ul li:hover ul{
    color: #EB0207;
  }
  nav.bk-menu .bk ul li#ico-sub{
    /*  padding-right: 10px;*/
    color: #fff;
  }
  nav.bk-menu .bk ul li#ico-sub:hover, nav.bk-menu .bk ul li#ico-sub:hover ul{
    color: #EB0207;
  }
  nav.bk-menu .bk ul li#ico-sub:before{
   font-family: 'FontAwesome';
   content: "\f107";
   display: block;
   position: absolute;
   right: 52%;
   bottom: 3%;
 }
 nav.bk-menu .bk ul li ul{
  display: block;
  position: absolute;
  overflow: hidden;
  top: 120px;
  left: 0px;
  border-radius: 8px;
  border-top: 5px solid #000000;
  background-color: #fff;
  width: auto;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 5
}

nav.bk-menu .bk ul li:hover ul{
  transition: all 0.2s ease-in-out;
  visibility: visible;
  top: 44px;
  

}
nav.bk-menu .bk ul li ul li{
  padding: 5px;
  border-bottom: solid 1px #ccc;
  width: 168px;
  float: none;
}
nav.bk-menu .bk ul li ul li a{
  color: #000 !important;
  padding: 5px;
  font-family: 'arial';
  text-align: left;
  font-size: 13px;

}
nav.bk-menu .bk ul li ul li a:hover{
  color: #ccc !important;
}

.ct-icon-search{
    height: 24px;
    width: 65px;
    display: block;
    border: 0px;
    text-align: center;
    line-height: 0px;
    outline: none !important;
    margin-top: 1px;
    padding: 0px;
    border-radius: 24px;
    background-color: #23345a;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.19);
}
#busc_demo{
  position: absolute;
  top: 72px;
  width: auto;
  right: 15px;
}
.ct-icon-search i{
 color: #e6e4e5;
}

/*buscar pesquisa*/
.busca-header{
  background-color: #980000;
  border-radius: 100px;
  display: block;
  width: 100%;
  min-height: 36px;
  transition: all 0.2s ease-in-out;
}
.busca-header .bsc-text{
    background-color: #fff;
    width: 160px;
    height: 32px;
    margin-top: 2px;
    margin-left: 3px;
    display: block;
    color: #000;
    border-radius: 100px;
    float: left;
    border: 0px;
    outline: none !important;
}
.busca-header .bsc-env{
 background-color: transparent;
 width: 50px;
 height: 35px;
 display: block;
 color: #fff;
 border-radius: 100px;
 float: right;
 border: 0px;
 outline: none;
 min-width: 100px;
}
/*vantagens*/
.vantagens{
  list-style: none;
  padding: 0px;
}
.vantagens li{
  width: 100%;
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

a.a-bt{
  display: block;
  width: 100%;
  text-align: center;

}
/*filtrar marcas*/
.produtos-por-marcas{
  display: block;
  list-style: none;
  padding: 0px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.produtos-por-marcas h2{
  display: block;
  color: #fff;
  background-color: #23345a;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: left;
  font-size: 16px !important;
}

.produtos-por-marcas .marcs{
  padding: 3px;
  display: block;
  width: 100%;
  background-color: #ededed;
  margin: 15px 0 15px 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}
.produtos-por-marcas li{
  width: 100%;
}
.produtos-por-marcas li a{
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ddd;
    width: 88%;
    margin-bottom: 10px;
    color: #5d5d5d;
    display: block;
    font-size: 15px;
}
.snowEffect{
  position: absolute;
  width: 100%;
  height: 100%;
}

/*produtos*/
.div-imagem-do-produto{
    position: relative;
    margin-bottom: 10px;
}
.div-bloco-produto{
  width: 100%;
  background-color: #fff;
    border: 1px solid #eaeaea;
}
.imagem-do-produto {
    width: 90%;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}
.curva-produto {
    position: relative;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 17px;
    background: url('../imagens/produto-curva.png') no-repeat;
    background-position: center;
}

/*calculadora de btus*/
.calcula-btus{
    display: block;
    list-style: none;
    padding: 0px;
    width: 100%;
    border-radius: 10px;
    background-color: #ddd;
}
.calcula-btus h2{
    display: block;
    width: 100%;
    color: #fff;
    background-color: #23345a;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    font-size: 16px !important;
    line-height: 28px;
}
.calcula-btus h2 span{
   width: 100px;
    display: block;
    margin: 0px auto 0 auto;
}
.calcula-btus h2 span img{
  width: 30px;
    float: left;}
.calcula-btus p{
  color: #fff;
  font-family: arial !important;
  font-size: 14px;
  margin-bottom: 0px;
}
.calcula-btus .label{
   font-size: 13px;
   color: #000;
}
.spinner {
  width: 100%;
  margin-bottom: 10px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 7px;
    margin-left: 0px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: -2px;
    left: 3px;
}

.calcula-btus input{
   background: #23345a !important;
    color: #fff !important;
    border: 0px !important;
    outline: none !important;
    padding: 15px !important;
    width: 100% !important;
    height: 30px !important;
        border-radius: 5px;
}
input.buttonCalcular{
    width: 100% !important;
    background: #fb4400 !important;
    margin: auto !important;
    text-align: center !important;
    margin-bottom: 11px !important;
    line-height: 41px !important;
    display: block;
    font-size: 18px !important;
    padding: 0px !important;
    height: auto !important;
    border-radius: 5px !important;
    color: #FFF !important;
    cursor: pointer !important;
}

.newsletter-bk{
    background-color: #a4b3c5;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url('../imagens/newsletter-bg2.jpg');
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
#new-email{
        border: none;
    border-radius: 3px !important;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding: 0 15px;
    width: 100%;
    background-color: #f12b22;
}
#new-botao{
    background-color: #23345a;
    border: none;
    border-radius: 3px;
    color: #fff;
    height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

footer{
 display: block;
    color: #000;
    position: relative;
    margin-top: 0px;
    padding: 30px 0 0;
    background-image: url(../imagens/rodape.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-footter {
    padding-top: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    color: #FFF;
    position: relative;
    background: #980000;
}
.bloco-rodape{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.bloco-rodape h2{
      margin-bottom: 21px;
    font-size: 20px !important;
    background-position: left center;
    background-repeat: no-repeat;
}

.address_rodape address{
    float: right;
    font-style: normal;
    width: 300px;

}

.bloco-rodape address span{
    margin-bottom: 20px;
    padding-left: 0px;
    display: block;
    position: relative;
}
.bloco-rodape address span .ico1:before{
    content: "\f041";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
.bloco-rodape address span .ico2:before{
    content: "\f0e0";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
.bloco-rodape address span .ico3:before{
    content: "\f095";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
/* menu rodape */

.mapa-site{
  width: 100%;
  min-height: 130px;
  display: block;
}

.mapa-site nav{
    float: left;
    width: 100%;
    height: auto;
}
.mapa-site nav ul{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    display: block;
    height: auto;
}

.mapa-sitenav ul li{
    padding-top: 8px;
    padding-bottom: 8px;
}
.mapa-site nav ul li a{
    color: #000;
    text-decoration: none;

}
/* footer fim*/
.nav-tabs > li {
    width: 50%;
    text-align: left;
    min-height: 80px;
}
#map {
    height: 300px;
}
/*tab*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #f12b22 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/*blog rodape*/
ul.blog{
 list-style: none;
 padding: 0px;
}
ul.blog li{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
ul.blog li a{
    display: block;
    color: #000;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

/*marcas rodape*/
.marcas-rodape{
  width: 100%;
  padding: 0px;
  border-radius: 10px;
  background-color: #ddd;
  margin-bottom: 10px;
  list-style: none;
}
.marcas-rodape li{
  float: left;
}
.marcas-rodape li a{
      box-shadow: inset rgba(0, 0, 0, 0.15) 7px 1px 19px !important;
      display: block;
      background: #EFEFEF;
      border-radius: 10px;
}

/*servicos*/
ul.lista{

 list-style: none;
 padding: 0px;
 }
 ul.lista li{
    background-image: url(../imagens/snowflake.svg);
    background-size: 20px;
    text-align: left;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 36px;
    word-wrap: normal;
 }

/*maxima refrigeracao*/
form.contatos button, .bt-curriculo {
    background: #980000;
    height: 35px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: solid 1px #c5c5c5 !important;
    box-shadow: 0px 4px 0px #cecece !important;
    border-radius: .25rem;
}
a.blog{
  border-radius: 100px !important;
  display: block;
  position: relative;
  color: #ffffff !important;
  background-color: #980000 !important;
  border-color: #ccc !important;
}
a.blog:hover{
  background-color: #ddd !important;
}