@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;*/



/*GERAL*/
  html, body {
    height: 100%;
    position: relative;
    min-height: 100%;
  }
  body{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal; 
    font-variant: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-wrap: pretty;
  }
  /*section{
    padding-bottom: 50px;
  }*/

  ::selection {
    background: rgba(113, 17, 18, 0.1);
    /*color: #FFF;*/
  }
  :root {
    --white: #FFFFFF;
    --black: rgba(0, 0, 0, 0.87);
    --vermelho: #e55353;
    --verde: #2eb85c;
    --amarelo: #f9b115;
    --azul-escuro: #146699;
    --primary: #711112;
    --secondary: #ED2777;
    --text-dark: #1d1d1d;
    --text: #444444;
    --text-low: #6f6f6f;
    --mediumgray: #999999;
    --lightgray: #F7F7F7;
    --box-light: #c4bcbc;
    --box-dark: #737272;
    --menu: #7D7D7C;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #711112;
  }
  .wrapper-gallery{
    text-align: center;
    width: 224px;
    margin: 0 auto;
    margin-bottom: 22px;

  }
  .wrapper-gallery h1{
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 140%;
    color: var(--mediumgray);
    margin: 0;
    padding-bottom: 0;
  }
  .wrapper-gallery h1 span {
      color: var(--black);
  }
  #contentor1{
    min-height: 100%;
    position: relative;
  }
  #asseccentro{
    /* Set the fixed height of the header*/
    padding-top: 0;
    /* Set the fixed height of the footer here + 20px de padding a separar do conteudo */
    padding-bottom: 50px;
    /*margin-top: 60px;*/
    /*background-color: #fff;*/
  }

  /*WELCOME PAGE*/
  /*#conteudow {
      : 0 1.5rem;
    }*/
    /*#conteudow h1 span{
      border-bottom: 1px solid #975fa2;
    }*/

    #conteudoa, #conteudoi {
      margin-top: 3em;
    }
    
    /*#novos h3,
    #promocoes h3,
    #SECTPROD h3 {
      font-size: 35px;
      font-weight: 600;
      line-height: 1em;
      color: #146699;
      text-align: center;
      text-transform: uppercase;
      margin-top: 1em;
    }*/
    
    #vantagens h3 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1em;
      color: #FFF;
      text-align: center;
      /*text-transform: uppercase;*/
      margin-top: 1em;
    }
    .text_welcome{
      text-align: center;
      color: #636363;
    }
    .lead {
      text-align: center;
      font-size: 2em;
      line-height: 1.35em;
      margin-top: 0.45em;
      margin-bottom: 2em;
      font-weight: 600;
    }
    /*#conteudow h2{
      font-size: 3.5em;
      font-weight: 600;
      line-height: 1em;
      margin-bottom: 25px;
      padding-bottom: 10px;
    }*/
    .subtitle {
        font-size: 42px;
      font-weight: 400;
      line-height: 44px;
      color: #FFF;
    }
  /*end WELCOME PAGE*/

  .direita{
    text-align: right;
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: #fff;*/
    background: url('./imagens/hourglass.svg') 50% 50% no-repeat rgb(249,249,249);
  }
  .divisor_wrapper {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #711112;
  }
  .pre-owl{
    padding: 0;
    margin: 0 15px;
  }
  .owl-container{
    position: relative;
    float: left;
    width: 100%;
  }
/*end GERAL*/

/*Vertical Align*/
  .vertical-table-wrapper{
    display: table;
    width: 100%;
    height: 100%;
  }
  .vertical-table-cell{
    display: table-cell;
    vertical-align: middle;
  }
  .vertical-cell{
    border: 1px solid #fff;
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .vertical-bg{
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    /*padding: 25px 45px;*/
    text-align: center;
  }
/*end Vertical Align*/

/*BANNER IMG SINGULAR*/
  .img-singular .vertical-cell {
    border: 0px solid #fff;
    max-width: 100%;
    margin: 0 auto;
  }
  .vertical-bg {
    background-color: transparent;
    text-align: center;
  }
  .img-singular {
    position: relative;
    height: 250px;
    /*margin-bottom: 2.5em;*/
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: cover;
    background-position: center center;
  }
  .img-singular:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .img-singular:before {
    /*background-color: #975fa2;
    opacity: .84;*/
    display: inline-block;
  }

  @media (max-width: 576px) {
    .img-singular{
      height: 15vh !important;
      /*margin-bottom: 1em;*/
    }
  }
/*end BANNER IMG SINGULAR*/

/*LOADER*/
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
  }
  .spinner {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    /* left: 60%; */
    top: 50%;
    margin: -135px 0 0 0;
    z-index: 1001;
  }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #711112;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
  .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
    40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  }
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 
    40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
  }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }
  #loader-wrapper .loader-section.section-left {
      left: 0;
  }
  #loader-wrapper .loader-section.section-right {
      right: 0;
  }
  /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    .loaded .spinner {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
/*end LOADER*/

/*Fix for WinPhone 8 and IE10*/
  @-ms-viewport       { width: device-width; }
  @-o-viewport        { width: device-width; }
  @viewport           { width: device-width; }
/*end Fix for WinPhone 8 and IE10*/

/*SHARE buttons*/
  .social-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .social-container ul li:first-child{
    padding-left: 0;
  }
  .social-container .links {
    margin-bottom: 40px;
    font-size: 1.75em;
  }
  .fb-share-button span {
    vertical-align: inherit !important;
  }
/*end SHARE buttons*/

/*NEW COOKIE CONSENT*/
  .cc-revoke, .cc-window {
    font-size: 13px !important;
    line-height: 1.5em !important;
  }
  .cc-color-override-1969351950.cc-window {
    color: var(--white) !important;
    background-color: rgb(113, 17, 17, 0.85) !important;
    box-shadow: rgba(0,0,0,.10) 1px 1px 15px 0;
    border-radius: .25rem;
  }
  .cc-color-override-1969351950 .cc-btn {
    color: var(--white) !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    border-color: transparent !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
  }
  .cc-link {
    opacity: 1;
    display: inline-block;
    padding: .2em;
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
  }
  
  .cc-link:hover {
    color: rgb(255, 255, 255) !important;
  }
  .cc-floating.cc-theme-edgeless .cc-message {
   margin: 1em 2em 0.75em;
  }

 /*end COOKIE CONSENT*/

/*Old Cookie Consent*/
  /*.cc_message{
    font-size: 13px !important;
  }
  .cc_container .cc_btn {
    font-size: 13px !important;
    bottom: 20px !important;
  }
  .cc_logo{
    display: none !important;
    background-image: none !important;
    height: 1px !important;
  }
  .cc-compliance {
    height: 50px;
  }
  .cc-theme-edgeless.cc-window{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    text-align: center;
    background-color: rgba(47, 18, 56, .85) !important;
    color: #FFF !important;
    height: 50px;
    box-shadow: 0px -1px 2px rgba(47, 18, 56, 0.10);
  }
  .cc-banner .cc-btn:last-child, .cc-dismiss {
    min-width: 50px !important;
    color: rgba(47, 18, 56, .85) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    padding-top: 10px;
    font-size: 16px;
  }
  .cc-link,
  .cc-link:active,
  .cc-link:visited{
    color: var(--white) !important;
    font-weight: 600;
  }

  a.cc-link  {
    text-decoration: underline !important;
    text-transform: uppercase !important;
  }*/
/*end Cookie Consent*/

/*Very Old Cookie Consent*/
  /*.cc_message{
    font-size: 13px !important;
  }
  .cc_container .cc_btn {
    font-size: 13px !important;
    bottom: 20px !important;
  }
  .cc_logo{
    display: none !important;
    background-image: none !important;
    height: 1px !important;
  }
  .cc-theme-edgeless.cc-window{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    text-align: center;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) !important;
    background-color: rgba(0,0,0,0.85) !important;
    color: #FFF !important;
  }
  .cc-banner .cc-btn:last-child, .cc-dismiss {
    min-width: 60px !important;
    color: rgba(240, 198, 24, .85) !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }
  .cc-link,
  .cc-link:active,
  .cc-link:visited{
    color: #F0C816 !important;
  }*/
/*end Cookie Consent*/

/*Animacoes*/
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: grid;
  grid-gap: 30px;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.conteudobox .grid {
  grid-template-columns: auto;
}

/* Common style */
.grid figure {
  position: relative;
  /*float: left;*/
  overflow: hidden;
  background: #eee;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 1.4rem;
}
/*---------------*/
/***** Julia *****/
/*---------------*/
  figure.effect-julia {
    background: rgba(52, 152, 219, 0.5);
  }

  figure.effect-julia img {
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-julia figcaption {
    text-align: right;
  }

  figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
  }
  figure.effect-julia .link_bg {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 15;
  }
  figure.effect-julia p {
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(90px,0,0);
    transform: translate3d(90px,0,0);
    margin-top: 25%;
  }

  figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
  }

  figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  figure.effect-julia:hover .link_bg {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

  figure.effect-apollo {
    background: rgb(255, 255, 255);
  }
  figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  }
  figure.effect-apollo p {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  figure.effect-apollo .link_bg {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 15;
  }
  figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  }
  figure.effect-apollo:hover .link_bg {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

  figure.effect-goliath {
    background: #008FD1;
  }

  figure.effect-goliath img,
  figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
  }

  figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  figure.effect-goliath h2,
  figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 15;
    /* padding: 30px; */
  }

  figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
  }

  figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-32px,0);
    transform: translate3d(0,-32px,0);
  }

  figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-32px,0);
    transform: translate3d(0,-32px,0);
  }

  figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  /*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 75%);
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 25%) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1.25;
  color: var(--white);
  position: relative;
  top: 89%;
  left: 0;
  width: 100%;
  text-wrap: balance;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  letter-spacing: 2px;
  text-wrap: balance;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  /*-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);*/
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*end Animacoes*/

