/* Header */

.header .menu > li > .classic ul {
  margin-top: -1px;
}

@media (max-width: 991px) {
  .header .menu > li > .classic ul {
    border-radius: 0;
    box-shadow: none;
  }
}

.header .menu > li {
  display: inline-block;
  list-style: none;
  font-size: 13px;
  margin-right: 5px;
}

.header .menu > li > a {
  padding-right: 14px;
}

.round {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -5px;
  box-shadow: 0 0 0 2px #fff;
}

.round img {
  display: block;
  /* Stretch 
          height: 100%;
          width: 100%; */
  min-width: 100%;
  min-height: 100%;
}

.header .menu > li.open > .classic {
  overflow: visible;
  min-width: 290px;
  margin-top: 16px;
}

.header .menu > li > .classic:before,
.header .menu > li > .classic:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 37px;
  top: -9px;
  border: transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  background: transparent;
}

/*    .header .menu > li > .classic:before {
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        left: 285px;
        z-index: 10;
    }*/

.header .menu > li > .classic {
  transition: none;
  border: none;
}

.header .menu > li > .classic .progress {
  background-color: rgba(137, 125, 189, 0.2);
  background-image: none;
}

.header .menu > li > .classic ul {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.header .menu > li > .classic ul > li:first-child,
.header .menu > li > .classic ul > li:last-child {
  margin: 0;
}

.header .menu > li > .classic ul > li {
  margin: 0;
  padding: 0;
  transition: none;
}

.header .menu > li > .classic ul > li.menu-header {
  text-align: center;
}

.header .menu > li > .classic ul > li.menu-header a {
  font-size: 13px;
  opacity: 0.9;
  color: #8a7dbe;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 20px;
}

.header .menu > li > .classic ul > li.menu-header a:hover {
  font-size: 13px;
  opacity: 1;
  color: #594d86;
}

.header .menu > li > .classic ul > li.menu-normal {
  text-align: left;
}

.header.transparent-light .menu > li > a:not(.btn) {
  opacity: 0.95;
}

.header ul.menu {
  padding-left: 0;
  padding-right: 0;
}

.header.light .menu > li > a:not(.btn) {
  color: #8a7dbe;
  opacity: 0.95;
}

.header .menu > li > .classic ul > li a.btn {
  color: #fff;
  opacity: 1;
  padding: 2px 30px;
}

.header .menu > li > .classic ul > li a.btn-white:hover {
  color: #8a7dbe;
  opacity: 1;
  background: #fff;
}

.menu > li.mega.open > nav.mega {
  overflow: visible;
}

.menu > li.mega.open > nav.mega .container {
  position: relative;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.menu > li.mega.open > nav.mega .container:before,
.menu > li.mega.open > nav.mega .container:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 115px;
  top: -8px;
  border: transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  background: transparent;
}

/* Links Bordered*/

a.link-bordered {
  padding: 2px 20px;
  border: 1px solid;
  border-radius: 1px;
}

.header.light .menu > li > a.link-bordered.btn-signup {
  background: #8a7dbe;
  color: #fff;
  border: 1px solid #8a7dbe;
}

.bg-purple-categories {
  background-image: url(/assets/images/bg_inicial_categorias_cashback.jpg);
  background-color: #8a7dbe;
  background-attachment: fixed;
}

.bg-green {
  background-image: url(/assets/images/bg_inicial_categorias_cashback_green.jpg);
  background-color: #73c055;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .sm-m-t-40 {
    margin-top: 40px !important;
  }

  .sm-m-t-50 {
    margin-top: 50px !important;
  }

  .sm-m-t-60 {
    margin-top: 60px !important;
  }

  .sm-m-t-70 {
    margin-top: 70px !important;
  }

  .full-height {
    height: auto !important;
    padding-bottom: 15px;
  }
}

.text-primary-hover:hover {
  color: #8a7dbe;
}

/* como funciona */

.card-simple {
  margin: 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px 5px 10px 10px;
  box-shadow: 0px 6px 0px #e6e6e6;
  background: #fff;
  padding-top: 325px;
}

