@import 'fonts/fonts.css';
@import 'icons/icons.css';
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 100px;
  overflow-x: hidden;
}
@media all and (max-width: 999px) {
  body {
    padding-top: 70px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
@media all and (max-width: 1700px) {
  .content {
    padding: 0 15px;
  }
}

.fancybox-container img {
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 999px) {
  #popup-inset {
    padding: 10px !important;
  }
}

.row-item {
  width: 100%;
  float: left;
  max-width: 600px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  color: #848484;
}
@media all and (max-width: 699px) {
  .row-item {
    margin-bottom: 20px;
  }
}
.row-item .image {
  float: left;
  width: 100%;
}
.row-item .image .image-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.row-item .image .image-slider:hover .icon-chevron-left, .row-item .image .image-slider:hover .icon-chevron-right {
  opacity: 1;
}
.row-item .image .image-slider .icon-chevron-left, .row-item .image .image-slider .icon-chevron-right {
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  text-align: center;
  line-height: 38px;
  color: #fe7c1a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  left: 10px;
  outline: none;
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media all and (max-width: 999px) {
  .row-item .image .image-slider .icon-chevron-left, .row-item .image .image-slider .icon-chevron-right {
    display: none;
  }
}
.row-item .image .image-slider .icon-chevron-left:hover, .row-item .image .image-slider .icon-chevron-right:hover {
  cursor: pointer;
  background: #1d8f18;
  color: white;
}
.row-item .image .image-slider .icon-chevron-right {
  left: auto;
  right: 10px;
}
.row-item .image .image-slider .swiper-pagination {
  position: static;
}
.row-item .image .image-slider .swiper-pagination span {
  background: #fe7c1a;
}
.row-item .image .image-slider * {
  min-width: 0;
}
.row-item .image img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.row-item .item-info {
  float: left;
  width: 100%;
  padding: 10px;
}
.row-item .item-info .main-value {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}
.row-item .item-info .main-value h4 {
  color: #fe7c1a;
  margin: 0;
  font-size: 22px;
  padding: 15px 0px;
  padding-top: 0;
  text-align: center;
}
.row-item .item-info .specs {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
.row-item .item-info .specs ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-item .item-info .specs ul strong {
  color: #1d8f18;
}
.row-item .item-info .specs ul li {
  list-style: none;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.row-item .item-info .location {
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.row-item .item-info .location .badge {
  color: #fe7c1a;
  font-weight: bold;
  font-size: 14px;
  background: rgba(254, 124, 26, 0.1);
  padding: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
}
.row-item .item-info .location strong {
  font-size: 15px;
  color: #1d8f18;
}
.row-item .item-info .location address {
  flex: 100%;
  font-style: normal;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.slider-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.slider-row .title {
  float: left;
  width: 100%;
}
.slider-row .title h3 {
  font-size: 30px;
  color: #fe7c1a;
}
.slider-row .controls {
  position: absolute;
  right: 0px;
  display: flex;
  top: 20px;
}
@media all and (max-width: 999px) {
  .slider-row .controls {
    display: none;
  }
}
.slider-row .controls > div {
  width: 50px;
  height: 50px;
  background: rgba(254, 124, 26, 0.1);
  text-align: center;
  line-height: 56px;
  color: #fe7c1a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
}
.slider-row .controls > div:hover {
  background: #fe7c1a;
  color: white;
}
.slider-row .slider {
  float: left;
  width: 100%;
}
.slider-row .slider .swiper-pagination {
  position: static;
}
.slider-row .slider .swiper-pagination span {
  background: #1d8f18;
}
.slider-row .slider .row-item {
  margin-bottom: 10px;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(255, 255, 255, 0.8);
}

#whatsapp-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}
#whatsapp-popup .icon-whatsapp {
  display: inline-block;
  margin-top: 4px;
}
#whatsapp-popup.open .icon .icon-close {
  display: block;
  font-size: 20px;
  margin-top: 14px;
}
#whatsapp-popup.open .icon .icon-whatsapp {
  display: none;
}
#whatsapp-popup.open .popup {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}
#whatsapp-popup .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #48C557;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 2.2;
  color: white;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
#whatsapp-popup .icon .icon-close {
  display: none;
}
#whatsapp-popup .icon:hover {
  transform: scale(1.1);
}
#whatsapp-popup .popup {
  position: absolute;
  right: 20px;
  bottom: 100px;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  margin-bottom: -20px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#whatsapp-popup .popup .title {
  float: left;
  width: 100%;
  background: #48C557;
  padding: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#whatsapp-popup .popup .textarea textarea {
  padding: 15px;
  border: 0px;
  outline: none;
  resize: none;
}
#whatsapp-popup .popup .action {
  float: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}
#whatsapp-popup .popup .action button {
  width: 100%;
  background: #48C557;
  padding: 13px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  outline: none;
  cursor: pointer;
}
#whatsapp-popup .popup .action button:hover {
  background: #2CB541;
}
#whatsapp-popup .popup .action button i {
  vertical-align: middle;
  font-size: 14px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}
@media all and (max-width: 999px) {
  #main-nav {
    display: block;
  }
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(254, 124, 26, 0.8);
  backdrop-filter: saturate(150%) blur(25px);
  padding: 40px;
  margin-left: -300px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#main-nav .inset .icon-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  text-decoration: none;
  color: white;
}
#main-nav .inset .main-menu {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
#main-nav .inset .main-menu a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.3;
}
#main-nav .inset .user-menu {
  display: flex;
  float: left;
  width: 100%;
}
#main-nav .inset .user-menu a {
  color: white;
  font-size: 15px;
  margin-right: 20px;
  text-decoration: none;
}