/*Nav-bar*/
  .navbar{
	border: none;
	border-radius: 0;
	min-height: auto !important;
  }
  .navbar-default{
    background-color: transparent;
    border-color: transparent;
  }
  .sandwich_lang {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px;
    text-align: right;
    font-size: 0.8em;
    text-align: right;
    font-weight: 500;
    margin: 0 21em 0.21em 0;
    -webkit-transition: 0.5s cubic-bezier(0,0,1,1);
    -moz-transition: 0.5s cubic-bezier(0,0,1,1);
    -ms-transition: 0.5s cubic-bezier(0,0,1,1);
    -o-transition: 0.5s cubic-bezier(0,0,1,1);
    transition: 0.5s cubic-bezier(0,0,1,1);
    margin: 0 15px 0 0;
  }
  .sandwich_lang a{
    padding: 0 2px;
  }
  #caminho {
    background-color: #F5F5F5;
    padding: 0 35px;
  }
/*end Nav-bar*/

/*Tabelas*/
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: top !important;
    border: 1px solid var(--white) !important;
    line-height: 1.42857143;
    padding: 4px 8px;
    font-size: 90%;
  }
  td.highlight {
    background-color: whitesmoke !important;
  }
  .table tbody tr.even:hover, .table tbody tr.even td.highlighted {
    background-color: #F7F7F9;
  }
  .table tbody tr.odd:hover, .table tbody tr.odd td.highlighted {
    background-color: #F7F7F9;
  }
  .table tr.even:hover {
    background-color: #F7F7F9;
  }
  /*.table tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
  }*/
  .table tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
  }
  .table tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
  }
  .table tr.odd:hover {
    background-color: #F7F7F9;
  }
  /*.table tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
  }*/
  .table tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
  }
  .table tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
  }
  .table-striped > tbody > tr:nth-child(odd) {
    background-color: var(--white);
  }
  #livros td, #carrinho1 td{
      vertical-align: middle !important;
      min-height: 15px;
  }
  div.dataTables_wrapper div.dataTables_length select{
    width: 50px;
  }
  .paginate_button{
    padding: 0 2px;
  }
  .paginate_button .previous{
    padding-right: 5px;
  }
  .paginate_button .next{
    padding-left: 5px;
  }

  /*TABELA LIVROS*/
    /*td.numeric, th.numeric {
        text-align: right;
    }*/
    @media only screen and (max-width: 800px) {  
      /* Force table to not be like tables anymore */
      .no-more-tables table, 
      .no-more-tables thead, 
      .no-more-tables tbody, 
      .no-more-tables th, 
      .no-more-tables td, 
      .no-more-tables tr { 
        display: block; 
      }
      /* Hide table headers (but not display: none;, for accessibility) */
      .no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      .no-more-tables tr { border: 1px solid #ccc; }
      .no-more-tables td { 
        /* Behave  like a "row" */
        border: none !important;
        border-bottom: 1px solid #eee !important; 
        position: relative !important;
        padding-left: 21% !important; 
        white-space: normal !important;
        text-align:left !important;
      }
      .no-more-tables td:before { 
        /* Now like a table header */
        position: absolute !important;
        /* Top/left values mimic padding */
        top: 6px !important;
        left: 6px !important;
        width: 20% !important; 
        padding-right: 10px !important; 
        white-space: nowrap !important;
        text-align:left !important;
        font-weight: bold !important;
      }
      /*
      Label the data
      */
      .no-more-tables td:before {
        content: attr(data-title);
      }
      .no-more-tables  td.change:before {
        content: attr(data-content);
      }
      #livros{
        border: 0px;
        padding: 0;
      }
      .checkbox {
        text-align: left;
      }
    }
  /*END TABELA LIVROS*/
/*end Tabelas*/

/*Caminho-breadcumbs*/
  /*#caminho{
    background-color: #F5F5F5;
  }*/
  .breadcrumb{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    padding:0;
    /*padding-left: 15px;*/
  }
  .breadcrumb a{
    font-size: 12px;
  }
/*end Caminho-breadcumbs*/

/*Tabs*/
  .tab-content{
    padding: 25px 20px 25px 20px;
    border-top: 0;
    border: 1px solid #E4E6E4;
  }
  .nav-tabs > li{
    padding: 0 !important;
    margin-right: 2px;
  }
  .nav-tabs > li > a {
    color: #444444 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 0!important;
    padding: 10px !important;
    text-transform: uppercase;
    margin: 0;
    background-color: #E4E6E4;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #444 !important;
    background-color: #FFF !important;
    cursor: default !important;
  }
  .nav-tabs {
    border: none;
  }
