@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;800&family=Viga&display=swap');



/* font-family: 'Raleway', sans-serif;
font-family: 'Viga', sans-serif; */



/*GERAL*/
  html, body {
    height: 100%;
    position: relative;
    min-height: 100%;
  }
  body{
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal; 
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    line-height: 1.42857143;
    background-color: transparent;
  }
  /*section{
    padding-bottom: 50px;
  }*/
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #3399cc;
  }
  #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: 50px;*/
    /*background-color: #fff;*/
  }

  /*WELCOME PAGE*/
    #conteudow h1{
      font-family: 'Fira Sans', sans-serif;
      font-size: 4em;
      font-weight: 700;
      line-height: 1em;
      color: #975fa2;
      text-align: center;
      margin-top: 1em;
    }
    #conteudow h1 span{
      /*border-bottom: 1px solid #975fa2;*/
    }
    
    #novidades h3,
    #promocoes h3,
    #SECTPROD h3 {
      /*font-family: 'Fira Sans', sans-serif;*/
      font-size: 35px;
      font-weight: 700;
      line-height: 1em;
      color: #146699;
      text-align: center;
      text-transform: uppercase;
      margin-top: 1em;
    }
    
    #vantagens h3 {
      font-family: 'Fira Sans', sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1em;
      color: #FFF;
      text-align: center;
      /*text-transform: uppercase;*/
      margin-top: 1em;
    }
    .text_welcome{
      text-align: center;
      color: #636363;
    }
    .lead {
      font-family: 'Amatic SC', cursive;
      text-align: center;
      font-size: 2em;
      line-height: 1.35em;
      margin-top: 0.45em;
      margin-bottom: 2em;
      font-weight: 700;
    }
    #conteudow h2{
      font-family: 'Amatic SC', cursive;
      font-size: 3.5em;
      font-weight: 700;
      line-height: 1em;
      color: #975fa2;
      border-bottom: 1px solid #975fa2;
      margin-bottom: 25px;
      padding-bottom: 10px;
    }
    .subtitle {
      font-family: 'Amatic SC', cursive;
      font-size: 42px;
      font-weight: 400;
      line-height: 44px;
      color: #FFF;
    }
  /*end WELCOME PAGE*/

  #conteudobox p, #conteudoi p, #conteudoy2 p, #formtestemunhos p, 
  #conteudobox li, #conteudoi li, #conteudoy2 li {
  }

  /*#conteudoy {
    padding: 2% 2%;
  }*/
  


  .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-family: 'Viga', sans-serif;
    font-size: 2.1875em;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--laranja2);
    text-align: center;
    /*text-transform: uppercase;*/
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    /*border-bottom: 1px solid #3399cc;*/
  }
  .divisor{
  }
  .pre-owl{
    padding: 0;
    margin: 0 15px;
  }
  .owl-container{
    position: relative;
    float: left;
    width: 100%;
  }
  ::selection {
    background: #3399cc;
    color: #FFF;
  }
  
   :root {
    --branco: #FFFFFF;
    --preto: rgba(0, 0, 0, 1);
    --cinzento: rgb(215, 212, 197);
    --cinza-texto: rgb(32, 32, 32);
    --cinza-claro: rgb(144, 144, 144);
    --vermelho: #e55353;
    --verde: #2eb85c;
    --amarelo: #f9b115;
    --laranja: rgb(217, 142, 14);
    --laranja2: rgb(194, 97, 21);
    --castanho: rgb(83, 52, 31);
    --azul-escuro: #146699;
    --primary: #F7941D;
    --secondary: #ED2777;
    --text-dark: #1d1d1d;
    --text: #444444;
    --text-low: #6f6f6f;
    --mediumgray: #999999;
    --lightgray: #F7F7F7;
    --box-light: #c4bcbc;
    --box-dark: #737272;
    --rodape-bottom: rgb(24, 24, 24);
  }