.card-simple .content {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.card-simple .content p {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 1.3;
  margin: 10px 20px;
}

.card-simple .content .circle {
  display: inline-block;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  color: #3a3a3a;
  margin-top: -30px;
  position: relative;
  font-weight: bold;
  line-height: 55px;
}

.card-simple img {
  width: 100%;
}

/* Login | Signup */

/* Modal Auth */

.modal.fade.fill-in.in {
  background-color: rgba(250, 250, 250, 0.98);
}

.modal .btn-lg,
.modal .btn-group-lg > .btn {
  line-height: 34px;
}

.modal-backdrop.in {
  opacity: 0.4;
}

.modal .close {
  margin-top: 10px;
  margin-right: 10px;
}

.modal .modal-content {
  background: #fdfdfd;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0px auto;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0px auto;
    width: calc(100% - 20px) !important;
  }
}

.modal-backdrop {
  transition: opacity 0.1s linear;
}

.modal .modal-dialog {
  transition: all 0.1s !important;
}

.modal.fade {
  background: rgba(0, 0, 0, 0.5);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}

.btn-facebook {
  background: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
  overflow: hidden;
  position: relative;
  padding-left: 65px;
}

.btn-facebook span {
  display: inline-block;
  font-size: 25px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: -5px;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  opacity: 0.85;
  background: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}

/* #d5492f;*/

.btn-google {
  background: #4285f4;
  color: #fff;
  border: 1px solid #4285f4;
  overflow: hidden;
  position: relative;
  padding-left: 65px;
}

.btn-google span {
  display: inline-block;
  font-size: 25px;
  padding: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -5px;
}

.btn-google:hover,
.btn-google:active,
.btn-google:focus {
  opacity: 0.85;
  background: #4285f4;
  border: 1px solid #4285f4;
  color: #fff;
}

.pulse {
  box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.btn-xlg {
  padding: 15px 15px;
  font-size: 20px;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green:visited {
  background: rgba(81, 179, 43, 0.9) !important;
  color: #fff !important;
  animation: pulse 1.5s infinite !important;
  border: 5px solid #fff !important;
}

.btn-green {
  background: #73c055 !important;
  color: #fff !important;
  border: 5px solid #fff !important;
}

.btn-info {
  background: #50a4e6 !important;
  color: #fff !important;
  border: 1px solid #50a4e6;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #448ac1 !important;
  color: #fff !important;
  border: 1px solid #448ac1;
}

.separator {
  border-top: 1px solid #efefef;
  text-align: center;
}

.separator .circle {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #9e9e9e;
  margin-top: -22px;
  position: relative;
  line-height: 39px;
  border: 1px solid #efefef;
}

.sm-btn-block {
  display: block;
  width: 100%;
}

/* GENERAL */

/*.form-group-default {
    background: #FFF;
}
.form-group-default .form-control:focus, .form-group-default .form-control:active {
    background: #FFF;
}*/

.form-group-default.has-error,
form-group-default.has-error:focus {
  background-color: #fff;
  border: 1px solid #ee8a8a;
}

/* Notify */

.alert-minimalist {
  background-color: rgb(241, 242, 240);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  padding: 10px;
  width: 400px;
}

.alert-minimalist > [data-notify="icon"] {
  height: 20px;
  margin-right: 12px;
}

.alert-minimalist > [data-notify="title"] {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}

.notify-container {
  border-radius: 3px !important;
  padding: 10px 20px;
  box-shadow: 0 0 100px 0px rgba(0, 0, 0, 0.3);
  width: 95%;
  max-width: 600px;
  margin: 0 20px;
  position: relative;
}

.notify-container.alert {
  color: #fff;
  font-weight: 400;
}

.notify-container.alert.alert-danger {
  background: #ef5959;
}

.notify-container.alert.alert-success {
  background: #73c055;
}

.notify-container.alert.alert-warning {
  background: #e69721;
}

.notify-container.alert.alert-info {
  background: #50a4e6;
}

.notify-container [data-notify="dismiss"] {
  cursor: pointer;
}

.notify-icon {
  margin-right: 20px;
  color: #fff;
  display: inline-block;
  width: 35px;
}

.notify-message {
  margin-top: 0;
  display: inline-block;
  width: calc(100% - 56px);
}

.notify-message > span {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0px;
  padding: 10px 0;
}

.notify-icon > span {
  vertical-align: middle;
  display: inline-block;
}

.notify-icon > span:before {
  font-size: 35px !important;
}

.notify-message > span[data-notify="title"] {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}

.notify-message > span[data-notify="message"] {
  font-size: 15px;
  display: block;
}

/* modal full */

.header {
  animation-duration: 0.3s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
}

.header #form_search input[type="search"],
.header #form_search input[type="search"]:focus,
.header #form_search input[type="search"]:active {
  background: #fff;
  color: #6d5cae;
}

.header
  #form_search
  .form-group-default.input-group-attached
  .input-group-btn
  > .btn {
  right: 3px;
  z-index: 10;
}

.header
  #form_search
  .form-group-default.input-group-attached
  .input-group-btn
  > .btn:hover {
  background: #8377b5;
}

.header #form_search a.toggle-menu .pg-menu_justify {
  color: #fff;
}

