@import url('reset.css');
@import url('banner-slider.css');
@import url('menu-mobile.css');
@import url('animation.css');


*{

}
section{
    /* overflow-x: hidden; */
}
.container{
  max-width: 1580px;
  margin: 0 auto;
}


@media screen and (max-width: 1700px){
  .container{
    max-width: 90%!important;
  }
}



a.flutuanteBox {
    background: red;
    display: block;
    width: 130px;
    height: auto;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    line-height: 14px;
    font-size: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    font-family: 'ralewayregular';
    
    -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#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;
}

#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); */
}


body{
    width: 100%;

}
ul.breadcrumb{
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(100% - 25px);
  height: auto;
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
}
ul.breadcrumb li{
  width: auto;
  color: #000;
  font-family: 'Lato-Regular';
  font-size: 15px;
  text-transform: uppercase;
}
ul.breadcrumb li.home a{
  width: fit-content;
}
ul.breadcrumb li.home a img{
  width: 21px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(63%) saturate(4508%) hue-rotate(343deg) brightness(91%) contrast(104%);
}
ul.breadcrumb li.menu{
  color: #60605b;
}
ul.breadcrumb a:hover{
    color: #df4730;
}
ul.breadcrumb a{
  text-transform: uppercase;
  width: auto;
  font-size: 15px;
  color: #000;
  font-family: 'Lato-Regular';
  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;
}
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; */

    display: block;
    min-height: 40px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0px;
}
section.videos .paginacao span.prev {
    margin-right: 10px;
}
section.videos .paginacao span.next {
    margin-left: 10px;
}
div.paginacao span:hover a,
div.paginacao span.ativo a{
    /* border-bottom: 2px solid #164072; */
    color: #b51b21;
}
div.paginacao a{
color: #60605b;
    font-family: 'Lato-Black';
    font-size: 14px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    margin: 5px;
    padding: 5px;
    border-bottom: none;
    -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 #6d6e71; */
    color: #b51b21;
}
div.paginacao span{
    color: #6d6e71;
    font-family: 'ralewayregular';
    font-size: 20px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    /* margin: 5px; */
    /* padding: 5px; */
    border: 0px!important;
    -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;
}
div.paginacao span.prev,
div.paginacao span.next {
    background: #b51b21;
    color: #fff;
    border-radius: 20px;
}
div.paginacao span.prev:hover,
div.paginacao span.next:hover{
  background: #5d1114;
}
div.paginacao span.prev i,
div.paginacao span.next i{
  color: #fff;
}
form#perfil div.linha.senha_cad.clear{
  clear: left;
}


@-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);
  }
}


/*COMEÇO LISTA DE PRODUTOS*/
a.carrinho-flutuante span{
    font-family: 'ralewaysemibold';
    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;
}
/*FIM LISTA DE PRODUTOS*/




/*COMEÇO FOOTER*/

footer{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
    float: left;
    z-index: 10;
    background: #ffffff;
}
footer .conteudo{
  width: 980px;
  height: auto;
  display: block;
  margin: 0 auto; 
  /*border: 1px solid red;*/
} 
footer .conteudo .esq,
footer .conteudo .dir{
  width: 50%;
  height: auto;
  float: left;
  display: block;
}
footer .conteudo .esq p {
  display: inline-block;
  /* margin-left: 50px; */
}

footer div.menu-bottom ul li a{
    border-bottom: 0px;
}
footer div.menu-bottom ul li ul.sub{
    bottom: 55px!important;
    top: auto!important;
}

footer div.menu-bottom ul li ul.sub div.top {
    position: absolute;
    bottom: 0px;
}
footer .conteudo .dir span.conheca{
  font-size: 13px;
  line-height: 16px;
  font-family: 'ralewayregular';
  color: #fff;
  float: right;
  display: inline-block;
  padding-top: 10px;
  width: 100%;
  text-align: right;
  margin-right: 40px;
  margin-top: 25px;
}
footer .conteudo .dir .selos{
  float: right;
  margin: 0px 13px;
  min-height: 80px;
  text-align: center;
  margin-bottom: 20px;
  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;
}

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 .baixo {
  width: 100%;
  display: block;
  background: #00427a;
  height: auto;
  float: left;
}
footer div.top {
  background: #e30016;
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  padding: 0px;
  /* border-bottom: 1px solid #bdbdbd; */
}
footer .conteudo .esq {
    padding-top: 15px;
}
footer .top .tel {
  border-right: 1px solid #f5e6c5;
}