/*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;
  }
  .img-singular .inner {
  }

  @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: var(--laranja);
    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*/
  @-webkit-viewport   { width: device-width; }
  @-moz-viewport      { width: device-width; }
  @-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-family: 'Raleway', sans-serif !important;
        font-size: 13px !important;
        line-height: 1.5em !important;
      }
      .cc-color-override-1969351950.cc-window {
        color: var(--branco) !important;
         /*background-color: rgba(20, 102, 153, 1) !important;*/
         background-color: var(--laranja2) !important;
        box-shadow: rgba(0,0,0,.10) 1px 1px 15px 0;
        border-radius: .25rem;
      }
      .cc-color-override-1969351950 .cc-btn {
          color: var(--branco) !important;
          background-color: var(--box-dark) !important;
          border-color: transparent !important;
          font-weight: 500 !important;
          letter-spacing: 1px;
      }
      .cc-link {
        opacity: 1;
        display: inline-block;
        padding: .2em;
        color: var(--cinzento) !important;
      }
      
      .cc-link:hover {
        color: #0b3f58 !important;
      }

 /*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: #FFFFFF !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*/

/*Nav-bar*/
  .navbar{
    min-height: 42px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .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: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 15px 0 0;
  }
  .sandwich_lang a{
    padding: 0 2px;
  }
/*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 #FFFFFF !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: #FFFFFF;
  }
  #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: #FFF;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    /*margin-bottom: 20px;*/
  }
  .breadcrumb{
    margin-top: 13px;
    margin-bottom: 7px;
    background-color: transparent;
    padding: 0;
    font-size: 0.875em;
    font-weight: 500;
    /*padding-left: 15px;*/
  }
/*end Caminho-breadcumbs*/

