/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
    background:#fff;
    font-family: 'Open Sans', sans-serif;
}


/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/

@font-face {
    font-family: 'sanserifficregular';
    src: url('sanseriffic-webfont.woff2') format('woff2'),
         url('sanseriffic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.wow {
   visibility: hidden;
}
::selection { background: #e9893f; color: #000; } ::-moz-selection { background: #e9893f; color: #000; }

#menuMobile{
    position: fixed;
    display: none;
}

#menuMobile{
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    min-height: 100%;
    background: #2a6386;
    line-height: 2.25em;
    padding: 20px;
    z-index: 9999 !important;
    cursor: pointer;
}
#menuMobile .btn-primary{
  width: 100% !important;
}
#menuMobile a,#menuMobile span{
    font-family: 'Cairo', sans-serif;
    color:#f2f2f2;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
}
#menuMobile h3{
   font-family: 'Cairo', sans-serif;
    color:#f2f2f2;
    font-size: 22px;
    font-weight: 700;
}
#menuMobile h3 small{
    color:#f2f2f2;
    font-size: 12px;
}
#closeMenuMobile{
  display: none;
}

.barra-navegacao{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #2a6386;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);

}

.barra-navegacao a{
    color:#fff;
    text-decoration: none;
    font-size: 0.85em;
}
.barra-navegacao a span{
  font-family: 'Cairo', sans-serif;
   font-weight: 700;
  color:#fff;
  text-decoration: none;
  font-weight: normal;
}
.barra-navegacao .coluna-barra{
   text-align: center;
   line-height: 1.2em;
}

/*---------------------------------
  HEADER
-----------------------------------*/
header{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 199px;
  background: #e5e6e7;
  z-index: 501;
}

@media(max-width: 540px){
  header{
    min-height: 100px;
    padding-bottom: 30px;
  }
}

header .barra-topo{
  height: 35px;
  width: 100%;
  position: relative;
  display: block;
  background:#2a6386;
  border-bottom: 0px solid #cdcbca;
  margin-bottom: 5px;
  color:#fff;
  font-family:'Cairo', sans-serif;
  padding-top:4.5px;
}

header .barra-topo a,
header .barra-topo a:hover{
  text-decoration: none;
  color:#fff;
  font-family:'Cairo', sans-serif;
  padding-left:7.5px;
  font-size: 13px;
}

header .barra-topo span{
   padding-left:7.5px;
}

@media(max-width: 540px){

  header .barra-topo span:last-child{
    display: block;
    height: 0px;
    width: 0px;
    opacity: 0;
  }
  header .barra-topo{
        height: auto;
        width: 100%;
        position: relative;
        display: block;
        background: #2a6386;
        border-bottom: 0px solid #cdcbca;
        margin-bottom: 5px;
        color: #fff;
        font-family: 'Cairo', sans-serif;
        padding-top: 4.5px;
        padding-bottom: 12px;
        text-align: center;
  }
  header .barra-topo .text-right{
    text-align: center;
  }
}

header .logo{
  position: relative;
  padding-top: 25px;
  padding-right: 0px;
}

@media(max-width: 540px){
   header .logo{
    text-align: center;
   }
}

header .logo img {
    max-width: 100%;
    height: auto;
    width: 202px;
}

@media(max-width: 540px){
  header .logo img{
    max-width: 80%;
    height: auto;
  }

}

header .busca-telefone .coluna-um{
  text-align: left;
}
header .busca-telefone .coluna-um h3{
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color:#000;
  font-size: 18px;
}
header .busca-telefone .coluna-um h3 small{
  color:#000;
}
header .busca-telefone .coluna-dois form{
  float: right;
  padding-top: 30px;
}


header .busca-telefone h3{
    display: block;
    width: 222px;
    float: right;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    padding-top:12px;
    margin-left:13px;
}


header .telefone h3{
  display: block;
    width: 196px;
    float: right;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    margin-right: 7px;
}

header .telefone h3 img{
  margin-top: -5px;
}

header .form-control{
  border-radius: 0px !important;
  width: 100%;
  width: auto !important;
  height: 40px !important;
  min-width: 352px;
  margin-right:1px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
    width: auto !important;
    background: #2a6386 !important;
    border-color: #2a6386 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0px;
    font-size: 1.12em;
    height: 38px !important;
}

header .btn-primary,
header .btn-primary:hover,
header .btn-primary:active,
header .btn-primary:focus,
header .btn-primary:visited{
  height: 39px !important;
  padding-top: 8px !important;
  background: #f47a1f !important;
  border-color: #f47a1f !important;
  padding-left: 22px !important;
  padding-right: 20px !important;
  font-size: 14px !important;
  outline: none !important; 
  box-shadow: none !important;
}

/*---------------------------------
	MENU DESKTOP
-----------------------------------*/

