/* --------------- */
/* --- imports --- */
/* --------------- */
@font-face {
  font-family: 'CustomRobotoLight';
  src: url('fonts/RobotoLight.eot');
  src: url('fonts/RobotoLight.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoLight.woff') format('woff'), url('fonts/RobotoLight.woff2') format('woff2'), url('fonts/RobotoLight.ttf') format('truetype');
}
@font-face {
  font-family: 'CustomRoboto';
  src: url('fonts/RobotoRegular.eot');
  src: url('fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'CustomRobotoMedium';
  src: url('fonts/RobotoMedium.eot');
  src: url('fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoMedium.woff') format('woff'), url('fonts/RobotoMedium.woff2') format('woff2'), url('fonts/RobotoMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'CustomRobotoBold';
  src: url('fonts/RobotoBold.eot');
  src: url('fonts/RobotoBold.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoBold.woff') format('woff'), url('fonts/RobotoBold.woff2') format('woff2'), url('fonts/RobotoBold.ttf') format('truetype');
}
@font-face {
  font-family: 'CustomRobotoBlack';
  src: url('fonts/RobotoBlack.eot');
  src: url('fonts/RobotoBlack.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoBlack.woff') format('woff'), url('fonts/RobotoBlack.woff2') format('woff2'), url('fonts/RobotoBlack.ttf') format('truetype');
}
/* ------------ */
/* --- vars --- */
/* ------------ */
/* -------------- */
/* --- mixins --- */
/* -------------- */
/* commons */
html,
body {
  height: 100%;
}
body {
  background-color: #fff !important;
  text-align: center;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.icon-error {
  color: #c80014;
}
.icon-success {
  color: #1b6f23;
}
@media (max-width: 1059px) {
  .custom-menu-breakpoint.mobile {
    display: flex;
  }
}
@media (min-width: 1059px) {
  .custom-menu-breakpoint.mobile {
    display: none;
  }
}
@media (max-width: 1059px) {
  .custom-menu-breakpoint.desktop {
    display: none;
  }
}
.no-Select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bs-noOutline {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.bs-noOutline:hover,
.bs-noOutline:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.hide-from-ui {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* ----------------- */
/* --- overrides --- */
/* ----------------- */
.modal-backdrop {
  background-color: #fff !important;
}
@media (min-width: 576px) {
  .custom-modal-confirm .modal-sm-custom {
    max-width: 500px;
  }
}
.custom-modal-confirm .modal-body {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.custom-modal-confirm .btn-modal-custom {
  background-color: #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.jconfirm .jconfirm-title-c {
  text-align: left !important;
}
.jconfirm .jconfirm-content-pane {
  text-align: left !important;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #152342;
}
.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
  border-top-color: #152342;
}
.irs--round .irs-bar {
  background-color: #cecece;
}
.irs--round .irs-handle {
  width: 20px;
  height: 20px;
  border-color: #cecece;
  background-color: #cecece;
}
/* ---------------- */
/* --- lazyload --- */
/* ---------------- */
img.lazy {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
img.lazy:not([src]) {
  visibility: hidden;
}
/* ------------- */
/* --- slick --- */
/* ------------- */
.ooops-container {
  background: #f9f9f9;
  margin-bottom: 3rem;
  border: 1px solid #eee;
}
/* ------------- */
/* --- slick --- */
/* ------------- */
.youtube-embed {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.slick {
  position: relative;
  width: 100%;
  height: 100%;
}
.slick.custom .slick-list,
.slick.custom .slick-track {
  height: 100%;
}
.slick.custom .slick-arrow {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick.custom .slick-arrow > div {
  display: flex;
  margin-left: 15px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 2px solid #152342;
  -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;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.slick.custom .slick-arrow > div:hover,
.slick.custom .slick-arrow > div:active {
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slick.custom .slick-prev {
  left: 0;
  top: 0;
  height: 100%;
  font-size: 2em;
}
@media (min-width: 992px) {
  .slick.custom .slick-prev {
    font-size: 3em;
    padding: 0 5px;
  }
}
.slick.custom .slick-next {
  right: 0;
  top: 0;
  height: 100%;
  padding-right: 15px;
  font-size: 2em;
}
@media (min-width: 992px) {
  .slick.custom .slick-next {
    font-size: 3em;
  }
}
.slick.custom .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  list-style: none;
  padding: 25px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
}
.slick.custom .slick-dots li {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #fff;
  border: 2px solid #152342;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -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;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.slick.custom .slick-dots li:last-child {
  margin-right: 0;
}
.slick.custom .slick-dots li button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.slick.custom .slick-dots li.slick-active {
  background-color: #ffffff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* -------------------- */
/* --- custom input --- */
/* -------------------- */
.bs-mat-input-holder {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 0.7em;
}
.bs-mat-input-holder.static span.label,
.bs-mat-input-holder.animated span.label,
.bs-mat-input-holder.animated-alt span.label {
  pointer-events: none;
}
.bs-mat-input-holder.static input,
.bs-mat-input-holder.animated input,
.bs-mat-input-holder.animated-alt input,
.bs-mat-input-holder.static textarea,
.bs-mat-input-holder.animated textarea,
.bs-mat-input-holder.animated-alt textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  border: 0;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.static input:hover,
.bs-mat-input-holder.animated input:hover,
.bs-mat-input-holder.animated-alt input:hover,
.bs-mat-input-holder.static textarea:hover,
.bs-mat-input-holder.animated textarea:hover,
.bs-mat-input-holder.animated-alt textarea:hover,
.bs-mat-input-holder.static input:active,
.bs-mat-input-holder.animated input:active,
.bs-mat-input-holder.animated-alt input:active,
.bs-mat-input-holder.static textarea:active,
.bs-mat-input-holder.animated textarea:active,
.bs-mat-input-holder.animated-alt textarea:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.bs-mat-input-holder.static input:hover,
.bs-mat-input-holder.animated input:hover,
.bs-mat-input-holder.animated-alt input:hover,
.bs-mat-input-holder.static textarea:hover,
.bs-mat-input-holder.animated textarea:hover,
.bs-mat-input-holder.animated-alt textarea:hover,
.bs-mat-input-holder.static input:active,
.bs-mat-input-holder.animated input:active,
.bs-mat-input-holder.animated-alt input:active,
.bs-mat-input-holder.static textarea:active,
.bs-mat-input-holder.animated textarea:active,
.bs-mat-input-holder.animated-alt textarea:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.bs-mat-input-holder.static input:-webkit-autofill,
.bs-mat-input-holder.animated input:-webkit-autofill,
.bs-mat-input-holder.animated-alt input:-webkit-autofill,
.bs-mat-input-holder.static textarea:-webkit-autofill,
.bs-mat-input-holder.animated textarea:-webkit-autofill,
.bs-mat-input-holder.animated-alt textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.bs-mat-input-holder.static select,
.bs-mat-input-holder.animated select,
.bs-mat-input-holder.animated-alt select {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  border: 0;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.static select:hover,
.bs-mat-input-holder.animated select:hover,
.bs-mat-input-holder.animated-alt select:hover,
.bs-mat-input-holder.static select:active,
.bs-mat-input-holder.animated select:active,
.bs-mat-input-holder.animated-alt select:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.bs-mat-input-holder.static select:hover,
.bs-mat-input-holder.animated select:hover,
.bs-mat-input-holder.animated-alt select:hover,
.bs-mat-input-holder.static select:active,
.bs-mat-input-holder.animated select:active,
.bs-mat-input-holder.animated-alt select:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.bs-mat-input-holder.static div.bar,
.bs-mat-input-holder.animated div.bar,
.bs-mat-input-holder.animated-alt div.bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
}
.bs-mat-input-holder.static div.bar span,
.bs-mat-input-holder.animated div.bar span,
.bs-mat-input-holder.animated-alt div.bar span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.bs-mat-input-holder.static div.bar span.under,
.bs-mat-input-holder.animated div.bar span.under,
.bs-mat-input-holder.animated-alt div.bar span.under {
  width: 100%;
  height: 1px;
  background-color: #919191;
  z-index: 0;
}
.bs-mat-input-holder.static div.bar span.over,
.bs-mat-input-holder.animated div.bar span.over,
.bs-mat-input-holder.animated-alt div.bar span.over {
  width: 0;
  height: 2px;
  background-color: #3a4aaa;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.static div.helper-holder,
.bs-mat-input-holder.animated div.helper-holder,
.bs-mat-input-holder.animated-alt div.helper-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 1.3em;
  overflow: hidden;
}
.bs-mat-input-holder.static div.helper-holder span.helper,
.bs-mat-input-holder.animated div.helper-holder span.helper,
.bs-mat-input-holder.animated-alt div.helper-holder span.helper {
  position: absolute;
  left: 0;
  top: -0.7em;
  font-size: 0.75em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.static div.helper-holder span.helper.ready,
.bs-mat-input-holder.animated div.helper-holder span.helper.ready,
.bs-mat-input-holder.animated-alt div.helper-holder span.helper.ready {
  top: 0.2em;
}
.bs-mat-input-holder.static.validate-error span.helper,
.bs-mat-input-holder.animated.validate-error span.helper,
.bs-mat-input-holder.animated-alt.validate-error span.helper {
  color: #c80014 !important;
}
.bs-mat-input-holder.static.validate-error input,
.bs-mat-input-holder.animated.validate-error input,
.bs-mat-input-holder.animated-alt.validate-error input,
.bs-mat-input-holder.static.validate-error textarea,
.bs-mat-input-holder.animated.validate-error textarea,
.bs-mat-input-holder.animated-alt.validate-error textarea,
.bs-mat-input-holder.static.validate-error select,
.bs-mat-input-holder.animated.validate-error select,
.bs-mat-input-holder.animated-alt.validate-error select {
  border-color: #c80014 !important;
}
.bs-mat-input-holder.static.validate-success span.helper,
.bs-mat-input-holder.animated.validate-success span.helper,
.bs-mat-input-holder.animated-alt.validate-success span.helper {
  color: #1b6f23 !important;
}
.bs-mat-input-holder.static.validate-success input,
.bs-mat-input-holder.animated.validate-success input,
.bs-mat-input-holder.animated-alt.validate-success input,
.bs-mat-input-holder.static.validate-success textarea,
.bs-mat-input-holder.animated.validate-success textarea,
.bs-mat-input-holder.animated-alt.validate-success textarea,
.bs-mat-input-holder.static.validate-success select,
.bs-mat-input-holder.animated.validate-success select,
.bs-mat-input-holder.animated-alt.validate-success select {
  border-color: #1b6f23 !important;
}
.bs-mat-input-holder.static.active div.bar span.over,
.bs-mat-input-holder.animated.active div.bar span.over,
.bs-mat-input-holder.animated-alt.active div.bar span.over {
  width: 100%;
}
.bs-mat-input-holder.static.no-bars div.bar,
.bs-mat-input-holder.animated.no-bars div.bar,
.bs-mat-input-holder.animated-alt.no-bars div.bar {
  display: none!important;
  opacity: 0!important;
}
.bs-mat-input-holder.static.no-padding-bottom,
.bs-mat-input-holder.animated.no-padding-bottom,
.bs-mat-input-holder.animated-alt.no-padding-bottom {
  padding-bottom: 0!important;
}
.bs-mat-input-holder.static.no-border-radius input,
.bs-mat-input-holder.animated.no-border-radius input,
.bs-mat-input-holder.animated-alt.no-border-radius input,
.bs-mat-input-holder.static.no-border-radius textarea,
.bs-mat-input-holder.animated.no-border-radius textarea,
.bs-mat-input-holder.animated-alt.no-border-radius textarea,
.bs-mat-input-holder.static.no-border-radius select,
.bs-mat-input-holder.animated.no-border-radius select,
.bs-mat-input-holder.animated-alt.no-border-radius select {
  border-radius: 0!important;
}
.bs-mat-input-holder.static span.label {
  display: block;
  width: 100%;
  font-size: 0.85em;
  text-align: left;
  color: #727272;
}
.bs-mat-input-holder.static input {
  padding: 0.25rem 0;
}
.bs-mat-input-holder.static input:focus ~ span.label {
  color: #3a4aaa;
}
.bs-mat-input-holder.static select {
  padding: 0.25rem 0;
}
.bs-mat-input-holder.static select:focus ~ span.label,
.bs-mat-input-holder.static select:valid ~ span.label {
  color: #3a4aaa;
}
.bs-mat-input-holder.animated span.label {
  position: absolute;
  left: 0;
  top: 1em;
  font-size: 1em;
  color: #727272;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.animated input {
  padding: 1.25em 0 0.25rem 0;
}
.bs-mat-input-holder.animated input:focus ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated input:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated select {
  padding: 1.5em 1em;
  -webkit-appearance: none;
  appearance: none;
}
.bs-mat-input-holder.animated select:focus ~ span.label,
.bs-mat-input-holder.animated select:valid ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated select::-ms-expand {
  display: none;
}
.bs-mat-input-holder.animated-alt span.label {
  position: absolute;
  left: 1em;
  top: 1.5em;
  font-size: 1em;
  color: #727272;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bs-mat-input-holder.animated-alt input,
.bs-mat-input-holder.animated-alt textarea {
  border: 1px solid #dadce0 !important;
  padding: 1.5em 1em;
  border-radius: 4px;
}
.bs-mat-input-holder.animated-alt input:focus,
.bs-mat-input-holder.animated-alt textarea:focus {
  border-color: #3a4aaa !important;
}
.bs-mat-input-holder.animated-alt input:focus ~ span.label,
.bs-mat-input-holder.animated-alt textarea:focus ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated-alt input:not(:placeholder-shown) ~ span.label,
.bs-mat-input-holder.animated-alt textarea:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated-alt select {
  border: 1px solid #dadce0 !important;
  padding: 1.5em 1em;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}
.bs-mat-input-holder.animated-alt select:focus {
  border-color: #3a4aaa !important;
}
.bs-mat-input-holder.animated-alt select:focus ~ span.label,
.bs-mat-input-holder.animated-alt select:valid ~ span.label {
  transform: translateY(-2.2em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.bs-mat-input-holder.animated-alt select::-ms-expand {
  display: none;
}
.bs-mat-input-holder.animated-alt select > option {
  padding: 5px;
}
.bs-mat-input-holder.animated-alt select > option:first-child {
  display: none;
  visibility: hidden;
}
/* ------------- */
/* --- pages --- */
/* ------------- */
/* bgs / borders */
.bg-custom-dark-blue {
  background-color: #152342 !important;
}
.bg-custom-orange-flat {
  background-color: #c85412 !important;
}
.border-custom-dark-blue {
  border-color: #152342 !important;
}
/* buttons */
.btn-custom-disabled {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn-custom-success {
  color: #fff;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-custom-success:hover {
  color: #fff;
  background-color: #23923c !important;
  border-color: #23923c !important;
}
.btn-custom-error {
  color: #fff;
  background-color: #c80014 !important;
  border-color: #c80014 !important;
}
.btn-custom-error:hover {
  color: #fff;
  background-color: #af0011 !important;
  border-color: #af0011 !important;
}
.btn-custom-dark-blue {
  color: #fff;
  background-color: #152342;
  border-color: #152342;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-custom-dark-blue:hover {
  color: #fff;
  background-color: #0f192f;
  border-color: #0f192f;
}
.btn-custom-empty {
  background-color: transparent!important;
  border: 0!important;
}
.btn-custom {
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.btn-custom.filled {
  background: #152342;
  border: 2px solid #152342;
  color: #fff;
}
.btn-custom.thick-border {
  background: transparent;
  border: 2px solid #152342;
  color: #152342;
}
/* commons */
.custom-x-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}
.custom-x-margin {
  margin-left: 5rem;
  margin-right: 5rem;
}
.title-header {
  background-color: #f9f9f9;
  min-height: 220px;
}
.title-header > span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 46px;
}
ul.breadcrumb-custom {
  list-style-type: none;
}
ul.breadcrumb-custom > li {
  display: inline-block;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
ul.breadcrumb-custom > li.mini {
  font-size: 12px;
}
ul.breadcrumb-custom > li.mute {
  color: #777;
}
ul.breadcrumb-custom > li.step-icon {
  padding: 0 5px;
}
.page-header {
  text-transform: uppercase;
  font-size: 1.5em;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.sub-title {
  padding: 0 5px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  color: #152342;
}
.sub-title.line-bot {
  padding-bottom: 35px;
  border-bottom: 3px solid #e3e3e3;
}
/* custom colors */
.custom-color-muted {
  color: #777 !important;
}
.custom-color-dark-blue {
  color: #152342 !important;
}
.custom-color-flat-orange {
  color: #c85412 !important;
}
/* ---------------------- */
/* --- custom popover --- */
/* ---------------------- */
.custom-popover.senha {
  position: relative;
  width: 100%;
  min-width: 200px;
}
.custom-popover.senha .main-header {
  width: 100%;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.custom-popover.senha .item {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.custom-popover.senha .item .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #dadada;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-popover.senha .item .bullet.yep {
  background-color: #1b6f23 !important;
  border-color: #1b6f23 !important;
}
.custom-popover.senha .item .bullet.nope {
  background-color: #c80014 !important;
  border-color: #c80014 !important;
}
.custom-popover.senha .item .text {
  flex: 1;
  font-size: 0.9em;
  padding-left: 0.5em;
}
/* template header/footer */
#mobile-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin-left: -100%;
  z-index: -1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#mobile-menu.menu-open {
  margin-left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 15;
}
#mobile-menu.menu-open .bg-backdrop {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
#mobile-menu.menu-open .accordion {
  margin-left: 0;
}
#mobile-menu .bg-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: none;
  z-index: 0;
}
#mobile-menu .accordion {
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-right: 1px solid #152342;
  overflow-y: auto;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
#mobile-menu .accordion.custom {
  border-radius: 0;
}
#mobile-menu .accordion.custom * {
  border-radius: 0;
  background: transparent;
}
#mobile-menu .accordion.custom .card {
  padding: 0;
  border: 0;
}
#mobile-menu .accordion.custom .card .card-header {
  padding: 0;
}
#mobile-menu .accordion.custom .card .card-header h2 button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 15px;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid #152342;
}
#mobile-menu .accordion.custom .card .card-header h2 button:focus {
  text-decoration: none;
}
#mobile-menu .accordion.custom .card .card-header h2 button .fa,
#mobile-menu .accordion.custom .card .card-header h2 button .fas {
  width: 30px;
  font-size: 20px;
}
#mobile-menu .accordion.custom .card .card-body {
  border-bottom: 1px solid #152342;
}
#mobile-menu .accordion.custom .card .card-body .card-list-api-items {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
#mobile-menu .accordion.custom .card .menu-items {
  background: #f9f9f9;
}
#mobile-menu .accordion.custom .card .menu-items .dd-header {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
#mobile-menu .accordion.custom .card .menu-items .dd-header-divisor {
  width: 20px;
  height: 2px;
  margin: 5px 0 10px 0;
  background-color: #494949;
}
#mobile-menu .accordion.custom .card .menu-items button {
  width: 100%;
  padding-left: 20px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
#mobile-menu .accordion.custom .card .menu-items button:focus {
  text-decoration: none;
}
#mobile-menu .accordion.custom .card .menu-items button:last-child {
  border-bottom: 0;
}
#mobile-menu .header-holder {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
}
#mobile-menu .header-holder .close-action {
  width: 50px;
}
#mobile-menu .header-holder .close-action .fa,
#mobile-menu .header-holder .close-action .fas {
  font-size: 25px;
  color: #777;
}
#mobile-menu .header-holder .user-info {
  flex: 1;
}
#mobile-menu .header-holder .user-info .pic {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background-color: #c00;
}
#mobile-menu .header-holder .user-info .info {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  line-height: 15px;
}
#mobile-menu .header-holder .user-info .info .saldo {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #c85412;
}
#mobile-menu .header-holder .carrinho-icon {
  width: 50px;
  position: relative;
}
#mobile-menu .header-holder .carrinho-icon .qtd {
  position: absolute;
  width: 18px;
  left: 100%;
  top: 1px;
  margin-left: -26px;
  color: #fff;
  font-size: 11px;
}
#mobile-menu .link-item {
  display: flex;
  align-items: center;
  text-align: left;
  height: 40px;
  border-bottom: 1px solid #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mobile-menu .link-item span {
  flex: 1;
}
#mobile-menu .link-item .icon-holder {
  width: 50px;
}
#mobile-menu .dropdown-links-menu {
  display: none;
  background-color: #fcfcfc;
}
#mobile-menu .dropdown-links-menu.open {
  display: flex;
}
#mobile-menu .dropdown-links-menu.wbg {
  background-color: #fff;
}
#mobile-menu .dropdown-links-menu.wbg a {
  border-bottom: 1px solid #c8c8c8;
}
#mobile-menu .dropdown-links-menu.wbg a:last-child {
  border-bottom: 0;
}
#mobile-menu .dropdown-links-menu a {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 16px;
}
#mobile-menu .dropdown-links-menu a:hover,
#mobile-menu .dropdown-links-menu a:active,
#mobile-menu .dropdown-links-menu a:visited,
#mobile-menu .dropdown-links-menu a:focus {
  text-decoration: none;
}
#mobile-menu .dropdown-links-menu .dd-header {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}
#mobile-menu .dropdown-links-menu .dd-header-divisor {
  width: 20px;
  height: 2px;
  margin: 5px 0 10px 0;
  background-color: #494949;
}
.template-not-auth.header {
  background-color: #fff;
  height: 150px;
  z-index: 10;
}
.template-not-auth.main-content {
  padding-top: 150px;
}
.template-not-auth.footer {
  border-top: 1px solid #cecece;
  padding-top: 5em;
  padding-bottom: 2em;
}
.template-not-auth.footer .link-list-container {
  text-align: left;
}
.template-not-auth.footer .link-list-container .list-header {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 16px;
}
.template-not-auth.footer .link-list-container a {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding-bottom: 15px;
}
.template-auth.header {
  background-color: #fff;
  height: 140px;
  z-index: 10;
}
.template-auth.main-content {
  padding-top: 140px;
}
@media (max-width: 1059px) {
  .template-auth.main-content {
    padding-top: 90px;
  }
}
.template-auth.footer {
  border-top: 1px solid #cecece;
  padding-top: 40px;
  padding-bottom: 30px;
}
.template-auth.footer .link-list-container {
  text-align: left;
}
.template-auth.footer .link-list-container .list-header {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 16px;
}
.template-auth.footer .link-list-container a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding-bottom: 15px;
}
.template-auth.footer .contato-item {
  margin-bottom: 25px;
}
.template-auth.footer .contato-item > div:first-child {
  width: 45px;
  text-align: left;
}
.template-auth.footer .contato-item > div:last-child {
  flex: 1;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.template-auth.footer .rodape-text {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.template-auth.header {
  background: url('../images/template/header-auth-bg.jpg') center repeat-x;
}
.template-auth.header.mobile {
  height: 90px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.template-auth.header.mobile .main {
  height: 40px;
}
.template-auth.header.mobile .main .menu-holder {
  width: 30px;
  text-align: left;
  padding-left: 10px;
}
.template-auth.header.mobile .main .menu-holder .fa,
.template-auth.header.mobile .main .menu-holder .fas {
  font-size: 16px;
}
.template-auth.header.mobile .main .logo-holder {
  flex: 1;
}
.template-auth.header.mobile .main .logo-holder img {
  width: 60%;
  max-width: 255px;
  height: auto;
}
.template-auth.header.mobile .main .cart-holder {
  width: 30px;
  text-align: right;
  padding-right: 10px;
}
.template-auth.header.mobile .main .cart-holder img {
  width: 22px;
  height: auto;
}
.template-auth.header.mobile .alt-container {
  height: 50px;
}
.template-auth.header.mobile .alt-container .search {
  display: flex;
  flex: 1;
  padding-left: 10px;
}
.template-auth.header.mobile .alt-container .search .busca-input {
  width: 100%;
  height: 35px;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  padding: 0 5px;
}
.template-auth.header.mobile .alt-container .search button {
  height: 35px;
  background-color: #152342;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0.8rem;
}
.template-auth.header.mobile .alt-container .info {
  width: 160px;
  padding: 0 10px;
}
.template-auth.header.mobile .alt-container .info .pic {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.template-auth.header.mobile .alt-container .info .pic img {
  width: 100%;
}
.template-auth.header.mobile .alt-container .info .data {
  padding-left: 5px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
}
.template-auth.header.mobile .alt-container .info .data .saldo {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #c85412;
}
.template-auth.header .holder-one {
  width: 100%;
  height: 80px;
}
.template-auth.header .holder-one .busca {
  flex: 1;
}
.template-auth.header .holder-one .busca .busca-input-group {
  width: 85%;
}
.template-auth.header .holder-one .busca .busca-input-group .busca-input {
  height: 37px;
  border: 1px solid #152342;
  flex: 1;
  padding: 0 15px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 16px;
}
.template-auth.header .holder-one .busca .busca-input-group button {
  height: 37px;
  background-color: #152342;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0.8rem;
}
.template-auth.header .holder-one .info .carrinho-icon {
  position: relative;
  width: 34px;
  height: 34px;
}
.template-auth.header .holder-one .info .carrinho-icon .qtd {
  position: absolute;
  width: 18px;
  left: 100%;
  top: 1px;
  margin-left: -18px;
  color: #fff;
  font-size: 11px;
}
.template-auth.header .holder-one .info .profile-status .pic {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.template-auth.header .holder-one .info .profile-status .pic img {
  width: 100%;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu ~ a > i:before {
  content: '\f107';
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.show ~ a > i:before {
  content: '\f106';
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom {
  width: 220px;
  background-color: #2f3b57;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  line-height: 37px;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:first-child {
  padding-top: 15px;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:last-child {
  padding-bottom: 15px;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:hover,
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:active,
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:visited,
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:focus {
  text-decoration: none;
  background: transparent!important;
}
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:hover,
.template-auth.header .holder-one .info .profile-status .data .dropdown-menu.custom a:active {
  color: #c85412;
  font-weight: bold;
}
.template-auth.header .holder-one .info .profile-status .data a:hover,
.template-auth.header .holder-one .info .profile-status .data a:active,
.template-auth.header .holder-one .info .profile-status .data a:visited,
.template-auth.header .holder-one .info .profile-status .data a:focus {
  text-decoration: none;
}
.template-auth.header .holder-one .info .profile-status .data * {
  font-size: 16px;
  color: #152342;
}
.template-auth.header .holder-one .info .profile-status .data > div {
  display: block;
  width: 100%;
  text-align: left;
  height: 20px;
}
.template-auth.header .holder-one .info .profile-status .data .saldo {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #c85412;
}
.template-auth.header .holder-two {
  width: 100%;
  height: 60px;
  background-color: #fcfcfc;
}
.template-auth.header .holder-two .dropdown-menu + a {
  color: #152342 !important;
  border-bottom: 1px solid #fcfcfc;
}
.template-auth.header .holder-two .dropdown-menu + a > i:before {
  content: '\f107';
}
.template-auth.header .holder-two .dropdown-menu.show + a {
  color: #c85412 !important;
  border-bottom: 1px solid #c85412;
}
.template-auth.header .holder-two .dropdown-menu.show + a > i:before {
  content: '\f106';
}
.template-auth.header .holder-two a {
  color: #152342 !important;
  font-size: 14px;
}
.template-auth.header .holder-two a:hover,
.template-auth.header .holder-two a:active,
.template-auth.header .holder-two a:visited,
.template-auth.header .holder-two a:focus {
  text-decoration: none;
  color: #152342 !important;
}
.template-auth.header .holder-two a.active {
  color: #c85412;
}
.top-header {
  position: fixed;
  width: 100%;
  height: 140px;
  background-color: #fff;
  z-index: 10;
}
.top-header > div {
  padding: 0 4.1666665% !important;
}
.top-header div.logo-search-info {
  height: 80px;
}
.top-header div.main-menu {
  height: 60px;
  background-color: #fcfcfc;
}
.top-header div.main-menu .dropdown-menu + a > i:before {
  content: '\f107';
}
.top-header div.main-menu .dropdown-menu.show + a > i:before {
  content: '\f106';
}
.bottom-footer {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #fff;
  border-top: 1px solid #cecece;
}
.bottom-footer > div {
  padding: 0 4.1666665% !important;
}
.bottom-footer .footer-header {
  font-weight: 500;
  color: #152342;
  font-size: 1.1em;
}
.bottom-footer .footer-item {
  font-size: 0.8em;
  color: #777;
}
.top-menu-home {
  background-color: #fcfcfc;
}
.top-menu-home a {
  color: #112240;
  font-size: 0.9em;
}
.top-menu-home a.active {
  color: #c85412;
  border-bottom: 2px solid #c85412;
  padding-bottom: 0.2rem;
}
.top-menu-home a:hover {
  text-decoration: none;
}
.body-holder {
  padding-top: 135px;
}
.footer-icons > div {
  padding: 7px 10px;
}
/* -------------------- */
/* --- page loading --- */
/* -------------------- */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #152342;
  }
}
#page-loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}
#page-loading .loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-loading .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#page-loading .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-loading .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-loading.active {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
#page-loading.active .loader {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* -------------------- */
/* --- api messages --- */
/* -------------------- */
@keyframes bottom-animation {
  0% {
    bottom: -100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes bottom-animation-hide {
  0% {
    bottom: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    bottom: -100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
#page-api-messages {
  position: fixed;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #152342;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-api-messages:hover {
  cursor: pointer;
}
#page-api-messages.bottom {
  animation-name: bottom-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#page-api-messages.error {
  z-index: 10;
}
#page-api-messages.error .flag {
  background-color: #c80014;
}
#page-api-messages.success {
  z-index: 10;
}
#page-api-messages.success .flag {
  background-color: #28a745;
}
#page-api-messages.bottom-hide {
  animation-name: bottom-animation-hide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#page-api-messages > .flag {
  width: 50px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-api-messages > .flag > .fa,
#page-api-messages > .flag .fas {
  color: #fff;
  font-size: 0.9em;
}
#page-api-messages > .close-icon {
  width: 50px;
  text-align: center;
  align-self: center;
}
#page-api-messages > .close-icon > .fa,
#page-api-messages > .close-icon .fas {
  color: #fff;
  font-size: 0.9em;
}
#page-api-messages > .main-msg {
  padding: 15px;
  flex: 1;
  align-self: center;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
}
/* -------------------- */
/* --- custom pager --- */
/* -------------------- */
.main-pager-holder {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  -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;
}
.main-pager-holder .arrow {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-pager-holder .arrow.active {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-pager-holder .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-pager-holder .page.active {
  width: 50px;
  height: 50px;
  background-color: #152342;
  color: #fff;
  cursor: auto;
}
/* ---------------------------- */
/* --- custom dropdown menu --- */
/* ---------------------------- */
.dropdown-menu.custom {
  border-color: #fcfcfc;
  background-color: #fcfcfc;
}
.dropdown-menu.custom.grandes-redes {
  min-width: 750px;
}
.dropdown-menu.custom.lojas {
  min-width: 710px;
}
.dropdown-menu.custom.experiencias {
  min-width: 710px;
}
.dropdown-menu.custom.servicos {
  min-width: 350px;
}
.dropdown-menu.custom.entretenimentocultura {
  min-width: 350px;
}
.dropdown-menu.custom.premium {
  min-width: 350px;
}
.dropdown-menu.custom.lazer {
  min-width: 350px;
}
.dropdown-menu.custom.wellness {
  min-width: 350px;
}
.dropdown-menu.custom.saldao {
  min-width: 350px;
}
.dropdown-menu.custom .dd-header {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-menu.custom .dd-header-divisor {
  width: 20px;
  height: 2px;
  margin: 15px 0;
  background-color: #494949;
}
.dropdown-menu.custom .dd-list-item {
  display: block;
  width: 100%;
  font-size: 0.8em;
  color: #152342;
  padding-bottom: 1em;
}
.dropdown-menu.custom .dd-list-item.highlight {
  color: #c85412;
}
.dropdown-menu.custom .dd-list-item:last-child {
  padding-bottom: 0;
}
.dropdown-menu.custom .tmplt-dropdown-list-items > div {
  padding: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-align: left;
}
/* -------------------- */
/* --- custom steps --- */
/* -------------------- */
.custom-step-container {
  display: flex;
  align-items: center;
}
.custom-step-container .step {
  font-size: 0.6em;
  padding: 0.3em 0.7em;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  background-color: #fff;
}
.custom-step-container .step.active {
  background-color: #c85412;
  border-color: #c85412;
  color: #fff;
}
.custom-step-container .bar-holder {
  position: relative;
  flex: 1;
  height: 2px;
  background-color: #999;
}
.custom-step-container .bar-holder div.bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #c85412;
}
.custom-step-container .bar-holder.active div.bar {
  width: 100%;
}
/* - user */
/* |- commons */
.meus-dados .side-menu a,
.meus-pedidos .side-menu a,
.meus-extratos .side-menu a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
  border-bottom: 1px solid #cecece;
  padding: 20px 0 10px 0;
}
.meus-dados .side-menu a:first-child,
.meus-pedidos .side-menu a:first-child,
.meus-extratos .side-menu a:first-child {
  padding: 0 0 10px 0;
}
.meus-dados .side-menu a:hover,
.meus-pedidos .side-menu a:hover,
.meus-extratos .side-menu a:hover,
.meus-dados .side-menu a:active,
.meus-pedidos .side-menu a:active,
.meus-extratos .side-menu a:active,
.meus-dados .side-menu a:visited,
.meus-pedidos .side-menu a:visited,
.meus-extratos .side-menu a:visited,
.meus-dados .side-menu a:focus,
.meus-pedidos .side-menu a:focus,
.meus-extratos .side-menu a:focus {
  text-decoration: none;
  color: #c85412 !important;
}
.meus-dados .side-menu a.active,
.meus-pedidos .side-menu a.active,
.meus-extratos .side-menu a.active {
  color: #c85412;
}
/* |- meus dados */
.meus-dados .form-holder .main-profile-holder .profile-pic {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #cecece;
}
.meus-dados .form-holder .main-profile-holder .profile-pic img {
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.meus-dados .form-holder .main-profile-holder .profile-pic img.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.meus-dados .form-holder .main-profile-holder span.edit-label {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #707070;
  font-size: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.meus-dados .form-holder .main-profile-holder #file-profile-pic {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.meus-dados .form-holder .form-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 36px;
}
.meus-dados .form-holder .inputs-holder {
  margin-top: 50px;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder {
  margin: 0;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input,
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder select {
  height: 60px;
  padding: 0 20px;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input:focus {
  border-color: #152342 !important;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input:focus ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input:valid ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder input.force ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.meus-dados .form-holder .inputs-holder .bs-mat-input-holder .label {
  top: 22px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.meus-dados .form-holder .btn-holder button {
  max-width: 125px;
}
/* |- meus pedidos */
.meus-pedidos .empty-msg,
.meus-extratos .empty-msg {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  background-color: #f9f9f9;
}
.meus-pedidos .grid-holder .grid-header > div,
.meus-extratos .grid-holder .grid-header > div {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
}
@media (min-width: 768px) {
  .meus-pedidos .grid-holder .grid-header > div,
  .meus-extratos .grid-holder .grid-header > div {
    font-size: 19px;
  }
}
.meus-pedidos .grid-holder .grid-content .gp-display span,
.meus-extratos .grid-holder .grid-content .gp-display span {
  width: 90px;
}
.meus-pedidos .grid-holder .grid-content > div,
.meus-extratos .grid-holder .grid-content > div {
  height: auto;
  min-height: 60px;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
@media (min-width: 768px) {
  .meus-pedidos .grid-holder .grid-content > div,
  .meus-extratos .grid-holder .grid-content > div {
    font-size: 19px;
  }
}
.meus-pedidos .grid-holder .grid-content > div.alt,
.meus-extratos .grid-holder .grid-content > div.alt {
  background-color: #f9f9f9;
}
.meus-pedidos .grid-holder .grid-content > div button,
.meus-extratos .grid-holder .grid-content > div button {
  height: 50px;
  padding: 0 10px;
  background-color: #152342;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .meus-pedidos .grid-holder .grid-content > div button,
  .meus-extratos .grid-holder .grid-content > div button {
    font-size: 14px;
  }
}
.meus-pedidos .grid-holder .grid-content > div button:active,
.meus-extratos .grid-holder .grid-content > div button:active {
  background-color: #090e1b;
}
.meus-pedidos .grid-holder .custom-modal-pedidos .item-header,
.meus-extratos .grid-holder .custom-modal-pedidos .item-header {
  font-family: 'CustomRobotoBold', sans-serif;
  color: #152342;
  font-size: 14px;
}
.meus-pedidos .grid-holder .custom-modal-pedidos .item-content,
.meus-extratos .grid-holder .custom-modal-pedidos .item-content {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
}
.meus-pedidos .grid-holder .custom-modal-pedidos .grid-info.alt,
.meus-extratos .grid-holder .custom-modal-pedidos .grid-info.alt {
  background-color: #f9f9f9;
}
/* - misc */
/* |- home publica */
.public-banner img {
  width: 100%;
}
.home-publica-itens .item {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
}
.home-publica-itens .item > div:first-child {
  min-width: 175px;
}
.home-publica-itens .item > div:last-child {
  flex: 1;
}
.home-publica-itens .item .item-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #c85412;
}
.home-publica-itens .item p {
  padding-top: 10px;
}
.home-publica-brands .main-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 28px;
  text-transform: uppercase;
}
/* |- primeiro acesso - base */
.primeiro-acesso span.termos-de-uso {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.primeiro-acesso span.termos-de-uso.error {
  border-bottom: 1px solid #c80014;
}
.primeiro-acesso span.termos-de-uso * {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 12px;
}
.primeiro-acesso span.termos-de-uso input {
  margin-top: 2px;
}
.primeiro-acesso span.termos-de-uso a {
  text-decoration: underline;
}
.primeiro-acesso.base .main-profile-holder .profile-pic {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #cecece;
  background-image: url('../images/user/avatar-default.png');
  background-repeat: no-repeat;
  background-position: center;
}
.primeiro-acesso.base .main-profile-holder .profile-pic img {
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.primeiro-acesso.base .main-profile-holder .profile-pic img.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.primeiro-acesso.base .main-profile-holder span.edit-label {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #707070;
  font-size: 14px;
  padding-left: 20px;
  cursor: pointer;
}
.primeiro-acesso.base .main-profile-holder #file-profile-pic {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.primeiro-acesso .form-header span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
}
.primeiro-acesso .bs-mat-input-holder {
  margin: 0;
}
.primeiro-acesso .bs-mat-input-holder input,
.primeiro-acesso .bs-mat-input-holder textarea {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.primeiro-acesso .bs-mat-input-holder input:focus,
.primeiro-acesso .bs-mat-input-holder textarea:focus {
  border-color: #152342 !important;
}
.primeiro-acesso .bs-mat-input-holder input:focus ~ span.label,
.primeiro-acesso .bs-mat-input-holder textarea:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label,
.primeiro-acesso .bs-mat-input-holder textarea:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder input:valid ~ span.label,
.primeiro-acesso .bs-mat-input-holder textarea:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder input.force ~ span.label,
.primeiro-acesso .bs-mat-input-holder textarea.force ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder textarea {
  padding: 20px;
  height: 180px;
  resize: none;
}
.primeiro-acesso .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.primeiro-acesso .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.primeiro-acesso .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.primeiro-acesso .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.primeiro-acesso .btn-holder button {
  max-width: 195px;
}
/* |- politica privacidade */
.politica-privacidade {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
}
.politica-privacidade .header-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #c85412;
  font-size: 32px;
  margin: 50px 0;
}
.politica-privacidade .header-title:first-child {
  margin: 0 0 50px 0;
}
.politica-privacidade .header-subtitle {
  font-family: 'CustomRobotoBlack', sans-serif;
  font-weight: 900;
  color: #152342;
  font-size: 20px;
  margin-bottom: 30px;
}
/* |- fale conosco */
.fale-conosco .form-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 36px;
}
.fale-conosco .bs-mat-input-holder {
  margin: 0;
}
.fale-conosco .bs-mat-input-holder input,
.fale-conosco .bs-mat-input-holder textarea {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.fale-conosco .bs-mat-input-holder input:focus,
.fale-conosco .bs-mat-input-holder textarea:focus {
  border-color: #152342 !important;
}
.fale-conosco .bs-mat-input-holder input:focus ~ span.label,
.fale-conosco .bs-mat-input-holder textarea:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.fale-conosco .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label,
.fale-conosco .bs-mat-input-holder textarea:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.fale-conosco .bs-mat-input-holder textarea {
  padding: 20px;
  height: 180px;
  resize: none;
}
.fale-conosco .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.fale-conosco .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.fale-conosco .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.fale-conosco .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.fale-conosco .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.fale-conosco .btn-holder button {
  max-width: 125px;
}
/* - catalogo */
.breadcrumb-catalogo .divider {
  flex: 1;
  height: 2px;
  background-color: #ccc;
}
.breadcrumb-catalogo .divider.active {
  background-color: #c85412;
}
.breadcrumb-catalogo .item {
  height: 17px;
  padding: 10px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #cecece;
  font-size: 12px;
  border: 1px solid #cecece;
  border-radius: 10px;
}
.breadcrumb-catalogo .item.active {
  color: #fff;
  background: #c85412;
  border: 1px solid #c85412;
}
/* |- carrinho */
.catalogo-carrinho.main-items,
.catalogo-carrinho.empty-cart {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.catalogo-carrinho.active {
  display: flex;
  height: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.catalogo-carrinho.empty-cart img {
  width: 100%;
  max-width: 149px;
  max-height: 154px;
}
.catalogo-carrinho.empty-cart span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 18px;
}
.catalogo-carrinho .breadcrumb-catalogo,
.catalogo-resumo-carrinho .breadcrumb-catalogo {
  margin: 50px 0;
}
.catalogo-carrinho .catalogo-carrinho-items .title-paragraph,
.catalogo-resumo-carrinho .catalogo-carrinho-items .title-paragraph {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-header,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-header {
  margin-bottom: 20px;
  max-height: 25px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-header > div,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-header > div {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  height: 25px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item {
  margin-bottom: 50px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .produto > div:first-child,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .produto > div:first-child {
  width: 90px;
  border: 1px solid #cecece;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .produto > div:last-child,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .produto > div:last-child {
  flex: 1;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  padding-left: 70px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .valor,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .valor,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .total,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .total {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .valor,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .valor,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade {
  color: #152342;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .total,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .total {
  color: #c85412;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button {
  background: transparent;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  outline: none;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input:focus,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input:focus,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button:focus,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button:focus {
  outline: none;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade input {
  width: 50px;
  font-size: 14px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-item .quantidade button {
  flex: 1;
  font-size: 19px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form.to-show,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form.to-show,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled.to-show,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled.to-show {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form.to-kill,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form.to-kill,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled.to-kill,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled.to-kill {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .text-holder,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .text-holder,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .text-holder,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .text-holder {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .text-holder span,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .text-holder span,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .text-holder span,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .text-holder span {
  font-family: 'CustomRobotoBold', sans-serif;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .fa,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .fa,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .fa,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .fa,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .fas,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-form .fas,
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .fas,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .cep-filled .fas {
  font-size: 20px;
  color: #c80014;
  cursor: pointer;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .main-input input,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .main-input input {
  width: 100%;
  height: 60px;
  max-width: 130px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  border: 1px solid #152342;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .main-input button,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .main-input button {
  width: 60px;
  height: 60px;
  background-color: #152342;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .busca a,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .busca a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-decoration: underline;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .total-frete,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .total-frete {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  color: #c85412;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-cep .disclaimer,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-cep .disclaimer {
  font-family: 'CustomRobotoLight', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #152342;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-btns,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-btns {
  border-top: 2px solid #e8e8e8;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 16px;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra > span.items,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra > span.items {
  color: #152342;
}
.catalogo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra > span.val,
.catalogo-resumo-carrinho .catalogo-carrinho-items .carrinho-btns .total-compra > span.val {
  padding-left: 10px;
  color: #c85412;
  display: inline-block;
  min-width: 100px;
}
.catalogo-carrinho .resumo-pedido-panel,
.catalogo-resumo-carrinho .resumo-pedido-panel {
  background-color: #f9f9f9;
  align-self: flex-start;
}
.catalogo-carrinho .resumo-pedido-panel .main-title,
.catalogo-resumo-carrinho .resumo-pedido-panel .main-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
}
.catalogo-carrinho .resumo-pedido-panel .endereco-entrega,
.catalogo-resumo-carrinho .resumo-pedido-panel .endereco-entrega {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  text-align: left;
}
.catalogo-carrinho .resumo-pedido-panel .list-info > div,
.catalogo-resumo-carrinho .resumo-pedido-panel .list-info > div {
  flex: 1;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
}
.catalogo-carrinho .resumo-pedido-panel .list-info > div:first-child,
.catalogo-resumo-carrinho .resumo-pedido-panel .list-info > div:first-child {
  text-align: left;
  color: #777;
}
.catalogo-carrinho .resumo-pedido-panel .list-info > div:last-child,
.catalogo-resumo-carrinho .resumo-pedido-panel .list-info > div:last-child {
  text-align: right;
  color: #152342;
}
/* |- pagamento complementar */
.catalogo-pgto-complementar .breadcrumb-catalogo {
  margin: 50px 0;
}
.catalogo-pgto-complementar .bs-mat-input-holder {
  margin: 0;
}
.catalogo-pgto-complementar .bs-mat-input-holder input,
.catalogo-pgto-complementar .bs-mat-input-holder textarea {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.catalogo-pgto-complementar .bs-mat-input-holder input:focus,
.catalogo-pgto-complementar .bs-mat-input-holder textarea:focus {
  border-color: #152342 !important;
}
.catalogo-pgto-complementar .bs-mat-input-holder input:focus ~ span.label,
.catalogo-pgto-complementar .bs-mat-input-holder textarea:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-pgto-complementar .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label,
.catalogo-pgto-complementar .bs-mat-input-holder textarea:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.catalogo-pgto-complementar .bs-mat-input-holder textarea {
  padding: 20px;
  height: 180px;
  resize: none;
}
.catalogo-pgto-complementar .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.catalogo-pgto-complementar .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.catalogo-pgto-complementar .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-pgto-complementar .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.catalogo-pgto-complementar .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
/* |- selecionar endereço */
.catalogo-sel-endereco .breadcrumb-catalogo {
  margin: 50px 0;
}
.catalogo-sel-endereco #items-container,
.catalogo-sel-endereco #form-container {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.catalogo-sel-endereco #items-container.active {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-sel-endereco #form-container.active {
  display: flex;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-sel-endereco .form-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
}
.catalogo-sel-endereco .link-header a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-decoration: underline;
}
.catalogo-sel-endereco .link-header a:hover,
.catalogo-sel-endereco .link-header a:active,
.catalogo-sel-endereco .link-header a:visited,
.catalogo-sel-endereco .link-header a:focus {
  text-decoration: underline;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item {
  position: relative;
  border: 1px solid #cecece;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  -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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item.active {
  border-color: #c85412;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item.active .item-footer {
  border-color: #c85412;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item.active .sel-icon i:before {
  content: '\f00c';
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .sel-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .sel-icon .fa,
.catalogo-sel-endereco .sel-items-grid .end-sel-item .sel-icon .fas {
  font-size: 20px;
  color: #152342;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-content {
  cursor: pointer;
  min-height: 120px;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer {
  width: 100%;
  height: 40px;
  border-top: 1px solid #cecece;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
}
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer a:hover,
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer a:active,
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer a:visited,
.catalogo-sel-endereco .sel-items-grid .end-sel-item .item-footer a:focus {
  text-decoration: underline;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder {
  margin: 0;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder input,
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder textarea {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder input:focus,
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder textarea:focus {
  border-color: #152342 !important;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder input:focus ~ span.label,
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder textarea:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label,
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder textarea:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder textarea {
  padding: 20px;
  height: 180px;
  resize: none;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.catalogo-sel-endereco .sel-form-holder .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
/* |- finalizar pedido */
.catalogo-pedido-realizado #retorno-sucesso,
.catalogo-pedido-realizado #retorno-erro {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.catalogo-pedido-realizado #retorno-sucesso.active,
.catalogo-pedido-realizado #retorno-erro.active {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-pedido-realizado .breadcrumb-catalogo {
  margin: 50px 0;
}
.catalogo-pedido-realizado .main-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
}
.catalogo-pedido-realizado .main-title > span {
  color: #c85412;
}
/* - produtos */
/* |- item */
.catalogo-produto-holder {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  border: 1px solid #cecece;
  -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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalogo-produto-holder:hover {
  border-color: #c04a1e;
}
.catalogo-produto-holder:hover > .btn-holder button {
  color: #fff;
  background-color: #ce7248;
}
.catalogo-produto-holder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogo-produto-holder .rede-desconto-holder {
  height: 90px;
  padding: 0 15px;
}
.catalogo-produto-holder .rede-desconto-holder > .off {
  display: none;
}
.catalogo-produto-holder .rede-desconto-holder > .off.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  top: 25px;
  right: 25px;
  border-radius: 50%;
  background-color: #c85412;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
}
.catalogo-produto-holder .rede-desconto-holder > .rede {
  flex: 1;
}
.catalogo-produto-holder > .pic {
  flex: 1;
}
.catalogo-produto-holder > .pic img {
  max-width: 190px;
}
.catalogo-produto-holder > .title {
  height: 60px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
}
.catalogo-produto-holder > .pontos {
  height: 40px;
  background-color: #eee;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 20px;
}
.catalogo-produto-holder > .pontos .ponto-de {
  color: #c85412;
  padding-right: 15px;
  text-decoration: line-through;
}
.catalogo-produto-holder > .btn-holder {
  height: 40px;
}
.catalogo-produto-holder > .btn-holder button {
  -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;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-family: 'CustomRobotoBold', sans-serif;
  color: #777;
  font-size: 16px;
}
/* |- produtos */
#produtos-main-banner.extra span,
#produtos-main-banner.ponto-frio span,
#produtos-main-banner.casas-bahia span {
  display: none;
}
#produtos-main-banner.extra {
  background-color: #eb1c29;
  background-image: url('../images/produtos/redes/17-banner.png');
  background-repeat: no-repeat;
  background-position: center;
}
#produtos-main-banner.ponto-frio {
  background-color: #f91338;
  background-image: url('../images/produtos/redes/18-banner.png');
  background-repeat: no-repeat;
  background-position: center;
}
#produtos-main-banner.casas-bahia {
  background-color: #082a60;
  background-image: url('../images/produtos/redes/19-banner.png');
  background-repeat: no-repeat;
  background-position: center;
}
.catalogo-produtos {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
.catalogo-produtos.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-produtos .side-menu .title {
  display: block;
  width: 100%;
  height: 65px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
  text-align: left;
  line-height: 43px;
}
.catalogo-produtos .side-menu .custom-badge {
  padding: 0.25em 0.4em;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 16px;
  background-color: #152342;
  border-radius: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.catalogo-produtos .side-menu .custom-badge .fa,
.catalogo-produtos .side-menu .custom-badge .fas {
  padding-left: 8px;
  font-size: 15px;
}
.catalogo-produtos .side-menu .saldao-holder button {
  width: 48%;
  height: 50px;
  border: 1px solid #d4d4d4;
  background: transparent;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 16px;
}
.catalogo-produtos .side-menu .saldao-holder button:active,
.catalogo-produtos .side-menu .saldao-holder button:focus {
  border-color: #c85412;
  color: #c85412;
}
.catalogo-produtos .side-menu .categorias-item-list-container {
  display: block;
}
.catalogo-produtos .side-menu .categorias-item-list-container > .categorias-item-list-container {
  display: block;
  margin-left: 18px;
}
.catalogo-produtos .side-menu .categorias-item-list-container.opened > .categorias-item-list-container {
  display: block;
}
.catalogo-produtos .side-menu .categorias-item-list-container .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 16px;
  text-align: left;
}
.catalogo-produtos .side-menu .categorias-item-list-container .item .icon-action {
  text-align: left;
  cursor: pointer;
}
.catalogo-produtos .side-menu .categorias-item-list-container .item .icon-action.active {
  width: 20px;
}
.catalogo-produtos .side-menu .categorias-item-list-container .item .icon-action .fa,
.catalogo-produtos .side-menu .categorias-item-list-container .item .icon-action .fas {
  font-size: 15px;
  color: #152342;
}
.catalogo-produtos .side-menu .categorias-item-list-container .item .text-holder {
  flex: 1;
  text-align: left;
  color: #777;
  cursor: pointer;
}
.catalogo-produtos .side-menu .item-list-holder {
  position: relative;
  overflow: hidden!important;
}
.catalogo-produtos .side-menu .item-list-holder.categorias {
  max-height: 870px;
}
.catalogo-produtos .side-menu .item-list-holder.marcas {
  max-height: 596px;
}
.catalogo-produtos .side-menu .item-list-holder.marcas .item:last-child {
  margin-bottom: 0;
}
.catalogo-produtos .side-menu .item-list-holder > .items-list {
  position: relative;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: -15px;
  overflow-y: auto;
}
.catalogo-produtos .side-menu .item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  line-height: 16px;
  text-align: left;
}
.catalogo-produtos .side-menu .item a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 16px;
}
.catalogo-produtos .side-menu .item a:hover,
.catalogo-produtos .side-menu .item a:active,
.catalogo-produtos .side-menu .item a:visited,
.catalogo-produtos .side-menu .item a:focus {
  text-decoration: none;
}
.catalogo-produtos .produtos-items .header-opts {
  height: 43px;
  margin-bottom: 40px;
}
.catalogo-produtos .produtos-items .header-opts .search-result {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produtos .produtos-items .btn-vm-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogo-produtos .produtos-items .btn-vm-holder button {
  width: 100%;
  height: 60px;
  max-width: 180px;
  background-color: #152342;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.catalogo-produtos .produtos-items .order select {
  background: transparent;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produtos .produtos-items .order select > option {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produtos .produtos-items .order select > option:first-child {
  display: none;
  visibility: hidden;
}
/* |- index */
.produtos-index .info-holder .container-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
  text-transform: uppercase;
}
/* |- busca */
.catalogo-produto-busca {
  padding: 115px 0;
}
.catalogo-produto-busca .side-menu-holder .main-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
  margin-bottom: 30px;
}
.catalogo-produto-busca .side-menu-holder .list-items {
  margin-bottom: 60px;
}
.catalogo-produto-busca .side-menu-holder .list-items .item {
  margin-bottom: 30px;
}
.catalogo-produto-busca .side-menu-holder .list-items .item:last-child {
  margin-bottom: 0;
}
.catalogo-produto-busca .side-menu-holder .list-items .item > span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
}
.catalogo-produto-busca .side-menu-holder .list-items .item > span:first-child {
  flex: 1;
  font-size: 16px;
}
.catalogo-produto-busca .side-menu-holder .list-items .item > span:last-child {
  width: 60px;
  font-size: 14px;
}
.catalogo-produto-busca .side-menu-holder .list-btns button {
  width: 100%;
  height: 45px;
  padding: 0 5px;
  background: transparent;
  border: 1px solid #d4d4d4;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
}
.catalogo-produto-busca .side-menu-holder .list-btns button:hover,
.catalogo-produto-busca .side-menu-holder .list-btns button.active {
  border: 1px solid #c85412;
  color: #c85412;
}
.catalogo-produto-busca .busca-controls {
  height: 48px;
  margin-bottom: 30px;
}
.catalogo-produto-busca .busca-controls .busca-resultados {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-busca .busca-controls .controls a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-busca .busca-controls .controls a:hover,
.catalogo-produto-busca .busca-controls .controls a:active,
.catalogo-produto-busca .busca-controls .controls a:visited,
.catalogo-produto-busca .busca-controls .controls a:focus {
  text-decoration: none;
  color: #152342 !important;
}
.catalogo-produto-busca .busca-controls .controls .ico {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.catalogo-produto-busca .busca-controls .controls .ico.list {
  background-image: url('../images/produtos/busca/ico-list-off.png');
}
.catalogo-produto-busca .busca-controls .controls .ico.list.active {
  background-image: url('../images/produtos/busca/ico-list-on.png');
}
.catalogo-produto-busca .busca-controls .controls .ico.square {
  background-image: url('../images/produtos/busca/ico-th-off.png');
}
.catalogo-produto-busca .busca-controls .controls .ico.square.active {
  background-image: url('../images/produtos/busca/ico-th-on.png');
}
/* |- destaques */
.banners-holder {
  width: 100%;
  max-height: 910px;
}
.banners-holder > div {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.banners-holder img {
  width: 100%;
  max-width: 100%;
}
.banners-holder .main {
  width: 60%;
}
.banners-holder .side {
  width: 40%;
}
.banners-holder .side > div {
  height: 50%;
}
.banners-holder .side > div img {
  height: 100%;
}
/*.banners-holder {

				width: 100%;

				img { width: 100%; max-width: 100%; }

				.main { width: 60%; }
				
				.side {
					
					width: 40%; flex-grow: 1;

					> div { 
						
						flex: 1;

						img { height: 100%; }

					}

				}

			}*/
.cards-holder {
  padding: 40px 0 90px 0!important;
}
.cards-holder > div > img {
  margin-bottom: 30px;
}
.cards-holder > div > span {
  color: #152342;
  font-size: 16px;
  margin-bottom: 15px;
}
.cards-holder > div > div {
  color: #777;
  font-size: 14px;
}
.intro-text {
  padding: 0 0 95px 0!important;
}
.intro-text > div > span {
  color: #152342;
  font-size: 32px;
  margin: 25px 0 35px 0;
}
.intro-text > div > div {
  color: #777;
  font-size: 14px;
}
.intro-text > div > div > p {
  padding: 0 0 20px 0;
  margin: 0;
}
.highlight-deals > div {
  padding: 55px 0;
}
/* |- detalhes */
.catalogo-produto-detalhe {
  padding: 50px 0;
}
.catalogo-produto-detalhe.rv #img-main img.mob {
  width: 100%;
  max-width: 400px;
}
.catalogo-produto-detalhe.rv #img-main img.tv {
  width: 100%;
  max-width: 400px;
}
.catalogo-produto-detalhe.rv .rv-valor-pontos {
  height: 60px;
  white-space: nowrap;
  padding: 0 40px;
  background-color: #f0f0f0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 36px;
}
.catalogo-produto-detalhe .bs-mat-input-holder {
  margin: 0;
}
.catalogo-produto-detalhe .bs-mat-input-holder input,
.catalogo-produto-detalhe .bs-mat-input-holder select {
  height: 60px;
  padding: 0 20px;
}
.catalogo-produto-detalhe .bs-mat-input-holder input {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.catalogo-produto-detalhe .bs-mat-input-holder input:focus {
  border-color: #152342 !important;
}
.catalogo-produto-detalhe .bs-mat-input-holder input:focus ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-produto-detalhe .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  padding: 0 0.5em;
}
.catalogo-produto-detalhe .bs-mat-input-holder select {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
}
.catalogo-produto-detalhe .bs-mat-input-holder select:focus {
  border-color: #152342 !important;
}
.catalogo-produto-detalhe .bs-mat-input-holder select:focus ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.catalogo-produto-detalhe .bs-mat-input-holder select:valid ~ span.label {
  transform: translateY(-2.5em) scale(0.9);
  color: #3a4aaa;
  padding: 0 0.5em;
}
.catalogo-produto-detalhe .bs-mat-input-holder .label {
  top: 22px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.catalogo-produto-detalhe .custom-modal-pgto table.table-forma-pgto tr td {
  font-size: 0.8em;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao {
  border-right: 1px solid #d8d8d8;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao:last-child {
  border-right: 0;
}
@media (min-width: 992px) {
  .catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao:last-child {
    border-right: 1px solid #d8d8d8;
  }
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao > div:last-child {
  border-bottom: 0;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-header {
  height: 400px;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-header img {
  width: 100%;
  max-width: 210px;
  margin-bottom: 20px;
  border: 1px solid #cecece;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-header .main-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-header button {
  width: 100%;
  height: 40px;
  max-width: 170px;
  background: #152342;
  border: 0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-pts {
  height: 50px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 16px;
  text-transform: uppercase;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-footer {
  height: 90px;
}
.catalogo-produto-detalhe .custom-modal-comparacao .item-comparacao .produto-footer img {
  max-width: 100%;
}
.catalogo-produto-detalhe .custom-modal-comparacao .gigi-holder {
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .catalogo-produto-detalhe .custom-modal-comparacao .gigi-holder {
    border-top: 0;
  }
}
.catalogo-produto-detalhe .custom-modal-comparacao .gigi-holder .chat {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.catalogo-produto-detalhe .custom-modal-comparacao .gigi-holder .chat > span {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #c2c2c2;
  margin-bottom: 25px;
}
.catalogo-produto-detalhe .custom-modal-comparacao .gigi-holder .avatar img {
  width: 100%;
  max-width: 100%;
}
.catalogo-produto-detalhe .cep-form,
.catalogo-produto-detalhe .cep-filled {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.catalogo-produto-detalhe .cep-form.to-show,
.catalogo-produto-detalhe .cep-filled.to-show {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.catalogo-produto-detalhe .cep-form.to-kill,
.catalogo-produto-detalhe .cep-filled.to-kill {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.catalogo-produto-detalhe .cep-form .text-holder,
.catalogo-produto-detalhe .cep-filled .text-holder {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-detalhe .cep-form .text-holder span,
.catalogo-produto-detalhe .cep-filled .text-holder span {
  font-family: 'CustomRobotoBold', sans-serif;
}
.catalogo-produto-detalhe .cep-form .fa,
.catalogo-produto-detalhe .cep-filled .fa,
.catalogo-produto-detalhe .cep-form .fas,
.catalogo-produto-detalhe .cep-filled .fas {
  font-size: 20px;
  color: #c80014;
  cursor: pointer;
}
.catalogo-produto-detalhe > .img-holder {
  position: relative;
  border: 1px solid #cecece;
}
.catalogo-produto-detalhe > .img-holder > .disclaimer {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #a8a8a8;
  font-size: 11px;
}
.catalogo-produto-detalhe > .img-holder > .fullscreen {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 45px;
  right: 45px;
}
.catalogo-produto-detalhe .info-holder .yalo-form {
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
}
.catalogo-produto-detalhe .info-holder .yalo-form .yalo-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 21px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #152342;
}
.catalogo-produto-detalhe .info-holder .yalo-form .yalo-header button {
  padding: 0 10px;
  height: 35px;
  background-color: #152342;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.catalogo-produto-detalhe .info-holder .marca {
  margin-bottom: 35px;
}
.catalogo-produto-detalhe .info-holder .main-title {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
}
.catalogo-produto-detalhe .info-holder .s-title {
  font-family: 'CustomRobotoLight', sans-serif;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}
.catalogo-produto-detalhe .info-holder .status {
  margin: 20px 0 0 8px;
}
.catalogo-produto-detalhe .info-holder .status span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #c85412;
  font-size: 24px;
}
.catalogo-produto-detalhe .info-holder .status span.mute {
  color: #777;
}
.catalogo-produto-detalhe .info-holder .product-info {
  height: 130px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 12px;
}
.catalogo-produto-detalhe .info-holder .pontuacao .pts {
  height: 60px;
  white-space: nowrap;
  padding: 0 40px;
  background-color: #f0f0f0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 36px;
}
.catalogo-produto-detalhe .info-holder .pontuacao .parcelamento {
  visibility: hidden;
  height: 30px;
  white-space: nowrap;
  padding: 0 20px;
  background-color: #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.catalogo-produto-detalhe .info-holder .pontuacao .parcelamento.active {
  visibility: visible;
  cursor: pointer;
}
.catalogo-produto-detalhe .info-holder .pontuacao .forma-pgto-disclaimer {
  padding: 15px;
  border: 2px solid #f0f0f0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.catalogo-produto-detalhe .info-holder .cep {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.catalogo-produto-detalhe .info-holder .cep .label-info {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-detalhe .info-holder .cep .main-input input {
  width: 100%;
  height: 60px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  border: 1px solid #152342;
}
.catalogo-produto-detalhe .info-holder .cep .main-input button {
  width: 60px;
  height: 60px;
  background-color: #152342;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
}
.catalogo-produto-detalhe .info-holder .cep .busca a {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
  text-decoration: underline;
}
.catalogo-produto-detalhe .info-holder .cep > .cart-add button {
  padding: 0 10px;
  height: 60px;
  background-color: #152342;
  border: 1px solid #152342;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 14px;
}
.catalogo-produto-detalhe .info-holder .cep > .cart-add button.disable-custom {
  background-color: #cecece;
  border: 1px solid #cecece;
}
.catalogo-produto-detalhe .info-holder .cep > .cart-add button.alt {
  background-color: transparent;
  border: 2px solid #152342;
  color: #152342;
  padding: 0 15px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalogo-produto-detalhe .info-holder .cep > .cart-add button.alt.disable-custom {
  background-color: transparent;
  border-color: #cecece;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.catalogo-produto-detalhe .info-holder .bullets > .item {
  height: 20px;
  margin-right: 40px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-detalhe .info-holder .bullets > .item img {
  padding-right: 8px;
}
.catalogo-produto-detalhe .info-holder .bottom-info span {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
.catalogo-produto-detalhe .descricao-holder {
  margin: 100px 0;
}
.catalogo-produto-detalhe .descricao-holder .main-header {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 32px;
}
.catalogo-produto-detalhe .descricao-holder .full-text {
  padding: 30px 50px;
  background-color: #f0f0f0;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #152342;
  font-size: 14px;
}
/* - login */
/* |- acesso */
.login-acesso .bs-mat-input-holder {
  margin: 0;
}
.login-acesso .bs-mat-input-holder input {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.login-acesso .bs-mat-input-holder input:focus {
  border-color: #152342 !important;
}
.login-acesso .bs-mat-input-holder input:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.login-acesso .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.login-acesso .bs-mat-input-holder input:valid ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.login-acesso .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.login-acesso .login-bottom .label-lembrar-senha,
.login-acesso .login-bottom .esqueci-senha {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.login-acesso .login-bottom .label-lembrar-senha {
  color: #152342;
  font-size: 12px;
}
.login-acesso .login-bottom .esqueci-senha {
  color: #c85412;
  font-size: 12px;
}
.login-acesso .login-bottom .btn-holder {
  min-width: 120px;
}
/* |- recuperar senha */
.login-recuperar-senha {
  height: 460px;
  background-color: #fff;
}
.login-recuperar-senha .main-form,
.login-recuperar-senha .main-msg,
.login-recuperar-senha .main-msg-err {
  background-color: #fff;
}
.login-recuperar-senha .main-form {
  z-index: 1;
}
.login-recuperar-senha .main-msg {
  opacity: 0;
  z-index: 0;
}
.login-recuperar-senha .main-msg-err {
  opacity: 0;
  z-index: 0;
}
.login-recuperar-senha .info {
  margin-bottom: 100px;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #152342;
}
.login-recuperar-senha .info > span {
  color: #c85412;
}
.login-recuperar-senha .form .bs-mat-input-holder {
  margin: 0;
}
.login-recuperar-senha .form .bs-mat-input-holder input {
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777;
  font-size: 12px;
  padding: 0 20px;
  height: 70px;
}
.login-recuperar-senha .form .bs-mat-input-holder input:focus {
  border-color: #152342 !important;
}
.login-recuperar-senha .form .bs-mat-input-holder input:focus ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  color: #152342;
  padding: 0 0.5em;
}
.login-recuperar-senha .form .bs-mat-input-holder input:not(:placeholder-shown) ~ span.label {
  transform: translateY(-2.7em) scale(0.9);
  padding: 0 0.5em;
}
.login-recuperar-senha .form .bs-mat-input-holder .label {
  top: 25px!important;
  left: 20px!important;
  font-family: 'CustomRoboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #777 !important;
  font-size: 12px!important;
}
.login-recuperar-senha .form .btn-holder button {
  max-width: 125px;
}
/* cadastro */
.cadastro.avatar {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  cursor: pointer!important;
}
/* vitrine */
.items-list > a > div {
  border: 2px solid #e6e6e6;
}
.items-list > a h6.item-title {
  min-height: 65px;
}
/* detalhe produto */
.item-details .breadcrumb {
  font-size: 0.7rem;
}
/* busca */
.side-menu .main-title {
  font-size: 2em;
  color: #152342;
  font-weight: 500;
}
/* carrinho */
.cart-header {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 1rem 0;
  background: #fff;
}
.cart-body {
  padding: 0;
}
.cart-options {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.cart-summary {
  min-height: 295px;
  background-color: #f9f9f9;
}
.cart-summary .main-title {
  font-size: 1.1em;
  color: #1c2947;
  font-weight: 500;
}
.cart-summary .main-sub {
  font-size: 0.9em;
  font-weight: 500;
  color: #1c2947;
}
.cart-summary .info {
  font-size: 0.9em;
  color: #777;
}
.cart-summary .bottom-summary {
  border-top: 1px solid #dbdbdb;
}
.cart-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cart-item:last-child {
  border-bottom: 0!important;
}
.cart-item .cart-qtd-holder > div {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-item .cart-qtd-holder .cart-input {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.cart-item .cart-qtd-holder .cart-input:hover,
.cart-item .cart-qtd-holder .cart-input:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.cart-item .cart-qtd-holder .cart-input:hover,
.cart-item .cart-qtd-holder .cart-input:active {
  box-shadow: none !important;
  outline: 0px !important;
}
.cart-item .cart-item-img {
  max-width: 80px;
}
.cart-item .cart-title {
  margin-left: 1rem;
}
.cart-item .cart-item-details {
  line-height: 1rem;
}
.cart-item .block-header {
  padding: 1.2rem 1.5rem;
  background: #fff;
}
.cart-item .block-body {
  padding: 0;
}
.cart-item .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.cart-item .order-summary-item {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}
.cart-item .input-items {
  max-width: 55px;
}
.cart-item .input-frete {
  max-width: 110px;
}
/* faq */
.faq.header {
  font-size: 2em;
}
.faq.question-title {
  font-size: 1.2em;
  background-color: #f9f9f9;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.faq.question-answer {
  font-size: 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  pointer-events: none;
}
.faq.question-answer.closed {
  height: 0;
  opacity: 0;
}
.faq.question-answer.open {
  height: auto;
  opacity: 1;
}