/*Tabs*/
  .tab-content{
    margin-top: 50px;
    /*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{
  }
  #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: var(--laranja2);
    color: #FFFFFF;
    /*text-transform: uppercase;*/
  }
  .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: #FFFFFF;
    letter-spacing: 1px;
  }
  .menu_bottom a:hover h6, .menu_bottom a:focus h6{
    text-decoration: underline;
  }
  .current_bottom h6{
    text-decoration: underline;
    color: var(--cinza-texto) !important;
  }

  #footer a h6 {

    color: #FFF;
    text-transform: none;
  }

  #footer a h6:hover {

    color: var(--cinza-texto);

  }

  #footer h5 span {

    font-weight: 700;
    text-transform: uppercase;

  }

  #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: var(--laranja);
  }

  @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*/
  .bootstrap-select .btn:focus{
    outline: none !important;
  }
  .btn{
    -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;
    padding: 6px 12px 4px 12px;
  }
  .btn:active{
    box-shadow:none;
  }
  .btn:focus{
    outline: none !important;
  }
  .btn-primary, .btn-success {
    background-color: var(--laranja2) !important;
    border-color: var(--laranja2)  !important;
    color: #FFF !important;
    border-radius: 5px;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-success:hover,  .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
  .btn-primary:focus, .btn-primary.focus,
  .btn-success:focus, .btn-success.focus{
    background-color: #FFF  !important;
    border-color: var(--laranja2) !important;
    outline: none !important;
    color: var(--laranja2) !important;
  }
  .btn-info {
    background-color: var(--laranja) !important;
    border-color: var(--laranja) !important;
    color: #FFF !important;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
  }
  .btn-info:hover,  .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,.btn-info:focus,.btn-info.focus {
    background-color: #FFF  !important;
    border-color: var(--laranja)  !important;
    outline: none !important;
    color: var(--laranja) !important;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .btn-download{
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #975fa2 !important;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .btn-download.disabled, .btn-download[disabled]{
    opacity: 1 !important;
  }
  .btn-download:hover, .btn-download:focus{
    color: #FFF !important;
    background-color: #975fa2 !important;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .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;
  }
  .sempromo{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .compromo{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
  }
/*end Badges*/

/*Font style*/
  td, .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    /*font-family: 'Josefin Sans', sans-serif;
    line-height: 1.42857143;
    color: #975fa2;
    list-style: none;*/
  } 
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccc !important;
  }
  input, textarea,select, option{
    font-family: 'Oswald', sans-serif;
    /*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:var(--laranja2);
    outline: none;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.42857143;
  }
  p{
    line-height: 1.8;
  }
  .titulo-primario{
    font-family: 'Viga', sans-serif;
    color: var(--laranja2);
    font-size: 2.1875em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    margin: 0em 0em 0.5em 0em;
  } 
  .titulo-secundario{
    font-family: 'Viga', sans-serif;
    color: var(--laranja);
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    margin: 0em 0em 0.5em 0em;
  }
  .latim{
    font-style: italic;
  }
  .maiusculas{
    text-transform: uppercase;
  } 
  .subtitulo-primario{
    font-family: 'Viga', sans-serif;
    color: var(--laranja2);
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0em 0em 0.5em 0em;
  } 
  .subtitulo-secundario{
    font-family: 'Viga', sans-serif;
    color: var(--laranja);
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0em 0em 0.5em 0em;
  } 
  .data, .timestamp{
    font-size: 0.750em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: lowercase;
  }
  .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: 700;
  }
  .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;}
  .marginbottom15{margin-bottom: 15px !important;}
  .marginbottom10{margin-bottom: 10px !important;}
  .nomarginbottom{margin-bottom: 0 !important;}

  .paddingtop15{padding-top: 15px !important;}
  .paddingbottom15{padding-bottom: 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:var(--laranja2) !important;} /*Azul*/
  .color-secondary{color:var(--laranja) !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-family: 'Roboto', sans-serif !important;
    font-size: 13px !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;
    overflow: hidden;
    position: relative;     
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*border: 1px solid #e6e9ed;*/
  }
  .overlay-zoom .zoom-icon {
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    /*border-radius: 5px;*/
    background-color: rgba(51, 153, 204, 0.6);
    filter: alpha(opacity = 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -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;
    cursor: zoom-in;
    -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.svg);
  }
  .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);
  }

  .name {
    font-size: 0.8750em;
    text-align: center;
    font-weight: 600;
    border: 1px solid #E1E1E1;
    padding: 10px;
    display: block;
    clear: both;
    text-transform: uppercase;
    outline: none !important;
    color: #575757;
  }

  @media only screen and (max-width : 767px) { 
    .name { 
      font-size: 	0.6875em;
    }
  }
/*end fancybox*/

/*Fototeca efeito*/
  .img:hover h2{
    color:#0098D1;
  }
  .zoomin{
    text-decoration: none;
    display: block;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-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);
    -webkit-transition-timing-function: ease-out;
    -webkit-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;
    -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-novidades .owl-item,
  .owl-carousel-promocoes .owl-item {
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.06);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .owl-carousel-folhetos .owl-item {
    margin-bottom: 18px;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.06);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .owl-carousel-destaques .owl-item:hover,
  .owl-carousel-ultimas .owl-item:hover,
  .owl-carousel-novidades .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);
  }
  
/*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: 20%;
    }
  }
/*end Bootstrap fix*/