footer .top .esq p a{
  color: #fff;
}
footer .top .esq p a.tel{
  padding: 0 10px;
  padding-left: 0px;
}
footer .top .esq p a.tel:last-child{
  border-right: 0px solid #f5e6c5;
  padding-left: 6px;
}
footer .top .esq p a:hover {
  color: #cb2128;
}
footer .top .esq p {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  color: #fff;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'ralewaysemibold';
  /* letter-spacing: 1px; */
  float: left;
  margin-bottom: 25px;
  padding-left: 30px;
}
footer .top .ende {
  position: relative;
}
footer .top .ende:before {
  content: "";
  width: 20px;
  height: 25px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  background: url('../images/assets/sprite.png') -126px -14px no-repeat;
}
footer .top .telefone:before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  left: -5px;
  background: url('../images/assets/sprite.png') -145px -14px no-repeat;
}
footer .top .telefone {
  width: 315px;
  height: 43px;
  padding-left: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  padding-top: 7px;
  font-size: 14px;
  line-height: 36px;
  font-family: 'ralewaysemibold';
  float: left;
  text-align: left;
  /* letter-spacing: 1px; */
  margin-top: 15px;
  position: relative;
}
footer .top .telefone a:first-of-type {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
footer .top .telefone a:hover {
  color: #cb2128;
}
footer .top .telefone a {
  color: #fff;
}
footer .top .telefone a:last-of-type {
    padding-left: 5px;
}
footer .menu-social {
    float: right;
    margin-top: 40px;
}
footer nav.menu {
    float: left;
    margin-left: 70px;
}
footer .conteudo._baixo {
    background: red;
    display: block;
    width: 100vw;
    height: 50px;
    overflow: hidden;
    padding-bottom: 1px;
    border: 1px solid red;
}



footer .logo-ag {
      position: relative;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 40px;
}

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 .logo-ag a {
     width: 100%;
    height: 25px;
    background-image: url(../images/logo-red.svg);
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center top;
    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 ._top {
    display: none;
}

footer div.card{
  display: none;
  float: left;
  min-width: 100px;
  height: 70px;
  margin-top: 22px;
  margin-left: 30px;
}
footer div.seguranca{
  display: block;
  float: left;
  min-width: 100px;
  height: 70px;
  margin-top: 30px; 
}
footer div.seg img{
  display: block;
  float: left;
  width: auto;
  height: auto;
}
footer div.card span{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #616060;
    font-size: 10px;
    line-height: 20px;
    font-family: 'ralewayregular';
}
footer div.card img{
  display: block;
  float: left;
  width: auto;
  height: auto;
}
footer .logo {
  height: 90px;
  margin-top: 0px;
}
footer nav.menu ul{
  margin-top: 30px;
}
/*FIM FOOTER*/

/*MODAL EXCLUIR CONTA*/
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
    background: #f1592a;
    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: 'ralewayregular';
    font-size: 12px;
    cursor: pointer;
    margin-top: 0px;
    letter-spacing: 3px;
    text-transform: uppercase;
    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: 'Lato-Medium';
    font-size: 13px!important;
    line-height: 15px!important;
    z-index: 1;
}
#jError{
    font-family: 'Lato-Medium';
    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: #172f50;
}
.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: #43546b;
    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-family: montserratbold;
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
}
div#dialog-confirm {
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 15px;
    color: #43546b;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 40px!important;
    padding-top: 30px;
}
/*MODAL EXCLUIR CONTA*/