#mobile-search {
  position: fixed;
  top: 70px;
  display: none;
  height: 60px;
  backdrop-filter: saturate(150%) blur(25px);
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  left: 0px;
  align-items: center;
  display: none;
  visibility: hidden;
}
#mobile-search:target {
  visibility: visible;
}
#mobile-search a {
  background: #fe7c1a;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  color: white;
  font-size: 11px;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#mobile-search input {
  flex: 1;
  background: none;
  border: 0px;
  padding-left: 20px;
  outline: none;
}
@media all and (max-width: 999px) {
  #mobile-search {
    display: flex;
  }
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  backdrop-filter: saturate(150%) blur(25px);
  background-color: white;
  top: 0px;
  left: 0px;
  z-index: 1200;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fe7c1a;
}
@media all and (max-width: 999px) {
  header {
    height: 70px;
  }
}
header .icon-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 25px;
  text-decoration: none;
  color: #fe7c1a;
  display: none;
}
@media all and (max-width: 999px) {
  header .icon-menu {
    display: block;
  }
}
header > .icon-search {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 25px;
  text-decoration: none;
  color: #fe7c1a;
  font-size: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  header > .icon-search {
    display: block;
  }
}
header .right {
  display: flex;
  margin-left: 30px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  padding-left: 30px;
}
@media all and (max-width: 999px) {
  header .right {
    display: none;
  }
}
header .left {
  display: flex;
  flex: 1;
}
@media all and (max-width: 999px) {
  header .left {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  header .left {
    margin-right: 0px;
  }
}
header .left nav {
  margin-top: -8px;
  width: 100%;
  display: flex;
}
header .left nav a {
  color: #848484;
  font-weight: bold;
  text-decoration: none;
  padding: 35px 0px;
  border-top: 4px solid transparent;
  border-bottom: 2px solid transparent;
  line-height: 33px;
  font-size: 0.8rem;
  flex-grow: 1;
  text-align: center;
}
@media all and (max-width: 1300px) {
  header .left nav a {
    font-size: 14px;
    text-align: center;
  }
}
header .left nav a:hover {
  border-top: 4px solid rgba(132, 132, 132, 0.3);
  border-bottom: 1px solid #fe7c1a;
  color: #fe7c1a;
}
header .right {
  justify-content: flex-end;
}
header .right .phone {
  font-weight: bold;
  color: #fe7c1a;
  font-size: 20px;
  margin-right: 20px;
}
header .right .phone:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../images/header-phone.svg") center center no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
header .right nav {
  display: flex;
}
header .right nav a {
  padding: 10px 20px;
  color: #848484;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-left: 1px solid #e5e5e5;
}
header .right nav a:hover {
  color: #fe7c1a;
}
header .right nav a:first-child {
  border-left: 0px;
}
header .logo {
  width: 350px;
  overflow: hidden;
  text-indent: -999px;
  background: url("../images/logo.png?v=2") center center no-repeat;
  height: 94px;
}
@media all and (max-width: 999px) {
  header .logo {
    position: absolute;
    height: 70px;
    left: 50%;
    margin-left: -80px;
    border-top: 2px solid #fe7c1a;
    background-size: auto 90% !important;
    width: 150px;
  }
}

main.home .main-banners {
  float: left;
  width: 100%;
  position: relative;
}
main.home .main-banners .swiper-slide {
  position: relative;
}
main.home .main-banners .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 699px) {
  main.home .main-banners .swiper-slide .info {
    padding: 30px;
  }
}
main.home .main-banners .swiper-slide .info h2 {
  background: rgba(20, 141, 21, 0.9);
  color: white;
  padding: 20px;
  font-size: 3rem;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media all and (max-width: 999px) {
  main.home .main-banners .swiper-slide .info h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 699px) {
  main.home .main-banners .swiper-slide .info h2 {
    font-size: 1.5rem;
  }
}
main.home .main-banners .swiper-slide .info span {
  background: rgba(255, 255, 255, 0.9);
  color: #fd7a28;
  padding: 20px;
  font-weight: bold;
  border-radius: 10px;
}
main.home .main-banners i {
  width: 50px;
  height: 50px;
  background: #fe7c1a;
  text-align: center;
  line-height: 56px;
  color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-left: 10px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}
@media all and (max-width: 999px) {
  main.home .main-banners i {
    display: none;
  }
}
main.home .main-banners i.icon-chevron-left {
  left: 20px;
}
main.home .main-banners i.icon-chevron-right {
  right: 20px;
}
main.home .main-banners i:hover {
  background: #fe7c1a;
  color: white;
}
main.home .main-banners .image {
  float: left;
  width: 100%;
  padding-bottom: 40%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media all and (max-width: 999px) {
  main.home .main-banners .image {
    padding-bottom: 100%;
  }
}
main.home .hero {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
main.home .hero .bottom-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -40px;
  margin-left: -31px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 10px solid rgba(254, 124, 26, 0.4);
}
@media all and (max-width: 999px) {
  main.home .hero .bottom-icon {
    zoom: 0.7;
  }
}
main.home .hero .bottom-icon:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 200px;
  background: #fe7c1a;
  bottom: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media all and (max-width: 1300px) {
  main.home .hero .bottom-icon:before {
    height: 100px;
  }
}
@media all and (max-width: 400px) {
  main.home .hero .bottom-icon:before {
    height: 50px;
  }
}
main.home .hero .bottom-icon .inner {
  float: left;
  background: #fe7c1a;
  width: 53px;
  height: 53px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home .hero .bottom-icon i {
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
  color: white;
}
main.home .hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 999px) {
  main.home .hero .info {
    padding: 20px;
  }
}
@media all and (max-width: 999px) {
  main.home .hero .info .search {
    width: 100%;
  }
}
main.home .hero .info .search h2 {
  text-align: center;
  color: white;
  font-size: 50px;
  margin: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 999px) {
  main.home .hero .info .search h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 699px) {
  main.home .hero .info .search h2 {
    font-size: 28px;
  }
}
main.home .hero .info .search .form {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(150%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
  position: relative;
}
main.home .hero .info .search .form .form-inset {
  position: relative;
  z-index: 70;
}
main.home .hero .info .search .form .autocomplete {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home .hero .info .search .form .autocomplete {
    display: none;
  }
}
main.home .hero .info .search .form .autocomplete .autocomplete-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row {
  width: 100%;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;
  cursor: pointer;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row:last-child {
  border-bottom: 0;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row:hover {
  background: #f9f9f9;
  cursor: pointer;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .image {
  width: 20%;
  margin-right: 20px;
  padding-bottom: 0;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .image img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .main-spec {
  display: flex;
  align-items: center;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .main-spec h2 {
  font-size: 18px;
  color: #fe7c1a;
  margin: 0;
  margin-left: 20px;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .main-spec .badge {
  color: #fe7c1a;
  font-weight: bold;
  font-size: 14px;
  background: rgba(254, 124, 26, 0.1);
  padding: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .main-spec strong {
  font-size: 15px;
  color: #1d8f18;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info address {
  font-style: normal;
  font-size: 15px;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .specs {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .specs ul {
  margin: 0;
  padding: 0;
  display: flex;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .specs ul strong {
  color: #1d8f18;
}
main.home .hero .info .search .form .autocomplete .autocomplete-list .autocomplete-item-row .row-info .specs ul li {
  list-style: none;
  margin-right: 10px;
  font-size: 14px;
}
main.home .hero .info .search .form button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 30px;
  color: #fe7c1a;
  padding: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  background: none;
  outline: none;
  cursor: pointer;
}
@media all and (max-width: 699px) {
  main.home .hero .info .search .form button {
    font-size: 23px;
    padding: 18px;
  }
}
main.home .hero .info .search .form button:hover {
  color: #1d8f18;
}
main.home .hero .info .search .form input {
  float: left;
  width: 100%;
  padding: 30px;
  font-size: 25px;
  outline: none;
  border: 0px;
  color: #fe7c1a;
  background: none;
  padding-right: 60px;
}
@media all and (max-width: 699px) {
  main.home .hero .info .search .form input {
    font-size: 18px;
    padding: 20px;
    padding-right: 60px;
  }
}
main.home .hero .image {
  float: left;
  width: 100%;
  padding-bottom: 55%;
  background-size: cover !important;
}
@media all and (max-width: 999px) {
  main.home .hero .image {
    padding-bottom: 70%;
    background-position: center center !important;
  }
}
@media all and (max-width: 699px) {
  main.home .hero .image {
    padding-bottom: 100%;
  }
}
@media all and (max-width: 499px) {
  main.home .hero .image {
    padding-bottom: 120%;
  }
}
main.home .perks {
  float: left;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}
main.home .perks .title {
  float: left;
  width: 100%;
  text-align: center;
}
main.home .perks .title h2 {
  font-size: 30px;
  color: #1d8f18;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  main.home .perks .title h2 {
    font-size: 26px;
  }
}
main.home .perks .title h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fe7c1a;
  margin-top: 20px;
}
main.home .perks .steps {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media all and (max-width: 899px) {
  main.home .perks .steps {
    flex-direction: column;
  }
}
main.home .perks .steps .item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 2px solid #f1f1f1;
  padding: 0 60px;
  text-align: center;
}
@media all and (max-width: 999px) {
  main.home .perks .steps .item {
    padding: 0 30px;
    width: 100%;
  }
}
@media all and (max-width: 899px) {
  main.home .perks .steps .item {
    border-right: 0px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  main.home .perks .steps .item:last-child {
    border-bottom: 0;
  }
}
main.home .perks .steps .item:last-child {
  border-right: 0;
}
main.home .perks .steps .item h3 {
  font-size: 30px;
  color: #fe7c1a;
}
@media all and (max-width: 999px) {
  main.home .perks .steps .item h3 {
    font-size: 24px;
  }
}
main.home .perks .steps .item p {
  line-height: 1.4;
  font-size: 15px;
}
main.home .perks .steps .item .icon {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  main.home .perks .steps .item .icon {
    zoom: 0.8;
    -moz-transform: scale(0.8);
  }
}
@media all and (max-width: 999px) {
  main.home .perks .steps .item .icon {
    zoom: 0.6;
    -moz-transform: scale(0.6);
  }
}
main.home .perks .steps .item .icon .icon-pre {
  border: 10px solid rgba(254, 124, 26, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.home .perks .steps .item .icon .icon-handler {
  width: 190px;
  height: 190px;
  background-image: linear-gradient(180deg, #FF9615 0%, #F48236 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
main.home .ending {
  float: left;
  width: 100%;
  background: url("../images/bg1.png") center center #E27100;
}
main.home .ending:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='100%25' preserveAspectRatio='none' height='102px' viewBox='0 0 1767 102' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Home' transform='translate(0.000000, -3292.000000)' fill='%23FFFFFF'%3E%3Cpolygon id='Path-3' points='0 3292 851 3393.20312 1767 3292'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom: 100px;
}
main.home .ending .content {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  color: white;
}
main.home .ending .content a.button {
  background: white;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fe7c1a;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}
main.home .ending .content a.button i {
  vertical-align: middle;
  font-size: 12px;
}

.autocomplete-home-cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 999px) {
  .autocomplete-home-cover {
    display: none;
  }
}

footer {
  float: left;
  width: 100%;
  background: #1A1A1A;
  padding: 50px 0px;
}
footer .footer-ending {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(229, 229, 229, 0.05);
  margin-top: 30px;
  padding-top: 30px;
  font-size: 13px;
}
footer .footer-ending .content {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
@media all and (max-width: 999px) {
  footer .footer-ending .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer .footer-ending .content a {
  color: white;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  footer .footer-ending .content a {
    margin-top: 20px;
  }
}
footer .upper {
  float: left;
  width: 100%;
  display: flex;
}
@media all and (max-width: 1380px) {
  footer .upper {
    flex-wrap: wrap;
  }
}
footer .upper .logo {
  width: 240px;
  height: 85px;
  background: url("../images/footer-logo.png?v=2") center center no-repeat;
  margin-right: 50px;
}
@media all and (max-width: 1500px) {
  footer .upper .logo {
    margin-right: 50px;
  }
}
@media all and (max-width: 999px) {
  footer .upper .logo {
    flex: 100%;
    margin-bottom: 30px;
  }
}
footer .upper .col {
  flex-grow: 1;
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  footer .upper .col {
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
footer .upper .col:last-child {
  margin-right: 0;
}
footer .upper .col h3 {
  font-size: 16px;
  border-left: 2px solid #fe7c1a;
  padding-left: 20px;
  margin-bottom: 30px;
}
footer .upper .col ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
footer .upper .col ul li {
  list-style: none;
  font-size: 15px;
  padding-bottom: 10px;
}
footer .upper .col ul li a {
  color: white;
  text-decoration: none;
}
footer .upper .col ul li a:hover {
  color: #fe7c1a;
}
footer .upper .col .social {
  display: flex;
}
footer .upper .col .social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  margin-right: 10px;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .upper .col .social a:hover {
  background: #fe7c1a;
}
footer .upper .col .newsletter {
  float: left;
  width: 100%;
}
footer .upper .col .newsletter form {
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  padding: 10px;
  margin-top: 10px;
}
footer .upper .col .newsletter form input {
  flex: 1;
  background: none;
  border: 0px;
  outline: none;
  color: white;
}
footer .upper .col .newsletter form button {
  background: #fe7c1a;
  font-weight: bold;
  color: white;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
}

#lgpd {
  position: fixed;
  bottom: 20px;
  left: 0px;
  right: 0px;
}
#lgpd .inset {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  background: white;
  border-radius: 3px;
  align-items: center;
  font-size: 1rem;
}
#lgpd .inset span {
  flex: 1;
  text-align: center;
}
#lgpd .inset span a {
  color: #fe7c1a;
}
#lgpd .inset > a {
  background: #fe7c1a;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}

main.listing {
  float: left;
  width: 100%;
}
main.listing .filter {
  float: left;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  display: none;
}
@media all and (max-width: 999px) {
  main.listing .filter {
    display: block;
  }
}
main.listing .filter a {
  background: #fe7c1a;
  width: 100%;
  float: left;
  text-align: center;
  padding: 18px 0px;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media all and (max-width: 999px) {
  main.listing .spacer {
    display: none;
  }
}
main.listing #filters:target {
  display: block;
}
main.listing .content {
  display: flex;
  align-items: flex-start;
}
main.listing .content * {
  min-width: 0;
}
main.listing .content aside {
  width: 370px;
}
main.listing .content aside > .icon-close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  text-decoration: none;
  color: #fe7c1a;
}
@media all and (max-width: 999px) {
  main.listing .content aside > .icon-close {
    display: block;
  }
}
@media all and (max-width: 999px) {
  main.listing .content aside {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    z-index: 2000 !important;
    width: auto;
    background: white;
    padding: 30px;
    overflow: auto;
    display: none;
  }
}
main.listing .content aside .main-aside {
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 999px) {
  main.listing .content aside .main-aside {
    padding-right: 0px;
  }
}
main.listing .content aside.scroll {
  overflow: auto;
}
main.listing .content aside.scroll::-webkit-scrollbar {
  width: 6px;
}
main.listing .content aside.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
main.listing .content aside.scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}
main.listing .content aside.scroll::-webkit-scrollbar-thumb:hover {
  background: #888;
}
main.listing .content aside .main-aside {
  float: left;
  width: 100%;
}
main.listing .content aside .action {
  float: left;
  width: 100%;
}
main.listing .content aside .action button {
  background: #fe7c1a;
  width: 100%;
  padding: 15px 0px;
  font-weight: bold;
  color: white;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
main.listing .content aside .action button:hover {
  opacity: 0.8;
}
main.listing .content aside .main-category {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
main.listing .content aside .main-category a {
  text-decoration: none;
  font-weight: bold;
  color: #848484;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid transparent;
}
main.listing .content aside .main-category a:hover {
  color: #1d8f18;
}
main.listing .content aside .main-category a.active {
  background: rgba(254, 124, 26, 0.1);
  border: 2px solid rgba(254, 124, 26, 0.4);
  color: #fe7c1a;
}
main.listing .content aside .rooms-picker {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
main.listing .content aside .rooms-picker .tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
main.listing .content aside .rooms-picker .tabs a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
  float: left;
  margin-right: 20px;
  color: #848484;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
main.listing .content aside .rooms-picker .tabs a.active {
  border-bottom: 2px solid #fe7c1a;
  color: #fe7c1a;
}
main.listing .content aside .rooms-picker .tab {
  display: none;
}
main.listing .content aside .rooms-picker .tab.active {
  display: block;
}
main.listing .content aside .rooms-picker .tab .room-picker {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
main.listing .content aside .rooms-picker .tab .room-picker a {
  background: rgba(229, 229, 229, 0.2);
  padding: 5px 10px;
  border: 2px solid #e5e5e5;
  margin-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  color: #848484;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}
main.listing .content aside .rooms-picker .tab .room-picker a.active {
  border: 2px solid rgba(254, 124, 26, 0.2);
  background: rgba(254, 124, 26, 0.1);
  color: #fe7c1a;
}
main.listing .content aside .block {
  float: left;
  width: 100%;
  padding: 15px 0px;
}
main.listing .content aside .block label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
main.listing .content aside .block .form {
  float: left;
  width: 100%;
  display: flex;
  border: 2px solid #f1f1f1;
  align-items: center;
}
main.listing .content aside .block .form input {
  flex: 1;
  padding: 15px;
  border: 0px;
  font-size: 14px;
  outline: none;
  color: #1d8f18;
}
main.listing .content aside .block .form .suffix, main.listing .content aside .block .form .prefix {
  background: #f1f1f1;
  margin-right: 5px;
  padding: 10px;
}
main.listing .content aside .block .form .prefix {
  margin-left: 5px;
  margin-right: 0px;
}
main.listing .content aside .block .selected-types {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
main.listing .content aside .block .selected-types span {
  background: rgba(254, 124, 26, 0.1);
  border: 2px solid rgba(254, 124, 26, 0.3);
  color: #fe7c1a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
main.listing .content aside .block .selected-types span i {
  vertical-align: middle;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
main.listing .content aside .double-block {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
main.listing .content aside .double-block .block {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
main.listing .content section {
  flex: 1;
  padding-top: 40px;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 999px) {
  main.listing .content section {
    border-left: 0px;
    padding: 10px;
    padding-top: 40px;
    float: left;
    width: 100%;
    flex: none;
    max-width: 100%;
  }
}
@media all and (max-width: 699px) {
  main.listing .content section {
    padding: 0px;
    padding-top: 40px;
  }
}
main.listing .content section .found-length {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
}
main.listing .content section .found-length span {
  background: #f1f1f1;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
main.listing .content section .loader {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
}
main.listing .content section .load-more {
  float: left;
  width: 100%;
  text-align: center;
}
main.listing .content section .load-more a {
  background: #fe7c1a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: inline-block;
  text-decoration: none;
}
main.listing .content section .load-more a:hover {
  opacity: 0.8;
}
main.listing .content section .grid-items {
  float: left;
  width: 100%;
}
@supports (display: grid) {
  main.listing .content section .grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-bottom: 40px;
  }
  @media all and (max-width: 1380px) {
    main.listing .content section .grid-items {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
    }
  }
  @media all and (max-width: 699px) {
    main.listing .content section .grid-items {
      display: block;
    }
  }
}

main.listing aside .select2-container--default .select2-selection--multiple,
main.listing aside .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 2px solid #F1F1F1;
}
main.listing aside .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 2px solid rgba(254, 124, 26, 0.2);
  background: rgba(254, 124, 26, 0.1);
  color: #fe7c1a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px;
  padding-top: 3px;
}
main.listing aside .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fe7c1a;
  vertical-align: middle;
  height: 20px;
  font-size: 20px;
}
main.listing aside .select2-container--default .select2-search--inline .select2-search__field {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-dropdown {
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(254, 124, 26, 0.2);
  color: #fe7c1a;
}

main.inner-view {
  float: left;
  width: 100%;
  display: flex;
  padding-top: 40px;
  margin-bottom: 90px;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.inner-view {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 999px) {
  main.inner-view {
    flex-direction: column;
    padding-top: 20px;
  }
}
main.inner-view * {
  min-width: 0;
}
main.inner-view section.photos {
  flex: 1;
  position: relative;
}
@media all and (max-width: 999px) {
  main.inner-view section.photos {
    float: left;
    width: 100%;
  }
}
main.inner-view section.photos .icon-chevron-left {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 60px;
  height: 60px;
  background: white;
  background: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #fe7c1a;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}
@media all and (max-width: 999px) {
  main.inner-view section.photos .icon-chevron-left {
    display: none;
  }
}
main.inner-view section.photos .icon-chevron-right {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 60px;
  height: 60px;
  background: white;
  background: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #fe7c1a;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}
@media all and (max-width: 999px) {
  main.inner-view section.photos .icon-chevron-right {
    display: none;
  }
}
main.inner-view section.photos .swiper-pagination {
  position: static;
  margin-top: 20px;
}
main.inner-view section.photos .swiper-pagination span {
  background: #1d8f18;
}
main.inner-view section.photos .image-handler {
  float: left;
  width: 100%;
}
main.inner-view section.photos .image-handler a {
  float: left;
  width: 100%;
}
main.inner-view section.photos img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.interna-add {
  float: left;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 999px) {
  .interna-add {
    flex-direction: column;
  }
}
.interna-add .description {
  flex: 1;
  line-height: 1.6;
  margin-right: 40px;
  font-size: 15px;
}
.interna-add .description aside {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  float: left;
  position: relative;
}
@media all and (max-width: 999px) {
  .interna-add .description aside {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.interna-add .description aside .description {
  float: left;
  padding: 40px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 1.5;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .description {
    padding: 20px;
  }
}
.interna-add .description aside .description p {
  margin-bottom: 20px;
}
.interna-add .description aside .location-media {
  border-top: 1px solid #e5e5e5;
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .location-media {
    flex-direction: column;
  }
}
.interna-add .description aside .location-media .location, .interna-add .description aside .location-media .media {
  flex: 1;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .location-media .location, .interna-add .description aside .location-media .media {
    width: 100%;
  }
}
.interna-add .description aside .location {
  padding: 40px;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .location {
    padding: 20px;
  }
}
.interna-add .description aside .location .map {
  float: left;
  width: 100%;
  padding-bottom: 50%;
  background: #f1f1f1;
  margin-top: 20px;
  position: relative;
}
.interna-add .description aside .location .map #map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.interna-add .description aside .location h4 {
  color: #fe7c1a;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.interna-add .description aside .location address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
}
.interna-add .description aside .media {
  display: flex;
  padding: 30px;
}
.interna-add .description aside .media .block {
  flex: 1;
  margin-right: 30px;
  position: relative;
}
.interna-add .description aside .media .block:hover > a {
  background: #fe7c1a;
  color: white;
}
.interna-add .description aside .media .block:hover .share-block {
  display: flex;
}
.interna-add .description aside .media .block .share-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: white;
  display: none;
}
.interna-add .description aside .media .block .share-block a {
  padding: 15px 20px;
  text-align: center;
  color: #fe7c1a;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  font-size: 15px;
}
.interna-add .description aside .media .block .share-block a:last-child {
  border-bottom: 0;
}
.interna-add .description aside .media .block .share-block a i {
  vertical-align: middle;
}
.interna-add .description aside .media .block .share-block a:hover {
  background: #f1f1f1;
}
.interna-add .description aside .media .block:last-child {
  margin-right: 0;
}
.interna-add .description aside .media .block > a {
  float: left;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  background-image: linear-gradient(180deg, #FAB866 0%, #F48236 100%);
  color: white;
}
.interna-add .description aside .media .block > a i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 30px;
}
.interna-add .description aside .media .block > a i.icon-360-degrees {
  font-size: 30px;
}
.interna-add .description aside .pre-info {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .pre-info {
    padding: 20px;
  }
}
.interna-add .description aside .pre-info .imovel-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .interna-add .description aside .pre-info .imovel-info {
    flex-direction: column;
  }
}
@media all and (max-width: 999px) {
  .interna-add .description aside .pre-info .imovel-info {
    flex-direction: row;
  }
}
@media all and (max-width: 699px) {
  .interna-add .description aside .pre-info .imovel-info {
    flex-direction: column;
  }
}
.interna-add .description aside .pre-info .imovel-info .action {
  margin-top: 20px;
  display: flex;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .pre-info .imovel-info .action {
    width: auto;
    margin-top: 0px;
  }
}
@media all and (max-width: 699px) {
  .interna-add .description aside .pre-info .imovel-info .action {
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
  }
  .interna-add .description aside .pre-info .imovel-info .action a {
    margin-bottom: 10px;
  }
}
.interna-add .description aside .pre-info .imovel-info .action a {
  background-image: linear-gradient(180deg, #FAB866 0%, #F48236 100%);
  float: left;
  padding: 16px 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 19px;
  margin-right: 10px;
  white-space: nowrap;
}
.interna-add .description aside .pre-info .imovel-info .action a:last-child {
  margin-right: 0;
}
.interna-add .description aside .pre-info .imovel-info .action a.video {
  border: 2px solid #f48944;
  color: #f48944;
  background: none;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .pre-info .imovel-info .action a {
    width: auto;
  }
}
@media all and (max-width: 699px) {
  .interna-add .description aside .pre-info .imovel-info .action a {
    width: 100%;
  }
}
.interna-add .description aside .pre-info .imovel-info .infos {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.interna-add .description aside .pre-info .imovel-info .infos .badge {
  color: #fe7c1a;
  font-weight: bold;
  font-size: 14px;
  background: rgba(254, 124, 26, 0.1);
  padding: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.interna-add .description aside .pre-info .imovel-info .infos strong {
  font-size: 15px;
  color: #1d8f18;
  margin-right: 10px;
}
.interna-add .description aside .pre-info .imovel-info .infos h3 {
  flex: 100%;
  font-size: 30px;
  color: #fe7c1a;
  margin: 0;
}
.interna-add .description aside .pre-info .imovel-info .infos .pre-specs {
  display: flex;
}
.interna-add .description aside .pre-info .imovel-info .infos .pre-specs span {
  margin-right: 20px;
}
.interna-add .description aside .pre-info .specs {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .interna-add .description aside .pre-info .specs {
    flex-wrap: wrap;
  }
}
.interna-add .description aside .pre-info .specs .item {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  margin-bottom: 10px;
  text-align: center;
  flex: 1;
}
@media all and (max-width: 999px) {
  .interna-add .description aside .pre-info .specs .item {
    width: auto;
    margin-right: 20px;
  }
}
@media all and (max-width: 699px) {
  .interna-add .description aside .pre-info .specs .item {
    width: 30%;
    margin-right: 0px;
    flex: none;
  }
}
@media all and (max-width: 599px) {
  .interna-add .description aside .pre-info .specs .item {
    width: 48%;
  }
}
.interna-add .description aside .pre-info .specs .item .icon {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.interna-add .description aside .pre-info .specs .item i {
  font-size: 25px;
}
.interna-add .description aside .pre-info .specs .item i.icon-shower {
  font-size: 35px;
}
.interna-add .description aside .pre-info .specs .item span {
  font-weight: bold;
  color: #1d8f18;
  font-size: 13px;
}
@media all and (max-width: 999px) {
  .interna-add .description {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.interna-add .description .specs {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  .interna-add .description .specs {
    flex-direction: column;
  }
}
.interna-add .description .specs .col {
  width: 30%;
}
.interna-add .description .specs .col h4 {
  color: #fe7c1a;
}
@media all and (max-width: 999px) {
  .interna-add .description .specs .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.interna-add .description h1 {
  color: #fe7c1a;
  font-size: 28px;
  margin-top: 0px;
}
.interna-add .description h2 {
  color: #1d8f18;
}
.interna-add .description ul {
  margin: 0;
  padding: 0;
}
.interna-add .description li {
  list-style: none;
  padding-bottom: 10px;
}
.interna-add .description li:before {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #fe7c1a;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}
.interna-add .description p {
  margin-bottom: 20px;
}
.interna-add .contact-box {
  float: left;
  width: 35%;
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
}
@media all and (max-width: 999px) {
  .interna-add .contact-box {
    width: 100%;
    padding-left: 0px;
    border: 0px;
  }
}
.interna-add .contact-box .check {
  font-size: 15px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.interna-add .contact-box .check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
}
.interna-add .contact-box .check input:checked {
  border: 2px solid #fe7c1a;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAYAAACTQC2+AAAABGdBTUEAALGPC/xhBQAAApVJREFUSA21VEtrU1EQnjlNU+6J+IQuKijiwrpI0pqViqAI7nxRX4giurC6KaVQqElEIUlbRRHRTcWFCEWoFVsEi0qlbnRVqPEnKCgKgoXk5nXvOCf1XE4S0xLa3s3MfDNnvjOPewBW6bMT4YvZROirnQpdUxS4Gjx2MnyeyH1CAELlFwKjK06UTQZP8v2fEVGTLgIBv60oUWYwdARdGGeSZo8E0WH9dLk0DS5H5hLhQ+jSWAUJgIsgLsh4+oVvOcn1WTvRsd9Fd4IIWjSGCISI3VZsblRhy64oO9i5m8B5xZVYmmRBih4rln6sMY+IRiJeX7VzKZkZCkbIdaZ4u9aYsVxJv4x/fmhigm+CvCkP7J+FeTsVvmQ6F9Pzw8EglOAtEK0z4wSKGzyTOyamdEVyl3vbVzbUhgg4I6Pp8epA084PRtpLTvEDALWaOM9lWMa/lH9QE1c6tw67NMjVNYFDo2qDNFYtc4nIdscpTteQAN6vR6JyCBKil3uqdr38cb/9LtBLNWSNaWkPR7a4WJwmoDaNlSXCI3k93VuBVRkiEJ2bQIJuE+dEkhzndT61K6TxzK3ONioV3nPVWzW2IPGpjKWvVGK1lvcyZFOhfnLpdlXIjyZf874WX2k+m6MZ9u00/Xx4zNrRfhZPPfc6YvpN3SNSIC/GEC/GgBnAz+53fqtyXMk2E+d2T1p7N57AAzMlE6+nVxCpoEwyOAIEl+sdKOOIb+TazUexZyq/aJzh9H5YjclY11XVEm1XS17hGSkDxxshUTlqiBBvular/xzwrf9D8tHasOkw9n2yq31L2TWt0wf4SZL2r8I7ntmef9isbPYfxIHZPzqmEVmXSCWhex3r7Yw7yTNDKxA4xpX8biS5GfsXZ//ltX5OhQsAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 80% auto !important;
}
.interna-add .contact-box h4 {
  color: #fe7c1a;
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}
.interna-add .contact-box .action {
  float: left;
  width: 100%;
}
.interna-add .contact-box .action button {
  float: right;
  background: #fe7c1a;
  color: white;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 30px;
}
.interna-add .contact-box .form-group {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.interna-add .contact-box .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}
.interna-add .contact-box .form-group input, .interna-add .contact-box .form-group textarea {
  float: left;
  width: 100%;
  border: 2px solid #f1f1f1;
  padding: 15px;
  outline: none;
  color: #fe7c1a;
}

.map-inner {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
  background: #f1f1f1;
  margin-bottom: 40px;
}
.map-inner #map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.default-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 40px 0px;
}
@media all and (max-width: 999px) {
  .default-header {
    padding: 30px 0px;
  }
}
@media all and (max-width: 699px) {
  .default-header {
    padding: 20px 0px;
  }
}
.default-header h2 {
  font-size: 45px;
  color: #fe7c1a;
  border-left: 4px solid #fe7c1a;
  padding-left: 20px;
}
@media all and (max-width: 999px) {
  .default-header h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 699px) {
  .default-header h2 {
    font-size: 30px;
  }
}

main.faq {
  float: left;
  width: 100%;
}
main.faq .list {
  float: left;
  width: 100%;
}
main.faq .list .item {
  float: left;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
main.faq .list .item:last-child {
  border-bottom: 0;
}
main.faq .list .item h4 {
  color: #1d8f18;
  font-size: 18px;
}

main.about {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}
main.about .social {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
main.about .social span {
  font-weight: bold;
  margin-right: 10px;
}
main.about .social a {
  width: 50px;
  height: 50px;
  border: 2px solid #fe7c1a;
  color: #fe7c1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 1.5rem;
  border-radius: 50px;
  text-decoration: none;
}
main.about .social a:hover {
  background: #fe7c1a;
  color: white;
}
main.about .about-content {
  float: left;
  width: 100%;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 50px;
}
main.about .about-content img {
  max-width: 100%;
  height: auto;
}
main.about .about-content h1, main.about .about-content h2, main.about .about-content h3, main.about .about-content h4, main.about .about-content h5 {
  color: #1d8f18;
}
main.about .about-content a {
  color: #fe7c1a;
}
main.about .about-content .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}
main.about .about-content .alignleft {
  float: right;
  margin-bottom: 20px;
  margin-right: 30px;
}

.slider360 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider360 .swiper-container, .slider360 .swiper-wrapper {
  height: 100%;
}

main.contact .main-contact {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  main.contact .main-contact {
    flex-direction: column;
  }
}
main.contact .info {
  width: 40%;
  margin-left: 50px;
}
@media all and (max-width: 999px) {
  main.contact .info {
    margin-left: 0px;
    width: 100%;
  }
}
main.contact .info .location {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
main.contact .info .location h3 {
  color: #fe7c1a;
  font-size: 25px;
}
main.contact .info .location .map {
  float: left;
  width: 100%;
  padding-bottom: 50%;
  background: #f1f1f1;
  margin-bottom: 20px;
  position: relative;
}
main.contact .info .location .map #map {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
main.contact .info .location address {
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
}
@media all and (max-width: 999px) {
  main.contact .info {
    width: 100%;
    border: 0px;
  }
}
main.contact .info p {
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.5;
}
main.contact .info .row-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
main.contact .info .row-block span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  opacity: 0.7;
  flex: 100%;
}
main.contact .info .row-block h4 {
  margin: 0;
  font-size: 1.4em;
  margin-right: 20px;
  color: #fe7c1a;
}
main.contact .info .row-block a {
  color: #1d8f18;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
}
main.contact .info .row-block a.min {
  font-size: 1em;
}
main.contact .form {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.contact .form .form-group {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media all and (max-width: 599px) {
  main.contact .form .form-group {
    width: 100%;
  }
}
main.contact .form .form-group label {
  font-weight: bold;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
main.contact .form .form-group input, main.contact .form .form-group textarea {
  border: 2px solid #e5e5e5;
  padding: 18px;
  outline: none;
  color: #fe7c1a;
}
main.contact .form .form-group input:focus, main.contact .form .form-group textarea:focus {
  border-left: 2px solid #fe7c1a;
}
main.contact .form .form-group.full {
  width: 100%;
}
main.contact .action {
  flex: 100%;
  text-align: right;
  margin-bottom: 40px;
}
main.contact .action button {
  background: #fe7c1a;
  padding: 14px 30px;
  border: 0px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
main.contact .action button:hover {
  background: #1d8f18;
}
main.contact .action button i {
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
}

main.login {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
main.login .left {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(180deg, #FAB866 0%, #F48236 100%);
  position: relative;
}
@media all and (max-width: 999px) {
  main.login .left {
    display: none;
  }
}
main.login .left:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/login-bkg.svg") center center no-repeat;
}
main.login .main-form {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.login .main-form .form {
  background: #FFFFFF;
  box-shadow: 0 15px 48px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}
main.login .main-form .form .logo {
  float: left;
  width: 100%;
  height: 100px;
  background: url("../images/logo.png") center center no-repeat;
  border-bottom: 1px solid #e5e5e5;
}
main.login .main-form .form .form {
  float: left;
  width: 100%;
  padding: 30px;
}
main.login .main-form .form .form .form-group {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main.login .main-form .form .form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}
main.login .main-form .form .form .form-group input {
  float: left;
  width: 100%;
  padding: 15px;
  border: 2px solid #f1f1f1;
  outline: none;
}
main.login .main-form .form .form .action {
  float: left;
  width: 100%;
}
main.login .main-form .form .form .action button {
  float: left;
  width: 100%;
  background: #fe7c1a;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  border: 0px;
}

#hotsite1 {
  float: left;
  width: 100%;
}
#hotsite1 .hero {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  #hotsite1 .hero {
    flex-direction: column;
  }
}
#hotsite1 .hero .image {
  width: 50%;
}
@media all and (max-width: 999px) {
  #hotsite1 .hero .image {
    width: 100%;
  }
}
#hotsite1 .hero .image-inset {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
}
#hotsite1 .hero .info {
  flex: 1;
}
@media all and (max-width: 999px) {
  #hotsite1 .hero .info {
    padding: 20px;
  }
}
#hotsite1 .hero .info .info-inset {
  width: 100%;
  border: 10px solid #583C1F;
  max-width: 900px;
  position: relative;
  margin-left: -10%;
  padding: 50px;
  float: left;
}
@media all and (max-width: 999px) {
  #hotsite1 .hero .info .info-inset {
    margin-left: 0px;
    margin: 0;
    padding: 0px;
    border: 5px solid #583C1F;
  }
}
#hotsite1 .hero .info .info-inset .info-block {
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 12px 37px 0 rgba(0, 0, 0, 0.14);
}
#hotsite1 .hero .info .info-inset .info-block .logo {
  float: left;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
#hotsite1 .hero .info .info-inset .info-block .info-content {
  float: left;
  width: 100%;
  padding: 40px;
  line-height: 1.5;
  font-size: 15px;
}
#hotsite1 .hero .info .info-inset .info-block .info-content h3 {
  color: #583C1F;
  font-size: 30px;
}
#hotsite1 .triple-block {
  float: left;
  width: 100%;
  background-image: linear-gradient(190deg, #2F200F 0%, #583B21 99%);
  padding-top: 100px;
  margin-bottom: 100px;
}
#hotsite1 .triple-block:after {
  content: "";
  width: 100%;
  height: 220px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='100%25' preserveAspectRatio='none' height='221px' viewBox='0 0 1767 221' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Hotsite' transform='translate(0.000000, -1809.000000)' fill='%23FFFFFF'%3E%3Cg id='Group' transform='translate(0.000000, 1235.000000)'%3E%3Cpolyline id='Path-2' points='0 577 883.5 738 1767 574 1767 795 0 795'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  float: left;
}
@media all and (max-width: 999px) {
  #hotsite1 .triple-block:after {
    height: 50px;
  }
}
#hotsite1 .triple-block .content {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  #hotsite1 .triple-block .content {
    flex-direction: column;
  }
}
#hotsite1 .triple-block .content .item {
  width: 30%;
  position: relative;
  margin-bottom: -200px;
}
@media all and (max-width: 999px) {
  #hotsite1 .triple-block .content .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#hotsite1 .triple-block .content .item .info {
  background: #FFFFFF;
  box-shadow: 0 12px 37px 0 rgba(0, 0, 0, 0.14);
  float: left;
  padding: 30px;
  position: relative;
  line-height: 1.5;
}
#hotsite1 .triple-block .content .item .info h3 {
  font-size: 30px;
  color: #583C1F;
}
#hotsite1 .triple-block .content .item .info:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #583C1F;
  bottom: -30px;
}
#hotsite1 .triple-block .content .item .image {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media all and (max-width: 999px) {
  #hotsite1 .triple-block .content .item .image {
    margin-bottom: 0px;
  }
}
#hotsite1 .triple-block .content .item .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#hotsite1 .form {
  float: left;
  width: 100%;
  background: rgba(88, 60, 31, 0.05);
  margin-top: 40px;
}
#hotsite1 .form .content {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  #hotsite1 .form .content {
    flex-direction: column;
  }
}
#hotsite1 .form .content .info {
  width: 50%;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  #hotsite1 .form .content .info {
    margin-right: 0px;
    width: 100%;
  }
}
#hotsite1 .form .content .info h2 {
  background-image: linear-gradient(191deg, #382812 0%, #583C1F 100%);
  padding: 30px;
  font-size: 40px;
  color: white;
  margin: 0;
}
@media all and (max-width: 999px) {
  #hotsite1 .form .content .info h2 {
    font-size: 30px;
  }
}
#hotsite1 .form .content .info p {
  margin-left: 40px;
  line-height: 1.6;
  padding-bottom: 40px;
  border-bottom: 2px solid #583C1F;
}
@media all and (max-width: 999px) {
  #hotsite1 .form .content .info p {
    margin-left: 0px;
    padding: 30px;
  }
}
#hotsite1 .form .content .form-inset {
  flex: 1;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media all and (max-width: 999px) {
  #hotsite1 .form .content .form-inset {
    width: 100%;
  }
}
#hotsite1 .form .content .form-inset form {
  float: left;
  width: 100%;
}
#hotsite1 .form .content .form-inset form button {
  float: right;
  background: #583C1F;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 30px;
  border: 0px;
  cursor: pointer;
}
#hotsite1 .form .content .form-inset form .form-group {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid rgba(88, 60, 31, 0.1);
  margin-bottom: 20px;
}
#hotsite1 .form .content .form-inset form .form-group label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
#hotsite1 .form .content .form-inset form .form-group input, #hotsite1 .form .content .form-inset form .form-group textarea {
  padding: 10px 0px;
  background: none;
  border: 0px;
  outline: none;
  color: #583C1F;
}
#hotsite1 .photo-grid-handler {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hotsite1 .photo-grid-handler .photo-grid {
  float: left;
  width: 100%;
  position: relative;
}
#hotsite1 .photo-grid-handler .photo-grid .item {
  text-align: center;
  padding: 20px;
}
#hotsite1 .photo-grid-handler .photo-grid .item img {
  max-width: 100%;
  height: auto;
}
#hotsite1 .ending {
  float: left;
  width: 100%;
  background-size: cover !important;
  padding: 200px 0px;
  text-align: center;
}
#hotsite1 .ending .content:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  margin-top: 30px;
  background: white;
  opacity: 0.1;
}
#hotsite1 .ending h2 {
  font-size: 40px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#hotsite1 .ending h2:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  margin-bottom: 30px;
  background: white;
  opacity: 0.1;
}
#hotsite1 .ending .buttons {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 699px) {
  #hotsite1 .ending .buttons {
    flex-direction: column;
  }
}
#hotsite1 .ending .buttons .button {
  background: white;
  color: #583C1F;
  font-weight: bold;
  padding: 16px 30px;
  text-decoration: none;
}
#hotsite1 .ending .buttons .whats {
  background: #49C558;
  color: white;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  margin-left: 30px;
}
@media all and (max-width: 699px) {
  #hotsite1 .ending .buttons .whats {
    margin-top: 30px;
    margin-left: 0px;
  }
}
#hotsite1 .icons {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0px;
}
#hotsite1 .icons h2 {
  font-size: 40px;
  color: #583C1F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#hotsite1 .icons h2:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  margin-bottom: 30px;
  background: #583C1F;
  opacity: 0.1;
}
#hotsite1 .icons .list {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
#hotsite1 .icons .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 699px) {
  #hotsite1 .icons .list .item {
    width: 48%;
    margin: 0px;
    margin-bottom: 30px;
  }
}
#hotsite1 .icons .list .item span {
  color: #583C1F;
  font-weight: bold;
  margin-top: 20px;
  border: 2px solid rgba(88, 60, 31, 0.2);
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 15px;
}
#hotsite1 .icons .list .item i {
  color: #583C1F;
  font-size: 60px;
}
#hotsite1 .icons .list .item i.icon-car {
  font-size: 40px;
}

/*# sourceMappingURL=base.css.map */
