html,
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-family: 'Mulish', sans-serif;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-left' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}
.swiper-button-next {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}
.swiper-container-horizontal > .swiper-scrollbar {
  width: calc(100% - 30px);
  margin: 0 15px;
}
a:hover {
  text-decoration: none;
}
form .form-group {
  position: relative;
}
form .enviando {
  padding-right: 40px;
}
form .loading {
  position: absolute;
  top: 0;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 1.2rem;
  text-align: center;
}
form .loading.black {
  color: #444;
}
form .loading.red {
  color: #808080;
}
/* SOBREESCRITA DO BOOTSTRAP */
.btn:not(.btn-default) {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
  font-weight: 500!important;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn:not(.btn-default):hover,
.btn:not(.btn-default):focus,
.btn:not(.btn-default):active,
.btn:not(.btn-default).active {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.2) !important;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn:not(.btn-default) a {
  color: inherit;
}
.btn:not(.btn-default).btn-primary {
  background: #808080;
  border-color: #808080;
}
.tooltip .tooltip-inner {
  background: #f5f5f5;
  font-weight: 600;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #f5f5f5 !important;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f5f5f5 !important;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #f5f5f5 !important;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f5f5f5 !important;
}
.form-control.has-error {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
/*=========================
*		cores base
*========================*/
/*================
*		animações
*=================*/
.animation-bottom-top {
  animation: animation-bottom-top 0.35s forwards;
}
@keyframes animation-bottom-top {
  0% {
    color: inherit;
    opacity: 0;
  }
  70% {
    color: inherit;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    color: inherit;
  }
}
/*=========================
*		transições
*========================*/
/* =================
	COMPONENTES
/* ================= */
.btn-call {
  height: 60px;
  border: 2px solid transparent;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  pointer-events: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn-call span {
  position: relative;
}
.btn-call.btn-call-sm {
  height: 45px;
}
.btn-call:before {
  content: '';
  position: absolute;
  top: 100% ;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn-call.btn-call-white {
  border-color: #fff;
  color: #fff;
}
.btn-call.btn-call-white:hover {
  color: #444;
}
.btn-call.btn-call-white:hover:before {
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn-call.btn-call-black {
  border-color: #444;
  color: #444;
}
.btn-call.btn-call-black:hover {
  color: #fff;
}
.btn-call.btn-call-black:hover:before {
  top: 0;
  background-color: #444;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn-call.btn-call-secondary {
  border-color: #808080;
  color: #808080;
}
.btn-call.btn-call-secondary:hover,
.btn-call.btn-call-secondary.active {
  border-color: #737373;
  color: #fff;
}
.btn-call.btn-call-secondary:hover:before,
.btn-call.btn-call-secondary.active:before {
  top: 0;
  background-color: #737373;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.btn-call.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.page-item.active .page-link {
  background: #808080;
  border-color: #808080;
}
.page-item a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #444;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.swiper-wrapper {
  align-items: center;
  text-align: center;
}
.swiper-wrapper img {
  display: inline-block;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.swiper-pagination-bullet-active {
  background: #f5f5f5;
}
header.title {
  color: #f2f2f2;
  font-size: 2.8rem;
  font-weight: 600;
}
header.title.title-black {
  color: #444;
}
header.title.title-black h2 {
  opacity: 0.6;
}
header.title h1 {
  font-family: 'Raleway', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
header.title h2 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 200;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
  border: none;
}
.modal .modal-content .modal-header {
  font-weight: 600;
  font-size: 1.5em;
}
.modal .modal-content label {
  font-weight: 500;
}
.modal .modal-content .form-control {
  height: 40px;
  border-radius: 20px;
  border-color: #f2f2f2;
}
.modal .modal-content .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(245, 245, 245, 0.5);
  opacity: 1;
  /* Firefox */
}
.modal .modal-content .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.2);
}
.modal .modal-content textarea {
  height: auto!important;
}
.modal .modal-content .btn {
  border-radius: 20px!important;
}
.form-control {
  border-radius: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  padding: 20px!important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  font-weight: 400;
}
.form-control:focus {
  background: #f5f5f5;
}
.form-control ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.95) !important;
}
.form-control ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95) !important;
}
.form-control :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.95) !important;
}
.form-control :-moz-placeholder {
  color: rgba(255, 255, 255, 0.95) !important;
}
.form-control.form-control-on-white {
  border: 1px solid #999999 !important;
  color: #444 !important;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 1px 1px 5px rgba(68, 68, 68, 0.3);
}
/*  ******************************** */
/*    ESTILOS DO CABEÇALHO (HEADER)
/* ********************************* */
body.header-black {
  margin-top: 100px;
}
body.header-black .wrap-header {
  background: #f5f5f5;
}
.wrap-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  /**
  * SCROLL
  */
  /**
  * XS
  */
}
.wrap-header .container {
  height: 100%;
}
.wrap-header.active-scroll {
  background: rgba(68, 68, 68, 0.9);
}
.wrap-header.active-scroll .wrap-menu .item-menu {
  height: 70px;
}
.wrap-header.black {
  background: rgba(68, 68, 68, 0.9);
}
.wrap-header.wrap-header-xs {
  height: 60px;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-header.wrap-header-xs .trigger-menu .fa {
  font-size: 1.5rem;
  color: #444;
}
.wrap-header.wrap-header-xs .logo img {
  height: 44px;
  width: auto;
}
/*  ******************* */
/*    ESTILOS DO MENU
/* ******************** */
.wrap-menu {
  height: 100%;
  text-align: center;
}
.wrap-menu .item-menu {
  position: relative;
  color: #444;
  font-size: 0.9rem;
  font-weight: 400;
  height: 100px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu .item-menu:hover {
  color: #808080;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu .item-menu.logo img {
  max-height: 80px;
  width: auto;
}
.wrap-menu .midias .item-midia {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 14px;
  background-color: #444;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu .midias .item-midia i {
  font-size: 0.8rem;
}
.wrap-menu .midias .item-midia:hover {
  background-color: #808080;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu.wrap-menu-xs {
  position: fixed;
  top: 60px;
  left: 0;
  min-height: calc(100vh - 60px);
  width: 100vw;
  background: #444;
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 40px;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu.wrap-menu-xs.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-menu.wrap-menu-xs .item-menu {
  max-height: 50px;
  font-weight: 600;
  color: #fff;
}
/*  ********* */
/*    INTRO
/*  ********* */
.wrap-intro .intro-thumb-item {
  height: 330px;
  position: relative;
}
.wrap-intro .intro-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap-intro .intro-thumb-item .intro-thumb-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  opacity: 0;
}
.wrap-intro .intro-thumb-item:hover {
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-intro .intro-thumb-item:hover .intro-thumb-title {
  opacity: 0.9;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
/*  **************** */
/*    WRAP-CHAMADA
/* ***************** */
.wrap-chamada {
  background: #808080;
}
.wrap-chamada .title {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  color: #fff;
}
.wrap-chamada h2 {
  font-family: 'Mulish', sans-serif !important;
}
.wrap-chamada .subtitle {
  font-size: 1rem!important;
  color: #e6e6e6;
}
.wrap-chamada.chamada-background {
  background-image: url("../imagens/background.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
.wrap-chamada.chamada-background .container {
  background: rgba(68, 68, 68, 0.75);
}
.wrap-chamada.chamada-background .title {
  font-size: 3rem!important;
}
/*  ************ */
/*    CONTATO
/* ************* */
.wrap-contato {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato.active {
  background: rgba(68, 68, 68, 0.95);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  pointer-events: inherit;
}
.wrap-contato.active .wrap-content {
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-content {
  position: absolute;
  top: 0;
  right: -100%;
  max-width: 100%;
  width: 800px;
  height: 100%;
  z-index: 1050;
  background-color: #fff;
  background-image: url("../imagens/background_contato.jpg");
  background-position: left;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.6s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-content header {
  padding: 5px;
}
.wrap-contato .wrap-content header .item {
  height: 24px;
  width: 22px;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-content header .item .wrap {
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background: #444;
  text-align: center;
  margin: 2px 0 2px 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-content header .item:last-of-type {
  width: 24px;
}
.wrap-contato .wrap-content header .item:last-of-type .wrap {
  margin-right: 2px;
}
.wrap-contato .wrap-content header .item.was-active .wrap {
  background: #fff;
  color: #444;
}
@keyframes content-in {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes content-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-150px);
    opacity: 0;
  }
}
.wrap-contato .wrap-questions .content {
  animation-name: content-out;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-questions .content h4 {
  color: #fff;
  font-weight: 300;
}
.wrap-contato .wrap-questions .content.active {
  animation-name: content-in !important;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .wrap-questions .wrap-custom-control {
  padding: 15px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.wrap-contato .wrap-close {
  position: absolute;
  top: 20px;
  left: calc( (100% - 800px) - 20px - 30px);
  color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.wrap-contato .wrap-close:hover .bi {
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transform: scale(1.4);
}
.wrap-contato .bi {
  font-size: 1.8rem;
  -webkit-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.4s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-contato .bi-text-white {
  fill: #fff;
}
/*  ************ */
/*    ESTOQUE
/* ************* */
.wrap-estoque {
  position: relative;
  padding-left: 300px;
  min-height: 100vh;
}
.wrap-estoque .wrap-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  padding: 100px 0 0 300px;
  opacity: 0;
  z-index: 1038;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-loader.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-loader .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.wrap-estoque .wrap-loader .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #808080;
  border-color: #808080 transparent #808080 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap-estoque .wrap-filtros {
  position: fixed;
  top: 100px;
  left: 0;
  width: 300px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  background: #fff;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.605, 0, 0.345, 1.005);
  z-index: 1039;
}
.wrap-estoque .wrap-filtros::-webkit-scrollbar {
  width: 5px;
}
.wrap-estoque .wrap-filtros::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 2px;
}
.wrap-estoque .wrap-filtros::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  outline: 1px solid #b3b3b3;
  border-radius: 2px;
}
.wrap-estoque .wrap-filtros .box-wrap {
  border-bottom: 1px solid #ededed;
}
.wrap-estoque .wrap-filtros .box-wrap .box-label {
  color: #444;
  font-size: 0.8rem;
  font-weight: 600;
}
.wrap-estoque .wrap-filtros .box-wrap .box-label .clear-filter {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-label .clear-filter .bi {
  font-size: 1rem;
}
.wrap-estoque .wrap-filtros .box-wrap .box-label .clear-filter.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrap-estoque .wrap-filtros .box-wrap .item .cl-icon {
  color: #999999;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .item .cl-label {
  color: #999999;
  text-transform: uppercase;
  font-size: 0.85rem;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .item.active .cl-icon,
.wrap-estoque .wrap-filtros .box-wrap .item:hover .cl-icon {
  color: #444;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .item.active .cl-label,
.wrap-estoque .wrap-filtros .box-wrap .item:hover .cl-label {
  color: #666666;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-search input {
  margin: 0!important;
}
.wrap-estoque .wrap-filtros .box-wrap .box-search .button-search {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #999999 !important;
  background-color: #fff;
  color: #444 !important;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-search .button-search:hover {
  background: #444;
  border-color: #444;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-search .button-search:hover .bi {
  color: #fff;
}
.wrap-estoque .wrap-filtros .box-wrap .box-search .clean-search-item {
  height: 35px;
  line-height: 33px;
  border: 1px solid #235b4f;
  border-radius: 20px;
  display: inline-block;
  color: #000000;
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-search .clean-search-item:hover {
  border-color: #808080;
  background-color: #808080;
  color: #1e4c42;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-content {
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .box-content .expand {
  position: absolute;
  bottom: 0;
  left: 0 ;
  background: #f5f5f5;
  height: 40px;
  width: 100%;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros .box-wrap .expand {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  cursor: pointer;
  font-size: 0.8rem;
  color: #010302;
}
.wrap-estoque .wrap-filtros.active {
  left: 0;
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.5s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.5s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.5s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.5s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-estoque .wrap-filtros.active .wrap {
  height: 100vh;
}
.wrap-estoque .wrap-filtros.active .wrap.sticky-top {
  top: 0;
}
.wrap-estoque .wrap-veiculos {
  background: #fff;
}
.wrap-estoque .wrap-veiculos header {
  color: #444;
}
.wrap-estoque .wrap-veiculos header h1 {
  font-size: 1.2rem;
  font-weight: 600;
}
.wrap-estoque .wrap-veiculos .thumb {
  border-radius: 4px;
  width: calc(25% - 1rem);
  color: #444;
  background: #fff;
  border: 1px solid #ededed;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 245px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-title h1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}
.wrap-estoque .wrap-veiculos .thumb .ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-year {
  font-size: 0.9rem;
  font-weight: 400;
  color: #999999;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-info {
  padding: 0;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-info .info-icon .bi {
  font-size: 1rem;
  fill: #5e5e5e;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-info .info-label {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 400;
  color: #4d4d4d;
}
.wrap-estoque .wrap-veiculos .thumb .thumb-price {
  font-size: 1.4rem;
  font-weight: 600;
}
/*  ************ */
/*    SEMINOVO
/* ************* */
.fancybox-image,
.fancybox-spaceball {
  width: 125%!important;
  height: 125%!important;
  transform: translateX(-12.5%) translateY(-12.5%) !important;
}
.wrap-seminovo .wrap-imagens .swiper-slide {
  height: 400px;
  max-height: 35vh;
}
.wrap-seminovo .wrap-imagens .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wrap-seminovo .wrapper-info {
  position: relative;
  padding-right: 320px;
  min-height: 51vh;
}
.wrap-seminovo .info-item {
  border-bottom: 1px solid #ededed;
}
.wrap-seminovo .info-item .title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #444;
}
.wrap-seminovo .price {
  font-size: 1.2rem;
  color: #666666;
  font-weight: 300;
  margin: 0;
}
.wrap-seminovo .info-group .info-icon .bi {
  font-size: 1.2rem;
  fill: #444;
}
.wrap-seminovo .info-group .info-label {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 0.71rem;
  font-weight: 400;
  color: #666666;
}
.wrap-seminovo .wrap-specs {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.1);
  border-radius: 10px;
}
.wrap-seminovo .wrap-specs .spec-item {
  border-bottom: 1px dashed #ededed;
  line-height: 40px;
}
.wrap-seminovo .wrap-specs .spec-item .spec-item-key {
  font-weight: 600;
  font-size: 0.8rem;
}
.wrap-seminovo .wrap-specs .spec-item .spec-item-value {
  font-weight: 400;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.wrap-seminovo .option-item {
  color: #666666;
}
.wrap-seminovo .option-item .bi {
  fill: #666666;
}
.wrap-seminovo .wrap-share a {
  display: inline-block;
  color: #666666;
}
.wrap-seminovo .wrap-share .share-item {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: 600;
}
.wrap-seminovo .wrap-share .share-facebook {
  background: #4267B2;
  color: #fff;
}
.wrap-seminovo .wrap-share .share-whatsapp {
  background: #4AC959;
  color: #fff;
}
/*  ************ */
/*    FOOTER
/* ************* */
footer.wrap-footer {
  background-color: #f5f5f5;
}
footer.wrap-footer img {
  max-height: 100px;
}
footer.wrap-footer .item-texto {
  font-weight: 300;
  color: #444;
  font-size: 0.85rem;
}
footer.wrap-footer .item-texto .label {
  font-size: 1rem;
  font-weight: 400;
}
footer.wrap-footer .midias .item-midia {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #444;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
footer.wrap-footer .midias .item-midia:hover {
  background-color: #808080;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
footer.wrap-footer .assinatura,
footer.wrap-footer .assinatura a {
  color: #444;
}
/* ************************ */
/*    WHATSAPP ALL SITE
/* *********************** */
.wrap-link-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #4dc247;
  z-index: 1040;
  border-radius: 100%;
  text-align: center;
  box-shadow: 1px 2px 4px rgba(68, 68, 68, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-link-whatsapp:hover {
  box-shadow: 0px 5px 10px rgba(68, 68, 68, 0.2);
  -webkit-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -moz-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  -o-transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
  transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
}
.wrap-link-whatsapp a {
  font-size: 1.7em;
  color: #fff;
}
.wrap-link-whatsapp a i {
  display: block;
  line-height: 45px;
}