/*end Tabs*/
/*Tabs product_tabs*/
  #products_tabs a{
    transition: none !important;
  }
  #product_tabs .tab-content {
    border: none;
    border-top: solid 1px #dae2e6;
    padding: 2em 0 1em;
  }
  /*#product_tabs .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #995FA3;
    background-color: transparent;
    border: 0;
    border-color: #FFF;
    border-bottom: 2px solid #975fa2;
  }*/
  #product_tabs .nav-tabs > li > a:hover {
    border-color: #FFF #FFF #975fa2;
  }
  #product_tabs .nav-tabs > li{
    padding: 0 !important;
    margin-right: 2em;
    float: left;
    margin-bottom: -1px;
  }
  #product_tabs .nav-tabs > li > a {
    padding: 1em 0 !important;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    border-color: #FFF;
    background-color: transparent;
  }
  #product_tabs .nav-tabs > li.active > a, #product_tabs .nav-tabs > li.active > a:hover, #product_tabs .nav-tabs > li.active > a:focus{
    color: #444 !important;
    background-color: transparent!important;
    cursor: default !important;
    border: 0;
    border-color: #FFF;
    border-bottom: 2px solid #975fa2;
  }
  #product_tabs .nav-tabs {
    border: none;
  }
/*end Tabs*/

/*Forms*/
  .form-control:focus {
    border-color: #dae2e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
  }
  .form-control{
    border-radius: 0px;
    box-shadow: none;
  }
  .form-group .login-field-icon,
  .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 28px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
  }
/*end Forms*/

/*Footer*/
  .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
  }
  #footer{
    min-height: 20px;
    margin-bottom: 0;
    background-color: #711112;
    color: var(--white);
    /*text-transform: uppercase;*/
  }
  .footer svg {
    fill: #fff;
    font-size: 10px;
    height: 14px;
    position: relative;
    top: 1px;
    padding-left: 5px;
  }
  .svg_bottom{
    fill:#338A00;
    margin-left: 20px;
  }
  .svg_bottom:hover{
    fill:#FFF;
  }
  .menu_bottom{
    padding: 0 4vw;
  }
  .menu_bottom h6{
    font-size: 0.5em;
    color: var(--white);
    letter-spacing: 1px;
  }
  .menu_bottom a:hover h6, .menu_bottom a:focus h6{
    text-decoration: underline;
  }
  .current_bottom h6{
    text-decoration: underline;
    /*color: #711112 !important;*/
  }

  #footer p{
    line-height: 1.2;
  }

  #footer a, #footer a h6 {

    color: #FFF;
    text-transform: none;
  }

  #footer a:hover, #footer a h6:hover {
    text-decoration: underline;
  }

  #footer h5 span {
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
  }

  /*#footer .social-container {
    text-align: center;
  }*/

  #footer .social-container label {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
  }

  #footer .social-container .links {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.75em;
  }

  #footer .social-container .links i {
    font-size: 30px;
  }



  #footer .social-container .links a {
    color: #FFF;
  }

  #footer .social-container .links a:hover {
    color: #888888;
  }
  .copyright {
    font-size: 12px;
    margin: 10px 0;
  }

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

    .copyright {
      margin-top: 10px;
    }
  }

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

    #footer .social-container .links i {
      font-size: 26px;
    }

  }

/*end Footer*/