/*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: 0;
    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: var(--laranja2);
  }
  .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: var(--laranja2) !important;
    opacity: 1 !important;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
  }
  .close:hover, .close:focus {
    color: var(--laranja2) !important;
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);*/
    outline: none;
  }
  .modal-title{
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-size: 1em;
    text-align: center;
  }
  .carrinho-title{
    font-family: 'Oswald', sans-serif;
    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: inline-block;
    vertical-align: top;
    white-space: nowrap;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .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: var(--laranja2);
  }
  .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: 5px;
    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{
    font-family: 'Amatic SC', cursive;
    color: #975fa2;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    line-height: 1em;
  }
  .welcome_text_mote{
    font-family: 'Amatic SC', cursive;
    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{
    font-family: 'Amatic SC', cursive;
    color: #975fa2;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    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: 12px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .txt-btn:hover {
    color: #3399cc !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: #ffffff;
    font-size: 2.364em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    line-height: 1em;
  }
  ._banner_ .inner p {
    color: #ffffff;
    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;
  }
  @media screen and (max-width: 800px){
    
  }
/*END WELCOME PAGE*/

/*CARTAZ*/
.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel i {
  color: #FFFFFF;
  font-style: normal;
  font-size: 3em !important;
}

.carousel .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel .cartaz-subtitulo i {
  color: #711112;
  font-style: normal;
}

.caption_esquerda {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  width: 50%;
  text-align: left;
  -webkit-transform: translate(30%, -50%);
  -moz-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  -o-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
}

.caption_direita {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  width: 50%;
  text-align: right;
  -webkit-transform: translate(70%, -50%);
  -moz-transform: translate(70%, -50%);
  -ms-transform: translate(70%, -50%);
  -o-transform: translate(70%, -50%);
  transform: translate(70%, -50%);
}

.caption_centro {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 50%;
  text-align: center;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg {
  height: 60vh;
  position: relative;
  text-align: center;
  overflow-y: hidden;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
  /* We make the transition time shorter to avoid the slide transitioning
      before the timer bar is "full" - change the 4.25s here to fit your
      carousel's transition time */
  -webkit-transition: width 5.25s linear;
  -moz-transition: width 5.25s linear;
  -o-transition: width 5.25s linear;
  transition: width 5.25s linear;
}

.transition-timer-carousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
  z-index: 11;
  transition: all 0.3s ease-in-out !important;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
  height: 3px;
  background-color: rgba(0, 0, 0, 0.87);
  width: 0%;
  margin: 0px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: absolute;
  opacity: 0.2;
}

.carousel-indicators {
  position: absolute;
  bottom: 2%;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  display: block;
}

.carousel-indicators li {
  width: 2em;
  height: 0.45em;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}

.carousel-indicators li:hover {
  width: 2em;
  height: 0.45em;
  border: 1px solid #FFF;
  margin: 5px;
  background: var(--laranja2)  !important;
}

.carousel-indicators .active {
  width: 2em;
  height: 0.45em;
  /*border: 1px solid #F0C618;*/
  margin: 5px;
  background: var(--laranja2) !important;
}

.carousel-control {
  color: #FFFFFF;
  width: 10%;
  opacity: 1;
  /*font-size: 2.5em;*/
}

.carousel-control:hover {
  color: var(--laranja2) !important;
  text-decoration: none;
  outline: 0;
  opacity: 1 !important;
}

.carousel-control:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: 1 !important;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel .item {
  height: 100%;
  width: 100%;
}

.arrows {
  position: absolute;
  top: 50%;
  z-index: 5;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}

.arrows:hover {
  color: var(--laranja2) !important;
}

.arrows_right {
  right: 15%;
  transform: translateY(-50%);
}

.arrows_left {
  left: 15%;
  transform: translateY(-50%);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  transition: all 0.2s ease-out;
}

/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.carousel-caption a {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media screen and (max-width: 1200px) {
  .bg {
    height: 60vh;
  }
}

@media screen and (max-width: 1024px) {
  .bg {
    height: 60vh;
  }
}

@media screen and (max-width: 900px) {
  .bg {
    height: 60vh;
  }

  .cartaz-titulo {
    font-size: 4em;
  }

  .caption_centro,
  .caption_esquerda,
  .caption_direita {
    text-align: center;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 85%;
    text-align: center;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .bg {
    height: 60vh;
  }

  .carousel-inner .item {
    background: transparent !important;
    height: auto !important;
  }

  .carousel-inner .bg {
    /*background-image: none  !important;
      height: 100% !important;*/
  }

  .carousel-inner .cartaz-img-div {
    /*display: block !important;*/
  }

  .carousel-inner .cartaz-texto-div {
    /*background-color: #FFFFFF;
      margin-top: 10px;*/
  }

  .carousel-caption {
    width: 75% !important;
  }

  .caption_centro,
  .caption_esquerda,
  .caption_direita {
    text-align: center;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 85%;
    text-align: center;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .cartaz-titulo {
    font-size: 2.5em;
  }

  .row-welcome {
    margin-top: 4em;
  }

  .noticia-titulo {
    font-size: 0.75em !important;
    line-height: 1.25em !important;
  }

  .timestamp {
    font-size: 0.65em !important;
  }

  .rodape {
    font-size: 0.75em !important;
  }

  /* Animation delays */
  .carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .carousel-caption h3:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  .carousel-caption a {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 480px) {
  .bg {
    height: 50vh;
  }

  .cartaz-titulo {
    font-size: 1.6em;
    letter-spacing: 0.5px;
  }

  .cartaz-subtitulo {
    font-size: 1.55em;
  }

  .btn-cartaz {
    margin-top: 10px;
  }

  #conteudow h1 {
    font-size: 2.25em;
  }

  #conteudow h2 {
    font-size: 2em;
  }

  .lead {
    font-size: 1.5em;
  }

  .testemonio {
    font-size: 2.25em;
    letter-spacing: 1px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  section {
    padding-bottom: 0;
  }

  .carousel-inner .item img {
    position: absolute;
  }
}

/*end CARTAZ*/

/* ESPECIALIDADES */

  #especialidades .content{
    padding: 1.875em;
  }

  #especialidades .col-sm-6 img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out;
  } 

  #especialidades .col-sm-6:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  } 

  /* coloca cada coluna com background-diferente */
	#especialidades .col-sm-6:nth-child(1) .content {
    background-color: var(--laranja);
    margin-top: 55px;
	}
	  
	#especialidades .col-sm-6:nth-child(2) .content {
		background-color: var(--laranja2);
	}
	   
	#especialidades .col-sm-6:nth-child(3) .content {
    background-color: var(--laranja);
    margin-top: 55px;
  }
  
  @media only screen and (max-width : 767px) {

    #especialidades .col-sm-6:nth-child(1) .content {
      margin-top: 25px;
    }

    #especialidades .col-sm-6:nth-child(2) .content {
      margin-top: 50px;
    }

  } 

