/* get the required local files */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* use the font */
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
}

h1 {
  font-size: 52px;
}

p {
  line-height: 1.3;
}

blockquote {
  font-size: 12.5px;
}

#fh5co-contact {
  padding: 0 0 7em 0;
  clear: both; 
}

#fh5co-footer {
  padding: 3em 0 7em 0;
  clear: both; 
}

#fh5co-faq {
  display: grid;
  align-content: center;
}

.fh5co-heading p {
  font-size: 14px;
}

.fh5co-heading {
  margin-bottom: 2.5em;
}

#fh5co-hero .btn {
  background: #969499;
  border-radius: 10px;
  width: 50%;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.btn {
  font-family: 'Roboto', sans-serif !important;
}

.btn-jb{
  background: #FB9C0E;
  border-radius: 6px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  width: 100%;
}

.btn-cc{
  background: #FB9C0E;
  border-radius: 6px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  width: auto;
}

.btn-mini{
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
}

.btn-codigo{
  width: auto !important;
  height: auto;
  padding: 0px 10px;
  margin: 0px !important;
  background: #ECCA22 !important;
  color: #333 !important;
}

.js-carrinho{
  width: auto;
  padding: 12px 5px;
}

.js-carrinho i {
  height: 20px !important;
}

.js-carrinho-txt{
  padding-left: 5px;
}

.js-seta{
  margin: 0px 15px;
}

.gototop {
  width: 100%;
  display: flex;
  justify-content: end;
  right: 0px;
}

.img-icon{
  width: 100%;
  padding: 10%;
}

.step-desktop{
  display: block;
}

.step-mobile{
  display: none;
}

.row::before, .row::after {
  content: none;
  display: table;
}

.layout-border{
  /*border: 1px solid #000000;*/
}

/*
#fh5co-hero .form-inline .form-control {
  width: 100%;
  box-shadow: -2px 2px 2px 1px #969499;
  margin: 5px 0px;
  height: 35px;
  font-size: 14px;
}

.form-control-endereco {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: auto;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
}

.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}*/

/*MODALS*/
  .modal{
    z-index: 2002;
    padding-right: 0px !important;
  }

  .modal.in .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .modal.fade .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .modal-title{
    text-align: left;
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0px;
    color: #7D7D7D;
    opacity: 1;
  }

  .form-modal{
    padding:0px !important;
  }
  
  .modal-container{
    width: 100%;
    padding: 0px;
  }
  
  .modal-header {
    border-bottom: none;
    text-align: right;
  }

  #fh5co-modal .form-control {
    width: 100%;
    box-shadow: none;
    margin: 15px 0px 25px 0px;
    height: 45px;
    font-size: 12px;
    border: 1px solid #707070;
    border-radius: 6px;
  }

  .modal-img{
    width: 100%;
  }

  .modal-content{
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
  }

  .modal-body {
    position: relative;
    padding: 0px 40px;
  }

  .modal-body-config > .padrao,
  .modal-body-lgpd > .padrao {
    text-align: justify;
    margin-top: 35px;
  }

  .modal-footer .btn {
    background: #FB9C0E;
    border-radius: 6px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
  }

  .modal-footer {
    border-top: none;
    padding: 15px 40px 35px;
  }

  .div-esqueci{
    margin: 0 auto;
    text-align: right;
  }

  .btn-esqueci{
    font-size: 15px;
    background: #FFFFFF;
    padding: 0px 5px;
    color: #FB9C0E;
    font-weight: bold;
  }

  .btn-fechar{
    font-size: 15px;
    background: #FFFFFF;
    padding: 0px 5px;
    color: #7D7D7D;
    font-weight: bold;
  }