/*Botoes geral*/
  .btn {
    border-radius: 0;
    padding: 6px 20px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }

  .bootstrap-select .btn:focus{
    outline: none !important;
  }
  .btn:active{
    box-shadow:none;
  }
  .btn:focus{
    outline: none !important;
  }
  .btn-primary, .btn-success, .btn-info {
    background-color: #711112 !important;
    border-color: #711112 !important;
    border-radius: 0px;
    color: rgb(255, 255, 255) !important;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-info:hover,  .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,
  .btn-success:hover,  .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
  .btn-success:focus, .btn-success.focus,
  .btn-primary:focus, .btn-info:focus, .btn-success.focus{
    background-color: var(--white)  !important;
    border-color: #711112 !important;
    outline: none !important;
    color: #711112 !important;
  }
  .btn-especial{
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 0px !important;
  }
  .btn-download{
    background-color: var(--white) !important;
    border-bottom: 1px solid #711112 !important;
    font-size: 12px;
  }
  .btn-download.disabled, .btn-download[disabled]{
    opacity: 1 !important;
  }
  .btn-download:hover, .btn-download:focus{
    color: #FFF !important;
    background-color: #711112 !important;
  }
  .btn-detalhes{
    background-color: var(--white) !important;
    border: 1px solid #444444 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444444;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-detalhes.disabled, .btn-detalhes[disabled]{
    opacity: 1 !important;
  }
  .btn-detalhes:hover, .btn-detalhes:focus{
    color: #FFF !important;
    background-color: #444444 !important;
  }
  .marginbotaoloja{
    margin-right: 620px;
  }
  .btn-sobedesce{
    background-color: transparent;
  }
  .btn-refresh{
    background: transparent;
  }
/*end botoes-geral*/

/*Badges*/
  .badge{
    top: 0;
    left: 0;
    width: 50%;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    padding: 0;
    background: transparent;
  }
  .badge img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .sempromo{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .compromo{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
  }
/*end Badges*/

/*Font style*/

  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccc !important;
  }
  input, textarea,select, option{
    
    /*text-transform: uppercase;*/
    color: #000;
  }
  input{
    outline:none;
  }
  select:focus, input:focus, label:focus{
    outline:none!important;
    box-shadow: none!important;
  }
  ::-webkit-input-placeholder {
     color: #975fa2;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #975fa2;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: #975fa2;
  }
  :-ms-input-placeholder {  
     color: #975fa2; 
  }
  a{
    color: #404040;
    text-decoration: none;
    word-break: break-word;
    transition: all .2s;
    -webkit-appearance: none!important;
  }
  a:hover, a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #ab2d2e;
    outline: none;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
  }
  p{
    line-height: 1.8;
  }
  .titulo-primario{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
  }
  .box-title{
    text-align: center;
    border-bottom: 3px solid #783D45;
    margin: 1.5em 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: block;
  }
  .box-title:first-child{
    margin-top: 0;
  }
  .titulo-secundario{
    font-weight: 600;
    color: #404040;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
    /*border-bottom: 4px solid #711112;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 2px;*/
  } 
  .subtitulo-primario{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    /*border-bottom: 2px solid #711112;
    padding-bottom: 2px;*/
  }
  .subtitulo-secundario{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    /*border-bottom: 2px solid #711112;
    padding-bottom: 2px;*/
  }
  .data, .timestamp {
    font-size: x-small;
    text-transform: lowercase;
    color: #000;
    font-weight: 600;
  }
  .spacer{
    letter-spacing: -.5px;
    line-height: 1.2em;
  }
  .smalltext{
    font-size: 13px;
    word-wrap: break-word;
  }
  .legenda  {
    font-size: 12px;
    font-style: normal;
  }
  .sobconsulta{
    font-size: 12px;
  }
  .weight400{
    font-weight: 400 !important;
  }
  .weight600{
    font-weight: 600 !important;
  }
  .weight700{
    font-weight: 700 !important;
  }
  .bold{
    font-weight: 600;
  }
  .semibold{
    font-weight: 600;
  }
  b, strong {
    font-weight: 600;
  }
  .text-upper {
    text-transform: uppercase;
  }
  .lineheight24{
    line-height: 24px;
  }
  .font16{
    font-size: 16px;
  }
  .navbar-menu-prod{
    font-size: 15px;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
/*end Font style*/

/*Padding & margin*/
  .no-gutter{padding-right:0 !important;padding-left:0 !important;}

  .margintop100{margin-top: 100px !important;}
  .margintop50{margin-top: 50px !important;}
  .margintop25{margin-top: 25px !important;}
  .margintop10{margin-top: 10px !important;;}
  .nomargintop{margin-top: 0 !important;}

  .marginbottom100{margin-bottom: 100px !important;}
  .marginbottom50{margin-bottom: 50px !important;}
  .marginbottom30{margin-bottom: 30px !important;}
  .marginbottom25{margin-bottom: 25px !important;}
  .marginbottom10{margin-bottom: 10px !important;}
  .nomarginbottom{margin-bottom: 0 !important;}

  .paddingtop15{padding-top: 15px !important;}
  .padding-bottom20{padding-bottom: 20px !important;}

  .nomargin{margin: 0 !important;}
  .nopadding{padding: 0 !important;}
  .nopaddingleft{padding-left: 0;}

  .gap-left{
    margin: 0px 0px 25px 25px;
  }
  .gap-right{
    margin: 0px 25px 25px 0px;
  }
/*end Padding & margin*/

/*Border radius*/
  .borderespecial_inteira{
    border: 3px solid #EFCFAD;
    padding: 10px;
  }
  .bordertopradius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .borderadius{
    -moz-border-radius:5px;
    border-radius:5px;
  }
/*end Border radius*/

/*Colors*/
  .color-primary{color:#711112 !important;} /*Azul*/
  .color-secondary{color:#49494A !important;} /*cinza escuro*/
  .color-extra{color:#EA875A;} /*salmao*/
  .bolas{color:#DD6935 !important;}
  .gray{color:#7F8C8C !important;} /*cinza claro*/
  .white{color:#FFF !important;}
  .black{color:rgba(0, 0, 0, 0.87) !important;}
  .blue{color:#0098D1 !important;}
/*end Colors*/

/*Fancybox*/
  .fancybox-overlay.fancybox-overlay-fixed {
    z-index: 1055;
  }
  .fancybox-type-iframe .fancybox-nav{
    height: 90% !important;
  }
  .fancybox-title{
    font-size: 1em !important;
    line-height: 20px !important;
    text-align: center;
  }
  .fancybox-title-inside-wrap {
    padding: 10px;
  }
  .fancybox-prev span {
    left: 0px;
  }
  .fancybox-next span{
    right: 0px;
  }
  .zoomer:hover .overlay-zoom .zoom-icon{
    opacity:0.5;   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 50);
  }
  .zoomer:hover .overlay-zoom .zoom-lupa{
    opacity: 1;
  }
  .zoomer:hover .overlay-zoom .zoom-video{
    opacity: 1;
  }
  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;     
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .overlay-zoom .zoom-icon {
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.87);
    filter: alpha(opacity = 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*border-radius: 5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/
  }
  .overlay-zoom .zoom-lupa{
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: inherit;
    height: inherit;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom.png);
  }
  .overlay-zoom .zoom-video{
    opacity: 0.5;
    -webkit-transition: opacity 0.2s 0s ease-in-out;
    -moz-transition: opacity 0.2s 0s ease-in-out;
    -o-transition: opacity 0.2s 0s ease-in-out;
    -ms-transition: opacity 0.2s 0s ease-in-out;
    transition: opacity 0.2s 0s ease-in-out;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: inherit;
    height: inherit;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom-video.svg);
  }
/*end fancybox*/

/*Fototeca efeito*/
  .img:hover h2{
    color:#0098D1;
  }
  .zoomin{
    text-decoration: none;
    display: block;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
  }
  .zoomin:hover{
    -webkit-transform: scale(1.05,1.07);
    transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 5;
  }
/*end Fototeca*/

/*Fix images*/
  .img-responsive{
    width: 100%;
  }
/*end Fix images*/

/*Fix carousel blur*/
  .owl-carousel .owl-item{
    text-align: center;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /*.owl-carousel-destaques .owl-item,
  .owl-carousel-ultimas .owl-item,
  .owl-carousel-novos .owl-item,
  .owl-carousel-promocoes .owl-item {
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }*/
  
  .owl-carousel-ultimas .owl-item {
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  .owl-carousel-folhetos .owl-item {
    margin-bottom: 18px;
    margin-top: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  /*.owl-carousel-destaques .owl-item:hover,
  .owl-carousel-ultimas .owl-item:hover,
  .owl-carousel-novos .owl-item:hover,
  .owl-carousel-promocoes .owl-item:hover,
  .owl-carousel-folhetos .owl-item:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.08);
  }*/
  .owl-carousel-ultimas .owl-item:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.08);
  }
  
/*end Fix carousel blur*/

/*Bootstrap fix*/
  /*.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  }*/
  @media (max-width: 768px){
    .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
      width: 150px;
    }
  }
  @media (max-width: 480px){
    .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
      width: 85%;
    }
  }
/*end Bootstrap fix*/

/*store-whatsapp bottom*/
  .store-whatsapp {
    font-size: 25px;
    color: #FFF!important;
    line-height: 47px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: fixed;
    -webkit-box-shadow: 0 0 20px transparent;
    -moz-box-shadow: 0 0 20px transparent;
    box-shadow: 0 0 20px transparent;
    background: #25D366!important;
    z-index: 9998
  }

  .store-whatsapp:hover {
    -webkit-box-shadow: 0 0 20px rgba(75,57,75,.5);
    -moz-box-shadow: 0 0 20px rgba(75,57,75,.5);
    box-shadow: 0 0 20px rgba(75,57,75,.5)
  }

  .store-whatsapp--top-right {
    top: 20px;
    right: 20px
  }

  .store-whatsapp--top-left {
    top: 20px;
    left: 20px
  }

  .store-whatsapp--bottom-right {
    bottom: 60px;
    right: 20px
  }

  .store-whatsapp--bottom-left {
    bottom: 20px;
    left: 20px
  }
  .store-whatsapp {
    color: #fff!important;
    background: #25D366!important
  }

  .store-whatsapp:hover {
    background: #128C7E!important
  }
/*store-whatsapp bottom end*/

/*Scroll-top bottom*/
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #888888;
  }
  .scroll-top-wrapper:hover {
    color: rgba(255, 255, 255);
    background-color: transparent;
  }
  .scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
  }
  .scroll-top-wrapper i.fa {
    line-height: inherit;
  }
  .fa-2x {
    font-size: 1.5em;
  }
/*end scroll-top*/

/*Modal*/
  .close{
    font-size: 1em;
    color: #711112 !important;
    opacity: 1 !important;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  .close:hover, .close:focus {
    color: #7D7D7C !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .modal-title{
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-size: 1em;
    text-align: center;
  }
  .carrinho-title{
    
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin: 0  0 20px 0;
  }
  .carrinho_tit_prod {
    display: block;
    text-decoration: none;
    font-size: 1.0769em;
    letter-spacing: .005em;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
  }
  .carrinho_quantidade {
    font-weight: normal!important;
    font-size: 13px!important;
  }
  .carrinho_pop{
    display: block;
    white-space: nowrap;
    float: right;
    -webkit-transition: 0.5s cubic-bezier(0,0,1,1);
    -moz-transition: 0.5s cubic-bezier(0,0,1,1);
    -ms-transition: 0.5s cubic-bezier(0,0,1,1);
    -o-transition: 0.5s cubic-bezier(0,0,1,1);
    transition: 0.5s cubic-bezier(0,0,1,1);
  }
  .total-count {
      padding: 0px 2px;
  }
  .logo-modal{
    height: 100px;
    margin-right: 20px;
    display: inline;
    width: auto;
  }
  .login_modal_footer{
    margin-top:5px;
  }
  .form-group{
    position: relative;
  }
  .modal-dialog .form-group .login-field-icon,
  .modal-dialog .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    transition: all 0.25s ease 0s;
    padding-top: 7px;
  }
  .login-modal{
    width:100%;
    padding-bottom: 0px;
  }
  .modal-register-btn{
    margin: 4% 33% 2% 33% ;
    width:100%;
  }
  /*.login-modal input{
  }*/
  .modal-body {
    padding: 0;
    padding-bottom: 15px;
  } 
  .bootbox-body {
    padding-top: 20px;
  } 
  .modal-body-left{
    float:left;
    width:50%;
    padding-right:4%;
    border-right:4px solid #975fa2;
  }
  .modal-body-right{
    float:right;
    width:47%;
  }
  .login-link{
    padding:0;
  }
  .modal-icons{
    margin-left: -10px;
    margin-right: 20px;
  }
  #center-line{
    position: absolute;
    right: 265.7px;
    top: 80px;
    background:#ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
  }
  .modal-login-btn{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color: #FFF;
  }
  /* .modal-login-btn:hover,.modal-login-btn:focus, .modal-login-btn:active{
  } */
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog-small{
    width: 430px;
  }
  .login_modal_header, .modal-header {
    background-color: #FFF;
    color: #711112;
  }
  .modal-header {
    padding: 0;
    border-bottom: 0px;
  }
  .modal-header .close {
    margin-top: 10px;
  }
  .login_modal_footer{
    color: #FFF;
  }
  .modal-content {
    padding: 0 20px 10px 20px;
    border-radius: 20px;
    border: 0;
  }
  .modal-footer {
    padding: 15px 15px 4px 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    }
    .modal-footer h6 {
      font-size: 10px;
      text-transform:uppercase;
      text-align: center;
    }

  .help-block.with-errors {
    font-size: 12px;
  }
  #form_registo .control-label{
    display: none;
  }

  @media only screen and (max-width: 480px){
    .modal-dialog {
      width: 320px !important;
    }
  }
