@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
  font-size: 1em;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-size: 1em;
}

@font-face {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

header {
  width: 100%;
  height: 0px;
  background-color: rgba(255, 255, 255, .8);
  z-index: 2;
  position: relative;
}

header .container {
  position: relative;

}


header .header-black {
  background-color: #44bbe5;
  height: 20px;
}

header .header-black li {
  background-image: url("../img/clubs.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 4px;
}

header .header-black li.club-01 {
  background-position: 0px 0px;
}

header .header-black li.club-02 {
  background-position: -48px 0px;
}

header .header-black li.club-03 {
  background-position: -95px 0px;
}

header .header-black li.club-04 {
  background-position: -140px 0px;
}

header .header-black li.club-05 {
  background-position: -189px 0px;
}

header .header-black li.club-06 {
  background-position: -239px 0px;
}

header .header-black li.club-07 {
  background-position: -288px 0px;
}

header .header-black li.club-08 {
  background-position: -334px 0px;
}

header .header-black li.club-09 {
  background-position: -381px 0px;
}

header .header-black li.club-10 {
  background-position: -429px 0px;
}

header .header-black li.club-11 {
  background-position: -478px 0px;
}

header .header-black li.club-12 {
  background-position: -527px 0px;
}

header .header-black li.club-13 {
  background-position: -579px 0px;
}

header .header-black li.club-14 {
  background-position: -629px 0px;
}

header .header-black li.club-15 {
  background-position: -671px 0px;
}

header .header-black li.club-16 {
  background-position: -719px 0px;
}

header .header-black li.club-17 {
  background-position: -763px 0px;
}

header .header-black li.club-18 {
  background-position: -808px 0px;
}

header .header-black li.club-19 {
  background-position: -853px 0px;
}

header .header-black li.club-20 {
  background-position: -900px 0px;
}

header .header-black li.club-21 {
  background-position: -950px 0px;
}

header .header-black li.club-22 {
  background-position: -1000px 0px;
}

header .header-black li a {
  width: 32px;
  height: 32px;
  display: block;
}

header #logotipo {
  position: absolute;
  top: 46px;
  left: -100px;
  z-index: 3;
}

#banner h1.efeito {
  color: red;
  font-size: 12em;
}

#menu {
  margin: 12px 0;
}

#menu li {
  display: inline-block;
  font-family: "OpenSans";
}

#menu li.search {
  width: 182px;
  transition-timing-function: cubic-bezier(1, -.91, .91, 1);
  transition-duration: 1s;
}

#menu li.search.ativo {
  width: 300px;
}

#menu li.search input {
  background-color: #2433b8;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
}

#menu li.search.ativo input {
  width: 300px;
}

#menu li.search ::-webkit-input-placeholder {
  color: #fff;
}

#menu li.search button {
  background: none;
  border: none;
  position: absolute;
  right: 3px;
  top: 7px;
}

#menu li.search button i {
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

#menu li a {
  color: #2433b8;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: bold;
}

#menu li.search .input-group {
  top: 8px;
}

.firstSampleAnimation.ng-hide-add,
.firstSampleAnimation.ng-hide-remove {
  -webkit-transition: 1s ease-in-out opacity;
  -moz-transition: 1s ease-in-out opacity;
  -ms-transition: 1s ease-in-out opacity;
  -o-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  opacity: 1;
}

.firstSampleAnimation.ng-hide {
  opacity: 0;
}

.secondSampleAnimation.ng-hide-add,
.secondSampleAnimation.ng-hide-remove {
  -webkit-transition: 1s ease-in-out opacity;
  -moz-transition: 1s ease-in-out opacity;
  -ms-transition: 1s ease-in-out opacity;
  -o-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  opacity: 1;
}

.secondSampleAnimation.ng-hide {
  opacity: 0;
}

.thirdSampleAnimation.ng-hide-add,
.thirdSampleAnimation.ng-hide-remove {
  -webkit-transition: 1s ease-in-out opacity;
  -moz-transition: 1s ease-in-out opacity;
  -ms-transition: 1s ease-in-out opacity;
  -o-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  opacity: 1;
}

