/*=============================================
=            Reset            =
=============================================*/
a {
  color: inherit;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
hr,
th,
td {
  margin: 0;
  padding: 0;
}
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
h1,
h2 {
  font-weight: 900;
}
small {
  font-weight: 400;
  font-size: 12px;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  padding-top: 150px;

  background-color: #fcfdfe;
}
html {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
} /* Colocar com a fonte do google que tiver */
strong,
b {
  font-weight: 900;
}
* {
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
a:hover,
a i,
a:hover i,
button,
button:hover,
button i,
button:hover i {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
input,
textarea,
button {
  outline: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
}
[cursor-pointer] {
  cursor: pointer
}
body {
  color: #000000;
  background: #ffffff;
  font-weight: 400;
  letter-spacing: 0px;
}
hr {
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #b3b3b3;
}
hr.hr--margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.clear {
  width: 100%;
  clear: both;
  display: block;
  height: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
img.lazy:not(.loaded) {
  background-color: rgb(223, 223, 223);
  object-fit: cover;
  object-position: center;
}
.hidden-desktop {
  display: none !important;
}
.no-scroll {
  overflow: hidden;
}
/* Evita que o font-awesome trave o carregamento da página */
html.fa-events-icons-loading .fa-fw {
  display: inline-block;
  width: 1.28571429em;
}
html.fa-events-icons-loading .fa-fw::before {
  content: "\00a0";
}
.inline-block {
  display: inline-block;
}
/* muda aquele azul quando o usuário seleciona texto */
::selection {
  background: #f0ae3622;
}
/*=====  End of Reset  ======*/
.text-line-through {
  text-decoration: line-through;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.sticky {
  z-index: 40;
}
.wow {
  visibility: hidden;
}

.text-secondary {
  color: #3fb192 !important;
}
.text-danger {
  color: #d60e0e !important;
}

.text-primary {
  color: #f0ae36 !important;
}
a.text-secondary:hover {
  color: #f0ae36;
}
a.text-primary:hover {
  color: #3fb192;
}
/*=============================================
=       loader -> https://loading.io/         =
=============================================*/
.loader {
  background-size: 100px, 100px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.5)
}
.loader.active {
  display: flex;
}
.toast-message {
  font-size: 14px;
  font-family: inherit;
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  animation: lds-hourglass 1.2s infinite;
  border: 26px solid #f0ae36;
  border-color: #f0ae36 transparent #f0ae36 transparent;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

html.loading {
  overflow: hidden;
}
html.loading .loader {
  display: flex;
}
/*=====  End of loader  ======*/

/****************************** ICONS ******************************/
.icon {
  display: inline-block;
  width: 22px;
  height: 17px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: currentColor;
}
.icon--car {
  -webkit-mask-image: url(../img/icons/car-yellow.svg);
  mask-image: url(../img/icons/car-yellow.svg);
}
.icon--search {
  -webkit-mask-image: url(../img/icons/search.png);
  mask-image: url(../img/icons/search.png);
}
.icon--user {
  -webkit-mask-image: url(../img/icons/user-yellow.svg);
  mask-image: url(../img/icons/user-yellow.svg);
}
.icon--envelope {
  -webkit-mask-image: url(../img/icons/envelope.svg);
  mask-image: url(../img/icons/envelope.svg);
}
.icon--printing {
  -webkit-mask-image: url(../img/icons/printing.svg);
  mask-image: url(../img/icons/printing.svg);
}
.icon--share {
  -webkit-mask-image: url(../img/icons/share.svg);
  mask-image: url(../img/icons/share.svg);
}
.icon--heart {
  -webkit-mask-image: url(../img/icons/heart-white.svg);
  mask-image: url(../img/icons/heart-white.svg);
}
.icon--diamond {
  -webkit-mask-image: url(../img/icons/diamond.svg);
  mask-image: url(../img/icons/diamond.svg);
}
.icon--heart-outline {
  -webkit-mask-image: url(../img/icons/heart-outline-white.svg);
  mask-image: url(../img/icons/heart-outline-white.svg);
}
.icon--heart-outline.active {
  -webkit-mask-image: url(../img/icons/heart-white.svg);
  mask-image: url(../img/icons/heart-white.svg);
}
.icon--home {
  -webkit-mask-image: url(../img/icons/home-yellow.svg);
  mask-image: url(../img/icons/home-yellow.svg);
}
.icon--laptop {
  -webkit-mask-image: url(../img/icons/laptop-yellow.svg);
  mask-image: url(../img/icons/laptop-yellow.svg);
}
.icon--document {
  -webkit-mask-image: url(../img/icons/document.svg);
  mask-image: url(../img/icons/document.svg);
}
.icon--cooking {
  -webkit-mask-image: url(../img/icons/cooking-yellow.svg);
  mask-image: url(../img/icons/cooking-yellow.svg);
}
.icon--conveyor {
  -webkit-mask-image: url(../img/icons/conveyor-yellow.svg);
  mask-image: url(../img/icons/conveyor-yellow.svg);
}
.icon--archive {
  -webkit-mask-image: url(../img/icons/archive-yellow.svg);
  mask-image: url(../img/icons/archive-yellow.svg);
}
.icon--file {
  -webkit-mask-image: url(../img/icons/file-yellow.svg);
  mask-image: url(../img/icons/file-yellow.svg);
}
.icon--auction {
  -webkit-mask-image: url(../img/icons/auction-yellow.svg);
  mask-image: url(../img/icons/auction-yellow.svg);
}
/*=============================================
=            Menu            =
=============================================*/
header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
nav {
  position: relative;
  margin: 0 auto;
}


/* menu "ativo" */
.header.active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.header--small {
}

.header__close,
.header__open {
  display: none;
}

.header__top {
  background-color: white;
  height: 85px;
  align-items: center;
  display: flex;
  overflow: visible;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.header__logo {
  flex: 0 0 190px;
  padding-right: 10px;
}
.header__logo img {
  width: 100%;
  height: auto;

  transition: all 1s ease;
}
.header__top .container {
  display: flex;
  align-items: center;
}
.header__nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.header__link {
  color: black;
  list-style-type: none;
  position: relative;
  padding: 10px;
  transition: all 0.4s ease;
}
.header__link.active {
  color: #f0ae36;
}
.header__link:hover {
  color: #f0ae36;
  z-index: 101;
}
.header__link--has-sub {
  position: relative;
  z-index: 101;
  display: inline-block;
  transition: all 0.4s ease;
}
.header__link--has-sub i {
  font-size: 12px;
  margin-left: 4px;

  transition: transform 0.4s ease 0.2s;
}
.header__link:hover .header__link--has-sub {
  transform: translateX(25px);
}
.header__link:hover .header__link--has-sub i {
  transform: rotate(180deg) translateY(3px);
}
.header__submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateY(20px);
  background: white;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease, transform 0.4s ease-in-out;
  z-index: 100;
  box-shadow: 0px 17px 65px 0px rgba(103, 103, 103, 0.29);
  /* min-width: 220px; */
  display: flex;
  flex-direction: column;
  padding: 25px;
  padding-bottom: 15px;
  padding-top: 70px;
  top: -20px;
}
.header__submenu a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #6f6f6f;
  white-space: nowrap;
}
.header__submenu a:hover {
  color: black;
}
.header__submenu a.active {
  font-weight: 900;
  color: black;
}

.header__link:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: translateY(0);
  transition: visibility 0s ease 0s, opacity 0.4s ease, transform 0.4s ease-in-out;
}
.header__link--login {
  display: flex;
  line-height: 18px;
  align-items: center;
  cursor: pointer;
  margin-left: 61px;
  position: relative;
}
.header__link--login:hover {
  color: inherit
}
.header__link--login img {
  width: 18px;
  margin-right: 8px;
  /* margin-bottom: 5px; */
}
.header__link--login small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.header__link--login small,
.header__link--login span {
  transition: all .3s ease;
}
.header__link--login small:hover,
.header__link--login span:hover {
  color: #f0ae36;
}
.header__link--logado {
  display: block;
  text-align: center;
  margin-left: 75px;
  font-size: 13px;
}
.header__link--logado button {
  /* flex: 0 0 100px; */
  display: block;
  margin-top: -15px;
}
.header__link--logado b {
  transform: translateY(-16px);
  display: inline-block
}

.header__bottom {
  background: black;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.header__bottom .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.header__categorias {
  display: flex;
  align-items: center;
}
.header__categoria .icon {
  margin-right: 7px;
  flex: 0 0 22px;
}
.header__categoria {
  color: #f0ae36;
  display: flex;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  position: relative;
  text-align: left;
  line-height: 18px;
}
.header__categoria::after {
  background-color: #f0ae36;
  height: 2px;
  bottom: 10px;
  display: block;
  position: absolute;
  right: 0;
  content: "";
  width: 0%;
  transition: all 0.4s ease;
}
.header__categoria:hover::after {
  width: calc(100% - 50px);
  right: 15px;
}
.header__categoria.active {
  color: white;
}
.header__categoria.active::after {
  background-color: white;
}
.header__busca input {
  color: rgb(49, 49, 49);
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  padding: 20px;
  padding-right: 60px;
  display: block;
  transition: all 0.8s linear;

  min-width: 250px;
}
.header__busca {
  position: relative;
}
.header__lupa {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  padding: 20px;
}
.header__lupa img {
  width: 22px;
  transition: all 0.4s ease;
}
.header--small {
  top: -85px;
}
/* .header--small .header__top {
  height: 45px;
}
.header--small .header__logo img {
  width: 55%;
  transform: translateY(2px);
}
.header--small .header__bottom {
  height: 35px;
}
.header--small .header__busca input {
  padding: 10px;
  font-size: 14px;
}
.header--small .header__lupa {
  padding: 10px;
}
.header--small .header__lupa img {
  width: 15px; 
}*/

/* busca */
/*=====  End of Menu  ======*/
/****************************** MODAL LOGIN ******************************/
.modal-login {
  position: fixed;
  z-index: 1001;
  left: 0;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease, visibility 0s ease 0.5s, opacity 0.4s ease;
}
.modal-login.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s ease, visibility 0s ease 0s, opacity 0.4s ease;
}
.modal-login__close {
  color: #f0ae36;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  right: -10px;
  font-size: 25px;
  top: -15px;
  font-weight: 900;
}
.modal-login__box {
  background-color: white;
  float: right;
  box-shadow: 0px 17px 65px 0px rgba(103, 103, 103, 0.29);
  width: 360px;
  max-width: 100%;
  padding: 20px 30px;
  padding-top: 30px;
  position: relative;
}

.modal-login__header {
  display: flex;
  align-items: center;
  color: #f0ae36;
  margin-bottom: 30px;
}
.modal-login__header img {
  width: 18px;
  margin-right: 8px;
  /* margin-bottom: -5px; */
}
.modal-login__header small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.modal-login__header b {
  line-height: 13px;
}

/****************************** foorms ******************************/
.form-control {
  position: relative;
  margin-bottom: 10px;
}
.form-control input:disabled,
.form-control textarea:disabled {
  opacity: .6
}
.form-control input,
.form-control textarea,
.form-control--select select,
.form-control--file label {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 12px 20px;
  font-size: 16px;
  transition: all 0.4s ease;
}
.form-control.invalid input,
.form-control.invalid textarea,
.form-control--file.invalid label {
  border-color: #d60e0e;
}
.form-control--file label {
  display: flex;
  align-items: center;
}
.form-control--file label i {
  color: #f0ae36;
}
.form-control--file input {
  border: 0;
  display: block;
  padding: 0;
  font-size: 0px;
  opacity: 0;
  position: absolute;
}
.form-control--inline {
  display: inline-block;
}
.form-control input:focus,
.form-control--select select:focus,
.form-control textarea:focus {
  border-color: #f0ae36;
}
.form-control label,
label {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  background-color: inherit;
}
.form-control.invalid label {
  color: #d60e0e;
}

.form-control--float-label label {
  position: absolute;
  left: 20px;
  font-weight: 400;
  opacity: 0.6;
  top: 12px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.form-control--float-label:not(.active) .prefix {
  display: none;
}
.form-control--float-label input,
.form-control--float-label textarea {
  padding-top: 18px;
  padding-bottom: 6px;
}
.form-control--float-label.active label {
  font-size: 10px;
  top: 5px;
}
.form-control--radio input {
  opacity: 0;
  position: absolute;
}
.form-control--radio.invalid {
  color: #d60e0e;
}
.form-control--radio span::before {
  border: 1px solid #b3b3b3;
  height: 15px;
  width: 15px;
  transform: translateY(2px);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form-control--radio.invalid span::before {
  border-color: #d60e0e;
}
.form-control--radio span::after {
  border: 1px solid #3fb192;
  height: 30px;
  width: 30px;
  transform: translateY(2px);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.1s ease;
  position: absolute;
  left: -8px;
  top: -5.5px;
  background-color: #3fb192;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
}
.form-control--radio:active span::after {
  opacity: 0.7;
  transform: scale(1.1);
}
.form-control--radio input:checked + span::before {
  background-color: #3fb192;
  border-color: #3fb192;
}
.form-control--radio-square span::before {
  border-radius: 0;
}
.form-control--inline {
  margin-right: 15px;
}
.form-control--inline label {
  display: inline-block;
}
.invalid .select2-container--default .select2-selection--single {
  border-color: #d60e0e;
}
.select2-container {
  display: block;
  width: 100% !important;
  min-height: 36px;
}
.select2-results__option {
  color: #6a6a6a;
  padding-left: 20px;
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3fb192;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #dbdbdb;
  padding: 6px 20px;
  min-height: 36px;
  height: auto;
  display: block;
  width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px 15px;
  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px;
}
.invalid .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d60e0e;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 16px;
}
.form-control--jrange .theme-green .back-bar .pointer {
  background-color: #3fb192;
  border-color: #3fb192;
  background-image: none;
}
.form-control--jrange .slider-container .back-bar .pointer-label,
.form-control--jrange .slider-container .scale ins {
  font-size: 12px;
}
.form-control--jrange .theme-green .back-bar .selected-bar {
  background-image: none;
  background-color: #f0ae36
}

.btn {
  padding: 12px 20px;
  background-color: #f0ae36;
  color: white;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
}
.btn--sm {
  padding: 6px 20px;
}
a.btn:hover {
  color: white!important;
}
.btn__group {
  display: flex;
}
.btn__group .btn {
  display: block;
  flex: 1 1 auto;
}

.btn:disabled  {
  opacity: .6;
  pointer-events: none;
}

.btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-color: #3fb192;
  height: 0%;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.btn:active {
  transform: scale(0.96);
}
.btn:focus::before {
  height: 5px;
}

.btn:hover::before {
  height: 100%;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--secondary {
  background-color: #3fb192;
}

.btn--secondary::before {
  background-color: #f0ae36;
}
.btn--facebook {
  background-color: #4267b2;
}
.btn--facebook::before {
  background-color: #4267b2;
}
.btn--danger {
  background-color: #d60e0e;
}
.btn--danger::before {
  background-color: #fff;
}
.btn--danger:hover {
  color: #d60e0e;
}
.btn--grey {
  background-color: #e6e6e6;
  color: black;
}
.btn--grey::before {
  background-color: rgb(231, 231, 231);
}

.radio-square {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer
}
.radio-square input {
  opacity: 0;
  position: absolute;
}
.radio-square__value {
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  font-weight: 900;
  color: #6a6a6a;
  font-size: 15px;
  transition: all 0.4s ease;
}
.radio-square input:checked + .radio-square__value {
  color: white;
  background-color: #3fb192;
  border-color: #3fb192;
}

.form-step__header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;

  position: relative;
}
.form-step__step {
  flex: 0 0 20%;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 4px;
  border: 1px solid #e8e5de;
  position: relative;
  transition: all 0.5s ease;
  border-bottom: 0;
  cursor: pointer;
  background-color: white;
  border-bottom: 3px solid #f0ae36; 
}

.form-step__step:active {
  transform: scale(1.05);
  z-index: 1;
}
.form-step__content {
  height: 0px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-70px);
}
.form-step__content.active {
  height: auto;
  overflow: unset;
  opacity: 1;
  pointer-events: unset;
  visibility: visible;
  transform: translateX(0px);
}

.form-step__step:hover,
.form-step__step.active {
  color: white;
  background-color: #3fb192;
}

.form-step__step strong {
  display: block;
}
.form-step__footer {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/****************************** CADASTRO ******************************/
.cadastro__contrato {
  height: 340px;
  overflow: auto;
  margin-bottom: 20px;
}
/****************************** BANNER ******************************/

.banner {
  display: flex;
  height: 600px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  overflow: hidden;
}

.banner--small {
  height: 400px;
}
.banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASUlEQVQoU2NkwATGUKGzyFKMaOpAimAKkNkMyApRJKAGwMVgCtFNAqlDMRmkEJd1KOIkKQRZQ5TVMI8T5RlsijGCB90kbAFuDADNCBeknwUxBQAAAABJRU5ErkJggg==);
  content: "";
  display: block;
  z-index: 1;
}
.banner__background {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 110%;
  overflow: hidden;
}
.banner__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  /* transform: translateY(-20%); */
  object-position: center center;
}
.banner__container {
  z-index: 1;
  color: white;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.banner__subtitulo {
  color: #f0ae36;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.banner__titulo {
  font-size: 68px;
  font-weight: 900;
  line-height: 56px;
  margin-bottom: 20px;
}
.banner__descricao {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
.banner__cta {
  margin-top: 60px;
}

/****************************** HOME ******************************/
.home.container {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

/****************************** PRODUTO ******************************/

.produto.container {
  padding-top: 40px;
  color: #6a6a6a;
  font-size: 15px;
}
.produto__carousel {
  position: relative;
}
.produto__carousel img,
.produto__carousel video {
  display: block;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.produto__carousel .swiper-button-next,
.produto__carousel .swiper-button-prev {
  filter: brightness(0);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.produto__bandeira {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  color: white;
  padding: 10px;
  background-color: #3fb192;
  left: 0;
  top: 0;
  z-index: 1;
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 32px;
}
.produto__carousel-nav {
  width: 100%;
  height: 80px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.produto__carousel-nav > div {
  height: 80px;
  position: relative;
  display: flex;
  opacity: 0.5;
  cursor: pointer;
}
.produto__carousel-nav > div:hover,
.produto__carousel-nav > div.active {
  opacity: 1;
}
.produto__carousel-nav > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produto__bandeira b {
  font-size: 20px;
  margin-bottom: 4px;
}
.produto__titulo {
  width: 70%;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
  color: black;
}
.produto__lance {
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: 500;
}
.produto__digite {
  color: #f0ae36;
  font-weight: 900;
  font-size: 45px;
  line-height: 35px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid #e4e4e4;
}
.produto__digite.invalid  {
  color: #d60e0e;
}
.produto__digite label {
  font-size: 18px;
  flex: 0 0 100%;
}
.produto__digite input {
  color: inherit;
  padding-left: 15px;
  margin-top: -13px;
  font-size: 47px;
  width: calc(100% - 80px);
}

.produto__sugestoes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px;
}
.produto__sugestoes .radio-square {
  flex: 0 0 calc(25% - 16px);
  margin: 8px;
}

.produto__botoes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 16px;
}
.produto__botoes + .produto__botoes {
  margin-top: 16px;
}

.produto__botoes a {
  font-weight: 900;
  font-size: 15px;
  transform: translateY(-3px);
}
.produto__botoes a:hover {
  color: #f0ae36;
}
.produto__botoes a .icon {
  transform: translateY(3px);
  margin-left: 4px;
}
.produto__mapa {
  padding-bottom: 30%;
  width: 100%;
  background-color: #ccc;
  margin-bottom: 32px;
  position: relative;
}
.produto__mapa iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.produto__observacoes {
  margin-bottom: 90px;
}
.produto__subtitulo {
  margin-bottom: 7px;
  font-weight: 900;
}
.produto__caracteristicas {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 32px;
}
.produto__caracteristicas > div {
  flex: 0 0 50%;
  padding-right: 40px;
  padding-bottom: 16px;
}
/* .produto__caracteristicas > div:nth-child(1),
.produto__caracteristicas > div:nth-child(2),
.produto__caracteristicas > div:nth-child(3),
.produto__caracteristicas > div:nth-child(4) {
  flex: 0 0 25%;
  padding-right: 30px;
  margin-bottom: 40px;
} */
.produto__compartilhar {
  padding-bottom: 70px;
  border-top: 1px solid #e4e4e4;
  padding-top: 50px;
}
.produto__compartilhar a {
  color: inherit;
}

.produto__observacoes {
    margin-bottom: 64px;
    text-align: justify;
}
.produto__youtube {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.produto__youtube button {
  display: block;
  width: 200px;
}
.produto__youtube-iframe {
  position: relative;
  width: 600px;
  height: 340px;
}
.produto__youtube-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.produto ~ .newsletter {margin-top: 0;padding-top: 80px}
/****************************** PAGES ******************************/
.pagina {
  position: relative;
  z-index: 1;
  color: #6a6a6a;
}
.pagina.pagina--quem-somos {
  margin-bottom: -40px;
}
.pagina.pagina--duvidas {
  padding-top: 50px;
}
.pagina.pagina--advogado {
  padding-top: 50px;
  max-width: 768px;
}
.pagina.pagina--advogado .pagina__texto {
  font-size: 20px
}
.pagina.pagina--advogado .pagina__texto p {
  margin-bottom: .6em;
}
.pagina--nossa-historia .pagina__texto {
  padding-bottom: 45px;
}
.pagina__imagem {
  margin-top: -90px;
  display: block;
  width: 100%;
  box-shadow: 0px 17px 65px 0px rgba(103, 103, 103, 0.45);
  margin-bottom: 50px;
}
.pagina + .newsletter {
  margin-top: 50px;
  padding-top: 60px;
}

.pagina__titulo {
  font-size: 35px;
  font-weight: 900;
  color: #f0ae36;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.pagina__titulo i {
  width: 36px;
  height: 36px;
  object-position: bottom center;
  margin-right: 14px;
}
.pagina__titulo--top-line {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgb(228, 228, 228);
}
.pagina__texto {
  padding-bottom: 70px;
}
.pagina__texto--padding-half {
  padding-bottom: 35px;
}

.pagina__item {
  padding-top: 20px;

  font-weight: 900;
}
.pagina__item strong {
  color: #3fb192;
  display: block;
  margin-bottom: 4px;
}

.pagina__lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagina__lista .pagina__item {
  font-weight: 400;
  flex: 0 0 47%;
}
.pagina__lista .pagina__item strong {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* NOSSOS NUMEROS */
.nossos-numeros-card {

  border: 1px solid #ededed;
  border-left: 5px solid #f0ae36;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  margin-top: 30px;
}

.nossos-numeros-card i {
  color: black;
  opacity: 0.1;
  font-size: 64px;
  position: absolute;
  right: 6px;
  top: 26px;
}
.nossos-numeros-card strong {
  color: black;
  display: block;
  font-size: 16px;
}
.nossos-numeros-card span {
  color:#f0ae36;
  display: block;
  font-size: 30px;
  font-weight: 900;
}

/****************************** CATEGORIAS ******************************/
.categorias {
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: -16px;
  margin-right: -16px;
}

.categoria {
  flex: 0 0 25%;
  padding: 16px;
  font-size: 14px;
}
.categoria__titulo {
  color: #f0ae36;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 16px;
}
.categoria__titulo i {
  display: block;
  width: 50px;
  height: 60px;
  margin-bottom: 5px;
  mask-position: bottom left;
  -webkit-mask-position: bottom left;
}

/****************************** DUVIDAS ******************************/

.duvida {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 30px;
  padding-bottom: 20px;
}
.duvida__titulo {
  font-weight: 900;
  color: #f0ae36;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.duvida__titulo i {
  width: 30px;
  color: #3fb192;
  transform: rotate(180deg) translateX(16px);
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.4s ease;
}
.duvida__texto {
  font-weight: 300 !important;
  font-size: 15px;
  padding-top: 10px;
  transition: opacity 0.7s ease-in-out, height 0.5s ease 0s, transform 0.6s ease;
  transform: translateX(0);
}
.duvida.inactive .duvida__texto {
  height: 0 !important;
  opacity: 0;
  transform: translateX(-80px);
  pointer-events: none;
}
.duvida.inactive .duvida__titulo i {
  transform: rotate(0deg);
}

/****************************** NEWSLETTER ******************************/

.newsletter {
  background-color: #f4f4f4;
  padding-top: 200px;
  margin-top: -170px;
  padding-bottom: 70px;
}
.newsletter__form {
  max-width: 100%;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
/****************************** MODAL MODAL ******************************/
.modal {
  overflow: auto;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease, visibility 0s ease 0.5s, opacity 0.4s ease;
}
.modal.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s ease, visibility 0s ease 0s, opacity 0.4s ease;
}
.modal__box {
  background: white;
  width: 500px;
  max-width: 95%;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
}
.modal__box--small {
  width: 430px;
}
.modal__header {
  border-bottom: 1px solid rgb(228, 228, 228);
  font-weight: 900;
  color: #3fb192
}
.modal__header,
.modal__footer,
.modal__content {
  padding: 16px;
}
.modal__content {
  font-size: 15px;
  line-height: 140%;
}
.modal__footer {
  border-top: 1px solid rgb(228, 228, 228);
}

/****************************** CARTOES ******************************/
.cartao {
  color: #6a6a6a;
  margin-bottom: 90px;
}
.cartao__wrapper {
  background-color: white;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  /* padding-bottom: 75px; */
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  padding-top: 70%;
}
.cartao.active .cartao__wrapper,
.cartao:hover .cartao__wrapper {
  box-shadow: 0px 17px 65px 0px rgba(103, 103, 103, 0.29);
  transform: translateY(-10px)
}
.cartao__thumb {
  padding-bottom: 70%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cartao__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.cartao__compartilhar,
.cartao__favoritar {
  width: 60px;
  height: 50px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  border: 0;
  transition: all 0.4s ease;
  z-index: 10;
}
.cartao__compartilhar {
  background-image: url(../img/icons/share-outline-white.svg);
  background-size: 25px auto;
  left: 0;
}
.cartao__favoritar {
  background-image: url(../img/icons/heart-outline-white.svg);
  background-size: 23px auto;
  right: 0;
}
.cartao__favoritar.active{
  background-image: url(../img/icons/heart-white.svg);
}

.cartao__favoritar:hover {
  transform: scale(1.2);
}
.cartao__bandeira {
  position: absolute;
  left: 16px;
  top: 0;
  background-color: #3fb192;
  z-index: 1;
  min-height: 60px;
  min-width: 60px;
  max-width: 90%;
  text-align: center;
  color: white;
  padding: 10px 5px;
  line-height: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.cartao__bandeira--primary {
  background-color: #f0ae36;
}
.cartao__auditorio {
  background-color: #d60e0e;
  font-weight: bold;
  position: absolute;
  left: 16px;
  bottom: 0;
  z-index: 1;
  padding: 4px 10px;
  color: white;
}

.cartao__bandeira b {
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}

.cartao__titulo {
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  padding: 16px;
  padding-bottom: 8px;
  color: black;
}

.cartao__lance {
  padding: 16px;
  padding-top: 0;
}

.cartao__lance--inicial {
  font-size: 18px;
  color: #f0ae36;
  font-weight: 900;
  margin-bottom: 8px;
}

.cartao__lance--inicial small {
  font-weight: 900;
  font-size: 14px;
}
.cartao__lance--outros {
  font-size: 14px;
  font-weight: 500;
}
.cartao__datas {
  padding: 16px;
}
.cartao__linha {
  height: 1px;
  background-color: #dbdbdb;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}

.cartao__linha::after {
  height: 20px;
  width: 40px;
  background: url(../img/icons/auction-yellow.svg);
  content: "";
  display: block;
  right: 0;
  top: -11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: 100% 50%;
}
.cartao__datas {
  font-size: 14px;
  color: #6f6f6f;
  border-bottom: 3px solid #f0ae36;
  transition: all 0.4s ease;
  /* position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; */
}
.cartao.active .cartao__datas,
.cartao:hover .cartao__datas {
  border-color: transparent;
}

.cartao__btn {
  /* opacity: 0; */
  margin-top: -2px;
  height:0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  top: 100%
}

.cartao.active .cartao__btn,
.cartao:hover .cartao__btn {
  /* opacity: 1; */
  height: 45px;
  padding: 12px 20px;
  transform: translateY(0);
}

/****************************** geral ******************************/

.titulo {
  font-size: 60px;
  font-weight: 900;
  color: black;
  text-align: center;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 62px;
  margin-bottom: 45px;
}
.titulo__subtitulo {
  color: #f0ae36;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 40px;
}
/****************************** LOTES ******************************/
.lote__item {
  display: flex;
  font-size: 14px;
  align-items: stretch;
  transition: all 0.4s ease;
  margin-bottom: 40px;
  position: relative;
  line-height: 20px;
}

.lote__item:hover > div:not(.lote__thumbnail) {
  opacity: 1;
}
.lote__item:hover {
  background-color: white;
}
.lote__thumbnail {
  flex: 0 0 220px;
  width: 220px;
  overflow: hidden;
  transition: all 0.9s ease;
  position: relative;
}
.lote__thumbnail::after {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #f0ae36;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-animation: lote__thumbnail-out 1s backwards; /* Safari 4+ */
  -moz-animation: lote__thumbnail-out 1s backwards; /* Fx 5+ */
  -o-animation: lote__thumbnail-out 1s backwards; /* Opera 12+ */
  animation: lote__thumbnail-out 1s backwards; /* IE 10+, Fx 29+ */
}
.lote__item:hover .lote__thumbnail::after {
  height: 5px;
  -webkit-animation: lote__thumbnail 0.5s forwards; /* Safari 4+ */
  -moz-animation: lote__thumbnail 0.5s forwards; /* Fx 5+ */
  -o-animation: lote__thumbnail 0.5s forwards; /* Opera 12+ */
  animation: lote__thumbnail 0.5s forwards; /* IE 10+, Fx 29+ */
}
@keyframes lote__thumbnail {
  0% {
    height: 5px;
  }

  50% {
    height: 5px;
    width: 5px;
  }
  100% {
    height: 100%;
    width: 5px;
    opacity: 1;
  }
}
@keyframes lote__thumbnail-out {
  100% {
    height: 5px;
  }

  50% {
    height: 5px;
    width: 5px;
  }
  0% {
    height: 100%;
    width: 5px;
    opacity: 1;
  }
}
.lote__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s ease;
  display: block;
}
.lote__item:hover .lote__thumbnail {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.51);
}
.lote__item:hover .lote__thumbnail img {
  transform: scale(1.1);
}
.lote__titulo {
  min-width: 260px;
  flex: 0 0 260px;
  padding-right: 20px;
  padding-left: 30px;
  font-size: 24px;
  color: black;
  line-height: 30px;
  font-weight: 900;
  word-wrap: break-word;
}

.lote__resumo {
  flex: 0 0 340px;
}
.lote__seu-lance {
  color: #f0ae36;
  font-weight: 900;
  font-size: 18px;
  line-height: 16px;
}
.lote__seu-lance--ultimo-lance {
  margin-top: 10px;
}
.lote__seu-lance strong {
  font-size: 24px;
}
.lote__botoes {
  flex: 0 0 40px;
  justify-content: space-between;
}

.lote__fechar {
  color: #3fb192;
  font-size: 30px;
  position: absolute;
  top: -16px;
  right: 5px;
}

.lote__auction .icon {
  color: #f0ae36;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/****************************** FOOTER ******************************/

.footer {
  background: black;
  padding-top: 70px;
  color: white;
}
.footer .container {
}
.footer__titulo {
  color: #f0ae36;
  font-weight: 900;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer__col {
  margin-bottom: 40px;
}
.footer__titulo img {
  height: 18px;
  margin-right: 10px;
}
.footer__link {
  color: white;
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer__link:hover {
  color: #f0ae36;
}
.footer__link--half {
  width: 48%;
}

.footer__link .icon {
  width: 20px;
  margin-right: 10px;
  color: #f0ae36;
}

.footer__line {
  border: 0;
  height: 1px;
  background-color: #343434;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer__redes a {
  color: #f0ae36;
  font-size: 18px;
  padding-right: 5px;
}
.footer__enderecos {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 11px;
}
.footer__bottom.container {
  padding-bottom: 45px;
}


/****************************** FORMULARIO ******************************/

/* Botões */

/*=====  End of Formulário  ======*/

/*=============================================
=            CKEDITOR            =
=============================================*/
/* para mudar rápido:  
 * Títulos: #f0ae36 
 * Texto: #6a6a6a
 * Marca: #f0ae36
 * Margens de tabela: #f8f8f8
*/
.tem-ckeditor {
  color: #6a6a6a;
  font-size: 15px;
  /* text-align: center; */
}
.tem-ckeditor p {
  color: inherit;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0;
}
.tem-ckeditor em {
  font-style: italic;
}
.tem-ckeditor strong {
  font-weight: 900;
}
.tem-ckeditor ul,
.tem-ckeditor ol {
  padding-left: 30px;
  border-left: 2px solid #f0ae36;
  margin: 25px auto 30px 0;
}
.tem-ckeditor ul {
  list-style: none;
}
.tem-ckeditor ul li::before {
  content: "•";
  display: inline-block;
  font: inherit;
  margin-right: 5px;
  color: #f0ae36;
}
.tem-ckeditor ol {
  list-style: decimal;
}
.tem-ckeditor li {
  font-size: 16px;
  color: inherit;
  line-height: 1.25em;
  text-align: left;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.tem-ckeditor a {
  font-weight: 700;
  color: #f0ae36;
  text-decoration: underline;
}
.tem-ckeditor table {
  border-collapse: collapse;
  padding: 1em;
  margin: 1em auto;
  max-width: calc(100% - 1em);
  overflow-x: scroll;
  border: none;
}
.tem-ckeditor table th {
  font-size: 1em;
  font-weight: 700;
  border-bottom: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  color: #f0ae36;
  padding: 10px;
}
.tem-ckeditor table th:last-child {
  border-right: 0;
}
.tem-ckeditor table tr {
  text-align: center;
}
.tem-ckeditor table tr td {
  padding: 10px;
  border: none;
  border-right: 1px solid #f8f8f8;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f8f8f8;
  line-height: 1.5em;
}
.tem-ckeditor table tr td:last-child {
  border-right: 0;
}
.tem-ckeditor table tr:last-child {
  border-bottom: 0;
}
.tem-ckeditor table tr td {
}
.tem-ckeditor iframe {
  max-width: 100%;
  margin: 25px auto;
  display: block;
  box-shadow: 0 2px 5px rgba(106, 106, 106, 0.5);
  width: 66%;
}
.tem-ckeditor img {
  float: none;
  width: 80%;
  display: block;
  margin: 20px auto;
  /* margin-left: 50px; */
  box-shadow: 0 2px 5px rgba(106, 106, 106, 0.5);
}
/* .tem-ckeditor img:nth-child(odd) {
  margin-left: 0;
  margin-right: 50px;
  float: left;
} */
.tem-ckeditor blockquote {
  border-left: 5px solid #f0ae36;
  padding: 30px;
  font-style: italic;
  width: 50%;
  background: transparent;
  line-height: 1.25em;
  text-align: left;
  margin: 30px 30px 30px 0px;
}
@media only screen and (max-width: 720px) {
  .tem-ckeditor blockquote {
    width: 100%;
    margin: 30px auto;
  }
  .tem-ckeditor img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*=====  End of CKEDITOR  ======*/

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* responsivo */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.container--small {
  max-width: 100%;
  width: 400px; 
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row--stretch {
  align-items: stretch;
  justify-content: stretch;
}
/* telas grandes */
@media (min-width: 1920px) {
  .container {
    max-width: 1180px;
  }
}

/* full hd */
@media (max-width: 1920px) {
  .container {
    max-width: 1180px;
  }
}

/* (col-xl) */
@media (max-width: 1440px) {
  .container {
    max-width: 1180px;
  }
}

/* (col-lg) */
@media (max-width: 1200px) {
  .container {
    max-width: 1180px;
  }
  .lote__item {
    flex-direction: column;
  }
  .lote__thumbnail {
    width: 100%;
    margin-bottom: 30px;
    flex: 0 0 auto;
  }
  .lote__titulo {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 100px;
    margin-bottom: 20px;
  }
  .lote__resumo {
    flex: 0 0 auto;
  }
  .lote__fechar,.lote__auction,.lote__auction .icon {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .lote__botoes {
    position: relative;
    display: flex;
    flex-direction: row-reverse
  }
}

/* (col-md) */
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
  body {
    padding-top: 60px;
  }

  .hidden-mobile {
    display: none !important;
  }
  .hidden-desktop {
    display: block !important;
  }
  .banner {
    min-height: 520px;
    height: auto;
  }
  .banner.banner--small {
    min-height: 300px;
    height: auto;
  }
  .banner__subtitulo {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
  .banner__titulo {
    font-size: 28px;
    line-height: 30px;
  }
  .banner__descricao {
    font-size: 14px;
  }
  .header--small {
    top: -60px;
  }
  .header__open,
  .header__close {
    display: block;
    color: #f0ae36;
    font-weight: 900;
    font-size: 26px;
    padding: 20px 10px;
  }
  .header__categorias {
    padding-top: 20px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .header__categoria {
    padding-left: 30px;
  }
  .header__categoria .icon {
    margin-right: 15px;
  }
  .header__busca {
    width: 100%;
  }
  .header__busca input {
    padding-left: 64px;
    width: 100%;
  }
  .header__open .icon {
    width: 20px;
    height: 20px;
  }
  .header__open--menu {
    padding-top: 17px;
    padding-right: 20px;
  }
  .header__logo {
    flex: 0 0 145px;
    display: flex;
    align-items: center;
    justify-self: flex-start;
  }
  .header__top {
    height: 60px;
  }
  .header__top .container {
    padding: 0;
    padding-left: 15px;
    justify-content: space-between;
  }
  .header__buttons {
    flex: 0 0 150px;
    display: flex;
    justify-content: flex-end;
  }
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: white;

    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 30px;
    transform: translateY(-10%);
    transition: all .3s ease;
    overflow: auto;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    /* transition: transform 0.5s ease, visibility 0s ease 0s, opacity 0.4s ease; */
  }
  .header__link--has-sub {
  }
  .header__close {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-right: 10px;
    font-size: 34px;
  }
  .header__submenu {
    left: 50%;
    transform: translate(-50%, 20px);
  }
  .header__link:hover .header__submenu {
    transform: translate(-50%, 0);
  }
  .header__link:hover .header__link--has-sub {
    transform: translateX(0);
  }
  .header__link--has-sub i {
    position: absolute;
    right: -20px;
    top: 6px;
  }
  .header__link--login img {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .header__link--login {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
  }
  .header__link--login small {
    margin: 10px;
  }
  .header__bottom {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    overflow: auto;
    transform: translateY(10%);
  }

  .header__bottom .header__close {
    padding-top: 8px;
    z-index: 1;
    left: 0;
    right: auto;
    color: black;
    font-weight: 400;
    padding-left: 30px;
  }
  .header__bottom.active {
    pointer-events: unset;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    /* transition: transform 0.3s ease, visibility 0s ease 0s, opacity 0.2s ease; */
  }
  .header__bottom .container {
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column-reverse;
    padding: 0;
  }

  /****************************** PRODUTO ******************************/
  .produto {
    margin-top: -100px;
  }
  .produto__carousel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
  }
  .produto__digite label {
    line-height: 10px;
  }
  .produto__digite {
    font-size: 28px;
  }
  .produto__digite input {
    font-size: 29px;
    margin-top: 0;
    padding-left: 10px;
  }
  .produto__botoes {
    flex-direction: column;
  }
  .produto__botoes>div {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
  .produto__botoes .btn {
    margin-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }

  
  .produto__sugestoes .radio-square {
    flex: 0 0 calc(50% - 16px);
  }

  .produto__caracteristicas {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .produto__info {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .produto__caracteristicas > div:nth-child(1), .produto__caracteristicas > div:nth-child(2), .produto__caracteristicas > div:nth-child(3), .produto__caracteristicas > div:nth-child(4),   .produto__caracteristicas > div {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }

  .produto__observacoes {
    margin-bottom: 0px
  }

  .produto__compartilhar {
    margin-top: 30px;
    padding-top: 45px;
  }
  
  .produto__compartilhar a {
    margin-bottom: 30px;
  }
  .produto__youtube-iframe {
    width: 100%;
    padding-bottom: 56%;
    height: 1px;
  }
  
  .titulo__subtitulo {
    font-size: 13px;
    letter-spacing: 7px;
    line-height: 21px;
  }
  .titulo {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .cartao__btn {
    height: 45px;
    padding: 12px 20px;
  }
  .cartao__wrapper {
    box-shadow: 0px 17px 65px 0px rgba(103, 103, 103, 0.29);
  }
  .cartao {
    margin-bottom: 70px;
  }

  .pagina.pagina--duvidas {
    padding-top: 25px;
  }
  .pagina.pagina--advogado .pagina__texto {
    font-size: 16px
  }
  .pagina__imagem {
    min-height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
  }

  

  .pagina__titulo {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .pagina__texto {
    padding-bottom: 40px;
  }

  .pagina__lista .pagina__item {
    padding-top: 10px;
    padding-bottom: 20px
  }
  .pagina__lista .pagina__item strong {
    margin-bottom: 10px;
  }
  .pagina__lista .pagina__item {
    flex: 0 0 100%;
  }
  .categorias {
    margin-top: 20px;
  }
  
  .categoria {
    flex: 0 0 100%;
    padding-top: 8px;
    padding-bottom: 8px
  }

  .newsletter {
    padding-bottom: 50px;
    margin-top: -90px;
    padding-top: 140px;
  }



  
  .modal-login {
    padding-bottom: 20px;
  }
  .modal-login__box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  
  .modal-login__box .g-recaptcha {
    transform: scale(0.75);
    transform-origin: left;
  }

  .form-step__step {
    font-size: 14px;
    z-index: 1;
  }
  .form-step__step strong {
    font-size: 0
  }
  .form-step__step.active strong {
    position: absolute;
    z-index: -1;
    font-size: 15px;
    color: black;
    left: 50%;
    transform: translateX(-50%);
    bottom: -31px;
    background-color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3)
  }
  

  .form-step__header--sticky {
    top: 0!important;
    width: 100%!important;
    left: 0!important;
  }

  .footer__enderecos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__bottom {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer__redes,
  .footer__copyrights  {
    flex: 0 0 100%;
  }
  .footer__copyrights {
    padding: 10px;
  }

  
}

/* mobile => tablets */
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media(min-width:768px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}

/* mobile => celulares (col-sm) */
@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
  .logo {
    padding: 0;
    max-width: 100px;
  }
}