/* CALENDARIO */
main.home aside div.calendario{
  width: 100%;
  height: auto;
  display: inline-block;
}
ul.calendario{
  width: 100%;
  height: auto;
  display: inline-block;
  height: 200px;
  /* overflow-y: auto; */
  margin-top: 40px;
}
ul.calendario .viewport{
  z-index: 2;
  width: 100%!important;
}
ul.calendario .scroll-bar{
  z-index: 5;
  right: -4px;
}
ul.calendario .scroll-bar:after {
  left: 3px;
  width: 1px;
  background: #1ddb9f;
}
ul.calendario .scroll-bar .thumb {
  border: 1px solid #1ddb9f;
  background: #0f5e45!important;
  width: 10px!important;
  margin-left: -2px;
  opacity: 1;
  z-index: 1;
}
ul.calendario span.tt a{
  color: #000;
}
ul.calendario span.tt {
  font-family: 'Lato-Black';
  font-size: 16px;
  line-height: 16px;
  color: #000;
  height: auto;
  width: calc(100% - 0px);
  letter-spacing: 1px;
  float: left;
  text-align: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  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;
}
ul.calendario span.txt {
  font-family: 'Lato-Medium';
  font-size: 13px;
  line-height: 13px;
  color: #000;
  height: auto;
  width: calc(100% - 0px);
    /* letter-spacing: 1px; */
  float: left;
  text-align: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  /* 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;
  margin-top: 10px;
}
ul.calendario li{
  display: inline-block;
  width: calc(100% - 20px);
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #cfc0ab;
}
.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before{
  background: #8d7261!important;
}
.os-theme-round-dark > .os-scrollbar-horizontal > .os-scrollbar-track:before, .os-theme-round-dark > .os-scrollbar-vertical > .os-scrollbar-track:before{
  background: #e3dacb!important;
}
/* CALENDARIO */

/* BOX FORMULARIO */

div.boxFormulario.active {
    z-index: 96;
    height: 100vh;
    opacity: 1;
}
div.boxFormulario {
    background-color: rgba(227, 3, 23, 0.7);
    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;
}
div.boxFormulario div.fecha {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    cursor: pointer;
    z-index: 9950;
}
div.boxFormulario.active div.cont {
    opacity: 1;
    /*min-height: 500px;*/
    max-height: 500px;
}


div.boxFormulario div.cont form{
    margin-top: 30px;
    width: calc(100% - 140px);
    display: inline-block;
    height: auto;
    margin: 30px 70px 0px;
}

div.boxFormulario div.cont form .linha{
    width: calc(100% / 2 - 20px);
    display: inline-block;
    position: relative;
    margin: 0 10px 10px;
    float: left;
}
div.boxFormulario.enviar div.cont form .linha.b{
  float: right;
}
div.boxFormulario div.cont form .linha div.box-select {
    width: 100%;
    display: inline-block;
    position: relative;
}
div.boxFormulario div.cont form .linha div.box-select i {
    content: "";
    width: 13px;
    height: 18px;
    display: block;
    right: 8px;
    top: calc(50% - 8px);
    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;
}

div.boxFormulario div.cont form .linha div.box-select label {
    width: calc(100% - 42px);
    font-family: 'NexaRustSlab-Black';
    font-size: 11px;
    line-height: 11px;
    height: auto;
    display: inline-block;
    line-height: 20px;
    color: #4f225f;
    border: 1px solid #a0a0a0;
    outline: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 20px;
    text-align: left;
}
div.boxFormulario div.cont form .linha div.box-input input {
  width: calc(100% - 32px);
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  outline: none;
  background: none;
  padding: 14px 15px;
  font-size: 12px;
  color: #b9c0c7;
  line-height: 15px;
  font-family: 'Lato-Bold';
  margin-bottom: 10px;
}
div.boxFormulario div.cont form .linha textarea {
  border-radius: 10px;
  width: calc(100% - 33px);
  font-family: 'Lato-Bold';
  font-size: 12px;
  line-height: 11px;
  height: 120px;
  display: block;
  color: #b9c0c7;
  border: 1px solid #d7d7d7;
  outline: none;
  padding: 14px 15px;
  resize: none;
}


div.boxFormulario div.cont form button.btn-excluir{
    font-family: 'Lato-Bold';
    color: #fff;
    font-size: 14px;
    background: #0595de;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 10px;
    display: block;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    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.boxFormulario div.cont form button.btn-excluir.s{
  background: #5d6060;
}
div.boxFormulario div.cont form button.btn-excluir:hover {
    background: #741022;
}
div.boxFormulario div.cont form .linha div.box-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha div.box-input input::-moz-placeholder { /* Firefox 19+ */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha div.box-input input:-ms-input-placeholder { /* IE 10+ */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha div.box-input input:-moz-placeholder { /* Firefox 18- */
    color: #b9c0c7;
}

div.boxFormulario div.cont form .linha textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha textarea:-ms-input-placeholder { /* IE 10+ */
    color: #b9c0c7;
}
div.boxFormulario div.cont form .linha textarea:-moz-placeholder { /* Firefox 18- */
    color: #b9c0c7;
}
div.boxFormulario div.cont form button.btn-enviar-form:hover {
    /* background: #d91018; */
    color: #fff;
    border: 1px solid #a31117;
    /* background: transparent; */
    background: rgb(181,27,33);
    background: -moz-linear-gradient(top, rgba(181,27,33,1) 0%, rgba(217,16,24,1) 100%);
    background: -webkit-linear-gradient(top, rgba(181,27,33,1) 0%,rgba(217,16,24,1) 100%);
    background: linear-gradient(to bottom, rgba(181,27,33,1) 0%,rgba(217,16,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51b21', endColorstr='#d91018',GradientType=0 );
}
div.boxFormulario div.cont form button.btn-enviar-form {
  color: #fff;
  /* background: #b51b21; */
  font-size: 14px;
  line-height: 10px;
  padding: 15px 30px;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #0384df;
  border: 1px solid #0384df;
  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;
  outline: none;
  position: relative;
  float: right;
  font-family: 'Lato-Bold';
  margin-top: 2px;
}
div.boxFormulario div.cont form button.btn-enviar-form i {
    font-size: 20px;
    position: absolute;
    right: 17px;
    top: 9px;
}


div.boxFormulario div.cont {
    opacity: 0;
    width: 620px;
    min-height: 0px;
    max-height: 0px;
    position: fixed;
    top: 25%;
    left: calc(50% - 620px / 2);
    background: #fff;
    z-index: 10000;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* 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-y: auto; */
    -webkit-box-shadow: 0px 0px 50px -10px #aa393c;
    box-shadow: 0px 0px 50px -10px #aa393c;
}
div.boxFormulario.excluir div.cont {
  width: 450px;
  left: calc(50% - 450px / 2);
}
div.boxFormulario.relatorio div.cont {
  width: 800px;
  left: calc(50% - 400px);
}
div.boxFormulario i.fecha {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 10005;
    display: block;
    color: #bec0c0;
    float: right;
    position: absolute;
    text-align: center;
    font-size: 24px;
    border-radius: 20px;
    cursor: pointer;
}
div.boxFormulario .cont span.tituloTop {
    width: calc(100% - 140px);
    font-family: 'Source Code Pro Medium';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #464646;
    padding: 70px 90px 10px;
    text-align: left;
}
div.boxFormulario div.cont .baixo:before {
  content: "";
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  position: absolute;
  background-color: #fff;
  background-position: center;
  background-size: 100%;
  /* padding: 0px; */
  margin: 0px;
  /* -webkit-mask: url(../images/assets/form-bg.png); */
  /* -webkit-mask-box-image: url(../images/assets/borda-i.png); */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  -webkit-mask-size: 100% 100%;
  mask-position: bottom;
  z-index: -1;
}

div.boxFormulario div.cont .baixo {
  width: calc(100% - 0px);
  height: auto;
  display: inline-block;
  float: left;
  padding: 0px;
  padding-top: 0px;
  /* padding-bottom: 0px; */
  position: relative;
  padding-bottom: 30px;
}
div.boxFormulario div.cont .baixo span.titulo {
  text-align: center;
  line-height: 26px;
  width: calc(100% - 0px);
  display: inline-block;
  color: #e60417;
  font-size: 26px;
  font-family: 'Lato-Regular';
  margin-top: 60px;
}

div.boxFormulario div.cont .lista {
    width: calc(100% - 60px);
    max-height: 250px;
    display: inline-block;
    float: left;
    padding: 30px;
    padding-top: 0px;
    overflow-y: auto;
}

div.boxFormulario div.cont .lista div.l span a.down:hover {
    background: #fff;
    color: #371b61;
}
div.boxFormulario div.cont .lista div.l span a.down {
  background: #371b61;
  font-family: "lato";
  display: block;
  padding: 2px 20px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  max-width: 100px;
  text-align: center;
  display: block;
  float: right;
  margin-right: 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;
}
div.boxFormulario div.cont .lista div.l span{
  font-family: 'lato';
  font-size: 14px;
  line-height: 23px;
  text-transform: inherit;
  color: #fff;
  padding: 10px 10px 10px 0px;
  float: left;
  min-height: 10px;
  display: block;
  text-align: left;
}
div.boxFormulario div.cont .lista div.l:hover,
div.boxFormulario div.cont .lista div.l:hover:nth-child(2n+1) {
    background: #4c4b4b;
}
div.boxFormulario div.cont .lista div.l{
  background: #727272;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  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.boxFormulario div.cont .lista div.l.f,
div.boxFormulario div.cont .lista div.l.f:hover{
  background: transparent!important;
}
div.boxFormulario div.cont .lista div.l:nth-child(2n+1) {
  background: #919191;
}
div.boxFormulario div.cont .lista div.l span:nth-child(1) {
    width: calc(10% - 20px);
    padding-left: 10px;
    text-align: center;
}
div.boxFormulario div.cont .lista div.l span:nth-child(2) {
    width: calc(40% - 20px);
    padding-left: 10px;
}
div.boxFormulario div.cont .lista div.l span:nth-child(3) {
    width: calc(20% - 20px);
    padding-left: 10px;
}
div.boxFormulario div.cont .lista div.l span:nth-child(4) {
    width: calc(30% - 20px);
    padding-left: 10px;
}
div.boxFormulario div.cont .lista div.h span{
  color: #4b4b4b;
  text-transform: uppercase;
}
div.boxFormulario div.cont .baixo span.rela b.icon{
  margin-top: -20px;
  position: relative;
  display: block;
  float: right;
  font-size: 50px;

}
div.boxFormulario div.cont .baixo span.rela {
    float: left;
    width: 200px;
    font-family: 'latobold';
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    color: #371b61;
    position: relative;
}
div.boxFormulario div.cont .baixo span.logado b.icon{
  margin-top: -20px;
  position: relative;
  display: block;
  float: right;
  font-size: 50px;

}


div.boxFormulario div.cont .baixo span.logado b.icon{
  margin-top: -4px;
  position: relative;
  display: block;
  float: left;
  font-size: 35px;
  width: 40px;
  color: #371b61;

}
div.boxFormulario div.cont .baixo span.logado {
  float: right;
  width: 200px;
  font-family: 'lato';
  font-size: 14px;
  line-height: 14px;
  padding-top: 20px;
  color: #1a1a1a;
  position: relative;
}
div.boxFormulario div.cont form .linha.msn_cad {
    width: calc(100% / 1 - 20px);
}
div.boxFormulario div.cont form#formForm {
    width: calc(100% - 60px);
    font-family: robotoblack;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
    color: #132b4c;
    padding: 40px 30px 0px;
    text-align: center;
}
div.boxFormulario div.cont .baixo .linha div.box-select {
    width: 100%;
    display: inline-block;
    position: relative;
}



div.boxFormulario div.cont .baixo .linha div.box-select select {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}
div.boxFormulario div.cont .baixo .linha b.icon {
    float: left;
    width: 40px;
    color: #371b61;
    margin-top: 8px;
}
div.boxFormulario div.cont .baixo button.confirmar {
  font-family: 'latobold';
  width: 150px;
  height: auto;
  display: inline-block;
  color: #fff;
  line-height: 36px;
  padding: 0px 35px;
  text-align: center;
  border-radius: 5px;
  margin: 6px auto 0px;
  font-size: 16px;
  float: none;
  cursor: pointer;
  background-image: url(../images/assets/login.png);
  background-repeat: no-repeat;
  background-position: calc(0% + 5px) center;
  background-color: #371b61;
  border: 1px solid transparent;
  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;
  margin-right: 0px;
}
div.boxFormulario div.cont .baixo button.confirmar:hover {
    color: #371b61;
    /* background: url(../images/assets/login.png) calc(0% + 5px) center no-repeat #fff; */
    /* border: 1px solid #2b2b2b; */
    background-image: url(../images/assets/login.png);
    background-repeat: no-repeat;
    background-position: calc(0% + 5px) center;
    background-color: #2b2b2b;
}
/* FIM BOX FORMULARIO */

.owl-nav.disabled {
    /* display: none!important; */
    opacity: 0;
    z-index: -21;
}
.owl-nav.disabled .owl-prev{
  display: none!important;
}
.owl-nav.disabled .owl-next{
  display: none!important;
}
/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
    
    section#banner #banner_principal div.banners_textos{
        width: 80%!important;
        margin: 0 calc(100% - 370px)!important;
    }
    footer ._baixo .menu-social{
      width: 100%;
      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;
    }


    footer .top .esq p {
      width: calc(100% - 20%);
      margin: 0px 10% 25px;
      float: none;
      text-align: center;
      line-height: 20px;
      display: block;
      padding: 0px;
    }
    
  .mobile.mob-sub-menu ul li ul.sub.is-active div.esq ul.lista li {
    width: 100%;
  }
  div.menu-bottom ul li ul.sub .esq ul.lista li a{
    padding-left: 0px!important;
    -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);
  }

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {

/*     a.flutuanteBox.fixo{
      right: 120px;
      bottom: 7px;
    } */
    section#banner #banner_principal, 
    section#banner #banner_principal .owl-stage-outer {
        height: auto!important;
    }
    section#banner .banner_item img.imagem {
      display: block!important;
      width: 100%;
      opacity: 0;
    }
    section#banner #banner_principal div.banners_textos{
        width: 330px!important;
        margin: 0 calc(65% - 270px)!important;
    }

}

@media only screen 
and (min-width : 760px) 
and (max-width : 1024px) {

}
@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
  ul.breadcrumb{
    margin-left: 20px;
  }

    section#banner .top{
      width: 90%!important;
      margin: 0 5%;
    }

   section.home div.facebook{
        display: none!important;
    }
  .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;
    }
  header .telefone,header .menu-social,a.btn-busca,
  nav.menu{
    display: none!important;
  }

  a.box-flutuante{
    display: none;
  }

}