/*end Modal*/

/*WELCOME PAGE*/
  .welcome_textarea_mote{
    padding: 0 6%;
  } 
  .welcome_subtitle_mote{
    color: #975fa2;
    font-size: 4em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    line-height: 1em;
  }
  .welcome_text_mote{
    color: #111922;
    font-size: 3em;
    line-height: 1em;
  }
  .welcome_text_mote a{
    border-bottom: 2px solid #ff8d00;
  }
  .welcome_icon_mote{
    color: #111922;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.2em;
      text-transform: uppercase;
  }
  .welcome_icon_mote a{
    border-bottom: 2px solid #ff8d00 !important;
  }
  .welcome_text_mote a:hover{
    border-bottom-color: transparent;
  }
  .welcome_textarea{
    padding: 40px;
  } 
  .welcome_subtitle{
    color: #975fa2;
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    line-height: 1em;
  }
  .welcome_text p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .welcome_text a{
    border-bottom: 2px solid #ff8d00;
  }
  .welcome_text a:hover{
    border-bottom-color: transparent;
  }
  .txt-btn {
    font-size: smaller;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .txt-btn:hover {
    color: #711112 !important;
    text-decoration: underline;
  }
  .txt-btn > .fas.fa-arrow-right, .txt-btn > .fas.fa-arrow-left {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 75%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .txt-btn:hover > .fas.fa-arrow-right {
    margin-left: 10px;
  }
  .txt-btn:hover > .fas.fa-arrow-left {
    margin-right: 10px;
  }
  .margintop50{
    margin-top: 50px;
  }
  ._banner_ {
    position: relative;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center;
    margin-top: 50px;
  }
  ._banner_:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ._banner_:before {
    background-color: #3f8dbf;
    opacity: .84;
    display: inline-block;
  }
  ._banner_ .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    padding: 40px;
  }
  ._banner_ .inner h1 {
    color: var(--white);
    font-size: 2.364em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    line-height: 1em;
  }
  ._banner_ .inner p {
    color: var(--white);
    font-size: 1.182em;
    font-weight: 400;
    line-height: 1.45em;
  }
  .bottom_block_text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  h5.address_subtitle{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  p.address_text {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 2em;
    color: #434343;
    vertical-align: top;
  }
  /* .address_text a{
  } */
  .address_text a:hover{
    color: #2F1238;
  }
/*END WELCOME PAGE*/

/*CHECKBOX*/
  .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #711112;
    border-color: #711112;
  }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    /*font-size: 0.875em;*/
  }
  .filter_list .checkbox label {
    font-size: 12px;
    /* text-transform: uppercase; */
  }
  .colecao-menu .checkbox label, .etiqueta-menu .checkbox label {
    text-transform: uppercase;
  }
/*end CHECKBOX*/

  .headline {
    font-size: 20px;
    background-color: #fff;
    padding-right: 10px;
    z-index: 5;
    position: relative;
    float: left;
    text-transform: uppercase;
  }
  .line {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    height: 1px;
    display: block;
    margin: -16px 0 25px 0;
  }
  .margin-bottom-0 {
    margin-bottom: 0 !important;
  }