.thirdSampleAnimation.ng-hide {
  opacity: 0;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

#produtos {
  margin: 12px 0;
}

#produtos li {
  display: inline-block;
  font-family: "OpenSans";
}

#produtos li.search {
  width: 182px;
  transition-timing-function: cubic-bezier(1, -.91, .91, 1);
  transition-duration: 1s;
}

#produtos li.search.ativo {
  width: 300px;
}

#produtos li.search input {
  background-color: #2433b8;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
}

#produtos li.search.ativo input {
  width: 300px;
}

#produtos li.search ::-webkit-input-placeholder {
  color: #fff;
}

#produtos li.search button {
  background: none;
  border: none;
  position: absolute;
  right: 3px;
  top: 7px;
}

#produtos li.search button i {
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

#produtos li a {
  color: #2433b8;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: bold;
}

#produtos li.search .input-group {
  top: 8px;
}



.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}






#banner {
  max-height: 100%;
  height: 500px;
  position: relative;
  background: url("../img/banner.jpg") no-repeat;
  background-position: 0px -100px;
  top: -150px;
}

#banner h1 {
  transition: 1s;
  color: #44bbe5;
  top: 250px;
  position: relative;
  font-size: 92px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .45);
  font-family: 'OpenSans';
  font-weight: bold;
  margin-left: 50px;
}

#banner h1 small {
  font-size: 32px;
  display: block;
  color: #FFF;
  font-family: 'OpenSans';
  font-weight: bold;
}

#titulo {
  position: relative;
  top: 200px;
}

#titulo h2 {
  color: #5E2799;
  margin-top: -200px;
  font-family: 'OpenSans-Light';
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

#titulo hr {
  border: #FDE192 solid 4px;
  width: 200px;
  margin: 0 auto;
}

#news {
  position: relative;
  top: -110px;
}

#news h2 {
  color: #5E2799;
  margin-top: 20px;
  font-family: 'OpenSans-Light';
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}

#news hr {
  border: #FDE192 solid 8px;
  width: 200px;
  margin: 0 auto;
}

#news .thumbnails {
  margin-top: 20px;
}

#news .thumbnails h3 {
  color: #5E299A;
  font-size: 18px;
  font-family: 'OpenSans';
  font-weight: bold;
  margin-bottom: 0;
}

#news .thumbnails time {
  color: #A7A7A7;
  font-size: 18px;
  font-family: 'OpenSans';
}

#news .thumbnails .item-inner {
  padding: 10px;
}

#news .thumbnails .item-inner img {
  width: 100%;
}

#estatisticas {
  background-color: #5E299A;
  width: 100%;
  height: 200px;
  text-align: center;
}

#estatisticas p {
  color: #FDE092;
  text-transform: uppercase;
  font-family: 'OpenSans-Light';
  font-size: 64px;
  margin-top: 36px;
}

#estatisticas p small {
  color: #fff;
  font-size: 24px;
  display: block;
}

#call-to-action {
  text-align: center;
  margin-top: 105px;
}

#call-to-action h2 {
  color: #5E2799;
  font-family: 'OpenSans-Light';
  font-size: 48px;
  text-align: center;
}

#call-to-action hr {
  border: #FDE192 solid 8px;
  width: 200px;
  margin: 0 auto;
}

#call-to-action p {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #656565;
}

#call-to-action .btn {
  min-width: 164px;
  height: 44px;
  line-height: 34px;
  border-radius: 0;
}

#call-to-action .btn-roxo {
  color: #fff;
  background-color: #5E299A;
  border-color: #5E299A;
}

#call-to-action .btn-azul-claro {
  color: #fff;
  background-color: #5E299A;
  border-color: #5E299A;
}

#call-to-action .btn-amarelo {
  color: #000;
  background-color: #FDE192;
  border-color: #FDE192;
}

#call-to-action .row-max-400 {
  margin: 0 auto;
  max-width: 400px;
}

footer {
  margin-top: 110px;
}