.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: 'ralewaysemibold';
    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: 'ralewaysemibold';
    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: 'ralewaysemibold';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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: 'ralewayregular';
    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 */



/*ENTRE EM CONTATO */
div.entre-em-contato.active{
  opacity: 1;
  height: 100vh;
  -webkit-transform: translate3d(0px,0vh,0px);
  -moz-transform: translate3d(0px,0vh,0px);
  -ms-transform: translate3d(0px,0vh,0px);
  -o-transform: translate3d(0px,0vh,0px);
  transform: translate3d(0px,0vh,0px);
}
div.entre-em-contato-bg.active{
  opacity: 1;
  z-index: 1001;
}
div.entre-em-contato-bg{
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(44, 66, 144, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;


  -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;

  z-index: -1;
}
div.entre-em-contato{
  width: 100vw;
  height: 0vh;
  display: block;
  
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1002;
  opacity: 0;
  -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: translate3d(0px,-200vh,0px);
  -moz-transform: translate3d(0px,-200vh,0px);
  -ms-transform: translate3d(0px,-200vh,0px);
  -o-transform: translate3d(0px,-200vh,0px);
  transform: translate3d(0px,-200vh,0px);
}
div.entre-em-contato span.titulo{
  font-family: 'nickname_demoregular';
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #2C4092;
  display: inline-block;
  float: left;
  width: 100%;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
}
div.entre-em-contato span.fecha:hover{
  background: #2C4092;
  color: #ee6c15;
}
div.entre-em-contato span.fecha{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  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;
  border-radius: 50%;
  text-align: center;
  background: #ee6c15;
  font-size: 30px;
  font-family: 'nickname_demoregular';
  -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;
}

form#entre-em-contato{
    width: calc(980px - 200px);
    display: inline-block;
    margin: 10% calc(50% - 490px);
    background: #fff;
    padding: 80px 100px 50px;
    position: relative;
}
form#entre-em-contato h1{
    font-family: 'ralewaysemibold';
    font-size: 16px;
    line-height: 16px;
    color: #a1a1a1;
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    margin: 40px 0px 5px;
}

