@import url('reset.css');
@import url('banner-slider.css');
@import url('menu-mobile.css');
@import url('animation.css');

*{
  /* -webkit-appearance: none!important; */
}


.info_covid-19 {
    background: #1d1d1b;
    text-align: center;
    position: relative;
    padding: 10px 0;
    color: white;
}

.info_covid-19 p {
    color: white;
    font-size: 13px;
    font-family: 'robotolight';
    letter-spacing: 1px;
}
.info_covid-19 p a {
    color: white;
    font-weight: 600;
    text-decoration: underline !important;
}

@media screen and (max-width: 375px){

  .info_covid-19 {
    padding: 11px;
  }
}

button,
div.identificacao div.esq span.top, 
div.identificacao div.dir span.top,
div.identificacao div.esq, div.identificacao div.dir{
    border-radius: 0px!important;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    border-radius: 0px!important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 0px!important;
}
/* LOADER */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.loader a.logo{
  width: 200px;
  height: 200px;
  display: block;
  margin: calc(50vh - 180px) auto 0px;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.loader a.logo:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/icon/icon-logo.svg') center center no-repeat;
}
.loader.ani {
  opacity: 0;
}
.loader.ani a.logo{
  -webkit-transform: scale(1.3);
   -ms-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3); 
}
.loader.active {
  z-index: -1;
}
/* LOADER */


*{

}
section{
    /* overflow-x: hidden; */
}
div#boxAddProduto.active {
  z-index: 1001;
  height: 100vh;
  opacity: 1;
}
div#boxAddProduto {
  background-color: rgba(170, 170, 170, 0.3);
  display: inline-block;
  height: 0%;
  width: 100vw;
  z-index: -1;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* a.box-flutuante span.top {
  width: 130px;
  height: 40px;
  position: absolute;
  top: -20px;
  font-size: 10px;
  padding-top: 15px;
  right: -11px;
  background: url(../images/assets/box-flutuante-top.png) center center no-repeat;
}
a.box-flutuante span.baixo {
  width: 95px;
  height: 50px;
  position: absolute;
  bottom: -48px;
  left: 20px;
  padding-top: 20px;
  font-size: 10px;
  background: url(../images/assets/box-flutuante-bottom.png) center center no-repeat;
}
a.box-flutuante:hover span.close {
  color: #153e70;
  background: #fff;
  border: 1px solid #153e70;
}
a.box-flutuante span.close {
  width: 20px;
  height: 15px;
  position: absolute;
  bottom: -6px;
  right: -3px;
  background: #153e70;
  color: #fff;
  padding: 4px 0px 2px;
  border-radius: 50%;
  border: 1px solid transparent;
}
a.box-flutuante {
    position: fixed;
    top: calc(100% - 120px);
    right: 40px;
    z-index: 1000;
    width: 140px;
    cursor: pointer;
    font-family: 'montserratsemi_bold';
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    background: url(../images/assets/box-flutuante.png) center center no-repeat;
} */

#boxIdentificacao {
    height: 0;
    overflow: hidden;
}
header.blur, 
footer.blur, 
section.blur, 
.zoomContainer.blur {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
/*     -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); */
}
header, 
section {
    -webkit-transition: all 0.8s ease-in-out!important;
    -moz-transition: all 0.8s ease-in-out!important;
    -o-transition: all 0.8s ease-in-out!important;
    transition: all 0.8s ease-in-out!important;
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
}