/*BOX SHADOW*/
  .boxshadow_normal {
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  /*Two Bottoms*/
    .boxshadowtwobottom{
      position: relative;
    }
    .boxshadowtwobottom:before, .boxshadowtwobottom:after{
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 20px;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    .boxshadowtwobottom:after{
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      right: 20px;
      left: auto;
    }
    /*#poster01:hover .boxshadowtwobottom:before {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 150px;
      left: 100px;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
    #poster01:hover .boxshadowtwobottom:after{
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 150px;
      left: 100px;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      right: 10px;
      left: auto;
    }*/

  /*Left Bottom*/
    .boxshadowleftbottom{
      position: relative;
    }
    .boxshadowleftbottom:before{
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
    }
  
  /*Right Bottom*/
    .boxshadowrightbottom{
      position: relative;
    }
    .boxshadowrightbottom:after{
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      right: 10px;
      left: auto;
      width: 50%;
      top: 80%;
      max-width:300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
    }  
/*end BOX SHADOW*/

/*FONTAWESOME 5*/
  #footer .fa, #footer .fas {
    font-weight: 400;
  }
/*end FONTAWESOME 5*/

/*PREÇOS*/
  .produto_id {
    font-weight: 300;
    color: var(--box-dark);
    text-align: center;
    line-height: 1.5em;
    word-break: keep-all;
    padding-top: 0.25em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-wrap: balance;
    -webkit-box-orient: vertical;
  }
  .latim_id{
    font-size: 0.7em;
    font-weight: 400;
    color: #434343;
    font-style: italic;
    line-height: normal;
    padding: 0.25em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .medidas_quantidade {
  
    font-size: 0.8em;
    font-weight: 400;
    color: #434343;
    line-height: normal;
    padding: 0.25em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
  }
  .prices{
    font-weight: 600;
    padding: 0.125em 0;
  }
  .price{
    color: #711112;
    font-size: 1.125em;
    line-height: 1.25em;
  }
  .priceline{
    color: #a7a7a7;
    font-size: 1em;
    font-weight: 400;
    padding-left: 0.25em;
    text-decoration: line-through;
  }
  .category-list{
    font-size: 0.8em;
    font-weight: 600;
    color: #434343;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
  }
  .category-list a{
    color: #434343;
  }
  .category-list a:hover {
    color: #711112;
  }
  .brand{
    font-size: 0.875em;
    color: #434343;
    text-align: center;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand a{
    color: #434343;
  }
  .brand a:hover{
    color: #711112;
  }
  .item-destaque h5{
    color: #999999;
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  .item-ultimas h5{
    text-align: center;
    margin: 0;
  }
/*end PREÇOS*/

/*LASTENTRIES*/
  .last_product{
    color: #999;
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  #OTHERPRODUCTS{
    /*background-color: rgba(151, 95, 160, 0.03);*/
    /*background-image: url('./imagens/fundo2b-01.png');*/
    padding-bottom: 0;
  }
  /*#ultimasentradas {
    font-size: 0.875em;
  }*/
  #ultimasentradas h1 {
    font-size: 2.5em;
    margin-top: 0.5em;
  }
  #ultimasentradas h2{
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    border-bottom: 1px solid #975fa2;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  
  #ultimasentradas h3{
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 10px;
  }
  
  .item-destaque .item-ultimas {
    text-align: center;
    margin-bottom: 0;
  }
  .product-image{
    overflow: hidden;
    background-color: #F7F7F7;
  }
  .product-content{
    overflow: hidden;
    padding: 1.25em 1.25em 1.05em 1.25em;
    background-color: var(--white);
  }
  /*#ultimasentradas .label_onhot_txt {
    font-size: 0.875em;
  }
  #ultimasentradas .produto.zoomer .labels .label_onhot_txt {
    margin-top: -14px;
  }*/
  #ultimasentradas .produto.zoomer .labels .onhot.novo:after, #ultimasentradas .produto.zoomer .labels .onhot.promo:after {
    display: none;
  }
  /*#ultimasentradas .produto.zoomer .labels .onhot.promo, #ultimasentradas .produto.zoomer .labels .onhot.novo {
    padding: 0 2px 0 5px;
    top: 0.5em;
    left: 0.5em !important;
  }*/
  #ultimasentradas .produto.zoomer .labels .onsale {
    top: 0.5em;
    right: 0.5em;
  }
  #ultimasentradas .produto_id{
    font-size: 1em;
    letter-spacing: 0;
  }
  /* #product_list {
   font-size: 0.875em;
  }*/
  /*#product_list .product-content{
    overflow: hidden;
    padding: 0 0.85em;
    min-height: 8em;
    text-align: center;
  }*/
  #product_list .productdisplay{
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: flow-root;
    text-align: center;
  }
  #product_list .productdisplay:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.08);
  }
  /*#product_list .label_onhot_txt {
    font-size: 0.875em;
  }
  #product_list .produto.zoomer .labels .label_onhot_txt {
    margin-top: -14px;
  }
  #product_list .produto.zoomer .labels .onhot.novo:after, #product_list .produto.zoomer .labels .onhot.promocao:after {
    display: none;
  }
  #product_list .produto.zoomer .labels .onhot.promocao, #product_list .produto.zoomer .labels .onhot.novo {
    padding: 0 2px 0 5px;
  }
  #product_list .produto_id{
    font-size: 1em;
    letter-spacing: 0;
  }*/
/*end LASTENTRIES*/

/*LEGENDAS*/
  .aplicar {
    height: 40px;
    width: 40px;
    background-color: var(--white);
    color: #000;
    color: rgb(193,215,54);
    
    font-weight: bold;
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
  }
/*end LEGENDAS*/

/*PRODUTO*/

.produto.zoomer:hover .box-produto-image {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.box-produto-image {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
}

  .produto.zoomer .overlay-zoom {
    position: relative;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .produto.zoomer .overlay-zoom img {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .produto.zoomer .overlay-zoom img.top {
    opacity: 1;
  }
  .produto.zoomer .overlay-zoom img.bottom {
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
  }
  .produto.zoomer:hover img.top {
    opacity: 0;
  }
  .produto.zoomer:hover img.bottom{
    opacity: 1;
  }
  .produto.zoomer .labels .onhot, .produto.zoomer .labels .onsale {
    position: absolute;
    top: 1.8em;
    font-size: 0.75em;
   
  }
  .produto.zoomer .labels {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
  }
  /*.produto.zoomer .labels .onhot, .produto.zoomer .labels .onsale {
    border-radius: 20px;
    padding: 8px 10px 5px 10px;
  }*/
  .produto.zoomer .labels .onhot.novo,
  .produto.zoomer .labels .onhot.new,
  .produto.zoomer .labels .onhot.promo,
  .produto.zoomer .labels .onsale {
    z-index: 99;
    text-align: center;
  }
  .produto.zoomer .labels .onsale {
    z-index: 99;
    background: var(--primary);
    color: var(--white);
    right: 10px;
    top: 9px;
    transform: rotate(15deg);
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 8%);
    font-size: 1em;
  }
  .produto.zoomer .labels .onhot {
    background: #711112;
    left: 1.8em !important;
    z-index: 99;
    padding: 5px;
  }
  .produto.zoomer .labels .onhot.promo,
  .produto.zoomer .labels .onhot.sold_out,
  .produto.zoomer .labels .onhot.sold_out_{
    color: var(--box-dark);
    background-color: rgb(255 255 255 / 95%);
    left: -2px !important;
    z-index: 99;
    padding: 10px 10px 7px;
    border-radius: 0 0 10px 0;
    top: -2px;
    bottom: auto;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 8%);
    transition: box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -ms-transition: box-shadow .5s ease-in-out;
    -o-transition: box-shadow .5s ease-in-out;
  }
  .produto.zoomer .labels .onhot.novo,
  .produto.zoomer .labels .onhot.nova_colecao{
    color: var(--box-dark);
    background-color: rgb(255 255 255 / 95%);
    left: -2px !important;
    z-index: 99;
    padding: 10px 10px 7px;
    border-radius: 0 0 10px 0;
    top: -2px;
    bottom: auto;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 8%);
    transition: box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -ms-transition: box-shadow .5s ease-in-out;
    -o-transition: box-shadow .5s ease-in-out;
  }
  .produto.zoomer .labels .onhot.novo:after,
  .produto.zoomer .labels .onhot.new:after  {
    display: none;
    content: '';
    position: absolute;
    top: -2px;
    right: 0px;
    height: 4px;
    width: 100%;
    background: #62b959;
    transform: skew(0deg, -2deg);
  }
  .produto.zoomer .labels .onhot.promocao,
  .produto.zoomer .labels .onhot.promotion {
    display: none;
    z-index: 99;
    border-top: 20px solid #F0C618;
    border-right: 10px solid transparent;
    height: 0;
    left: 0;
    /*top: 0;*/
    background: transparent;
    border-radius: unset;
    width: auto;
    padding: 0 5px 0 10px;
  }
  .produto.zoomer .labels .onhot.promocao:after,
  .produto.zoomer .labels .onhot.promotion:after {
    display: none;
    content: '';
    position: absolute;
    top: -2px;
    right: 0px;
    height: 4px;
    width: 100%;
    background: #F0C618;
    transform: skew(0deg, -2deg);
  }
   /*.produto.zoomer .labels .label_onhot_txt {
    margin-top: -12px;
    padding: 0px 2px;
    font-size: 0.75em;
    text-align: center;
  }*/

  .item-destaque {
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: flow-root;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 8%);
    transition: box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -ms-transition: box-shadow .5s ease-in-out;
    -o-transition: box-shadow .5s ease-in-out;
    background-color: var(--branco);
  }