form#entre-em-contato div.linha{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

form#entre-em-contato div.linha.tipo_cad {
    width: calc(25% - 20px)!important;
    margin-right: 20px;
}
form#entre-em-contato div.linha.ap_cad {
    width: calc(25% - 20px)!important;
    float: left;
    margin-right: 20px;
}

form#entre-em-contato div.linha.nome_cad input{
    width: calc(100% - 45px)!important;
}
form#entre-em-contato div.linha.nome_cad {
    width: 50%!important;
    float: left;
}

form#entre-em-contato div.linha.email_cad {
    width: calc(50% - 0px)!important;
    float: left;
}


form#entre-em-contato div.linha.tel_cad {
    width: 50%!important;
    float: left;
    /* margin-right: 10px; */
}

/* form#entre-em-contato div.linha.tel_cad input:first-child{
    width: calc(25% - 20px)!important;
    float: left;
    margin-right: 10px;
}
form#entre-em-contato div.linha.tel_cad input:last-child{
    width: calc(60% - 20px)!important;
    float: left;
    margin-right: 10px;
} */

form#entre-em-contato div.linha.assunto_cad {
    width: 100%;
    float: left;
    /* margin-right: 20px; */
}

form#entre-em-contato div.linha.n_pedido_cad.ativo {
    opacity: 1;
    display: block;
}
form#entre-em-contato div.linha.n_pedido_cad {
    width: 20%!important;
    float: left;
    display: none;
    opacity: 0;
}