footer .row {
  width: 100%;
  margin-left: 0;
}

footer .row p {
  line-height: 55px;
  margin-bottom: 0;
}

footer .row-cinza-claro {
  height: 240px;
  background-color: #171F26;
}

footer .row-cinza-escuro {
  height: 60px;
  background-color: #11171D;
  border-top: #242D37 1px solid;
}

footer .pull-left {
  font-family: 'OpenSans';
  font-size: 14px;
  color: #666;
}

footer .text-roxo {
  color: #623291;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 14px;
}

footer .logotipo {
  margin-top: 28px;
}

footer .col-popular-post,
footer .col-links,
footer .col-get-in-touch {
  margin-top: 40px;
}

footer .row-cols h4 {
  font-family: 'OpenSans';
  font-size: 16px;
  color: #FFF;
  padding-bottom: 17px;
  border-bottom: #242D37 1px solid;
}

footer .row-cols h5 {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 0;
}

footer .row-cols time {
  color: #FDE092;
  font-family: Arial;
  font-size: 14px;
}

footer .col-links a {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
}

footer .col-links .fa {
  margin: 0 6px;
}

footer .col-get-in-touch address {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 6px;
}

footer .col-get-in-touch address span {
  display: inline-block;
}

footer .col-get-in-touch address i {
  position: relative;
  top: -14px;
}

footer .col-get-in-touch i {
  color: #9B9B9B;
  font-size: 20px;
  margin: 0 6px;

}

footer .col-get-in-touch a {
  color: #666;
}

footer .col-get-in-touch p {
  line-height: 20px;
}

footer .list-socials {
  margin-top: 4px;
}

footer .list-socials li {
  display: inline-block;
  margin-right: 8px;
}

footer .list-socials a {
  display: block;
  border: #9B9B9B 1px solid;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
}

footer .list-socials i {
  font-size: 16px;
  margin: 7px auto;
}


footerint {
  margin: 100px;
  position: relative;
}

footerint .row {
  width: 100%;
  margin-left: 0;
}

footerint .row p {
  line-height: 55px;
  margin-bottom: 0;
}

footerint .row-cinza-claro {
  height: 240px;
  background-color: #171F26;
}

footerint .row-cinza-escuro {
  height: 60px;
  background-color: #11171D;
  border-top: #242D37 1px solid;
}

footerint .pull-left {
  font-family: 'OpenSans';
  font-size: 14px;
  color: #666;
}

footerint .text-roxo {
  color: #623291;
  font-family: 'OpenSans';
  font-weight: bold;
  font-size: 14px;
}

footerint .logotipo {
  margin-top: 28px;
}

footerint .col-popular-post,
footerint .col-links,
footerint .col-get-in-touch {
  margin-top: 40px;
}

footerint .row-cols h4 {
  font-family: 'OpenSans';
  font-size: 16px;
  color: #FFF;
  padding-bottom: 17px;
  border-bottom: #242D37 1px solid;
}

footerint .row-cols h5 {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 0;
}

footerint .row-cols time {
  color: #FDE092;
  font-family: Arial;
  font-size: 14px;
}

footerint .col-links a {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
}

footerint .col-links .fa {
  margin: 0 6px;
}

footerint .col-get-in-touch address {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 6px;
}

footerint .col-get-in-touch address span {
  display: inline-block;
}

footerint .col-get-in-touch address i {
  position: relative;
  top: -14px;
}

footerint .col-get-in-touch i {
  color: #9B9B9B;
  font-size: 20px;
  margin: 0 6px;

}

footerint .col-get-in-touch a {
  color: #666;
}

footerint .col-get-in-touch p {
  line-height: 20px;
}

footerint .list-socials {
  margin-top: 4px;
}

footerint .list-socials li {
  display: inline-block;
  margin-right: 8px;
}

footerint .list-socials a {
  display: block;
  border: #9B9B9B 1px solid;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
}

footerint .list-socials i {
  font-size: 16px;
  margin: 7px auto;
}









video {
  width: 60%;
}