.header.minimized #form_search a.toggle-menu .pg-menu_justify {
  color: #6d5cae;
}

.header.minimized {
  height: 64px !important;
}

/* FORM */

.form-group label:not(.error) {
  font-weight: 300;
}

.form-group-default {
  overflow: visible;
}

.form-group-default .help-block-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 19px;
  color: #9e93c8;
}

::selection {
  background: #73c055;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #73c055;
  /* Gecko Browsers */
  color: #fff;
}

.fs-18 {
  font-size: 20px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-50 {
  font-size: 50px;
}

.text-green {
  color: #73c055;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.4);
}

.bs-2 {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.02),
    -1px 0 0 rgba(0, 0, 0, 0.02), 0 0 3px rgba(0, 0, 0, 0.07);
}

.text-info {
  color: #50a4e6 !important;
}

.box-store {
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.02),
    -1px 0 0 rgba(0, 0, 0, 0.02), 0 0 3px rgba(0, 0, 0, 0.07);
  padding: 5px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

.box-store:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15), 1px 0 0 rgba(0, 0, 0, 0.07),
    -1px 0 0 rgba(0, 0, 0, 0.07), 0 0 3px rgba(0, 0, 0, 0.12);
}

.box-store .cashback {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: block;
  white-space: nowrap;
}

.box-store .store-logo {
  display: inline-block;
  margin: 0 auto;
}

.line-green {
  display: block;
}

.line-green:after {
  content: " ";
  display: block;
  border: 1px solid #87c043;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 20px auto;
}

/* OFFER */

.offer-container {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.03),
    -1px 0 0 rgba(0, 0, 0, 0.03), 0 0 3px rgba(0, 0, 0, 0.07);
  padding: 10px 2px;
  margin-bottom: 10px;
  position: relative;
}

.offer-container.expired {
  opacity: 0.5;
  background: #fff;
  transition: all 0.4s !important;
}

.offer-container.expired:hover {
  opacity: 1 !important;
}

.offer-container .offer-image-container {
  width: 105px;
  padding: 3px;
  /*border: 1px solid #F4F4F4;*/
  margin: 5px;
  height: 100%;
  position: relative;
}

.offer-container .offer-image-container img {
  max-width: 100px;
}

.offer-container .offer-btn-container {
  width: 250px;
  padding: 10px;
  margin-right: 10px;
}

.offer-description-container {
  margin: 0 285px 0 125px;
}

.offer-container .offer-image-container .wrapper {
  height: 100%;
  display: table;
}