/*MENU*/
  /*
  .fh5co-nav .row {
    margin-left: 123px !important;
    margin-right: -157px !important;
  }
  */

  .menu-1 .cor-branca {
    color: #fff !important;
    text-transform: uppercase;
  }

  .menu-1 .cor-cinza {
    color: #8A8A8A !important;
    text-transform: uppercase;
  }

  .menu-1,.menu-2 {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .fh5co-nav {
    border-bottom: solid #D2D2D2 1px;
    padding: 30px 0 !important;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-image: url("../images/home.png") !important; 
    background-repeat: no-repeat;
    background-size: inherit;
    /*
    min-height: 1200px;
    background-position-x: center;
    background-position-y: center;
    */
    background-position: top;
  }

  .fh5co-nav-inner{
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
  }

  .fh5co-nav ul li a{
    padding: 0px 10px;
  }

  .fh5co-nav .menu-2 li button {
    margin-top: 0px;
    padding: 0px 5px;
    background: transparent;
    border: none;
  }

  .fh5co-nav ul li a {
    text-transform: none;
    font-size: 16px;
  }

  .fh5co-nav a {
    padding: 0px;
    color: #000;
  }

/*HOME*/
  .img-logo{
    width: 100%;
    margin-top: 20px !important;
  }

  .img-logo-footer{
    width: 60%;
  }

  blockquote.quem-somos {
    width: 100% !important;
    font-size: 14px;
  }

  img.quem-somos {
    width: 100% !important;
    border-radius: 50%;
  }

  #fh5co-started .fh5co-heading h2 {
    color: #000000 !important;
  }

  #fh5co-counter .counter {
    font-size: 25px !important;
  }

  #fh5co-counter{
    height: auto;
    /*    
    /padding: 7em 0;
    */    
    clear: both;
    background: rgba(0, 0, 0, 0.05);
  }

  #fh5co-counter .display-t, #fh5co-counter .display-tc {
    height: unset;
  }

  .fh5co-bg-about {
    background: rgba(0, 0, 0, 0.05);
  }

  #fh5co-started .btn,
  #fh5co-contact .btn {
    background: #969499;
    border-radius: 10px;
  }

  #fh5co-started .form-inline .form-group .form-control,
  #fh5co-contact .form-inline .form-group .form-control {
    width: 100%;
    box-shadow: -2px 2px 2px 1px #969499;
  }

  #fh5co-started .form-control,
  #fh5co-contact .form-control {
      background: rgba(255, 255, 255, 0.2);
  }

  #fh5co-started .form-control,
  #fh5co-contact .form-control {
      background: #cccccc;
      color: #000000;    
  }

  ::-webkit-input-placeholder { /* Chrome and Safari */
     color: #969499;
  }
   
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color: #969499;
     opacity: 1;
  }
   
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color: #969499;
     opacity: 1;
  }
   
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #969499;
  }
   
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #969499;
  }

  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 20px;
  }

  .product-home{
    padding: 40px;
    text-align: center;
  }

  .product-home-carousel{
    padding: 40px;
    text-align: center;
    margin-bottom: 0px !important;
  }

  .feature-center h3 {
    text-transform: none;
    font-size: 15px;
  }

  #fh5co-counter .counter-label {
    text-transform: none;
    font-size: 14px;
  }

  .institucional-p1{
    margin: 0;
    padding: 0;
    background-color: #dfdfe1 !important;
  }

  .institucional-p1-left {
    text-align: left;
    min-height: 940px;
    display: grid;
    align-content: center;
    padding: 40px;
  }

  .institucional-p1-left h1 {
    font-weight: bold;
    color: #313131 !important;
    font-size: 49px !important;
  }

  .institucional-p2-left p {
    color: #6e6e6e;
    font-size: 19px !important;
  }

  .institucional-p2-right h1 {
    font-weight: bold;  
    color: #313131 !important;  
    font-size: 49px !important;
    margin-top: 70px;
  }

  .institucional-p2-right p {
    color: #6e6e6e;
    font-size: 19px !important;
  }

  .institucional-p1-left .inst-p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
  }
  
  .institucional-p1-right {
    min-height: 938px;
    padding: 0 !important;
  }

  .institucional-p2{
    margin: 0;
    padding: 0;
    background-color: #f3f3f3 !important;    
    min-height: 1050px; 
    /*
    */
  }

  .institucional-p2-left {
    min-height: 940px;
    padding: 0 !important;
  }

  .institucional-p2-right {
    text-align: left;
    min-height: 940px;
    display: grid;
    align-content: center;  
    padding-top: 30px; 
    padding-bottom: 30px; 
  }

  .hr-institucional-p1{
    width: 40%;
    text-align: left;
    margin-left: 0px;
    margin-top: 50px;
    border-top: 1px solid #666666;
  }

  /* QUEM SOMOS */
  /*
  .bg-container-quemsomos-p1{
    background: url('../images/livro.png') !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
  }
  */

  .quemsomos-p1{
    margin: 0;
    padding: 0;
    background-color: #f3f3f3 !important;
  }

  .quemsomos-p1 .container {
    padding-top: inherit;
    padding-bottom: inherit;
  }

  .quemsomos-p1-left {
    text-align: left;
    min-height: 825px;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: cover !important;
  }
  .quemsomos-p1-left h1 {
    font-weight: bold !important;
    font-size: 49px !important;
    margin: 0 35px;
  }

  .quemsomos-p1-right {
    min-height: 825px;
    margin-right: -25px;
  }

  .media-body .cor-preta {
    color: #373739 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    margin-bottom: revert;
  }

  .media-img {
    padding-top: 8px !important;
    padding-right: 40px !important;

  }

  .media-body p {
    color: #373739 !important;
    font-size: 17px !important;
  }

  .hr-quemsomos-p2{
    width: 66%;
    margin-right: 0;
    margin-top: 25px;
    border-top: 1px solid #707070;
  }

  .hr-quemsomos-p1{
    width: 25%;
    margin-left: 35px;
    margin-top: 20px;
    border-top: 5px solid #373739;
  }  

  /*MODAL DE BUSCA DE CÓDIGO*/
    #fh5co-hero .flexslider .slider-text {
      padding: 0px;
    }

    #fh5co-hero .flexslider .slider-text > .slider-text-inner {
      vertical-align: bottom;
    }

    #fh5co-hero .flexslider .slider-text > .slider-text-inner .box-busca {
      background: rgba(255, 255, 255, 0.75); 
      /* 
      background: rgba(51, 51, 51); 
      */
      color: #fff;
      padding: 50px 40px;
      border-radius: 15px;
    }

    .busca-modal{
      width: 100%;
      text-align: left;
    }

    #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
      color: #fff !important;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 19px !important;
      letter-spacing: normal;
    }

    .box-busca {
      width: 584px !important;
      background-color: #303030 !important;
      opacity: .96;
    }

    .box-busca p {
      font-size: 19px !important;
      letter-spacing: normal;
      margin-bottom: 34px;
    }

    #yellow {
      color: #ECCA22;
    }

    .tags-demais{
      width: 100% !important;
      margin: 2.5px 0px;
      border-radius: 30px;
    }
    

    /* Style the search field */
    form.form-banner input[type=text] {
      padding: 10px 22px;
      font-size: 17px;
      border: none;
      float: left;
      width: 80%;
      background: #fff;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      color: #373739;
    }

    /* Style the submit button */
    form.form-banner button {
      float: left;
      width: 20%;
      padding: 10px;
      background: #fff;
      color: #2E588A;
      font-size: 17px;
      border: none;
      border-left: none; /* Prevent double borders */
      cursor: pointer;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
    }

    /* Clear floats */
    form.form-banner::after {
      content: "";
      clear: both;
      display: table;
    }