/* END ESPECIALIDADES */

/* A NOSSA FILOSOFIA */

@media only screen and (max-width : 767px) {

  #filosofia .col-xs-6:first-child {
    padding-right: 7.5px;
  }

  #filosofia .col-xs-6:nth-child(2){
    padding-left: 7.5px;
  }

  #filosofia .col-xs-6:last-child {
    display: none;
  }

} 
/* END A NOSSA FILOSOFIA */

/* O NOSSO ESPAÇO */

@media only screen and (max-width : 767px) {

  #espaco .col-xs-6:nth-child(1){
    padding-right: 7.5px;
  }

  #espaco .col-xs-6:nth-child(2){
    padding-left: 7.5px;
  }

  #espaco .col-xs-6:nth-child(3){
    padding-right: 7.5px;
  }

  #espaco .col-xs-6:nth-child(4){
    padding-left: 7.5px;
  }

}


/* END O NOSSO ESPAÇO */

/*CHECKBOX*/
  .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: var(--laranja2);
    border-color: var(--laranja2);
  }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    font-size: 0.875em;
  }
/*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: inline-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-family: 'Font Awesome 5 Free';
    font-weight: 400;
  }
/*end FONTAWESOME 5*/

/*PREÇOS*/
  .produto_id {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    text-align: center;
    /*text-transform: uppercase;*/
    line-height: 1.25em;
    word-break: keep-all;
    padding-top: 0.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .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: 700;
    padding: 0.125em 0;
  }
  .price{
    color: #a32727;
    font-size: 18px;
    line-height: 1.25em;
  }
  .priceline{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0.25em;
    text-decoration: line-through;
  }
  .category-list{
    font-size: 0.8em;
    font-weight: 700;
    color: #434343;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
  }
  .category-list a{
    color: #434343;
  }
  .category-list a:hover {
    color: #3399cc;
  }
  .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: #3399cc;
  }
  .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-family: 'Amatic SC', cursive;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    border-bottom: 1px solid #975fa2;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  
  #ultimasentradas h3{
   /*font-family: 'Fira Sans', sans-serif;*/
      font-size: 35px;
      font-weight: 700;
      line-height: 1em;
      color: #146699;
      text-align: center;
      text-transform: uppercase;
      margin-top: 1em;
  }
  
  .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: #FFFFFF;
  }
  #ultimasentradas .label_onhot_txt {
    font-size: 0.875em;
  }
  #ultimasentradas .produto.zoomer .labels .label_onhot_txt {
    margin-top: -14px;
  }
  #ultimasentradas .produto.zoomer .labels .onhot.novidade:after, #ultimasentradas .produto.zoomer .labels .onhot.promocao:after {
    display: none;
  }
  #ultimasentradas .produto.zoomer .labels .onhot.promocao, #ultimasentradas .produto.zoomer .labels .onhot.novidade {
    padding: 0 2px 0 5px;
  }
  #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 1px 2px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.06);
    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.novidade:after, #product_list .produto.zoomer .labels .onhot.promocao:after {
    display: none;
  }
  #product_list .produto.zoomer .labels .onhot.promocao, #product_list .produto.zoomer .labels .onhot.novidade {
    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: #FFFFFF;
    color: #000;
    color: rgb(193,215,54);
    font-family: 'Oswald', sans-serif;
    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 .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;
    z-index: 1;
    top: .8em;
    font-size: 10px;
    padding: 5px 11px;
  }
  .produto.zoomer .labels {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }
  .produto.zoomer .labels .onhot, .produto.zoomer .labels .onsale {
    border-radius: 20px;
    padding: 8px 10px 5px 10px;
  }
  .produto.zoomer .labels .onhot {
    background: #62b959;
    left: .8em;
    z-index: 99;
  }
  .produto.zoomer .labels .onhot.novidade,
  .produto.zoomer .labels .onhot.new {
    z-index: 99;
    border-top: 20px solid #62b959;
    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.novidade:after,
  .produto.zoomer .labels .onhot.new:after  {
    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 {
    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 {
    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: 1em;
  }
  .produto.zoomer .labels .onsale {
    background: #e15959;
    right: .8em;
    z-index: 99;
  }
  
  /*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:  #FFF;
    font-size: 3em;
    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: 26px;
      line-height: 1em;
      font-weight: 700;
      margin: 0;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px #FFFFFF;
  }
  .btn-cartaz {
    margin-top: 25px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 7px 15px 5px 15px;
    /*border-radius: 20px;*/
    /*-webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !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;
    background-color: var(--laranja2) !important;
    border-color: var(--laranja2) !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 10px transparent !important;
    -moz-box-shadow: 0 0 0 10px transparent !important;
    box-shadow: 0 0 0 10px transparent !important;
  }
  .btn-cartaz:hover {
    color: var(--laranja2) !important;
    outline: none !important;
    opacity: 1 !important;
    border-color: var(--laranja2) !important;
    background-color: #FFF !important;
    /*-webkit-box-shadow: 0 0 0 0 #2f1138 !important;
    -moz-box-shadow: 0 0 0 0 #2f1138 !important;
    box-shadow: 0 0 0 0 #2f1138 !important;*/
  }
/*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 {

    padding-bottom: 0;
    background-color: var(--lightgray);
    /*margin-bottom: 2.5em;*/
  }

  /*#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: #000;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
  }
  .pelica{
    width: 53px;
  }
  .testemonio {
    color: #FFFFFF;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    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 #FFFFFF;
    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: 700;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #COMMENTS .testimonial_text{
    color: #000;
    text-align: center;
  }
  #COMMENTS .testimonial_title{
    color: #000;
    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 { }
  .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 { }
  .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 {  }
  .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 { }
  .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 { }
  .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 { }
  .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 { }
  .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 { }
  .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 { }
  .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 QUERIES MIN*/
  @media (min-width: 480px) {
    .scroll-top-wrapper {
      bottom: 0px;
    }
  }
  @media (min-width: 576px) {
  }
  @media (min-width: 768px) {
    /*body{
      font-size: 16px;
    }*/
    .welcome_textarea{
      padding-top: 0.25em;
    }
    .scroll-top-wrapper {
      bottom: 0px;
    }
  }
  @media (min-width: 992px) {
    /*body{
      font-size: 16px;
    }*/
    .welcome_textarea{
      padding-top: 0.25em;
    }
    .scroll-top-wrapper {
      bottom: 0;
    }
  }
  @media (min-width: 1200px) {
    /*body{
      font-size: 16px;
    }*/
    .welcome_textarea{
      padding-top: 40px;
    }
  }
/*end MEDIA QUERIES MIN*/

/*MEDIA QUERIES MAX*/
  @media (max-width: 1200px) {}
  @media (max-width: 992px) {
    .fa-2x {
      /*font-size: 2em;*/
    }
    #SECTPROD{
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }
  @media (max-width: 768px) {
    /*.breadcrumb {
      text-align: right;
    }*/
    .btn-cartaz {
      /*font-size: 0.75em;*/
      padding: 5px 10px 5px 10px;
    }
    /*#COMMENTS .btn-primary {
      font-size: 0.75em;
    }*/
    .fa-2x {
      font-size: 1.5em;
    }
    #conteudow h1 {
      font-size: 2.5em;
      margin-top: 0.5em;
    }
    #conteudow h2 {
      font-size: 2.5em;
      margin-top: 0.5em;
    }
    .welcome_textarea {
      padding: 10px;
      padding-top: 0;
    }
    .welcome_textarea_mote {}
    .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;
    }
    .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;
    }
    #SECTPROD{
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }
    .cartaz-titulo {
      
      color:  #146699;
      font-size: 2em;
      font-weight: 700;
      line-height: 1em;
      margin: 0;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px #FFFFFF;
      margin: 0px;
      z-index: auto;
      padding: 0px;
      letter-spacing: 1.30469px;
      filter: none;
    }
    .cartaz-subtitulo {
      
      color: #FFFFFF;
      font-size: 2.375em;
      line-height: 1em;
      font-weight: 700;
      margin: 0;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px 0px 20px #FFFFFF;
    }
  }
  @media (max-width: 576px) {
    /*body{
      font-size: 14px;
    }*/
    .welcome_subtitle{
      padding-top: 1em;
    }
    #COMMENTS .owl-nav .owl-next{
      display: none !important;
    }
    #SECTPROD{
      padding-bottom: 0 !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: 1em;
        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-family: 'Oswald', sans-serif;
        font-weight: 400;
        padding: 0;
      }*/
      .price{
        color: #a32727;
        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: 700;
        color: #434343;
        text-align: center;
        /*text-transform: uppercase;*/
        margin-bottom: 0;
      }
      .category-list a{
        color: #434343;
      }
      .category-list a:hover {
       	color: #3399cc
      }
      .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: #3399cc;
      }
      .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*/
    /*.breadcrumb {
      text-align: right;
    }*/
  }
  
  @media (max-width: 480px) {
  
   .divSocial {
      padding-top: 1em !important;
      padding-bottom: 2em !important;
    }
  
  }
  @media (max-width: 1px) {}
/*end MEDIA QUERIES MAX*/