.item-destaque:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.08);
}
  
  /*svg do banner dos produtos*/
  .labelProduct {
    position: absolute;
    /*top: 14px;*/
    left: 25%;
    z-index: 99;
    /*right: 101px;*/
    max-width: 50%;
  }
  
  .item.list-group-item .labelProduct {
  
   left: unset;
   max-width: 22%;
   
  }
	
/*end PRODUTO*/

/*SHADOW ROW TESTEMUNHOS*/
  .rowshadow {
    background: #F5F5F5;
    box-shadow: inset 0px 1px 2px #cacaca, inset 0px -1px 2px #cacaca;
  }

/*end SHADOW ROW TESTEMUNHOS*/

/*BANNER PRODUTOS*/
  /*.cartaz-titulo {
    
    color:  #711112;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(255, 255, 255, 0.5);
    margin: 0px;
    z-index: auto;
    padding: 0px;
    letter-spacing: 1.30469px;
    filter: none;
  }
  .cartaz-subtitulo {
      
      color: #FFFFFF;
      font-size: 3em;
      line-height: 1em;
      font-weight: 700;
      margin: 0;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px #FFFFFF;
  }*/
/*end BANNER PRODUTOS*/


/*VANTAGENS */
#vantagens .btn-primary, .btn-success {
    background-color: #FFF !important;
    border-color: #FFF!important;
    color: #F0C816 !important;
    border-radius: 20px;
  }
#vantagens .btn-primary:hover {
    background-color: #FFF !important;
    border-color: #F0C816 !important;
    outline: none !important;
    color: #F0C816 !important;
  }

/*end VANTAGENS */

/*TESTEMUNHOS*/
  #COMMENTS .btn-primary, .btn-success {
    background-color: #F7F7F7 !important;
    border-color: #F7F7F7 !important;
    color: #808080 !important;
    border-radius: 5px;
  }
  #COMMENTS .btn-primary:hover {
    background-color: #808080 !important;
    border-color: #FFF !important;
    outline: none !important;
    color: #F7F7F7 !important;
  }
  #COMMENTS .timestamp {
    color: var(--white);
    text-align: center;
    line-height: 2em;
    font-weight: 400;
  }
  .pelica{
    width: 53px;
  }
  .testemonio {
    color: var(--white);
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1em;
  }
  .fancy_testemonio {
    /*line-height: 44px;*/
    text-align: center;
  }
  .fancy_testemonio span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;  
  }
  /*.fancy_testemonio span:before, 
  .fancy_testemonio span:after {
    content: "";
    position: absolute;
    border-top: 4px double var(--white);
    top: 22px;
    width: 80%;
  }
  .fancy_testemonio span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy_testemonio span:after {
    left: 100%;
    margin-left: 15px;
  }*/
  
  blockquote {
    border: none;
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
    /*padding: 0 16px 0px 16px;*/
  }
  blockquote footer:before, blockquote small:before, blockquote .small:before {
      content: '';
  }
  .testimonial_text{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .testimonial_title{
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #COMMENTS .testimonial_text{
    color: var(--white);
    text-align: center;
  }
  #COMMENTS .testimonial_title{
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .owl-carousel-testemunho .owl-controls .owl-nav [class*=owl-]{
    font-size: 2.5em !important;
    color: rgb(255, 254, 255);
  }
  .owl-carousel-testemunho .owl-nav .owl-prev{
    position: absolute;
    top: 0px;
    left: -100px;
    margin: 0 !important;
    right: auto;
    background: transparent !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  .owl-carousel-testemunho .owl-controls{
    margin: 0;
  }
  .owl-carousel-testemunho .owl-nav .owl-next{
    position: absolute;
    top: 0px;
    right: -100px;
    margin: 0 !important;
    left: auto;
    background: transparent !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  .owl-carousel-testemunho .owl-nav .owl-next:hover,
  .owl-carousel-testemunho .owl-nav .owl-prev:hover{
    color: #777777 !important;
  }
  .owl-carousel-testemunho .owl-arrows{
    width: 30px;
    margin: 0 !important;
    background: transparent !important;
  }
  .heading{
    margin-top: 25px;
  }
/*end TESTEMUNHOS*/


/* NEWSLETTER */
#form_newsletter a {

  color: rgb(147, 199, 234);
}

#form_newsletter a:hover {

  color: #0b3f58;
}

.newsletter_padding {

  padding: 40px 0px;
}

.newsletter-title {
  margin-bottom: 0px;
  /*margin-top: 10px;*/
  font-size: 31px;
  text-transform: none;
}

.newsletter-text {
  font-size: 14px;
}

.btn-newsletter {


  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #808080 !important;
  margin-left: 20px;
  border-radius: 6px;

}

.btn-newsletter:hover {

  background-color: #808080 !important;
  border-color: #FFF !important;
  outline: none !important;
  color: #FFF !important;

}

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

  .newsletter-title {
    font-size: 18px;
  }

  /*.newsletter_padding {

    padding: 0px 10px;
  }*/

  .btn-newsletter {

    margin-left: 10px;

  }

  .newsletter-text {
    font-size: 12px;
  }

}
/* END NEWSLETTER */