/*PRODUTOS*/
  .produto-box-filtro{
    padding-top: 220px !important;
    padding-bottom: 60px !important;
  }

  .label-box-filtro{
    font-size: 13px;
    color: #8A8A8A;
    text-transform: uppercase;
    font-weight: normal;
  }

  .filtro-status{
    border: 1px solid #D2D2D2;
    border-radius: 0px;
    color: #8A8A8A;
    text-transform: uppercase;
    font-size: 17px;
  }

  .product .product-grid {
    width: auto;
    height: 325px;

  }

  .product .product-grid .inner {
    width: 100%;
    height: 325px;
  }

  .produto-grid{
    border: 1px solid #D2D2D2;
    padding: 50px;
  }

  .produto-form{
    text-align: left;
    margin-top: 25px;
    min-height: 95px;
  }

  .produto-p1{  
    min-height: 800px;
    background-color: #373739 !important;
  }

  .produto-p1 h1 {
    font-size: 49px !important; 
    font-weight: bold !important;   
    color: #f3f3f3 !important;
    padding: 15px 25px;
  }

  .produto-p1 h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #f3f3f3 !important;
  }

  .produto-p1 p {
    font-size: 12px !important;    
    color: #f3f3f3 !important;
  }

  .produto-p1 h3 {
   font-size: 20px !important;
   font-weight: bold; !important;
   text-transform: uppercase !important;
   color: #fff !important; 
   padding-top: 20px;
  }  

  #fh5co-product .fh5co-heading h1, h4 {
    color: #f3f3f3 !important;
  }

  .produto-paragrafo {
    color: #f3f3f3 !important;    
  }

  .fh5co-bg-section {
    background: transparent;
    /*height: 285px;*/
    margin-top: 65px;
  }

  .inner-banner{
    margin: 0px !important;
  }

  .bg-slider .testimony-slide figure img {
    width: 100% !important;
    border-radius: 0% !important;
  }

  .owlslider-carousel-fullwidth .owl-controls {
    margin-top: -65px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 1000;
    position: relative;
  }

  #fh5co-product .form-inline .form-control {
    width: 100%;
    /*box-shadow: -2px 2px 2px 1px #969499;*/
    margin: 5px 0px;
    height: 35px;
    font-size: 12px;
  }

  #fh5co-product-inner{
    padding: 0px !important;
  }

  .product-height{
    min-height: 580px;
    padding-left: 35px;
    padding-right: 35px;
  }
  
  .btn-default {
    background: #969499 !important;
    border: #969499 !important;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
  }

  .checkbox-product{
    width: 5% !important;
    height: 17px;
  }

  .label-product{
    width: 60%;
    font-size: 13px;
    margin-bottom: 0px;
    color: #8A8A8A;
    font-weight: inherit;
    /*text-transform: capitalize;*/
    text-align: left;
  }

  .label-price{
    width: 20%;
    text-align: left;

    font-size: 13px;
    margin-bottom: 0px;
    color: #8A8A8A;
    font-weight: inherit;
    
  }

  .text-product{
    width: 10% !important;
    height: 20px; 
    font-size: 13px;
  }

  .product-box{
    text-align: left;
    margin-left: 31px;
  }

  .btn-vermais{
    width: 100%;
    background: #f38621 !important;
  }

  .btn-cart, .btn-cart:hover, .btn-cart:focus, .btn-cart:active{
    background-color: #f38621 !important;
    border: 2px solid #f38621 !important;
    color: #ffffff;
  }

  .btn-cart-add, .btn-cart-add:hover, .btn-cart-add:focus, .btn-cart-add:active{
    background-color: green !important;
    border: 2px solid green !important;
    color: #ffffff;
  }

  .btn-cart-empty, .btn-cart-empty:hover, .btn-cart-empty:focus, .btn-cart-empty:active{
    background-color: red !important;
    border: 2px solid red !important;
    color: #ffffff;
  }

  /* ANUARIO ESCOLAR */
  .anuario-escolar {
    background-image: url("../images/jb_grande.png") !important; 
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
    border: 1px solid;
    background-position-x: center;
    background-position-y: center;

  }