.menu-desktop{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  z-index: 999;
  position: relative;
}
.menu-desktop a.menu-pai{
  color: #000;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  font-size: 1.12em;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.menu-desktop a.menu-pai.menu-ativo{
  color: #000;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
 
}
.menu-desktop a.menu-pai:hover,.dropdown.dropdown-inline.open a.menu-pai{
  color: #e9893f;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
 
}

.dropdown-menu{
  line-height: 1em !important;
  padding-bottom: 0px;
  padding-top: 0px;
}
.dropdown-menu.dropdownhover-bottom,.dropdown-menu.dropdownhover-right,.dropdown-menu.dropdownhover-left{
  top:36px;
  background: #2a6386;
  border-radius: 0px;
}
.dropdown-menu.dropdownhover-bottom a,.dropdown-menu.dropdownhover-left a{
  color:#fff;
  font-family: 'Cairo', sans-serif;
  text-decoration: none;
}
.dropdown-menu > li, .dropdown-menu > li,.dropdown-menu > li.open{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown-menu > li:hover, .dropdown-menu > li:hover,.dropdown-menu > li.open:hover, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li.open > a {
    text-decoration: none;
    background: #2a6386;
    color: #fff !important;
     -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #efefef !important;
    float: right;
    margin-top: 6px;
}



/*---------------------------------
	SLIDE
-----------------------------------*/
.slide{
  position: relative;
}

.slide img{
  width: 100%;
  height: auto;
}



/*---------------------------------
  FILTROS
-----------------------------------*/

.filtro-de-produtos{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 500;
  margin-top: 45px;
}

.titulo-sessao-filtros h2{
   font-family: 'Cairo', sans-serif;
   color: #2a6386;
   font-size: 26px;
   text-align: center;
   text-transform: uppercase;
   color: #2a6386;
   padding-bottom: 0px;
   border-bottom: 0px solid #ca6521;
}

.titulo-sessao-filtros h2 span{
    display: block;
    width: 69px;
    height: 6px;
    background: #f47a1f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}

.filtro-de-produtos .btn-primary,
.filtro-de-produtos .btn-primary:hover,
.filtro-de-produtos .btn-primary:active,
.filtro-de-produtos .btn-primary:visited,
.filtro-de-produtos .btn-primary:focus{
   font-family: 'Cairo', sans-serif;
   font-weight: 700;
   font-size: 14px;
}



.nav-tabs {
    border-bottom: 0px solid #dddddd;
    text-align: center;
}

.nav > li {
    float: none;
    position: relative;
    display: inline-block;
}

.nav-tabs > li > a,.nav-tabs > li > a:hover  {
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 8px;
    width: 136px;
    text-align: center;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1.2em;
    background: #e6e6e6;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.nav-tabs > li > a:hover{
  color: #000;
    background-color: #e6e6e6;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #f47a1f;
    border: 1px solid #f47a1f;
    border-bottom-color: f47a1f;
    cursor: default;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

@media(max-width: 540px){
      .nav-tabs > li > a, .nav-tabs > li > a:hover {
        margin-right: 5px;
        margin-left: 5px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 4px;
        text-align: center;
        font-family: 'Cairo', sans-serif;
        text-transform: uppercase;
        color: #000;
        font-size: 1.2em;
        background: #e6e6e6;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}

.tab-content{
  padding-top: 20px;
}

/*---------------------------------
  LISTAGEM DE PRODUTOS
-----------------------------------*/
.listagem-de-produtos .produto{
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid transparent;
  padding: 18px;
  height: 485px;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}


.produto .btn-produto{
  background: #ca6521 !important;
  border-color: #ca6521 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding-left: 16.5px !important;
  padding-right: 16.5px !important;
  padding-top: 4px;
  padding-bottom: 7px;
  height: auto !important;
  text-transform: none;
}

.listagem-de-produtos .produto:hover{
  border: 1px solid #ccc;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.listagem-de-produtos .produto .imagem-produto{
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  background: #f2f2f2;
}

@media(max-width: 540px){
  .listagem-de-produtos .produto .imagem-produto {
    position: relative;
    width: 100%;
    height: 131px;
    margin-bottom: 10px;
    background: #f2f2f2;
}
}

.listagem-de-produtos .produto .imagem-produto label{
   color: #fff !important;
    float: none;
    position: absolute;
    display: block;
    top: 12px;
    left: 5px;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.listagem-de-produtos .produto .imagem-produto a{
  display: block;
  width: 100%;
  height: 200px;
  text-decoration: none;
  padding: 12px;
  text-align: right;
}

.listagem-de-produtos .produto .imagem-produto a img{
  width: 120px;
  height:auto;
}

.listagem-de-produtos .produto h1{
  line-height: 0.4em;
  margin-top: 0px;
}
.listagem-de-produtos .produto h1 a{
  font-size: 16px;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.listagem-de-produtos .produto h1 a small{
  font-size: 12px;
  color: #000;
  height: 70px;
    display: block;
    line-height: 1.5em;
    padding-top: 10px;
}

@media(max-width: 540px){
  .listagem-de-produtos{
    padding-left: 25px;
    padding-right: 25px;
  }
  .listagem-de-produtos .produto {
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid transparent;
    padding: 9px;
    height: 432px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
}

.listagem-de-produtos .produto h2{
  height: 86px;
  text-align: left;
}

.listagem-de-produtos .produto h2 a{
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  line-height: 19px;
  font-size: 15px;
  color: #747474;
  text-decoration: none !important;
}

.listagem-de-produtos .produto h2 a b{
  font-weight: bold;
}

.listagem-de-produtos .produto h2 a span{
  text-align:left;
  display:block;
  color: #747474;
}

.listagem-de-produtos .produto h3{
  font-weight: bold;
  color: #2a6386;
  height:84px;
}

@media(max-width: 540px){
   .listagem-de-produtos .produto h3{
    height:100px;
   }
}

.listagem-de-produtos .produto h3 small{
  display:block;
  font-weight: normal;
}
.listagem-de-produtos .produto h3 strike{
  display:block;
  font-weight: normal;
}




.listagem-de-produtos-interna .produto{
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #f2f2f2;
  padding: 18px;
  height: 450px;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.listagem-de-produtos-interna .produto h2 {
    height: 99px;
    text-align: left;
}


.listagem-de-produtos-interna .produto .imagem-produto {
    position: relative;
    width: 100%;
    height: 146px;
    margin-bottom: 10px;
    background: #f2f2f2;
}

.conteudo-olho h2{
  font-weight: normal;
  margin-top:0px;
  color: #2a6386;
  text-transform: uppercase;
  margin-bottom: 38px;
}


.filtros-on-top{
  text-align: right;
}


.navegacao-apoio-usuario{
  padding-top: 0px;
  padding-bottom: 26px;
  font-size: 13px;
}

.navegacao-apoio-usuario span{
  padding-left: 5px;
  padding-right: 5px;
}


.navegacao-apoio-usuario a,
.navegacao-apoio-usuario a:hover{
   padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-decoration: none !important;
}

/*---------------------------------
  WORK
-----------------------------------*/
.work{
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.work .titulo-sessao{
  text-align: center;
}

.work .titulo-sessao h2{
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f2f2f2;
}

.noticia{
  position: relative;
  padding: 12px;
  background: #fff;
}
.noticia h3{
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.noticia p{
  color: #747474;
  line-height: 1.em;
  font-size: 0.9em
}

.noticia .imagem-noticia{
  width: 100%;
  display: block;
  position: relative;
  height: 200px;
}

.noticia .imagem-noticia a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.work .titulo-pagina h1{
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  color:#2a6386;
}

.work .conteudo p,
.work .conteudo ul,
.work .conteudo ul li,
.work .conteudo ol{
   font-family: 'Open Sans', sans-serif;
   color:#363636;
   line-height: 1.72em;
   text-align: justify;
}

.work .conteudo img{
  max-width: 100%;
  height: auto;
}
.work .breadcrumb{
  background: none;
  padding: 0px;
  font-size: 0.9em;
}
.work .breadcrumb a{
  color: #ff802d;
  text-decoration: none;
}

.filtro-filho{
  background: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.filtro-filho h3{
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  background: #2a6386;
  margin-top:0px;
  font-size: 15px;  
  letter-spacing: 1px;
}

.filtro-filho .form-control{
  border-radius: 0px;
  border-color: #000;
  font-family: 'Cairo', sans-serif;
}

.filtro-filho .btn-primary,
.filtro-filho .btn-primary:hover,
.filtro-filho .btn-primary:active,
.filtro-filho .btn-primary:visited,
.filtro-filho .btn-primary:focus{
  width: 100% !important;
  display: block !important;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'sanserifficregular' !important;
  height: auto !important;
  background: #fff !important;
  font-size: 12.5px !important;
  border:1px solid #000 !important;
  color:#666465 !important;
  letter-spacing: 1.5px;
}

.caixa-titulo-categoria{
  background: #ff9933;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}

@media(max-width: 540px){
  .caixa-titulo-categoria{
    height: 110px;
  }
}

.caixa-titulo-categoria h3{
  margin-top: 0px;
  padding-top: 0px;
  color:#fff;
  font-size: 18px;
  font-family: 'Cairo', sans-serif;
}
.caixa-titulo-categoria h3 small{
  color: #fff;
}
.caixa-titulo-categoria .coluna-um{
  padding-top: 10px;
}
.caixa-titulo-categoria .coluna-dois{
  text-align: right;
}
@media(max-width: 540px){
 .caixa-titulo-categoria .coluna-dois{
    text-align: left;
  } 
}


.paginacao{
  text-align: left;
}
.paginacao span,.paginacao a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid #f2f2f2;
    color: #2a6386;
    white-space: nowrap;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
    border-radius: 0px;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000 !important;
}

.work .botoes-marcas{
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}

.work .botoes-marcas a{
      font-family: 'sanserifficregular' !important;
      text-decoration: none;
      color:#fff;
      background: #2a6386;
      padding: 12px;
      border-radius: 8px;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      text-transform: uppercase;
      font-size: 1.12em;
      width: auto;
      letter-spacing: 1.5px;
      margin-bottom: 10px;
      -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.work .botoes-marcas a:hover{
     -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
     background: #ff9933;
     color: #fff;
}


@media(max-width: 540px){
   .work .botoes-marcas a{
    display: block;
    width: 100%;
   }
}


.imagem-produto-loop-interna{
  cursor: pointer;
}
.imagem-produto-loop-interna img{
  position: relative;
  z-index: 409 !important;
  width: 100%;
  height: auto;
}

.imagem-produto{
  padding-right: 0px;
}

.info-produto{
  padding-left: 30px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,.table-bordered > tbody > tr{
    border: 0px solid #363636 !important;
}
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #363636;
    font-family: 'Cairo', sans-serif;
    font-size: 1.12em;
}

.info-produto h2{
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.info-produto h1{
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Cairo', sans-serif;
  padding-top: 5px;
    font-size: 25px;
}


@media(max-width: 540px){
   
   .info-produto h2{
    margin-top: 30px;
    font-size: 18px;
   }
   .info-produto h1{
    font-size: 20px;
   }

   .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #363636;
    font-family: 'Cairo', sans-serif;
    font-size: 1em;
}

}


.extra-titulo h3{
    font-family: 'Cairo', sans-serif;
    color: #2a6386;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.work .para-ser-usado{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 165px;
  padding: 30px;
  padding-left: 0px;
}

.work .para-ser-usado ul{
  padding-left: 0px;
}

@media(max-width: 540px){
   .work .para-ser-usado{
    padding: 10px;
    padding-top: 20px;
   }
}

.work .para-ser-usado ul li{
    font-family: 'sanserifficregular' !important;
    font-size: 1.45em;
    padding-bottom: 15px;
    list-style: none;
}

.work .para-ser-usado ul li::before {
  content: "• ";
  color: #ff9933; /* or whatever color you prefer */
}


/*---------------------------------
  RODAPÉ
-----------------------------------*/
footer{
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 200px;
  background: #2a6386;
  padding-top: 15px;
  padding-bottom: 0px;
}

footer .infos{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 17.5px;
  padding-bottom: 10px;
  background: #f0f0f0 !important;
  margin-top:35px;
}

footer .infos p{
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 13px;
}

footer .evolutiva{
  position: relative;
  display: block;
  background: #f47a1f;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 14.5px;
  font-size: 13px;
}

footer .evolutiva a,
footer .evolutiva a:hover{
  text-decoration: none;
  color: #fff !important;
} 


@media(max-width: 540px){
  footer{
    padding-bottom: 100px;
  }
}

footer .coluna-um{
  padding-top: 35px;
}
footer .coluna-um img{
  max-width: 90%;
  height: auto;
}

footer .coluna-dois{
  padding-top: 28px;
}

footer .coluna-dois a{
  color: #fff;
  text-decoration: none;
  font-family: 'Cairo', sans-serif;
  text-decoration: underline;
  line-height: 1.6em;
  font-size: 1.3em;
}

footer .coluna-tres{
  padding-top: 30px;
}

footer .coluna-tres p{
  font-family: 'Cairo', sans-serif;
  color:#fff;
  font-size: 1.05em;
} 

footer .coluna-tres p i{
  padding-right: 12px;
}

footer .coluna-quatro{
  padding-top: 30px;
  text-align: right;
}

footer .coluna-quatro a{
  padding-left: 14px;
  text-decoration: none;
}

footer .corpy-dev{
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size: 0.9em;
  padding-top: 14px;
}
footer .corpy-dev a{
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   color:#fff;
   text-decoration: none;
}


/*---------------------------------
  CONTACT FORM 7 WPCF7
-----------------------------------*/
 .wpcf7{
  margin-top: 0px;
}
 label {
    display: block;
    width: 90%;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'Open Sans';
    color:#2a6386 !important;
}

 .wpcf7 input, .wpcf7 button, .wpcf7 select, .wpcf7 textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 6px;
    background: #f0f0f0 !important;
    border: 1px solid #ccc !important;
}

 .wpcf7 textarea{
  height: 150px;
  width: 105%;
}

@media(max-width: 540px){

   .wpcf7 textarea{
    height: 120px;
    width: 100%;
  }

}

 .wpcf7 textarea{
  height: 80px;
  width: 100%;
}


 .wpcf7-form-control.wpcf7-submit{
      width: auto !important;
      background: #ff802c !important;
      border-color:#ff802c;
      font-family: 'Open Sans';
      color:#fff;
      padding: 10px 14px;
      font-size: 15px;
      line-height: 1.42857143;
      border: none !important;
    text-transform: capitalize !important;
    font-size: 1.05em;
    padding-left: 22px;
    padding-right: 22px;
    }


/* SVG */
.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
  fill: #2a6386;
}

.dataTables_filter{
  text-align: right !important;
}
.dataSelect_info{
  text-align: left !important;
}


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    background: none !important;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2a6386 !important;
    background:none !important;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff !important;
    background-color: #2a6386 !important; 
    border-color: #2a6386 !important;
    cursor: default;
}


.filtro-de-produtos .carregandoProdutos{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  background: rgba(255,255,255,0.90);
  padding: 100px;
  text-align: center;
}

@media(max-width: 540px){
  .padding-mobile{
    padding-left: 13px !important;
    padding-right: 25px !important;
  }
  table * .label{
    display: block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 14.5px;
    color: #ffffff;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: baseline;
    border-radius: .25em;
    word-break: normal;
    max-width: 130px;
    position: relative;
}

}


.paginacao{
    position: relative;
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 0.9em;
    padding-left: 15px;
    margin-right: 12px;
}

.ordenacao{
      display: block;
    width: 181px;
    float: right;
    margin-top: 4px;
}

.paginacao span.current{
  color: #000;
  font-weight: bold;
}

.paginacao a{
  text-decoration: none;
  color: #089E71;
    padding-left: 10px;
    padding-right: 10px;
}


  #dataSelectList_length{
    display: none !important;
  }
/* ARTIGOS */
.postagem{
  padding-left: 10px;
  padding-right: 10px;
}
.postagem .caixa-postagem{
  position: relative;
  display: block;
  width: 100%;
  height: 462px;
  margin-bottom: 20px;
  background: #fff;
  padding: 9px;
}
.postagem .caixa-postagem .foto-postagem{
  width: 100%;
  height: 237px;
  margin-bottom: 12px;
}

.postagem .caixa-postagem .foto-postagem a,
.postagem .caixa-postagem .foto-postagem a:hover{
   display: block;
   width: 100%;
   height: 100%;
   text-decoration: none;
}

.postagem .caixa-postagem h3{
  line-height: 20px;
}
.postagem .caixa-postagem h3 a,
.postagem .caixa-postagem h3 a:hover{
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


.conteudo-single-artigos h1,
.conteudo-single-artigos h2,
.conteudo-single-artigos h3,
.conteudo-single-artigos h4,
.conteudo-single-artigos h5{
  font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.conteudo-single-artigos h1{
  font-size: 32px;
}

.conteudo-single-artigos h2{
  font-size: 26px;
}

.conteudo-single-artigos h1 img{
  margin-bottom: 18px;
}

.postagem .caixa-postagem h3 small{
  font-size: 12px;
}

.postagem .caixa-postagem p{
  color: #747474;
  margin-bottom: 16px;
  font-size: 13px;
}

.postagem .caixa-postagem p a,
.postagem .caixa-postagem p a:hover{
  color: #fff;
  background: #f47a1f;
  padding: 5px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  font-size: 13px;
}

.widget{
  margin-bottom: 25px;
}

.widget ul {
    margin-left: 0px;
    padding-left: 18px;
    padding-right: 14px;
    color: #747474;
}
.widget ul,.widget ul li{
  /* list-style: none; */
}

.widget ul li a, .widget ul li a:hover{
  color: #747474;
  text-decoration: none;
}
.widget ul li{
  padding-bottom: 8px;
}

.widget ul li.cat-item{
  padding-left: 10px;
  list-style: none;
}
.widget ul li.cat-item.cat-item-4{
  padding-left: 0px;
}
.widget img{
  width: 100%;
  height: auto;
}

/* CATALOGO ONLINE */



  
@media (max-width: 540px){

    .whatsapp{
      position: fixed;
      display: block;
      bottom: 80px;
      left: 30px;
      z-index: 9999999999999;
    }


      .whatsapp img{
        width: 58px;
        height: auto;
      } 

      .zopim{
        bottom: 71px !important;
      }

}

.swal2-container{
  display: none;
}

#dataSelectGrid .checkbox-inline{
  display: none !important;
}


.paginacao span.page-numbers.current {
    background: #ca6521 !important;
    color: #fff !important;
}

span.page-numbers.current {
    background: #2a6386 !important;
    color: #fff !important;
}


.work .botoes-marcas a.ativo {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ff9933;
    color: #fff;
}


section.produtos-tres-colunas{
    position: relative;
    display: block;
    padding-top: 39px;
    padding-bottom: 48px;
    background: #f7f7f7;
}

section.produtos-tres-colunas .colunas h3{
  font-weight: bold;
  color: #2a6386;
  text-transform: uppercase;
  height: 58px;
}

section.produtos-tres-colunas .colunas p{
  color: #747474;
  line-height: 23px;
}


.pre-rodape{
    position: relative;
    display: block;
    padding-top: 26px;
    padding-bottom: 28px;
    background:#f0f0f0;
}

@media(max-width: 540px){
   .pre-rodape{
    text-align: center;
   }
}

.pre-rodape .whatsapp-prerodape{

}

.pre-rodape .whatsapp-prerodape h3{
   font-family: 'Cairo', sans-serif;
    font-weight: bold;
    color: #747474;
}

.pre-rodape .whatsapp-prerodape h3 img{
   margin-right: 10px;
}

.pre-rodape .selos-prerodape{
   text-align: right;
}


@media(max-width: 540px){
  .pre-rodape .selos-prerodape{
    text-align: center;
  }
}

.pre-rodape .selos-prerodape h3{
    font-weight: bold;
    font-size: 18px;
    color: #2a6386;
    display: block;
    float: right;
    text-align:left;
    width: 165px;
}

.pre-rodape .selos-prerodape img{
    height: 68px;
    margin-right: 18px;
    margin-top: 1px;
    float: right;
}

@media(max-width: 540px){
      .pre-rodape .selos-prerodape img {
        height: 68px;
        margin-right: 18px;
        margin-top: 1px;
        float: none;
        margin-bottom: 20px;
    }
    .pre-rodape .selos-prerodape h3 {
        font-weight: bold;
        font-size: 18px;
        color: #2a6386;
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
}

.pre-rodape-2{
   position:relative;
   display:block;
   padding-top:35px;
   padding-bottom: 80px;
}

.pre-rodape-2 h2{
    font-family: 'Cairo', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}












.controle-banner-na-homepage{
  position: absolute;
  top: 178px;
  left: 0px;
  padding-top: 0px;
  width: 100%;
  height: auto;
}

@media(max-width: 540px){
  .controle-banner-na-homepage{
    top: 321px;
    display: none;
  }
}

.controle-banner-na-homepage .owl-theme img{
  width: 25px !important;
  height: auto !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner {
  position: absolute;
  top: 36.5%;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner{
  outline: none !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-prev,
.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-prev {
  left: -28px;
}

.controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-next {
  right: -28px;
}

@media(max-width: 540px){

    .controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-prev {
      left: 2px;
    }
    
    .controle-banner-na-homepage .owl-theme .custom-nav-banner .owl-next {
      right: 2px;
    }

}




.white{
  position: relative;
  display: block;
  width:100%;
  height:auto;
  background:#fff;
  padding-top:40px;
  padding-bottom: 25px;
}


section.tipo-de-produto{
      padding-bottom: 48px;
    padding-top: 22px;
}

section.tipo-de-produto .btn-primary{
  font-size: 22px !important;
  font-weight: bold !important;
  height: auto !important;
  text-transform: uppercase !important;
  background: #ca6521 !important;
  border-color: #ca6521;
  margin-left: 13px;
  margin-right: 13px;
  border-radius: 10px;
}

section.loop-produtos{
  background:#fff;
  padding-top: 35px;
  padding-bottom: 25px;
}


.sidebar-produtos{
   padding-bottom:40px;
}


.sidebar-produtos h4{
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  color: #747474;
}


.sidebar-produtos ul{
  margin-bottom: 35px;
  padding-left: 23px;
}

.sidebar-produtos ul li{
  list-style: none;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.sidebar-produtos ul li a,
.sidebar-produtos ul li a:hover{
  color: #747474;
  text-decoration: none;
}


.imagem-do-produto img{
    width: 100%;
    height: auto;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px;
}

.dados-do-produto{

}

@media (max-width: 540px){
  .dados-do-produto {
    padding-top: 40px;
}
}

.dados-do-produto .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.dados-do-produto h1{
    word-break: break-word;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    color: #2a6386;
    margin-bottom: 23px;
}

.coluna-parcelas{
  text-align: center;
}

.coluna-parcelas h3{
  margin-top: 0px;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.coluna-parcelas h3 small{
 display: block;
    font-weight: normal;
    color: #747474;
    font-size: 15px;
}

.coluna-a-vista p{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #2a6386;
    line-height:32px;
}

.coluna-a-vista p small{
  display: block;
    font-weight: normal;
    color: #747474;
    font-size: 15px;
    margin-top: -7px;
}

.header-parcelamento{
        position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px;
    padding-top: 16px;
    padding-bottom: 10px;
    margin-top: -9px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.header-parcelamento h3{
  font-size: 14px;
    font-weight: bold;
    margin-top:0px;
    color: #747474;
}

.header-parcelamento h3 i{
    font: normal normal normal 14px/1 FontAwesome !important;
}

.cr__btn .btn-success,
.cr__btn .btn-success:hover{
      display: block;
    width: 100%;
    font-weight: bold;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
    height: 48px;
    padding-top: 9px;
    font-size: 17px;
}


.wc-field-submit .wpd_label{
  display:none !important;
}

.wpd-reply-button svg{
  display: none !important;
}










.page-tabs {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-top: 30px;
      }

.pcss3t > ul > li{
        padding: 0 !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
      }


      .pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
      .pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
      .pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
      .pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
      .pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
      .pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
      .pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
      .pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
      .pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
      .pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transform: scale(1,1);
        -webkit-transform: rotate(0deg);
      }
      .pcss3t-height-auto > ul {
        height: auto !important;
      }
      .pcss3t-height-auto > ul > li {
        position: static;
        display: none;
        height: auto !important;
            width: 100%;
    overflow-x: hidden;
      }
      .pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
      .pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
      .pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
      .pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
      .pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
      .pcss3t-height-auto > .tab-content-6:checked ~ ul .tab-content-6,
      .pcss3t-height-auto > .tab-content-7:checked ~ ul .tab-content-7,
      .pcss3t-height-auto > .tab-content-8:checked ~ ul .tab-content-8,
      .pcss3t-height-auto > .tab-content-9:checked ~ ul .tab-content-9,
      .pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
        display: block;
      }
      .pcss3t .grid-row {
        margin-top: 20px;
      }
      .pcss3t .grid-row:after {
        content: '';
        display: table;
        clear: both;
      }
      .pcss3t .grid-row:first-child {
        margin-top: 0;
      }
      .pcss3t .grid-col {
        display: block;
        float: left;
        margin-left: 2%;
      }
      .pcss3t .grid-col:first-child {
        margin-left: 0;
      }
      .pcss3t .grid-col .inner {
        padding: 10px 0;
        border-radius: 5px;
        background: #f2f2f2;
        text-align: center;
      }
      .pcss3t .grid-col-1 {
        width: 15%;
      }
      .pcss3t .grid-col-2 {
        width: 32%;
      }
      .pcss3t .grid-col-3 {
        width: 49%;
      }
      .pcss3t .grid-col-4 {
        width: 66%;
      }
      .pcss3t .grid-col-5 {
        width: 83%;
      }
      .pcss3t .grid-col-offset-1 {
        margin-left: 19%;
      }
      .pcss3t .grid-col-offset-1:first-child  {
        margin-left: 17%;
      }
      .pcss3t .grid-col-offset-2 {
        margin-left: 36%; 
      }
      .pcss3t .grid-col-offset-2:first-child {
        margin-left: 34%;
      }
      .pcss3t .grid-col-offset-3 {
        margin-left: 53%;
      }
      .pcss3t .grid-col-offset-3:first-child {
        margin-left: 51%;
      }
      .pcss3t .grid-col-offset-4 {
        margin-left: 70%;
      }
      .pcss3t .grid-col-offset-4:first-child {
        margin-left: 68%;
      }
      .pcss3t .grid-col-offset-5:first-child {
        margin-left: 85%;
      }
      .pcss3t .typography {
        color: #666;
      }
      .pcss3t .typography h1,
      .pcss3t .typography h2,
      .pcss3t .typography h3,
      .pcss3t .typography h4,
      .pcss3t .typography h5,
      .pcss3t .typography h6 {
        margin: 40px 0 0 0;
        padding: 0;
        text-align: left;
        color: #333;
      }
      .pcss3t .typography h1 {
        font-size: 40px;
        line-height: 60px;
        text-shadow: 3px 3px rgba(0,0,0,0.1);
      }
      .pcss3t .typography h2 {
        font-size: 32px;
        line-height: 48px;
        text-shadow: 2px 2px rgba(0,0,0,0.1);
      }
      .pcss3t .typography h3 {
        font-size: 26px;
        line-height: 38px;
        text-shadow: 1px 1px rgba(0,0,0,0.1);
      }
      .pcss3t .typography h4 {
        font-size: 20px;
        line-height: 30px;
      }
      .pcss3t .typography h5 {
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
      }
      .pcss3t .typography h6 {
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
      }
      .pcss3t .typography p {
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 20px;
        text-align: left;
      }
      .pcss3t .typography ul,
      .pcss3t .typography ol {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
      }
      .pcss3t .typography li {
        position: relative;
        margin-top: 5px;
        padding-left: 20px;
      }
      .pcss3t .typography li ul,
      .pcss3t .typography li ol {
        margin-top: 5px;
      }
      .pcss3t .typography ul li:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 4px;
        background: #404040;
      }
      .pcss3t .typography ol {
        counter-reset: list1;
      }
      .pcss3t .typography ol > li:before {
        counter-increment:list1;
        content: counter(list1)'.';
        position: absolute;
        top: 0;
        left: 0;
      }
      .pcss3t .typography a {
        text-decoration: underline;
        color: #1889e6;
      }
      .pcss3t .typography a:hover {
        text-decoration: none;
      }
      .pcss3t .typography .pic {
        padding: 4px;
        border: 1px dotted #ccc;
      }
      .pcss3t .typography .pic img {
        display: block;
      }
      .pcss3t .typography .pic-right {
        float: right;
        margin: 0 0 10px 20px;
      }
      .pcss3t .typography .link {
        text-decoration: underline;
        color: #1889e6;
        cursor: pointer;
      }
      .pcss3t .typography .link:hover {
        text-decoration: none;
      }
      .pcss3t .typography h1:first-child,
      .pcss3t .typography h2:first-child,
      .pcss3t .typography h3:first-child,
      .pcss3t .typography h4:first-child,
      .pcss3t .typography h5:first-child,
      .pcss3t .typography h6:first-child,
      .pcss3t .typography p:first-child {
        margin-top: 0;
      }
      .pcss3t .typography .text-center {
        text-align: center;
      }
      .pcss3t .typography .text-right {
        text-align: right;
      }
      .pcss3t-steps > label {
        cursor: default;
      }
      .pcss3t-effect-scale > ul > li {
        -webkit-transform: scale(0.1,0.1);
      }
      .pcss3t-effect-rotate  > ul > li {
        -webkit-transform: rotate(180deg);
      }
      .pcss3t-effect-slide-top > ul > li {
        top: -40px;
      }
      .pcss3t-effect-slide-right > ul > li {
        left: 80px;
      }
      .pcss3t-effect-slide-bottom > ul > li {
        top: 40px;
      }
      .pcss3t-effect-slide-left > ul > li {
        left: -80px;
      }

      /**/
      /* top right */
      /**/
      .pcss3t-layout-top-right {
        text-align: right;
      }


      /**/
      /* top center */
      /**/
      .pcss3t-layout-top-center {
        text-align: center;
      }


      /**/
      /* top combi */
      /**/
      .pcss3t > .right {
        float: right;
      }


      .pcss3t-icons-top > label {
        text-align: center;
      }
      .pcss3t-icons-top > label i {
        float: none;
        margin: 0 auto -10px;
        padding-top: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
      }
      .pcss3t-icons-right > label i {
        float: right;
        margin: 0 -2px 0 8px;
      }
      .pcss3t-icons-bottom > label {
        text-align: center;
      }
      .pcss3t-icons-bottom > label i {
        float: none;
        margin: -10px auto 0;
        padding-bottom: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
      }
      .pcss3t-icons-only > label i {
        float: none;
        margin: 0 auto;
        font-size: 23px;
      }
      .pcss3t label[for="tab1"]{
        margin-left: 9%;
      }
      @media(max-width: 540px){
         .pcss3t label[for="tab1"]{
          margin-left: 0%;
        }
      }

        .pcss3t label[for="tab1"]{
        margin-left: 0 !important;
      }
      
      .page-tabs input{
        opacity:0;
      }


      .pcss3t > label { 
                padding: 0 20px;
                padding-left: 0px;
                margin-right: 26px;
                background: #fff;
                display:unset;
                font-size: 13px;
                line-height: 30px;
                width: 200px;
                color: #000;
                text-align: left;
                opacity: 0.22;
                font-weight: bold;
                text-transform: uppercase;
                border-bottom: 2px solid transparent;
      }




      .pcss3t > label { 
          width: auto;
          display: inline-block;
          padding-bottom: 7px;
          cursor: pointer;
          margin-bottom: 21px;
      }
      @media(max-width: 540px){
                 .pcss3t > label {  
                        padding: 0 20px;
                        padding-bottom: 12px;
                        padding-top: 12px;
                        font-size: 13px;
                        line-height: 20px;
                        width: 100%;
                        text-align: center;
                  }
      } 
      /*
      .pcss3t > label:hover {
        background: #f2f2f2;
      }
      */
      .pcss3t > input:checked + label {
        background: #fff;
        color: #000;
        opacity: 1;
        border-bottom: 5px solid #f47a1f;
      }
      .pcss3t > ul {
        background: #fff;
        text-align: left;
      }
      .pcss3t-steps > label:hover {
        background: #e5e5e5;  
      }


      .pcss3t > ul,
      .pcss3t > ul > li {
        height: auto;
        padding-left:16px;
        padding-right: 75px;
      }

      @media(max-width: 540px){
        .pcss3t > ul, .pcss3t > ul > li {
            height: auto;
            padding-left: 16px;
            padding-right: 16px;
        }
		  
      }



.dropdown-menu.animated:before {
    content: " ";
    display: none !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}