form#entre-em-contato div.linha.msn_cad {
    width: 100%!important;
    float: left;
    clear: left;
}
form#entre-em-contato div.linha.msn_cad textarea{
    width: calc(100% - 30px);
    font-family: 'nickname_demoregular';
    font-size: 18px;
    line-height: 18px;
    height: 120px;
    display: block;
    outline: none;
    resize: none;
    color: #2c4090;
    border: 2px dashed #2c4090;
    outline: none;
    padding: 15px 15px;
}

form#entre-em-contato div.linha.cep_cad input:first-child{
    width: calc(40% - 10px);
    margin-right: 10px;
    float: left;
}
form#entre-em-contato div.linha.cep_cad input:last-child{
    width: calc(31% - 0px);
    margin-right: 0px;
    float: left;
}

form#entre-em-contato div.linha.tel_cad input{
    margin-right: 0px;
    width: calc(100% - 45px)!important;
}

form#entre-em-contato button:hover{
    background: #172f50;
}
form#entre-em-contato button{
    background: #ee6c15;
    color: #f5e6c5;
    outline: none;
    border: 0px;
    display: block;
    width: 250px;
    height: 46px;
    line-height: 26px;
    float: left;
    padding: 10px 25px;
    font-family: 'nickname_demoregular';
    font-size: 24px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: calc(50% - 125px);
    -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;

}

