@charset "UTF-8";
.loading-text {
  display: inline-block;
  width: 100%;
  color: transparent;
  background: linear-gradient(89deg, #F8F9FA, #cccccc);
  background-size: 400% 400%;
  -webkit-animation: loading-background 1.5s ease infinite;
  -moz-animation: loading-background 1.5s ease infinite;
  animation: loading-background 1.5s ease infinite; }

.loading-img {
  width: 100%;
  display: inline-block;
  background: linear-gradient(89deg, #F8F9FA, #cccccc);
  background-size: 400% 400%;
  -webkit-animation: loading-background 1.5s ease infinite;
  -moz-animation: loading-background 1.5s ease infinite;
  animation: loading-background 1.5s ease infinite; }

.arrow-animate {
  display: inline-block;
  min-width: 30px; }
  .arrow-animate svg {
    margin-top: 4px;
    margin-left: 0px;
    animation: arrowMove 0.6s ease-in infinite alternate;
    -webkit-animation: arrowMove 0.6s ease-in infinite alternate; }

.fadeIn {
  animation: fadeIn 2s ease-in-out; }

@keyframes arrowMove {
  from {
    margin-left: 15px; }
  to {
    margin-left: 0px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loading-background {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*Text helpers */
.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; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-bold {
  font-weight: 700; }

.hide {
  display: none; }

/*Padding/Margin */
.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.p-0 {
  padding: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.p-5 {
  padding: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

@media (max-width: 991px) {
  .sm-p-0 {
    padding: 0px !important; }

  .sm-pl-0 {
    padding-left: 0px !important; }

  .sm-pr-0 {
    padding-right: 0px !important; }

  .sm-pt-0 {
    padding-top: 0px !important; }

  .sm-pb-0 {
    padding-bottom: 0px !important; }

  .sm-m-0 {
    margin: 0px !important; }

  .sm-ml-0 {
    margin-left: 0px !important; }

  .sm-mr-0 {
    margin-right: 0px !important; }

  .sm-mt-0 {
    margin-top: 0px !important; }

  .sm-mb-0 {
    margin-bottom: 0px !important; }

  .sm-p-5 {
    padding: 5px !important; }

  .sm-pl-5 {
    padding-left: 5px !important; }

  .sm-pr-5 {
    padding-right: 5px !important; }

  .sm-pt-5 {
    padding-top: 5px !important; }

  .sm-pb-5 {
    padding-bottom: 5px !important; }

  .sm-m-5 {
    margin: 5px !important; }

  .sm-ml-5 {
    margin-left: 5px !important; }

  .sm-mr-5 {
    margin-right: 5px !important; }

  .sm-mt-5 {
    margin-top: 5px !important; }

  .sm-mb-5 {
    margin-bottom: 5px !important; }

  .sm-p-10 {
    padding: 10px !important; }

  .sm-pl-10 {
    padding-left: 10px !important; }

  .sm-pr-10 {
    padding-right: 10px !important; }

  .sm-pt-10 {
    padding-top: 10px !important; }

  .sm-pb-10 {
    padding-bottom: 10px !important; }

  .sm-m-10 {
    margin: 10px !important; }

  .sm-ml-10 {
    margin-left: 10px !important; }

  .sm-mr-10 {
    margin-right: 10px !important; }

  .sm-mt-10 {
    margin-top: 10px !important; }

  .sm-mb-10 {
    margin-bottom: 10px !important; }

  .sm-p-15 {
    padding: 15px !important; }

  .sm-pl-15 {
    padding-left: 15px !important; }

  .sm-pr-15 {
    padding-right: 15px !important; }

  .sm-pt-15 {
    padding-top: 15px !important; }

  .sm-pb-15 {
    padding-bottom: 15px !important; }

  .sm-m-15 {
    margin: 15px !important; }

  .sm-ml-15 {
    margin-left: 15px !important; }

  .sm-mr-15 {
    margin-right: 15px !important; }

  .sm-mt-15 {
    margin-top: 15px !important; }

  .sm-mb-15 {
    margin-bottom: 15px !important; }

  .sm-p-20 {
    padding: 20px !important; }

  .sm-pl-20 {
    padding-left: 20px !important; }

  .sm-pr-20 {
    padding-right: 20px !important; }

  .sm-pt-20 {
    padding-top: 20px !important; }

  .sm-pb-20 {
    padding-bottom: 20px !important; }

  .sm-m-20 {
    margin: 20px !important; }

  .sm-ml-20 {
    margin-left: 20px !important; }

  .sm-mr-20 {
    margin-right: 20px !important; }

  .sm-mt-20 {
    margin-top: 20px !important; }

  .sm-mb-20 {
    margin-bottom: 20px !important; }

  .sm-p-25 {
    padding: 25px !important; }

  .sm-pl-25 {
    padding-left: 25px !important; }

  .sm-pr-25 {
    padding-right: 25px !important; }

  .sm-pt-25 {
    padding-top: 25px !important; }

  .sm-pb-25 {
    padding-bottom: 25px !important; }

  .sm-m-25 {
    margin: 25px !important; }

  .sm-ml-25 {
    margin-left: 25px !important; }

  .sm-mr-25 {
    margin-right: 25px !important; }

  .sm-mt-25 {
    margin-top: 25px !important; }

  .sm-mb-25 {
    margin-bottom: 25px !important; }

  .sm-p-30 {
    padding: 30px !important; }

  .sm-pl-30 {
    padding-left: 30px !important; }

  .sm-pr-30 {
    padding-right: 30px !important; }

  .sm-pt-30 {
    padding-top: 30px !important; }

  .sm-pb-30 {
    padding-bottom: 30px !important; }

  .sm-m-30 {
    margin: 30px !important; }

  .sm-ml-30 {
    margin-left: 30px !important; }

  .sm-mr-30 {
    margin-right: 30px !important; }

  .sm-mt-30 {
    margin-top: 30px !important; }

  .sm-mb-30 {
    margin-bottom: 30px !important; }

  .sm-p-35 {
    padding: 35px !important; }

  .sm-pl-35 {
    padding-left: 35px !important; }

  .sm-pr-35 {
    padding-right: 35px !important; }

  .sm-pt-35 {
    padding-top: 35px !important; }

  .sm-pb-35 {
    padding-bottom: 35px !important; }

  .sm-m-35 {
    margin: 35px !important; }

  .sm-ml-35 {
    margin-left: 35px !important; }

  .sm-mr-35 {
    margin-right: 35px !important; }

  .sm-mt-35 {
    margin-top: 35px !important; }

  .sm-mb-35 {
    margin-bottom: 35px !important; }

  .sm-p-40 {
    padding: 40px !important; }

  .sm-pl-40 {
    padding-left: 40px !important; }

  .sm-pr-40 {
    padding-right: 40px !important; }

  .sm-pt-40 {
    padding-top: 40px !important; }

  .sm-pb-40 {
    padding-bottom: 40px !important; }

  .sm-m-40 {
    margin: 40px !important; }

  .sm-ml-40 {
    margin-left: 40px !important; }

  .sm-mr-40 {
    margin-right: 40px !important; }

  .sm-mt-40 {
    margin-top: 40px !important; }

  .sm-mb-40 {
    margin-bottom: 40px !important; }

  .sm-p-45 {
    padding: 45px !important; }

  .sm-pl-45 {
    padding-left: 45px !important; }

  .sm-pr-45 {
    padding-right: 45px !important; }

  .sm-pt-45 {
    padding-top: 45px !important; }

  .sm-pb-45 {
    padding-bottom: 45px !important; }

  .sm-m-45 {
    margin: 45px !important; }

  .sm-ml-45 {
    margin-left: 45px !important; }

  .sm-mr-45 {
    margin-right: 45px !important; }

  .sm-mt-45 {
    margin-top: 45px !important; }

  .sm-mb-45 {
    margin-bottom: 45px !important; }

  .sm-p-50 {
    padding: 50px !important; }

  .sm-pl-50 {
    padding-left: 50px !important; }

  .sm-pr-50 {
    padding-right: 50px !important; }

  .sm-pt-50 {
    padding-top: 50px !important; }

  .sm-pb-50 {
    padding-bottom: 50px !important; }

  .sm-m-50 {
    margin: 50px !important; }

  .sm-ml-50 {
    margin-left: 50px !important; }

  .sm-mr-50 {
    margin-right: 50px !important; }

  .sm-mt-50 {
    margin-top: 50px !important; }

  .sm-mb-50 {
    margin-bottom: 50px !important; }

  .sm-p-55 {
    padding: 55px !important; }

  .sm-pl-55 {
    padding-left: 55px !important; }

  .sm-pr-55 {
    padding-right: 55px !important; }

  .sm-pt-55 {
    padding-top: 55px !important; }

  .sm-pb-55 {
    padding-bottom: 55px !important; }

  .sm-m-55 {
    margin: 55px !important; }

  .sm-ml-55 {
    margin-left: 55px !important; }

  .sm-mr-55 {
    margin-right: 55px !important; }

  .sm-mt-55 {
    margin-top: 55px !important; }

  .sm-mb-55 {
    margin-bottom: 55px !important; }

  .sm-p-60 {
    padding: 60px !important; }

  .sm-pl-60 {
    padding-left: 60px !important; }

  .sm-pr-60 {
    padding-right: 60px !important; }

  .sm-pt-60 {
    padding-top: 60px !important; }

  .sm-pb-60 {
    padding-bottom: 60px !important; }

  .sm-m-60 {
    margin: 60px !important; }

  .sm-ml-60 {
    margin-left: 60px !important; }

  .sm-mr-60 {
    margin-right: 60px !important; }

  .sm-mt-60 {
    margin-top: 60px !important; }

  .sm-mb-60 {
    margin-bottom: 60px !important; }

  .sm-p-65 {
    padding: 65px !important; }

  .sm-pl-65 {
    padding-left: 65px !important; }

  .sm-pr-65 {
    padding-right: 65px !important; }

  .sm-pt-65 {
    padding-top: 65px !important; }

  .sm-pb-65 {
    padding-bottom: 65px !important; }

  .sm-m-65 {
    margin: 65px !important; }

  .sm-ml-65 {
    margin-left: 65px !important; }

  .sm-mr-65 {
    margin-right: 65px !important; }

  .sm-mt-65 {
    margin-top: 65px !important; }

  .sm-mb-65 {
    margin-bottom: 65px !important; }

  .sm-p-70 {
    padding: 70px !important; }

  .sm-pl-70 {
    padding-left: 70px !important; }

  .sm-pr-70 {
    padding-right: 70px !important; }

  .sm-pt-70 {
    padding-top: 70px !important; }

  .sm-pb-70 {
    padding-bottom: 70px !important; }

  .sm-m-70 {
    margin: 70px !important; }

  .sm-ml-70 {
    margin-left: 70px !important; }

  .sm-mr-70 {
    margin-right: 70px !important; }

  .sm-mt-70 {
    margin-top: 70px !important; }

  .sm-mb-70 {
    margin-bottom: 70px !important; }

  .sm-p-75 {
    padding: 75px !important; }

  .sm-pl-75 {
    padding-left: 75px !important; }

  .sm-pr-75 {
    padding-right: 75px !important; }

  .sm-pt-75 {
    padding-top: 75px !important; }

  .sm-pb-75 {
    padding-bottom: 75px !important; }

  .sm-m-75 {
    margin: 75px !important; }

  .sm-ml-75 {
    margin-left: 75px !important; }

  .sm-mr-75 {
    margin-right: 75px !important; }

  .sm-mt-75 {
    margin-top: 75px !important; }

  .sm-mb-75 {
    margin-bottom: 75px !important; }

  .sm-p-80 {
    padding: 80px !important; }

  .sm-pl-80 {
    padding-left: 80px !important; }

  .sm-pr-80 {
    padding-right: 80px !important; }

  .sm-pt-80 {
    padding-top: 80px !important; }

  .sm-pb-80 {
    padding-bottom: 80px !important; }

  .sm-m-80 {
    margin: 80px !important; }

  .sm-ml-80 {
    margin-left: 80px !important; }

  .sm-mr-80 {
    margin-right: 80px !important; }

  .sm-mt-80 {
    margin-top: 80px !important; }

  .sm-mb-80 {
    margin-bottom: 80px !important; }

  .sm-p-85 {
    padding: 85px !important; }

  .sm-pl-85 {
    padding-left: 85px !important; }

  .sm-pr-85 {
    padding-right: 85px !important; }

  .sm-pt-85 {
    padding-top: 85px !important; }

  .sm-pb-85 {
    padding-bottom: 85px !important; }

  .sm-m-85 {
    margin: 85px !important; }

  .sm-ml-85 {
    margin-left: 85px !important; }

  .sm-mr-85 {
    margin-right: 85px !important; }

  .sm-mt-85 {
    margin-top: 85px !important; }

  .sm-mb-85 {
    margin-bottom: 85px !important; }

  .sm-p-90 {
    padding: 90px !important; }

  .sm-pl-90 {
    padding-left: 90px !important; }

  .sm-pr-90 {
    padding-right: 90px !important; }

  .sm-pt-90 {
    padding-top: 90px !important; }

  .sm-pb-90 {
    padding-bottom: 90px !important; }

  .sm-m-90 {
    margin: 90px !important; }

  .sm-ml-90 {
    margin-left: 90px !important; }

  .sm-mr-90 {
    margin-right: 90px !important; }

  .sm-mt-90 {
    margin-top: 90px !important; }

  .sm-mb-90 {
    margin-bottom: 90px !important; }

  .sm-p-95 {
    padding: 95px !important; }

  .sm-pl-95 {
    padding-left: 95px !important; }

  .sm-pr-95 {
    padding-right: 95px !important; }

  .sm-pt-95 {
    padding-top: 95px !important; }

  .sm-pb-95 {
    padding-bottom: 95px !important; }

  .sm-m-95 {
    margin: 95px !important; }

  .sm-ml-95 {
    margin-left: 95px !important; }

  .sm-mr-95 {
    margin-right: 95px !important; }

  .sm-mt-95 {
    margin-top: 95px !important; }

  .sm-mb-95 {
    margin-bottom: 95px !important; }

  .sm-p-100 {
    padding: 100px !important; }

  .sm-pl-100 {
    padding-left: 100px !important; }

  .sm-pr-100 {
    padding-right: 100px !important; }

  .sm-pt-100 {
    padding-top: 100px !important; }

  .sm-pb-100 {
    padding-bottom: 100px !important; }

  .sm-m-100 {
    margin: 100px !important; }

  .sm-ml-100 {
    margin-left: 100px !important; }

  .sm-mr-100 {
    margin-right: 100px !important; }

  .sm-mt-100 {
    margin-top: 100px !important; }

  .sm-mb-100 {
    margin-bottom: 100px !important; }

  .sm-p-105 {
    padding: 105px !important; }

  .sm-pl-105 {
    padding-left: 105px !important; }

  .sm-pr-105 {
    padding-right: 105px !important; }

  .sm-pt-105 {
    padding-top: 105px !important; }

  .sm-pb-105 {
    padding-bottom: 105px !important; }

  .sm-m-105 {
    margin: 105px !important; }

  .sm-ml-105 {
    margin-left: 105px !important; }

  .sm-mr-105 {
    margin-right: 105px !important; }

  .sm-mt-105 {
    margin-top: 105px !important; }

  .sm-mb-105 {
    margin-bottom: 105px !important; }

  .sm-p-110 {
    padding: 110px !important; }

  .sm-pl-110 {
    padding-left: 110px !important; }

  .sm-pr-110 {
    padding-right: 110px !important; }

  .sm-pt-110 {
    padding-top: 110px !important; }

  .sm-pb-110 {
    padding-bottom: 110px !important; }

  .sm-m-110 {
    margin: 110px !important; }

  .sm-ml-110 {
    margin-left: 110px !important; }

  .sm-mr-110 {
    margin-right: 110px !important; }

  .sm-mt-110 {
    margin-top: 110px !important; }

  .sm-mb-110 {
    margin-bottom: 110px !important; }

  .sm-p-115 {
    padding: 115px !important; }

  .sm-pl-115 {
    padding-left: 115px !important; }

  .sm-pr-115 {
    padding-right: 115px !important; }

  .sm-pt-115 {
    padding-top: 115px !important; }

  .sm-pb-115 {
    padding-bottom: 115px !important; }

  .sm-m-115 {
    margin: 115px !important; }

  .sm-ml-115 {
    margin-left: 115px !important; }

  .sm-mr-115 {
    margin-right: 115px !important; }

  .sm-mt-115 {
    margin-top: 115px !important; }

  .sm-mb-115 {
    margin-bottom: 115px !important; }

  .sm-p-120 {
    padding: 120px !important; }

  .sm-pl-120 {
    padding-left: 120px !important; }

  .sm-pr-120 {
    padding-right: 120px !important; }

  .sm-pt-120 {
    padding-top: 120px !important; }

  .sm-pb-120 {
    padding-bottom: 120px !important; }

  .sm-m-120 {
    margin: 120px !important; }

  .sm-ml-120 {
    margin-left: 120px !important; }

  .sm-mr-120 {
    margin-right: 120px !important; }

  .sm-mt-120 {
    margin-top: 120px !important; }

  .sm-mb-120 {
    margin-bottom: 120px !important; }

  .sm-p-125 {
    padding: 125px !important; }

  .sm-pl-125 {
    padding-left: 125px !important; }

  .sm-pr-125 {
    padding-right: 125px !important; }

  .sm-pt-125 {
    padding-top: 125px !important; }

  .sm-pb-125 {
    padding-bottom: 125px !important; }

  .sm-m-125 {
    margin: 125px !important; }

  .sm-ml-125 {
    margin-left: 125px !important; }

  .sm-mr-125 {
    margin-right: 125px !important; }

  .sm-mt-125 {
    margin-top: 125px !important; }

  .sm-mb-125 {
    margin-bottom: 125px !important; }

  .sm-p-130 {
    padding: 130px !important; }

  .sm-pl-130 {
    padding-left: 130px !important; }

  .sm-pr-130 {
    padding-right: 130px !important; }

  .sm-pt-130 {
    padding-top: 130px !important; }

  .sm-pb-130 {
    padding-bottom: 130px !important; }

  .sm-m-130 {
    margin: 130px !important; }

  .sm-ml-130 {
    margin-left: 130px !important; }

  .sm-mr-130 {
    margin-right: 130px !important; }

  .sm-mt-130 {
    margin-top: 130px !important; }

  .sm-mb-130 {
    margin-bottom: 130px !important; }

  .sm-p-135 {
    padding: 135px !important; }

  .sm-pl-135 {
    padding-left: 135px !important; }

  .sm-pr-135 {
    padding-right: 135px !important; }

  .sm-pt-135 {
    padding-top: 135px !important; }

  .sm-pb-135 {
    padding-bottom: 135px !important; }

  .sm-m-135 {
    margin: 135px !important; }

  .sm-ml-135 {
    margin-left: 135px !important; }

  .sm-mr-135 {
    margin-right: 135px !important; }

  .sm-mt-135 {
    margin-top: 135px !important; }

  .sm-mb-135 {
    margin-bottom: 135px !important; }

  .sm-p-140 {
    padding: 140px !important; }

  .sm-pl-140 {
    padding-left: 140px !important; }

  .sm-pr-140 {
    padding-right: 140px !important; }

  .sm-pt-140 {
    padding-top: 140px !important; }

  .sm-pb-140 {
    padding-bottom: 140px !important; }

  .sm-m-140 {
    margin: 140px !important; }

  .sm-ml-140 {
    margin-left: 140px !important; }

  .sm-mr-140 {
    margin-right: 140px !important; }

  .sm-mt-140 {
    margin-top: 140px !important; }

  .sm-mb-140 {
    margin-bottom: 140px !important; }

  .sm-p-145 {
    padding: 145px !important; }

  .sm-pl-145 {
    padding-left: 145px !important; }

  .sm-pr-145 {
    padding-right: 145px !important; }

  .sm-pt-145 {
    padding-top: 145px !important; }

  .sm-pb-145 {
    padding-bottom: 145px !important; }

  .sm-m-145 {
    margin: 145px !important; }

  .sm-ml-145 {
    margin-left: 145px !important; }

  .sm-mr-145 {
    margin-right: 145px !important; }

  .sm-mt-145 {
    margin-top: 145px !important; }

  .sm-mb-145 {
    margin-bottom: 145px !important; }

  .sm-p-150 {
    padding: 150px !important; }

  .sm-pl-150 {
    padding-left: 150px !important; }

  .sm-pr-150 {
    padding-right: 150px !important; }

  .sm-pt-150 {
    padding-top: 150px !important; }

  .sm-pb-150 {
    padding-bottom: 150px !important; }

  .sm-m-150 {
    margin: 150px !important; }

  .sm-ml-150 {
    margin-left: 150px !important; }

  .sm-mr-150 {
    margin-right: 150px !important; }

  .sm-mt-150 {
    margin-top: 150px !important; }

  .sm-mb-150 {
    margin-bottom: 150px !important; }

  .sm-p-155 {
    padding: 155px !important; }

  .sm-pl-155 {
    padding-left: 155px !important; }

  .sm-pr-155 {
    padding-right: 155px !important; }

  .sm-pt-155 {
    padding-top: 155px !important; }

  .sm-pb-155 {
    padding-bottom: 155px !important; }

  .sm-m-155 {
    margin: 155px !important; }

  .sm-ml-155 {
    margin-left: 155px !important; }

  .sm-mr-155 {
    margin-right: 155px !important; }

  .sm-mt-155 {
    margin-top: 155px !important; }

  .sm-mb-155 {
    margin-bottom: 155px !important; }

  .sm-p-160 {
    padding: 160px !important; }

  .sm-pl-160 {
    padding-left: 160px !important; }

  .sm-pr-160 {
    padding-right: 160px !important; }

  .sm-pt-160 {
    padding-top: 160px !important; }

  .sm-pb-160 {
    padding-bottom: 160px !important; }

  .sm-m-160 {
    margin: 160px !important; }

  .sm-ml-160 {
    margin-left: 160px !important; }

  .sm-mr-160 {
    margin-right: 160px !important; }

  .sm-mt-160 {
    margin-top: 160px !important; }

  .sm-mb-160 {
    margin-bottom: 160px !important; }

  .sm-p-165 {
    padding: 165px !important; }

  .sm-pl-165 {
    padding-left: 165px !important; }

  .sm-pr-165 {
    padding-right: 165px !important; }

  .sm-pt-165 {
    padding-top: 165px !important; }

  .sm-pb-165 {
    padding-bottom: 165px !important; }

  .sm-m-165 {
    margin: 165px !important; }

  .sm-ml-165 {
    margin-left: 165px !important; }

  .sm-mr-165 {
    margin-right: 165px !important; }

  .sm-mt-165 {
    margin-top: 165px !important; }

  .sm-mb-165 {
    margin-bottom: 165px !important; }

  .sm-p-170 {
    padding: 170px !important; }

  .sm-pl-170 {
    padding-left: 170px !important; }

  .sm-pr-170 {
    padding-right: 170px !important; }

  .sm-pt-170 {
    padding-top: 170px !important; }

  .sm-pb-170 {
    padding-bottom: 170px !important; }

  .sm-m-170 {
    margin: 170px !important; }

  .sm-ml-170 {
    margin-left: 170px !important; }

  .sm-mr-170 {
    margin-right: 170px !important; }

  .sm-mt-170 {
    margin-top: 170px !important; }

  .sm-mb-170 {
    margin-bottom: 170px !important; }

  .sm-p-175 {
    padding: 175px !important; }

  .sm-pl-175 {
    padding-left: 175px !important; }

  .sm-pr-175 {
    padding-right: 175px !important; }

  .sm-pt-175 {
    padding-top: 175px !important; }

  .sm-pb-175 {
    padding-bottom: 175px !important; }

  .sm-m-175 {
    margin: 175px !important; }

  .sm-ml-175 {
    margin-left: 175px !important; }

  .sm-mr-175 {
    margin-right: 175px !important; }

  .sm-mt-175 {
    margin-top: 175px !important; }

  .sm-mb-175 {
    margin-bottom: 175px !important; }

  .sm-p-180 {
    padding: 180px !important; }

  .sm-pl-180 {
    padding-left: 180px !important; }

  .sm-pr-180 {
    padding-right: 180px !important; }

  .sm-pt-180 {
    padding-top: 180px !important; }

  .sm-pb-180 {
    padding-bottom: 180px !important; }

  .sm-m-180 {
    margin: 180px !important; }

  .sm-ml-180 {
    margin-left: 180px !important; }

  .sm-mr-180 {
    margin-right: 180px !important; }

  .sm-mt-180 {
    margin-top: 180px !important; }

  .sm-mb-180 {
    margin-bottom: 180px !important; }

  .sm-p-185 {
    padding: 185px !important; }

  .sm-pl-185 {
    padding-left: 185px !important; }

  .sm-pr-185 {
    padding-right: 185px !important; }

  .sm-pt-185 {
    padding-top: 185px !important; }

  .sm-pb-185 {
    padding-bottom: 185px !important; }

  .sm-m-185 {
    margin: 185px !important; }

  .sm-ml-185 {
    margin-left: 185px !important; }

  .sm-mr-185 {
    margin-right: 185px !important; }

  .sm-mt-185 {
    margin-top: 185px !important; }

  .sm-mb-185 {
    margin-bottom: 185px !important; }

  .sm-p-190 {
    padding: 190px !important; }

  .sm-pl-190 {
    padding-left: 190px !important; }

  .sm-pr-190 {
    padding-right: 190px !important; }

  .sm-pt-190 {
    padding-top: 190px !important; }

  .sm-pb-190 {
    padding-bottom: 190px !important; }

  .sm-m-190 {
    margin: 190px !important; }

  .sm-ml-190 {
    margin-left: 190px !important; }

  .sm-mr-190 {
    margin-right: 190px !important; }

  .sm-mt-190 {
    margin-top: 190px !important; }

  .sm-mb-190 {
    margin-bottom: 190px !important; }

  .sm-p-195 {
    padding: 195px !important; }

  .sm-pl-195 {
    padding-left: 195px !important; }

  .sm-pr-195 {
    padding-right: 195px !important; }

  .sm-pt-195 {
    padding-top: 195px !important; }

  .sm-pb-195 {
    padding-bottom: 195px !important; }

  .sm-m-195 {
    margin: 195px !important; }

  .sm-ml-195 {
    margin-left: 195px !important; }

  .sm-mr-195 {
    margin-right: 195px !important; }

  .sm-mt-195 {
    margin-top: 195px !important; }

  .sm-mb-195 {
    margin-bottom: 195px !important; }

  .sm-p-200 {
    padding: 200px !important; }

  .sm-pl-200 {
    padding-left: 200px !important; }

  .sm-pr-200 {
    padding-right: 200px !important; }

  .sm-pt-200 {
    padding-top: 200px !important; }

  .sm-pb-200 {
    padding-bottom: 200px !important; }

  .sm-m-200 {
    margin: 200px !important; }

  .sm-ml-200 {
    margin-left: 200px !important; }

  .sm-mr-200 {
    margin-right: 200px !important; }

  .sm-mt-200 {
    margin-top: 200px !important; }

  .sm-mb-200 {
    margin-bottom: 200px !important; }

  .sm-p-205 {
    padding: 205px !important; }

  .sm-pl-205 {
    padding-left: 205px !important; }

  .sm-pr-205 {
    padding-right: 205px !important; }

  .sm-pt-205 {
    padding-top: 205px !important; }

  .sm-pb-205 {
    padding-bottom: 205px !important; }

  .sm-m-205 {
    margin: 205px !important; }

  .sm-ml-205 {
    margin-left: 205px !important; }

  .sm-mr-205 {
    margin-right: 205px !important; }

  .sm-mt-205 {
    margin-top: 205px !important; }

  .sm-mb-205 {
    margin-bottom: 205px !important; }

  .sm-p-210 {
    padding: 210px !important; }

  .sm-pl-210 {
    padding-left: 210px !important; }

  .sm-pr-210 {
    padding-right: 210px !important; }

  .sm-pt-210 {
    padding-top: 210px !important; }

  .sm-pb-210 {
    padding-bottom: 210px !important; }

  .sm-m-210 {
    margin: 210px !important; }

  .sm-ml-210 {
    margin-left: 210px !important; }

  .sm-mr-210 {
    margin-right: 210px !important; }

  .sm-mt-210 {
    margin-top: 210px !important; }

  .sm-mb-210 {
    margin-bottom: 210px !important; }

  .sm-p-215 {
    padding: 215px !important; }

  .sm-pl-215 {
    padding-left: 215px !important; }

  .sm-pr-215 {
    padding-right: 215px !important; }

  .sm-pt-215 {
    padding-top: 215px !important; }

  .sm-pb-215 {
    padding-bottom: 215px !important; }

  .sm-m-215 {
    margin: 215px !important; }

  .sm-ml-215 {
    margin-left: 215px !important; }

  .sm-mr-215 {
    margin-right: 215px !important; }

  .sm-mt-215 {
    margin-top: 215px !important; }

  .sm-mb-215 {
    margin-bottom: 215px !important; }

  .sm-p-220 {
    padding: 220px !important; }

  .sm-pl-220 {
    padding-left: 220px !important; }

  .sm-pr-220 {
    padding-right: 220px !important; }

  .sm-pt-220 {
    padding-top: 220px !important; }

  .sm-pb-220 {
    padding-bottom: 220px !important; }

  .sm-m-220 {
    margin: 220px !important; }

  .sm-ml-220 {
    margin-left: 220px !important; }

  .sm-mr-220 {
    margin-right: 220px !important; }

  .sm-mt-220 {
    margin-top: 220px !important; }

  .sm-mb-220 {
    margin-bottom: 220px !important; }

  .sm-p-225 {
    padding: 225px !important; }

  .sm-pl-225 {
    padding-left: 225px !important; }

  .sm-pr-225 {
    padding-right: 225px !important; }

  .sm-pt-225 {
    padding-top: 225px !important; }

  .sm-pb-225 {
    padding-bottom: 225px !important; }

  .sm-m-225 {
    margin: 225px !important; }

  .sm-ml-225 {
    margin-left: 225px !important; }

  .sm-mr-225 {
    margin-right: 225px !important; }

  .sm-mt-225 {
    margin-top: 225px !important; }

  .sm-mb-225 {
    margin-bottom: 225px !important; }

  .sm-p-230 {
    padding: 230px !important; }

  .sm-pl-230 {
    padding-left: 230px !important; }

  .sm-pr-230 {
    padding-right: 230px !important; }

  .sm-pt-230 {
    padding-top: 230px !important; }

  .sm-pb-230 {
    padding-bottom: 230px !important; }

  .sm-m-230 {
    margin: 230px !important; }

  .sm-ml-230 {
    margin-left: 230px !important; }

  .sm-mr-230 {
    margin-right: 230px !important; }

  .sm-mt-230 {
    margin-top: 230px !important; }

  .sm-mb-230 {
    margin-bottom: 230px !important; }

  .sm-p-235 {
    padding: 235px !important; }

  .sm-pl-235 {
    padding-left: 235px !important; }

  .sm-pr-235 {
    padding-right: 235px !important; }

  .sm-pt-235 {
    padding-top: 235px !important; }

  .sm-pb-235 {
    padding-bottom: 235px !important; }

  .sm-m-235 {
    margin: 235px !important; }

  .sm-ml-235 {
    margin-left: 235px !important; }

  .sm-mr-235 {
    margin-right: 235px !important; }

  .sm-mt-235 {
    margin-top: 235px !important; }

  .sm-mb-235 {
    margin-bottom: 235px !important; }

  .sm-p-240 {
    padding: 240px !important; }

  .sm-pl-240 {
    padding-left: 240px !important; }

  .sm-pr-240 {
    padding-right: 240px !important; }

  .sm-pt-240 {
    padding-top: 240px !important; }

  .sm-pb-240 {
    padding-bottom: 240px !important; }

  .sm-m-240 {
    margin: 240px !important; }

  .sm-ml-240 {
    margin-left: 240px !important; }

  .sm-mr-240 {
    margin-right: 240px !important; }

  .sm-mt-240 {
    margin-top: 240px !important; }

  .sm-mb-240 {
    margin-bottom: 240px !important; }

  .sm-p-245 {
    padding: 245px !important; }

  .sm-pl-245 {
    padding-left: 245px !important; }

  .sm-pr-245 {
    padding-right: 245px !important; }

  .sm-pt-245 {
    padding-top: 245px !important; }

  .sm-pb-245 {
    padding-bottom: 245px !important; }

  .sm-m-245 {
    margin: 245px !important; }

  .sm-ml-245 {
    margin-left: 245px !important; }

  .sm-mr-245 {
    margin-right: 245px !important; }

  .sm-mt-245 {
    margin-top: 245px !important; }

  .sm-mb-245 {
    margin-bottom: 245px !important; }

  .sm-p-250 {
    padding: 250px !important; }

  .sm-pl-250 {
    padding-left: 250px !important; }

  .sm-pr-250 {
    padding-right: 250px !important; }

  .sm-pt-250 {
    padding-top: 250px !important; }

  .sm-pb-250 {
    padding-bottom: 250px !important; }

  .sm-m-250 {
    margin: 250px !important; }

  .sm-ml-250 {
    margin-left: 250px !important; }

  .sm-mr-250 {
    margin-right: 250px !important; }

  .sm-mt-250 {
    margin-top: 250px !important; }

  .sm-mb-250 {
    margin-bottom: 250px !important; } }
.w-0 {
  width: 0px; }

.w-10 {
  width: 10px; }

.minw-0 {
  min-width: 0px; }

.minw-10 {
  min-width: 10px; }

.maxw-0 {
  max-width: 0px; }

.maxw-10 {
  max-width: 10px; }

.grid-gap-10 {
  grid-gap: 10px !important; }

.w-1 {
  width: 1px; }

.w-20 {
  width: 20px; }

.minw-1 {
  min-width: 1px; }

.minw-20 {
  min-width: 20px; }

.maxw-1 {
  max-width: 1px; }

.maxw-20 {
  max-width: 20px; }

.grid-gap-20 {
  grid-gap: 20px !important; }

.w-2 {
  width: 2px; }

.w-30 {
  width: 30px; }

.minw-2 {
  min-width: 2px; }

.minw-30 {
  min-width: 30px; }

.maxw-2 {
  max-width: 2px; }

.maxw-30 {
  max-width: 30px; }

.grid-gap-30 {
  grid-gap: 30px !important; }

.w-3 {
  width: 3px; }

.w-40 {
  width: 40px; }

.minw-3 {
  min-width: 3px; }

.minw-40 {
  min-width: 40px; }

.maxw-3 {
  max-width: 3px; }

.maxw-40 {
  max-width: 40px; }

.grid-gap-40 {
  grid-gap: 40px !important; }

.w-4 {
  width: 4px; }

.w-50 {
  width: 50px; }

.minw-4 {
  min-width: 4px; }

.minw-50 {
  min-width: 50px; }

.maxw-4 {
  max-width: 4px; }

.maxw-50 {
  max-width: 50px; }

.grid-gap-50 {
  grid-gap: 50px !important; }

.w-5 {
  width: 5px; }

.w-60 {
  width: 60px; }

.minw-5 {
  min-width: 5px; }

.minw-60 {
  min-width: 60px; }

.maxw-5 {
  max-width: 5px; }

.maxw-60 {
  max-width: 60px; }

.grid-gap-60 {
  grid-gap: 60px !important; }

.w-6 {
  width: 6px; }

.w-70 {
  width: 70px; }

.minw-6 {
  min-width: 6px; }

.minw-70 {
  min-width: 70px; }

.maxw-6 {
  max-width: 6px; }

.maxw-70 {
  max-width: 70px; }

.grid-gap-70 {
  grid-gap: 70px !important; }

.w-7 {
  width: 7px; }

.w-80 {
  width: 80px; }

.minw-7 {
  min-width: 7px; }

.minw-80 {
  min-width: 80px; }

.maxw-7 {
  max-width: 7px; }

.maxw-80 {
  max-width: 80px; }

.grid-gap-80 {
  grid-gap: 80px !important; }

.w-8 {
  width: 8px; }

.w-90 {
  width: 90px; }

.minw-8 {
  min-width: 8px; }

.minw-90 {
  min-width: 90px; }

.maxw-8 {
  max-width: 8px; }

.maxw-90 {
  max-width: 90px; }

.grid-gap-90 {
  grid-gap: 90px !important; }

.w-9 {
  width: 9px; }

.w-100 {
  width: 100px; }

.minw-9 {
  min-width: 9px; }

.minw-100 {
  min-width: 100px; }

.maxw-9 {
  max-width: 9px; }

.maxw-100 {
  max-width: 100px; }

.grid-gap-100 {
  grid-gap: 100px !important; }

.w-10 {
  width: 10px; }

.w-110 {
  width: 110px; }

.minw-10 {
  min-width: 10px; }

.minw-110 {
  min-width: 110px; }

.maxw-10 {
  max-width: 10px; }

.maxw-110 {
  max-width: 110px; }

.grid-gap-110 {
  grid-gap: 110px !important; }

.w-11 {
  width: 11px; }

.w-120 {
  width: 120px; }

.minw-11 {
  min-width: 11px; }

.minw-120 {
  min-width: 120px; }

.maxw-11 {
  max-width: 11px; }

.maxw-120 {
  max-width: 120px; }

.grid-gap-120 {
  grid-gap: 120px !important; }

.w-12 {
  width: 12px; }

.w-130 {
  width: 130px; }

.minw-12 {
  min-width: 12px; }

.minw-130 {
  min-width: 130px; }

.maxw-12 {
  max-width: 12px; }

.maxw-130 {
  max-width: 130px; }

.grid-gap-130 {
  grid-gap: 130px !important; }

.w-13 {
  width: 13px; }

.w-140 {
  width: 140px; }

.minw-13 {
  min-width: 13px; }

.minw-140 {
  min-width: 140px; }

.maxw-13 {
  max-width: 13px; }

.maxw-140 {
  max-width: 140px; }

.grid-gap-140 {
  grid-gap: 140px !important; }

.w-14 {
  width: 14px; }

.w-150 {
  width: 150px; }

.minw-14 {
  min-width: 14px; }

.minw-150 {
  min-width: 150px; }

.maxw-14 {
  max-width: 14px; }

.maxw-150 {
  max-width: 150px; }

.grid-gap-150 {
  grid-gap: 150px !important; }

.w-15 {
  width: 15px; }

.w-160 {
  width: 160px; }

.minw-15 {
  min-width: 15px; }

.minw-160 {
  min-width: 160px; }

.maxw-15 {
  max-width: 15px; }

.maxw-160 {
  max-width: 160px; }

.grid-gap-160 {
  grid-gap: 160px !important; }

.w-16 {
  width: 16px; }

.w-170 {
  width: 170px; }

.minw-16 {
  min-width: 16px; }

.minw-170 {
  min-width: 170px; }

.maxw-16 {
  max-width: 16px; }

.maxw-170 {
  max-width: 170px; }

.grid-gap-170 {
  grid-gap: 170px !important; }

.w-17 {
  width: 17px; }

.w-180 {
  width: 180px; }

.minw-17 {
  min-width: 17px; }

.minw-180 {
  min-width: 180px; }

.maxw-17 {
  max-width: 17px; }

.maxw-180 {
  max-width: 180px; }

.grid-gap-180 {
  grid-gap: 180px !important; }

.w-18 {
  width: 18px; }

.w-190 {
  width: 190px; }

.minw-18 {
  min-width: 18px; }

.minw-190 {
  min-width: 190px; }

.maxw-18 {
  max-width: 18px; }

.maxw-190 {
  max-width: 190px; }

.grid-gap-190 {
  grid-gap: 190px !important; }

.w-19 {
  width: 19px; }

.w-200 {
  width: 200px; }

.minw-19 {
  min-width: 19px; }

.minw-200 {
  min-width: 200px; }

.maxw-19 {
  max-width: 19px; }

.maxw-200 {
  max-width: 200px; }

.grid-gap-200 {
  grid-gap: 200px !important; }

.w-20 {
  width: 20px; }

.w-210 {
  width: 210px; }

.minw-20 {
  min-width: 20px; }

.minw-210 {
  min-width: 210px; }

.maxw-20 {
  max-width: 20px; }

.maxw-210 {
  max-width: 210px; }

.grid-gap-210 {
  grid-gap: 210px !important; }

.w-21 {
  width: 21px; }

.w-220 {
  width: 220px; }

.minw-21 {
  min-width: 21px; }

.minw-220 {
  min-width: 220px; }

.maxw-21 {
  max-width: 21px; }

.maxw-220 {
  max-width: 220px; }

.grid-gap-220 {
  grid-gap: 220px !important; }

.w-22 {
  width: 22px; }

.w-230 {
  width: 230px; }

.minw-22 {
  min-width: 22px; }

.minw-230 {
  min-width: 230px; }

.maxw-22 {
  max-width: 22px; }

.maxw-230 {
  max-width: 230px; }

.grid-gap-230 {
  grid-gap: 230px !important; }

.w-23 {
  width: 23px; }

.w-240 {
  width: 240px; }

.minw-23 {
  min-width: 23px; }

.minw-240 {
  min-width: 240px; }

.maxw-23 {
  max-width: 23px; }

.maxw-240 {
  max-width: 240px; }

.grid-gap-240 {
  grid-gap: 240px !important; }

.w-24 {
  width: 24px; }

.w-250 {
  width: 250px; }

.minw-24 {
  min-width: 24px; }

.minw-250 {
  min-width: 250px; }

.maxw-24 {
  max-width: 24px; }

.maxw-250 {
  max-width: 250px; }

.grid-gap-250 {
  grid-gap: 250px !important; }

.w-25 {
  width: 25px; }

.w-260 {
  width: 260px; }

.minw-25 {
  min-width: 25px; }

.minw-260 {
  min-width: 260px; }

.maxw-25 {
  max-width: 25px; }

.maxw-260 {
  max-width: 260px; }

.grid-gap-260 {
  grid-gap: 260px !important; }

.w-26 {
  width: 26px; }

.w-270 {
  width: 270px; }

.minw-26 {
  min-width: 26px; }

.minw-270 {
  min-width: 270px; }

.maxw-26 {
  max-width: 26px; }

.maxw-270 {
  max-width: 270px; }

.grid-gap-270 {
  grid-gap: 270px !important; }

.w-27 {
  width: 27px; }

.w-280 {
  width: 280px; }

.minw-27 {
  min-width: 27px; }

.minw-280 {
  min-width: 280px; }

.maxw-27 {
  max-width: 27px; }

.maxw-280 {
  max-width: 280px; }

.grid-gap-280 {
  grid-gap: 280px !important; }

.w-28 {
  width: 28px; }

.w-290 {
  width: 290px; }

.minw-28 {
  min-width: 28px; }

.minw-290 {
  min-width: 290px; }

.maxw-28 {
  max-width: 28px; }

.maxw-290 {
  max-width: 290px; }

.grid-gap-290 {
  grid-gap: 290px !important; }

.w-29 {
  width: 29px; }

.w-300 {
  width: 300px; }

.minw-29 {
  min-width: 29px; }

.minw-300 {
  min-width: 300px; }

.maxw-29 {
  max-width: 29px; }

.maxw-300 {
  max-width: 300px; }

.grid-gap-300 {
  grid-gap: 300px !important; }

.w-30 {
  width: 30px; }

.w-310 {
  width: 310px; }

.minw-30 {
  min-width: 30px; }

.minw-310 {
  min-width: 310px; }

.maxw-30 {
  max-width: 30px; }

.maxw-310 {
  max-width: 310px; }

.grid-gap-310 {
  grid-gap: 310px !important; }

.w-31 {
  width: 31px; }

.w-320 {
  width: 320px; }

.minw-31 {
  min-width: 31px; }

.minw-320 {
  min-width: 320px; }

.maxw-31 {
  max-width: 31px; }

.maxw-320 {
  max-width: 320px; }

.grid-gap-320 {
  grid-gap: 320px !important; }

.w-32 {
  width: 32px; }

.w-330 {
  width: 330px; }

.minw-32 {
  min-width: 32px; }

.minw-330 {
  min-width: 330px; }

.maxw-32 {
  max-width: 32px; }

.maxw-330 {
  max-width: 330px; }

.grid-gap-330 {
  grid-gap: 330px !important; }

.w-33 {
  width: 33px; }

.w-340 {
  width: 340px; }

.minw-33 {
  min-width: 33px; }

.minw-340 {
  min-width: 340px; }

.maxw-33 {
  max-width: 33px; }

.maxw-340 {
  max-width: 340px; }

.grid-gap-340 {
  grid-gap: 340px !important; }

.w-34 {
  width: 34px; }

.w-350 {
  width: 350px; }

.minw-34 {
  min-width: 34px; }

.minw-350 {
  min-width: 350px; }

.maxw-34 {
  max-width: 34px; }

.maxw-350 {
  max-width: 350px; }

.grid-gap-350 {
  grid-gap: 350px !important; }

.w-35 {
  width: 35px; }

.w-360 {
  width: 360px; }

.minw-35 {
  min-width: 35px; }

.minw-360 {
  min-width: 360px; }

.maxw-35 {
  max-width: 35px; }

.maxw-360 {
  max-width: 360px; }

.grid-gap-360 {
  grid-gap: 360px !important; }

.w-36 {
  width: 36px; }

.w-370 {
  width: 370px; }

.minw-36 {
  min-width: 36px; }

.minw-370 {
  min-width: 370px; }

.maxw-36 {
  max-width: 36px; }

.maxw-370 {
  max-width: 370px; }

.grid-gap-370 {
  grid-gap: 370px !important; }

.w-37 {
  width: 37px; }

.w-380 {
  width: 380px; }

.minw-37 {
  min-width: 37px; }

.minw-380 {
  min-width: 380px; }

.maxw-37 {
  max-width: 37px; }

.maxw-380 {
  max-width: 380px; }

.grid-gap-380 {
  grid-gap: 380px !important; }

.w-38 {
  width: 38px; }

.w-390 {
  width: 390px; }

.minw-38 {
  min-width: 38px; }

.minw-390 {
  min-width: 390px; }

.maxw-38 {
  max-width: 38px; }

.maxw-390 {
  max-width: 390px; }

.grid-gap-390 {
  grid-gap: 390px !important; }

.w-39 {
  width: 39px; }

.w-400 {
  width: 400px; }

.minw-39 {
  min-width: 39px; }

.minw-400 {
  min-width: 400px; }

.maxw-39 {
  max-width: 39px; }

.maxw-400 {
  max-width: 400px; }

.grid-gap-400 {
  grid-gap: 400px !important; }

.w-40 {
  width: 40px; }

.w-410 {
  width: 410px; }

.minw-40 {
  min-width: 40px; }

.minw-410 {
  min-width: 410px; }

.maxw-40 {
  max-width: 40px; }

.maxw-410 {
  max-width: 410px; }

.grid-gap-410 {
  grid-gap: 410px !important; }

.w-41 {
  width: 41px; }

.w-420 {
  width: 420px; }

.minw-41 {
  min-width: 41px; }

.minw-420 {
  min-width: 420px; }

.maxw-41 {
  max-width: 41px; }

.maxw-420 {
  max-width: 420px; }

.grid-gap-420 {
  grid-gap: 420px !important; }

.w-42 {
  width: 42px; }

.w-430 {
  width: 430px; }

.minw-42 {
  min-width: 42px; }

.minw-430 {
  min-width: 430px; }

.maxw-42 {
  max-width: 42px; }

.maxw-430 {
  max-width: 430px; }

.grid-gap-430 {
  grid-gap: 430px !important; }

.w-43 {
  width: 43px; }

.w-440 {
  width: 440px; }

.minw-43 {
  min-width: 43px; }

.minw-440 {
  min-width: 440px; }

.maxw-43 {
  max-width: 43px; }

.maxw-440 {
  max-width: 440px; }

.grid-gap-440 {
  grid-gap: 440px !important; }

.w-44 {
  width: 44px; }

.w-450 {
  width: 450px; }

.minw-44 {
  min-width: 44px; }

.minw-450 {
  min-width: 450px; }

.maxw-44 {
  max-width: 44px; }

.maxw-450 {
  max-width: 450px; }

.grid-gap-450 {
  grid-gap: 450px !important; }

.w-45 {
  width: 45px; }

.w-460 {
  width: 460px; }

.minw-45 {
  min-width: 45px; }

.minw-460 {
  min-width: 460px; }

.maxw-45 {
  max-width: 45px; }

.maxw-460 {
  max-width: 460px; }

.grid-gap-460 {
  grid-gap: 460px !important; }

.w-46 {
  width: 46px; }

.w-470 {
  width: 470px; }

.minw-46 {
  min-width: 46px; }

.minw-470 {
  min-width: 470px; }

.maxw-46 {
  max-width: 46px; }

.maxw-470 {
  max-width: 470px; }

.grid-gap-470 {
  grid-gap: 470px !important; }

.w-47 {
  width: 47px; }

.w-480 {
  width: 480px; }

.minw-47 {
  min-width: 47px; }

.minw-480 {
  min-width: 480px; }

.maxw-47 {
  max-width: 47px; }

.maxw-480 {
  max-width: 480px; }

.grid-gap-480 {
  grid-gap: 480px !important; }

.w-48 {
  width: 48px; }

.w-490 {
  width: 490px; }

.minw-48 {
  min-width: 48px; }

.minw-490 {
  min-width: 490px; }

.maxw-48 {
  max-width: 48px; }

.maxw-490 {
  max-width: 490px; }

.grid-gap-490 {
  grid-gap: 490px !important; }

.w-49 {
  width: 49px; }

.w-500 {
  width: 500px; }

.minw-49 {
  min-width: 49px; }

.minw-500 {
  min-width: 500px; }

.maxw-49 {
  max-width: 49px; }

.maxw-500 {
  max-width: 500px; }

.grid-gap-500 {
  grid-gap: 500px !important; }

.w-50 {
  width: 50px; }

.w-510 {
  width: 510px; }

.minw-50 {
  min-width: 50px; }

.minw-510 {
  min-width: 510px; }

.maxw-50 {
  max-width: 50px; }

.maxw-510 {
  max-width: 510px; }

.grid-gap-510 {
  grid-gap: 510px !important; }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

/*Gridbox */
.gridbox {
  gap: 0px 20px;
  place-items: stretch;
  display: grid; }
  .gridbox.gap--10 {
    gap: 0px 10px; }
  .gridbox.gap--v10 {
    gap: 10px 0px; }
  .gridbox.align--center > label, .gridbox.align--center > div, .gridbox.align--center > div label {
    justify-content: center;
    text-align: center; }
  .gridbox.size--1 {
    grid-template-columns: 1fr; }
  .gridbox.size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.size--1-auto {
    grid-template-columns: 1fr auto; }
  .gridbox.size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.size--120-fr {
    grid-template-columns: 120px 1fr; }

@media (max-width: 991px) {
  .gridbox.md-size--1 {
    grid-template-columns: 1fr; }
  .gridbox.md-size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.md-size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.md-size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.md-size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.md-size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
@media (max-width: 543px) {
  .gridbox.xs-size--1 {
    grid-template-columns: 1fr; }
  .gridbox.xs-size--2 {
    grid-template-columns: 1fr 1fr; }
  .gridbox.xs-size--3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .gridbox.xs-size--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .gridbox.xs-size--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.xs-size--6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .gridbox.xs-gap--v10 {
    gap: 10px 0px; } }
body {
  --color-accent: #1A523E;
  --color-primary: #1A523E;
  --color-primary-dark: #12382B;
  --color-secondary: #333333;
  --color-black-dark: #000000;
  --color-black-light: #1D1D1D;
  --color-gray-dark: #F5F5F5;
  --color-gray-light: #F1F1F1; }

* {
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  outline: none !important; }

html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }
  @media (max-width: 767px) {
    html {
      font-size: 62.5%; } }

body {
  font-size: 18px;
  overflow-x: hidden;
  color: #000; }

body.site--home {
  background-position: top center;
  background-repeat: no-repeat; }

p {
  font-size: 18px; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

b, strong {
  font-weight: bold; }

@media (min-width: 1600px) {
  .container {
    max-width: 1580px; }

  .container-short {
    max-width: 1140px; } }
.text-justify {
  text-align: justify; }

.text--regular {
  font-size: 18px !important; }

.text--smaller {
  font-size: 14px !important; }

.text--large {
  font-size: 18px !important; }

@media (max-width: 991px) {
  .sm-text-left {
    text-align: left; }

  .sm-text-center {
    text-align: center !important; }

  .sm-text-right {
    text-align: right; } }
.circle {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex; }
  .circle.r-75 {
    height: 75px;
    width: 75px; }
  .circle.r-100 {
    height: 100px;
    width: 100px; }
  .circle.r-150 {
    height: 150px;
    width: 150px; }
  .circle.r-200 {
    height: 200px;
    width: 200px; }

.round-all {
  border-radius: 5px; }

.round-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.round-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.round-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.round-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.round-left-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

@media (min-width: 992px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 768px) and (max-width: 992px) {
  .hidden-md {
    display: none; } }
@media (min-width: 544px) and (max-width: 768px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 0) and (max-width: 544px) {
  .hidden-xs {
    display: none; } }
.color-font-primary {
  color: #000 !important; }

.color-primary {
  color: #1A523E !important; }

.color-primary-light {
  color: #12382B !important; }

.color-secondary {
  color: #333333 !important; }

.color-destaque {
  color: #cccccc !important; }

.color-whatsapp {
  color: #6AC335 !important; }

.color-accent {
  color: #1A523E !important; }

.color-tomato {
  color: tomato; }

.color-white {
  color: #fff !important; }

.text-underscore {
  text-decoration: underline;
  text-decoration-color: #1A523E; }

.text-upper {
  text-transform: uppercase; }

.text-bold {
  font-weight: bold; }

.text-icon {
  font-size: 48px; }

.text-title {
  font-size: 28px; }

.text-subtitle {
  font-size: 18px; }

.text-smaller {
  font-size: 70%; }

.border-primary {
  border-color: #1A523E !important; }

.border-secondary {
  border-color: #333333 !important; }

.border-tertiary {
  border-color: #cccccc !important; }

.background-red {
  background-color: #a84450; }

.background-blue {
  background-color: #36689b; }

.background-yellow {
  background-color: #db9124; }

.background-gray {
  background-color: #efefef; }

.background-dark-gray {
  background-color: #c1c3c2; }

.background-primary {
  background-color: #1A523E; }

.background-secondary {
  background-color: #333333; }

.background-tertiary {
  background-color: #cccccc; }

.background-accent {
  background-color: #1A523E; }

.background-white {
  background-color: #fff !important; }

.background-light-gray {
  background-color: #eef9f6; }

.bg-whatsapp {
  background-color: #6AC335 !important;
  border-color: #6AC335 !important;
  color: #fff !important; }

.bg-destaque {
  background-color: #F6F6F6; }

.bg-destaque-custom {
  background-color: #F6F6F6;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: right bottom; }

.btn {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 200;
  padding: 8px 12px;
  white-space: normal;
  -webkit-transition: box-shadow 0.8s ease;
  -moz-transition: box-shadow 0.8s ease;
  -ms-transition: box-shadow 0.8s ease;
  transition: box-shadow 0.8s ease; }
  .btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }

.btn.btn-lg {
  padding: 10px 30px;
  line-height: 1.5; }

.btn.btn-whatsapp {
  color: #fff;
  background-color: #6AC335;
  border-color: #6AC335;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-whatsapp:hover, .btn.btn-whatsapp:active, .btn.btn-whatsapp.active, .btn.btn-whatsapp:focus, .btn.btn-whatsapp.focus, .btn.btn-whatsapp:not(:disabled):not(.disabled).active, .btn.btn-whatsapp:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #549b2a;
    border-color: #509328; }
  .open > .btn.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #549b2a;
    border-color: #509328;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-whatsapp.dropdown-toggle:hover, .open > .btn.btn-whatsapp.dropdown-toggle:focus, .open > .btn.btn-whatsapp.dropdown-toggle.focus {
      color: #fff;
      background-color: #457f22;
      border-color: #345f1a; }
  .btn.btn-whatsapp.disabled:focus, .btn.btn-whatsapp.disabled.focus, .btn.btn-whatsapp:disabled:focus, .btn.btn-whatsapp:disabled.focus {
    background-color: #6AC335;
    border-color: #6AC335; }
  .btn.btn-whatsapp.disabled:hover, .btn.btn-whatsapp:disabled:hover {
    background-color: #6AC335;
    border-color: #6AC335; }

.btn.btn-primary {
  color: #fff;
  background-color: #1A523E;
  border-color: #1A523E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px; }
  .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0e2b21;
    border-color: #0b241b; }
  .open > .btn.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e2b21;
    border-color: #0b241b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #05100c;
      border-color: black; }
  .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus {
    background-color: #1A523E;
    border-color: #1A523E; }
  .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
    background-color: #1A523E;
    border-color: #1A523E; }

.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px; }
  .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black.active, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: black;
    border-color: black; }
  .open > .btn.btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-black.dropdown-toggle:hover, .open > .btn.btn-black.dropdown-toggle:focus, .open > .btn.btn-black.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn.btn-black.disabled:focus, .btn.btn-black.disabled.focus, .btn.btn-black:disabled:focus, .btn.btn-black:disabled.focus {
    background-color: #000;
    border-color: #000; }
  .btn.btn-black.disabled:hover, .btn.btn-black:disabled:hover {
    background-color: #000;
    border-color: #000; }

.btn.btn-franquia {
  color: #fff;
  background-color: #212020;
  border-color: #212020;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-franquia:hover, .btn.btn-franquia:active, .btn.btn-franquia.active, .btn.btn-franquia:focus, .btn.btn-franquia.focus, .btn.btn-franquia:not(:disabled):not(.disabled).active, .btn.btn-franquia:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #070707;
    border-color: #020202; }
  .open > .btn.btn-franquia.dropdown-toggle {
    color: #fff;
    background-color: #070707;
    border-color: #020202;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-franquia.dropdown-toggle:hover, .open > .btn.btn-franquia.dropdown-toggle:focus, .open > .btn.btn-franquia.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn.btn-franquia.disabled:focus, .btn.btn-franquia.disabled.focus, .btn.btn-franquia:disabled:focus, .btn.btn-franquia:disabled.focus {
    background-color: #212020;
    border-color: #212020; }
  .btn.btn-franquia.disabled:hover, .btn.btn-franquia:disabled:hover {
    background-color: #212020;
    border-color: #212020; }

.btn.btn-secondary {
  color: #FFF;
  background-color: #333333;
  border-color: #333333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 180px;
  font-weight: bold; }
  .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #1a1a1a;
    border-color: #141414; }
  .open > .btn.btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #1a1a1a;
    border-color: #141414;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle.focus {
      color: #FFF;
      background-color: #080808;
      border-color: black; }
  .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus {
    background-color: #333333;
    border-color: #333333; }
  .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
    background-color: #333333;
    border-color: #333333; }

.btn.btn-tertiary {
  color: #FFF;
  background-color: #cccccc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary.active, .btn.btn-tertiary:focus, .btn.btn-tertiary.focus, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .btn.btn-tertiary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #b3b3b3;
    border-color: #adadad; }
  .open > .btn.btn-tertiary.dropdown-toggle {
    color: #FFF;
    background-color: #b3b3b3;
    border-color: #adadad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-tertiary.dropdown-toggle:hover, .open > .btn.btn-tertiary.dropdown-toggle:focus, .open > .btn.btn-tertiary.dropdown-toggle.focus {
      color: #FFF;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn.btn-tertiary.disabled:focus, .btn.btn-tertiary.disabled.focus, .btn.btn-tertiary:disabled:focus, .btn.btn-tertiary:disabled.focus {
    background-color: #cccccc;
    border-color: #cccccc; }
  .btn.btn-tertiary.disabled:hover, .btn.btn-tertiary:disabled:hover {
    background-color: #cccccc;
    border-color: #cccccc; }

.btn.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #CCC;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 5px 20px; }
  .btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .open > .btn.btn-light.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-light.dropdown-toggle:hover, .open > .btn.btn-light.dropdown-toggle:focus, .open > .btn.btn-light.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn.btn-light.disabled:focus, .btn.btn-light.disabled.focus, .btn.btn-light:disabled:focus, .btn.btn-light:disabled.focus {
    background-color: #fff;
    border-color: #CCC; }
  .btn.btn-light.disabled:hover, .btn.btn-light:disabled:hover {
    background-color: #fff;
    border-color: #CCC; }

.btn.btn-white {
  color: transparent;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
    color: transparent;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .open > .btn.btn-white.dropdown-toggle {
    color: transparent;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-white.dropdown-toggle:hover, .open > .btn.btn-white.dropdown-toggle:focus, .open > .btn.btn-white.dropdown-toggle.focus {
      color: transparent;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn.btn-white.disabled:focus, .btn.btn-white.disabled.focus, .btn.btn-white:disabled:focus, .btn.btn-white:disabled.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn.btn-white.disabled:hover, .btn.btn-white:disabled:hover {
    background-color: #fff;
    border-color: #fff; }

.btn.btn-border-white {
  color: #FFF;
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-border-white:hover, .btn.btn-border-white:active, .btn.btn-border-white.active, .btn.btn-border-white:focus, .btn.btn-border-white.focus, .btn.btn-border-white:not(:disabled):not(.disabled).active, .btn.btn-border-white:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .open > .btn.btn-border-white.dropdown-toggle {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-border-white.dropdown-toggle:hover, .open > .btn.btn-border-white.dropdown-toggle:focus, .open > .btn.btn-border-white.dropdown-toggle.focus {
      color: #FFF;
      background-color: rgba(0, 0, 0, 0);
      border-color: #bfbfbf; }
  .btn.btn-border-white.disabled:focus, .btn.btn-border-white.disabled.focus, .btn.btn-border-white:disabled:focus, .btn.btn-border-white:disabled.focus {
    background-color: transparent;
    border-color: #fff; }
  .btn.btn-border-white.disabled:hover, .btn.btn-border-white:disabled:hover {
    background-color: transparent;
    border-color: #fff; }

.btn.btn-border-primary {
  color: #1A523E;
  background-color: transparent;
  border-color: #1A523E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-border-primary:hover, .btn.btn-border-primary:active, .btn.btn-border-primary.active, .btn.btn-border-primary:focus, .btn.btn-border-primary.focus, .btn.btn-border-primary:not(:disabled):not(.disabled).active, .btn.btn-border-primary:not(:disabled):not(.disabled):active {
    color: #1A523E;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0b241b; }
  .open > .btn.btn-border-primary.dropdown-toggle {
    color: #1A523E;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0b241b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-border-primary.dropdown-toggle:hover, .open > .btn.btn-border-primary.dropdown-toggle:focus, .open > .btn.btn-border-primary.dropdown-toggle.focus {
      color: #1A523E;
      background-color: rgba(0, 0, 0, 0);
      border-color: black; }
  .btn.btn-border-primary.disabled:focus, .btn.btn-border-primary.disabled.focus, .btn.btn-border-primary:disabled:focus, .btn.btn-border-primary:disabled.focus {
    background-color: transparent;
    border-color: #1A523E; }
  .btn.btn-border-primary.disabled:hover, .btn.btn-border-primary:disabled:hover {
    background-color: transparent;
    border-color: #1A523E; }

.btn.btn-border-secondary {
  color: #1D1D1D;
  background-color: transparent;
  border-color: #333333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn.btn-border-secondary:hover, .btn.btn-border-secondary:active, .btn.btn-border-secondary.active, .btn.btn-border-secondary:focus, .btn.btn-border-secondary.focus, .btn.btn-border-secondary:not(:disabled):not(.disabled).active, .btn.btn-border-secondary:not(:disabled):not(.disabled):active {
    color: #1D1D1D;
    background-color: rgba(0, 0, 0, 0);
    border-color: #141414; }
  .open > .btn.btn-border-secondary.dropdown-toggle {
    color: #1D1D1D;
    background-color: rgba(0, 0, 0, 0);
    border-color: #141414;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-border-secondary.dropdown-toggle:hover, .open > .btn.btn-border-secondary.dropdown-toggle:focus, .open > .btn.btn-border-secondary.dropdown-toggle.focus {
      color: #1D1D1D;
      background-color: rgba(0, 0, 0, 0);
      border-color: black; }
  .btn.btn-border-secondary.disabled:focus, .btn.btn-border-secondary.disabled.focus, .btn.btn-border-secondary:disabled:focus, .btn.btn-border-secondary:disabled.focus {
    background-color: transparent;
    border-color: #333333; }
  .btn.btn-border-secondary.disabled:hover, .btn.btn-border-secondary:disabled:hover {
    background-color: transparent;
    border-color: #333333; }
  .btn.btn-border-secondary svg, .btn.btn-border-secondary i {
    color: #333333; }

.btn.btn-transparent {
  color: #1A523E;
  background-color: #FFF;
  border-color: #FFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  padding: 5px 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }
  .btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent.active, .btn.btn-transparent:focus, .btn.btn-transparent.focus, .btn.btn-transparent:not(:disabled):not(.disabled).active, .btn.btn-transparent:not(:disabled):not(.disabled):active {
    color: #1A523E;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .open > .btn.btn-transparent.dropdown-toggle {
    color: #1A523E;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .open > .btn.btn-transparent.dropdown-toggle:hover, .open > .btn.btn-transparent.dropdown-toggle:focus, .open > .btn.btn-transparent.dropdown-toggle.focus {
      color: #1A523E;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn.btn-transparent.disabled:focus, .btn.btn-transparent.disabled.focus, .btn.btn-transparent:disabled:focus, .btn.btn-transparent:disabled.focus {
    background-color: #FFF;
    border-color: #FFF; }
  .btn.btn-transparent.disabled:hover, .btn.btn-transparent:disabled:hover {
    background-color: #FFF;
    border-color: #FFF; }
  .btn.btn-transparent i, .btn.btn-transparent svg {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  .btn.btn-transparent:hover {
    border-color: #1A523E;
    background-color: #FFF; }

.btn-round {
  border-radius: 50%;
  min-width: 56px;
  width: min-content;
  padding: 15px; }

.btn-rounded {
  border-radius: 10px;
  padding: 8px 10px; }

.btn-float {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle; }

.btn-link-white {
  color: #FFF; }
  .btn-link-white:hover {
    color: #FFF; }

.fixed-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 100; }

.btn.btn-bold {
  font-weight: 700; }

.img-responsive {
  display: inline;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; }
  .img-responsive.min-w--50 {
    min-width: 50%; }

@media (max-width: 991px) {
  .img-responsive {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 100%; }
    .img-responsive.min-w--50 {
      min-width: 100%; } }
/*LGPD */
label[for="lgpdcheck"] {
  text-align: justify;
  width: 90% !important;
  height: auto !important;
  position: static !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: normal !important; }

label[for="lgpdcheck"] a {
  text-decoration: underline; }

input[name="lgpdcheck"] {
  vertical-align: top !important;
  height: auto !important;
  width: auto !important; }

.title {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 140%; }

.subtitle {
  font-size: 18px;
  font-weight: normal; }

.left-pipe {
  position: relative; }
  .left-pipe:before {
    content: " ";
    background-color: #8dffe4;
    width: 3px;
    height: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%); }

.right-pipe {
  position: relative; }
  .right-pipe:before {
    content: " ";
    background-color: #8dffe4;
    width: 3px;
    height: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%); }

h2.header {
  position: relative;
  font-size: 1.8em; }
  h2.header a {
    color: #cccccc; }
  h2.header.inline {
    display: inline;
    width: 100%; }
  h2.header.simple {
    padding-left: 0px; }
    h2.header.simple:before {
      display: none; }

.image-seo {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.text-seo {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.line-height-large {
  line-height: 200%; }

.bootstrap-select .dropdown-menu {
  font-size: 18px;
  min-width: unset !important;
  width: 100%; }

.input-custom {
  padding: 16px 20px !important;
  text-transform: uppercase;
  font-size: text !important;
  font-weight: bold !important;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.photo-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  object-fit: cover; }

.photo-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  object-fit: cover; }

.line-separator {
  margin-top: 30px; }

.header-section {
  position: relative;
  background-color: #1A523E;
  color: #FFF; }
  .header-section .background {
    height: 550px;
    background-position: center;
    background-size: cover; }
  .header-section .subtitle {
    color: #FFF;
    padding: 0px 0 20px; }
    .header-section .subtitle .container {
      position: relative;
      padding-right: 140px; }
      .header-section .subtitle .container.pr-400 {
        padding-right: 400px; }
      .header-section .subtitle .container p {
        padding: 0px;
        margin: 0px; }
    .header-section .subtitle h2 {
      font-weight: 700;
      margin: 0px;
      padding: 0px;
      text-transform: uppercase; }
    .header-section .subtitle img {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      max-width: 130px; }
  .header-section.header-section--search {
    background-color: #fff !important; }

@media (max-width: 991px) {
  .header-section .subtitle .container, .header-section .subtitle .container.pr-400 {
    padding-right: 15px; }
  .header-section .subtitle img {
    display: none; }
  .header-section .buttons {
    text-align: center;
    margin-top: 20px; } }
/* */
.departamentos {
  grid-gap: 0 20px !important;
  font-weight: 700; }
  .departamentos .header {
    color: #1A523E;
    text-transform: uppercase;
    padding: 5px 20px;
    text-align: center; }
  .departamentos .item {
    text-align: center;
    background-color: #eef0ef;
    color: #1A523E;
    padding: 5px 0px; }
    .departamentos .item a {
      font-weight: 700; }
    .departamentos .item.true {
      background-color: #aeceea; }

.lista-imoveis .card {
  border-radius: 5px;
  max-width: 503px; }

.lista-imoveis .btn-previus, .lista-imoveis .btn-next {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em; }

@media (min-width: 1200px) and (max-width: 1600px) {
  .lista-imoveis .card {
    max-width: 357px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .lista-imoveis .card {
    max-width: 297px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .lista-imoveis .card {
    max-width: 335px; } }
@media (min-width: 544px) and (max-width: 768px) {
  .lista-imoveis .card {
    max-width: 335px; } }
@media (max-width: 767px) {
  .lista-imoveis .card {
    max-width: calc(100vw - 45px); } }
.imoveis .card, .lista-imoveis .card {
  height: 528px; }

.card {
  -webkit-transition: box-shadow 0.8s ease-out, transform 0.3s ease-out;
  -moz-transition: box-shadow 0.8s ease-out, transform 0.3s ease-out;
  -ms-transition: box-shadow 0.8s ease-out, transform 0.3s ease-out;
  transition: box-shadow 0.8s ease-out, transform 0.3s ease-out;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  min-width: 250px;
  background-color: #F6F6F6;
  border-radius: 5px;
  border-bottom: 2px solid #1A523E;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .card:before {
    position: relative;
    content: " ";
    height: 100%;
    width: 100%;
    top: 5px;
    z-index: 0; }
  .card .btn {
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase; }
  .card .favoritar {
    background-color: #F6F6F6;
    box-shadow: 0 0 4px #A1A1A1 inset; }
    .card .favoritar .favorito {
      color: #fff; }
    .card .favoritar svg {
      color: tomato; }
  .card.card--Venda, .card.card--Vendas {
    border-bottom-color: #333333; }
    .card.card--Venda .price .btn, .card.card--Venda .negotiationtype, .card.card--Venda .discount, .card.card--Vendas .price .btn, .card.card--Vendas .negotiationtype, .card.card--Vendas .discount {
      background-color: #333333;
      font-weight: bold;
      font-size: 0.9em; }
    .card.card--Venda .selos .selo, .card.card--Vendas .selos .selo {
      color: #333333;
      border: 1px solid #333333; }
    .card.card--Venda .price .oldprice span, .card.card--Vendas .price .oldprice span {
      background-color: #1a1a1a; }
  .card.card--Locação {
    border-bottom-color: #1A523E; }
    .card.card--Locação .price .btn, .card.card--Locação .negotiationtype, .card.card--Locação .discount {
      background-color: #1A523E;
      font-weight: bold;
      font-size: 0.9em; }
    .card.card--Locação .price .btn {
      background-color: #000; }
    .card.card--Locação .selos .selo {
      color: #1A523E;
      border: 1px solid #1A523E; }
    .card.card--Locação .price .oldprice span {
      background-color: #0e2b21; }
  .card .selo-img {
    background-color: unset !important;
    border: 0px !important;
    width: 100px !important;
    height: 100px !important; }
  .card .selo img {
    width: 100px !important;
    height: 100px !important; }
  .card:hover .card-image, .card:hover .card-image img {
    height: 430px; }
  .card:hover .card-content {
    bottom: -80px; }
  .card .card-image {
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    height: 350px;
    object-fit: cover;
    position: relative;
    position: absolute;
    top: 0px;
    width: 100%; }
    .card .card-image img {
      -webkit-transition: height 0.3s ease-out;
      -moz-transition: height 0.3s ease-out;
      -ms-transition: height 0.3s ease-out;
      transition: height 0.3s ease-out;
      height: 350px;
      width: 100%;
      object-fit: cover; }
    .card .card-image .negotiationtype {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: auto;
      color: #fff;
      border-radius: 5px;
      padding: 5px 8px; }
    .card .card-image .selos {
      position: absolute;
      top: 55px;
      left: 10px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .card .card-image .selos .selo {
        border-radius: 5px;
        background-color: #eef9f6;
        padding: 5px 8px; }
    .card .card-image .discount {
      position: absolute;
      bottom: 10px;
      left: 10px;
      margin: auto;
      color: #fff;
      border-radius: 5px;
      padding: 5px 8px; }
    .card .card-image .price {
      position: absolute;
      bottom: 10px;
      right: 10px;
      margin: auto;
      display: flex;
      flex-direction: column;
      text-align: right; }
      .card .card-image .price .oldprice {
        color: #fff;
        text-align: right;
        z-index: 0; }
        .card .card-image .price .oldprice span {
          padding: 5px 10px;
          font-size: 80%;
          border-radius: 5px;
          position: relative; }
          .card .card-image .price .oldprice span:before {
            content: " ";
            position: absolute;
            top: 50%;
            margin-top: 1px solid #000; }
      .card .card-image .price .btn {
        color: #fff;
        margin: 0px;
        text-transform: none;
        z-index: 1; }
  .card .card-content {
    -webkit-transition: bottom 0.3s ease-out;
    -moz-transition: bottom 0.3s ease-out;
    -ms-transition: bottom 0.3s ease-out;
    transition: bottom 0.3s ease-out;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 30px 20px 20px;
    text-align: center;
    background-color: #F5F5F5; }
    .card .card-content .item {
      font-size: 18px;
      color: #000; }
      .card .card-content .item:first-child {
        margin-bottom: 10px; }
      .card .card-content .item h3 {
        margin-bottom: 10px; }
      .card .card-content .item address {
        margin: 0; }
      .card .card-content .item p {
        margin: 0;
        color: #000;
        line-height: 20px; }
      .card .card-content .item .btn {
        color: #000;
        padding: 2px 20px;
        margin-bottom: 5px;
        font-size: 16px; }

@media (max-width: 991px) {
  .lista-imoveis .row > .col {
    max-width: 100%; } }
.background-gray .card-content, .background-dark-gray .card-content {
  background-color: #FFF; }

.imovel-caracteristicas, .imovel-features, .imovel-photos, .imovel-mapa, .imoveis-semelhantes {
  border-top: 1px dotted #CCCCCC;
  padding-top: 20px; }

.btn {
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase; }

.btn-favoritos {
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase; }

.cards .card-content {
  padding: 5%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); }
  .cards .card-content .btn {
    width: max-content;
    margin: auto; }
  @media (max-width: 767px) {
    .cards .card-content br {
      display: none; } }

.card-border {
  border: 1px solid #1A523E;
  border-radius: 16px;
  padding: 2em;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .card-border.card-hover--primary {
    cursor: pointer; }
    .card-border.card-hover--primary:hover {
      color: #1A523E;
      text-decoration: none; }
  .card-border.card-border--primary {
    border-color: #1A523E; }
    .card-border.card-border--primary svg {
      color: #1A523E; }
    .card-border.card-border--primary:hover {
      transform: scale(0.9);
      outline: none;
      text-decoration: none; }
  .card-border .card-content {
    padding: 30px 20px 20px;
    text-align: center; }
    .card-border .card-content .item {
      font-size: 18px;
      color: #000; }
      .card-border .card-content .item:first-child {
        margin: 0; }
      .card-border .card-content .item address {
        margin: 0; }
      .card-border .card-content .item p {
        margin: 0;
        color: #000;
        line-height: 20px; }

.video-card {
  background: none;
  cursor: pointer; }
  .video-card .card-content {
    padding: 10px 0px 10px;
    color: #FFF; }
    .video-card .card-content .item, .video-card .card-content .item p {
      color: #FFF; }
  .video-card .card-image {
    height: 160px;
    object-fit: cover;
    position: relative; }
    .video-card .card-image img {
      height: 160px; }
    .video-card .card-image .play-button {
      position: absolute;
      left: 50%;
      color: #FFF;
      top: 50%;
      font-size: 48px;
      transform: translate(-50%, -50%); }

.videohero-card {
  background: none;
  display: flex;
  flex-direction: row; }
  .videohero-card .card-content {
    width: 100%;
    max-width: 290px;
    padding: 30px 15px 0;
    color: #FFF; }
    .videohero-card .card-content h3 {
      color: #FFF; }
    .videohero-card .card-content address {
      color: #FFF; }
    .videohero-card .card-content p {
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #FFF;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .videohero-card .card-image {
    flex: 1;
    height: 430px;
    object-fit: cover;
    position: relative; }
    .videohero-card .card-image img, .videohero-card .card-image iframe {
      height: 430px;
      width: 100%; }
    .videohero-card .card-image .play-button {
      position: absolute;
      left: 50%;
      color: #FFF;
      top: 50%;
      font-size: 48px;
      transform: translate(-50%, -50%); }

@media (max-width: 991px) {
  .videohero-card {
    flex-direction: column; }
    .videohero-card .card-content {
      padding: 0px 15px 0;
      max-width: 100%; } }
.news .slick-track {
  display: flex;
  gap: 15px; }

.hover-transform {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear; }
  .hover-transform:hover {
    transform: scale(1.1); }

.icon-transform {
  -webkit-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .icon-transform svg {
    -webkit-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: 450ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .icon-transform:hover {
    text-decoration: none; }
    .icon-transform:hover svg {
      transform: scale(1.3); }

/* Grid Helpers */
.grid {
  display: grid;
  grid-gap: 20px; }

.grid-size--1 {
  grid-template-columns: 1fr; }

.grid-size--2 {
  grid-template-columns: 1fr 1fr; }

.grid-size--3 {
  grid-template-columns: 1fr 1fr 1fr; }

.grid-size--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid-size--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

@media (max-width: 1199px) {
  .grid-size-md--1 {
    grid-template-columns: 1fr; }

  .grid-size-md--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-md--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-md--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-md--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
@media (max-width: 991px) {
  .grid-size-sm--1 {
    grid-template-columns: 1fr; }

  .grid-size-sm--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-sm--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-sm--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-sm--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
@media (max-width: 767px) {
  .grid-size-xs--1 {
    grid-template-columns: 1fr; }

  .grid-size-xs--2 {
    grid-template-columns: 1fr 1fr; }

  .grid-size-xs--3 {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid-size-xs--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid-size-xs--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
.flex {
  display: flex; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-center {
    align-items: center;
    justify-content: center; }
  .flex.flex-left-center {
    align-items: center;
    justify-content: flex-start; }
  .flex.flex-end {
    align-items: flex-end;
    justify-content: flex-end; }
  .flex.flex-start {
    align-items: flex-start;
    justify-content: flex-start; }
  .flex.flex-wrap {
    flex-wrap: wrap; }
  .flex .flex-1 {
    flex: 1; }

@media (max-width: 991px) {
  .flex.sm-gap-0 {
    gap: 0px; }
  .flex.sm-flex-column {
    flex-direction: column; }
  .flex.sm-flex-center {
    align-items: center;
    justify-content: center; } }
.flex.gap-0, .grid.gap-0 {
  gap: 0px; }

.flex.gap-5, .grid.gap-5 {
  gap: 5px; }

.flex.gap-10, .grid.gap-10 {
  gap: 10px; }

.flex.gap-15, .grid.gap-15 {
  gap: 15px; }

.flex.gap-20, .grid.gap-20 {
  gap: 20px; }

.flex.gap-25, .grid.gap-25 {
  gap: 25px; }

.flex.gap-30, .grid.gap-30 {
  gap: 30px; }

.flex.gap-35, .grid.gap-35 {
  gap: 35px; }

.flex.gap-40, .grid.gap-40 {
  gap: 40px; }

.flex.gap-45, .grid.gap-45 {
  gap: 45px; }

.flex.gap-50, .grid.gap-50 {
  gap: 50px; }

.flex.gap-55, .grid.gap-55 {
  gap: 55px; }

.flex.gap-60, .grid.gap-60 {
  gap: 60px; }

.flex.gap-65, .grid.gap-65 {
  gap: 65px; }

.flex.gap-70, .grid.gap-70 {
  gap: 70px; }

.flex.gap-75, .grid.gap-75 {
  gap: 75px; }

.flex.gap-80, .grid.gap-80 {
  gap: 80px; }

.flex.gap-85, .grid.gap-85 {
  gap: 85px; }

.flex.gap-90, .grid.gap-90 {
  gap: 90px; }

.flex.gap-95, .grid.gap-95 {
  gap: 95px; }

.flex.gap-100, .grid.gap-100 {
  gap: 100px; }

.flex.gap-105, .grid.gap-105 {
  gap: 105px; }

.flex.gap-110, .grid.gap-110 {
  gap: 110px; }

.flex.gap-115, .grid.gap-115 {
  gap: 115px; }

.flex.gap-120, .grid.gap-120 {
  gap: 120px; }

.flex.gap-125, .grid.gap-125 {
  gap: 125px; }

.flex.gap-130, .grid.gap-130 {
  gap: 130px; }

.flex.gap-135, .grid.gap-135 {
  gap: 135px; }

.flex.gap-140, .grid.gap-140 {
  gap: 140px; }

.flex.gap-145, .grid.gap-145 {
  gap: 145px; }

.flex.gap-150, .grid.gap-150 {
  gap: 150px; }

.flex.gap-155, .grid.gap-155 {
  gap: 155px; }

.flex.gap-160, .grid.gap-160 {
  gap: 160px; }

.flex.gap-165, .grid.gap-165 {
  gap: 165px; }

.flex.gap-170, .grid.gap-170 {
  gap: 170px; }

.flex.gap-175, .grid.gap-175 {
  gap: 175px; }

.flex.gap-180, .grid.gap-180 {
  gap: 180px; }

.flex.gap-185, .grid.gap-185 {
  gap: 185px; }

.flex.gap-190, .grid.gap-190 {
  gap: 190px; }

.flex.gap-195, .grid.gap-195 {
  gap: 195px; }

.flex.gap-200, .grid.gap-200 {
  gap: 200px; }

.flex.gap-205, .grid.gap-205 {
  gap: 205px; }

.flex.gap-210, .grid.gap-210 {
  gap: 210px; }

.flex.gap-215, .grid.gap-215 {
  gap: 215px; }

.flex.gap-220, .grid.gap-220 {
  gap: 220px; }

.flex.gap-225, .grid.gap-225 {
  gap: 225px; }

.flex.gap-230, .grid.gap-230 {
  gap: 230px; }

.flex.gap-235, .grid.gap-235 {
  gap: 235px; }

.flex.gap-240, .grid.gap-240 {
  gap: 240px; }

.flex.gap-245, .grid.gap-245 {
  gap: 245px; }

.flex.gap-250, .grid.gap-250 {
  gap: 250px; }

@media (max-width: 991px) {
  .flex.sm-gap-0, .grid.sm-gap-0 {
    gap: 0px; }

  .flex.sm-gap-5, .grid.sm-gap-5 {
    gap: 5px; }

  .flex.sm-gap-10, .grid.sm-gap-10 {
    gap: 10px; }

  .flex.sm-gap-15, .grid.sm-gap-15 {
    gap: 15px; }

  .flex.sm-gap-20, .grid.sm-gap-20 {
    gap: 20px; }

  .flex.sm-gap-25, .grid.sm-gap-25 {
    gap: 25px; }

  .flex.sm-gap-30, .grid.sm-gap-30 {
    gap: 30px; }

  .flex.sm-gap-35, .grid.sm-gap-35 {
    gap: 35px; }

  .flex.sm-gap-40, .grid.sm-gap-40 {
    gap: 40px; }

  .flex.sm-gap-45, .grid.sm-gap-45 {
    gap: 45px; }

  .flex.sm-gap-50, .grid.sm-gap-50 {
    gap: 50px; }

  .flex.sm-gap-55, .grid.sm-gap-55 {
    gap: 55px; }

  .flex.sm-gap-60, .grid.sm-gap-60 {
    gap: 60px; }

  .flex.sm-gap-65, .grid.sm-gap-65 {
    gap: 65px; }

  .flex.sm-gap-70, .grid.sm-gap-70 {
    gap: 70px; }

  .flex.sm-gap-75, .grid.sm-gap-75 {
    gap: 75px; }

  .flex.sm-gap-80, .grid.sm-gap-80 {
    gap: 80px; }

  .flex.sm-gap-85, .grid.sm-gap-85 {
    gap: 85px; }

  .flex.sm-gap-90, .grid.sm-gap-90 {
    gap: 90px; }

  .flex.sm-gap-95, .grid.sm-gap-95 {
    gap: 95px; }

  .flex.sm-gap-100, .grid.sm-gap-100 {
    gap: 100px; }

  .flex.sm-gap-105, .grid.sm-gap-105 {
    gap: 105px; }

  .flex.sm-gap-110, .grid.sm-gap-110 {
    gap: 110px; }

  .flex.sm-gap-115, .grid.sm-gap-115 {
    gap: 115px; }

  .flex.sm-gap-120, .grid.sm-gap-120 {
    gap: 120px; }

  .flex.sm-gap-125, .grid.sm-gap-125 {
    gap: 125px; }

  .flex.sm-gap-130, .grid.sm-gap-130 {
    gap: 130px; }

  .flex.sm-gap-135, .grid.sm-gap-135 {
    gap: 135px; }

  .flex.sm-gap-140, .grid.sm-gap-140 {
    gap: 140px; }

  .flex.sm-gap-145, .grid.sm-gap-145 {
    gap: 145px; }

  .flex.sm-gap-150, .grid.sm-gap-150 {
    gap: 150px; }

  .flex.sm-gap-155, .grid.sm-gap-155 {
    gap: 155px; }

  .flex.sm-gap-160, .grid.sm-gap-160 {
    gap: 160px; }

  .flex.sm-gap-165, .grid.sm-gap-165 {
    gap: 165px; }

  .flex.sm-gap-170, .grid.sm-gap-170 {
    gap: 170px; }

  .flex.sm-gap-175, .grid.sm-gap-175 {
    gap: 175px; }

  .flex.sm-gap-180, .grid.sm-gap-180 {
    gap: 180px; }

  .flex.sm-gap-185, .grid.sm-gap-185 {
    gap: 185px; }

  .flex.sm-gap-190, .grid.sm-gap-190 {
    gap: 190px; }

  .flex.sm-gap-195, .grid.sm-gap-195 {
    gap: 195px; }

  .flex.sm-gap-200, .grid.sm-gap-200 {
    gap: 200px; }

  .flex.sm-gap-205, .grid.sm-gap-205 {
    gap: 205px; }

  .flex.sm-gap-210, .grid.sm-gap-210 {
    gap: 210px; }

  .flex.sm-gap-215, .grid.sm-gap-215 {
    gap: 215px; }

  .flex.sm-gap-220, .grid.sm-gap-220 {
    gap: 220px; }

  .flex.sm-gap-225, .grid.sm-gap-225 {
    gap: 225px; }

  .flex.sm-gap-230, .grid.sm-gap-230 {
    gap: 230px; }

  .flex.sm-gap-235, .grid.sm-gap-235 {
    gap: 235px; }

  .flex.sm-gap-240, .grid.sm-gap-240 {
    gap: 240px; }

  .flex.sm-gap-245, .grid.sm-gap-245 {
    gap: 245px; }

  .flex.sm-gap-250, .grid.sm-gap-250 {
    gap: 250px; } }
/*Image */
.avatar {
  background-position: center;
  background-size: cover; }
  .avatar.avatar--round {
    border-radius: 5px; }
  .avatar.avatar--border {
    border: 1px solid #0061b4; }
  .avatar.avatar--lg {
    height: 140px;
    width: 150px; }

.popover {
  z-index: 1 !important;
  font-size: 12px !important; }
  .popover .popover-header {
    font-size: 12px !important; }

.form-group.multiple .bootstrap-select .dropdown-menu {
  min-width: 200px !important;
  width: 100%; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #1A523E;
  color: #FFF; }

.validated input:invalid, .validated select:invalid, .validated textarea:invalid {
  border-color: #dc3545; }

.hide-0 {
  display: none !important; }

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-xl {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }
@media (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none; } }
@media (max-width: 543px) {
  .hidden-xs {
    display: none; } }
.vitrine {
  overflow: hidden; }
  .vitrine.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .vitrine .slick-prev, .vitrine .slick-next {
    z-index: 1; }
  .vitrine .slick-next {
    right: 25px; }
  .vitrine .slick-prev {
    left: 25px; }
  .vitrine .slick-dots {
    bottom: 10px;
    padding: 0;
    position: absolute; }
    .vitrine .slick-dots li button::before {
      color: #1A523E;
      font-size: 18px;
      opacity: 1; }
    .vitrine .slick-dots li.slick-active button::before, .vitrine .slick-dots li:hover button::before {
      color: #333333; }

@media (max-width: 767px) {
  .vitrine .slick-next {
    right: 15px; }
  .vitrine .slick-prev {
    left: 15px; } }
.slick-dots {
  padding: 20px 0 0 0;
  bottom: 0px;
  position: relative; }
  .slick-dots li button::before {
    color: #1A523E;
    font-size: 16px;
    opacity: 1; }
  .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
    color: #333333; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list li {
    margin-bottom: 10px; }
  .list .list-item {
    display: inline-block; }
  .list.list--point .list-item {
    margin-right: -5px; }
    .list.list--point .list-item:first-child:before {
      display: none; }
    .list.list--point .list-item:before {
      content: "";
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin: 3px 10px; }
  .list.list--point-destaque .list-item {
    margin-right: -5px; }
    .list.list--point-destaque .list-item:first-child:before {
      display: none; }
    .list.list--point-destaque .list-item:before {
      content: "";
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #1A523E;
      display: inline-block;
      margin: 3px 10px; }

.list-cycle li {
  margin-left: 18px;
  list-style: circle;
  font-size: 18px;
  margin-bottom: 5px; }

ul li.no-list-style {
  list-style: none;
  margin-left: 0;
  margin-top: 15px; }

.grid-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .grid-images .grid-images__item {
    flex: 1;
    padding: 10px;
    min-width: 250px;
    max-height: 290px; }

/* Header */
.navbar-toggler span {
  background-color: #1A523E !important; }

header.header {
  -webkit-transition: margin-top 0.1s ease-in;
  -moz-transition: margin-top 0.1s ease-in;
  -ms-transition: margin-top 0.1s ease-in;
  transition: margin-top 0.1s ease-in;
  background: #FFF;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 4px #CCC;
  position: relative;
  z-index: 100;
  color: #000; }
  header.header .item a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px; }
    header.header .item a:hover {
      color: #1A523E; }
    header.header .item a.btn-primary {
      color: #FFF !important;
      font-size: 15px; }
      header.header .item a.btn-primary:hover {
        color: #fff; }
  header.header.hidden {
    margin-top: -83px; }
  header.header.header--double {
    background-color: #1d1d1d;
    color: #fff;
    padding: 5px 0px; }
  header.header.header--double .navbar-collapse .menu.menu--bottom {
    width: 90%;
    justify-content: space-between; }
  header.header.header--double .navbar-collapse .menu.menu--top .item a {
    font-weight: unset;
    font-size: 14px; }
  header.header.header--double .navbar-collapse .menu.menu--top .item .btn {
    font-weight: bold !important; }
  header.header .navbar .menu {
    color: #ffffff; }
    @media (max-width: 1199px) {
      header.header .navbar .menu {
        margin-top: 1.5em; } }
    header.header .navbar .menu .item a {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      white-space: nowrap;
      text-transform: uppercase; }
      header.header .navbar .menu .item a .icon {
        font-size: 16px;
        color: #1A523E; }
    header.header .navbar .menu .item .btn {
      text-transform: uppercase;
      padding: 5px 10px;
      font-weight: bold;
      color: #fff; }
      header.header .navbar .menu .item .btn:hover {
        color: #fff; }

@media (min-width: 992px) {
  .header .navbar .menu .item {
    margin-left: 1.8em; }
    .header .navbar .menu .item a:hover {
      color: #12382B; }
    .header .navbar .menu .item a.btn-black:hover {
      color: #FFF; }
  .header .navbar .menu .item.dropdown.show .dropdown-toggle {
    color: #12382B; }
  .header .navbar .menu .item.dropdown .dropdown-menu {
    background-color: #1d1d1d;
    color: #fff !important;
    padding: 0px;
    box-shadow: 0px 0px 1px #1d1d1d; }
    .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item {
      padding: 5px 15px; }
    .header .navbar .menu .item.dropdown .dropdown-menu:before {
      border-top: 8px solid #1D1D1D; }
    .header .navbar .menu .item.dropdown .dropdown-menu .separator {
      background-color: #FFF !important;
      color: #12382B;
      height: 1px;
      margin: 0 auto;
      width: 100%; }
    .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item {
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      color: #fff !important;
      font-weight: bold; }
      .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:focus, .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:active, .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:hover {
        color: #1A523E !important;
        background-color: #FFF; }
      .header .navbar .menu .item.dropdown .dropdown-menu .dropdown-item:active {
        color: #FFF !important;
        background-color: #1A523E; }
  .header .navbar .menu .item.dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #12382B; } }
@media (max-width: 991px) {
  header.hidden, header .navbar .menu {
    margin-top: 0px !important; }
  header .dropdown-toggle::after {
    display: none; } }
/* Fim Header */
/*Header Perseguidor */
.header-follower {
  z-index: 1000;
  position: fixed;
  background-color: inherit;
  top: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.scroll .header-follower {
  box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000; }

/*Fim Header Perseguidor */
/*Header Transform */
.header--transform {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .header--transform .logo {
    min-width: 200px; }
    .header--transform .logo img {
      max-height: 60px; }
      @media (min-width: 992px) {
        .header--transform .logo img {
          -webkit-transition: max-height 0.6s ease;
          -moz-transition: max-height 0.6s ease;
          -ms-transition: max-height 0.6s ease;
          transition: max-height 0.6s ease;
          max-height: 100px;
          width: auto; } }

@media (min-width: 992px) {
  .no-scroll .header--double.header--transform .logo.logo--transform {
    background-image: none; }
    .no-scroll .header--double.header--transform .logo.logo--transform img {
      visibility: visible; }
  .no-scroll .header--double.header--transform .navbar-collapse .menu--bottom {
    justify-content: space-between; }

  .scroll .scroll-hide {
    display: none; }
  .scroll .header--transform .logo img {
    max-height: 60px !important; }
  .scroll .header--transform .navbar-collapse {
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    transition: all 0.8s linear; }
    .scroll .header--transform .navbar-collapse .menu .item {
      -webkit-transition: all 0.8s linear;
      -moz-transition: all 0.8s linear;
      -ms-transition: all 0.8s linear;
      transition: all 0.8s linear; }
  .scroll .header--double.header--transform .navbar-collapse {
    flex-direction: row-reverse;
    justify-content: end !important;
    align-items: center; }
    .scroll .header--double.header--transform .navbar-collapse .menu {
      border: 0;
      margin: 0;
      padding: 0; }
      .scroll .header--double.header--transform .navbar-collapse .menu.menu--top .item {
        display: none; }
        .scroll .header--double.header--transform .navbar-collapse .menu.menu--top .item:last-child {
          display: block; } }
/*Fim Header Transform */
/* Home */
.section {
  padding-top: 2.5em; }
  .section .itens .item.item--content {
    padding-top: 20px;
    padding-bottom: 20px; }
  .section .section__margin {
    margin: 1em 0 1.1em; }
  .section .header {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section .header.header-left {
      align-items: flex-start; }
    .section .header h2.header {
      color: #1A523E;
      font-weight: bold;
      display: inline; }
    .section .header p {
      color: #cccccc; }
    .section .header h2.title, .section .header h2.title a, .section .header h2.title span {
      font-weight: 700;
      color: #000;
      padding: 0;
      margin: 0; }
  .section .buttons .btn {
    flex: 1;
    margin: 20px 20px 0 0; }

@media (max-width: 767px) {
  .section .itens .item.item--content {
    text-align: center; } }
@media (max-width: 991px) {
  .section .header {
    padding-top: 0px;
    padding-bottom: 20px; }
  .section .buttons .btn {
    width: 100%;
    margin: 20px 0 0; } }
.section-hero {
  background-image: url(images/vitrines/vitrineSala.jpg);
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0;
  height: 0;
  min-height: 500px;
  height: auto;
  position: relative; }
  .section-hero .red-stripe {
    position: absolute;
    background-color: #b61d18;
    left: 50%;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    top: 0;
    z-index: 0; }
  .section-hero .background {
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .section-hero .background:after {
      z-index: 1;
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .section-hero .background video {
      z-index: 1;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: blur(0px);
      -webkit-filter: blur(0px); }
    .section-hero .background iframe#player {
      z-index: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1920px;
      height: 1080px;
      transform: translateX(-50%) translateY(-50%); }
  .section-hero h1.lettering {
    position: relative;
    z-index: 1;
    text-transform: none;
    padding: 200px 0 10px 0;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 5px #000000; }
    .section-hero h1.lettering .typed-cursor {
      color: #1A523E; }
  .section-hero .top {
    user-select: none;
    padding-top: 20px; }
    .section-hero .top > * {
      z-index: 1; }
    .section-hero .top a {
      color: #FFF;
      font-size: 38px;
      cursor: pointer; }
      .section-hero .top a:hover {
        color: #1A523E; }
  .section-hero .pesquisa .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px; }
    .section-hero .pesquisa .tabs > a {
      z-index: 1;
      background-color: #6c757e;
      cursor: pointer;
      color: #FFF;
      text-decoration: none;
      padding: 8px 15px;
      border-radius: 5px;
      min-width: 150px;
      text-align: center;
      text-transform: uppercase;
      user-select: none; }
      .section-hero .pesquisa .tabs > a:hover, .section-hero .pesquisa .tabs > a.on {
        background-color: #000; }
  .section-hero .pesquisa-out {
    border-radius: 5px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 2px 5px #aaa;
    z-index: 900; }
    .section-hero .pesquisa-out > .holder {
      padding: 0 10px; }
    .section-hero .pesquisa-out .tabs {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1px; }
      .section-hero .pesquisa-out .tabs > a {
        z-index: 1;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        padding: 8px 15px;
        border-radius: 5px;
        min-width: 150px;
        text-align: center;
        text-transform: uppercase;
        user-select: none; }
        .section-hero .pesquisa-out .tabs > a:hover, .section-hero .pesquisa-out .tabs > a.on {
          background-color: #000; }
  .section-hero .information {
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 1;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px; }
    .section-hero .information .left-side {
      flex: 1; }
      .section-hero .information .left-side h1 {
        font-size: 40px;
        font-weight: 700; }
      .section-hero .information .left-side address {
        margin-bottom: 0.5rem;
        font-size: 90%; }
    .section-hero .information .right-side {
      flex: 1;
      position: relative; }
      .section-hero .information .right-side .buttons {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        bottom: 20px;
        right: 0%; }
        .section-hero .information .right-side .buttons a {
          margin: 0px;
          flex: unset; }

.section-hero-half {
  background-position-x: -300px;
  margin-bottom: 45px; }

@media (max-width: 1199px) {
  .section-hero .pesquisa .tabs {
    flex-wrap: wrap;
    gap: 3px; }
    .section-hero .pesquisa .tabs > a {
      min-width: auto; } }
@media (max-width: 991px) {
  .section-hero-half {
    background-position-x: center;
    background-position-y: -100px; }

  .section-hero h1.lettering {
    padding: 50px 0 30px 0; }
  .section-hero .red-stripe {
    display: none; }
  .section-hero .pesquisa-out {
    position: relative;
    bottom: unset;
    left: 0;
    transform: translateX(0%); }
  .section-hero .information {
    position: relative;
    bottom: unset;
    left: 0;
    transform: translateX(0%);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    flex-direction: column; }
    .section-hero .information .right-side .buttons {
      position: relative;
      bottom: unset;
      right: unset;
      transform: translateX(0%);
      padding-bottom: 20px;
      padding-top: 20px; }
      .section-hero .information .right-side .buttons a {
        flex: 1;
        width: 100%; } }
@media (max-width: 767px) {
  .section-hero .top a.hamburger {
    display: none; } }
.section-video {
  background-color: #000; }
  .section-video .header {
    text-align: center;
    padding-bottom: 40px; }
    .section-video .header .title {
      color: #FFF; }
  .section-video .imoveis {
    padding-bottom: 20px; }
    .section-video .imoveis .items .item .card {
      padding: 0 15px; }
      .section-video .imoveis .items .item .card .card-image:hover .image {
        opacity: 0.8; }

@media (max-width: 991px) {
  .section-video .slick-prev, .section-video .slick-next {
    display: none; } }
.imovel-infos h1.title {
  text-transform: none; }

.section-sobre {
  background-color: #f8f8f8;
  padding: 0px;
  display: flex;
  justify-content: center;
  gap: 50px; }
  .section-sobre > img {
    height: 100%;
    object-fit: cover;
    flex: 1;
    max-width: 50%; }
  .section-sobre > .box {
    flex: 1;
    max-width: 50%;
    padding: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right; }

@media (max-width: 1199px) {
  .section-sobre {
    flex-direction: column;
    gap: 20px; }
    .section-sobre > img {
      max-width: 100%; }
    .section-sobre > .box {
      text-align: center;
      max-width: 100%;
      justify-content: center; }
      .section-sobre > .box > img {
        max-width: 100%; } }
.section-aplicativo, .section-condominios {
  background-color: #f5fafe;
  background-image: url("images/fundoApp.jpg");
  background-position: center;
  background-repeat: repeat-y;
  padding: 0px; }
  .section-aplicativo .container, .section-condominios .container {
    display: flex;
    justify-content: center;
    gap: 50px; }
    .section-aplicativo .container > img, .section-condominios .container > img {
      max-width: 585px;
      height: 100%;
      object-fit: cover;
      margin: 30px 0px; }
    .section-aplicativo .container > .box, .section-condominios .container > .box {
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: right; }
      .section-aplicativo .container > .box h3, .section-condominios .container > .box h3 {
        font-weight: normal;
        color: #1A523E;
        font-size: 28px;
        text-transform: uppercase; }
      .section-aplicativo .container > .box p, .section-condominios .container > .box p {
        color: #1A523E;
        font-size: 1.25em;
        line-height: 2em; }
      .section-aplicativo .container > .box .buttons, .section-condominios .container > .box .buttons {
        display: flex;
        gap: 10px;
        flex-direction: row; }
        .section-aplicativo .container > .box .buttons .btn, .section-condominios .container > .box .buttons .btn {
          flex: 0;
          margin: 0px;
          min-width: auto;
          white-space: nowrap; }

.section-condominios {
  background-color: #f8f8f8;
  background-image: url("images/fundoAdm.jpg");
  background-position: center;
  background-repeat: no-repeat; }
  .section-condominios .container {
    min-height: 400px; }
    .section-condominios .container > .holder {
      flex: 1; }

@media (max-width: 1199px) {
  .section-aplicativo .container, .section-condominios .container {
    display: flex;
    flex-direction: column;
    gap: 0px; }
    .section-aplicativo .container > .box, .section-condominios .container > .box {
      text-align: center; }
      .section-aplicativo .container > .box .buttons, .section-condominios .container > .box .buttons {
        flex-direction: column;
        justify-content: center; }
        .section-aplicativo .container > .box .buttons .btn, .section-condominios .container > .box .buttons .btn {
          min-width: 40%; }
    .section-aplicativo .container > .holder, .section-condominios .container > .holder {
      display: none; } }
.conteudo-internas {
  margin-bottom: 60px;
  min-height: 500px;
  border-top: 3px solid #1A523E; }
  .conteudo-internas h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #1A523E; }
    .conteudo-internas h2 i, .conteudo-internas h2 svg {
      color: #1A523E; }
  .conteudo-internas h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1A523E; }
    .conteudo-internas h3 i, .conteudo-internas h3 svg {
      color: #1A523E; }
  .conteudo-internas h4 {
    font-size: 22px;
    color: #1A523E; }
    .conteudo-internas h4 i, .conteudo-internas h4 svg {
      color: #1A523E; }

.internas {
  min-height: 520px; }

.destaques-home .header {
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    .destaques-home .header .link {
      text-transform: uppercase;
      position: absolute;
      right: 0;
      top: 0; } }

section.hero .container {
  position: relative; }
  section.hero .container img {
    position: absolute;
    right: -45px;
    top: 0px;
    z-index: 1; }
section.hero .header {
  color: #FFF;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  section.hero .header h2 {
    font-weight: bold;
    font-size: 2.5em;
    padding: 30px 0 30px 0;
    margin: 0; }
    section.hero .header h2 .typed-cursor {
      color: #12382B; }
  section.hero .header p {
    font-size: 1em;
    padding: 0px 0 50px 0;
    margin: 0;
    color: #FFF; }
section.hero .items {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 80%; }
  section.hero .items > div, section.hero .items > a {
    min-width: 180px;
    max-width: 180px; }
  section.hero .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1D1D1D;
    color: #FFF;
    border: 1px solid #12382B;
    border-radius: 10px;
    padding: 5px 15px 10px 15px;
    text-align: center;
    gap: 0px; }
    section.hero .items .item:hover {
      background-color: #040404;
      text-decoration: none; }
    section.hero .items .item .icon {
      color: #cccccc;
      font-size: 2.1em; }
    section.hero .items .item h4 {
      color: #12382B;
      font-weight: bold;
      font-size: 1em;
      padding: 5px 0px 10px 0px;
      margin: 0px; }
    section.hero .items .item p {
      font-size: 0.8em;
      padding: 0px;
      margin: 0px; }

@media (max-width: 991px) {
  section.hero .container {
    background-image: none; }
    section.hero .container img {
      display: none; }
  section.hero .header {
    max-width: 100%; }
  section.hero .items {
    max-width: 100%; }
    section.hero .items .blank {
      display: none; }
    section.hero .items > div {
      min-width: calc(50% - 5px);
      max-width: calc(50% - 5px); }
      section.hero .items > div:last-child {
        min-width: 100%;
        max-width: 100%; } }
section.about .holder {
  display: flex; }
  section.about .holder .left {
    flex: 1; }
    section.about .holder .left iframe {
      width: 100%;
      height: 400px; }
  section.about .holder .right {
    flex: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    section.about .holder .right .content {
      background-color: #eef9f6;
      padding: 30px 20px 40px 20px;
      text-align: right;
      position: relative; }
      section.about .holder .right .content img {
        position: absolute;
        left: 0;
        bottom: 100%;
        transform: translateY(32px); }
      section.about .holder .right .content h3 {
        color: #1A523E;
        font-weight: bold;
        font-size: 1.5em; }
      section.about .holder .right .content a.btn-secondary {
        position: absolute;
        bottom: 0px;
        right: 20px;
        font-weight: bold;
        transform: translateY(50%);
        white-space: nowrap; }

@media (max-width: 991px) {
  section.about .holder {
    flex-direction: column; }
    section.about .holder .right .content img {
      display: none; } }
section.links {
  margin-bottom: 2.5em; }
  section.links .items {
    gap: 20px; }
    section.links .items .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #eef9f6;
      padding: 15px;
      text-align: center; }
      section.links .items .item .icon {
        color: #1A523E;
        font-size: 2.5em; }
      section.links .items .item h4 {
        color: #cccccc;
        font-weight: bold;
        font-size: 1.1em;
        padding: 5px 0px 10px 0px;
        margin: 0px; }
      section.links .items .item p {
        font-size: 0.9em;
        padding: 0px;
        margin: 0px; }

@media (max-width: 991px) {
  section.links .items {
    gap: 10px; }
    section.links .items .item {
      min-width: calc(50% - 10px); } }
section.info {
  padding: 0px; }
  section.info h2 {
    color: #000;
    font-size: 1.5em; }
  section.info p {
    color: #333333;
    font-size: 0.9em;
    line-height: 35px;
    padding-bottom: 10px; }
  section.info.darkgreen {
    background-color: #1A523E; }
    section.info.darkgreen h2, section.info.darkgreen p {
      color: #FFF; }
  section.info.gray {
    background-color: #F2F2F2; }
  section.info.instagram {
    margin-top: 2.5em;
    padding-top: 2.5em; }
  section.info.oferta .btn.btn-secondary {
    padding: 10px 15px;
    min-width: 170px; }
  section.info .items .content {
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 50px; }
    section.info .items .content h2 {
      font-weight: bold; }
    section.info .items .content .btn-secondary, section.info .items .content .btn-primary {
      font-weight: bold;
      font-size: 0.9em; }
  section.info .items .image {
    min-height: 370px;
    background-repeat: no-repeat;
    background-position: center; }
    section.info .items .image.left {
      background-position: right center; }
    section.info .items .image.right {
      background-position: left center; }
    section.info .items .image.top {
      background-position: top;
      margin: 15px 0; }

@media (max-width: 991px) {
  section.info .items .content {
    padding: 0px 20px 20px 20px; }
  section.info .items .image {
    background-size: contain;
    min-height: 250px;
    margin: 20px 0px; } }
section.proposta label {
  display: none; }
section.proposta .lgpdcheck label {
  color: #35a187;
  display: inline; }

.section.franquia-sobre .cols {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px; }
  .section.franquia-sobre .cols .col {
    flex: 1;
    text-align: center;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px; }
    .section.franquia-sobre .cols .col i, .section.franquia-sobre .cols .col svg {
      -webkit-transition: transform 0.3s ease;
      -moz-transition: transform 0.3s ease;
      -ms-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      color: #333333;
      font-size: 2.5em; }
    .section.franquia-sobre .cols .col p {
      font-size: 1em;
      padding: 15px 0px;
      margin: 0px;
      color: #333333; }
    .section.franquia-sobre .cols .col.col-right {
      text-align: left; }

@media (max-width: 991px) {
  .section.franquia-sobre .cols {
    gap: 0px;
    flex-direction: column; }
    .section.franquia-sobre .cols .col {
      text-align: center; }
      .section.franquia-sobre .cols .col.col-right {
        text-align: center; } }
section.ajuda .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 10px; }
  section.ajuda .links .link {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    text-align: center;
    background-color: #FFF;
    border: 2px solid var(--color-primary);
    border-radius: 10px;
    padding: 20px 15px; }
    section.ajuda .links .link i, section.ajuda .links .link svg {
      color: var(--color-primary);
      font-size: 2.5em; }
    section.ajuda .links .link p {
      font-size: 1em;
      padding-top: 15px;
      margin: 0px;
      font-weight: bold;
      color: var(--color-primary); }
    section.ajuda .links .link:hover {
      transform: scale(1.05) translateY(-5px);
      border-color: var(--color-primary-dark);
      text-decoration: none; }
      section.ajuda .links .link:hover i, section.ajuda .links .link:hover svg, section.ajuda .links .link:hover p {
        color: var(--color-primary-dark); }

@media (max-width: 991px) {
  section.ajuda .links {
    grid-template-columns: 1fr; }
    section.ajuda .links .link {
      min-width: 100%;
      max-width: 100%; } }
/* Fim Home */
section.contato .telefones .phone h3, section.contato .telefones .phone a {
  font-size: 20px;
  font-weight: bold;
  padding: 0px;
  margin: 0px; }

.busca {
  background-color: #F1F1F1; }
  .busca.busca--home {
    background-color: #213059; }
    .busca.busca--home .tabs {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      padding-top: 15px; }
      .busca.busca--home .tabs > a {
        z-index: 1;
        background-color: #FFF;
        cursor: pointer;
        color: #1A523E;
        border: 1px solid #333333;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        user-select: none; }
        .busca.busca--home .tabs > a:hover, .busca.busca--home .tabs > a.on {
          background-color: #333333;
          border-color: #333333;
          color: #FFF; }

@media (max-width: 1199px) {
  .busca.busca--home .tabs {
    flex-wrap: wrap;
    gap: 3px; }
    .busca.busca--home .tabs > a {
      min-width: auto; } }
.searchbar .item {
  min-width: 100px; }
  .searchbar .item .btn,
  .searchbar .item .form-group .btn,
  .searchbar .item .form-group input {
    padding: 10px 20px;
    height: 45px; }
  .searchbar .item .form-group .dropdown-menu input {
    border: 1px solid #CCCCCC; }
  .searchbar .item .form-group .btn, .searchbar .item .form-group input {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    border: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 14px !important;
    font-weight: unset !important;
    text-transform: unset;
    color: #000; }
    .searchbar .item .form-group .btn:hover, .searchbar .item .form-group input:hover {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
  .searchbar .item button.btn-primary {
    font-size: 0.9em !important;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
    .searchbar .item button.btn-primary:hover {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }

.searchbar.searchbar--home .item.col {
  min-width: 10%;
  min-height: 55px; }

@media (max-width: 1599px) {
  .searchbar .item {
    min-width: 100px; } }
@media (min-width: 992px) {
  .searchbar .item {
    min-width: 100px; } }
@media (max-width: 1199px) {
  .searchbar .item {
    min-width: 100px; } }
@media (max-width: 991px) {
  .searchbar .item {
    min-width: 100%; }

  .searchbar.searchbar--home .form-row {
    flex-direction: column; } }
.box {
  padding: 25px 40px; }
  .box.box-green {
    background-color: #EEF9F6; }

.box-itens-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .box-itens-icon .item {
    min-width: calc(50% - 10px);
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #333333; }
    .box-itens-icon .item:first-child {
      border-top: 0;
      padding-top: 0px; }
    .box-itens-icon .item .infos h2 {
      font-weight: bold;
      margin-bottom: 15px;
      text-align: left; }
    .box-itens-icon .item .icon {
      text-align: center;
      margin-bottom: 10px;
      font-size: 75px;
      color: #1A523E; }

@media (max-width: 991px) {
  .box-itens-icon .item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 100%; } }
.icons-sociais-inline {
  list-style: none;
  display: flex;
  align-items: center; }
  .icons-sociais-inline .icon {
    margin: 5px; }
    .icons-sociais-inline .icon:first-child {
      margin-left: 0; }
    .icons-sociais-inline .icon a {
      font-size: 25px !important;
      color: #fff; }
    .icons-sociais-inline .icon:hover {
      color: #1A523E; }

.share-item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 10px; }
  .share-item svg {
    font-size: 18px; }
  .share-item:hover svg {
    transform: scale(1.2); }

.favoritar {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #F6F6F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .favoritar .favorito {
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative; }
    .favoritar .favorito svg {
      width: 100%;
      height: 100%; }

.formulario {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  align-items: flex-end; }
  .formulario.formulario-horizontal .form-group {
    min-width: 0; }
  .formulario label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  .formulario .obs {
    font-size: 80%;
    padding: 0px;
    margin: 0px; }
  .formulario .form-control {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    min-height: 40px; }
  .formulario .form-group {
    min-width: 100%;
    margin: 0px; }
    .formulario .form-group.flex-1 {
      flex: 1; }
    .formulario .form-group.w-90 {
      min-width: calc(90% - 10px);
      flex: 0.9; }
    .formulario .form-group.w-80 {
      min-width: calc(80% - 10px);
      flex: 0.8; }
    .formulario .form-group.w-75 {
      min-width: calc(75% - 10px);
      flex: 0.75; }
    .formulario .form-group.w-70 {
      min-width: calc(70% - 10px);
      flex: 0.7; }
    .formulario .form-group.w-60 {
      min-width: calc(60% - 10px);
      flex: 0.6; }
    .formulario .form-group.w-50 {
      min-width: calc(50% - 10px);
      flex: 0.5; }
    .formulario .form-group.w-40 {
      min-width: calc(40% - 10px);
      flex: 0.4; }
    .formulario .form-group.w-30 {
      min-width: calc(30% - 10px);
      flex: 0.3; }
    .formulario .form-group.w-25 {
      min-width: calc(25% - 10px);
      flex: 0.25; }
    .formulario .form-group.w-20 {
      min-width: calc(20% - 10px);
      flex: 0.2; }
    .formulario .form-group.w-10 {
      min-width: calc(10% - 10px);
      flex: 0.1; }

@media (max-width: 991px) {
  .formulario .form-group {
    min-width: 100% !important; } }
.features {
  grid-gap: 5px;
  margin-left: 25px; }

/* Footer */
@media (min-width: 992px) {
  .footer-slideout main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 55px);
    padding-bottom: 20px; }
  .footer-slideout footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%; } }
.fixed-bar {
  background-color: #1A523E;
  margin-top: 100px; }

.footer-banner {
  background-color: #000000;
  color: #FFF;
  padding: 5px 0;
  font-size: 1.2em; }
  .footer-banner a {
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-weight: bold; }
    .footer-banner a svg, .footer-banner a i {
      -webkit-transition: transform 0.3s ease;
      -moz-transition: transform 0.3s ease;
      -ms-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      color: #FFF; }
    .footer-banner a:hover {
      text-decoration: none; }
      .footer-banner a:hover svg, .footer-banner a:hover i {
        transform: scale(1.1) translateY(-5px); }

@media (max-width: 991px) {
  .footer-banner {
    position: relative;
    padding-bottom: 20px;
    text-align: center; } }
footer {
  color: #fff; }
  footer .content {
    gap: 80px; }
  footer .informacoes {
    background-color: #12382B;
    padding-top: 40px;
    font-size: 1em; }
    footer .informacoes a, footer .informacoes h4 {
      font-size: 1em;
      margin: 0px;
      padding: 0px; }
    footer .informacoes h4 {
      font-size: 1.2em;
      font-weight: bold;
      margin: 20px 0; }
    footer .informacoes i, footer .informacoes svg {
      color: #FFF !important; }
    footer .informacoes .loja.loja--0, footer .informacoes .loja.loja--1, footer .informacoes .loja.loja--2 {
      text-align: center; }
      footer .informacoes .loja.loja--0 .phones, footer .informacoes .loja.loja--0 .links, footer .informacoes .loja.loja--1 .phones, footer .informacoes .loja.loja--1 .links, footer .informacoes .loja.loja--2 .phones, footer .informacoes .loja.loja--2 .links {
        align-items: center;
        justify-content: center; }
    footer .informacoes .loja.loja--x2 {
      text-align: right; }
      footer .informacoes .loja.loja--x2 .phones, footer .informacoes .loja.loja--x2 .links {
        align-items: right;
        justify-content: right; }
  footer .copyright {
    color: #CCCCCC;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 15px; }
    footer .copyright a {
      color: #CCCCCC; }

@media (max-width: 991px) {
  footer .content {
    gap: 20px; }
  footer .loja.loja--0, footer .loja.loja--1, footer .loja.loja--2 {
    text-align: center; }
    footer .loja.loja--0 .phones, footer .loja.loja--0 .links, footer .loja.loja--1 .phones, footer .loja.loja--1 .links, footer .loja.loja--2 .phones, footer .loja.loja--2 .links {
      align-items: center;
      justify-content: center; } }
.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.pa-0 {
  padding: 0px; }

.pl-0 {
  padding-left: 0px; }

.pr-0 {
  padding-right: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.ma-0 {
  margin: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.pa-5 {
  padding: 5px; }

.pl-5 {
  padding-left: 5px; }

.pr-5 {
  padding-right: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.ma-5 {
  margin: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pa-10 {
  padding: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.ma-10 {
  margin: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pa-15 {
  padding: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.ma-15 {
  margin: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.pa-20 {
  padding: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.ma-20 {
  margin: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pa-25 {
  padding: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.ma-25 {
  margin: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.pa-30 {
  padding: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.ma-30 {
  margin: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pa-35 {
  padding: 35px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.ma-35 {
  margin: 35px; }

.ml-35 {
  margin-left: 35px; }

.mr-35 {
  margin-right: 35px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.pa-40 {
  padding: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.ma-40 {
  margin: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pa-45 {
  padding: 45px; }

.pl-45 {
  padding-left: 45px; }

.pr-45 {
  padding-right: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.ma-45 {
  margin: 45px; }

.ml-45 {
  margin-left: 45px; }

.mr-45 {
  margin-right: 45px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.pa-50 {
  padding: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.ma-50 {
  margin: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pa-55 {
  padding: 55px; }

.pl-55 {
  padding-left: 55px; }

.pr-55 {
  padding-right: 55px; }

.pt-55 {
  padding-top: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.ma-55 {
  margin: 55px; }

.ml-55 {
  margin-left: 55px; }

.mr-55 {
  margin-right: 55px; }

.mt-55 {
  margin-top: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.pa-60 {
  padding: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.ma-60 {
  margin: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.pa-65 {
  padding: 65px; }

.pl-65 {
  padding-left: 65px; }

.pr-65 {
  padding-right: 65px; }

.pt-65 {
  padding-top: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.ma-65 {
  margin: 65px; }

.ml-65 {
  margin-left: 65px; }

.mr-65 {
  margin-right: 65px; }

.mt-65 {
  margin-top: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.pa-70 {
  padding: 70px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.ma-70 {
  margin: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.pa-75 {
  padding: 75px; }

.pl-75 {
  padding-left: 75px; }

.pr-75 {
  padding-right: 75px; }

.pt-75 {
  padding-top: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.ma-75 {
  margin: 75px; }

.ml-75 {
  margin-left: 75px; }

.mr-75 {
  margin-right: 75px; }

.mt-75 {
  margin-top: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.pa-80 {
  padding: 80px; }

.pl-80 {
  padding-left: 80px; }

.pr-80 {
  padding-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.ma-80 {
  margin: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.pa-85 {
  padding: 85px; }

.pl-85 {
  padding-left: 85px; }

.pr-85 {
  padding-right: 85px; }

.pt-85 {
  padding-top: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.ma-85 {
  margin: 85px; }

.ml-85 {
  margin-left: 85px; }

.mr-85 {
  margin-right: 85px; }

.mt-85 {
  margin-top: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.pa-90 {
  padding: 90px; }

.pl-90 {
  padding-left: 90px; }

.pr-90 {
  padding-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.ma-90 {
  margin: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.pa-95 {
  padding: 95px; }

.pl-95 {
  padding-left: 95px; }

.pr-95 {
  padding-right: 95px; }

.pt-95 {
  padding-top: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.ma-95 {
  margin: 95px; }

.ml-95 {
  margin-left: 95px; }

.mr-95 {
  margin-right: 95px; }

.mt-95 {
  margin-top: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.pa-100 {
  padding: 100px; }

.pl-100 {
  padding-left: 100px; }

.pr-100 {
  padding-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.ma-100 {
  margin: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.pa-105 {
  padding: 105px; }

.pl-105 {
  padding-left: 105px; }

.pr-105 {
  padding-right: 105px; }

.pt-105 {
  padding-top: 105px; }

.pb-105 {
  padding-bottom: 105px; }

.ma-105 {
  margin: 105px; }

.ml-105 {
  margin-left: 105px; }

.mr-105 {
  margin-right: 105px; }

.mt-105 {
  margin-top: 105px; }

.mb-105 {
  margin-bottom: 105px; }

.pa-110 {
  padding: 110px; }

.pl-110 {
  padding-left: 110px; }

.pr-110 {
  padding-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.ma-110 {
  margin: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.pa-115 {
  padding: 115px; }

.pl-115 {
  padding-left: 115px; }

.pr-115 {
  padding-right: 115px; }

.pt-115 {
  padding-top: 115px; }

.pb-115 {
  padding-bottom: 115px; }

.ma-115 {
  margin: 115px; }

.ml-115 {
  margin-left: 115px; }

.mr-115 {
  margin-right: 115px; }

.mt-115 {
  margin-top: 115px; }

.mb-115 {
  margin-bottom: 115px; }

.pa-120 {
  padding: 120px; }

.pl-120 {
  padding-left: 120px; }

.pr-120 {
  padding-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.ma-120 {
  margin: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.pa-125 {
  padding: 125px; }

.pl-125 {
  padding-left: 125px; }

.pr-125 {
  padding-right: 125px; }

.pt-125 {
  padding-top: 125px; }

.pb-125 {
  padding-bottom: 125px; }

.ma-125 {
  margin: 125px; }

.ml-125 {
  margin-left: 125px; }

.mr-125 {
  margin-right: 125px; }

.mt-125 {
  margin-top: 125px; }

.mb-125 {
  margin-bottom: 125px; }

.pa-130 {
  padding: 130px; }

.pl-130 {
  padding-left: 130px; }

.pr-130 {
  padding-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.ma-130 {
  margin: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.pa-135 {
  padding: 135px; }

.pl-135 {
  padding-left: 135px; }

.pr-135 {
  padding-right: 135px; }

.pt-135 {
  padding-top: 135px; }

.pb-135 {
  padding-bottom: 135px; }

.ma-135 {
  margin: 135px; }

.ml-135 {
  margin-left: 135px; }

.mr-135 {
  margin-right: 135px; }

.mt-135 {
  margin-top: 135px; }

.mb-135 {
  margin-bottom: 135px; }

.pa-140 {
  padding: 140px; }

.pl-140 {
  padding-left: 140px; }

.pr-140 {
  padding-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.ma-140 {
  margin: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.pa-145 {
  padding: 145px; }

.pl-145 {
  padding-left: 145px; }

.pr-145 {
  padding-right: 145px; }

.pt-145 {
  padding-top: 145px; }

.pb-145 {
  padding-bottom: 145px; }

.ma-145 {
  margin: 145px; }

.ml-145 {
  margin-left: 145px; }

.mr-145 {
  margin-right: 145px; }

.mt-145 {
  margin-top: 145px; }

.mb-145 {
  margin-bottom: 145px; }

.pa-150 {
  padding: 150px; }

.pl-150 {
  padding-left: 150px; }

.pr-150 {
  padding-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.ma-150 {
  margin: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.pa-155 {
  padding: 155px; }

.pl-155 {
  padding-left: 155px; }

.pr-155 {
  padding-right: 155px; }

.pt-155 {
  padding-top: 155px; }

.pb-155 {
  padding-bottom: 155px; }

.ma-155 {
  margin: 155px; }

.ml-155 {
  margin-left: 155px; }

.mr-155 {
  margin-right: 155px; }

.mt-155 {
  margin-top: 155px; }

.mb-155 {
  margin-bottom: 155px; }

.pa-160 {
  padding: 160px; }

.pl-160 {
  padding-left: 160px; }

.pr-160 {
  padding-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.ma-160 {
  margin: 160px; }

.ml-160 {
  margin-left: 160px; }

.mr-160 {
  margin-right: 160px; }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.pa-165 {
  padding: 165px; }

.pl-165 {
  padding-left: 165px; }

.pr-165 {
  padding-right: 165px; }

.pt-165 {
  padding-top: 165px; }

.pb-165 {
  padding-bottom: 165px; }

.ma-165 {
  margin: 165px; }

.ml-165 {
  margin-left: 165px; }

.mr-165 {
  margin-right: 165px; }

.mt-165 {
  margin-top: 165px; }

.mb-165 {
  margin-bottom: 165px; }

.pa-170 {
  padding: 170px; }

.pl-170 {
  padding-left: 170px; }

.pr-170 {
  padding-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.ma-170 {
  margin: 170px; }

.ml-170 {
  margin-left: 170px; }

.mr-170 {
  margin-right: 170px; }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.pa-175 {
  padding: 175px; }

.pl-175 {
  padding-left: 175px; }

.pr-175 {
  padding-right: 175px; }

.pt-175 {
  padding-top: 175px; }

.pb-175 {
  padding-bottom: 175px; }

.ma-175 {
  margin: 175px; }

.ml-175 {
  margin-left: 175px; }

.mr-175 {
  margin-right: 175px; }

.mt-175 {
  margin-top: 175px; }

.mb-175 {
  margin-bottom: 175px; }

.pa-180 {
  padding: 180px; }

.pl-180 {
  padding-left: 180px; }

.pr-180 {
  padding-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.ma-180 {
  margin: 180px; }

.ml-180 {
  margin-left: 180px; }

.mr-180 {
  margin-right: 180px; }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.pa-185 {
  padding: 185px; }

.pl-185 {
  padding-left: 185px; }

.pr-185 {
  padding-right: 185px; }

.pt-185 {
  padding-top: 185px; }

.pb-185 {
  padding-bottom: 185px; }

.ma-185 {
  margin: 185px; }

.ml-185 {
  margin-left: 185px; }

.mr-185 {
  margin-right: 185px; }

.mt-185 {
  margin-top: 185px; }

.mb-185 {
  margin-bottom: 185px; }

.pa-190 {
  padding: 190px; }

.pl-190 {
  padding-left: 190px; }

.pr-190 {
  padding-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.ma-190 {
  margin: 190px; }

.ml-190 {
  margin-left: 190px; }

.mr-190 {
  margin-right: 190px; }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.pa-195 {
  padding: 195px; }

.pl-195 {
  padding-left: 195px; }

.pr-195 {
  padding-right: 195px; }

.pt-195 {
  padding-top: 195px; }

.pb-195 {
  padding-bottom: 195px; }

.ma-195 {
  margin: 195px; }

.ml-195 {
  margin-left: 195px; }

.mr-195 {
  margin-right: 195px; }

.mt-195 {
  margin-top: 195px; }

.mb-195 {
  margin-bottom: 195px; }

.pa-200 {
  padding: 200px; }

.pl-200 {
  padding-left: 200px; }

.pr-200 {
  padding-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.ma-200 {
  margin: 200px; }

.ml-200 {
  margin-left: 200px; }

.mr-200 {
  margin-right: 200px; }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.pa-205 {
  padding: 205px; }

.pl-205 {
  padding-left: 205px; }

.pr-205 {
  padding-right: 205px; }

.pt-205 {
  padding-top: 205px; }

.pb-205 {
  padding-bottom: 205px; }

.ma-205 {
  margin: 205px; }

.ml-205 {
  margin-left: 205px; }

.mr-205 {
  margin-right: 205px; }

.mt-205 {
  margin-top: 205px; }

.mb-205 {
  margin-bottom: 205px; }

.pa-210 {
  padding: 210px; }

.pl-210 {
  padding-left: 210px; }

.pr-210 {
  padding-right: 210px; }

.pt-210 {
  padding-top: 210px; }

.pb-210 {
  padding-bottom: 210px; }

.ma-210 {
  margin: 210px; }

.ml-210 {
  margin-left: 210px; }

.mr-210 {
  margin-right: 210px; }

.mt-210 {
  margin-top: 210px; }

.mb-210 {
  margin-bottom: 210px; }

.pa-215 {
  padding: 215px; }

.pl-215 {
  padding-left: 215px; }

.pr-215 {
  padding-right: 215px; }

.pt-215 {
  padding-top: 215px; }

.pb-215 {
  padding-bottom: 215px; }

.ma-215 {
  margin: 215px; }

.ml-215 {
  margin-left: 215px; }

.mr-215 {
  margin-right: 215px; }

.mt-215 {
  margin-top: 215px; }

.mb-215 {
  margin-bottom: 215px; }

.pa-220 {
  padding: 220px; }

.pl-220 {
  padding-left: 220px; }

.pr-220 {
  padding-right: 220px; }

.pt-220 {
  padding-top: 220px; }

.pb-220 {
  padding-bottom: 220px; }

.ma-220 {
  margin: 220px; }

.ml-220 {
  margin-left: 220px; }

.mr-220 {
  margin-right: 220px; }

.mt-220 {
  margin-top: 220px; }

.mb-220 {
  margin-bottom: 220px; }

.pa-225 {
  padding: 225px; }

.pl-225 {
  padding-left: 225px; }

.pr-225 {
  padding-right: 225px; }

.pt-225 {
  padding-top: 225px; }

.pb-225 {
  padding-bottom: 225px; }

.ma-225 {
  margin: 225px; }

.ml-225 {
  margin-left: 225px; }

.mr-225 {
  margin-right: 225px; }

.mt-225 {
  margin-top: 225px; }

.mb-225 {
  margin-bottom: 225px; }

.pa-230 {
  padding: 230px; }

.pl-230 {
  padding-left: 230px; }

.pr-230 {
  padding-right: 230px; }

.pt-230 {
  padding-top: 230px; }

.pb-230 {
  padding-bottom: 230px; }

.ma-230 {
  margin: 230px; }

.ml-230 {
  margin-left: 230px; }

.mr-230 {
  margin-right: 230px; }

.mt-230 {
  margin-top: 230px; }

.mb-230 {
  margin-bottom: 230px; }

.pa-235 {
  padding: 235px; }

.pl-235 {
  padding-left: 235px; }

.pr-235 {
  padding-right: 235px; }

.pt-235 {
  padding-top: 235px; }

.pb-235 {
  padding-bottom: 235px; }

.ma-235 {
  margin: 235px; }

.ml-235 {
  margin-left: 235px; }

.mr-235 {
  margin-right: 235px; }

.mt-235 {
  margin-top: 235px; }

.mb-235 {
  margin-bottom: 235px; }

.pa-240 {
  padding: 240px; }

.pl-240 {
  padding-left: 240px; }

.pr-240 {
  padding-right: 240px; }

.pt-240 {
  padding-top: 240px; }

.pb-240 {
  padding-bottom: 240px; }

.ma-240 {
  margin: 240px; }

.ml-240 {
  margin-left: 240px; }

.mr-240 {
  margin-right: 240px; }

.mt-240 {
  margin-top: 240px; }

.mb-240 {
  margin-bottom: 240px; }

.pa-245 {
  padding: 245px; }

.pl-245 {
  padding-left: 245px; }

.pr-245 {
  padding-right: 245px; }

.pt-245 {
  padding-top: 245px; }

.pb-245 {
  padding-bottom: 245px; }

.ma-245 {
  margin: 245px; }

.ml-245 {
  margin-left: 245px; }

.mr-245 {
  margin-right: 245px; }

.mt-245 {
  margin-top: 245px; }

.mb-245 {
  margin-bottom: 245px; }

.pa-250 {
  padding: 250px; }

.pl-250 {
  padding-left: 250px; }

.pr-250 {
  padding-right: 250px; }

.pt-250 {
  padding-top: 250px; }

.pb-250 {
  padding-bottom: 250px; }

.ma-250 {
  margin: 250px; }

.ml-250 {
  margin-left: 250px; }

.mr-250 {
  margin-right: 250px; }

.mt-250 {
  margin-top: 250px; }

.mb-250 {
  margin-bottom: 250px; }

.pr-400 {
  padding-right: 400px; }

@media (max-width: 991px) {
  .sm-pa-0 {
    padding: 0px; }

  .sm-pl-0 {
    padding-left: 0px; }

  .sm-pr-0 {
    padding-right: 0px; }

  .sm-pt-0 {
    padding-top: 0px; }

  .sm-pb-0 {
    padding-bottom: 0px; }

  .sm-ml-0 {
    margin-left: 0px; }

  .sm-mr-0 {
    margin-right: 0px; }

  .sm-mt-0 {
    margin-top: 0px; }

  .sm-mb-0 {
    margin-bottom: 0px; }

  .sm-pa-5 {
    padding: 5px; }

  .sm-pl-5 {
    padding-left: 5px; }

  .sm-pr-5 {
    padding-right: 5px; }

  .sm-pt-5 {
    padding-top: 5px; }

  .sm-pb-5 {
    padding-bottom: 5px; }

  .sm-ml-5 {
    margin-left: 5px; }

  .sm-mr-5 {
    margin-right: 5px; }

  .sm-mt-5 {
    margin-top: 5px; }

  .sm-mb-5 {
    margin-bottom: 5px; }

  .sm-pa-10 {
    padding: 10px; }

  .sm-pl-10 {
    padding-left: 10px; }

  .sm-pr-10 {
    padding-right: 10px; }

  .sm-pt-10 {
    padding-top: 10px; }

  .sm-pb-10 {
    padding-bottom: 10px; }

  .sm-ml-10 {
    margin-left: 10px; }

  .sm-mr-10 {
    margin-right: 10px; }

  .sm-mt-10 {
    margin-top: 10px; }

  .sm-mb-10 {
    margin-bottom: 10px; }

  .sm-pa-15 {
    padding: 15px; }

  .sm-pl-15 {
    padding-left: 15px; }

  .sm-pr-15 {
    padding-right: 15px; }

  .sm-pt-15 {
    padding-top: 15px; }

  .sm-pb-15 {
    padding-bottom: 15px; }

  .sm-ml-15 {
    margin-left: 15px; }

  .sm-mr-15 {
    margin-right: 15px; }

  .sm-mt-15 {
    margin-top: 15px; }

  .sm-mb-15 {
    margin-bottom: 15px; }

  .sm-pa-20 {
    padding: 20px; }

  .sm-pl-20 {
    padding-left: 20px; }

  .sm-pr-20 {
    padding-right: 20px; }

  .sm-pt-20 {
    padding-top: 20px; }

  .sm-pb-20 {
    padding-bottom: 20px; }

  .sm-ml-20 {
    margin-left: 20px; }

  .sm-mr-20 {
    margin-right: 20px; }

  .sm-mt-20 {
    margin-top: 20px; }

  .sm-mb-20 {
    margin-bottom: 20px; }

  .sm-pa-25 {
    padding: 25px; }

  .sm-pl-25 {
    padding-left: 25px; }

  .sm-pr-25 {
    padding-right: 25px; }

  .sm-pt-25 {
    padding-top: 25px; }

  .sm-pb-25 {
    padding-bottom: 25px; }

  .sm-ml-25 {
    margin-left: 25px; }

  .sm-mr-25 {
    margin-right: 25px; }

  .sm-mt-25 {
    margin-top: 25px; }

  .sm-mb-25 {
    margin-bottom: 25px; }

  .sm-pa-30 {
    padding: 30px; }

  .sm-pl-30 {
    padding-left: 30px; }

  .sm-pr-30 {
    padding-right: 30px; }

  .sm-pt-30 {
    padding-top: 30px; }

  .sm-pb-30 {
    padding-bottom: 30px; }

  .sm-ml-30 {
    margin-left: 30px; }

  .sm-mr-30 {
    margin-right: 30px; }

  .sm-mt-30 {
    margin-top: 30px; }

  .sm-mb-30 {
    margin-bottom: 30px; }

  .sm-pa-35 {
    padding: 35px; }

  .sm-pl-35 {
    padding-left: 35px; }

  .sm-pr-35 {
    padding-right: 35px; }

  .sm-pt-35 {
    padding-top: 35px; }

  .sm-pb-35 {
    padding-bottom: 35px; }

  .sm-ml-35 {
    margin-left: 35px; }

  .sm-mr-35 {
    margin-right: 35px; }

  .sm-mt-35 {
    margin-top: 35px; }

  .sm-mb-35 {
    margin-bottom: 35px; }

  .sm-pa-40 {
    padding: 40px; }

  .sm-pl-40 {
    padding-left: 40px; }

  .sm-pr-40 {
    padding-right: 40px; }

  .sm-pt-40 {
    padding-top: 40px; }

  .sm-pb-40 {
    padding-bottom: 40px; }

  .sm-ml-40 {
    margin-left: 40px; }

  .sm-mr-40 {
    margin-right: 40px; }

  .sm-mt-40 {
    margin-top: 40px; }

  .sm-mb-40 {
    margin-bottom: 40px; }

  .sm-pa-45 {
    padding: 45px; }

  .sm-pl-45 {
    padding-left: 45px; }

  .sm-pr-45 {
    padding-right: 45px; }

  .sm-pt-45 {
    padding-top: 45px; }

  .sm-pb-45 {
    padding-bottom: 45px; }

  .sm-ml-45 {
    margin-left: 45px; }

  .sm-mr-45 {
    margin-right: 45px; }

  .sm-mt-45 {
    margin-top: 45px; }

  .sm-mb-45 {
    margin-bottom: 45px; }

  .sm-pa-50 {
    padding: 50px; }

  .sm-pl-50 {
    padding-left: 50px; }

  .sm-pr-50 {
    padding-right: 50px; }

  .sm-pt-50 {
    padding-top: 50px; }

  .sm-pb-50 {
    padding-bottom: 50px; }

  .sm-ml-50 {
    margin-left: 50px; }

  .sm-mr-50 {
    margin-right: 50px; }

  .sm-mt-50 {
    margin-top: 50px; }

  .sm-mb-50 {
    margin-bottom: 50px; }

  .sm-pa-55 {
    padding: 55px; }

  .sm-pl-55 {
    padding-left: 55px; }

  .sm-pr-55 {
    padding-right: 55px; }

  .sm-pt-55 {
    padding-top: 55px; }

  .sm-pb-55 {
    padding-bottom: 55px; }

  .sm-ml-55 {
    margin-left: 55px; }

  .sm-mr-55 {
    margin-right: 55px; }

  .sm-mt-55 {
    margin-top: 55px; }

  .sm-mb-55 {
    margin-bottom: 55px; }

  .sm-pa-60 {
    padding: 60px; }

  .sm-pl-60 {
    padding-left: 60px; }

  .sm-pr-60 {
    padding-right: 60px; }

  .sm-pt-60 {
    padding-top: 60px; }

  .sm-pb-60 {
    padding-bottom: 60px; }

  .sm-ml-60 {
    margin-left: 60px; }

  .sm-mr-60 {
    margin-right: 60px; }

  .sm-mt-60 {
    margin-top: 60px; }

  .sm-mb-60 {
    margin-bottom: 60px; }

  .sm-pa-65 {
    padding: 65px; }

  .sm-pl-65 {
    padding-left: 65px; }

  .sm-pr-65 {
    padding-right: 65px; }

  .sm-pt-65 {
    padding-top: 65px; }

  .sm-pb-65 {
    padding-bottom: 65px; }

  .sm-ml-65 {
    margin-left: 65px; }

  .sm-mr-65 {
    margin-right: 65px; }

  .sm-mt-65 {
    margin-top: 65px; }

  .sm-mb-65 {
    margin-bottom: 65px; }

  .sm-pa-70 {
    padding: 70px; }

  .sm-pl-70 {
    padding-left: 70px; }

  .sm-pr-70 {
    padding-right: 70px; }

  .sm-pt-70 {
    padding-top: 70px; }

  .sm-pb-70 {
    padding-bottom: 70px; }

  .sm-ml-70 {
    margin-left: 70px; }

  .sm-mr-70 {
    margin-right: 70px; }

  .sm-mt-70 {
    margin-top: 70px; }

  .sm-mb-70 {
    margin-bottom: 70px; }

  .sm-pa-75 {
    padding: 75px; }

  .sm-pl-75 {
    padding-left: 75px; }

  .sm-pr-75 {
    padding-right: 75px; }

  .sm-pt-75 {
    padding-top: 75px; }

  .sm-pb-75 {
    padding-bottom: 75px; }

  .sm-ml-75 {
    margin-left: 75px; }

  .sm-mr-75 {
    margin-right: 75px; }

  .sm-mt-75 {
    margin-top: 75px; }

  .sm-mb-75 {
    margin-bottom: 75px; }

  .sm-pa-80 {
    padding: 80px; }

  .sm-pl-80 {
    padding-left: 80px; }

  .sm-pr-80 {
    padding-right: 80px; }

  .sm-pt-80 {
    padding-top: 80px; }

  .sm-pb-80 {
    padding-bottom: 80px; }

  .sm-ml-80 {
    margin-left: 80px; }

  .sm-mr-80 {
    margin-right: 80px; }

  .sm-mt-80 {
    margin-top: 80px; }

  .sm-mb-80 {
    margin-bottom: 80px; }

  .sm-pa-85 {
    padding: 85px; }

  .sm-pl-85 {
    padding-left: 85px; }

  .sm-pr-85 {
    padding-right: 85px; }

  .sm-pt-85 {
    padding-top: 85px; }

  .sm-pb-85 {
    padding-bottom: 85px; }

  .sm-ml-85 {
    margin-left: 85px; }

  .sm-mr-85 {
    margin-right: 85px; }

  .sm-mt-85 {
    margin-top: 85px; }

  .sm-mb-85 {
    margin-bottom: 85px; }

  .sm-pa-90 {
    padding: 90px; }

  .sm-pl-90 {
    padding-left: 90px; }

  .sm-pr-90 {
    padding-right: 90px; }

  .sm-pt-90 {
    padding-top: 90px; }

  .sm-pb-90 {
    padding-bottom: 90px; }

  .sm-ml-90 {
    margin-left: 90px; }

  .sm-mr-90 {
    margin-right: 90px; }

  .sm-mt-90 {
    margin-top: 90px; }

  .sm-mb-90 {
    margin-bottom: 90px; }

  .sm-pa-95 {
    padding: 95px; }

  .sm-pl-95 {
    padding-left: 95px; }

  .sm-pr-95 {
    padding-right: 95px; }

  .sm-pt-95 {
    padding-top: 95px; }

  .sm-pb-95 {
    padding-bottom: 95px; }

  .sm-ml-95 {
    margin-left: 95px; }

  .sm-mr-95 {
    margin-right: 95px; }

  .sm-mt-95 {
    margin-top: 95px; }

  .sm-mb-95 {
    margin-bottom: 95px; }

  .sm-pa-100 {
    padding: 100px; }

  .sm-pl-100 {
    padding-left: 100px; }

  .sm-pr-100 {
    padding-right: 100px; }

  .sm-pt-100 {
    padding-top: 100px; }

  .sm-pb-100 {
    padding-bottom: 100px; }

  .sm-ml-100 {
    margin-left: 100px; }

  .sm-mr-100 {
    margin-right: 100px; }

  .sm-mt-100 {
    margin-top: 100px; }

  .sm-mb-100 {
    margin-bottom: 100px; }

  .sm-pa-105 {
    padding: 105px; }

  .sm-pl-105 {
    padding-left: 105px; }

  .sm-pr-105 {
    padding-right: 105px; }

  .sm-pt-105 {
    padding-top: 105px; }

  .sm-pb-105 {
    padding-bottom: 105px; }

  .sm-ml-105 {
    margin-left: 105px; }

  .sm-mr-105 {
    margin-right: 105px; }

  .sm-mt-105 {
    margin-top: 105px; }

  .sm-mb-105 {
    margin-bottom: 105px; }

  .sm-pa-110 {
    padding: 110px; }

  .sm-pl-110 {
    padding-left: 110px; }

  .sm-pr-110 {
    padding-right: 110px; }

  .sm-pt-110 {
    padding-top: 110px; }

  .sm-pb-110 {
    padding-bottom: 110px; }

  .sm-ml-110 {
    margin-left: 110px; }

  .sm-mr-110 {
    margin-right: 110px; }

  .sm-mt-110 {
    margin-top: 110px; }

  .sm-mb-110 {
    margin-bottom: 110px; }

  .sm-pa-115 {
    padding: 115px; }

  .sm-pl-115 {
    padding-left: 115px; }

  .sm-pr-115 {
    padding-right: 115px; }

  .sm-pt-115 {
    padding-top: 115px; }

  .sm-pb-115 {
    padding-bottom: 115px; }

  .sm-ml-115 {
    margin-left: 115px; }

  .sm-mr-115 {
    margin-right: 115px; }

  .sm-mt-115 {
    margin-top: 115px; }

  .sm-mb-115 {
    margin-bottom: 115px; }

  .sm-pa-120 {
    padding: 120px; }

  .sm-pl-120 {
    padding-left: 120px; }

  .sm-pr-120 {
    padding-right: 120px; }

  .sm-pt-120 {
    padding-top: 120px; }

  .sm-pb-120 {
    padding-bottom: 120px; }

  .sm-ml-120 {
    margin-left: 120px; }

  .sm-mr-120 {
    margin-right: 120px; }

  .sm-mt-120 {
    margin-top: 120px; }

  .sm-mb-120 {
    margin-bottom: 120px; }

  .sm-pa-125 {
    padding: 125px; }

  .sm-pl-125 {
    padding-left: 125px; }

  .sm-pr-125 {
    padding-right: 125px; }

  .sm-pt-125 {
    padding-top: 125px; }

  .sm-pb-125 {
    padding-bottom: 125px; }

  .sm-ml-125 {
    margin-left: 125px; }

  .sm-mr-125 {
    margin-right: 125px; }

  .sm-mt-125 {
    margin-top: 125px; }

  .sm-mb-125 {
    margin-bottom: 125px; }

  .sm-pa-130 {
    padding: 130px; }

  .sm-pl-130 {
    padding-left: 130px; }

  .sm-pr-130 {
    padding-right: 130px; }

  .sm-pt-130 {
    padding-top: 130px; }

  .sm-pb-130 {
    padding-bottom: 130px; }

  .sm-ml-130 {
    margin-left: 130px; }

  .sm-mr-130 {
    margin-right: 130px; }

  .sm-mt-130 {
    margin-top: 130px; }

  .sm-mb-130 {
    margin-bottom: 130px; }

  .sm-pa-135 {
    padding: 135px; }

  .sm-pl-135 {
    padding-left: 135px; }

  .sm-pr-135 {
    padding-right: 135px; }

  .sm-pt-135 {
    padding-top: 135px; }

  .sm-pb-135 {
    padding-bottom: 135px; }

  .sm-ml-135 {
    margin-left: 135px; }

  .sm-mr-135 {
    margin-right: 135px; }

  .sm-mt-135 {
    margin-top: 135px; }

  .sm-mb-135 {
    margin-bottom: 135px; }

  .sm-pa-140 {
    padding: 140px; }

  .sm-pl-140 {
    padding-left: 140px; }

  .sm-pr-140 {
    padding-right: 140px; }

  .sm-pt-140 {
    padding-top: 140px; }

  .sm-pb-140 {
    padding-bottom: 140px; }

  .sm-ml-140 {
    margin-left: 140px; }

  .sm-mr-140 {
    margin-right: 140px; }

  .sm-mt-140 {
    margin-top: 140px; }

  .sm-mb-140 {
    margin-bottom: 140px; }

  .sm-pa-145 {
    padding: 145px; }

  .sm-pl-145 {
    padding-left: 145px; }

  .sm-pr-145 {
    padding-right: 145px; }

  .sm-pt-145 {
    padding-top: 145px; }

  .sm-pb-145 {
    padding-bottom: 145px; }

  .sm-ml-145 {
    margin-left: 145px; }

  .sm-mr-145 {
    margin-right: 145px; }

  .sm-mt-145 {
    margin-top: 145px; }

  .sm-mb-145 {
    margin-bottom: 145px; }

  .sm-pa-150 {
    padding: 150px; }

  .sm-pl-150 {
    padding-left: 150px; }

  .sm-pr-150 {
    padding-right: 150px; }

  .sm-pt-150 {
    padding-top: 150px; }

  .sm-pb-150 {
    padding-bottom: 150px; }

  .sm-ml-150 {
    margin-left: 150px; }

  .sm-mr-150 {
    margin-right: 150px; }

  .sm-mt-150 {
    margin-top: 150px; }

  .sm-mb-150 {
    margin-bottom: 150px; }

  .sm-pa-155 {
    padding: 155px; }

  .sm-pl-155 {
    padding-left: 155px; }

  .sm-pr-155 {
    padding-right: 155px; }

  .sm-pt-155 {
    padding-top: 155px; }

  .sm-pb-155 {
    padding-bottom: 155px; }

  .sm-ml-155 {
    margin-left: 155px; }

  .sm-mr-155 {
    margin-right: 155px; }

  .sm-mt-155 {
    margin-top: 155px; }

  .sm-mb-155 {
    margin-bottom: 155px; }

  .sm-pa-160 {
    padding: 160px; }

  .sm-pl-160 {
    padding-left: 160px; }

  .sm-pr-160 {
    padding-right: 160px; }

  .sm-pt-160 {
    padding-top: 160px; }

  .sm-pb-160 {
    padding-bottom: 160px; }

  .sm-ml-160 {
    margin-left: 160px; }

  .sm-mr-160 {
    margin-right: 160px; }

  .sm-mt-160 {
    margin-top: 160px; }

  .sm-mb-160 {
    margin-bottom: 160px; }

  .sm-pa-165 {
    padding: 165px; }

  .sm-pl-165 {
    padding-left: 165px; }

  .sm-pr-165 {
    padding-right: 165px; }

  .sm-pt-165 {
    padding-top: 165px; }

  .sm-pb-165 {
    padding-bottom: 165px; }

  .sm-ml-165 {
    margin-left: 165px; }

  .sm-mr-165 {
    margin-right: 165px; }

  .sm-mt-165 {
    margin-top: 165px; }

  .sm-mb-165 {
    margin-bottom: 165px; }

  .sm-pa-170 {
    padding: 170px; }

  .sm-pl-170 {
    padding-left: 170px; }

  .sm-pr-170 {
    padding-right: 170px; }

  .sm-pt-170 {
    padding-top: 170px; }

  .sm-pb-170 {
    padding-bottom: 170px; }

  .sm-ml-170 {
    margin-left: 170px; }

  .sm-mr-170 {
    margin-right: 170px; }

  .sm-mt-170 {
    margin-top: 170px; }

  .sm-mb-170 {
    margin-bottom: 170px; }

  .sm-pa-175 {
    padding: 175px; }

  .sm-pl-175 {
    padding-left: 175px; }

  .sm-pr-175 {
    padding-right: 175px; }

  .sm-pt-175 {
    padding-top: 175px; }

  .sm-pb-175 {
    padding-bottom: 175px; }

  .sm-ml-175 {
    margin-left: 175px; }

  .sm-mr-175 {
    margin-right: 175px; }

  .sm-mt-175 {
    margin-top: 175px; }

  .sm-mb-175 {
    margin-bottom: 175px; }

  .sm-pa-180 {
    padding: 180px; }

  .sm-pl-180 {
    padding-left: 180px; }

  .sm-pr-180 {
    padding-right: 180px; }

  .sm-pt-180 {
    padding-top: 180px; }

  .sm-pb-180 {
    padding-bottom: 180px; }

  .sm-ml-180 {
    margin-left: 180px; }

  .sm-mr-180 {
    margin-right: 180px; }

  .sm-mt-180 {
    margin-top: 180px; }

  .sm-mb-180 {
    margin-bottom: 180px; }

  .sm-pa-185 {
    padding: 185px; }

  .sm-pl-185 {
    padding-left: 185px; }

  .sm-pr-185 {
    padding-right: 185px; }

  .sm-pt-185 {
    padding-top: 185px; }

  .sm-pb-185 {
    padding-bottom: 185px; }

  .sm-ml-185 {
    margin-left: 185px; }

  .sm-mr-185 {
    margin-right: 185px; }

  .sm-mt-185 {
    margin-top: 185px; }

  .sm-mb-185 {
    margin-bottom: 185px; }

  .sm-pa-190 {
    padding: 190px; }

  .sm-pl-190 {
    padding-left: 190px; }

  .sm-pr-190 {
    padding-right: 190px; }

  .sm-pt-190 {
    padding-top: 190px; }

  .sm-pb-190 {
    padding-bottom: 190px; }

  .sm-ml-190 {
    margin-left: 190px; }

  .sm-mr-190 {
    margin-right: 190px; }

  .sm-mt-190 {
    margin-top: 190px; }

  .sm-mb-190 {
    margin-bottom: 190px; }

  .sm-pa-195 {
    padding: 195px; }

  .sm-pl-195 {
    padding-left: 195px; }

  .sm-pr-195 {
    padding-right: 195px; }

  .sm-pt-195 {
    padding-top: 195px; }

  .sm-pb-195 {
    padding-bottom: 195px; }

  .sm-ml-195 {
    margin-left: 195px; }

  .sm-mr-195 {
    margin-right: 195px; }

  .sm-mt-195 {
    margin-top: 195px; }

  .sm-mb-195 {
    margin-bottom: 195px; }

  .sm-pa-200 {
    padding: 200px; }

  .sm-pl-200 {
    padding-left: 200px; }

  .sm-pr-200 {
    padding-right: 200px; }

  .sm-pt-200 {
    padding-top: 200px; }

  .sm-pb-200 {
    padding-bottom: 200px; }

  .sm-ml-200 {
    margin-left: 200px; }

  .sm-mr-200 {
    margin-right: 200px; }

  .sm-mt-200 {
    margin-top: 200px; }

  .sm-mb-200 {
    margin-bottom: 200px; }

  .sm-pa-205 {
    padding: 205px; }

  .sm-pl-205 {
    padding-left: 205px; }

  .sm-pr-205 {
    padding-right: 205px; }

  .sm-pt-205 {
    padding-top: 205px; }

  .sm-pb-205 {
    padding-bottom: 205px; }

  .sm-ml-205 {
    margin-left: 205px; }

  .sm-mr-205 {
    margin-right: 205px; }

  .sm-mt-205 {
    margin-top: 205px; }

  .sm-mb-205 {
    margin-bottom: 205px; }

  .sm-pa-210 {
    padding: 210px; }

  .sm-pl-210 {
    padding-left: 210px; }

  .sm-pr-210 {
    padding-right: 210px; }

  .sm-pt-210 {
    padding-top: 210px; }

  .sm-pb-210 {
    padding-bottom: 210px; }

  .sm-ml-210 {
    margin-left: 210px; }

  .sm-mr-210 {
    margin-right: 210px; }

  .sm-mt-210 {
    margin-top: 210px; }

  .sm-mb-210 {
    margin-bottom: 210px; }

  .sm-pa-215 {
    padding: 215px; }

  .sm-pl-215 {
    padding-left: 215px; }

  .sm-pr-215 {
    padding-right: 215px; }

  .sm-pt-215 {
    padding-top: 215px; }

  .sm-pb-215 {
    padding-bottom: 215px; }

  .sm-ml-215 {
    margin-left: 215px; }

  .sm-mr-215 {
    margin-right: 215px; }

  .sm-mt-215 {
    margin-top: 215px; }

  .sm-mb-215 {
    margin-bottom: 215px; }

  .sm-pa-220 {
    padding: 220px; }

  .sm-pl-220 {
    padding-left: 220px; }

  .sm-pr-220 {
    padding-right: 220px; }

  .sm-pt-220 {
    padding-top: 220px; }

  .sm-pb-220 {
    padding-bottom: 220px; }

  .sm-ml-220 {
    margin-left: 220px; }

  .sm-mr-220 {
    margin-right: 220px; }

  .sm-mt-220 {
    margin-top: 220px; }

  .sm-mb-220 {
    margin-bottom: 220px; }

  .sm-pa-225 {
    padding: 225px; }

  .sm-pl-225 {
    padding-left: 225px; }

  .sm-pr-225 {
    padding-right: 225px; }

  .sm-pt-225 {
    padding-top: 225px; }

  .sm-pb-225 {
    padding-bottom: 225px; }

  .sm-ml-225 {
    margin-left: 225px; }

  .sm-mr-225 {
    margin-right: 225px; }

  .sm-mt-225 {
    margin-top: 225px; }

  .sm-mb-225 {
    margin-bottom: 225px; }

  .sm-pa-230 {
    padding: 230px; }

  .sm-pl-230 {
    padding-left: 230px; }

  .sm-pr-230 {
    padding-right: 230px; }

  .sm-pt-230 {
    padding-top: 230px; }

  .sm-pb-230 {
    padding-bottom: 230px; }

  .sm-ml-230 {
    margin-left: 230px; }

  .sm-mr-230 {
    margin-right: 230px; }

  .sm-mt-230 {
    margin-top: 230px; }

  .sm-mb-230 {
    margin-bottom: 230px; }

  .sm-pa-235 {
    padding: 235px; }

  .sm-pl-235 {
    padding-left: 235px; }

  .sm-pr-235 {
    padding-right: 235px; }

  .sm-pt-235 {
    padding-top: 235px; }

  .sm-pb-235 {
    padding-bottom: 235px; }

  .sm-ml-235 {
    margin-left: 235px; }

  .sm-mr-235 {
    margin-right: 235px; }

  .sm-mt-235 {
    margin-top: 235px; }

  .sm-mb-235 {
    margin-bottom: 235px; }

  .sm-pa-240 {
    padding: 240px; }

  .sm-pl-240 {
    padding-left: 240px; }

  .sm-pr-240 {
    padding-right: 240px; }

  .sm-pt-240 {
    padding-top: 240px; }

  .sm-pb-240 {
    padding-bottom: 240px; }

  .sm-ml-240 {
    margin-left: 240px; }

  .sm-mr-240 {
    margin-right: 240px; }

  .sm-mt-240 {
    margin-top: 240px; }

  .sm-mb-240 {
    margin-bottom: 240px; }

  .sm-pa-245 {
    padding: 245px; }

  .sm-pl-245 {
    padding-left: 245px; }

  .sm-pr-245 {
    padding-right: 245px; }

  .sm-pt-245 {
    padding-top: 245px; }

  .sm-pb-245 {
    padding-bottom: 245px; }

  .sm-ml-245 {
    margin-left: 245px; }

  .sm-mr-245 {
    margin-right: 245px; }

  .sm-mt-245 {
    margin-top: 245px; }

  .sm-mb-245 {
    margin-bottom: 245px; }

  .sm-pa-250 {
    padding: 250px; }

  .sm-pl-250 {
    padding-left: 250px; }

  .sm-pr-250 {
    padding-right: 250px; }

  .sm-pt-250 {
    padding-top: 250px; }

  .sm-pb-250 {
    padding-bottom: 250px; }

  .sm-ml-250 {
    margin-left: 250px; }

  .sm-mr-250 {
    margin-right: 250px; }

  .sm-mt-250 {
    margin-top: 250px; }

  .sm-mb-250 {
    margin-bottom: 250px; } }
/*hovver */
.hover-background {
  background: linear-gradient(#1A523E 0 0) var(--p, 0)/var(--p, 0) no-repeat;
  transition: 0.4s, background-position 0s; }

.hover-background:hover {
  --p: 100%;
  color: #fff; }

.hover-underscore {
  background: linear-gradient(#1A523E 0 0) no-repeat calc(200% - var(--i, 0) * 100%) 100%/200% calc(100% * var(--i, 0) + .08em);
  transition: 0.3s calc(var(--i, 0) * .3s), background-position 0.3s calc(.3s - calc(var(--i, 0) * .3s)); }

.hover-underscore:hover {
  --i: 1; }

.hover-split {
  --c: no-repeat linear-gradient($color-primary 0 0);
  background: var(--c) calc(-100% + var(--i, 0) * 100%) 100%/50% calc(100% * var(--i, 0) + .08em), var(--c) calc( 200% - var(--i, 0) * 100%) 0/50% calc(100% * var(--i, 0) + .08em);
  transition: 0.3s calc(var(--i,0)*.3s), background-position 0.3s calc(.3s - var(--i,0)*.3s); }

.hover-split:hover {
  --i: 1; }

.imovel-descricao iframe {
  width: 100% !important;
  min-height: 740px !important;
  margin-top: 30px !important; }

.float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 50px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }

.my-float {
  margin-top: 16px; }

/*# sourceMappingURL=style.css.map */