@media (max-width: 768px) {
  .offer-container {
    text-align: center;
    padding: 5px;
  }

  .offer-container .offer-image-container {
    width: 100%;
    padding: 3px;
    /*border: 1px solid #F4F4F4;*/
    margin: 5px;
    height: 100%;
    position: relative;
    text-align: center;
  }

  .offer-container .offer-image-container img {
    display: inline-block;
  }

  .offer-container .offer-image-container .wrapper {
    display: block;
  }

  .offer-description-container {
    margin: 0;
  }

  .offer-description-container h4 {
    line-height: 25px;
  }

  .offer-description-container .label {
    display: block;
  }

  .offer-description-container .cashback {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    display: block;
  }

  .offer-description-container .cashback .text-justify {
    text-align: inherit;
  }

  .offer-container .offer-btn-container {
    width: 100%;
  }

  .notify-message > span[data-notify="message"] {
    font-size: 13px;
    display: block;
  }

  .notify-container {
    padding: 3px 20px;
  }

  .sm-fs-15 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .sm-fs-18 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .sm-fs-20 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .sm-fs-25 {
    font-size: 25px;
    line-height: 1.4em;
  }

  .sm-fs-30 {
    font-size: 30px;
    line-height: 1.4em;
  }
}

.btn-offer {
  background: #73c055;
  color: #fff;
  padding: 15px 15px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #fff;
  position: relative;
}

.btn-offer:hover,
.btn-offer:active,
.btn-offer:focus,
.btn-offer:visited {
  background: #529a36;
  color: #fff;
  border: 1px solid #fff;
}

.btn-offer > .offer-code {
  display: none;
}

.btn-offer.coupon > .offer-code {
  display: block;
}

.btn-offer.coupon .fold-container {
  position: absolute;
  right: -17px;
  height: 100%;
  background: transparent;
  width: 18px;
  top: 0;
  overflow: hidden;
}

.btn-offer.coupon .fold-container .fold:before {
  content: "";
  position: absolute;
  top: 0px;
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: transparent transparent #589c3e #589c3e;
  display: block;
  width: 0;
  z-index: 1;
}

.btn-offer.coupon .fold-container:before {
  content: "";
  margin-top: 18px;
  background: #73c055;
  width: 100%;
  height: 100%;
  display: block;
  /*    transition: 0.1s ease margin;*/
}

.btn-offer.coupon {
  background: #f7f7ff;
  border: 1px dashed #9e93c8;
  color: #9e93c8;
  min-height: 53px;
}

.btn-offer.coupon .offer-label {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 60px;
  bottom: -1px;
  background: #73c055;
  line-height: 53px;
  color: #fff;
  border-radius: 3px;
}

.btn-offer.coupon:hover .offer-label {
  /*background: #8bca73;*/
  right: 75px;
}

.btn-offer.coupon:hover .fold-container .fold:before {
  border-width: 0 25px 25px 0;
}

.btn-offer.coupon:hover .fold-container {
  width: 25px;
  right: -24px;
}

.btn-offer.coupon:hover .fold-container:before {
  margin-top: 25px;
}

.bg-purple {
  background: #8a7dbe;
}

.text-shadow-3d {
  text-shadow: 0 0 5px rgba(73, 65, 107, 0.2);
}

.svg-shadow {
  -webkit-filter: drop-shadow(0 0 5px #4c4086);
  filter: drop-shadow(0 0 5px #4c4086);
}

.text-cut-right {
  position: relative;
  max-height: 30px;
  overflow: hidden;
}

.text-cut-right.open {
  position: relative;
  max-height: none;
  overflow: visible;
  word-break: break-word;
}

.text-cut-right .text-cut-overlay {
  width: 40px;
  height: 30px;
  position: absolute;
  right: -13px;
  bottom: 10px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.text-cut-right .text-cut-right-toggle {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.text-cut-right .text-cut-right-toggle .fa {
  text-shadow: 0 0 5px #fff;
}

.text-cut-right.open .text-cut-right-toggle {
  top: -10px;
}

.text-cut-right.open .text-cut-overlay {
  background: none;
  bottom: -15px;
}

/* image fix */

.image-container-100 {
  width: 200px;
  height: 120px;
  overflow: hidden;
  font: 0/0 a;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

[class^="image-container-"] {
  overflow: hidden;
  font: 0/0 a;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.image-container-75 {
  width: 150px;
  height: 90px;
}

.image-container-50 {
  width: 100px;
  height: 60px;
}

.image-container-25 {
  width: 50px;
  height: 30px;
}

.tooltip-inner {
  min-width: 150px;
}