form#entre-em-contato div.linha span{
    font-family: 'montserratlight';
    font-size: 13px;
    line-height: 14px;
    color: #2c4090;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
form#entre-em-contato div.linha div.box-select{
    width: 100%;
    display: inline-block;
    position: relative;
}

form#entre-em-contato div.linha div.box-input{
    width: 100%;
    display: inline-block;
    position: relative;
}

form#entre-em-contato div.linha div.box-input input{
    width: calc(100% - 30px);
    font-family: 'nickname_demoregular';
    font-size: 18px;
    height: 18px;
    display: block;
    line-height: 10px;
    color: #2c4090;
    border: 2px dashed #2c4090;
    outline: none;
    padding: 15px 15px;
}

form#entre-em-contato div.linha div.box-input input[type=radio]{
    float: left;
    width: 12px;
    display: block;
    margin: -1px 10px 0 0;
    border: 1px solid #2c4090;
}

form#entre-em-contato div.linha div.box-input label{
    width: 100%;
    font-family: 'ralewayregular';
    font-size: 13px;
    height: 18px;
    display: block;
    line-height: 14px;
    color: #2c4090;
    outline: none;
    padding-top: 10px;
}

form#entre-em-contato div.linha div.box-select i {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #2c4090;
}
form#entre-em-contato div.linha div.box-select label {
    width: calc(100% - 40px);
    font-family: 'ralewayregular';
    font-size: 13px;
    text-transform: uppercase;
    height: auto;
    display: block;
    line-height: 10px;
    color: #2c4090;
    border: 1px solid #2c4090;
    outline: none;
    padding: 10px 25px 10px 15px;
}
form#entre-em-contato div.linha div.box-select select {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    opacity: 0;
}