/*SHADOWS*/
  .shadow10pc {
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
/*end SHADOWS*/

/*LEGENDAS*/
  .legenda_a, .legenda_b, .legenda_cl, .legenda_s, .legenda_ep, .legenda_i, .legenda_v, .legenda_m, .legenda_ut, .legenda_ld {
    line-height: 0;
    margin: 0 0.125em;
    display: inline-grid;
    -webkit-transform: translate(0, 25%);
    -moz-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
  #prod_embalagem .legenda_a, #prod_embalagem .legenda_b, #prod_embalagem .legenda_cl, #prod_embalagem .legenda_s, #prod_embalagem .legenda_ep, #prod_embalagem .legenda_i, #prod_embalagem .legenda_v, #prod_embalagem .legenda_m, #prod_embalagem .legenda_ut, #prod_embalagem .legenda_ld {
    line-height: 0;
    margin: 0 0.125em;
    display: inline-grid;
    -webkit-transform: translate(0, -5%);
    -moz-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    -o-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
  .legenda_a:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_A.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_b:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_B.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_cl:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_CL.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_ep:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_EP.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_i:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_I.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_ld:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_LD.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_m:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_M.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_s:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_S.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_ut:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_UT.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .legenda_v:before {
    display: inline-block;
    content: ' ';
    background-image: url('./imagens/legenda_V.svg');
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
  }
/*end LEGENDAS*/

.all_center {
    position: absolute;
    top: 25%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 50%;
    text-align: center;
    padding: 0;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media (min-width: 1px){
  .logo_assecsim {
      height: 10px;
      margin-bottom: 2px;
      margin-right: 12vw;
  }
}

/*MEDIA QUERIES MIN*/
  @media (min-width: 480px) {
    .scroll-top-wrapper {
      bottom: 0px;
    }
  }
  @media (min-width: 576px) {
  }
  @media (min-width: 768px) {
    .welcome_textarea{
      padding-top: 0.25em;
    }
    .scroll-top-wrapper {
      bottom: 0px;
    }

    .logo_assecsim {
        margin-right: 4.5vw;
    }
  }
  @media (min-width: 992px) {
    .welcome_textarea{
      padding-top: 0.25em;
    }
    .scroll-top-wrapper {
      bottom: 0;
    }
    .logo_assecsim {
        margin-right: 2.5vw;
    }
  }
  @media (min-width: 1200px) {
    .welcome_textarea{
      padding-top: 40px;
    }
  }
/*end MEDIA QUERIES MIN*/

/*MEDIA QUERIES MAX*/

  @media (max-width: 1200px) {}
  @media (max-width: 992px) {}
  @media (max-width: 768px) {
    .fa-2x {
      font-size: 1.5em;
    }
    .welcome_textarea {
      padding: 10px;
      padding-top: 0;
    }
    .welcome_subtitle{
      font-size: 2.5em;
      padding-top: 0.2em;
    }
    .welcome_text p {
      font-size: 1em;
      line-height: 1.5em;
    }
    .welcome_subtitle_mote{
      font-size: 2.5em;
    }
    .welcome_text_mote{
      font-size: 2em;
    }
    #SECTMOTE h1 {
      font-size: 2.75rem;
    }
    .lead {
      margin-bottom: 1em;
      margin-top: 0;
    }
    h5.address_subtitle{
      font-size: 1em;
      line-height: 1.5em;
    }
    p.address_text {
      font-size: 0.85em;
    }
    .fancy_testemonio span:before, .fancy_testemonio span:after {
      width: 30%;
    }
    .testemonio {
      font-size: 2.5em;
      letter-spacing: 1px;
    }
    .menu_bottom{
      padding: 0 5vw;
    }
    .grid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 1.5rem;;
    }
    
    .full-wrapper {
      margin: initial !important;
    }
    .checked-list-box {
      margin: initial;
      padding-left: initial;
    }
  }
  @media (max-width: 576px) {
    body{
      font-size: 14px;
    }
    .welcome_subtitle{
      padding-top: 1em;
    }
    #COMMENTS .owl-nav .owl-next{
      display: none !important;
    }
    .menu_bottom{
      text-align: center;
    }
    .divSocial {
      padding-top: 1em !important;
      padding-bottom: 1em !important;
    }
    #RSP #parceria svg {
      height: 1em;
    }
    /*PREÇOS*/
      .produto_id {
        font-size: 0.85em;
        font-weight: 400;
        color: #000;
        text-align: center;
        /*text-transform: uppercase;*/
        line-height: 1.2em;
        letter-spacing: 0;
        word-break: keep-all;
        padding-top: 0;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .latim_id{
        font-size: 0.8em;
        font-weight: 400;
        color: #434343;
        font-style: italic;
        line-height: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
      }
      /*.prices{
        
        font-weight: 400;
        padding: 0;
      }*/
      .price{
        color: #711112;
        font-size: 1.2em;
      }
      .priceline{
        color: #a7a7a7;
        font-size: 1em;
        font-weight: 300;
        padding-right: 0.25em;
        text-decoration: line-through;
      }
      .category-list{
        font-size: 0.9em;
        font-weight: 600;
        color: #434343;
        text-align: center;
        /*text-transform: uppercase;*/
        margin-bottom: 0;
      }
      .category-list a{
        color: #434343;
      }
      .category-list a:hover {
       	color: #711112;
      }
      .brand{
        font-size: 0.8em;
        color: #434343;
        text-align: center;
        letter-spacing: -.01em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .brand a{
        color: #434343;
      }
      .brand a:hover{
        color: #711112;
      }
      .item-destaque h5{
        color: #999999;
        font-weight: 400;
        text-align: center;
        margin: 0;
      }
      .item-ultimas h5{
        text-align: center;
        margin: 0;
      }
      .product-content {
        padding: 0.5em;
      }
    /*end PREÇOS*/

    /* .produto.zoomer .labels .onhot.novo, .produto.zoomer .labels .onhot.new, .produto.zoomer .labels .onsale {
      width: 34px;
      height: 34px;
      line-height: 34px;
    } */
    /* .produto.zoomer .labels .onsale {
      right: 1.2em;
    } */
    .produto.zoomer .labels .onhot {
      left: 1.2em !important;
    }
    .produto.zoomer .labels .onhot, .produto.zoomer .labels .onsale {
      position: absolute;
      top: 1.2em;
      text-align: center;
    }
    .produto.zoomer .labels .onsale {
      top: 0.6em;
    }
    .produto.zoomer .labels .onhot.novo:after, .produto.zoomer .labels .onhot.new:after  {
    display: none;
    content: '';
    position: absolute;
    top: -2px;
    right: 0px;
    height: 4px;
    width: 100%;
    background: #62b959;
    transform: skew(0deg, -2deg);
    }
    .produto.zoomer .labels .onhot.promocao, .produto.zoomer .labels .onhot.promotion {
    display: none;
    z-index: 99;
    border-top: 20px solid #F0C618;
    border-right: 10px solid transparent;
    height: 0;
    left: 1.2em;
    /*top: 0;*/
    background: transparent;
    border-radius: unset;
    width: auto;
    padding: 0 5px 0 10px;
    }
    .produto.zoomer .labels .onhot.promocao:after, .produto.zoomer .labels .onhot.promotion:after {
    display: none;
    content: '';
    position: absolute;
    top: -2px;
    right: 1.2em;
    height: 4px;
    width: 100%;
    background: #F0C618;
    transform: skew(0deg, -2deg);
    }
  }
  @media (max-width: 480px) {
   .divSocial {
      padding-top: 1em !important;
      padding-bottom: 2em !important;
    }
  }
/*end MEDIA QUERIES MAX*/