#btn-bars,
#btn-search,
#btn-news-prev,
#btn-news-next {
  display: none;
}

.page-up {
  display: none !important;
}

/* Shop */
.text-arial-cinza {
  font-family: arial;
  font-size: 12px;
  color: #666;
}

.text-roxo {
  color: #6E3EA4;
}

#destaque-produtos-container {
  position: relative;
}

#destaque-produtos {
  margin: 30px auto;
}

#destaque-produtos .col-imagem {
  text-align: center;
}

#destaque-produtos .col-imagem img {
  max-width: 100%;
  max-height: 250px;
}

#destaque-produtos .item {
  display: inline-block;
}

#destaque-produtos .col-descricao h2 {
  font-family: arial;
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}

#destaque-produtos .col-descricao .box-valor {
  width: 100%;
  position: relative;

}

#destaque-produtos .col-descricao .box-valor .text-reais {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 28px;
}

#destaque-produtos .col-descricao .box-valor .text-valor {
  font-size: 50px;
  position: absolute;
  top: -17px;
  left: 54px;
}

#destaque-produtos .col-descricao .box-valor .text-valor-centavos {
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: 182px;
}

#destaque-produtos .col-descricao .btn-comprar {
  font-size: 26px;
  padding: 10px 0;
}

#destaque-produtos .col-descricao .btn-comprar .fa {
  font-size: 34px;
}

#destaque-produtos .col-descricao .text-parcelas {
  margin-top: 20px;
}

#btn-destaque-prev {
  position: absolute;
  top: 140px;
  left: 0;
  background: none;
  border: none;
  font-size: 64px;
  color: #2A2A2A;
  outline: 0;
}

#btn-destaque-next {
  position: absolute;
  top: 140px;
  right: 0;
  background: none;
  border: none;
  font-size: 64px;
  color: #2A2A2A;
  outline: 0;
}

#promocoes .box-promocao {
  background-color: #6E3EA4;
  width: 100%;
  height: 150px;
  position: relative;
  color: #fff;
  text-align: center;
}

#promocoes .box-promocao.box-1 {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 7px;
}

#promocoes .box-promocao.box-1 p {
  position: absolute;
  top: 58px;
}

#promocoes .box-promocao .text-ate {
  font-size: 20px;
  font-weight: bold;
  font-family: arial;
  position: absolute;
  left: 15px;
  top: 5px;
}

#promocoes .box-promocao .text-numero {
  font-size: 128px;
  font-family: 'OpenSans-Light';
  position: absolute;
  top: -10px;
  left: 15px;
}

#promocoes .box-promocao .text-porcento {
  font-size: 64px;
  font-family: 'OpenSans';
  position: absolute;
  top: 15px;
  right: 1px;
}

#promocoes .box-promocao .text-off {
  font-size: 42px;
  font-family: 'OpenSans-Light';
  position: absolute;
  top: 78px;
  right: 3px;
}

.box-produto-info a {
  text-decoration: none;
}

.box-produto-info h3 {
  font-size: 12px;
  font-family: arial;
  color: #666;
}

.box-produto-info .produto-img {
  width: 100%;
}

.box-produto-info .text-valor {
  font-size: 26px;
  font-weight: bold;
}

.title-default-roxo h2 {
  color: #2433b8;
  margin-top: 0px;
  font-family: 'OpenSans-Light';
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.title-default-roxo h3 {
  color: #2433b8;
  margin-top: 0px;
  font-family: 'OpenSans';
  font-size: 15px;
  text-align: center;
}

.title-default-roxo form {
  color: #2433b8;
  margin-top: -40px;
  font-family: 'OpenSans-Light';
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
}

.table-center {
  color: #2433b8;

  font-size: 14px;
  text-align: center;
  align-items: center;
  vertical-align: middle !important;
}

.table-row-center {
  vertical-align: middle !important;
  height: 90px;
}

.table-cell-center {
  vertical-align: middle !important;
  height: 90px;
}



.title-default-roxo hr {
  border: #FDE192 solid 4px;
  width: 200px;
  margin: 0 auto;
}

.title-default-roxo h4 {
  color: #000000;
  margin-top: -40px;
  font-family: 'Arial';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

#label {
  color: #000000;
  margin-top: -40px;
  font-family: 'Arial';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

#label p {
  color: #000000;
  margin-top: -40px;
  font-family: 'Arial';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

#nfe {
  color: #2433b8;
  font-size: 12px;

}

#nfe-indice {
  font-size: 10px;
  font-weight: normal;

}