body{
    width: 100%;
    overflow-x: hidden;
}
ul.breadcrumb{
    width: auto;
    height: auto;
    float: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 15px;
}
ul.breadcrumb li{
    width: auto;
    float: left;
    color: #000;
    font-family: 'robotolight';
    line-height: 24px;
    font-size: 12px;
    padding: 10px 4px 0px;
    height: 24px;
    letter-spacing: 2px;
}
ul.breadcrumb a:hover{
    color: #898989;
}
ul.breadcrumb a{
  width: auto;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  float: left;
  font-family: 'robotolight';
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.paginacao{
    width: auto;
    margin: 40px auto 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
div.paginacao a:hover,
div.paginacao a.active{
    border-bottom: 2px solid #010000;
    color: #010000;
}
div.paginacao a{
  width: 20px;
  text-align: center;
  line-height: 15px;
  margin: 5px;
  padding: 5px;
  font-weight: 900;
  font-family: 'robotothin';
  font-size: 15px;
  color: #010000;
  height: auto;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


div.paginacao span:hover,
div.paginacao span.active{
    border-bottom: 2px solid #164072;
    color: #164072;
}
div.paginacao span{
    color: #717171;
    font-family: 'montserratlight';
    font-size: 13px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    margin: 5px;
    padding: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

form#perfil div.linha.senha_cad.clear{
  clear: left;
}
/*COMEÇO HEADER*/

header{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
    float: left;
    z-index: 101;
    background: #ffffff;
}
header .conteudo{
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto; 
  position: relative;
  /*border: 1px solid red;*/
} 
header .busca-over.active {
  z-index: 2;
  height: calc(100% - 50px);
}
header .busca-over .fecha{
  display: none;
}
header .busca-over {
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.9);
  clear: both;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .busca-over .formbusca button i,
header .top .menu-social .busca i{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .busca-over .formbusca button:hover i,
header .top .menu-social .busca:hover i {
    /* font-size: 17px; */
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
header .busca-over .formbusca{
    margin-top: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
header .busca-over .formbusca button {
    background: none;
    width: 60px;
    height: 40px;
    display: block;
    font-size: 19px;
    color: #494949;
    line-height: 36px;
    float: right;
    font-family: 'montserratbold';
    outline: none;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    float: left;
    margin-top: -3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .busca-over .formbusca input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1d1d1b;
}
header .busca-over .formbusca input::-moz-placeholder { /* Firefox 19+ */
    color: #1d1d1b;
}
header .busca-over .formbusca input:-ms-input-placeholder { /* IE 10+ */
    color: #1d1d1b;
}
header .busca-over .formbusca input:-moz-placeholder { /* Firefox 18- */
    color: #1d1d1b;
}
header .busca-over.active .formbusca input {
    border-left: 1px solid #1d1d1b;
    width: 220px;
    padding-left: 20px;
}
header .busca-over .formbusca input {
    font-size: 11px;
    text-transform: uppercase;
    color: #1d1d1b;
    line-height: 25px;
    height: auto;
    float: left;
    font-family: 'robotoregular';
    letter-spacing: 2px;
    border: 0px;
    outline: none;
    padding: 5px 20px;
    padding-left: 0px;
    width: 0px;
    background: transparent;
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.top{
  width: 100%;
  height: 47px;
  display: inline-block;
  float: left;
  /* border-bottom: 1px solid #bdbdbd; */
}

header .menuR {
    display: block;
    width: 50%;
    min-height: 30px;
    float: right;
    height: auto;
    margin-top: 30px;
    right: 0px;
    position: absolute;
}
header .top .menu-social{
    width: auto;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #f1592a;
    line-height: 36px;
    float: left;
    font-family: 'montserratbold';
    float: left;
    /* border-left: 1px solid #bdbdbd; */
}
header .top .menu-social .busca {
    width: 30px;
    border-right: 1px solid #898989;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #494949;
    cursor: pointer;
}
header .top .menu-social a{
    width: 30px;
    height: 40px;
    display: block;
    font-size: 16px;
    color: #1d1d1b;
    line-height: 40px;
    float: left;
    padding: 10px 5px 0 ;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .top .menu-social a:hover{
    color: #898989;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

header div.entrar:before{
  content: "";
  width: 1px;
  height: 25px;
  top: 7px;
  right: 3px;
  background: #1d1d1b;
  display: block;
  position: absolute;
}
header div.entrar{
    z-index: 1;
    width: 130px;
    min-height: 30px;
    display: block;
    float: right;
    font-family: 'robotobold';
    margin-right: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* overflow: hidden; */

}



header div.entrar:hover{
  max-height: 500px;
}
header div.entrar a{
  letter-spacing: 2px;
}
header div.entrar a,
header div.logado a{
  width: 100%;
  height: 30px;
  display: block;
  font-size: 14px;
  color: #1d1d1b;
  line-height: 30px;
  float: right;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'robotobold';
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

header div.entrar.active a
header div.logado.desk:hover a{
    background: #172f50;
    color: #fff;
}
header div.logado a.user:after {
  content: "";
    width: 12px;
    height: 6px;
    right: 5px;
    top: calc(50% - 3px);
    display: inline-block;
    position: absolute;
    background: url(../images/icon/seta-menu-logado.png) no-repeat center top;
    background-size: initial;
    overflow: hidden;
}
header div.logado.active  a.user{
  background: #1d1d1b;
  
}
header div.logado.desk:hover a.user:after,
header div.logado.active a.user:after{
  background: url(../images/icon/seta-menu-logado.png) no-repeat center bottom;
  
}
header div.logado a.user{
  font-size: 12px;
  position: relative;
  background: #1d1d1b;
  text-align: left;
  z-index: 100;
  color: #fff;
  padding: 0px;
  height: auto;
}
header div.logado a.user label {
    width: calc(100% - 20px);
    max-height: 15px;
    line-height: 10px;
    font-size: 10px;
    margin: 5px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
header div.logado {
  /*overflow: hidden!important;*/
    width: 190px;
    min-height: 47px;
    display: block;
    float: right;
    position: relative;
    z-index: 90;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.logado div.sub{
  max-height: 0px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.logado div.sub a:hover{
    background: #898989;
}
header div.logado div.sub a:last-of-type{
  border-bottom: 0px;
}
header div.logado div.sub a{
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  height: 35px;
  line-height: 35px;
  padding: 0px 0 0 20px;
  font-size: 10px;
  text-align: left;
  width: 100%;
  float: left;
  background: #252525;
  color: #fff;
  font-family: "robotomedium";
}
header div.logado img.user {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 10px 10px;
}
header div.logado.desk:hover div.sub,
header div.logado.active div.sub{
  max-height: 500px!important;
}
header div.entrar.active{
  overflow: initial;
}
header div.entrar.desk:hover div.login,
header div.entrar.active div.login{
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}
header div.entrar div.login{
  width: 300px;
  max-height: 0;
  opacity: 0;
  position: relative;
    z-index: 100;
  border: 1px solid #898989;
  display: block;
  float: right;
  background: #fff;
  overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.entrar div.login a.face:hover{
  background-color: #1F3B50
}
header div.entrar div.login a.face:after{
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: -24px;
  background-color: rgba(189, 189, 189, 0.4);

}
header div.entrar div.login a.face{
    background-color: #00528a;
    color: #fff;
    width: calc(100% - 50px);
    padding: 2px;
    margin: 15px auto;
    float: none;
    height: auto;
    text-transform: inherit;
    position: relative;
}
header div.entrar div.login form.esqueci-senha{
  max-height: 0px;
}
header div.entrar div.login.active form.esqueci-senha{
  max-height: 200px;
}
header div.entrar div.login.active form.login{
  max-height: 0px;
}
header div.entrar div.login form{
  width: 100%;
  max-height: 200px;
  padding-top: 5px;
  display: block;
  overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.entrar div.login input.email{
  background: url(../images/icon/login-user.png) 15px center no-repeat;
}
header div.entrar div.login input.senha{
  background: url(../images/icon/login-senha.png) 15px center no-repeat;
}
header div.entrar div.login input{
  font-size: 11px;
    color: #959595;
    float: none;
    line-height: 36px;
    height: 36px;
    display: block;
    padding: 0px 40px;
    font-family: 'montserratregular';
    letter-spacing: 2px;
    border: 1px solid #898989;
    outline: none;
    margin: 15px auto!important;
    width: calc(100% - 130px);
}


header div.entrar div.login button.entrar,
header div.entrar div.login button.recuperar{    
  width: 100%;
    height: 42px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #1d1d1b;
    line-height: 36px;
    float: none;
    margin: 0 auto;
    padding-top: 0px;
    border: 0px;
    outline: none;
    width: calc(100% - 50px);
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
header div.entrar div.login button.entrar:hover,
header div.entrar div.login button.recuperar:hover{
    background: #172f50;
    color: #fff;

}

header div.entrar div.login span.esqueci-senha{
  font-family: 'robotoregular';
    font-size: 10px;
    color: #1d1d1b;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    line-height: 30px;
    cursor: pointer;
}

header div.entrar div.login span.linha{
    font-family: 'montserratlight';
    font-size: 9px;
    color: #1d1d1b;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    float: none;
    display: block;
    line-height: 30px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}
header div.entrar div.login span.linha:after {
  content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: 150px;
    background-color: rgba(189, 189, 189, 0.4);
}
header div.entrar div.login span.linha:before {
  content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: -150px;
    background-color: rgba(189, 189, 189, 0.4);
}
header div.entrar div.login a.crie_face:hover{
  background-color: #172f50;
  color: #fff;
}
header div.entrar div.login a.crie_face{
  font-family: 'robotoregular';
  font-size: 12px;
    background-color: #00528a;
    color: #fff;
    width: calc(100% - 50px);
    padding: 2px 0px;
    margin: 5px auto 15px;
    float: none;
    height: auto;
    text-transform: inherit;
    position: relative;
}
header div.entrar div.login a.crie:hover{
    background-color: #172f50;
}
header div.entrar div.login a.crie{
  font-family: 'montserratsemi_bold';
    font-size: 11px;
    background-color: #172f50;
    color: #fff;
    text-transform: uppercase;
    width: calc(100% - 50px);
    padding: 5px 0px;
    margin: 5px auto;
    float: none;
    height: auto;
    display: block;
    text-align: center;
    position: relative;
}

header .logo,footer .logo{
    width: 195px;
    height: 75px;
    display: block;
    float: left;
    margin-top: -20px;
}
header .logo a,footer .logo a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 0px;

}
header .logo.active span.bg-logo,
header .logo:hover span.bg-logo,
footer .logo.active span.bg-logo,
footer .logo:hover span.bg-logo{
    width: 100%;
    height: 100%;
    /* border: 2px solid #172f50; */
    border-radius: 0px; 
    opacity: 1;
}
header .logo.active span.icon-logo,
header .logo:hover span.icon-logo,
footer .logo.active span.icon-logo,
footer .logo:hover span.icon-logo{
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px) scale(1);
  -moz-transform: translate3d(0px,0px,0px) scale(1);
  -ms-transform: translate3d(0px,0px,0px) scale(1);
  -o-transform: translate3d(0px,0px,0px) scale(1);
  transform: translate3d(0px,0px,0px) scale(1);
  transition-delay: 0.4s;
    /*transform: scale(1);*/
}

header .logo.active span.bg-logo,
header .logo:hover span.bg-logo,
footer .logo.active span.bg-logo,
footer .logo:hover span.bg-logo{
  opacity: 1;
  -webkit-transform: translate3d(25px,0px,0px) scale(1.0);
  -moz-transform: translate3d(25px,0px,0px) scale(1.0);
  -ms-transform: translate3d(25px,0px,0px) scale(1.0);
  -o-transform: translate3d(25px,0px,0px) scale(1.0);
  transform: translate3d(25px,0px,0px) scale(1.0);
  transition-delay: 0.4s;
    /*transform: scale(1);*/
}
header .logo span.icon-logo,
footer .logo span.icon-logo{
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  opacity: 0;
  background: url(../images/icon/icon-logo.svg) center center no-repeat;
    background-size: 100%;
  -webkit-transform: translate3d(0px,-70px,0px) scale(1.2);
  -moz-transform: translate3d(0px,-70px,0px) scale(1.2);
  -ms-transform: translate3d(0px,-70px,0px) scale(1.2);
  -o-transform: translate3d(0px,-70px,0px) scale(1.2);
  transform: translate3d(0px,-70px,0px) scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*transform: scale(1.2);*/
    z-index: 50;

}
header .logo span.bg-logo,
footer .logo span.bg-logo{
  background: url(../images/icon/bg-logo.svg) 0px -3px no-repeat;
  /* background-size: 70%; */
  display: block;
  width: 100%;
  height: 100%;
  margin: -20px auto 0px;
  border: 0px solid #172f50;
  opacity: 0;
  border-radius: 50px; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;

}

@-webkit-keyframes aparece {
    0% {    
      opacity: 0;
  }
    100% {    
      opacity: 1; 
  }
}
@-moz-keyframes aparece {
    0% {    
      opacity: 0;
  }
    100% {    
      opacity: 1; 
  }
}
@-o-keyframes aparece {
    0% {    
      opacity: 0;
  }
    100% {    
      opacity: 1; 
  }
}
@keyframes aparece {
    0% {    
      opacity: 0;
  }
    100% {    
      opacity: 1; 
  }
}
@-webkit-keyframes sobe {
    0% {    
    transform: translate3d(0px,0px,0px);
  }
    100% {    
    transform: translate3d(0px,-30px,0px);
  }
}
@-moz-keyframes sobe {
    0% {    
    transform: translate3d(0px,0px,0px);
  }
    100% {    
    transform: translate3d(0px,-30px,0px);
  }
}
@-o-keyframes sobe {
    0% {    
    transform: translate3d(0px,0px,0px);
  }
    100% {    
    transform: translate3d(0px,-30px,0px);
  }
}
@keyframes sobe {
    0% {    
    transform: translate3d(0px,0px,0px);
  }
    100% {    
    transform: translate3d(0px,-30px,0px);
  }
}


header nav.menu{
  width: calc(492px - 100px);
  height: 80px;
  display: block;
  float: left;
}
header nav.menu.r{

}

header nav.menu ul {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0px;
}
header nav.menu.r ul{
  justify-content: flex-end;
}
header nav.menu ul li{
  display: block;
  width: auto;
  height: auto;
}
header nav.menu ul li a:hover,
header nav.menu ul li a.active{
  color: #898989;
}
header nav.menu ul li a{
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 36px;
    color: #1d1d1b;
    float: left;
    padding: 10px 8px;
    position: relative;
}
header nav.menu.active li:first-of-type a:after{
  /* opacity: 1; */
  min-width: 20px;
    min-height: 20px;
}
header nav.menu.active li:last-of-type a:before{
  opacity: 1;
  min-width: 20px;
    min-height: 20px;
}
header nav.menu ul li a:after{
    content: "";
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    /* border-left: 2px solid #f1592a; */
    border-bottom: 2px solid #898989;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav.menu ul li a:before,footer nav.menu ul li a:before{
    /* content: ""; */
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    top: 5px;
    right: -5px;
    opacity: 0;
    border-right: 2px solid #f1592a;
    border-top: 2px solid #f1592a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


header nav.menu ul li a:hover:after,
header nav.menu ul li a:hover:before{
  opacity: 1;
  min-width: calc(100% - 10px);
  min-height: 20px;
}

header div.carrinho {
    width: 60px;
    height: 50px;
    float: right;
    display: block;
    z-index: 2;
}

header div.carrinho.desk:hover a.ver-carrinho:after,
header div.carrinho.active a.ver-carrinho:after{
    background: url(../images/icon/seta-carrinho.png) left bottom no-repeat;

}
header div.carrinho a.ver-carrinho:after{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/seta-carrinho.png) left top no-repeat;
    background-size: 8px;
    display: block;
    top: 15px;
    right: -5px;
    position: absolute;
  
}
header div.carrinho.desk:hover a.ver-carrinho:before,
header div.carrinho.active a.ver-carrinho:before{
    opacity: 1;
    top: 26px;
}
header div.carrinho a.ver-carrinho:before{
    content: "";
    width: 43px;
    height: 23px;
    position: absolute;
    top: 0px;
    display: block;
    right: -15px;
    background: url(../images/icon/seta-lista-carrinho.png) left top no-repeat;
    background-size: contain;
    z-index: 80;
    opacity: 0;

  
}
header div.carrinho a.ver-carrinho{
    font-family: 'montserratregular';
    font-size: 13px;
    line-height: 36px;
    color: #f1592a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-carrinho.png) 2px 5px no-repeat;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-left: 8px;
    width: 40px;
    min-height: 25px;
}
header div.carrinho a.ver-carrinho.desk:hover,
div.carrinho.active a.ver-carrinho{
    color: #172f50;

}
header div.carrinho a.ver-carrinho.desk:hover span.num,
div.carrinho.active a.ver-carrinho span.num{
    background: #1D1D1D;
}
header div.carrinho a.ver-carrinho span.num{
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 9px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    background: #1d1d1b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -5px;
    left: 15px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;

}

/*header div.lista-carrinho:after{
    content: "";
    width: 43px;
    height: 23px;
    position: absolute;
    top: -22px;
    display: block;
    right: -4px;
    background: url(../images/icon/seta-lista-carrinho.png) left top no-repeat;
    background-size: contain;
  
}*/
header div.lista-carrinho{
    display: block;
    position: relative;
    /* z-index: 10; */
    margin-top: 22px;
    width: 300px;
    max-height: 0px;
    background: #fff;
    /* border: 1px solid #bdbdbd; */
    z-index: -1;
    opacity: 0;
    float: right;
    overflow: hidden;
    /* margin-right: 5px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho.desk:hover div.lista-carrinho,
header div.carrinho.active div.lista-carrinho{
    min-height: 100px;
    max-height: 700px;
    opacity: 1;
    z-index: 10;
    border: 1px solid #bdbdbd;
}

header div.carrinho div.lista-carrinho span.top{
    font-family: 'montserratsemi_bold';
    font-size: 11px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdbdbd;
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-track{
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    opacity: 0; */
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar{
    width: 8px;
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgb(85, 85, 85);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho{
    width: 100%;
    max-height: 300px;
    min-height: 95px;
    overflow-y: auto;
}

header div.carrinho div.lista-carrinho span.bottom b{
  color: #172f50;
}
header div.carrinho div.lista-carrinho span.bottom{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    /*border-top: 1px solid #bdbdbd;*/
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
    float: left;
}

header div.carrinho div.lista-carrinho a.ver-tudo,
header div.carrinho div.lista-carrinho a.fechar-pedido{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    color: #fff;
    background: #1d1d1b;
    height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 10px;
    width: calc(40% - 20px);
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho a.ver-tudo:hover,
header div.carrinho div.lista-carrinho a.fechar-pedido:hover{
    color: #fff;
    background: #555555;
}
header div.carrinho div.lista-carrinho a.fechar-pedido{
    width: calc(100% - 20px);
    /* width: calc(60% - 20px); */
}

header div.carrinho.desk:hover div.lista-carrinho .linha,
header div.carrinho.active div.lista-carrinho .linha{
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}

header div.carrinho div.lista-carrinho .linha{
  width: 100%;
  display: block;
  float: left;
  position: relative;
    border-bottom: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
  opacity: 0;
  -webkit-transform: translate3d(-350px,0px,0px);
  -moz-transform: translate3d(-350px,0px,0px);
  -ms-transform: translate3d(-350px,0px,0px);
  -o-transform: translate3d(-350px,0px,0px);
  transform: translate3d(-350px,0px,0px);
}


header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(2),
header div.carrinho.active div.lista-carrinho .linha:nth-child(2){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(3),
header div.carrinho.active div.lista-carrinho .linha:nth-child(3){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(4),
header div.carrinho.active div.lista-carrinho .linha:nth-child(4){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(5),
header div.carrinho.active div.lista-carrinho .linha:nth-child(5){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

header div.carrinho.active div.lista-carrinho .linha div.produ{
  width: 80px;
  height: 100%;
  float: left;
  display: block;
}
header div.carrinho div.lista-carrinho .linha div.produ img{
  float: left;
  display: block;
  width: 80px;
  height: auto;
  padding-top: 10px;
}
header div.carrinho div.lista-carrinho .linha div.cont{
  width: calc(100% - 120px);
  height: 100%;
  float: left;
  display: block;
}
header div.carrinho div.lista-carrinho .linha h1.nome-prod{
    font-family: 'montserratregular';
    font-size: 11px;
    line-height: 12px;
    color: #959595;
    width: calc(100% - 40px);
    float: left;
    height: auto;
    padding: 20px 20px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
header div.carrinho div.lista-carrinho .linha span.valor{
    font-family: 'montserratbold';
    font-size: 11px;
    color: #1d1d1b;
    width:calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 5px 20px 5px;
}
header div.carrinho div.lista-carrinho .linha span.uni{
    font-family: 'montserratbold';
    font-size: 11px;
    color: #878787;
    width:calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 0px 20px 0px;
}


header div.carrinho div.lista-carrinho .linha a.edit,
header div.carrinho div.lista-carrinho .linha a.del  {
    width: 30px;
    display: block;
    float: left;
    position: absolute;
    color: #1d1d1b;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho .linha a.edit:hover,
header div.carrinho div.lista-carrinho .linha a.del:hover  {
    color: #e82930;
}
header div.carrinho div.lista-carrinho .linha a.edit {
    top: 20px;
    right: 40px;

}
header div.carrinho div.lista-carrinho .linha a.del {
    top: 20px;
    right: 10px;
}
header div.carrinho div.lista-carrinho .linha p.semProd{
    font-family: 'montserratsemi_bold';
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 27px);
    padding: 7px 7px 7px 20px;

}
header div.carrinho div.lista-carrinho .linha a.contCam {
    color: #fff;
    outline: none;
    border: 0px;
    display: block;
    width: calc(100% - 130px);
    height: auto;
    line-height: 13px;
    padding: 15px 30px;
    font-family: 'montserratregular';
    letter-spacing: 1px;
    font-size: 11px;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #1d1d1b;
}
header div.carrinho div.lista-carrinho .linha a.contCam:hover {
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #555555;
}

div.menu-bottom{
  width: 100%;
  height: 50px;
  display: inline-block;
  float: left;
  background: #1d1d1b;
  z-index: 0;
  position: relative;
}

div.menu-bottom ul{
  display: block;
  width: 980px;
  height: auto;
  margin: 0 auto;
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;


  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;

}
div.menu-bottom ul li {
    display: inline-block;
    width: auto;
    height: auto;
}
div.menu-bottom ul li:hover a span.seta {
    opacity: 1;
}
div.menu-bottom ul li a span.seta {
    width: calc(100% - 14px);
    height: 15px;
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.menu-bottom ul li:hover ul.sub {
  opacity: 1;
  max-height: 380px;
    min-height: 380px;
    opacity: 1;
    -webkit-box-shadow: : 0px 0px 70px -30px #000;
    box-shadow: : 0px 0px 70px -30px #000;
    border: 1px solid #d4d4d4;
    border-top: 0px;
    
}
footer div.menu-bottom ul li:hover ul.sub {
    border-bottom: 0px;
    border-top: 1px solid #d4d4d4;;
}
div.menu-bottom ul li ul.sub{
    width: calc(100% - 168px);
  opacity: 0;
  max-height: 0px; 
  overflow: hidden;
  position: absolute;
  top: 53px;
  left: 0px;
  background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

div.menu-bottom ul li ul.sub div.top{
  width: 100%;
  height: 80px;
  display: block;
  border: 0px;
}

div.menu-bottom ul li ul.sub div.top span.cat {
font-family: 'montserratsemi_bold';
    font-size: 12px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 15px 40px;
    width: calc(100% - 60px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: left;
    letter-spacing: 2px;
    -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

div.menu-bottom ul li ul.sub .esq, 
div.menu-bottom ul li ul.sub .dir {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

div.menu-bottom ul li ul.sub .esq::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    background: rgba(161, 160, 160, 0.5);
    left: 50%;
    top: 30px;
}

div.menu-bottom ul li ul.sub .esq ul.lista {
    width: calc(100% - 5px);
    display: block;
    padding: 10px 0px;
    height: calc(260px - 5px);
    overflow-y: auto;
    margin-right: 5px;
    margin-top: 5px;
}

div.menu-bottom ul li ul.sub .esq ul.lista::-webkit-scrollbar-track{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background-color: #fff;
}

div.menu-bottom ul li ul.sub .esq ul.lista::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}

div.menu-bottom ul li ul.sub .esq ul.lista::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.28);
    background-color: rgba(85, 85, 85, 0.05);
    cursor: pointer;
}




div.menu-bottom ul li ul.sub .esq ul.lista li {
    padding: 5px 20px 5px 40px;
    font-family: 'montserratregular';
    font-size: 13px;
    line-height: 15px;
    float: left;
    width: calc(50% - 60px);
    color: #a1a0a0;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:after {
  display: none;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:hover {
  text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
    background: transparent!important;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a {
    background: none!important;
    padding: 0px;
    font-family: 'montserratregular';
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


div.menu-bottom ul li ul.sub.cat{
  width: 100%!important;
}
div.menu-bottom ul li:hover ul.sub.cat{
  width: 100%!important;
    max-height: 900px;
    min-height: 285px;
    /*padding-bottom: 100px;*/
    opacity: 1;
}
div.menu-bottom ul li ul.sub.cat ul.lista{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.box{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.lista{
    width: 100%;
    float: left;
    height: 90px;
    overflow: hidden;
    padding: 0px;
    border-right: 0px!important;
    margin: 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:hover,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:hover {
    text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
    background: transparent!important;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:before,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:before,
div.menu-bottom ul li ul.sub.cat div.lista a:before{
    content: none;
}
div.menu-bottom ul li ul.sub.cat a.sub_top {
    text-transform: uppercase;
    color: #172f50;
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent!important;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat a.sub_bottom {
    text-transform: uppercase;
    color: #f1592a;
    font-family: 'montserratbold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent!important;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat div.lista a:before {
    text-decoration: underline!important;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat div.lista a:hover {
    text-decoration: underline!important;
    padding-left: 5px;
    background: transparent!important;
}
div.menu-bottom ul li ul.sub.cat div.lista a {
    background: none!important;
    padding: 0px;
    font-family: 'montserratregular';
    width: 90%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}
div.menu-bottom ul li ul.sub.cat:after{
    /*content: "";*/
    height: 1px;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 51.5%;
    background: #bdbdbd;
    position: absolute;
}


div.menu-bottom ul li ul.sub.cat li.borda{
    display: block;
  width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:nth-child(1n){
  border-bottom: 1px solid #bdbdbd;
    display: block;
  width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:last-of-type{
    border: 0px;
}
div.menu-bottom ul li ul.sub.cat li ul.lista:nth-child(4n){
    border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat li div.box:nth-child(4n){
  border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li{
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:first-of-type a{
  text-transform: uppercase;
  color: #172f50;
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 36px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type {
    position: absolute;
    bottom: -10px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type a{
  text-transform: uppercase;
  color: #f1592a;
    font-family: 'montserratbold';
    font-size: 13px;
    line-height: 24px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:after {
  display: none;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:hover {
  text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a {
    background: none;
    padding: initial;
    font-family: 'montserratregular';
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}

div.menu-bottom ul li:hover ul.sub .dir .produ {
  background-position: center 35%;
    background-size: 100%;
}
div.menu-bottom ul li ul.sub .dir .produ {
    width: 100%;
    height: 300px;
    display: block;
    background-size: 105%;
    background-position: center 15%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

div.menu-bottom ul li ul.sub div.top span.cat img.icon {
    float: left;
    margin-right: 20px;
    height: 38px;
    width: auto;
}

div.menu-bottom ul li:hover a,
div.menu-bottom ul li.is-active:hover a {
  /* background: #898989;
  border-bottom: 4px solid #fff; */
}
div.menu-bottom ul li a {
  font-family: 'robotolight';
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  float: left;
  padding: 10px 0px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* border-bottom: 4px solid transparent; */
  /* border-right: 1px solid rgba(255, 255, 255, 0.3)!important; */
  position: relative;
  z-index: 1;
}


div.menu-bottom ul li:hover a:after,
div.menu-bottom ul li.is-active:hover a:after {
  opacity: 1;
  width: calc(100% + 60px);
  right: calc(0% - 30px);
}
div.menu-bottom ul li a:after {
  content: "";
  width: 0px;
  height: 100%;
  background: #898989;
  display: block;
  top: 0px;
  right: calc(50% - 0px);
  border-bottom: 4px solid #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}


/* div.menu-bottom ul li:last-of-type a:hover{
  background: rgb(65, 93, 132);
}
div.menu-bottom ul li:last-of-type a{
  border-color: transparent; 
  background: #1f3f6c;
    padding: 10px 40px 9px 15px;
    border-right: 0px!important;
}
div.menu-bottom ul li:nth-child(8) a{
  border-right: 0px!important;
} */
div.menu-bottom ul li.cat a:after{
    content: none;
}
div.menu-bottom ul li.cat a:before{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/seta-header-menu-bottom.png) left top no-repeat;
    background-size: 8px;
    display: block;
    top: 22px;
    right: 15px;
    position: absolute;
}
div.menu-bottom ul li.cat:hover a:before{
    background: url(../images/icon/seta-header-menu-bottom.png) left bottom no-repeat;

}

ul.lista li a:before{
    content: none!important;
}
/*FIM HEADER*/

/*COMEÇO LISTA DE PRODUTOS*/
a.carrinho-flutuante span{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    background: #f1592a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    right: 10px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
a.carrinho-flutuante{
    position: fixed;
    top: 90%;
    right: 10px;
    z-index: 1000;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url(../images/icon/carrinho-flutuante.png) center center no-repeat #172f50;
}

ul.lista-produtos .owl-prev{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 100px;
    left: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat 0px 0px !important;
}
ul.lista-produtos .owl-next{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 100px;
    right: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat -56px 0px !important;
}

ul.lista-produtos li{
    width: calc(25% - 5px);
    display: block;
    float: left;
    border-top: 0px solid;
    position: relative;
    overflow: hidden;
    border-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* margin-right: 3px; */
    min-height: 310px;
    /* max-height: 310px; */
}
ul.lista-produtos li.indisponivel {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.lista-produtos li.indisponivel a {
    /* cursor: default; */
}
ul.lista-produtos li.indisponivel:hover .prod-img img {
    -webkit-transform: scale(0.9)!important;
    -moz-transform: scale(0.9)!important;
    -ms-transform: scale(0.9)!important;
    -o-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
}
/* ul.lista-produtos li:nth-child(4n){
  width: 25%;
    border-right: 0px!important;
} */

ul.lista-produtos li span.seta{
  width: 25px;
    height: 14px;
    margin: -6px auto 0px;
    display: block;
    text-align: center;
}




ul.lista-produtos span.super_oferta {
    width: 66px;
    max-height: 0px;
    height: 0px;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    background: url(../images/assets/super-oferta.png) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
ul.lista-produtos span.super_oferta svg {
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
ul.lista-produtos:hover span.super_oferta,
span.super_oferta.anima{
    max-height: 50px!important;
    height: 50px!important;
    opacity: 1!important;
}
span.super_oferta.anima svg{
    top: 50px!important;
}

ul.lista-produtos li:hover .prod-img img{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

ul.lista-produtos .prod-img{
    width: 90%;
    height: 200px;
    margin: 0 auto;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    /*border: 1px solid red;*/

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    overflow: hidden!important;

    background-repeat: no-repeat;
    background-position: center;
    
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
ul.lista-produtos .prod-img img{
  width: auto;
  margin: 0 auto;
  display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}



ul.lista-produtos .addCar{
    width: auto;
    height: auto;
    padding: 5px;
    display: block;
    position: relative;
    margin: 0 auto;
}
ul.lista-produtos .addCar span{
    font-weight: 900;
    font-family: 'robotomedium';
    font-size: 12px;
    color: #fff;
    background: #010000;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: center;
    position: relative;
    padding: 7px 15px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    margin-left: 15px;
}
ul.lista-produtos li:hover .addCar span{
  background: #898989;
}

ul.lista-produtos .produ-nome{
    color: #535353;
    width: 90%;
    text-align: left;
    font-family: 'robotoregular';
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    margin: 0px 5%;

}
ul.lista-produtos span.apartir {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-family: 'montserratlight';
    color: #172f50;
    font-size: 15px;
    line-height: 25px;
}
ul.lista-produtos .produ-valor{
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
    font-family: 'montserratsemi_bold';
  color: #172f50;
  font-size: 18px;
  line-height: 22px;
}
ul.lista-produtos .produ-valor sub {
    color: #8c8a8a;
    font-size: 12px;
    margin-left: 3px;
}




/*FIM LISTA DE PRODUTOS*/




/*COMEÇO FOOTER*/

footer *{
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
footer{
  width: 100vw;
  height: auto;
  position: relative;
  display: block;
  float: left;
  z-index: 10;
  background: #ffffff;
  overflow: hidden;
}

footer .conteudo{
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto; 
  /*border: 1px solid red;*/
} 
footer .centro {
    width: 30%;
    float: left;
    display: inline-block;
    padding: 45px 0px 0px;
}
footer nav.menu {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
footer nav.menu ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

footer nav.menu ul li div.logo{

}
footer nav.menu ul li {
    display: block;
    width: auto;
    height: auto;
}
footer nav.menu{
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 15px;
}
footer nav.menu.r{

}



footer nav.menu ul li{
  display: inline-block;
  width: 100%;
  height: auto;
}
footer nav.menu ul li a:hover,
footer nav.menu ul li a.active{
  color: #898989;
}
footer nav.menu ul li a{
  font-family: 'robotolight';
  font-size: 14px;
  line-height: 14px;
  color: #1d1d1b;
  float: left;
  position: relative;
}
footer nav.menu ul li a:hover:after, 
footer nav.menu ul li a:hover:before {
  opacity: 1;
  width: 2px;
  height: 14px;
  bottom: 0px;
  
}
footer nav.menu ul li a:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0px;
  left: -5px;
  opacity: 0;
  background: #898989;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* footer div.menu-bottom ul li a:after{
  top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */
footer div.menu-bottom ul li ul.sub{
    bottom: 0px!important;
    top: auto!important;
}

footer div.menu-bottom ul li ul.sub div.top {
    position: absolute;
    bottom: 0px;
}


footer div.menu-bottom ul li:hover ul.sub.cat{
   padding-bottom: 100px;
}
footer div.menu-bottom ul li ul.sub.cat:after {
    bottom: 60%;
}

footer div.top {
  width: 100%;
  height: 75px;
  display: inline-block;
  float: left;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
}



footer .top .menu-social {
    width: auto;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #f1592a;
    line-height: 36px;
    float: left;
    font-family: 'montserratbold';
    float: left;
    margin-top: 10px;
    margin-left: -15px;
    /* border-left: 1px solid #bdbdbd; */
}
footer .top .menu-social a {
    width: 30px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #1d1d1b;
    line-height: 40px;
    float: left;
    padding: 10px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .top .menu-social a:hover {
    color: #898989;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


footer form#formLiga {
  width:  245px;
  display: block;
  float: left;
  margin-top: 45px;
}
footer form#formLiga span.titulo {
    width: calc(100% - 0px);
    display: block;
    padding: 12px 0px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'robotoregular';
    color: #1d1d1b;
    letter-spacing: 2px;
}
footer form#formLiga button.enviar:hover {
    background: #898989;
}
footer form#formLiga button.enviar {
color: #fff;
    width: auto;
    display: block;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 14px;
    background: #1d1d1b;
    cursor: pointer;
    margin-bottom: 60px;
    text-transform: capitalize;
    outline: none;
    font-family: 'robotomedium';
    border: 0px;
    margin-top: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
footer form#formLiga input {
  color: #1D1D1F;
  width: calc(100% - 30px);
  display: block;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 12px;
  background: none;
  border: 1px solid #898989;
  margin-bottom: 5px;
  outline: none;
  font-family: 'robotolight';
}
footer form#formLiga input::-webkit-input-placeholder {
  color: #1d1d1b;
}
footer form#formLiga input::-moz-placeholder { 
  color: #1d1d1b;
}
footer form#formLiga input:-ms-input-placeholder { 
  color: #1d1d1b;
}
footer form#formLiga input:-moz-placeholder { 
  color: #1d1d1b;
}

footer .logo-ag {
  position: relative;
  width: 70px;
  height: 50px;
  display: block;
  float: right;
  padding-left: 5px;
  margin-top: 10px;
}
footer .logo-ag span {
  font-family: 'CenturyGothic-Regular';
  font-size: 12px;
  float: left;
  position: absolute;
  left: -48px;
  top: 20px;
  color: #222;
}
footer .logo-ag a {
  width: 100%;
  height: 25px;
  background: url(../images/logo-red.svg) no-repeat bottom center;
  background-size: 45px;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
footer .logo-ag a:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


footer .esq {
  width: 30%;
  height: auto;
  margin: 0px;
  float: left;
  display: block;
}
footer .esq a.tel:hover,
footer .esq a.end:hover{
  color: #898989;
}
footer .esq a.tel,
footer .esq a.end{
  font-size: 14px;
  line-height: 16px;
  font-family: 'robotolight';
  color: #000000;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
footer .logo {
  width: 100%;
  height: 50px;
  margin: 50px 0px 35px;
}
footer .logo span.icon-logo{
  background-size: auto 100%;
  background-position: left center;
}

img.selo{
  float: right;
  margin-top: 25px;
}

/*FIM FOOTER*/

/*MODAL EXCLUIR CONTA*/
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
  background: #555555;
  color: #fff;
  outline: none;
  border: 0px;
  display: block;
  width: calc(50% - 10px);
  height: 35px;
  line-height: 15px;
  float: right;
  padding: 10px;
  margin-right: 0px;
  font-family: 'robotoregular';
  font-size: 15px;
  cursor: pointer;
  margin-top: 0px;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#jSuccess{
    font-family: 'montserratlight';
    font-size: 13px!important;
    line-height: 15px!important;
    z-index: 1;
}
#jError{
    font-family: 'montserratlight';
    font-size: 13px!important;
    line-height: 15px!important;
    z-index: 1;
}
#jOverlay{
    /* background: rgba(170, 170, 170, 0.6)!important;
    opacity: 1!important;
    z-index: 1001; */
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:last-of-type {
    margin-right: 10px;
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:hover {
    background: #898989;
}
.ui-dialog-buttonset {
    width: 100%;
    height: auto;
    padding-top: 5px;
}
.ui-dialog .ui-dialog-titlebar-close{
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #1d1d1b;
    color: #fff;
    padding: 10px;
    margin: -4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'robotomedium';
}
div#dialog-confirm {
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 15px;
    color: #1d1d1b;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 40px!important;
    padding-top: 30px;
}
/*MODAL EXCLUIR CONTA*/


/* BOXSOCIAL */
div.BoxSocial {
  display: inline-block;
  width: 100%;
}
div.socialBox {
  width: 240px;
  height: 310px;
  background: #ebebeb;
  float: left;
  margin-right: 20px;
  position: relative;
  border: 10px solid #fff;
}
div.socialBox:before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  display: block;
  background: transparent;
  top: -15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  border: 1px solid #000;
}
div.socialBox.instagram {
  width: calc(240px - 20px);
  height: 310px;
  background: #ebebeb;
  float: left;
}
div.socialBox.facebook {
  width: calc(280px - 20px);
  height: 310px;
  background: #ebebeb;
  float: left;
  margin-right: 0px;
}
div.socialBox.youtube {
  width: calc(415px - 20px);
  height: 310px;
  background: #ebebeb;
  float: left;
}
div.socialBox span.titulo{
  color: #010000;
  width: 100%;
  text-align: left;
  font-family: 'robotolight';
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
  margin-left: 30px;
}
div.socialBox span.sub{
  color: #010000;
  width: 100%;
  text-align: left;
  font-family: 'robotoregular';
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-left: 30px;
}
div.socialBox span.sub a{
  color: #010000;
}
div.socialBox span.sub a i{
  font-size: 15px;
  margin-right: 4px;
}
div.socialBox .instagramFotos {
    width: calc(100% - 60px);
    display: inline-block;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 15px;
}
div.socialBox .instagramFotos a:hover{
  background: #fff;
}
div.socialBox .instagramFotos a{
  width: calc(50% - 4px);
  display: block;
  float: left;
  height: 90px;
  overflow: hidden;
  margin: 2px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

  display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;


-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;


-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
div.socialBox .instagramFotos a img{
  width: 100%;
  height: auto;
}
div.socialBox.youtube iframe {
    margin: 20px;
}
div.socialBox.facebook iframe {
    margin: 20px 30px;
    width: calc(100% - 60px);
    height: 200px;
}
div.socialBox * {
    z-index: 2;
    position: relative;
}
/* FIM BOXSOCIAL */

/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
    header.fixo .menu-bottom {
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 10000;
    }
    header.fixo .mobile.mob-sub-menu.is-active ul.ul-mm {
      margin-top: -40px;
    }
    header.fixo div.carrinho {
        margin: 0px;
        position: fixed;
        top: 10px;
        z-index: 10020;
        right: 10px;
    }
    header.fixo div.carrinho a.ver-carrinho {
      filter: invert(1);
      right: 0px;
      position: absolute;
      top: 3px;
    }
    header.fixo .mobile.mob-sub-menu.is-active ul.menu {
        border-top: 1px solid #fff;
    }
    header.fixo div.carrinho.active div.lista-carrinho{

      position: fixed;
      right: 0px;
      top: 30px!important;
      left: 0px;
      width: calc(100vw - 2px)!important;
    }
    header.fixo div.carrinho.active a.ver-carrinho:before{
      filter: invert(1);
    }
    header.fixo .mobile.mob-sub-menu.is-active div.con {
      background: rgba(0, 0, 0, 0.78);
      width: 100vw;
      left: 0px;
      position: absolute;
      display: inline-block;
      color: #fff;
      padding: 0px 0px;
      padding-bottom: 70px;
      top: 49px;
    }
    header.fixo .mobile.mob-sub-menu.is-active ul {
        margin-top: -5px;
        position: relative;
        background: none;
        padding: 0px!important;
        margin: 0px;
        width: 100%;
        display: inline-block;
        z-index: 1;
    }
    header.fixo .mobile.mob-sub-menu span.line{
        width: 40px;
    }
    header.fixo .menu-bottom .mobile.mob-sub-menu .hamburger:after {
        content: none;
       /*  font-family: 'montserratregular';
        font-size: 11px;
        line-height: 33px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        left: 45px;
        margin-left: 10px; */
    }
    header.fixo .menu-bottom .mobile.mob-sub-menu .hamburger:before {
      content: "";
      left: 0px;
      width: calc(100vw - 30px);
      position: absolute;
      filter: invert(1);
      top: 0px;
      height: 100%;
      background: url(../images/icon/icon-logo.svg) center center no-repeat;
    }
    header.fixo .menu-bottom .mobile.mob-sub-menu .hamburger{
      width: 50px;
      margin: 0px;
    }
    div.socialBox {
      width: calc(100% - 20px) !important;
      margin-bottom: 30px !important;
    }
    div.socialBox iframe.desk {
      display: none;
    }
    div.socialBox iframe.mobi {
      display: block!important;
      margin: 20px 30px;
      width: calc(100% - 40px);
    }
    header .busca-over.active .formbusca input{
      width: calc(100% - 70px);
    }
    header .busca-over .formbusca button{
      width: 25px;
    }
    header .conteudo {
      width: 100%;
      height: 270px;
      display: block;
      margin: 0 auto;
    }
    main.home .conteudo {
      width: 100%!important;
      height: auto;
      display: block;
    }
    footer nav.menu{
      height: auto;
      width: 50%;
    }
    footer .esq{
      width: 100%;
    }
    footer form#formLiga{
      margin-top: 10px;
      height: 150px;
      width: 100%;
    }
    img.selo{
      float: initial;
      margin: 20px auto;
      width: 80px;
      display: block;
    }
    footer form#formLiga input{
      width: calc(100% - 30px);
    }
    footer .centro{
      width: calc(100% + 0px);
      border-top: 1px solid #1d1d1b;
      border-bottom: 1px solid #1d1d1b;
      margin: 15px -30px;
      padding: 20px 30px 0px;
    }
    footer .logo span.icon-logo{
      background-size: 100% auto;
    }
    header div.carrinho div.lista-carrinho{
      width: calc(100vw - 2px)!important;
    }
    header div.carrinho.active div.lista-carrinho{
      position: absolute;
      height: auto;
      top: 53px!important;
      left: 0px;
      width: calc(100vw - 2px)!important;
    }
    header div.entrar.active div.login{
      width: 100vw;
    }
    header div.entrar div.login{
      position: absolute;
      top: 50px;
      left: 0px;
    }
    header div.logado{
      width: calc(50% - 20px);
      float: left;
      position: absolute;
      padding-left: 20px;
    }
    header div.logado a.user{
        text-align: center;
    }
    ul.lista-produtos li{
        width: 70%;
        margin: 0 auto;
        float: none;
        border-right: 0px!important;
    }
    section#banner #banner_principal div.banners_textos{
        width: 100%!important;
        margin: 0px;
        bottom: 0px!important;
    }
    section#banner #banner_principal div.banners_textos span.tags{
      font-size: 13px!important;
      padding: 5px 10px!important;
    }
    section#banner #banner_principal div.banners_textos span.titulo{
        max-width: calc(100% - 20px);
    }
    
    footer p.ass{
        margin: 10px 5% 30px;
        width: 90%;
    }
    section.temas div.box {
      width: calc(100% - 20px);
      margin-bottom: 20px;
    }
    section.temas.mini div.box span.desk {
      width: calc(100% - 0px);
      padding-left: 0px;
      height: auto!important;
      margin-bottom: 10px!important;
    }


}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 900px) {
  
  header .conteudo {
    width: 100%;
    height: 220px;
    display: block;
    margin: 0 auto;
  }
  footer .esq {
    width: 50%;
  }
  footer form#formLiga {
    width: calc(50% - 150px);
    display: block;
    float: left;
    position: absolute;
    right: 0px;
    top: 45px;
    padding-right: 150px;
  }
  img.selo {
    float: right;
    position: absolute;
    right: 25px;
    top: 40px;
  }
  footer .centro {
      width: 50%;
      float: left;
      display: inline-block;
      padding: 25px 0px 0px;
      clear: left;
  }
  header div.logado{
      width: calc(60% - 0px);
      float: left;
      position: absolute;
      padding-left: 0px;
  }
  header .top .menu-social{
    display: block!important;
    margin-left: 50px;
  }
    header .menuR {
      display: block;
      width: calc(50% - 20px);
      min-height: 30px;
      float: right;
      height: auto;
      margin-top: 10%;
      right: 0px;
      position: relative;
  }
    
    #boxIdentificacao div.identificacao {
        width: calc(100% - 0px)!important;
        top: 0px;
        left: 0px;
    }
    #boxIdentificacao div.identificacao .dir {
        width: calc(100% - 4px)!important;
        margin: 0px auto!important;
        left: 0px!important;
        border-radius: 0px!important;
        position: absolute;
        top: 0px;
    }
    #boxIdentificacao div.identificacao .identificar {
        float: left;
        width: 100%!important;
        margin: 10px 0px!important;
        display: inline-block;
    }
    div.identificacao div.dir button.entrar {
        margin: 0 5%!important;
        width: calc(100% - 40px)!important;
        /* margin-left: 0px!important; */
    }

    div.boxQtde.apple input.quant{
        max-width: calc(100% - 131px)!important;
    }
    div.boxQtde.apple span.more, 
    div.boxQtde.apple span.minus{
        width: 47px!important;
    }
    header .logo{
      width: calc(50% - 20px);
      height: 140px;
      display: block;
      float: left;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      margin-left: 20px;
      margin-top: 0px;
      position: relative;
      z-index: 1;
      max-width: 280px;
    }
      

    section.temas span.desk {
        display: inline-block!important;
        overflow: initial!important;
        height: auto!important;
    }
    section.temas.mini div.box span.desk {
        width: 100%!important;
        display: inline-block!important;
        overflow: initial!important;
        height: auto!important;
        float: left!important;
        padding-left: 0px!important;
    }
    section.temas.mini div.box figure {
      width: 100%!important;
    }


}

@media only screen 
and (min-width : 760px) 
and (max-width : 1024px) {
    div.boxQtde.apple input.quant{
        max-width: calc(100% - 131px)!important;
    }
    div.boxQtde.apple span.more, 
    div.boxQtde.apple span.minus{
        width: 47px!important;
    }
}
@media only screen 
and (min-width : 0px) 
and (max-width : 900px) {
    body.is-active {
      overflow: hidden;
    }
    .mobile.mob-top-menu.is-active ul.menu {
      height: auto;
      background: none;
      position: relative;
      margin: 0px;
      padding: 0px;
    }
    .mobile.mob-top-menu.is-active ul.menu:first-of-type {
      border-bottom: 1px solid #000;
    }
    header .busca-over{
      z-index: 2;
    }
    header .busca-over.active .fecha {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        /* background: red; */
        z-index: 1;
    }
    header .busca-over .formbusca {
      margin-top: 15px;
      padding-top: 10%;
      padding-left: 20px;
      width: calc(100% - 40px);
      height: 90%;
      display: inline-block;
      z-index: 2;
      position: relative;
    }
    header div.top{
      position: relative;
      z-index: 1;
    }
    footer{
      border-top: 5px solid #1d1d1b;
    }
    header div.carrinho div.lista-carrinho{
      width: 0px;
      height: 0px;
    }
 
    header div.entrar.active div.login{
    }
    header div.entrar div.login{
      position: absolute;
      top: 50px;
      left: 0px;
    }
    section.home .vantagens span.pague-menos{
      width: calc(100% - 40px)!important;
      padding: 45px 20px 40px 20px!important;
      margin-bottom: 190px;
    }
    section.home .vantagens div.vantagem-cadastro{
      margin-left: 40px;
    }
    section.home .vantagens span.pague-menos:before {
        width: 370px!important;
        right: -20%!important;
        top: 150px!important;
        background: url(../images/assets/pague-menos.png) no-repeat center;
        background-size: contain!important;
    }
    section.home .vantagens:before {
        height: 590px!important;
    }
    section#banner .top{
      width: 90%!important;
      margin: 0 5%;
    }
    
    .mobile.mob-top-menu {
      z-index: 1;
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      margin: 0px;
    }

    section.home div.depoimentos{
        width: 100%!important;
        height: auto!important;
    }
    footer .conteudo{
      width: calc(100% - 0px)!important;
      display: block;
      padding: 0px 0px;
      height: auto;
      display: inline-block;
    }
    footer .top .ende {
        width: calc(100% - 50px);
        line-height: 20px;
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 12px 10px 40px;
        font-size: 12px;
        font-family: 'montserratbold';
        letter-spacing: 1px;
        display: block!important;
    }
    footer div.seguranca{
        margin-top: 10px!important;
    }
    footer div.card{
        min-width: 50px!important;
        margin-top: 10px!important;
        width: 140px;
        float: left;
        margin-left: 10px;
    }
    footer .top .menu-social{
      margin-left: 5px;
    }
    
    footer nav.menu ul li a{
        padding: 0px;
    }

    footer nav.menu ul li div.logo{
        width: 230px!important;
        float: none!important;
        margin: 0 auto!important;
        height: 130px;
    }
    footer nav.menu ul li:nth-child(3){
        /*width: 100%!important;*/
        float: none!important;
        margin: 0 auto!important;
    }
    footer div.menu-bottom,
    section.home div.facebook{
        display: none!important;
    }

    a.carrinho-flutuante{
        display: none;
    }
    section.home .conteudo .promo_dia{
        display: none!important;
    }
    section.home .conteudo .top{
        padding: 0 15px;
        width: calc(100% - 30px)!important;
    }
  .mobile.mob-sub-menu.is-active ul{
    left: 0px;
    max-height: 450px;
    opacity: 1;
    margin-top: 0px;
    padding-top: 0px;
    width: calc(100% - 40px);
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.78);
  }
  .mobile.mob-sub-menu.is-active ul.menu {
    display: none;
  }
  .mobile.mob-sub-menu.is-active ul li{
    padding: 0px!important;
  }
  .mobile.mob-sub-menu.is-active ul li a {
    width: 100%!important;
    position: relative;
    padding: 0px;
    height: auto;
    text-transform: uppercase;
    font-family: 'robotoregular';
  }
  .mobile.mob-sub-menu{
    display: block;
  }
  div.menu-bottom ul.menu{
    display: none;
  }
    .mobile.mob-sub-menu .hamburger:after {
        content: "EDITORIAS";
        font-family: 'montserratbold';
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        left: 60px;
        margin-left: 10px;
    }
  .mobile.mob-sub-menu .hamburger{
        width: 230px;
        margin: 0 auto;
        float: none;
        position: relative;
        height: 33px;
  }
  .mobile.mob-sub-menu span.line {
        background: #fff!important;
        float: left;
        display: inline-block;
        width: 50px;
        height: 5px;
        margin: 2px 80% 5px 0;
        position: relative;
  }
  .owl-carousel .owl-controls {
      width: 100%!important;
      height: 70%!important;
      top: 40%!important;
  }
  html{
    width: 100vw!important;
    height: auto!important;
    display: inline-block;
    overflow-x: hidden!important;
  }
    section .conteudo{
        width: 100%!important;
    }
  
  a.btn-busca,
  header nav.menu{
    display: none;
  }
  header div.entrar{
    width: 50%;
    margin: 0px;
    float: left;
  }
  header div.carrinho a.ver-carrinho{
    text-indent: -9999px;
    margin: 0px;
    position: relative;
  }
  header div.carrinho a.ver-carrinho span.num{
     text-indent: initial; ;
  }
  header div.carrinho{
    width: 50%;
    display: block;
    float: right;
  } 
  header div.carrinho{
    width: 50%;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  header div.lista-carrinho{
    position: absolute;
  }
  header div.carrinho a.ver-carrinho:after{
      right: 10px;
  }
  header .logo.active span.icon-logo, 
  header .logo:hover span.icon-logo, 
  footer .logo.active span.icon-logo, 
  footer .logo:hover span.icon-logo{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  

  header .logo a span.icon-logo, footer .logo a span.icon-logo {
      padding-top: 15px;
  }
  a.box-flutuante{
    display: none;
  }


  footer div.top{
    height: auto;
  }
  footer .conteudo._baixo {
    width: calc(100% - 60px)!important;
    display: block;
    padding: 0px 30px;
    height: auto;
    display: inline-block;
  }




}


.erroConteudo{
    float:left;width:100%;height:150px;text-align:center;padding-top:150px;font-family:'montserratlight';color:#717171;
}

.semResultados{
    color: #717171;
    font-family: 'montserratlight';
    font-size: 14px; 
    text-align: left;
    padding: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 10px 0px; 
}

.boxLinha{
    float: left;
    width: 100%;
}




div.produOpt.active{
    opacity: 1;
    min-height: 360px;
    max-height: 600px;
    /* border-radius: 30px; */
}
div.produOpt .prod-inf {
    display: inline-block;
    height: auto;
    width: 100%;
}
div.produOpt .linha {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
div.produOpt .linha:nth-child(2n+1) {
    /* background: #efefef; */
    padding-top: 5px;
    border-top: 1px solid rgba(23, 47, 81, 0.4);
    margin-top: 15px;
}
div.produOpt{
    opacity: 0;
    width: 900px;
    min-height: 0px;
    max-height: 0px;
    position: fixed;
    top: 25%;
    left: calc(50% - 450px);
    background: #fff;
    z-index: 10000;
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
div.produOpt span.fecha:hover{
    /* border: 2px solid #f1592a; */
    color: #f1592a;
    /* -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); */
}
div.produOpt span.fecha{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #164072;
    padding: 15px 0px;
    padding-top: 0px;
    /* border-radius: 60px; */
    cursor: pointer;
    width: 35px;
    height: 20px;
    text-align: center;
    /* border: 2px solid #f1592a; */
    font-family: 'montserratsemi_bold';
    font-size: 17px;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.produOpt .prod-inf h1 {
font-family: 'montserratsemi_bold';
    font-size: 16px;
    line-height: 36px;
    color: #f1592a;
    width: calc(100% - 40px);
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
div.produOpt .prod-inf span.info {
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 20px;
    color: #164072;
    width: calc(100% - 40px);
    display: inline-block;
    padding: 20px;
    padding-top: 0px;
}
div.produOpt .produ {
    width: 55%;
}
div.produOpt .cont {
    width: calc(42% - 20px);
    padding: 0 20px 0px 0px;
}
div.produOpt .produ, div.produOpt .cont {
    /* width: 50%; */
    display: block;
    float: left;
    position: relative;
    text-align: center;
    height: 270px;
}
div.produOpt .produ:after {
    content: "";
    position: absolute;
    border: 1px solid #c7c6c6;
    width: 80%;
    height: 100%;
    left: 10%;
}
div.produOpt .produ img{
    /* width: 60%; */
    height: 100%;
}

div.produOpt h2.unit-prod {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 36px;
    color: #a6a4a4;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px 10px;
    text-align: center;
}
div.produOpt h2.unit-prod span{
    color: #164072;
}
div.produOpt .cont img.prod {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
div.produOpt .cont .centro {
    position: relative;
    display: inline-block;
    padding: 0px;
    float: left;
    width: calc(100% - 0px);
    margin: 5px 0px 0 0px;
    /* border-radius: 20px; */
    overflow: hidden;
}
div.produOpt .cont .modelo {
    position: relative;
    width: calc(100% - 112px);
    padding: 0px;
    float: left;
    overflow: hidden;
    margin: 5px 20px 0 0px;
    display: block;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    background: url('../images/icon/bg-select.png') calc(100% - 5px) center no-repeat #fff;
}
div.produOpt .cont .modelo label {
    float: left;
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 30px;
    color: #a6a4a4;
    text-align: center;
    display: inline-block;
    width: 100%;
}
div.produOpt .cont .modelo select {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
div.produOpt .cont .espec {
    position: relative;
    display: inline-block;
    width: calc(100% - 0px);
    margin: 10px 0px 0 0px;
    float: left;
    border: 1px solid #eee;
}
div.produOpt .cont .espec p{
    width: calc(100% - 102px);
    display: block;
    text-align: left;
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 24px;
    color: #a6a4a4;
    padding: 8px 90px 5px 10px;
    padding-bottom: 5px;
    position: relative;
    border: 1px solid #c7c6c6;
    border-top: 0px;
}
div.produOpt .cont .espec p:nth-child(2n+1) {
    background: #efefef;
}
div.produOpt .cont .espec p.active:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 0, 0.08);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.produOpt .cont .espec p span{
    color: #164072;
    display: block;
    text-align: center;
    float: right;
    position: absolute;
    top: 5px;
    right: 0px;
    width: auto;
    padding-right: 10px;
}
div.produOpt .cont .espec p span.valQuant {
    /* width: 50px!important; */
    display: block;
    float: left;
    /* text-align: left; */
    margin-right: 30px;
}

div.produOpt .cont .espec p span.tipo {
    /* width: 20px!important; */
    display: block;
    float: left;
    /* margin-right: 20px; */
    text-align: left;
}

div.produOpt .cont .espec h2.resu {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px 10px;
    text-align: center;
    background: #164072;
    text-transform: uppercase;
}
div.produOpt a.verCar:hover {
    background: url(../images/icon/icon-addCar.png) 40px center no-repeat #F3592B;
}
div.produOpt a.verCar {
    color: #fff;
    outline: none;
    border: 0px;
    display: inline-block;
    width: calc(100% - 0px);
    float: left;
    height: auto;
    line-height: 13px;
    padding: 15px 0px 15px;
    font-family: 'montserratregular';
    letter-spacing: 1px;
    font-size: 11px;
    margin: 10px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-addCar.png) 40px center no-repeat #164072;
}

div.produOpt .cont span.more:hover, 
div.produOpt .cont span.minus:hover {
    background: #00af92;
}
div.produOpt .cont span.more, 
div.produOpt .cont span.minus {
    width: 50px;
    background: #f1592a;
    display: block;
    height: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.produOpt .cont span.more{
    float: right;
}
div.produOpt .cont span.minus{
    float: left;
}
div.produOpt .cont input.quant {
    width: calc(100% - 131px);
    height: calc(40px - 4px );
    color: #164072;
    text-align: center;
    padding-right: 30px;
    font-family: 'montserratregular';
    border: 1px solid #c7c6c6;
    border-right: 0px;
    border-left: 0px;
    float: left;
}
div.produOpt .cont span.dec {
    color: #164072;
    position: absolute;
    right: 60px;
    width: 35px;
    height: 40px;
    z-index: 1;
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 40px;
}

.produOpt.active:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.produOpt:after {
    content: "";
    width: 100vw;
    height: 0vh;
    position: fixed;
    z-index: 1;
    top: -10px;
    left: 0px;
    -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;

-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}

/*FIM PRODUTO */





@media only screen 
and (min-width : 0px) 
and (max-width : 900px) {
    div.socialBox.youtube iframe {
      margin: 20px;
      width: calc(100% - 40px);
      height: 190px;
    }
     div.produOpt a.verCar{
        /* width: calc(50% - 64px); */
        background: url(../images/icon/icon-addCar.png) 20px center no-repeat #164072;
    }
    div.produOpt{
        width: 100vw!important;
        height: 100vh!important;
        margin: 0px!important;
        top: 0px;
        left: 0px;
    }
    div.produOpt.active{
        width: 100vw!important;
        margin: 0px!important;
        min-height: calc(100vh + -60px)!important;
        top: 0px;
        left: 0px;
        border-radius: 0px!important;
        border: 0px;
        overflow-y: scroll;
        padding-bottom: 60px;
    }

    img#zoom{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    section.produto .conteudo {
        width: calc(100% - 40px)!important;
        padding: 0 20px;
    }

    section.produto .conteudo div.esq{
        width: 100%;
        margin-bottom: 50px;
    }
    section.produto .conteudo div.dir{
        width: 100%;
    }
    section.produto .conteudo div.prod-inf div.social-comp{
        float: left;
        clear: left;
        margin: 10px 10px 0px 0px;
    }
    section.produto .conteudo div.prod-inf div.social{
        float: left;
         margin: 10px 10px 0px 0px;
    }
    div.baixo ul.slider-combos .owl-controls, div.baixo ul.lista-produtos .owl-controls{
        left: 0%;
        top: inherit!important;
        bottom: -80%;
    }
    div.baixo ul.slider-combos .owl-buttons .owl-prev, div.baixo ul.lista-produtos .owl-buttons .owl-prev,
    div.baixo ul.slider-combos .owl-buttons .owl-next, div.baixo ul.lista-produtos .owl-buttons .owl-next{
       top: -230px!important;
    }
    ul.lista-img-produ.owl-carousel.owl-theme .owl-page {
        width: 85px!important;
        display: block!important;
        margin-bottom: 6px;
    }
    .zoomWindow {
        left: -3px!important;
        width: calc(100% - 5px)!important;
        height: 100%!important;
    }
    div.produOpt .cont span.dec{
        /* right: 25px; */
    }
    div.produOpt .produ{
        /* width: 40%; */
        text-align: center;
    }
    div.produOpt .cont{
        /* width: 60%; */
        /* margin-top: 30px; */
    }
    /* div.produOpt .cont .espec{
        width: calc(100% - 112px);
    } */
    div.produOpt h2.unit-prod{
        display: none;
    }
    div.menu-bottom ul li a span.seta{
        display: none;
    }
    
}



@media only screen 
and (min-width : 0px) 
and (max-width : 416px) {
    header .top .menu-social{
      margin-left: 30px;
    }
    footer .logo {
      width: 195px;
      height: 100px;
      display: block;
      float: none;
      /* transform: scale(.8); */
      margin-left: 20px;
      margin: 0 auto;
    }
    footer .esq a.tel, 
    footer .esq a.end{
      width: calc(50% - 20px);
      padding-left: 20px;
    }
    footer .esq a.tel{
      margin-top: 20px;
    }
    header .logo{
      width: 70%;
      height: 130px;
      display: block;
      float: left;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      margin: 0 15%;
      position: relative;
      z-index: 1;
    }
    footer .logo{
      width: 50%;
      float: left;
    }
    header .menuR{
      width: 100%;
      bottom: 0px;
      border-top: 1px solid #1d1d1b;
      padding-top: 15px;
    }
    div.produOpt .produ:after{
        content: none;
    }
    div.produOpt .produ img {
        width: 80%;
        margin: 0 10%;
    }
    div.produOpt .prod-inf h1{
        padding-right: 80px!important;
        width: calc(100% - 80px);
        line-height: 24px;
        padding-bottom: 20px;       
    }
    div.produOpt .produ, div.produOpt .cont{
        width: 100%;
    }
    div.produOpt .cont{
        /* padding-left: 20px; */
        width: calc(100% - 0px);
        margin-top: 0px;
    }
    div.produOpt .cont .centro, div.produOpt .cont .modelo{
        width: calc(100% - 100px);
        margin: 5px auto;
        padding-left: 0px;
        float: left;
        margin-left: 50px;
    }
    div.produOpt h2.unit-prod{
        display: none;
    }
    .zoomWindow {
        left: -3px!important;
        width: calc(100% - 5px)!important;
        height: 100%!important;
    }
    .linha-destaque.l1,.linha-destaque.l3 {
        height: 50px;
    }
    .linha-destaque.l1 span,
    .linha-destaque.l3 span{
        padding: 0px 20px;
        height: auto;
        line-height: 25px;
        width: 70%!important;
    }
    div.produOpt .cont .espec {
        width: calc(100% - 100px);
        margin: 5px auto 0 50px;
        padding-left: 0px;
    }

    div.produOpt a.verCar{
        width: calc(100% - 80px);
        float: none!important;
        margin: 20px 40px!important;
        background: url(../images/icon/icon-addCar.png) 20px center no-repeat #164072;
    }
    div.menu-bottom ul li a span.seta{
        display: none;
    }
     
}

#btnColocarCarrinho{
/*     margin-bottom: 20px;
    margin-right: 20px; */
}


/*carrinho*/
div.box span.valTotal span.valorTotal{
    float: left!important;
    width: 100%!important;
    text-align: right!important;
    margin-top: 5px!important;
}
div.box span.valTotal span.valorCheio{
    font-size: 12px!important;
    width: 100%!important;
    float: left!important;
    margin-top: 5px!important;
    color: red!important;
    text-decoration: line-through!important;
    text-align: right!important;
}

#addCarrinho .valTotal{
    /* float: left;  */
    width: auto;
}

#addCarrinho .valTotal .valorTotal{
    float: right;
    width: auto;
    position: relative;
    text-align: right;
    /* margin-right: 15px; */
    padding-right: 0px;
}

#addCarrinho .valTotal .valorCheio{
    float: right;
    width: auto;  
    position: relative;
    font-size: 10px;
    color: red!important;
    text-decoration: line-through!important;
    text-align: right!important;
    margin-right: 10px;
}

.criarContaLogin{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #164072;
    font-family: 'montserratsemi_bold';
}

@media only screen 
and (min-width : 415px) 
and (max-width : 530px) {
  img.selo {
      top: 200px!important;
  }
  footer form#formLiga {
    width: calc(50% - 30px)!important;
    padding-right: 30px!important;
  }
}
@media only screen 
and (min-width : 415px) 
and (max-width : 900px) {
     header div.carrinho div.lista-carrinho{
      width: 300px;
     }
     header div.carrinho.active div.lista-carrinho{
      position: absolute;
      height: auto;
      width: 300px;
      top: 37px;
      left: -9px;
    }
    div.BoxSocial {
      position: relative;
      height: auto;
      width: calc(100vw - 45px);
      margin-left: 10px;

    }
    div.BoxSocial iframe.desk{
      display: none;
      width: calc(100% - 40px)!important;
    }
    div.BoxSocial iframe.mobi {
      width: calc(100% - 0px)!important;
      display: block!important;
      margin: 20px 5px;
    }
    div.socialBox.instagram {
        width: calc(100% - 20px);
        height: 310px;
        background: #ebebeb;
        float: left;
        padding-top: 20px;
    }
    div.socialBox.youtube {
      width: calc(100% - 20px);
      float: left;
      margin: 25px 0px;
      position: relative;
      padding-top: 20px;
    }
    div.socialBox.facebook {
      width: calc(100% - 20px);
      margin-top: 0px;
      position: relative;
      padding-top: 20px;
    }
}