a.box-flutuante{
  display: none;
}

/*FIM ENTRE EM CONTATO */





@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
    body{
      /* padding-bottom: 30px; */
    }
    a.flutuanteBox{
      width: calc(100vw - 22px);
      right: 0px;
      bottom: 0px;
      border-radius: 0px;
    }
    section.produto div.top-info{
      padding: 5px 20px;
      width: calc(100% - 40px);
    }
     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);
        max-width: 100%;
        max-height: 100%;
    }
    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;
    }

 


    header .top .formbusca{
      display: none;
    }
    header .top a.revendedor{
      margin: 0px;
      font-size: 10px;
      margin-right: 10px;
    }

    footer .conteudo .esq{
      width: 40%;
    }
    footer .conteudo .dir{
      width: 60%;
    }


    form#entre-em-contato{
      width: calc(100vw - 40px);
      height: calc(100vh - 100px);
      margin: 0px;
      padding: 80px 20px 100px;
      overflow-y: scroll;
    }
    footer .conteudo .dir .selos{
      margin: 0px 5px;
    }

}


@media only screen 
and (min-width : 0px) 
and (max-width : 416px) {
    div.boxFormulario.excluir div.cont,
    div.boxFormulario.active div.cont {
        width: 100%;
        left: 0px;
    }
    
    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;
    }
    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;
    }
    form#entre-em-contato div.linha.nome_cad, 
    form#entre-em-contato div.linha.email_cad, 
    form#entre-em-contato div.linha.tel_cad{
      width: 100%!important;
    }
    form#entre-em-contato div.linha.nome_cad input,
    form#entre-em-contato div.linha div.box-input input {
        width: calc(100% - 30px)!important;
    }
    footer .top .telefone{
      width: calc(100% - 30%);
      text-align: center;
      display: block;
      height: auto;
      line-height: 20px;
      margin-bottom: 20px;
    }
    footer .conteudo .esq{
      width: 100%;
    }
    footer .conteudo .dir{
      width: calc(100% - 20px);
      padding: 0px 10px;
    }
    footer .conteudo .dir .selos img {
        height: 56px;
        display: block;
    }
     
}

#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: 'ralewaysemibold';
}

.avalia .zero{
  color: #DEDCD7!important;
}

.menu .destaque{
  color: #000;
  font-family: 'Lato-Semibold';
}