/* FAQ */
  .accordion {
    background-color: #fff;
    color: #373739;
    cursor: pointer;
    font-size: 20px;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px black;
    border-left: none;
    outline: none;
    transition: 0.4s;
  }

  .active, .accordion:hover {
    /* background-color: #ccc; */
  }

  /* Style the accordion panel. Note: hidden by default */
  .panel {
    display: none;
  }

  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #373739 !important;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    /*content: "\2796";*/  /* Unicode character for "minus" sign (-) */
    color: #373739 !important;
  }

  .panel {
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .faq-espacamento {
    padding: 7em 0;
  }

  .faq-esp {
    padding-top: 20px;
  }

  .fac-h1 {
    font-size: 49px !important;
    font-weight: bold !important;
    color: #373739 !important;
  }

  .fac-h4 {
    font-size: 21px !important;
    font-weight: bold !important;  
    text-transform: uppercase !important;
    color: #373739 !important;
    padding-left: 16px !important;
  }

/*CONTATO*/
  .contato-p1-left {
    min-height: 1065px;
    background-repeat: no-repeat !important;
    background-position: top !important;
  }

  .contato-p1-right {
    min-height: 1065px;
    padding-top: 150px;
  }

  .contato-p1 {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3 !important;     
  }

  .heading-contato {
    margin-bottom: -2.0em !important;
  }

  .contato-p1 .container {
    /*
    padding-top: inherit;
    */
   padding: 0 !important;
  }

  .contato-paragrafo {
    color: #6e6e6e !important;
    font-size: 19px !important;
  }
  .contato-h1 {
    font-size: 49px !important;
    font-weight: bold !important;
    margin-bottom: 40px;
  }

  .contato-h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #373739 !important;
    text-transform: uppercase;
  }
 
  .link-whats{
    color: #f38621; 
  }

  .link-whats:hover{
    color: #f38621; 
  }

  #fh5co-contact input[type=text] {
    background-color: #fff;
  }

  #fh5co-contact .form-control {
    width: 100%;
    height: 55px;
    margin: 35px 0px;
    font-size: 20px;
  }

  #fh5co-contact .btn {
    height: 55px;
    background: #484848;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }

/*CARRINHO*/
  .product-cart{
    margin-bottom: 40px;
  }

  .product-cart-resumo{
    margin-bottom: 40px; 
    padding-left: 50px;
  }

  .product-cart-dados{
    margin-bottom: 40px; 
    padding-right: 50px;
  }

  .label-product-cart{
    font-size: 17px;
    color: #5E5A5A;
  }

  .bt-step{
    color: #707070;
    width: 30px;
    border: none;
    text-align: center;
    padding: 0px;
    font-size: 23px;
  }

  .bt-step:hover{
    background: #E6E6E6;
  }

  .step{
    background: #666;
    color: #fff;
    padding: 3px 7px;
    border-radius: 50%;
    width: 20px;
    border: 2px solid #fff;
  }

  .steps-head{
    color: #5B5A5A;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    padding: 40px 0px;
  }

  .steps-body{
    text-align: left;
  }

  .steps-body ul{
    padding: 0px;
  }

  .steps-body ul li{
    list-style: none;
  }

  .step-item{
    width: 100%;
    margin-bottom: 15px;
    display: inline-flex;  
  }

  .step-pay{
    padding: 5px;
    float: left;
    width: 100%;
  }

  .step-item-img{
    width: 25%;
    padding: 12px;
    border: 1px solid transparent;
    background: #fff;
    height: fit-content;
  }

  .step-item-text{
    width: 75%;
    /*border: 1px solid;*/
    padding: 5px;
  }

  .step-item-full{
    width: 100%;
    /*border: 1px solid;*/
    padding: 5px;
  }

  .step-item-details{
    width: 100%;
    display: inline-flex;
  }

  .step-img{
    width: 100%;
  }

  .step-item-name{
    width: 100%;
    text-align: left;
  }

  .step-item-qtd{
    width: 15%
  }

  .step-item-value{
    width: 30%;
    text-align: center;
    padding-top: 3px;
  }

  .step-item-value-total{
    width: 20%;
    text-align: center;
    padding-top: 3px;
  }

  .step-item-delete{
    width: 10%;
    text-align: center;
  }

  .step-input{
    width: 100%;
  }

  .steps-footer{
    font-size: 15px;
    padding: 5px;
    color: #000000;
    text-align: right;
  }

  .step-dots{
    border-bottom: 1px dashed #C1C1C1;
    margin-top: 10px;
  }
  
  .step-solid{
    border-bottom: 2px solid #C1C1C1;
    width: 100%;
    padding-bottom: 10px;
  }

  .step-valor-total{
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    color: #505050;
  }

  .form-control-carrinho {
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid #C1C1C1;
    border-radius: 6px;
  }

  .btn-cadastro{
    background: transparent;
    color: #000;
    text-transform: capitalize;
    color: #FBAB0B;
    width: auto;
    padding: 0px;
    font-size: 17px;
    border-radius: 0px;
    margin-bottom: 3px;
  }

  .img-dark{
    filter: brightness(0.25);
  }

  .nav-pills{
    margin: 10px 0px;  
  }

  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FB9C0E;
  }

  .responsePagamentoPix{
    margin: 10px 0px;   
  }

  .codigo_pix{
    word-break: break-all;
  }