#nfe-cont {
  font-size: 12px;
  font-weight: bold;

}


#cart-products {
  margin-top: 20px;
}

#cart-products td {
  vertical-align: middle;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

#cart-products tr {
  vertical-align: middle;
  color: #2433b8;
  font-size: 11.5px;
  text-transform: uppercase;
}

#cart-products p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

#cart-products .btn {
  border: none;
  background: none;
  outline: 0;
}

#cart-products .btn i {
  font-size: 32px;
}

#cart-products .btn i.fa-close {
  font-size: 14px;
}

#cart-products .form-control {
  text-align: center;
  border: none;
  background: none;
  box-shadow: none;
  outline: 0;
}

#cart-products th {
  font-weight: 100;
}

#cart-products img {
  max-width: 80px;
  max-height: 80px;
}

.box-outline-grey {
  border: #CCC 1px solid;
  height: 160px;
  text-align: center;
}

#calculo-de-frete .btn {
  background-color: #ccc;
  height: 42px;
  border-radius: 0;
}

#calculo-de-frete .form-control {
  height: 42px;
  border-radius: 0;
}

.box-cart-totais {
  background-color: #eee;
  height: 160px;
  padding: 10px;
}

.box-cart-totais .table>tbody>tr>td,
.box-cart-totais .table>tbody>tr>th,
.box-cart-totais .table>tfoot>tr>td,
.box-cart-totais .table>tfoot>tr>th,
.box-cart-totais .table>thead>tr>td,
.box-cart-totais .table>thead>tr>th {
  border: none;
  padding: 14px;
}

.text-bold {
  font-weight: bold;
}

.btn-roxo {
  background-color: #5E299A;
  height: 42px;
  width: auto;
  font-weight: bold;
  color: #fff !important;
  border-radius: 0;
}

.btn-roxo-file {
  background-color: #5E299A;
  height: 42px;
  width: 500px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 0;
}

.btn-azul-claro {
  background-color: #d8e1ed;
  height: 33px;
  width: 95px;
  font-weight: bold;
  color: #0d62d1 !important;
  border-radius: 0;
}

.material-icons.orange600 {
  color: #FB8C00;
}

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}

.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-side-menu {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.nav-side-menu .toggle-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10 !important;
  padding: 3px;
  background-color: #ffffff;
  color: #000;
  width: 40px;
  text-align: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.brand {
  text-align: left !important;
  font-size: 22px;
  padding-left: 20px;
  line-height: 50px !important;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.o-hidden {
  overflow: hidden !important;
}

.text-white {
  color: #fff !important;
  font-size: 30px;
}

.text-white-small {
  color: #fff !important;
  font-size: 15px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-130 {
  height: 130% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.vh-130 {
  height: 10vh !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #d1d1e0;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #d1d1e0;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #d1d1e0;
}

.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}


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

  .container-fluid {
    max-width: 1100px;
  }

}

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

  .container-fluid {
    max-width: 900px;
  }
}

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

  .container-fluid {
    max-width: 700px;
  }
}

@media only screen and (max-width: 576px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }

  .container-fluid {
    max-width: 500px;
  }
}

@media only screen and (max-width: 375px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }

  .container-fluid {
    max-width: 360px;
  }



}

body {
  margin: 0px;
  padding: 0px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 20px;
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}



.loaderprint {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* LOGIN CENTRALIZADO */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f5f5f5;
}

#formContent {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#formContent input {
  width: 100%;
  margin-bottom: 15px;
}

#formContent button {
  width: 100%;
}

.logo-login {
  margin-bottom: 25px;
  /* ajuste como quiser */
}