/*PERFIL*/
  .step-item-pedido{
    width: 100%;
    display: block;
  }

  .btn-pedido{
    background: #FB9C0E;
    border-radius: 6px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    width: 80%;
    padding: 2px;
  }

  .label-dados{
    font-size: 13px;
    margin-bottom: 0px;
    color: #8A8A8A;
    font-weight: inherit;
    text-align: left;
    margin-right: 5px;
  }

  .usuario-resumo{
    margin-bottom: 40px; 
    padding-left: 50px;
  }

  .usuario-dados{
    margin-bottom: 0px; 
    padding-right: 50px;
  }

/*CUSTOM SWITCH BUTTON*/
  .onoffswitch {
    position: relative; width: 70px; margin-top: 15px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  }

  .onoffswitch-checkbox {
      display: none;
  }

  .onoffswitch-label {
      display: block; overflow: hidden; cursor: pointer;
      border: 2px solid #999999; border-radius: 20px;
  }

  .onoffswitch-inner {
      display: block; width: 200%; margin-left: -100%;
      -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
      -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
  }

  .onoffswitch-inner:before, .onoffswitch-inner:after {
      display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
      font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
      -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }

  .onoffswitch-inner:before {
      content: "YES";
      padding-left: 10px;
      background-color: #ee8623; color: #FFFFFF;
  }

  .onoffswitch-inner:after {
      content: "NO";
      padding-right: 10px;
      background-color: #EEEEEE; color: #999999;
      text-align: right;
  }

  .onoffswitch-switch {
      display: block; width: 18px; margin: 6px;
      background: #FFFFFF;
      border: 2px solid #999999; border-radius: 20px;
      position: absolute; top: 0; bottom: 0; right: 38px;
      -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
      -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
      margin-left: 0;
  }

  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
  }

/*TAGS INPUT*/
  div.tagsinput span.tag {
    color: #ee881c !important;
    border: 1px solid #ffbd80 !important;
    background: #ffd1a5 !important;
  }

  div.tagsinput span.tag a {
    color: #ee881c !important;
  }

/*OWL CAROUSEL*/
  .owl-carousel .nav-btn{
    height: 26px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 160px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }

  .owl-carousel .prev-slide{
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
  }

  .owl-carousel .next-slide{
    background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
  }

  .owl-carousel .prev-slide:hover{
   background-position: 0px -27px;
  }
  
  .owl-carousel .next-slide:hover{
  background-position: -24px -27px;
  }   

  .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    background: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
  }

/*ROLAGEM DA TELA E MENU*/
  
  .offcanvas #page {
    overflow-x: hidden;
    position: relative;
  }

  .btn-menu-interno{
    padding: 0px !important;
  }

  .fh5co-nav-toggle.active i::after,
  .fh5co-nav-toggle.active i::before {
    background: #000000;
  }

  #fh5co-offcanvas,.js-fh5co-nav-toggle {
    position: fixed;
  }

  #fh5co-offcanvas{
    background: #FFFFFF;
  }

  #fh5co-offcanvas ul li button {
    margin-top: 4px;
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin-left: 1px;
    font-size: 20px;
  }

  #fh5co-offcanvas ul li button i {
    color: #000000;
  }

  #fh5co-offcanvas a, #fh5co-offcanvas a:hover {
    color: #000000;
    font-size: 20px;
  }

  #fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
  }

  #fh5co-footer {
    background-color: #484848;
    color: #fff !important;
  }

   .fh5co-footer-links a {
    color: #fff !important;    
   }

/*MEDIA QUERY*/

  @media screen and (max-width: 428px) {
    .img-logo{
      width: 300%;
    }

    .step-desktop{
      display: none;
    }

    .step-mobile{
      display: block;
    }

    .form-group{
      margin-bottom: 0px;
    }

    .text-product {
      font-size: x-small;
    }

    .product-height {
      min-height: auto;
    }

    .fh5co-heading h2 {
      margin-top: 45px;
    }

    .box-busca {
      width: 100% !important;
    }

    #fh5co-offcanvas ul li button {
      border: none;
    }

    .img-white{
      filter: brightness(0);
    }

    .product-cart-dados {
      padding-right: 0px;
    }

    .product-cart-resumo {
      padding-left: 0px;
    }

    .usuario-resumo {
      padding-left: 0px;
    }

    #fh5co-product{
      padding: 7em 25px;
      clear: both;
    }
  } 